Kernel Sources Available - Shield Original Android Development

For those interested:
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=shortlog;h=refs/heads/rel-roth-ota-1
You'll also find a lot of other useful repos in there related to SHIELD (aka roth)
rel = Release (as opposed to dev)
roth = Jumble of the word THOR
mp = Original shipping image on the device
ota-1 = Day 0 OTA

agrabren said:
For those interested:
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=shortlog;h=refs/heads/rel-roth-ota-1
You'll also find a lot of other useful repos in there related to SHIELD (aka roth)
rel = Release (as opposed to dev)
roth = Jumble of the word THOR
mp = Original shipping image on the device
ota-1 = Day 0 OTA
Click to expand...
Click to collapse
im pretty sure that at the rate things are going we will see something good coming out in the next few weeks...:good:

any update on android 4.3 build for shield? =)

1wayjonny said:
any update on android 4.3 build for shield? =)
Click to expand...
Click to collapse
Did you just say 4.3?

1wayjonny said:
any update on android 4.3 build for shield? =)
Click to expand...
Click to collapse
I'm not able to talk about that. That would be internal schedule details.

agrabren said:
I'm not able to talk about that. That would be internal schedule details.
Click to expand...
Click to collapse
Ah NP I completely understand!

wwjoshdew said:
Did you just say 4.3?
Click to expand...
Click to collapse
He did, as did google. The 2nd gen nexus 7 is shipping with 4.3 and several high end devices are getting 4.3 updates too. Kinda logical that the shield would get it eventually.

One review I read said the target was 4-6 weeks after the google update. Is that still the goal or could it be faster?

agrabren said:
For those interested:
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=shortlog;h=refs/heads/rel-roth-ota-1
You'll also find a lot of other useful repos in there related to SHIELD (aka roth)
rel = Release (as opposed to dev)
roth = Jumble of the word THOR
mp = Original shipping image on the device
ota-1 = Day 0 OTA
Click to expand...
Click to collapse
How do you git clone from there? I want to see those repos.
edit nvm found this if anyone wants to help get a rom working chat with me on gmail [email protected]
https://github.com/linux-shield/kernel/commits/roth

Unjustified Dev said:
How do you git clone from there? I want to see those repos.
edit nvm found this if anyone wants to help get a rom working chat with me on gmail [email protected]
https://github.com/linux-shield/kernel/commits/roth
Click to expand...
Click to collapse
Just follow the directions here: https://developer.nvidia.com/develop4shield#OSR

agrabren said:
Just follow the directions here: https://developer.nvidia.com/develop4shield#OSR
Click to expand...
Click to collapse
thanks synced the source its pretty weird but thanks
Could you please run the extract blob script and upload them so I can take a look ?

Unjustified Dev said:
thanks synced the source its pretty weird but thanks
Could you please run the extract blob script and upload them so I can take a look ?
Click to expand...
Click to collapse
You can run the extract blob script. It contains a license which I haven't bothered to read. I'm hoping to have a github up this weekend with all the required blobs.

agrabren said:
You can run the extract blob script. It contains a license which I haven't bothered to read. I'm hoping to have a github up this weekend with all the required blobs.
Click to expand...
Click to collapse
I don't have it yet , yes it does have license but it's open source https://github.com/Project-Sheild/android_device_nvidia_roth
I will upload the rest
I didnt respond on the other thread I got tired of going back and forth lol
One more question ( I have the blobs) what is vendor/nvidia/build for its making cm-10.1 fail?

just wanted to ask, before cloning the whole repo, what wlan driver does the shield use or where to get the defconfig for the shield kernel (couldnt find it in the kernel directory on git provided here)
thanks

crnkoj said:
just wanted to ask, before cloning the whole repo, what wlan driver does the shield use or where to get the defconfig for the shield kernel (couldnt find it in the kernel directory on git provided here)
thanks
Click to expand...
Click to collapse
No idea on wifi, but the config is available on the device in /proc/config.gz

