[LOLLIPOP] Xperia AOSP Project - Xperia Z2 General

hi all
we have included this device in open devices project
you can check news about project on
http://developer.sonymobile.com/know.../open-devices/
feel free to fork, build, fix and push back
Br
J

Is this pure Android development, apart from CM?

V4LKyR said:
Is this pure Android development, apart from CM?
Click to expand...
Click to collapse
Yes.
Sent from my D6503 using Tapatalk

Good news. My previous device was m7. Flashed continuously new roms. I bought Z2, 3 months before, still stock.

get error while compiling following the instructions on git-hub.

So now we can build more stable builds as we have device tree from sony right?

So.... How fast will Lollipop reach AOSP? After Sony released their normal ROMs?

I have successfully built it
I have successfully built this rom using Linaro ToolChain
It's so smooth butit has many bugs till now like:-
* Screen brightness always full cannot change.
* Bluetooth share force close screen appearing all time
* No Automatic screen Rotation
* Camera is Broken
* No phone service
Maybe it's just me because I used Linaro.. Anybody successfully built it too??
I will try to build it again using regular gcc toolchain and see if anything changes.
EDIT : -
A ScreenShot of it:-
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I long the day omnirom will appear because of this.

mcqcdtbootimg
I've been trying to build the ROM from sources. Downloaded everything required and started to compile.
I face a problem while making the boot.img . I understand we need to use mkqcdtbootimg instead of just mkbootimg. I downloaded the sources of mkqcdtbootimg from Sony's git repo and places it under /source/system/extras. Even after doing those steps I seem to face a problem. Am I doing something wrong ? I'm still a newbie in ROM development. Any help will be highly appreciated

tejaswi.rohit said:
I've been trying to build the ROM from sources. Downloaded everything required and started to compile.
I face a problem while making the boot.img . I understand we need to use mkqcdtbootimg instead of just mkbootimg. I downloaded the sources of mkqcdtbootimg from Sony's git repo and places it under /source/system/extras. Even after doing those steps I seem to face a problem. Am I doing something wrong ? I'm still a newbie in ROM development. Any help will be highly appreciated
Click to expand...
Click to collapse
You need to place this source into external/mkqcdtbootimg of your source code and then compile it again.
Sent from my Xperia Z2 using Tapatalk

Myself5 said:
You need to place this source into external/mkqcdtbootimg of your source code and then compile it again.
Sent from my Xperia Z2 using Tapatalk
Click to expand...
Click to collapse
Ah! Thanks Will do that. In the mean time I compiled it separately and replaced mkbootimg with it
P.S. If someone is facing trouble to compile mkqcdtbootimg make sure you have all your ssl libraries installed and linked properly in Ubuntu. I had to install this libssl-dev to get it to compile there was some linker issue without it in 14.04.

tejaswi.rohit said:
I've been trying to build the ROM from sources. Downloaded everything required and started to compile.
I face a problem while making the boot.img . I understand we need to use mkqcdtbootimg instead of just mkbootimg. I downloaded the sources of mkqcdtbootimg from Sony's git repo and places it under /source/system/extras. Even after doing those steps I seem to face a problem. Am I doing something wrong ? I'm still a newbie in ROM development. Any help will be highly appreciated
Click to expand...
Click to collapse
Hi,
Actually you have to download it to system/core folder not system/extra..
Hope that works for you
lol late one...

Gen1usw0rk said:
I have successfully built this rom using Linaro ToolChain
It's so smooth butit has many bugs till now like:-
* Screen brightness always full cannot change.
* Bluetooth share force close screen appearing all time
* No Automatic screen Rotation
* Camera is Broken
* No phone service
Maybe it's just me because I used Linaro.. Anybody successfully built it too??
I will try to build it again using regular gcc toolchain and see if anything changes.
EDIT : -
A ScreenShot of it:-
View attachment 2978806
Click to expand...
Click to collapse
I compiled the ROM successfully and I'm facing the same problems as you're. I didn't use Linaro tool chain. I guess it has something to do with the device drivers. Hope we get them fixed soon. The ROM is fluid though

Gen1usw0rk said:
I have successfully built this rom using Linaro ToolChain
It's so smooth butit has many bugs till now like:-
* Screen brightness always full cannot change.
* Bluetooth share force close screen appearing all time
* No Automatic screen Rotation
* Camera is Broken
* No phone service
Maybe it's just me because I used Linaro.. Anybody successfully built it too??
I will try to build it again using regular gcc toolchain and see if anything changes.
EDIT : -
A ScreenShot of it:-
View attachment 2978806
Click to expand...
Click to collapse
tejaswi.rohit said:
I compiled the ROM successfully and I'm facing the same problems as you're. I didn't use Linaro tool chain. I guess it has something to do with the device drivers. Hope we get them fixed soon. The ROM is fluid though
Click to expand...
Click to collapse
it has to do with the blobs.... sony released sources for 4.4.2_r2... and the binaries also for 4.4.2, but AOSP is on version 4.4.4_r2 ... blobs are not compatible with current AOSP version...
so if you wanna build pure AOSP for sirius for ex (this device hasn’t even received 4.4.4 official), you have to compile 4.4.2, not 4.4.4 ..
regards

infected_ said:
it has to do with the blobs.... sony released sources for 4.4.2_r2... and the binaries also for 4.4.2, but AOSP is on version 4.4.4_r2 ... blobs are not compatible with current AOSP version...
so if you wanna build pure AOSP for sirius for ex (this device hasn’t even received 4.4.4 official), you have to compile 4.4.2, not 4.4.4 ..
regards
Click to expand...
Click to collapse
That totally makes sense. I shall switch my branch and try to compile again . Thanks
Update:
Downloaded 4.4.2 source and compiled the ROM again. The issues remain the same. I think the device drivers in the kernel need to be set right.

