Are there any custom roms or stock stripped roms out>??? PLOX post links!!!!!!!!!!
I've been wondering the same thing since June. Seems like all the ROMs are geared towards the F/H/M. I've have tried installing ROMs for other variants with messi2050's kernel. The only one I got to boot was the Note 7 ROM by Allosh. But WiFi did not work.
Hmmm... Any other issues? What about that ROM allowed for you to boot and function I wonder?
If we can get a bounty going for WiFi fix on that ROM we could possibly be on to something....!!!!!!!!!!!!!!!!!!!!!!!
carpenterethan said:
Hmmm... Any other issues? What about that ROM allowed for you to boot and function I wonder?
If we can get a bounty going for WiFi fix on that ROM we could possibly be on to something....!!!!!!!!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Just copy the wifi files in /system/etc from a stock firmware with a root file manager to the same folder and give it the correct permissions in the N7 rom. The real problem is getting the Camara to work.
I just want a rom with an AOSP based system UI.
phoen1x74 said:
I just want a rom with an AOSP based system UI.
Click to expand...
Click to collapse
My best advice for you is to deodex your factory ROM and decompile your system framework apk(s). All of the ports you see are derived the same way. This device will never see CM/RR/Lineage ported over.
Is there any custom ROM for j700t?
Metabolic12 said:
My best advice for you is to deodex your factory ROM and decompile your system framework apk(s). All of the ports you see are derived the same way. This device will never see CM/RR/Lineage ported over.
Click to expand...
Click to collapse
Why do you think this phone will never see CM/RR/Lineage? I think its possible, but we would need is a good dedicated dev that can figure out how to port or build them.
vekenti said:
Why do you think this phone will never see CM/RR/Lineage? I think its possible, but we would need is a good dedicated dev that can figure out how to port or build them.
Click to expand...
Click to collapse
Actually it will be easy to port lineage for j700t, it only has different drivers and ram size than j700h
messi2050 said:
Actually it will be easy to port lineage for j700t, it only has different drivers and ram size than j700h
Click to expand...
Click to collapse
If you make one, I'd love to try it out. Despite the conflict that this community has had between you, you are our only dev and you are a good one.
I agree. I would LOVE to try out a good lineage port. This phone really needs a good ROM, because Touchwiz really sucks.
messi2050 said:
Actually it will be easy to port lineage for j700t, it only has different drivers and ram size than j700h
Click to expand...
Click to collapse
Heck Messi is easily the best dev we have. If you could spare some time I'd be willing to give it a shot.
phoen1x74 said:
If you make one, I'd love to try it out. Despite the conflict that this community has had between you, you are our only dev and you are a good one.
Click to expand...
Click to collapse
vekenti said:
I agree. I would LOVE to try out a good lineage port. This phone really needs a good ROM, because Touchwiz really sucks.
Click to expand...
Click to collapse
Metabolic12 said:
Heck Messi is easily the best dev we have. If you could spare some time I'd be willing to give it a shot.
Click to expand...
Click to collapse
thank u but unfortunately that won't be possible as i don't have the phone...
messi2050 said:
thank u but unfortunately that won't be possible as i don't have the phone...
Click to expand...
Click to collapse
I can go to git and setup the build environment, I've been following your work and aapav rather closely. I would just need your brain to help me change the ram and cache values and whatever else needs adjusted. Then once finished I could send you the files for upload.
Metabolic12 said:
I can go to git and setup the build environment, I've been following your work and aapav rather closely. I would just need your brain to help me change the ram and cache values and whatever else needs adjusted. Then once finished I could send you the files for upload.
Click to expand...
Click to collapse
Sweet i would like to help, Do you know how to cherry pick commits ?
messi2050 said:
Sweet i would like to help, Do you know how to cherry pick commits ?
Click to expand...
Click to collapse
Request new pull from another repo then another pull into said repo if I'm not mistaken?
Metabolic12 said:
Request new pull from another repo then another pull into said repo if I'm not mistaken?
Click to expand...
Click to collapse
No i meant to cherry pick other developers commits and apply it to your repo ( cherry pick ) if you don't know how to do that i can't help since the most difficult part will be to patch the kernel...
messi2050 said:
No i meant to cherry pick other developers commits and apply it to your repo ( cherry pick ) if you don't know how to do that i can't help since the most difficult part will be to patch the kernel...
Click to expand...
Click to collapse
I think I know what you're explaining. Can you give me a night to refresh my memory on kernel sourcing and setting up the environment? If it's too much for me I won't waste time, I'll just tell you it's out of my league.
Metabolic12 said:
I think I know what you're explaining. Can you give me a night to refresh my memory on kernel sourcing and setting up the environment? If it's too much for me I won't waste time, I'll just tell you it's out of my league.
Click to expand...
Click to collapse
You should check this thread first
https://forum.xda-developers.com/showthread.php?t=1877040
you can start a bounty thread too, i'm sure this way many developers not only me will be interested on doing it
Related
Hey there!
I'm sure that a lot of people has asked about this. I found a couple of threads that talked about this but without any complete answer.
I WANT TO PUSH THE HALO NOTIFICATION TO MY ROM
I know there is a way to do something looks like Halo by installing floatification app with some xposed module but i don't want that! I want a way to just flash or push or copy or any simple way that doesn't make me use github.
HELP ME PLEASE!!!
Sorry dude. If you want halo you have to compile it in with your ROM build. It's not just an apk, it is in the framework and your framework has to match the rest of your ROM....
#stayparanoid
Pirateghost said:
Sorry dude. If you want halo you have to compile it in with your ROM build. It's not just an apk, it is in the framework and your framework has to match the rest of your ROM....
#stayparanoid
Click to expand...
Click to collapse
Hey bro! I know that it's not an app, but i know that it's nothing but codes that i can add it to any rom. The problem is that I'm not a developer so i don't know how to add it to my rom all the lessons are for pro-devs! I want something easy!
iHagbani said:
Hey bro! I know that it's not an app, but i know that it's nothing but codes that i can add it to any rom. The problem is that I'm not a developer so i don't know how to add it to my rom all the lessons are for pro-devs! I want something easy!
Click to expand...
Click to collapse
Let me simplify this for you because it appears you don't understand.
You can't easily add it to any ROM. You need to compile the code into your ROM while you are building it. If you aren't a developer you have 2 choices: learn how to do it, or use a ROM that someone else has compiled it with.
#stayparanoid
Pirateghost said:
Let me simplify this for you because it appears you don't understand.
You can't easily add it to any ROM. You need to compile the code into your ROM while you are building it. If you aren't a developer you have 2 choices: learn how to do it, or use a ROM that someone else has compiled it with.
#stayparanoid
Click to expand...
Click to collapse
Thank you bro! Now everything is claer for me, I really like Paranoid, but I'm waiting it to be official not a only a tester version. Hope that will be soon.
iHagbani said:
Thank you bro! Now everything is claer for me, I really like Paranoid, but I'm waiting it to be official not a only a tester version. Hope that will be soon.
Click to expand...
Click to collapse
What do you mean not a tester version? We have stable releases available right now.
#stayparanoid
Pirateghost said:
What do you mean not a tester version? We have stable releases available right now.
#stayparanoid
Click to expand...
Click to collapse
Yes it's stable but not complete, for example; when I use immersive mode, some apps shows the nav bar without the icons of it! I faced a lot of problem, not much but they are in the important part of my usage..
iHagbani said:
Yes it's stable but not complete, for example; when I use immersive mode, some apps shows the nav bar without the icons of it! I faced a lot of problem, not much but they are in the important part of my usage..
Click to expand...
Click to collapse
I have no idea what that means but we have a bug tracker for tracking issues. You need to submit screenshots or ways to reproduce to the bug tracker. Expecting us to know every little use case is a little outside the realm of possibilities. How can we fix something we know nothing about?
#stayparanoid
I think he is saying with some apps in immersive mode, the navbar has no icons.
Doesn't really sound that familiar to me
Sent from my Nexus 5 using Tapatalk
Pirateghost said:
I have no idea what that means but we have a bug tracker for tracking issues. You need to submit screenshots or ways to reproduce to the bug tracker. Expecting us to know every little use case is a little outside the realm of possibilities. How can we fix something we know nothing about?
#stayparanoid
Click to expand...
Click to collapse
Excusee, where can I find the stable release of paranoid for M8? Cuz in you theard they said it's a test build!!! If it test build then it's not finish and not fully stable!
iHagbani said:
Excusee, where can I find the stable release of paranoid for M8? Cuz in you theard they said it's a test build!!! If it test build then it's not finish and not fully stable!
Click to expand...
Click to collapse
We don't support any device that isn't a nexus/oppo/1+
Anything outside of that is considered a legacy device. In answer to your question though, build 4.44 is considered stable and 4.5alpha2 is, well. Alpha
#stayparanoid
Hey everybody, I know I'll get a lot of heat for releasing this but I present,
Samsung Galaxy Experience ROM for the HTC One S (Ville S4)
This is ported from @Shawn.Killer's ROM for the Galaxy S4 Mini http://forum.xda-developers.com/galaxy-s4-mini/development/rom-s5-rom-s4-mini-i9192-4-4-2-t2900360
BUGS:
You tell me, I need to know too! xD
XDA:DevDB Information
TouchWiz ROM for the HTC One S, ROM for the HTC One S
Contributors
javelinanddart, Shawn.Killer
Source Code: http://forum.xda-developers.com/galaxy-s4-mini/development/rom-s5-rom-s4-mini-i9192-4-4-2-t2900360
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: TouchWiz and CyanogenMod for the Ville Specific Files
Version Information
Status: Abandoned
Created 2015-01-17
Last Updated 2015-02-17
Features:
CyanogenMod's Kernel (will put my void kernel in later)
CyanogenMod Base Files for CM kernel compatibility
All of Samsung's Gimmicks, which I'll list later
General Info
This is Powered by SuperSU by @Chainfire
Kudos to him for a great product
This uses my Custom Kernel but you can use any CM 11 Kernel @Shawn.Killer did all the work of qHD resizing and stuff like that
This will have bugs, I'll try to get them all fixed as soon as possible
Contributor List
@javelinanddart for porting it to the Ville and the Custom Kernel
@Shawn.Killer for the Base ROM
@intervigil for the CM kernel and the CyanogenMod VIlle Files
Download
On Linux
Install Git
git clone https://github.com/javelinanddart/galaxy_experience_rom_ville.git
cd galaxy_experience_rom_ville
zip -r name.zip data/ META-INF/ system/ boot.img
You have your zip
On Windows
go to https://github.com/javelinanddart/galaxy_experience_rom_ville
hit download zip
extract the zip
go into the folders until you find the rom
use 7zip to zip the files up
Changelog
Jan 17
Modify framework-res.apk, hopefully fix storage
Jan 16
Initial Upload
Use Ville Files from CM
javelinanddart said:
Hey everybody, I know I'll get a lot of heat for releasing this but I present,
Samsung Galaxy Experience ROM for the HTC One S (Ville S4)
This is ported from @Shawn.Killer's ROM for the Galaxy S4 Mini http://forum.xda-developers.com/galaxy-s4-mini/development/rom-s5-rom-s4-mini-i9192-4-4-2-t2900360
Click to expand...
Click to collapse
sounds interesting. will give it a try.
homeboy1956 said:
sounds interesting. will give it a try.
Click to expand...
Click to collapse
Thanks! Still working on getting everything set up
I ran out of thanks for today so I'll thank your post when I get more
This will include my custom void kernel so even more features than an S5
javelinanddart said:
Thanks! Still working on getting everything set up
I ran out of thanks for today so I'll thank your post when I get more
This will include my custom void kernel so even more features than an S5
Click to expand...
Click to collapse
unfortunately im not able to develope and im too old to learn. im almost 60 yo and my brain isnt as good as when i was 20 yo.
but i appreciate the hard work all the great devs are doing.
keep up all the good work!!
homeboy1956 said:
unfortunately im not able to develope and im too old to learn. im almost 60 yo and my brain isnt as good as when i was 20 yo.
but i appreciate the hard work all the great devs are doing.
keep up all the good work!!
Click to expand...
Click to collapse
I'm 14
All I do is learn
I'll try to keep it up for as long as I can!
Well, when you turn 59 this year, happy birthday!
javelinanddart said:
I'm 14
All I do is learn
I'll try to keep it up for as long as I can!
Well, when you turn 59 this year, happy birthday!
Click to expand...
Click to collapse
Lol I'm 13.
Shawn.Killer said:
Lol I'm 13.
Click to expand...
Click to collapse
The irony that we both never knew xD
Thats the great thing, even if your age is in your profile, xda members still treat you with respect
javelinanddart said:
I'm 14
All I do is learn
I'll try to keep it up for as long as I can!
Well, when you turn 59 this year, happy birthday!
Click to expand...
Click to collapse
I have the deepest R E S P E C T for you
homeboy1956 said:
I have the deepest R E S P E C T for you
Click to expand...
Click to collapse
Thank you!
Now for the moderator's sake, lets keep it a little bit more on topic
javelinanddart said:
Thank you!
Now for the moderator's sake, lets keep it a little bit more on topic
Click to expand...
Click to collapse
So, did you start porting my ROM as yet?
Shawn.Killer said:
So, did you start porting my ROM as yet?
Click to expand...
Click to collapse
Yeah. Uploading it to github right now, @homeboy1956, keep a nandroid ready, this probably won't have accessible storage
I have to modify the framwork-res.apk for that, so I'll do that later
Shawn.Killer said:
So, did you start porting my ROM as yet?
Click to expand...
Click to collapse
I copied over CM's boot.img, and their bin, xbin, etc, lib, and usr folders
javelinanddart said:
Yeah. Uploading it to github right now, @homeboy1956, keep a nandroid ready, this probably won't have accessible storage
I have to modify the framwork-res.apk for that, so I'll do that later
Click to expand...
Click to collapse
I always have a nandroid, cause I try a lot mods or roms. I like experimenting around, one of my toys is now a 200 $ paperweight.
homeboy1956 said:
I always have a nandroid, cause I try a lot mods or roms. I like experimenting around, one of my toys is now a 200 $ paperweight.
Click to expand...
Click to collapse
Ouch... That sucks....
But good practice
it's good procedure to keep a nandroid but I never do...
@Shawn.Killer
https://github.com/javelinanddart/galaxy_experience_rom_ville
We have an upload!
I'm going to release a version tomorrow but if you want to clone it and zip those files up, and release it, go ahead
I have a lot of stuff to do, I put too much pressure on myself
I'm also releasing another ROM, it's source-based, but I have yet to build it. Off to that we go!
Precisely what happening here. Everyone releasing their own version of ROM and each of them has some or other problem. It would be a lot better if developers come together to release a single stable ROM that can take MIUI7 down for good.
shailendra1993 said:
Precisely what happening here. Everyone releasing their own version of ROM and each of them has some or other problem. It would be a lot better if developers come together to release a single stable ROM that can take MIUI7 down for good.
Click to expand...
Click to collapse
Mokee LP ftw!
shailendra1993 said:
Precisely what happening here. Everyone releasing their own version of ROM and each of them has some or other problem. It would be a lot better if developers come together to release a single stable ROM that can take MIUI7 down for good.
Click to expand...
Click to collapse
Well at least there someone who wants to develop for this phone
ya7hu said:
Mokee LP ftw!
Click to expand...
Click to collapse
Mokee is stable but not optimum. I am having heating and performance problem.
shailendra1993 said:
Mokee is stable but not optimum. I am having heating and performance problem.
Click to expand...
Click to collapse
For me it's stable and has no issues. I'm on the History build.
ya7hu said:
For me it's stable and has no issues. I'm on the History build.
Click to expand...
Click to collapse
is viper4android works with your phone?
mine no luck
imagine92 said:
is viper4android works with your phone?
mine no luck
Click to expand...
Click to collapse
Yes, Go here http://forum.xda-developers.com/nexus-6/themes-apps/viper4android-t2952137 and download the ViperAudio_5.4_stock.zip from the attachments.
> Flash via TWRP > wipe cache/delvik.
shailendra1993 said:
Precisely what happening here. Everyone releasing their own version of ROM and each of them has some or other problem. It would be a lot better if developers come together to release a single stable ROM that can take MIUI7 down for good.
Click to expand...
Click to collapse
Before the blaming games begin you need to understand that developers are only one part of the equation. The users not providing logs for errors is the other part. If you have users regularly providing logs for errors, most of the problems would have already been solved.
dont forget the developers arent working with the updated sources they need. Its quite amazing that we even have developers who still work on this device despite xiaomi not releasing these sources.
davtse said:
Before the blaming games begin you need to understand that developers are only one part of the equation. The users not providing logs for errors is the other part. If you have users regularly providing logs for errors, most of the problems would have already been solved.
dont forget the developers arent working with the updated sources they need. Its quite amazing that we even have developers who still work on this device despite xiaomi not releasing these sources.
Click to expand...
Click to collapse
That's the thing.
Thanks!!
Suppose I port cyanogen to my phone and have some error like SOT or FM Radio not working, where can I look for help?
shailendra1993 said:
Suppose I port cyanogen to my phone and have some error like SOT or FM Radio not working, where can I look for help?
Click to expand...
Click to collapse
You can try the cyanogenmod threads that you have here, depending on the branch. But its likely that there will be no fix available since most of the users choose not to send logs. So if you have issues with the port, getting logs is imperative. a lot of the developers don't have the phone to develop with although they do(help with our phone) so because the system is similar to the ones that they use.
shailendra1993 said:
Suppose I port cyanogen to my phone and have some error like SOT or FM Radio not working, where can I look for help?
Click to expand...
Click to collapse
maybe, you can get help from squid2 in moto x play section since moto x play also has similar procesor
:v
well....we're not a bot u know....
we still a human,we have another schedule at real life
if u can do that,just do it
if u can't ... just calm down,sit down right there and waiting with smile face
anyway......,u can check rohan ,omerjerk,dh-harald github or someone else
u can check what is new(testing...,tested and working or any progress)
cya <(")
ya7hu said:
For me it's stable and has no issues. I'm on the History build.
Click to expand...
Click to collapse
You still use mokee? Can you install xposed?
deliverboy said:
You still use mokee? Can you install xposed?
Click to expand...
Click to collapse
Sorry I don't, I changed my phone.
sent from continuum transfunctioner
ya7hu said:
Sorry I don't, I changed my phone.
sent from continuum transfunctioner
Click to expand...
Click to collapse
Oh, ok then. Thanks anyway.
I'm having this on my Nexus4 and it's a great Nougat experience.
Unfortunately, i have zero knowledge on how to port this to OPO or any other device.
http://forum.xda-developers.com/nex...nitrogen-os-n-substratum-10-09-2016-t3459341/
Would help testing such ROM if a dev picks it up.
zagzag99 said:
I'm having this on my Nexus4 and it's a great Nougat experience.
Unfortunately, i have zero knowledge on how to port this to OPO or any other device.
http://forum.xda-developers.com/nex...nitrogen-os-n-substratum-10-09-2016-t3459341/
Would help testing such ROM if a dev picks it up.
Click to expand...
Click to collapse
it cannot be ported just aosp rom there are 7.0.0 rom for opo too
Dhairya said:
it cannot be ported just aosp rom there are 7.0.0 rom for opo too
Click to expand...
Click to collapse
Too bad, because it has a stable amount of customizations added to it.
zagzag99 said:
Too bad, because it has a stable amount of customizations added to it.
Click to expand...
Click to collapse
Well you tell me snapdragon s4 processor to 801 ? How that to 7.0
Dhairya said:
Well you tell me snapdragon s4 processor to 801 ? How that to 7.0
Click to expand...
Click to collapse
Obviously I'm not expecting one to one port of code.
But I'm guessing the NitrogenOS rom branches can be mixed with the OPO device branches so to make that rom ported.
Just like other ROMs, right?
Simply I never done that and none of the 'build yourself' guides i tried worked out for me.
zagzag99 said:
I'm having this on my Nexus4 and it's a great Nougat experience.
Unfortunately, i have zero knowledge on how to port this to OPO or any other device.
http://forum.xda-developers.com/nex...nitrogen-os-n-substratum-10-09-2016-t3459341/
Would help testing such ROM if a dev picks it up.
Click to expand...
Click to collapse
I'll try building it from source, should be easy enough lol
noahvt said:
I'll try building it from source, should be easy enough lol
Click to expand...
Click to collapse
With multirom supported script, please.
Bump.
Look they're already at 7.1
http://forum.xda-developers.com/nex...n-substratum-10-09-2016-t3459341/post69287502
No one with some experience can to try the build from source??
@noahvt, any progress?
zagzag99 said:
Bump.
Look they're already at 7.1
http://forum.xda-developers.com/nex...n-substratum-10-09-2016-t3459341/post69287502
No one with some experience can to try the build from source??
@noahvt, any progress?
Click to expand...
Click to collapse
I was able to build the rom for the one but it didn't boot (logcat said: "Slim services.jar not found") I contacted the dev but have not received a response yet. I will try syncing the 7.1 source to see if it works
noahvt said:
I was able to build the rom for the one but it didn't boot (logcat said: "Slim services.jar not found") I contacted the dev but have not received a response yet. I will try syncing the 7.1 source to see if it works
Click to expand...
Click to collapse
Thanks.
Would like very much to see the manifest and changes you've done to make it happen.
I tried some stuff myself but failed to get it to build for bacon.
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.? ? ?