agrabren said:
No idea on wifi, but the config is available on the device in /proc/config.gz
Click to expand...
Click to collapse
Don't have the device yet, was just wondering about the wifi driver used. Could you perhaps fetch the config.gz for me please? Thanks for the info.

Wifi driver is bcmdhd (drivers/net/wireless/bcmdhd) on Android kernel.

Gnurou said:
Wifi driver is bcmdhd (drivers/net/wireless/bcmdhd) on Android kernel.
Click to expand...
Click to collapse
so its a broadcomm chipset?

Thank u

Related

[KERNEL] "CyanogenMod/lge-kernel-msm7x27" 2.6.35.10 with improved touchscreen driver

[KERNEL] "CyanogenMod/lge-kernel-msm7x27" 2.6.35.10 with improved touchscreen driver
Hi there!
Remember my touchscreen "fix" a long time ago?
Yes- it's been a long time but now I got Line Runner and I was unable to play it, so...
I wrote the "fix" down again to the newest Cyanogenmod Kernel.
That means:
- I took the source from git://github.com/CyanogenMod/lge-kernel-msm7x27.git
- rewrote the touchscreen driver
- made the default cyanogenmod thunderg config
- made the kernel
I use it with CM nightly and I think that Line Runner runs better now.
What does it do?
I "purged" the driver code (look here) and lowered the touchscreen scan rate to 50Hz (seems sufficient to me). So the cpu has more time to do other things.
SOURCE: Github link
Der_Caveman said:
Hi there!
Remember my touchscreen "fix" a long time ago?
Yes- it's been a long time but now I got Line Runner and I was unable to play it, so...
I wrote the "fix" down again to the newest Cyanogenmod Kernel.
That means:
- I took the source from git://github.com/CyanogenMod/lge-kernel-msm7x27.git
- rewrote the touchscreen driver
- made the default cyanogenmod thunderg config
- made the kernel
I use it with CM nightly and I think that Line Runner runs better now.
How do I send the patch to the CyanogenMod/lge-kernel-msm7x27 maintainers?
Click to expand...
Click to collapse
Wow your fix was legendary, can you please share the code of your driver? Thanks
Roqu3 said:
can you please share the code of your driver? Thanks
Click to expand...
Click to collapse
I like to send the patch to the cyanogenmod maintainers- but I don't know how.
They use Gerrit, but I can't find lge-kernel-msm7x27 in Gerrit.
Maybe via github
Der_Caveman said:
I like to send the patch to the cyanogenmod maintainers- but I don't know how.
They use Gerrit, but I can't find lge-kernel-msm7x27 in Gerrit.
Click to expand...
Click to collapse
Can you do a pull request to their github? Can you share the .diff of your code so I could test it?
So... What does this fix exactly?
franciscofranco said:
Can you do a pull request to their github?
Click to expand...
Click to collapse
Aah- I see. I was not using github.
Now I have forked it in my github account and made a pull request.
I will edit my first post to point to my github account.
Bec de Xorbin said:
So... What does this fix exactly?
Click to expand...
Click to collapse
Oh, I'll edit the first post.
Der_Caveman said:
Aah- I see. I was not using github.
Now I have forked it in my github account and made a pull request.
I will edit my first post to point to my github account.
Click to expand...
Click to collapse
Thanks, just included it. You'll get tons of reviews later today when I release my kernel with your fix
franciscofranco said:
Thanks, just included it. You'll get tons of reviews later today when I release my kernel with your fix
Click to expand...
Click to collapse
Hottest news of the day
Jaani said:
Hottest news of the day
Click to expand...
Click to collapse
I think the best news xD So happy that Franco is back
What does "touchscreen fix" do? Axis inversion or what is it?
Sent from my LG-P500
vlt96 said:
What does "touchscreen fix" do? Axis inversion or what is it?
Click to expand...
Click to collapse
Just a bit of code purging to unburden the cpu while touch polling.
No inversion fix (buy a new phone ).
Would be great if you keep developing on cm7 kernel
Der_Caveman said:
Just a bit of code purging to unburden the cpu while touch polling.
No inversion fix (buy a new phone ).
Click to expand...
Click to collapse
Chill just asking....
Sent from my LG-P500
vlt96 said:
Chill just asking....
Click to expand...
Click to collapse
Oh, no offense
My anger only affects LG
Hey I just flashed the kernel but I wifi error??
Sent from my LG-P500 using xda premium
Ecuadude said:
Hey I just flashed the kernel but I wifi error?
Click to expand...
Click to collapse
WiFi works here.
Way better than other touch fix but yes wifi gives error, maybe you didn't put the correct module on the zip
I'll try to download n flash again
Sent from my LG-P500 using xda premium