tejaswi.rohit said:
I've been trying to build the ROM from sources. Downloaded everything required and started to compile.
I face a problem while making the boot.img . I understand we need to use mkqcdtbootimg instead of just mkbootimg. I downloaded the sources of mkqcdtbootimg from Sony's git repo and places it under /source/system/extras. Even after doing those steps I seem to face a problem. Am I doing something wrong ? I'm still a newbie in ROM development. Any help will be highly appreciated
Click to expand...
Click to collapse
cd build && git cherry-pick 612e2cd0e8c79bc6ab46d13cd96c01d1be382139 && cd ..
will fix your error
br
J

jerpelea said:
cd build && git cherry-pick 612e2cd0e8c79bc6ab46d13cd96c01d1be382139 && cd ..
will fix your error
br
J
Click to expand...
Click to collapse
Thanks for the fix @jerpelea I see the cherry pick is to fix the mkbootimg error, but is there any chance this fix helps with the other sensors to work, or will have to wait for an updated kernel for the same ? (just curiosity )

infected_ said:
it has to do with the blobs.... sony released sources for 4.4.2_r2... and the binaries also for 4.4.2, but AOSP is on version 4.4.4_r2 ... blobs are not compatible with current AOSP version...
so if you wanna build pure AOSP for sirius for ex (this device hasn’t even received 4.4.4 official), you have to compile 4.4.2, not 4.4.4 ..
regards
Click to expand...
Click to collapse
thats completely wrong
modem and camera blobs are missing
br
J

jerpelea said:
thats completely wrong
modem and camera blobs are missing
br
J
Click to expand...
Click to collapse
glad you corrected me then, after @tejaswi.rohit ruled that out.. so ... where can we find these missing blobs? can we use themuppets repo for it?
ps: @jerpelea can you explain to me how can we build 4.4.4 for Z2 per ex, if the official stock 4.4.4 hasnt been released, and with it the blobs for 4.4.4..?

Related

[ROM][UBL] Paranoid Android 4.5 Beta-1 2014-08-05 (Unofficial) * self-compiled

