Source Code - RAZR i Q&A, Help & Troubleshooting

Hey, I just saw that Motorola has released the source-code for our beloved Razr I on sourceforge.
So in theory it should be possible to compile our own androids. I was wandering whether anybody is working on this / has tried that?
http://sourceforge.net/projects/razr-i.motorola/
Thorsten

Yes, we could use that if they'd give us a non-corrupted kernel source. We already knew this.

I've had a brief attempt at this but always get build errors at make.
So far I've tried with cyanogenmod ics release and aosp but not entirely sure how to overlay the motorola repos. Most are fairly obvious and can be merged into device, external, hardware etc but don't know where to put the Motorola folder...
turl set up a device tree for the razri a while ago but it hasn't been touched since:
https://github.com/turl/android_device_motorola_smi
@Vistaus - Motorola updated did updated the source after the initial corrupt version.

Okay thanks for the info.
Maybe naive, but what about trying to contact Motorola and ask them how the build-pocess works? Or do you think they would not help?

Thorstenk said:
Okay thanks for the info.
Maybe naive, but what about trying to contact Motorola and ask them how the build-pocess works? Or do you think they would not help?
Click to expand...
Click to collapse
I've built my own kernel from source months ago but forgot to include the modules too so I had no WiFi or bluetooth lol oh well.

mattlgroff said:
I've built my own kernel from source months ago but forgot to include the modules too so I had no WiFi or bluetooth lol oh well.
Click to expand...
Click to collapse
Sounds good!
Could you explain how you did it?

cbanbury said:
I've had a brief attempt at this but always get build errors at make.
@Vistaus - Motorola updated did updated the source after the initial corrupt version.
Click to expand...
Click to collapse
That is not what developers say and I doubt developers will lie about it.

Thorstenk, the instructions for building the kernel are in the README.
The instructions for building in the WIFI/bluetooth modules are also pretty clear.
I may try another build with just these, I was running into problems when trying to build with all 37-38 folders overlayed...

Thanks man, will give it a try, unfortunately I am not very experienced ...
cbanbury said:
Thorstenk, the instructions for building the kernel are in the README.
The instructions for building in the WIFI/bluetooth modules are also pretty clear.
I may try another build with just these, I was running into problems when trying to build with all 37-38 folders overlayed...
Click to expand...
Click to collapse

cbanbury said:
Thorstenk, the instructions for building the kernel are in the README.
The instructions for building in the WIFI/bluetooth modules are also pretty clear.
I may try another build with just these, I was running into problems when trying to build with all 37-38 folders overlayed...
Click to expand...
Click to collapse
This was how I did it. Just followed the readme. Modules didn't work right though as I said.
Sent from my XT890 using Tapatalk 2

Just tried to compile the whole thing which did not work, overlaying everything is definitely not sufficient. I guess we need to do more.
After that I tried to bake a kernel, wich did not work as well, always another build error. I am working on a mac which probably makes the situation that bad, no idea.
Dont get why they do not provide a tar-ball where everything is included ...
mattlgroff said:
This was how I did it. Just followed the readme. Modules didn't work right though as I said.
Sent from my XT890 using Tapatalk 2
Click to expand...
Click to collapse