Source code ICS released

Caution: This is just the raw source code! Please do no flash it using ODIN, CWM or any other method! This is solely for development purposes! You may not use it on your device unless a developer provides a compiled version ready to be flashed!
Hi I've just viewd that samsung has released the source code for i9103 at:
http://opensource.samsung.com/
with the name: GT-I9103_ICS_Opensource_Update2.zip
Very Good news, maybe we can expect some CM9-CM10 love
oriolj said:
Hi I've just viewd that samsung has released the source code for i9103 at:
http://opensource.samsung.com/
with the name: GT-I9103_ICS_Opensource_Update2.zip
Very Good news, maybe we can expect some CM9-CM10 love
Click to expand...
Click to collapse
Yea not to mention that the default makefile doesn't even work, made me to waste an hour just to fix it.
UnknownzD said:
Yea not to mention that the default makefile doesn't even work, made me to waste an hour just to fix it.
Click to expand...
Click to collapse
Please upload the relevant changes
"Friends forever." - Ventus
So we can expect a new kernel from dedicated developers!!!
amitjoel said:
So we can expect a new kernel from dedicated developers!!!
Click to expand...
Click to collapse
Yes, Our Dev's have started working on it....
is it flashable?
Is it possible to flash this to my device? via cwm or odin?
Can it possibly do any harm?
prabhunakul said:
Is it possible to flash this to my device? via cwm or odin?
Can it possibly do any harm?
Click to expand...
Click to collapse
Noooooooo! Don't even try! This is just the source code not the compiled executable code! That you will get with the official OTA release!
goubjec answer
prabhunakul said:
Is it possible to flash this to my device? via cwm or odin?
Can it possibly do any harm?
Click to expand...
Click to collapse
You can't flash it, it's the source code, you have to wait that any developer compiles IT.
UnknownzD said:
Yea not to mention that the default makefile doesn't even work, made me to waste an hour just to fix it.
Click to expand...
Click to collapse
What makefile are you talking about here?
The-Droidster said:
Noooooooo! Don't even try! This is just the source code not the compiled executable code! That you will get with the official OTA release!
Click to expand...
Click to collapse
thank you Droidster! I'm such a Noob...
prabhunakul said:
thank you Droidster! I'm such a Noob...
Click to expand...
Click to collapse
Keep visiting u'll learn!
oriolj said:
Hi I've just viewd that samsung has released the source code for i9103 at:
http://opensource.samsung.com/
with the name: GT-I9103_ICS_Opensource_Update2.zip
Very Good news, maybe we can expect some CM9-CM10 love
Click to expand...
Click to collapse
Russian Mirror: http://narod.ru/disk/59806511001.08...a39a/GT-I9103_ICS_Opensource_Update2.zip.html high speed
:good:
Kudos to our developer ardadat . He is already on the way releasing the new kernal for ICS

[ROM][S4][JB 4.2.2] CyanogenMod 10.1 for Ville