Hi guys, just sharing my self-compiled Paranoid Android builds.
The ROM is built via SaberMod toolchain with O3 optimization. The kernel is still the stock CM11 kernel, only compiled with different toolchain.
Strictly for unlock-bootloader only. Flash at your own risk.
Code:
[CENTER][B][COLOR="Red"]Your warranty is now void.[/COLOR][/B]
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this ROM
before flashing it! YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you.[/CENTER]
Download - Paranoid Android ROM
G-Apps
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some few useful tips:
1. As much as possible, install only 1 home launcher, otherwise the navigation bar keys(back-HOME-recent) will be laggy at certain times. From what I know, this issue is common for all CM11-based ROMs. Just uninstall or freeze(via Titanium app) your other home launchers. EDIT: I just learned that this issue is not applicable to all as some users told me that they are fine with even many launchers installed.
2. For a better audio experience, install ViPER4Android Audio Effects.
3. The recent task will be overloaded in time, hence the RAM suffers(especially on a phone like ours with 800+MB only), try to clear recent task whenever you feel the smoothness and fluidity of the UI degrades.
4. Use ART runtime, it's better than Dalvik. I also get a bit of better battery mileage with ART on my personal experience. It doesn't work if you have Xposed though.
Credits:
Paranoid Android team - for the awesome ROM
Cyanogenmod team and FXP team(our dev overlords here) - for the device tree and kernel source
SaberMod and Linaro toolchains - for the toolchain I used for compiling
JustArchi - for his O3 optimization
neXus PRIME - for some build knowledge he shared with me last time
Rycon33 said:
Hi guys, just sharing my self-compiled Paranoid Android 4.45(their latest version).
Click to expand...
Click to collapse
You should contact a mod to move this thread to either Xperia SP Original Android Development or Xperia SP Android Development.
Other than that good work, glad to see more roms popping up. Cheers
@Rycon33
Are you thinking about building PA 4.5 alpha?
igor_anta said:
You should contact a mod to move this thread to either Xperia SP Original Android Development or Xperia SP Android Development.
Other than that good work, glad to see more roms popping up. Cheers
Click to expand...
Click to collapse
Thanks, but here will suffice as I'm not a dev and only sharing what I just compiled from source(the real work has been done by the people I mentioned in the OP). And take the build as it is.?
lvints said:
@Rycon33
Are you thinking about building PA 4.5 alpha?
Click to expand...
Click to collapse
I think the source for their alpha isn't open yet. Once it becomes open, I'll try to compile it also.
Tapatalked from my Xperia
My rookie github in case others want to build PA also from source. -> https://github.com/Darknyt33/android_device_sony_huashan
Clearly, it is forked from Cyanogenmod and it is not that refine compared to others. I dont even know if some of those files are still needed. I also just add lightbulb overlay (took q from all other xperia github for PA). And also I add the small nav height overlay.
Just sharing here. No intention of being a dev, lol. If I do, I could have just post it at the dev section. The previous one I did was for Mahdi rom which I posted here in general section also and seems got little attention, but it's alright.?
Edit: Also, if anybody here want to build and use sabermod or Linaro toolchain, let me know and maybe I can help you with the way. I just learned how to use those toolchains last week and also knew about JustArchi's O3 optimization. I can link you with all the commits I used when building with 4.8+ toolchain(4.7 has no issue). All the commits and fixes I bookmarked when I read the whole thread of JustArchi's O3 optimization.
Nvm..., deleted ?
Tapatalked from my Xperia
you should have just built aospal since we already have PA
^^I actually tried yesterday with AOSPAL Saberdroid but they are changing their bases to AOSP and not with AOSPA anymore. Once their bases are ok and online again, I'll try to compile it(if I can).
And you mention we have PA already, you're right, except that here is strictly for unlocked-bootloader only and we can use any CM11-based custom kernels here. And NexusPrime's PA have his own added code and tweaks which this one clearly doesn't have, this is pretty barebone PA with the only modification of the nav height I added in overlay(my personal nav height preference 42x36). And different toolchains used.
So we can modifie the navbar size with this PA ? \o
Try GravityBox.
It's an Xposed module.
(Don't like using it myself since I'm a big fan of ART)
We cannot modify nav bar height here @TsunaH , I just made the default to 42x36dip. Adding nav bar settings will defeat the purpose of PA on eliminating those unnecessary settings. But yeah, try gravity box. Or if you don't want xposed, I can give a flashable zip for people wanting specific nav bar height.
Tapatalked from my Xperia
Navbar modification do not work with PA of Nexus ( with GB )
Rycon33 said:
Hi guys, just sharing my self-compiled Paranoid Android 4.45(their latest version).
Click to expand...
Click to collapse
awesome job mate. downloading now. will post a review once I use it for a day. How stable is this btw? enough for daily use?
Been using it since I compiled it last week. No problem that I encountered yet on my end. Except I needed to uninstall all my other home launcher and keep only one, otherwise the navigation bar will be laggy. It is actually the same issue I encountered for all CM11-based custom ROMs. Not sure if its my phone that got problem lol.
Btw, there will be another build probably tomorrow.
Edit: And, don't quote the whole OP lol.?
Tapatalked from my Xperia P
PA is my favourite and i thank u so much for building and sharing this goodness with us. Hope u continue this.
Rycon33 said:
Been using it since I compiled it last week. No problem that I encountered yet on my end. Except I needed to uninstall all my other home launcher and keep only one, otherwise the navigation bar will be laggy. It is actually the same issue I encountered for all CM11-based custom ROMs. Not sure if its my phone that got problem lol.
Btw, there will be another build probably tomorrow.
Edit: And, don't quote the whole OP lol.?
Tapatalked from my Xperia P
Click to expand...
Click to collapse
a question:
its been a long time since I last used pa, but isn't there settings for hover, peek, etc.?
btw the rom is smooth.
Siddhesh said:
PA is my favourite and i thank u so much for building and sharing this goodness with us. Hope u continue this.
Click to expand...
Click to collapse
Don't worry, this will be updated weekly, around the same time as new PA releases.
sarkar1990 said:
a question:
its been a long time since I last used pa, but isn't there settings for hover, peek, etc.?
btw the rom is smooth.
Click to expand...
Click to collapse
No actual settings for both. For hover, you either enable it or disable in status bar icon there. For peek, enable/disable it in display settings.
To the very few that even cares:
Paranoid Android 4.5 Beta-1 is uploading!
EDIT: uploaded!
Rycon33 said:
To the very few that even cares:
Paranoid Android 4.5 Beta-1 is uploading!
Click to expand...
Click to collapse
How much time remaining?
:^^Around 5 minutes more.
Btw, the ROM is still compiled via Sabermod toolchain. But the stock CM11 kernel now compiled via Linaro.
EDIT: And.... Uploaded, enjoy guys!
Rycon33 said:
^^Around 5 minutes more.
Btw, the ROM is still compiled via Sabermod toolchain. But the stock CM11 kernel now compiled via Linaro.
Click to expand...
Click to collapse
Compiling roms or kernel via different toolchains make any difference?

[NEWS] AOSP 5.0 and Android L stock discussions