I'm on a mac also, it shouldn't be an issue if you are on a case sensitive file system n using correct java, gcc etc.
Check the version of xcode you are using as well, I had to install version 3.
Oh and post the error message. I got to the point where it was complaining about multiple copies of busybox from the overlayed folders (which is why I think we don't need all of them)
Sent from my XT890 using xda app-developers app

New WebKit Part Online and a new README -> how to compile the complete ROM IMHO.
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-26/

lord0815 said:
New WebKit Part Online and a new README -> how to compile the complete ROM IMHO.
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-26/
Click to expand...
Click to collapse
README instructions are the same as ICS, hope it works this time..

lord0815 said:
New WebKit Part Online and a new README -> how to compile the complete ROM IMHO.
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-26/
Click to expand...
Click to collapse
Yes, I bothered Motorola for this last night. Glad they sorted it so quickly.
Also don't include the recovery folder at the moment.
I had an unsuccessful build this morning so I think there's still some things missing...
Sent from my XT890 using xda app-developers app

cbanbury said:
Yes, I bothered Motorola for this last night. Glad they sorted it so quickly.
Also don't include the recovery folder at the moment.
I had an unsuccessful build this morning so I think there's still some things missing...
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
Keep bothering ! :good:

Theres a new tree online SMI-28 maybe with a working kernel source this time?!
http://sourceforge.net/projects/razr-i.motorola/files/razr-i/9.8.2I-50_SMI-28/
https://android.googlesource.com/pl...-linux-4.4.3/+show/refs/tags/android-4.1.2_r1

Didn't have time to look at this over the weekend but will try a build tonight. Hopefully they fixed everything this time *fingers crossed*

cbanbury said:
Didn't have time to look at this over the weekend but will try a build tonight. Hopefully they fixed everything this time *fingers crossed*
Click to expand...
Click to collapse
My hopes are in you! So very good luck!

diogo.sena said:
Keep bothering ! :good:
Click to expand...
Click to collapse
WAY OFFTOPIC:
Wow! You also come here from moto defy! Regards!
Enviado desde mi XT890 usando Tapatalk 2

Related

nls_utf8.ko for Atrix 1.8.3

After searching this forum, doesn't seem to be able to find one for Atrix.
Spend sometime grabbed the kernel and compiled this module. Tested working with my wife's AT&T Atrix with 1.8.3 using cifsmanager.
Let me know how it goes for you guys.
it does what?
jimmao said:
After searching this forum, doesn't seem to be able to find one for Atrix.
Spend sometime grabbed the kernel and compiled this module. Tested working with my wife's AT&T Atrix with 1.8.3 using cifsmanager.
Let me know how it goes for you guys.
Click to expand...
Click to collapse
so what does this do!?!?!
EclipseX said:
it does what?
Click to expand...
Click to collapse
Maybe network file sharing since cifsmanger is being used
Sent from my MB860 using XDA Premium App
ricethief said:
Maybe network file sharing since cifsmanger is being used
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
If you do not know what it is for, then that means in most case you do not need it.
Basically what it does to me is it allows you to access network shares with non-ANSI folder/file names.
Thanks a lot,
It works.
I compiled the kernel twice but none of utf8.ko worked.
Could you please tell me the steps to compile it? Like to learn something.
jimmao said:
After searching this forum, doesn't seem to be able to find one for Atrix.
Spend sometime grabbed the kernel and compiled this module. Tested working with my wife's AT&T Atrix with 1.8.3 using cifsmanager.
Let me know how it goes for you guys.
Click to expand...
Click to collapse
heyhi said:
Thanks a lot,
It works.
I compiled the kernel twice but none of utf8.ko worked.
Could you please tell me the steps to compile it? Like to learn something.
Click to expand...
Click to collapse
You need to set nls_utf8=m (m means module) in .config file. =y will compile it into the kernel....
Err, if you got .ko file but it doesn't work, then I do not know why..., did you compile kernel against the one published by Moto?
Good work.
jimmao said:
You need to set nls_utf8=m (m means module) in .config file. =y will compile it into the kernel....
Err, if you got .ko file but it doesn't work, then I do not know why..., did you compile kernel against the one published by Moto?
Click to expand...
Click to collapse
The first time I used =m and make modules. It generated a .ko file slightly smaller than yours. The second time I used =y and it's still the same .ko file.
I downloaded the 1.2.6 kernel source from moto website.
Hi, guys, could anyone compile cifs and nls_utf8 for milestone 2? Dont know if it´s different from atrix compiling...
heyhi said:
The first time I used =m and make modules. It generated a .ko file slightly smaller than yours. The second time I used =y and it's still the same .ko file.
I downloaded the 1.2.6 kernel source from moto website.
Click to expand...
Click to collapse
That's interesting, basically, =y will not give you .ko file anyway, so you will see the results from the first time.
My one was compiled under OSX, while environment was setup using macport, that might be different than compiling under linux. But at this stage, I really could not tell what was the cause that you can get the .ko file but not able to use it.

Unofficial CM 10.2 for Xperia Z (C6603)

Unofficial, no warranty, express or implied. Not final, nothing to do with the CM people, not backed by them, not made by them, may cause corruption of innocent kittens if used irresponsibly. I am posting this only because the main CM sources are not perfect right now for building for Qualcomm devices just yet, and need some tweaks in new branches.
CM 10.2 Android 4.3 built for, and working on C6603 International Xperia Z, once again thanks to Sony using such nice, open-source-friendly devices.
Working:
WiFi
Compass + sensors
Sound
Bluetooth
Front + Rear Camera
External SD
Not Working:
???
This is for the International C6603. Other devices at your risk. Build is for yuga, if that tells you whether it will work or not
http://goo.im/devs/pulser/XperiaZ/CM10.2/cm-10.2-20130807-UNOFFICIAL-yuga.zip
Awesome
Btw, can you provide me the device + vendor tree u used? Thanks sir
OT: (Sorry for that)
Is it compulsory to be a RC/RD to get a XDA Build Server? Sorry for OT Again
nolinuxnoparty said:
Awesome
Btw, can you provide me the device + vendor tree u used? Thanks sir
OT: (Sorry for that)
Is it compulsory to be a RC/RD to get a XDA Build Server? Sorry for OT Again
Click to expand...
Click to collapse
Yes, that is for RD/ERD/RC
I just used regular device and vendor tree for yuga, but used the "next" and "next-wip" branches of
frameworks/av
frameworks/native
hardware/qcom/media-caf
hardware/qcom/display-caf
hardware/libhardware
hardware/libhardware_legacy
Are you sure this is for the Yuga? Link name is Pollux_Windy. Thats the Tablet Z. Im gonna download it and check build.prop (maybe the filename is incorrect)
Taylor_Swift said:
Are you sure this is for the Yuga? Link name is Pollux_Windy. Thats the Tablet Z. Im gonna download it and check build.prop (maybe the filename is incorrect)
Click to expand...
Click to collapse
I guess you need to use the text in the link. It's linked wrong I believe.
I haven't seen any 4.3 gapps. Will try the 4.2.2 I have and report back
Sent from my Nexus 7 using Tapatalk HD
---------- Post added at 04:35 PM ---------- Previous post was at 04:20 PM ----------
pulser_g2 said:
Unofficial, no warranty, express or implied. Not final, nothing to do with the CM people, not backed by them, not made by them, may cause corruption of innocent kittens if used irresponsibly. I am posting this only because the main CM sources are not perfect right now for building for Qualcomm devices just yet, and need some tweaks in new branches.
CM 10.2 Android 4.3 built for, and working on C6603 International Xperia Z, once again thanks to Sony using such nice, open-source-friendly devices.
Working:
WiFi
Compass + sensors
Sound
Bluetooth
Front + Rear Camera
External SD
Not Working:
???
This is for the International C6603. Other devices at your risk. Build is for yuga, if that tells you whether it will work or not
http://goo.im/devs/pulser/XperiaZ/CM10.2/cm-10.2-20130729-UNOFFICIAL-yuga.zip
Click to expand...
Click to collapse
Quoted with correct link
Sent from my Nexus 7 using Tapatalk HD
pulser_g2 said:
Yes, that is for RD/ERD/RC
I just used regular device and vendor tree for yuga, but used the "next" and "next-wip" branches of
frameworks/av
frameworks/native
hardware/qcom/media-caf
hardware/qcom/display-caf
hardware/libhardware
hardware/libhardware_legacy
Click to expand...
Click to collapse
I built using the original sources. Seems like it's building correctly now. It boots
alnikki25k said:
I built using the original sources. Seems like it's building correctly now. It boots
Click to expand...
Click to collapse
can you upload build please?
eranda84 said:
can you upload build please?
Click to expand...
Click to collapse
Sure. Just let me finish up a few things.
You can flash this Gapps guys CLICK thx to banks
Anyone having issues with SMS with 10.2? I installed it on my ZL and me and another user are unable to send SMS. Want to figure out if it's ZL related or the Z is also affected.
Thanks!
havanahjoe said:
Anyone having issues with SMS with 10.2? I installed it on my ZL and me and another user are unable to send SMS. Want to figure out if it's ZL related or the Z is also affected.
Thanks!
Click to expand...
Click to collapse
There was this issue with HTC one as well not sure if codeworx fixed it
Sent from my C6603 using xda app-developers app
havanahjoe said:
Anyone having issues with SMS with 10.2? I installed it on my ZL and me and another user are unable to send SMS. Want to figure out if it's ZL related or the Z is also affected.
Thanks!
Click to expand...
Click to collapse
Nope. Nothing here. I could send messages. Put up the logcat when you send a message.
I can't get root to work, is it normal or should I flash again?
saibz said:
I can't get root to work, is it normal or should I flash again?
Click to expand...
Click to collapse
try flashing Chainfire's latest flashable SuperSU and let say if it's work.
gandou63 said:
try flashing Chainfire's latest flashable SuperSU and let say if it's work.
Click to expand...
Click to collapse
Thanks, although it's working now. I'm not exactly sure how, but I think messing around in "Developer options" somehow fixed it.
Nice work :thumbup:
Sent from my C6603 using xda app-developers app
Not sure if this is just a one-time release ROM but I've been using it for roughly a week and have no major issues, except for the occasional freeze. Oh sometimes the browser flickers too while typing characters in the "omnibar".
saibz said:
Thanks, although it's working now. I'm not exactly sure how, but I think messing around in "Developer options" somehow fixed it.
Click to expand...
Click to collapse
Yes. You need to first change the Root Access option under Developer options to Apps and ADB. Seems to reset Superuser permissions.
New build posted.

[ROM][4.4] CM11 + MEOW Kernel

This is pretty much dead.
That and the server it ran on is dead aswell, and i forgot to backup the scripts i was using to keep it all in check, oops.
So long for now!
For Xperia Z only!
ALWAYS MAKE A BACKUP of your files before you install something.
I am not responsible if you brick your device, but if the worst happens, i will try and help.
Click to expand...
Click to collapse
The ROM is built everyday around 18:00 GMT+1.
It's bog standard CM11, so changelogs for that can be found here:
http://review.cyanogenmod.org/#/q/status:merged+branch:cm-11.0,n,z
http://www.cmxlog.com/11/
The only thing different, is that this build is with MEOW kernel, which hopefully is alright with @jeroenqui
MEOW-Kernel thread is available here: http://forum.xda-developers.com/showthread.php?t=2448130
For donations, please refer to the CM11 guys, FXP, jeroenqui and whomever else is making it possible for me to build this rom for you guys.
Builds are available here: http://cm11.karbowiak.dk/
For Google Apps, please refer to the PA Google Apps packages, which are available here: http://forum.xda-developers.com/showthread.php?t=2397942
Enjoy!
Reserved for me
Best KK rom for our device so far
I'm still on 11/23 build, but it's stable and have a great battery performance
I can only imagine that with MEOW Kernel will be even better
Hi LaMaaH , can you build a removed DoubleTap2Wake and Sweep2Wake version of MEOW Kernel , I always have touch-going-crazy problem with those 2 features.
Can use Android 4.3 CWM to upgrade?
or need to use flash 4.4 img first?
kendalfung said:
Can use Android 4.3 CWM to upgrade?
or need to use flash 4.4 img first?
Click to expand...
Click to collapse
You can try 1st, if error you can use meow kernel for flashing..flash meow kernel reboot recovery and flash rom, or extract boot.img from rom and flash using fastboot, reboot recovery and flash rom.
Sent from my C6603 using Tapatalk
heorung said:
Hi LaMaaH , can you build a removed DoubleTap2Wake and Sweep2Wake version of MEOW Kernel , I always have touch-going-crazy problem with those 2 features.
Click to expand...
Click to collapse
turn off these features in e.g. Trickster mod app
Turn it off doesn't fix the issue, i still have touch issue with those features turn off.
heorung said:
Turn it off doesn't fix the issue, i still have touch issue with those features turn off.
Click to expand...
Click to collapse
I think the Kernel is still in the early builds, just wait till the dev updates it and you'll see more features and stability.
Cause I switched into this rom and I find that the recovery which comes with this rom the newest version I assume and it's a bit slow compare to the the last version., So I assume that the it will be fine once the kernel gets updated well
So how does this fare compared to the other 4.4 roms out there?
Does it have the huge lockscreen delay and random lags like the rest?
Is superuser working in ART?
LaMaaH said:
The only thing different, is this si build with MEOW kernel, which hopefully is alright with @jeroenqui
MEOW-Kernel thread is available here: http://forum.xda-developers.com/showthread.php?t=2448130
For donations, please refer to the CM11 guys, FXP, jeroenqui and whomever else is making it possible for me to build this rom for you guys.
Click to expand...
Click to collapse
Hey man, it's alright.. Although technically flashing my package should also work with default CM builds...
Will test this and fix it when needed.. I hear some people have problems flashing it over another ROM.
not tried this build, but have a go at disabling hw overlays to see if it helps with the erratic touchscreen behaviour.
jeroenqui said:
Hey man, it's alright.. Although technically flashing my package should also work with default CM builds...
Will test this and fix it when needed.. I hear some people have problems flashing it over another ROM.
Click to expand...
Click to collapse
Yeah i know, but i got bored and decided to build my own CM11 with it already in, and then i figured i might aswell share it while at it
dekadence_ said:
So how does this fare compared to the other 4.4 roms out there?
Does it have the huge lockscreen delay and random lags like the rest?
Click to expand...
Click to collapse
No lockscreen delay on my own install, and no errors either, just works
heorung said:
Hi LaMaaH , can you build a removed DoubleTap2Wake and Sweep2Wake version of MEOW Kernel , I always have touch-going-crazy problem with those 2 features.
Click to expand...
Click to collapse
Nope, you can use Trickster Mod to disable them, but i don't have any touch issues with my own Yuga.
koukos said:
Is superuser working in ART?
Click to expand...
Click to collapse
I actually havn't tested it, so i don't know.
But afaik CM did import some ART fixes for SuperUser not long ago, so, maybe ? :silly:
koukos said:
Is superuser working in ART?
Click to expand...
Click to collapse
Of course it's work..
Sent from my C6603 using Tapatalk
Hi @LaMaaH, I just saw a post on Nexus 5 forum on how to enable WhatsApp in ART runtime, can you help to compile this libart.so fix for our device? If it's alright with you.
This is the link to the post http://forum.xda-developers.com/showthread.php?t=2527879
Sent from my C6603 using XDA Premium 4 mobile app
Any non-kernel changes from 24th build?
Sent from my C6603 using xda app-developers app
petrifyre said:
Hi @LaMaaH, I just saw a post on Nexus 5 forum on how to enable WhatsApp in ART runtime, can you help to compile this libart.so fix for our device? If it's alright with you.
This is the link to the post http://forum.xda-developers.com/showthread.php?t=2527879
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes this would be awesome!
I've already tried this one http://forum.xda-developers.com/showpost.php?p=47604251&postcount=77 but it results in mass FCs
dasprot said:
Yes this would be awesome!
I've already tried this one http://forum.xda-developers.com/showpost.php?p=47604251&postcount=77 but it results in mass FCs
Click to expand...
Click to collapse
I've also tried the zip file attached in that forum and yeah, infinite fc. So I thought maybe the zip just for nexus.
Sent from my C6603 using XDA Premium 4 mobile app
LaMaaH said:
No lockscreen delay on my own install, and no errors either, just works
Click to expand...
Click to collapse
Cool! Guess I'll give it a shot then!

MIUI for Moto X, when?

I would love to see MIUI on our device. It would be amazing! What do you guys think?
I don't know anything about ROM Developing though, so I'll have my hopes up for someone to make a port.
MaKTaiL said:
I would love to see MIUI on our device. It would be amazing! What do you guys think?
I don't know anything about ROM Developing though, so I'll have my hopes up for someone to make a port.
Click to expand...
Click to collapse
I doubt we'll ever see it considering the Nexus doesn't even have it. We are pretty locked down here so I'd expect we would get the mainstream roms first if anything.
If anyone has the time and patience to port it, here is a link for a guide
http://forum.xda-developers.com/showthread.php?t=2555094
I've tried porting it from the Nexus 4 and it just bootloops.
Sent from my XT1053
I'd rather go buy an iPhone.
omg yes! I loooved MIUI on my ancient Xperia S, I miss it so much :'(
Enviado de meu XT1058 usando Tapatalk
I would definitely give miui a go.
Sent from my XT1056 using Tapatalk
MaKTaiL said:
I would love to see MIUI on our device. It would be amazing! What do you guys think?
I don't know anything about ROM Developing though, so I'll have my hopes up for someone to make a port.
Click to expand...
Click to collapse
Wait for Miui based on Kitkat to be released...
EDIT:- Sorry... Miuiv6 is in its beta stages... Lets wait for it to be completely released! Hopefully someone will port it over CM or better over the stock ROM which might let us keep active display and touchless control!
Gundabolu SC said:
Wait for Miui based on Kitkat to be released...
EDIT:- Sorry... Miuiv6 is in its beta stages... Lets wait for it to be completely released! Hopefully someone will port it over CM or better over the stock ROM which might let us keep active display and touchless control!
Click to expand...
Click to collapse
I can't get to grab the log cat while bootloading. I have ported miui long ago but a lot has change. I'm using the nexus 7 2013 build and cm to port. I'm not using patch ROM though I don't have Ubuntu
Sent from my XT1060 using Tapatalk
sorullo_xgrx said:
I can't get to grab the log cat while bootloading. I have ported miui long ago but a lot has change. I'm using the nexus 7 2013 build and cm to port. I'm not using patch ROM though I don't have Ubuntu
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
I have no clue on as to how to use the patch ROM.... I have only tried porting like the old ways... ie smali editing.... I tried it when we were at JB with stock ROM but never had the patience to complete it.... And about the Log cat... Have you changed the bootclass path in the boot.img? What guide are you following?
http://forum.xda-developers.com/showthread.php?t=1483332 found this guide about using patchROM, i have a net speed of 256Kbps... it will take me FOREVER to even attempt this...
Gundabolu SC said:
I have no clue on as to how to use the patch ROM.... I have only tried porting like the old ways... ie smali editing.... I tried it when we were at JB with stock ROM but never had the patience to complete it.... And about the Log cat... Have you changed the bootclass path in the boot.img? What guide are you following?
http://forum.xda-developers.com/showthread.php?t=1483332 found this guide about using patchROM, i have a net speed of 256Kbps... it will take me FOREVER to even attempt this...
Click to expand...
Click to collapse
Last time I attempt patchrom it took me almost all night to sync the cm repo, miui repo doesn't take that long. I'm as well doing the editing on smali as well. I was thinking on that of editing the bootclass path. Will try that for now. And also some framework diff too. PS I'm using the same guide
Sent from my XT1060 using Tapatalk
sorullo_xgrx said:
Last time I attempt patchrom it took me almost all night to sync the cm repo, miui repo doesn't take that long. I'm as well doing the editing on smali as well. I was thinking on that of editing the bootclass path. Will try that for now. And also some framework diff too. PS I'm using the same guide
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
I didnt know you needed CMs repo as well... I thought just having the ROM was enough! How about trying to base it off SlimKats repo? It will definitely be less...

[ROM][master][2014-05-22] AOSP 4.4.3.2.1.000.000

I've just built AOSP from master branch.
The most interesting thing is the optimized ART runtime. It's enabled by default and works with much more apps now.
I didn't try it on N4 yet, but on a similar device which basically is hardware compatible.
2014-05-22:
update
2014-05-21:
first build
Click to expand...
Click to collapse
Download:
http://d-h.st/s9Q
Screenshot:
First
My dear @zelendel , just to let you know. The similar device is a Xiaomi Mi2, are u sure there's still
Not enough development
Click to expand...
Click to collapse
?
4.4.3? Did I miss something?
Dark Emotion said:
4.4.3? Did I miss something?
Click to expand...
Click to collapse
Still a preview. Nothing official yet
Sent from my mi²s
Dark Emotion said:
4.4.3? Did I miss something?
Click to expand...
Click to collapse
it's from master branch.
basically it's a mix between 4.4.3 and 4.5.
Google pushes core changes to master branch and hobby devs can use gerrit to merge changes into that branch.
The new features and UI changes are still closed source until google releases a new android update.
something that stands out in this rom? Thanks for the work @m11kkaa
slipknot31 said:
something that stands out in this rom? Thanks for the work @m11kkaa
Click to expand...
Click to collapse
mainly ART, because it should work with much more(maybe all) apps now.
And many small optimizations.
m11kkaa said:
I've just built AOSP from master branch.
The most interesting thing is the optimized ART runtime. It's enabled by default and works with much more apps now.
I didn't try it on N4 yet, but on a similar device which basically is hardware compatible.
Click to expand...
Click to collapse
Unknown Baseband
snak3ater said:
Unknown Baseband
Click to expand...
Click to collapse
Mi2 is not a nexus 4, but just similar, here's why the screenshot says this
Sent from my mi²s
snak3ater said:
Unknown Baseband
Click to expand...
Click to collapse
It will work on n4 but it would be great if someone could confirm it and post a screenshot so I can update the OP
Sent from my MI 2 using Tapatalk
m11kkaa said:
It will work on n4 but it would be great if someone could confirm it and post a screenshot so I can update the OP
Sent from my MI 2 using Tapatalk
Click to expand...
Click to collapse
i have flash this rom,but i lost my recovery,so how can i flash a recovery?thanks..
aliver.dun said:
i have flash this rom,but i lost my recovery,so how can i flash a recovery?thanks..
Click to expand...
Click to collapse
CWM should have asked you to disable recovery flash.
anyway. you can easily flash recovery from fastboot
m11kkaa said:
CWM should have asked you to disable recovery flash.
anyway. you can easily flash recovery from fastboot
Click to expand...
Click to collapse
thanks for your quick reply,can you teach me as my computer can't find adb..
I am going to try right now...give me sometime and I post my screenshot
and BTW thanks for your work on this !
aliver.dun said:
thanks for your quick reply,can you teach me as my computer can't find adb..
Click to expand...
Click to collapse
I can't explain you in detail. especially not for windows.
But this could help you: http://forum.xda-developers.com/showthread.php?t=2266638
Installed and working ok
Installed on my Nexus 4 and everything works ok. Installed Banks' latest Gapps too. TWRP still working.
One weird thing is there's a red square flashing around the edge on some screens.
Have to go out so didnt have time to mess around any more.
divvykev said:
Installed on my Nexus 4 and everything works ok. Installed Banks' latest Gapps too. TWRP still working.
One weird thing is there's a red square flashing around the edge on some screens.
Have to go out so didnt have time to mess around any more.
Click to expand...
Click to collapse
thx.
That's because this is a engineering build.
I can make a userdebug build next time.
divvykev said:
One weird thing is there's a red square flashing around the edge on some screens.
Click to expand...
Click to collapse
Just edit build.prop (/system/build.prop) look for ro.build.type=eng and change it to ro.build.type=userdebug
Sent from my mi²s
linuxxxx said:
Just edit build.prop (/system/build.prop) look for ro.build.type=eng and change it to ro.build.type=userdebug
Sent from my mi²s
Click to expand...
Click to collapse
Thanks for this. Had a moment when I thought, Oh oh!
Any noticeable changes? The dialer?

Categories

Resources