Hello, since CyanogenMod cannot be officially build and the official ones are outdated, I thought it might be helpful for someone to build and release it.
So i started syncing the repo and compiling, and right now i'm running the lastest daily build on my Ville.
This is just CyanogenMod. This is exactly how the official one would be.
Instructions
You need a custom recovery!
- Download ROM and GApps from below links
- Reboot into recovery
- Flash ROM
- Flash GApps
- To solve tearing, flash a custom kernel
If you're S-ON
- Extract boot.img from the ZIP of the kernel you're flashing
- Reboot into bootloader and select fastboot
- Connect it to the PC
- Run fastboot flash boot boot.img (where boot.img is the path of the boot.img file if it's not in the same folder)
Click to expand...
Click to collapse
Downloads
ROM - Get one from here or here
GApps - Download
CyanogenMod suffers from tearing. To fix this, you can flash a different AOSP kernel, like Bubba Kernel.
Click to expand...
Click to collapse
Hi,
thanks for the work! I also tried to build latest CM10.1 yesterday, however I failed to extract all the required blobs from my device. May I ask, which ROM you used to extract the blobs from? The latest officially build cm10.1 is lacking 3 files here....
Thanks!
Joschkopf said:
Hi,
thanks for the work! I also tried to build latest CM10.1 yesterday, however I failed to extract all the required blobs from my device. May I ask, which ROM you used to extract the blobs from? The latest officially build cm10.1 is lacking 3 files here....
Thanks!
Click to expand...
Click to collapse
Are you sure that was the problem? I used the last official one too
Cero92 said:
Are you sure that was the problem? I used the last official one too
Click to expand...
Click to collapse
When I run extract-files.sh I get:
remote object '/system/bin/hci_qcomm_init' does not exist
remote object '/system/lib/hw/gps.default.so' does not exist
remote object '/system/lib/libgps.so' does not exist
remote object '/system/lib/libloc_ext.so' does not exist
I'm not sure whether that's actually a problem or not, but to me it looks like at least GPS will not work...
My build also didn't boot, I couldn't load the adreno drivers due to missing symbols...
Did you do anything other special?
Joschkopf said:
When I run extract-files.sh I get:
remote object '/system/bin/hci_qcomm_init' does not exist
remote object '/system/lib/hw/gps.default.so' does not exist
remote object '/system/lib/libgps.so' does not exist
remote object '/system/lib/libloc_ext.so' does not exist
I'm not sure whether that's actually a problem or not, but to me it looks like at least GPS will not work...
My build also didn't boot, I couldn't load the adreno drivers due to missing symbols...
Did you do anything other special?
Click to expand...
Click to collapse
Uhm, that's strange. It's a problem for sure, but i didn't had it. If you want to try, i can upload you those files.
great work
Cero92 said:
Uhm, that's strange. It's a problem for sure, but i didn't had it. If you want to try, i can upload you those files.
Click to expand...
Click to collapse
Sure, that would help. It would also be interesting to know, whether those are required on your side at all. Maybe I pulled the wrong branch somehow...?
whats the difference with the other tread?
Joschkopf said:
Sure, that would help. It would also be interesting to know, whether those are required on your side at all. Maybe I pulled the wrong branch somehow...?
Click to expand...
Click to collapse
If you get those errors while extracting files from your phone i don't think that the branch you used matters.
Maybe it could be a driver issue or something similiar?
real187 said:
whats the difference with the other tread?
Click to expand...
Click to collapse
Just that i'll build this (almost) everyday and upload there.
The other thread (if you mean the official one) doesn't have download links now. People sometimes build it and upload it, but links are around the thread and you don't know if there's an updated version and where to look for it.
Cero92 said:
If you get those errors while extracting files from your phone i don't think that the branch you used matters.
Maybe it could be a driver issue or something similiar?
Click to expand...
Click to collapse
What do you mean by driver issue?
The files are clearly not there in the last officially built nightly, I am using cm-10.1-20130312-NIGHTLY-ville.zip.
So I guess either
- you are using another rom to extract from, or
- you pulled and build another branch of cm10.1 (which doesn't require those files for some reason) than I am trying to build.
Joschkopf said:
What do you mean by driver issue?
The files are clearly not there in the last officially built nightly, I am using cm-10.1-20130312-NIGHTLY-ville.zip.
So I guess either
- you are using another rom to extract from, or
- you pulled and build another branch of cm10.1 (which doesn't require those files for some reason) than I am trying to build.
Click to expand...
Click to collapse
I'm sure i used cm-10.1-20130312-NIGHTLY-ville
That's the newer you can get from get.cm
I didn't had GApps (i don't think that matters), and i synced everything following the official guide so if you did too, that shouldn't be the issue.
Cero92 said:
I'm sure i used cm-10.1-20130312-NIGHTLY-ville
That's the newer you can get from get.cm
I didn't had GApps (i don't think that matters), and i synced everything following the official guide so if you did too, that shouldn't be the issue.
Click to expand...
Click to collapse
Yes, I *think* I did exactly the same
Could you do me one last favor and check, whether you have the mentioned files in croot/vendor/htc/ville/proprietary ?
Thanks a lot for your efforts!
Joschkopf said:
Yes, I *think* I did exactly the same
Could you do me one last favor and check, whether you have the mentioned files in croot/vendor/htc/ville/proprietary ?
Thanks a lot for your efforts!
Click to expand...
Click to collapse
...
I don't have those files, however GPS works. How can it be? :|
Cero92 said:
Just that i'll build this (almost) everyday and upload there.
The other thread (if you mean the official one) doesn't have download links now. People sometimes build it and upload it, but links are around the thread and you don't know if there's an updated version and where to look for it.
Click to expand...
Click to collapse
i have no problems with it.
but if you coordinated with them, they could add efforts to make this tread the centralized place 4 all cm-junkies
Cero92 said:
...
I don't have those files, however GPS works. How can it be? :|
Click to expand...
Click to collapse
I guess they're also not listed in your croot/device/htc/ville/proprietary-files.txt , am I right?
Of course not
My file is called device-proprietary-files.txt , maybe we are really using different branches?
real187 said:
i have no problems with it.
but if you coordinated with them, they could add efforts to make this tread the centralized place 4 all cm-junkies
Click to expand...
Click to collapse
I think this is just a temp solution, when the license issue will be solved there will be no need to continue this
Cero92 said:
I think this is just a temp solution, when the license issue will be solved there will be no need to continue this
Click to expand...
Click to collapse
The DMCA has already been resolved. People simply don't care enough about Ville to restart the official builds.
justaway2 said:
The DMCA has already been resolved. People simply don't care enough about Ville to restart the official builds.
Click to expand...
Click to collapse
Ah :|
But as far as i know, the nigthly are build by a script, am i wrong?

Nokia 3 Kernel Source Now Availble

Kernel Sources for the Nokia 3 has been release. :fingers-crossed:
https://www.gsmarena.com/nokia_3_kernel_source_code_released-news-31109.php
Download Here:
https://www.nokia.com/en_int/phones/opensource
Oh yes I'm so happy now
Downloading...
WHAT A SURPRISE TRULY!!
Thanks Nokia aka HMD Global aka FIH way to go guys
Now we need to upload it on GitHub.
SkaboXD said:
Now we need to upload it on GitHub.
Click to expand...
Click to collapse
Already done.
Just trying to put together the Oreo device and vendor tree's before i push them to github too.
https://github.com/bigrammy/android_kernel_nokia_ne1
bigrammy said:
Already done.
Just trying to put together the Oreo device and vendor tree's before i push them to github too.
https://github.com/bigrammy/android_kernel_nokia_ne1
Click to expand...
Click to collapse
nice, it will be the best to upload 7.1.1 and eventually 7.0 kernel source too.
I'd love to do it but i never uploaded on github.
So I just need to upload, no modifing or changing settings?
SkaboXD said:
nice, it will be the best to upload 7.1.1 and eventually 7.0 kernel source too.
I'd love to do it but i never uploaded on github.
So I just need to upload, no modifing or changing settings?
Click to expand...
Click to collapse
I could push them later but don't really see much point as most people will want to go forward rather than backwards 8.0 > 8.1 > 9.0 etc etc
Even with the Kernel source It will still require a lot of work to get a fully working device and will likely require some assistance from one of the more experienced MediaTek Dev's who are used to working with source code
I agree, but some people don't like Oreo and want to use Nougat. We can make another thread asking people for help.
please compile an overclocked kernel ...
Riadh300 said:
please compile an overclocked kernel ...
Click to expand...
Click to collapse
we can overclock it from 1250mhz to 1300mhz, just a little difference. GPU can't be overclocked though.
@varun.chitre15 maybe your interested on this device?
Compiler Errors
Did anyone manage to successfully manage to compile the kernel using the Oreo Kernel source??
I keep getting compile errors but not sure if it's my set up (Arch Linux) or if the source is broken
did anyone have a working kernel ?
Riadh300 said:
did anyone have a working kernel ?
Click to expand...
Click to collapse
I think the Oreo Kernel source is broken/missing bits which is kind of annoying when you spend hours fixing one thing then something else further down the build fails to compile and it quits. :crying:
It could be me just not knowing what I am doing :silly: as I am new to actually compiling kernels so still lots to learn for me but I would like to know if ANYONE has had a successful build or not especially someone who is experienced.?? :fingers-crossed:
Which version of kernel that you have ?
SkaboXD said:
nice, it will be the best to upload 7.1.1 and eventually 7.0 kernel source too.
I'd love to do it but i never uploaded on github.
So I just need to upload, no modifing or changing settings?
Click to expand...
Click to collapse
Hey Here! Is the Nougat Kernel Source
https://github.com/ChalapathiRevanth/kernel_nokia_NE1
This Compiles Out Succesfully!Both Nougat and Oreo Kernel Compiled For Me Succesfully
---------- Post added at 07:22 AM ---------- Previous post was at 07:22 AM ----------
[/COLOR]
bigrammy said:
Did anyone manage to successfully manage to compile the kernel using the Oreo Kernel source??
I keep getting compile errors but not sure if it's my set up (Arch Linux) or if the source is broken
Click to expand...
Click to collapse
Hey Here! Is the Nougat Kernel Source
https://github.com/ChalapathiRevanth/kernel_nokia_NE1
This Compiles Out Succesfully!Both Nougat and Oreo Kernel Compiled For Me Succesfully
Now we need to build device tree, I never did that so i will look for guides on xda, youtube etc.
Is anybody compile the kernel ?
Checked that the Nokia 3 V5.180 Kernel Source can be complied successfully,
But Nokia 3 V5.220 kernel source is failed with file missing...
natsupeng said:
Checked that the Nokia 3 V5.180 Kernel Source can be complied successfully
Click to expand...
Click to collapse
How did you compile it? which toolchain and config files you used? I always get compile time errors, tried different toolchains and config files.

Searching a volunteer to provide OmniROM 9.0 builds

Hello people!
After AOSP the OmniROM is now the second custom rom available on the XZ2, XZ2C and XZ3. (Needed to omnify the device files to build TWRP with it.)
Due of lack of my free time (plus I am providing AOSP and TWRP and don't have enough free space on my online storage), we need someone providing us builds for the XZ2, XZ2C and XZ3.
Of course it need to be a DualSim and a SingleSim build.
At the moment the omni device trees only offer a SingleSim variant, but it does only take 3-4 lines of code to offer a DualSim build option after lunching the device tree's.
You only need to adapt the code of the AOSP project.
PS:
They won't accept code changes at https://gerrit.omnirom.org, because they never actively support them.
Yes. I don't like this opinion, too.
PS0:
I can confirm from too people running OmniROM 9.0 on their XZ2C and XZ3 that it works.
At this moment I am running OmniROM 9.0 on my device as a test if it works.
PS1:
I can confirm, that you can directly integrate TWRP into the OmniROM (and maybe AOSP, I will test it on the next successful build).
Just build the entire ROM with "-userdebug", but the bootimage with "-eng".
Of course you need to replace the standard recovery with TWRP, while building.
This is a good place for an example how to modify the manifest files:
https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni/tree/twrp-9.0
Of course you should put your changes into the "local_manifest" folder and modify the omni manifest files.
Of course you can build an twrp installer, if you don't want to run an "-eng" bootimage.
But I can't execute "fastboot boot twrp.img" on my XZ2.
You you may need todo the same stuff like we are doing with out stock rom, to install TWRP. (TWRP thread).
Pictures :laugh:
A screenshot I forgott.
does camera work on this rom?
Faruk.ErdaL said:
does camera work on this rom?
Click to expand...
Click to collapse
Yes, as you can see in the screenshots.
The same like in Sony AOSP (the base for every custom ROM for our device).
Of course the implementation still needs Bugfixes and feature enhancements.
You can see the open tasks in the bugtracker linked in the AOSP topic in XDA.
If it's only the builds you need I can help but I probably won't be much help adapting the code.
LaputaCake said:
If it's only the builds you need I can help but I probably won't be much help adapting the code.
Click to expand...
Click to collapse
Yes
Same here.
But you would of course need to help answering questions and redirect the people to the bug tracker.
Thank you.
Without your message I would build it myself this or next month :silly:
MartinX3 said:
Yes
Same here.
But you would of course need to help answering questions and redirect the people to the bug tracker.
Thank you.
Without your message I would build it myself this or next month :silly:
Click to expand...
Click to collapse
I can help people to the best i can though it'll probably consist of them dirty flashing and everything being broken. Yeah i've got a server lying around I can throw mint on.
LaputaCake said:
I can help people to the best i can though it'll probably consist of them dirty flashing and everything being broken. Yeah i've got a server lying around I can throw mint on.
Click to expand...
Click to collapse
Nice.
I use Linux Mint, too.
I can assist you :silly:
@MartinX3 Maybe we can build the ROMs on AWS EC2 instance or similar service, then push them to S3 or similar service and have a nice effortless build env and maybe achieve some automation. It's pricy, tho...
nasko_spasko said:
@MartinX3 Maybe we can build the ROMs on AWS EC2 instance or similar service, then push them to S3 or similar service and have a nice effortless build env and maybe achieve some automation. It's pricy, tho...
Click to expand...
Click to collapse
Yes
But after the Omni support become "official" it will be build in the omnirom servers
can you provide the rom for me to test ?my computer is broken....... my aosp code will be all lost........:crying:
yangchenglei said:
can you provide the rom for me to test ?my computer is broken....... my aosp code will be all lost........:crying:
Click to expand...
Click to collapse
AOSP is already available in the AOSP thread.
MartinX3 said:
AOSP is already available in the AOSP thread.
Click to expand...
Click to collapse
what about omni?I know your good work ,yesterday when you upload it I had flashed it.good job my friend !
yangchenglei said:
what about omni?I know your good work ,yesterday when you upload it I had flashed it.good job my friend !
Click to expand...
Click to collapse
At the moment no time. After exams 10. February I have more time
MartinX3 said:
At the moment no time. After exams 10. February I have more time
Click to expand...
Click to collapse
Thank you Wish you have a good result
yangchenglei said:
Thank you Wish you have a good result
Click to expand...
Click to collapse
Thank you
I Volunter!!!
Sent from my Sony H9436 using XDA Labs
MurroFX said:
I Volunter!!!
Click to expand...
Click to collapse
Thx, but already tried since 1 February
MartinX3 said:
Thx, but already tried since 1 February
Click to expand...
Click to collapse
Hi
Don't you need hesters on every build to fix bugs? ?
And why is it not available to have a SDCard in XZ3 AKATSUKI when you put in double/2 Sim-Cards.? ? ?

Categories

Resources