AOSP 5.0 based News​
The much anticipated Android L is now live on AOSP. That's something very exciting.
COMPLETE ANDROID 5.0 L SOURCE : HERE
Code:
repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.0_r1
Google ads few more tags for the source ending with r2, r3, r4, r5, r6 and r7.
The King of Rooting "Chainfire" manages to root Android L which was earlier lot in discussions about the difficulty in rooting Android L. Head on HERE for more info.
Omnirom manages to boot on Lollipop for Nexus 7. Head on here for info
CM12 project has initiated creating msm8226 branches bringing in some more excitement to the table Official Changelogs
CHANGELOG from KitKat to Lollipop . and R1-R7
@SeannyM manages to boot lollipop CM12 for Moto G 2013 Still a work in progress. Visit ROM thread here.
More Lollipop ROM's based of CM12/AOSP by:
Code:
[B][COLOR="DarkSlateBlue"]Alberto [/COLOR][/B]:[URL=http://forum.xda-developers.com/showthread.php?t=2942491] Link [/URL]
[B][COLOR="DarkSlateBlue"]Anerik [/COLOR][/B]:[URL="http://forum.xda-developers.com/moto-g/development/5-0-cyanogenmod-12-t2950466"]Link[/URL]
[B][COLOR="DarkSlateBlue"]StrangeWeather [/COLOR][/B]:[URL="http://forum.xda-developers.com/moto-g/development/rom-aosp-code-aurora-t2943252"]Link[/URL]
[B][COLOR="DarkSlateBlue"]Matrinusbe [/COLOR][/B]:[URL="http://forum.xda-developers.com/moto-g/orig-development/rom-gzroms-validus-13-t2864662"]Link[/URL]
[B][COLOR="DarkSlateBlue"]Teamex [/COLOR][/B]:[URL="http://forum.xda-developers.com/moto-g/orig-development/rom-xperience-9-0-0-t2952466"]Link[/URL]
Lollipop Kernels by:
Code:
[B][COLOR="DarkSlateBlue"]Teamex [/COLOR][/B]:[URL="http://forum.xda-developers.com/showthread.php?t=2786336"]Link[/URL]
[B][COLOR="DarkSlateBlue"]Fermasia [/COLOR][/B]:[URL="http://forum.xda-developers.com/moto-g/orig-development/kernel-donkey-kang-kernel-v1-t2933761"]Link[/URL]
Make XT1033 adapt to CM12 single sim: Guide. Thanks @padhu1989
One of the reputed developer of Moto G "QUARX" is also working on Android L and about to be accomplished. Visit here for Info Thanks @abhifx and @Sandivisi for the info.
Extras: XDA users willing to gear up in compiling kernel can refer to the Guide by @YoshiShaPow for MotoG specific compilation. My earlier mention about "CYGWIN_guide" unfortunately can't be used to compile kernel 3.4.x
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Moto G -Android L stock News​
Rollout for Moto X and G 2014 begins.
Release Notes information from Motorola can be found in Motorola Official Blog
Chainfire has released an easy rooting kit for MOTOROLA variants. Grab it for your Moto G. Thanks @abhi0502 for sharing this info.
Brazilian Motorola cust support website reveals 5.0 release notes for G2 and G1. Visit this post for more. To add more here goes twitter confirmation from moto brasil. Screenshot here Thanks @MarckozZ
All about soak experience. Visit HERE
SOURCE OF INFO : XDA NEWS , GITHUB and GOOGLE
Wowow this stuff is all so exciting! May not even have to restore to stock as right now I'm running CM11
Oh boy, I'm all giddy like a little kid again. This wait for Lollipop in general to come out has been so painstaking yet I know the wait will be worth it. It really doesn't help me personally since I had a port of the developer preview a few months ago on my Nexus 4 before I broke it, it was just a fleeting taste of it. xD
Now just somebody needs to build aosp rom for moto g
Theres so much that needs to be pushed yet, like A LOT...Theres simply too much hype building out there...
I was wondering whether the device tree would remain same OR it needs to be re-based as done by dhacker earlier. Hope not, else its gonna be another major milestone to reach out android L.
As per some newsfeed available at Google, the CyanogenMod team is likely to begin with L in December with CM12 nightlies. Meanwhile can't say the moto g stock may arrive as they are ready with it
==vj== said:
I was wondering whether the device tree would remain same OR it needs to be re-based as done by dhacker earlier. Hope not, else its gonna be another major milestone to reach out android L.
As per some newsfeed available at Google, the CyanogenMod team is likely to begin with L in December with CM12 nightlies. Meanwhile can't say the moto g stock may arrive as they are ready with it
Click to expand...
Click to collapse
Obviously it will have to be re-based and addapted to our device, since it has to have some tweaks for CPU, camera, audio, display, sensors, blabla etc... So it will pass some time after we can get our hands to a 5.0 build.
MarckozZ said:
Obviously it will have to be re-based and addapted to our device, since it has to have some tweaks for CPU, camera, audio, display, sensors, blabla etc... So it will pass some time after we can get our hands to a 5.0 build.
Click to expand...
Click to collapse
Guess what.... Quarx is already on the job
Check his fb page
reversegear said:
Guess what.... Quarx is already on the job
Check his fb page
Click to expand...
Click to collapse
Can you tell mw who is Quarx? Than name sound familiar
EDIT: I remember him from Defy forum....
EDIT 2: He is working on Lollipop for Defy, not for Moto G right now...
Quarx is also a developer holding CM thread here for Moto G. And kernel by Blechdose in combination.
Regarding whether he's onto Android L , no idea yet. But Anderson - N5XPA developer is onto L as of now with his first build for Nexus.
But yeah again, for Nexus its easy since everything is set readymade from Google, just compile and build. Whilst for our Moto G needs to be set first with device tree. So this is a major milestone as of now to our developers. Correct me if I am wrong at any point
Request
Guys whoever of you receives android L first over ota, please be sure to share the zip file of the new stock rom right here on XDA
MarckozZ said:
Obviously it will have to be re-based and addapted to our device, since it has to have some tweaks for CPU, camera, audio, display, sensors, blabla etc... So it will pass some time after we can get our hands to a 5.0 build.
Click to expand...
Click to collapse
So basically its following files that are needed from existing base "CM11".
/system/lib/hw
/system/lib/modules
/system/lib/soundfx
/system/lib/egl
/system/etc/firmware
/system/etc/permissions
/system/vendor
==vj== said:
So basically its following files that are needed from existing base "CM11".
/system/lib/hw
/system/lib/modules
/system/lib/soundfx
/system/lib/egl
/system/etc/firmware
/system/etc/permissions
/system/vendor
Click to expand...
Click to collapse
ñeeeeeeeeeeee nop, you need adapt the source to compatibility of motorola ****'s xD
(like sound , HW) not only the blobs isn't a fast and easy way coz isn't a Nexus device.
On nexus only download the source and make a build Easy, on others phone's not.
is some more stuff but maybe it can be more easy coz CAF are working faster on it and we can make a patches to use and build fine the rom.
TeamMex said:
ñeeeeeeeeeeee nop, you need adapt the source to compatibility of motorola ****'s xD
(like sound , HW) not only the blobs isn't a fast and easy way coz isn't a Nexus device.
On nexus only download the source and make a build Easy, on others phone's not.
is some more stuff but maybe it can be more easy coz CAF are working faster on it and we can make a patches to use and build fine the rom.
Click to expand...
Click to collapse
Thank you..! That was a great piece of information
So @Quarx works on the Defy port atm? What about us?
As I was hunting hard across github today. I suddenly came across FALCON TREE based of Android L Developer preview made by Alberto97. It has the ROM uploaded at github as well. So anyone knows about the status of this project. Was the preview booting..?
Link : Github
I checked the build status here and it ran about 2.52 min in server and it was done before two months. check details here https://travis-ci.org/Alberto97/Android-L-Falcon
pico hackr said:
I checked the build status here and it ran about 2.52 min in server and it was done before two months. check details here https://travis-ci.org/Alberto97/Android-L-Falcon
Click to expand...
Click to collapse
Thank you for the quick info. Hmmm, yes I was aware its Android developer preview and done 3months ago. But was unaware about the status of the project. So, it ran for almost 3 mins could mean of some progress
==vj== said:
As I was hunting hard across github today. I suddenly came across FALCON TREE based of Android L Developer preview made by Alberto97. It has the ROM uploaded at github as well. So anyone knows about the status of this project. Was the preview booting..?
Click to expand...
Click to collapse
Hello
Would you please post a link to this rom you speak of? Many thanks.
==vj== said:
Thank you for the quick info. Hmmm, yes I was aware its Android developer preview and done 3months ago. But was unaware about the status of the project. So, it ran for almost 3 mins could mean of some progress
Click to expand...
Click to collapse
actually build excited with status 0 , means the build is unsuccessful

-Currently Unavailable-

Thread will be closed until further notice
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Let me make this clear; This project is meant for developers who are willing to pitch in and help create a succesful build for Android L. This is an early take on the Android L Platform and it WILL have a LOT of Bugs. If you are willing to help out and is someone who isn't a noob in the development sector, please feel free to continue. (If you are a noob, I do not condone you reading on but all I ask is that you do not request assistance for small tiny things that can be self learnt through Google)
What is this project about?
This project aims to continue to improve the Android L source code that is optimized for the Xperia SP. The code, which will be shown later, is in an experimental stage and I am not responsible for any bricked devices that are generated from MY CODE. It is your choice and liberty to try it out. With the code shown, developers can pitch in to improve it and fix many small to even major things that I might have missed.
More info....
The Code can be found here: https://github.com/Furrydaus/huashan_lollipop
Fork or Clone, its all up to you, just be sure to help out by submitting changes to the repo.
Repo Info: Android L - Initial Build. Codes built from AOSP for ARM Devices
Estimated Size: 14GB+
Object Count: 51242+
Object Type: Proprietary Files, Includes things from the system.img to the folders that are filled with all the proper apks
About: Just the proprietary files that have been generated through source building. Requires major overhaul to actually be optimized for the device.
Discuss more by replying. Do be warned that this code has 50% chance of working. It worked on my emulator but not quite sure about whether it'll run on my device (Need my phone for this week and have no time to reflash and stuff)
Good luck developing! Be sure to check in the git once in a while and sync to obtain the latest changes!
XDA:DevDB Information
Android L - Initial, ROM for the Sony Xperia SP
Contributors
Furrydaus, David Makarove, Ηλίας Μπουτσικάρης
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Testing
Created 2014-11-09
Last Updated 2014-11-09
Source Code Status
Source Code is being pushed to github. Will take up to a day so please wait
Update; Facing problems with Github. Will try my best to upload
Wow! Something to look forward to. Best of luck. I hope you'll succeed, for sure a lot of people are excited about this.
Furrydaus said:
Source Code is being pushed to github. Will take up to a day so please wait
Click to expand...
Click to collapse
IMO It should be in original development section.
Any way, great job
Sent from XSP using my hands!
Screenshot please
please give some screen shots and list of known bugs..
Furrydaus said:
Let me make this clear; This project is meant for developers who are willing to pitch in and help create a succesful build for Android L. This is an early take on the Android L Platform and it WILL have a LOT of Bugs. If you are willing to help out and is someone who isn't a noob in the development sector, please feel free to continue. (If you are a noob, I do not condone you reading on but all I ask is that you do not request assistance for small tiny things that can be self learnt through Google)
What is this project about?
This project aims to continue to improve the Android L source code that is optimized for the Xperia SP. The code, which will be shown later, is in an experimental stage and I am not responsible for any bricked devices that are generated from MY CODE. It is your choice and liberty to try it out. With the code shown, developers can pitch in to improve it and fix many small to even major things that I might have missed.
More info....
The Code can be found here: https://github.com/Furrydaus/huashan_lollipop
Fork or Clone, its all up to you, just be sure to help out by submitting changes to the repo.
Repo Info: Android L - Initial Build. Codes built from AOSP for ARM Devices
Estimated Size: 14GB+
Object Count: 51242+
Object Type: Proprietary Files, Includes things from the system.img to the folders that are filled with all the proper apks
About: Just the proprietary files that have been generated through source building. Requires major overhaul to actually be optimized for the device.
Discuss more by replying. Do be warned that this code has 50% chance of working. It worked on my emulator but not quite sure about whether it'll run on my device (Need my phone for this week and have no time to reflash and stuff)
Good luck developing! Be sure to check in the git once in a while and sync to obtain the latest changes!
XDA:DevDB Information
Android L - Initial, ROM for the Sony Xperia SP
Contributors
Furrydaus, David Makarove, Ηλίας Μπουτσικάρης
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Testing
Created 2014-11-09
Last Updated 2014-11-09
Click to expand...
Click to collapse
This guy is so fast. If you need tester i am there to test the first build
I'll volunteer to test your rom too
kaustav07 said:
please give some screen shots and list of known bugs..
Click to expand...
Click to collapse
Please read the damn OP before posting....
Sent from my C5303 using XDA Free mobile app
tester
I would like to test future builds of the rom!
kaustav07 said:
please give some screen shots and list of known bugs..
Click to expand...
Click to collapse
Don't ever post what you don't know noob
For god's sake read the damn OP
Lolz. What a noob[emoji13] !!
@ everyone, calm down, no need to pull someone's leg, look at the bigger picture i.e. Android l.
Sent from XSP using my hands!
+1 if u need some tester, im not a dev but i want to help. Count me in and good lucky guys
I am sure we are going to get android l with these awesome developers and community
SORRY
noahvt said:
Please read the damn OP before posting....
Sent from my C5303 using XDA Free mobile app
Click to expand...
Click to collapse
sorry..i didn't read it first..
What about LBL? Mby do it at begining?
Tapatalked via Xperia SP
Just some loose things:
1. We need CAF code to be released and integrated in the sources by CM maintainers. CyanogenMod is compilable now, but only with Nexus devices and others that have AOSP kernels. Ofc, if we wanted to use AOSP code, transition from CAF to AOSP isn't easy(maybe it's even impossible). So yeah, we have to wait.
2. One step that we could do before working on L - testing encryption. If it's working, there's a big chance that we are set with 5.0. Could someone backup everything(internal storage also counts) and test this out? Just backup EVERYTHING, then go to Settings->Security->Encrypt your device.
3. Most of the changes are on the user-device interaction layer - chance of getting this working on LBL skyrockets We only have to confirm that ART and encryption work(and we can be sure that ART works).
4. Btw, one more thing about LBL - I don't really know how CAF names their repos, but I assume that the master branch is now for Lollipop. If it is, we don't even have to rewrite the specific patches.
Quoting uberlaggydarwin from g+
[QUOTE ]
Yay
+ Code Aurora Forum released LA.AF.1.1-01110 for
Lollipop.
[/QUOTE]
Is this the CAF code we are looking for ?
Sent from XSP using my hands!
In cyanogenmod source, here is a new CAF for CM12 : http://review.cyanogenmod.org/#/q/s...nMod/android+branch:cm-12.0+topic:caf-hal,n,z
I'm having high hopes for a functional build of android 5.0 for the XSP! The Xperia L just got a reasonably stable build of android 5.0

[ROM][7.1.1][unOfficial] Cyanogenmod14.1 for Moto Z

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod 14.1
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Moto Mods are not supported (I'm Working on it)​
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Working
Boots
Torch
SD Card
Camera (see troubleshooting)
GPS
Sensors (see troubleshooting)
Sim Card(s)
Wifi
Bluetooth
Video Playback
Everything
Not Working/Bugs
NFC (fixed on 25 December Update)
Youtube app Playback (chrome youtube videos works)
Camera Slow Motion
Installation
Requires Unlocked Bootloader & a Custom Recovery
Wipe System, Data, Cache Partitions (internal not needed)
Flash ZIP (don't reboot)
Flash TurboZ kernel Version 0.8.1
Flash Open Gapps (Aroma version recomanded)
Reboot
ENJOY
Troubleshooting
Any WIFI issues : install TurboZ kernel here
Camera Fixups : replace this file on your /system/bin with correct permisions (755 , RWXR_XR_X)
Add Sensors : install kernel adiutor app, from left side menu go to the "init.d", add new section, enter name (for example "fixups") and do not remove first line and add this command on it "motosh boot"
Downloads
First Version
Other Versions
Thanks
@sebirdman for his great device tree
XDA:DevDB Information
Cyanogenmod14.1 for Moto Z, ROM for the Moto Z
Contributors
erfanoabdi
Source Code: https://github.com/motoTurboZ/android_device_motorola_griffin
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Stock Marshmallow 6.0.1
Based On: Cyanogenmod
Version Information
Status: Nightly
Stable Release Date: 2016-12-17
Beta Release Date: 2016-12-13
Created 2016-12-07
Last Updated 2016-12-26
Video
Change Log
25 December 2016 :
Added More SELinux Policy
Fixed NFC
Fixed Outgoing Calls
Added VoLTE
more stability and Fixed Random Reboots
added moto mods app (not working)
CM Repo sync
18 December 2016 :
(No BIg Changes to see)
Added More SELinux Policy
(NFC Turns ON Some times randomly)
17 December 2016 :
Fixed Wifi Hotspot
Added Round icons
synced CM repo (Android 7.1.1)
13 December 2016 :
Fixed Dual Sim
Added CM Gestures
Added SELinux
Fixed Sensors
Fixed Camera
06 December 2016:
First Realase
Great work friend. I try it in few minutes.
Thanks
Installed two times but not luck booting coming from stock 7.0 on decrypted European XT1650-03.
At this point I really don't know if issue is related to my system because neither can't get root in stock 7.0
MyDarkThrone said:
Installed two times but not luck booting coming from stock 7.0 on decrypted European XT1650-03.
At this point I really don't know if issue is related to my system because neither can't get root in stock 7.0
Click to expand...
Click to collapse
No you're right this ROM should be installed on MM6.0.1 stock
My blobs on device vendor is for 6.0.1
erfanoabdi said:
No you're right this ROM should be installed on MM6.0.1 stock
My blobs on device vendor is for 6.0.1
Click to expand...
Click to collapse
Ok. So this afternoon try again. Thanks for your help
MyDarkThrone said:
Ok. So this afternoon try again. Thanks for your help
Click to expand...
Click to collapse
I didn't installed stock 7.0 but it seems there's no way to back to MM
I don't know why but it think it's about partitions
I'm going to work on it as soon as my phone get 7 update
erfanoabdi said:
I didn't installed stock 7.0 but it seems there's no way to back to MM
I don't know why but it think it's about partitions
I'm going to work on it as soon as my phone get 7 update
Click to expand...
Click to collapse
Hello I have android 7.0 bootloader blocked as that can not return to 6.0.1? You can by fastboot flahs image or lite rsd not? Very thanks
Regards
erfanoabdi said:
I didn't installed stock 7.0 but it seems there's no way to back to MM
I don't know why but it think it's about partitions
I'm going to work on it as soon as my phone get 7 update
Click to expand...
Click to collapse
I revert back to M twice yesterday whiout issues.
It would be a good idea remind people the need of come from M
MyDarkThrone said:
I revert back to M twice yesterday whiout issues.
It would be a good idea remind people the need of come from M
Click to expand...
Click to collapse
Hello ok very thanks [emoji6]
Regards
Enviado desde mi Nexus 5 IRON mediante Tapatalk
Yo @erfanoabdi , would you mind "ripping" out the Cyanogenmod Audio Player for me and upload it as a separate APK? I don't like Cyanogenmod, the only thing i like about it is Apollo (or the now called Eleven Music Player).
yanniclord said:
Yo @erfanoabdi , would you mind "ripping" out the Cyanogenmod Audio Player for me and upload it as a separate APK? I don't like Cyanogenmod, the only thing i like about it is Apollo (or the now called Eleven Music Player).
Click to expand...
Click to collapse
:laugh:
Yeah it's apk file but I don't know it's working or not, please tell me
https://mega.nz/#!jN4SDb7Y!wuBQVnv_TsL_5_BKMrOPXL9kGMVevMoC8PKAWNVNNBA
erfanoabdi said:
:laugh:
Yeah it's apk file but I don't know it's working or not, please tell me
https://mega.nz/#!jN4SDb7Y!wuBQVnv_TsL_5_BKMrOPXL9kGMVevMoC8PKAWNVNNBA
Click to expand...
Click to collapse
Will do, thanks.
---------- Post added at 06:40 PM ---------- Previous post was at 06:37 PM ----------
erfanoabdi said:
:laugh:
Yeah it's apk file but I don't know it's working or not, please tell me
https://mega.nz/#!jN4SDb7Y!wuBQVnv_TsL_5_BKMrOPXL9kGMVevMoC8PKAWNVNNBA
Click to expand...
Click to collapse
It says that there is a Parsing Error, so it doesn't work (probably because it is from Android 7 and im still using Android 6).
Do moto mods work with this ROM?
yanniclord said:
Will do, thanks.
---------- Post added at 06:40 PM ---------- Previous post was at 06:37 PM ----------
It says that there is a Parsing Error, so it doesn't work (probably because it is from Android 7 and im still using Android 6).
Click to expand...
Click to collapse
Heh install it with lucky patcher as system app
eddi3x3x3 said:
Do moto mods work with this ROM?
Click to expand...
Click to collapse
No but with some tricks on init.d I can use battery mod but there's no percentage of it
I don't have other mods, after fixing everything like NFC and ril, I'll going to work on mods
erfanoabdi said:
Heh install it with lucky patcher as system app
Click to expand...
Click to collapse
K will try. However, i think that is because it is missing several libraries that it needs to work.
is this ROM works on multirom?
ljsh093 said:
is this ROM works on multirom?
Click to expand...
Click to collapse
Did you successfully installed multirom?
Thank you for your work on this, OP!!

[ROM][OFFICIAL][7.1.2] AICP 12.1

.
.
.
.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
AICP​Android Ice Cold Project​AICP is known by everyone as Ice Cold Project that started on Desire HD and since then evolved into a mature ROM with the BEST community you can find!!!
Until Lollipop, Rom has always been AOKP based. Unfortunately, since AOKP stopped development (but made a comeback later), we changed our base to CM when it comes to hardware, drivers and some features.
With the rebrand of CM to LineageOS (LOS) we are now actually LOS based.
If there are any bugs, either we will sort them out or LOS team, if it concerns their modifications. This rom isn't LOS supported, so no need to report errors or bugs to them!!
.
.
.
.
.
In the beginning we would like to thank:
LineageOS & CM (R.I.P.) team
maxwen
DU team
SlimRom team
CarbonRom team
LiquidSmooth rom team
OmniRom team
Community
@LorD ClockaN
@zipsnet
@eyosen
@semdoc
@Drgravy
@Hashbang173
@SpiritCroc
@wartomato
@eboye
.
.
.
We are now paying for servers that build nightlies/weeklies and everything that comes with it, so EVERY DONATION will really be appreciated and be used to cover those expenses.
Thank you!!
​
Latest Stable Release Version 12.1
Download link: http://dwnld.aicp-rom.com/?device=griffin
Full Changelog link: http://dwnld.aicp-rom.com/?device=griffin
Don't disable Heads-Up. You might not be able to answer phone calls otherwise.
You tell...
The ROM should contain everything you need to enjoy Android Nougat. You don't need to install any Add-Ons, simply download the latest ROM, GApps, flash it, and go!
It is STRONGLY recommended to fully wipe your device before flashing, and if possible avoid restoring system apps and system data with Titanium Backup as this can cause stability issues that are very hard to debug.
If you believe you know what you're doing - then fine, go ahead, but please don't complain if you experience strange behavior.
How to flash:
Again: Don't do it if you don't know it!
TWRP is the recommended custom recovery (and needed for OTA Updates)
1. full wipe
2. flash ROM
3. flash GApps
(The ROM has GApps persistance in between dirty flashes, so you only have to flash them once!
.
KERNEL:
Kernel in this ROM follows LOS source with custom additions.
PREREQUISITE FOR OTA:
To be able to flash over OTA app, TWRP recovery is needed.
You can still use CWM/LOS recovery and OTA app, but you will need to download the zip file and flash it manually from within your recovery. Zip gets saved under AICP_ota folder on your internal SDcard.
Please be sure that you are on the latest TWRP recovery.
If you want to contribute to the AICP or wanna see what is being worked on/merged, feel free to visit our Gerrit review system. (Link is at the bottom!!!)
AICP G+ community
ROM Gerrit
You want to see a normal night at the "DEV office", click here!!
XDA:DevDB Information
AICP, ROM for the Moto Z
Contributors
vache
Source Code: https://github.com/AICP
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked bootloader, Custom Recovery
Version Information
Status: Stable
Stable Release Date: 2017-05-07
Created 2017-05-07
Last Updated 2017-05-07
Reserved
Hey Vache, great ROM, thanks for your efforts, I was using RR since your first releases and really appreciate your work.
I want to contribute with some of my time, there's a board about what we still need to port or improve? I get a bit annoyed about the lack of efficiency mode while using the battery mode, what we need to enable it? What kind of logs and classes we need. I don't have a stock image to flash and compare the logs =/
Amazing, thanks a lot.
Does Moto mods work?
Quick (Bug)report: cant disable the charging led,settings app fc
Thanks God!!!
Nice to see this ROM here.
Thank you so much.
t0n0n said:
Hey Vache, great ROM, thanks for your efforts, I was using RR since your first releases and really appreciate your work.
I want to contribute with some of my time, there's a board about what we still need to port or improve? I get a bit annoyed about the lack of efficiency mode while using the battery mode, what we need to enable it? What kind of logs and classes we need. I don't have a stock image to flash and compare the logs =/
Click to expand...
Click to collapse
It needs some system changes, still didn't check if it's open source on Moto github.
papampi said:
Amazing, thanks a lot.
Does Moto mods work?
Click to expand...
Click to collapse
Car dock, battery mod and audio mod should be ok. Another story for projector and camara one
mstrack said:
Quick (Bug)report: cant disable the charging led,settings app fc
Click to expand...
Click to collapse
Could you grab logs after FC ?
vache said:
It needs some system changes, still didn't check if it's open source on Moto github.
Click to expand...
Click to collapse
Can you point me to it? I can give it a look and see what is missing.
vache said:
Could you grab logs after FC ?
Click to expand...
Click to collapse
How? Logcat? System offers only to restart the settings app
It will updated continuely?
Gesendet von meinem Redmi Note 3 mit Tapatalk
@vache That's the source for the battery example. I'll read @erfanoabdi app and see what we can include.
https://github.com/MotorolaMobility...motorola/samples/mdkbattery/MainActivity.java
t0n0n said:
@vache That's the source for the battery example. I'll read @erfanoabdi app and see what we can include.
https://github.com/MotorolaMobility...motorola/samples/mdkbattery/MainActivity.java
Click to expand...
Click to collapse
In my app I'm using kernel driver greybus informations (not Motorola mods api)
Theres No options in kernel to set efficiency mode
I don't know we can use Motorola mods api to set it
Because Motorola mod manager app is using moto api to set efficiency
And it's not working!
erfanoabdi said:
In my app I'm using kernel driver greybus informations (not Motorola mods api)
Theres No options in kernel to set efficiency mode
I don't know we can use Motorola mods api to set it
Because Motorola mod manager app is using moto api to set efficiency
And it's not working!
Click to expand...
Click to collapse
Just figured it out. We could use the Motorola libs, but we don't have Incipio's mod id so we can't identify it. Unless we can hack it or extract the id from somewhere else.
New build up:
ROM: http://dwnld.aicp-rom.com/device/griffin/NIGHTLY/aicp_griffin_n-12.1-NIGHTLY-20170513.zip
Changelog: http://dwnld.aicp-rom.com/device/griffin/NIGHTLY/aicp_griffin_n-12.1-NIGHTLY-20170513.zip.html
i get safetyNet cts profile mismatch in Magisk
any tips?
Thanks
FC when trying to disable battery light. But notification light works.
fersy said:
i get safetyNet cts profile mismatch in Magisk
any tips?
Thanks
Click to expand...
Click to collapse
Tip for what?
Whats not working?
Got also the mismatch, but (for exmaple) Pokemon works fine
mstrack said:
Tip for what?
Whats not working?
Got also the mismatch, but (for exmaple) Pokemon works fine
Click to expand...
Click to collapse
Tips for passing SafetyNet... By flashing a new kernel for example... You can't see Netflix in Playstore when you get safetynet mismatch
fersy said:
Tips for passing SafetyNet... By flashing a new kernel for example... You can't see Netflix in Playstore when you get safetynet mismatch
Click to expand...
Click to collapse
Magisk and Suhide will help ya.
Works for me!
New Update
Direct Download: aicp_griffin_n-12.1-NIGHTLY-20170520.zip
Change Log: aicp_griffin_n-12.1-NIGHTLY-20170520.zip.html

Categories

Resources