[ROM][WIP] osprey AOSP 6.0.x - Moto G 2015 Android Development

Hello all,
I'm trying to port an AOSP ROM to the osprey, I already made some steps but would need some help from much better skilled devs.
Here is the code: https://github.com/motogaosp
The manifest: https://github.com/motogaosp/android_manifest
At the moment the ROM starts without big problems but there are some errors while booting up.
Feel free to participate, fork the code, send pull request or whatever you think can help the project, the goal would be to have a clean AOSP ROM for our osprey.
Working:
WiFi
Bluetooth
Back camera
Front Camera
Touchscreen
Sensors:
Accelerometer
Light
Magnetic field
Orientation
Proximity
NOT working:
Sound
RIL
Mobile data (LTE/3G)
GPS
XDA:DevDB Information
MotoG 3 AOSP, ROM for the Moto G 2015
Contributors
udK
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
Version Information
Status: Testing
Created 2016-03-15
Last Updated 2016-03-15

What's the diff btw CAF and AOSP?? btw thank u for yo efforts!

I hope to see link soon.

Forever Alone said:
What's the diff btw CAF and AOSP?? btw thank u for yo efforts!
Click to expand...
Click to collapse
@Forever Alone: http://forum.xda-developers.com/showpost.php?p=63433600&postcount=2

is it 100% aosp without any cm patches?

Yes, from CM I use (for the moment) the build scripts part as it has all the stuff needed to include qcom repositories but this does not affect on Android itself.

udK said:
Yes, from CM I use (for the moment) the build scripts part as it has all the stuff needed to include qcom repositories but this does not affect on Android itself.
Click to expand...
Click to collapse
Any idea when will we have download link?
As you as a moderator knows already xda doesn't accept place holder.

Yousvel said:
Any idea when will we have download link?
As you as a moderator knows already xda doesn't accept place holder.
Click to expand...
Click to collapse
I don't think it's particularly considered a place holder when the source code and manifest has been posted in search for assistance to get to a user capable produce. Works In Progress are allowed and maybe the current developer finds it moot to release a link publicly that's just going to flood his thread with endless.... ("WTF, Why this no work? U said unfished product, but it have problems, I no approve") ..... yeah stuff like that.

..and the most stupid question is:
Yousvel said:
Any idea when will we have download link?
Click to expand...
Click to collapse
If you can help the project ok, otherwise go away from this thread please.
Thanks.

udK said:
..and the most stupid question is:
If you can help the project ok, otherwise go away from this thread please.
Thanks.
Click to expand...
Click to collapse
No problem brother. And thanks for answering. It's was a real pleasure to know of this project. Good luck!

Count me in, this is essentially what I've been working on with my build.
With the addition of all RRO commits but for now I'd like clean as well, I'll start forking this weekend. Thanks for this! Big help having other devs bring aosp for our device.

man , count me in ,im happy to help . I can configure the aroma installer for it ?

christopherrrg said:
Count me in, this is essentially what I've been working on with my build.
With the addition of all RRO commits but for now I'd like clean as well, I'll start forking this weekend. Thanks for this! Big help having other devs bring aosp for our device.
Click to expand...
Click to collapse
Awesome thanks!
therealduff1 said:
man , count me in ,im happy to help . I can configure the aroma installer for it ?
Click to expand...
Click to collapse
Honestly I don't think that Aroma installer would be so useful on AOSP ROM btw, feel free to work on it.

If someone wants to give me some more in depth instructions on initiating a build and where to find the proper Dev tree and vendor files for Marshmallow I'd be more than willing to help with development. Since Xenon HD is AOSP base we at least know it's doable. The only bugs with that ROM are that WiFi refuses to turn back on after a soft reboot, and the GPS is damn near inoperable.
I don't know much about building Android per se, but it's something I've been thinking about getting into. I may not be able to be much of a help but I'm certainly willing to learn.

@l3ones: https://github.com/motogaosp/android_manifest
yee! Finally got a fully booting ROM! :good: :good:
Today/tomorrow will try fix BT, WiFi and other stuff.
{
"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"
}

l3ones said:
If someone wants to give me some more in depth instructions on initiating a build and where to find the proper Dev tree and vendor files for Marshmallow I'd be more than willing to help with development. Since Xenon HD is AOSP base we at least know it's doable. The only bugs with that ROM are that WiFi refuses to turn back on after a soft reboot, and the GPS is damn near inoperable.
I don't know much about building Android per se, but it's something I've been thinking about getting into. I may not be able to be much of a help but I'm certainly willing to learn.
Click to expand...
Click to collapse
yeah i would happily join you on learning how to compile build etc

udK said:
@l3ones: https://github.com/motogaosp/android_manifest
yee! Finally got a fully booting ROM! :good: :good:
Today/tomorrow will try fix BT, WiFi and other stuff.
Click to expand...
Click to collapse
Good to see

therealduff1 said:
yeah i would happily join you on learning how to compile build etc
Click to expand...
Click to collapse
l3ones said:
If someone wants to give me some more in depth instructions on initiating a build and where to find the proper Dev tree and vendor files for Marshmallow I'd be more than willing to help with development. Since Xenon HD is AOSP base we at least know it's doable. The only bugs with that ROM are that WiFi refuses to turn back on after a soft reboot, and the GPS is damn near inoperable.
I don't know much about building Android per se, but it's something I've been thinking about getting into. I may not be able to be much of a help but I'm certainly willing to learn.
Click to expand...
Click to collapse
Here's a push to start guys, take your time to read read read. Once you're done these just rifle ROM build questions at Google and check out other devices for an idea on how the structure works.
( Senior member but am still extremely new at building, no public builds just small CM stuff but these guides helped me put a lot together. )
http://forum.xda-developers.com/showthread.php?t=2364970
https://source.android.com/source/initializing.html
http://xda-university.com/as-a-developer/getting-started-building-android-from-source
---------- Post added at 01:23 PM ---------- Previous post was at 01:19 PM ----------
udK said:
@l3ones: https://github.com/motogaosp/android_manifest
yee! Finally got a fully booting ROM! :good: :good:
Today/tomorrow will try fix BT, WiFi and other stuff.
Click to expand...
Click to collapse
Is this using msm8916 kernel source?
(I can see the screen, just unsure if custom built.)

christopherrrg said:
Is this using msm8916 kernel source?
(I can see the screen, just unsure if custom built.)
Click to expand...
Click to collapse
I started from Motorola sources (https://github.com/MotorolaMobilityLLC/kernel-msm/tree/marshmallow-6.0.0-release-osprey) and then picked some patches from https://github.com/moto8916/android_kernel_motorola_msm8916 to get the kernel booting.

Dude, you are making really quick progress. Yesterday all I saw working was the touchscreen & cameras, now we have WiFi and Bluetooth up and running? At this rate we may have a fully working AOSP ROM in no time, thanks to you!

Related

ROM ~ 4.2.2 ~ HALO ~ ||UnofficialCarbon|| ~ WIP

{
"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"
}
Again, Built using a 1GHZ Processor with only 2gb of RAM so even if you don't like the ROM, at least appreciate the time and effort which went into this ROM!​
What is Carbon, you ask?
CarbonRom is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look at, build, and use our code on CarbonDev GitHub.
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.
Special thanks also go to Slim Rom for some of their features, PA, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users or ask us in #teamcarbon on freenode IRC.
Click to expand...
Click to collapse
What's working:
Everything which isn't in 'Not Working' section
Click to expand...
Click to collapse
What's not working:
-No Carbon specific bugs as far as i'm aware
---4.2.2 bugs---
IF IVE MISSED SOMETHING LET ME KNOW
- No WiFi
- No Bluetooth
- No ADB
- No Camcorder
- No Native playback
- To get SD working you have to go to developer options, enable then disable debugging and it will reboot with recognized sd card!
- MAKE SURE YOU DO THIS: IT WILL FIX APP INSTALLS
Click to expand...
Click to collapse
SCREENSHOTS (These are from Pico but looks the same on golfu)​
NOTES:
-->Many features might not work if you dont flash gapps. For e.g. quick settings, etc
Click to expand...
Click to collapse
This ROM was source built using my own custom device tree, but failed so i ported it using Nikhils as a base, so i'm not sure whether this counts as port or source build but i'm counting it as a source build :3
DOWNLOADS
Well this ROM has been in unreleased development for a while now and i have been making fixes and implementing those Nikhil has fixed! (This Guys a machine) So that's why we start at build 3 :3
Build #3: My 3rd Build, But your initial release as it still has a lot of bugs!
Gapps: These are Custom Gapps which fix the keyboard fc!
Kernel (NO OC): 100% Credit to Nikhil For this!
Click to expand...
Click to collapse
INSTALLATION
You should know what to be doing by now, if not this shouldn't be the first ROM you flash!
- Clean Wipe
- Flash ROM
- Flash Kernel
- Reboot
- Enable then Disable ADB
- Re-Root
- Enable and Disable and check SD is recognized
- Enjoy
Click to expand...
Click to collapse
Thanks:
7Alvi: Gave me the raw paste data for the layout of this thread! (He is from Pico :3)
Nikhil: supplying and Fixing CM10.1! Also Kernel sources (Even though i did TARGET_PREBUILT := )
However it can all be found here: https://github.com/nikhil16242
Heres the ROM source: CarbonDev
Thanks for reading guys!
[Mod Edit: Foul Language], you crazy bro, gooood job :good:
Sweeeet homie that is some nice going I'm loving it even though barely anything works I'm flashing this baby.
You're a [Mod Edit: Foul Language] machine
Sent from my HTC Desire C using xda premium
Shad0wPanda said:
Sweeeet homie that is some nice going I'm loving it even though barely anything works I'm flashing this baby.
You're a [Mod Edit: Foul Language] machine
Sent from my HTC Desire C using xda premium
Click to expand...
Click to collapse
Cheers bro, i'm 16 on the 1st July
Alright guys, I just had to clean this thread up already do to some foul language. Just so everyone knows, foul language is against the XDA forum rules. I don't want to see this kind of posting behavior again.
Stay on topic, and watch your language
Thread re-opened.
wildstang83 said:
Alright guys, I just had to clean this thread up already do to some foul language. Just so everyone knows, foul language is against the XDA forum rules. I don't want to see this kind of posting behavior again.
Stay on topic, and watch your language
Thread re-opened.
Click to expand...
Click to collapse
Thankyou Moderator!
penguin449 said:
Thankyou Moderator!
Click to expand...
Click to collapse
The installation instructions say, "Re-Root"
aashay960 said:
The installation instructions say, "Re-Root"
Click to expand...
Click to collapse
yeah, whats so hard to understand about that? the Rom isnt pre-rooted, so you have to re-root your phone or use it without root
penguin449 said:
yeah, whats so hard to understand about that? the Rom isnt pre-rooted, so you have to re-root your phone or use it without root
Click to expand...
Click to collapse
OH i thought it was a mistake So you mean, just install superSU? Or root using superboot (from this thread )
aashay960 said:
OH i thought it was a mistake So you mean, just install superSU? Or root using superboot (from this thread )
Click to expand...
Click to collapse
Root using Superboot but when it gets to " Starting apps " do a bat pull and restart then it will be fine
penguin449 said:
Root using Superboot but when it gets to " Starting apps " do a bat pull and restart then it will be fine
Click to expand...
Click to collapse
I just use the flashable root from the hasoon toolkit....I guess that's fine?
Sent from my NXT Brick
ExonakiDev said:
I just use the flashable root from the hasoon toolkit....I guess that's fine?
Sent from my NXT Brick
Click to expand...
Click to collapse
Yeah that's fine, it's all preference
penguin449 said:
Cheers bro, i'm 16 on the 1st July
Click to expand...
Click to collapse
so wat ever u gave in the not working list isnt true???
adityaiyerq said:
so wat ever u gave in the not working list isnt true???
Click to expand...
Click to collapse
If it's in the " Not Working " section then you gussed it! it isnt working but i'm working on some fixes, but failing majorly
penguin449 said:
Cheers bro, i'm 16 on the 1st July
Click to expand...
Click to collapse
Are you kidding? I turn 16 1st of July!!!!!!!!!!!!!!! Dude, we are EXACTLY the same age!!!
Sent from my HTC Desire C using xda app-developers app
uchihasparky said:
Are you kidding? I turn 16 1st of July!!!!!!!!!!!!!!! Dude, we are EXACTLY the same age!!!
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
That's OT but yeah i'm 16 today, which means i can only gain more experience in building and i'm working to bring you guys some kick ass ROMs, 4.1.2 and 4.2.2! Just wait it out! ( Restored Topic! )
supersu
hey guys, i steel have a problem with superuser i have done everything thats says about the reroot, i have root acces on the terminal emulator when i'm typing (su) but i can't get the root acces on the file manager, so i can't fix the "app not instaled" eny help please
Thread closed because the OP has been banned for continued failure to follow the rules of XDA.

[Rom][4.4.4] Spirit Rom 1.7 [UNOFFICIAL]

[ROM][4.4.4][SPIRITv1.7][UNOFFICIAL][T959]
Your Warranty is now VOID!
The Spirit ROM team reminds you to please use Custom ROMs at your own risk, These builds are ONLY for
the Vibrant [T959] The Spirit Team team takes no
responsibility for you bricking your device!
{
"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"
}
DOWNLOADS
ROM
https://www.mediafire.com/folder/85117bv3gt9ka/Spirit_Rom
GAPPS
http://forum.xda-developers.com/showthread.php?t=2397942 [PA Gapps] (4.4.4)
http://forum.xda-developers.com/google-nexus-5/themes-apps/standard-minimal-gapps-t2012857
[Banks Gapps] (4.4.4)
SPIRIT ROM GOOGLE+ COMMUNITY
Join us today for Updates/Spirit Graphics/Troubleshooting
https://plus.google.com/u/0/communities/104821259526824521586
Known Issues
There seems to be a problem with the Android Keyboard force closing and idk how to fix it. So you'll have to have an apk of a different keyboard and install that from the file manager.
Credits:
The spirit team for developing this fantastic Rom.
rodman01 for giving me guidelines and helping me build this rom.
Sada23 for giving me guidelines and helping me build this rom.​
@epicboy copy system/lib/modules from base to port and that will fix WiFi if you've didn't do it yet. thanks for porting and releasing it, saves me time having to port it myself.
EDIT: in next release think you can edit the build.prop to reflect back as SGH-T959/vibrantmtd instead of I9000/galaxysmtd? i notice most ports don't usually have that bit of info changed.
Sent from my Half Baked Vibrant
dzee206 said:
@epicboy copy system/lib/modules from base to port and that will fix WiFi if you've didn't do it yet. thanks for porting and releasing it, saves me time having to port it myself.
EDIT: in next release think you can edit the build.prop to reflect back as SGH-T959/vibrantmtd instead of I9000/galaxysmtd? i notice most ports don't usually have that bit of info changed.
Sent from my Half Baked Vibrant
Click to expand...
Click to collapse
Yeah, I can do that. I'm just new to this and forgot a few stuff
just gave your thread 5 stars, you deserve it for helping keeping this device alive.
dzee206 said:
just gave your thread 5 stars, you deserve it for helping keeping this device alive.
Click to expand...
Click to collapse
I was told by rodman01, the developer of this Rom, that he was building an official spirit Rom for our device. Do you think I should take this thread down?
epicboy said:
I was told by rodman01, the developer of this Rom, that he was building an official spirit Rom for our device. Do you think I should take this thread down?
Click to expand...
Click to collapse
I would just leave it for now as its still in the testing phase, just wait and see how things go first. if it does make its way here you can always have staff move it to general but that's if you still want to maintain the port afterwards.
Sent from my Half Baked Vibrant
I am not the developer of this rom! I am only a porter and rom maintainer and member of the Spirit Team. So if you want to get an official status, you should ask the rom dev for his permission. I can pass you the contact, if you want. Usually a rom will be build from source, but I think the rom dev would be ok with this sort of port too. In my opinion you can use every of my i9000 spirit builds for your ports, but then please make this clear in your op and perhaps include the unofficial in your header of the op too.
I can build a port for your device too, no problem, but I think it would be much better, if someone do this, who also owns this device. So he can make tests and provide better support as me, because I don't have this phone.
Long story short ....: go ahead with your port and effort! I will skip my vibrant build. add the unoffical in the thread headline and if you use my i9000 builds then please mention me somewhere....if you want to become official, then I will give you the contact of the rom dev!!!
Edit: sorry, just saw your thanks...so everything is ok for me....but as I said I am not the rom dev, the dev is in the last spirit png: (Nico60, Lead Developer), so would be nice mentioning him as well...
rodman01 said:
I am not the developer of this rom! I am only a porter and rom maintainer and member of the Spirit Team. So if you want to get an official status, you should ask the rom dev for his permission. I can pass you the contact, if you want. Usually a rom will be build from source, but I think the rom dev would be ok with this sort of port too. In my opinion you can use every of my i9000 spirit builds for your ports, but then please make this clear in your op and perhaps include the unofficial in your header of the op too.
I can build a port for your device too, no problem, but I think it would be much better, if someone do this, who also owns this device. So he can make tests and provide better support as me, because I don't have this phone.
Long story short ....: go ahead with your port and effort! I will skip my vibrant build. add the unoffical in the thread headline and if you use my i9000 builds then please mention me somewhere....if you want to become official, then I will give you the contact of the rom dev!!!
Edit: sorry, just saw your thanks...so everything is ok for me....but as I said I am not the rom dev, the dev is in the last spirit png: (Nico60, Lead Developer), so would be nice mentioning him as well...
Click to expand...
Click to collapse
Fixed, is it better now?
Also, Will it make any difference if it was built from source rather than being ported?
Perfect thanks!
Sure it makes a difference...first you have always to wait till I have done the update for the i9000, before you can start with your port and second is, that you will have less "work" and time to spent as me (a new build from source, depending whether you do a clean or dirty build and depending on your computer equipment lasts around 2 hours and more) and last you won't get official support from the devs and the team, if something in the rom is not working proper.
rodman01 said:
Perfect thanks!
Sure it makes a difference...first you have always to wait till I have done the update for the i9000, before you can start with your port and second is, that you will have less "work" and time to spent as me (a new build from source, depending whether you do a clean or dirty build and depending on your computer equipment lasts around 2 hours and more) and last you won't get official support from the devs and the team, if something in the rom is not working proper.
Click to expand...
Click to collapse
I might be able to get another hdd on my pc. Which Linux distro do you use. And will you be willing to help me with building roms from source?
I am using xubuntu because it has already many of the necessary developer tools included. Also builduntu has preincluded dev tools, which makes it a kind of easier to start a first build . Here is the link to the thread on xda: http://forum.xda-developers.com/showthread.php?t=2671897. Yes I can try to help you, but led us talk about this when you have all requirements and you are ready to start. And then perhaps not in your rom thread, might be a bit OT .
Very fast and stable ROM. I will be happy to get an update soon.
selmandeli said:
Very fast and stable ROM. I will be happy to get an update soon.
Click to expand...
Click to collapse
I'm working on building it officially from source HUGE update coming soon.
epicboy said:
I'm working on building it officially from source HUGE update coming soon.
Click to expand...
Click to collapse
feel free to pm me the link if you need a tester lol don't bother asking cause I'm always down to flash a new rom.
Just letting you all know I am still working on building this Rom from source. It may take a little longer than I expected and wanted to ask if you guys want me to port the latest version or do you wanna wait till the official release?
epicboy said:
Just letting you all know I am still working on building this Rom from source. It may take a little longer than I expected and wanted to ask if you guys want me to port the latest version or do you wanna wait till the official release?
Click to expand...
Click to collapse
its cool mate take your time with the source build... port over 1.3 until you got it built from source just to hold us over for now, I'm pretty sure they're some vibe owners who don't port roms for personal use like how some of us do.
Awesome job with porting. And just letting you know, building for the vibrant is a pain. If you need any help message me and I find can't help jrongi1 is a genius at it. He taught me how to build till my computer limited the build because it wasnt powerful enough
clean installs are love. clean installs are life
skinzy98 said:
Awesome job with porting. And just letting you know, building for the vibrant is a pain. If you need any help message me and I find can't help jrongi1 is a genius at it. He taught me how to build till my computer limited the build because it wasnt powerful enough
clean installs are love. clean installs are life
Click to expand...
Click to collapse
what's up with you bro? haven't seen you around here for a while lol.
Sent from my Half Baked Vibrant
New build uploaded!
dzee206 said:
what's up with you bro? haven't seen you around here for a while lol.
Sent from my Half Baked Vibrant
Click to expand...
Click to collapse
Nothing much man. Just been on some new phones. Sorta had to drop portion for a while with school work and band lol
clean installs are love. clean installs are life

[KERNEL] Xcelerate™ [Updated:04/11]

{
"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"
}
SOURCE​
**Snapdragon™ is a registered trademark owned by Qualcomm Technologies Inc.
**Synapse™ is a registered trademark owned by @Andreilux
**(v1)Xcelerate Logo™ is created by @fareed_extreme
**(v2)Xcelerate Logo™ is created by @Sharan Narayan
XDA:DevDB Information
Xcelerate™ Custom Kernel, Kernel for the YU Yureka
Contributors
kairi_zeroblade, DooMLoRD, RohanAJoshi
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: Production build 4
Stable Release Date: 2015-04-11
Created 2015-02-16
Last Updated 2015-04-11
Reserved
Short Credit list:
DooMLoRD for assisting in the compilation
Rohan Joshi, Prithvi Raju and Raj Gopi for testing
Cyanogen
ARM
Short Feature list:
Basic Governors(I won't add Ripoffs)
Built using my own GCC 4.9.x Toolchain(with fixes specifically Aimed at Cortex A53 erratas) built across the standards of Google's own Toolchain..
Simple and no fancy stuff..(more does not guarantee it's better)
Uses a simple free and user friendly application called Synapse by @AndreiLux for configuration purposes(slightly adding more functionality)
A few Notes:
Be advised that this kernel is best used "As is" i do want to prohibit the use of scripts that they say "enhances performance and battery" just use the kernel as it is..everything is managed automatically by the kernel and rest assured continuous innovations are en-route.
**Camera might be broke on OLDER CM11 and UNOFFICIAL BUILDS since this is built using the latest source from Cyanogen use this FIX
Compatibility list:
According to testers/users feedback the Kernel works on the FOLLOWING ROMS(tested)
CyanogenMod 11(Stable)
The list will grow as soon as Testers/Users can provide means and ways to make this compatible with everything..
Downloads
Grab latest Production builds here
Nice work mate :good:
BTW could have been much better if u could just left cm commits on git
so would have been easier for other devs to track earlier parent commit changes Rather than using : initial dump of Yureka source from CM snapshot 2-13-2015
Anyways no problems .....
Proud to be tester of this kernel..
working amazingly..
charging speed is double than before now..
also smoothness is awesome, thanks bro..
in call battery drain is dramatically reduced from 12% / hr to 6% / h..
will seek for further features..
does it shutdown cores when low usage ???
Not a fan of Custom Kernels, but...
but, yeah, but for the first time 'll be trying this (don't know why but I have this voice inside of me that's compelling me to try this out), hope everything goes well, will edit to share my experiences once I've used it for a couple of days, till then, thanks for this and appreciations for your efforts.
more governors please?
Thanks a lot! I had been waiting for this kind of a custom kernel!
hey, could you add smartassv2 governor to the kernel?
*downloading the kernel as i type*
Cheers!
:good: :good:
camera not working!!!!!!!!!!!!!!!!
sauravdante said:
camera not working!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Flash the updated kernel I have posted, it includes the libs, then flash xcelerate kernel, camera should work.
Op can add those libs.
No UCI support detected !
Damn ! OP enlighten me on this error when I try to open Synapse.
I'm rooted, I have the stock room that came with the cell, the ago had superuser permissions, but still I'm not able to get that app to work. Did a normal flash, booted into recovery, selected the zip that I downloaded and record again.
Googled for the error, found a post in which a guy having Xiaomi had the exact same problem, there you our someone suggested to flash normally, so that's kinda what I did, what m I missing ??
hkm93 said:
Damn ! OP enlighten me on this error when I try to open Synapse.
I'm rooted, I have the stock room that came with the cell, the ago had superuser permissions, but still I'm not able to get that app to work. Did a normal flash, booted into recovery, selected the zip that I downloaded and record again.
Googled for the error, found a post in which a guy having Xiaomi had the exact same problem, there you our someone suggested to flash normally, so that's kinda what I did, what m I missing ??
Click to expand...
Click to collapse
I am getting this. [emoji20]
hkm93 said:
Damn ! OP enlighten me on this error when I try to open Synapse.
I'm rooted, I have the stock room that came with the cell, the ago had superuser permissions, but still I'm not able to get that app to work. Did a normal flash, booted into recovery, selected the zip that I downloaded and record again.
Googled for the error, found a post in which a guy having Xiaomi had the exact same problem, there you our someone suggested to flash normally, so that's kinda what I did, what m I missing ??
Click to expand...
Click to collapse
Sudeep Duhoon said:
I am getting this. [emoji20]
Click to expand...
Click to collapse
Support for synapse is probably coming in the next builds..as I'm not familiar with the sysfs for the YU yet..I'm building this blind and with @RohanAJoshi only doing the tests for me.. rest assured its stable, fast and battery friendly..
EDIT:
I'm still looking for testers if someone is interested in hitting up to the task well you can find me on Hangouts via [email protected]
I am in pac man rom can i use this kernal?
proximity issue
Facing proximity issue after flashing this kernel.... Hope so this ll get fixed in upcoming builds nice work indeed
---------- Post added at 04:59 AM ---------- Previous post was at 04:55 AM ----------
Camera not working after flashing latest build
Been using for more than half a day. So far so good. thanks @kairi_zeroblade :good:
Testing your kernel on dumtara CM11 build.
Any possibilities of some custom governors that implement core hot plugging functionality ??
Error
satitrip said:
Click to expand...
Click to collapse
Dude, its already posted in the thread, Read first. Correct your image size, it covers my screen, seriously.
cm11 dumtara
I'm on cm 11 by dumtara. can I flash this kernel?
kairi_zeroblade said:
I'm still looking for testers if someone is interested in hitting up to the task well you can find me on Hangouts via [email protected]
Click to expand...
Click to collapse
I saw ur post regarding that, but I may not have mentioned this but I'm not so good in technical side of android. Being a java developer I never bothered about them but for the past few days I'm actually inclined towards learning android development too, say just as an additional hobby, and to my surprise it's Java too.
Now that I have already flashed the kernel, I can be of some use for sure, but conditions apply. I am not available all ( I can update you on a daily basis in between 10-11 pm IST, and on weekends if that's ok with you) the time and someone will have to guide me or provide info on what I'm supposed to do, coz I have no idea what needs to be done while testing a kernel.
Sudeep Duhoon said:
Flash the updated kernel I have posted, it includes the libs, then flash xcelerate kernel, camera should work.
Op can add those libs.
Click to expand...
Click to collapse
Thanks.. But which kernel should should I flash first and which one next.. Can you give download links pls.

[ROM][7.1.2][UNOFFICIAL][MP260&TP260] AICP 12.1 for LG K20 Plus

{
"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 the "Ice Cold Project" that started on a Desire HD years ago (2012) and since then evolved into a mature ROM with the BEST community you can find!!!
Until Lollipop, the Rom has always been based on AOKP. 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 (LAOS) we are now actually LAOS based with some tweaks from AOSP.
Wipe cache, dalvic cache,system,data
Flash ROM-Flash Gapps [Arm-7.1]
Done-Reboot Now
Enjoy AICP rom
You tell me
Rom : [url]https://drive.google.com/drive/folders/1c6jsUzbWkRHsGZ6J2czLS6IuMJJrZKt2[/URL]
Gapps : [url]http://opengapps.org/[/URL]
Join our telegram group : [url]https://t.me/joinchat/G_jLLw69YGBXk1dqJ08JtQ/[/URL]
Messi2050 : For his device tree and all his help
[url]http://aicp-rom.com/[/URL]
If you like my work please hit the thanks button.
These builds took many days of frustration and confusion, many builds that failed to boot. Please consider donating if you enjoy my work. All contributions will be shared evenly with Messi2050 for all of his hard work and help with making these builds possible. And all contributors will be thanked and listed in the OP of my project threads for this device. ​
XDA:DevDB Information
AICP 12.1 for LG K20 Plus, ROM for the Android General
Contributors
Travisholt92, messi2050
Source Code: [url]https://github.com/Travisholt92/android_kernel_lge_lv517[/URL]
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: AICP
Version Information
Status: Beta
Beta Release Date: 2018-01-21
Created 2018-01-22
Last Updated 2018-02-02
I have just found a new home.I'm now subscribed to this thread as well. Thanks Travis for your work, thank you also Messi. You guys have really made a great difference.
Great Travis looking forward to much more development and progress with AICP..And much thanks to Messi for the Device Tree.. Wonderful job guys.
Best custom rom I ever tried since my first rom cm 11, combo of handy features without extra apps, thanks Travis and Messi to make this phone a twist and giving support to our device
Any word on double tap to wake?
scorpio76r said:
Any word on double tap to wake?
Click to expand...
Click to collapse
Not yet, still trying to take care of the WiFi Mac address issue. After that comes camera fix then dt2w.
Travisholt92 said:
Not yet, still trying to take care of the WiFi Mac address issue. After that comes camera fix then dt2w.
Click to expand...
Click to collapse
OK bro, your on a ball putting all of this work in. I greatly appreciate. If I can help, let me know.
scorpio76r said:
OK bro, your on a ball putting all of this work in. I greatly appreciate. If I can help, let me know.
Click to expand...
Click to collapse
Yea at this point it like the 1 ton stone ball is stuck in a crater xD. The remaining bugs aren't proving easy to fix. VoLTE probably won't be hard to fix once I get my phone back on next week. But until then it will remain broken unless someone else fixes it.
Thank you for this rom and all your work on our K20+ @Travisholt92 ! You rock bro!! I have been following a while and will continue.
Sent from my K20 Plus using XDA-Developers Legacy app
Hello, I am noticing that the web is really slow. Does anyone know a fix for this?
Libraplum76 said:
Hello, I am noticing that the web is really slow. Does anyone know a fix for this?
Click to expand...
Click to collapse
You're going to have to be more specific. Which build, which apps are slow, WiFi or LTE. You gotta let us know these things
Travisholt92 said:
You're going to have to be more specific. Which build, which apps are slow, WiFi or LTE. You gotta let us know these things
Click to expand...
Click to collapse
Thank you for the prompt response Travis , the build I am currently on is the AICP_lv5 0119 zip. The Google Chrome app is running slow and, shows an LTE signal in the status bar and it's very low until it switches to H+ or H. Also the web is loading very slow or not at all while on a call and this is on Google Chrome.
Libraplum76 said:
Thank you for the prompt response Travis , the build I am currently on is the AICP_lv5 0119 zip. The Google Chrome app is running slow and, shows an LTE signal in the status bar and it's very low until it switches to H+ or H. Also the web is loading very slow or not at all while on a call and this is on Google Chrome.
Click to expand...
Click to collapse
I noticed that too. I was wondering if it was a baseband issue. I was just curious to know if the stock baseband could be used with this rom as a fix.
scorpio76r said:
I noticed that too. I was wondering if it was a baseband issue. I was just curious to know if the stock baseband could be used with this rom as a fix.
Click to expand...
Click to collapse
I'll look into that.
Travisholt92 said:
I'll look into that.
Click to expand...
Click to collapse
Thanks bro, I sometimes can't believe that we actually have roms for this phone. Thanks to you we do. I can really see you being a recognized developer soon.
scorpio76r said:
Thanks bro, I sometimes can't believe that we actually have roms for this phone. Thanks to you we do. I can really see you being a recognized developer soon.
Click to expand...
Click to collapse
Recognized Contributor maybe. Lol
My latest build of AICP is so damn smooth but the battery life isn't too good. I can still get a day's usage out of a charge but barely.
Travisholt92 said:
My latest build of AICP is so damn smooth but the battery life isn't too good. I can still get a day's usage out of a charge but barely.
Click to expand...
Click to collapse
what takes up most of the battery?
scorpio76r said:
what takes up most of the battery?
Click to expand...
Click to collapse
The screen
scorpio76r said:
I noticed that too. I was wondering if it was a baseband issue. I was just curious to know if the stock baseband could be used with this rom as a fix.
Click to expand...
Click to collapse
The baseband version in these builds is called from the modem partition so it is the one from whichever version of stock you came from.

[ROM][8.1.0][UNOFFICIAL] LineageOs 15.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"
}
About LineageOS :-
LineageOS is a free, community built, aftermarket firmware distribution of Android, which is designed to increase performance and reliability over stock Android for your device.
Whats Working
Boots
Sound
Wi-Fi
Bluetooth
GPS
Off-line Charging
Can Call and receive call, can receive messages but not send any
What's Not Working
Fingerprint
Video Recording
Sensors
Camera
RIL
Also Massive Battery drain
If anyone knows how to fix these please say because development has pretty much died
Mod Edit: Links Removed
XDA:DevDB Information
LineageOs 15.1, ROM for the Sony Xperia Z5
Contributors
Quantumkk123, EnesSastim, Myself5, Quarx, ReversedPosix, Berni_0815
Source Code: Removed
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: Lineage
Version Information
Status: Beta
Created 2019-02-20
Last Updated 2019-02-21
good job :good: keep it up guys
Way the go!!!
Yeahhhhhh keep up guys.
It's great that this has finally been posted, but it looks like development had stopped. If anybody wants to see this fully working, please support the only Dev who is still trying to fix bugs. He's not getting any help right now, so if anybody can help with development or donations, please do so. Hopefully we will one day have a fully working 8.0 ROM for our device.
https://forum.xda-developers.com/z5...erimental-lineageos-15-1-z5c-suzuran-t3894617
Yeah so basically because there are other devs who CAN fix this but really can't be fu***d so I mean unless you guys can learn how to fix this stuff I would just suggest buying another phone like I have done
Quantumkk123 said:
Yeah so basically because there are other devs who CAN fix this but really can't be fu***d so I mean unless you guys can learn how to fix this stuff I would just suggest buying another phone like I have done
Click to expand...
Click to collapse
Hi bro maybe we can use other snapdragon 810 device sources for example htc one m9 or another device
İ found this sources :
https://github.com/Claymore1297
İ hope that can help u
Also maybe u check another sources
Good luck bro pls dont stop oreo support because i think our device deserves oreo
SimurgAnka said:
Hi bro maybe we can use other snapdragon 810 device sources for example htc one m9 or another device
İ found this sources :
https://github.com/Claymore1297
İ hope that can help u
Also maybe u check another sources
Good luck bro pls dont stop oreo support because i think our device deserves oreo
Click to expand...
Click to collapse
Nope no can do different stuff or whatever, look a reason why I bought a new device was not because of it being old or broken, but because development was slowly n now has completely died and that's none of the developers fault it's Sony's for not releasing Android 8.1.0 or even 8.0 HOWEVER the devs are more than capable of fixing it but it's not in their interest to they have many devices and do development as a hobby clearly this was a big project and I am surprised we even got this far I just kept asking and voila! I mean they kept there word and built it ? now this doesn't mean this rom is particularly abandoned anything is possible so if anyone is willing to develop for this device or just rom to fix the the small major n some minor bugs please go ahead ? I posted this not because I was allowed to but because @ReversedPosix asked me too and we felt bad mostly him tbh but yeah ? this will probably be the last project for this device from any developer
Keep up. It's good to see a post about 8.1 here
Devo7v said:
If anybody wants to see this fully working, please support the only Dev who is still trying to fix bugs. He's not getting any help right now, so if anybody can help with development or donations, please do so. Hopefully we will one day have a fully working 8.0 ROM for our device.
https://forum.xda-developers.com/z5...erimental-lineageos-15-1-z5c-suzuran-t3894617
Click to expand...
Click to collapse
Many thanks for these words, but unfortunately I'm getting more and more into deep frustration about the issues I can't fix without help.
And I know there are guys who (for example) managed the camera to work but they don't even answer my questions for help or knowledge! Everybody is playing his own game! This way nothing will be done in near future...
There seems to be a working LOS 15.1 for a device with Snapdragon 810 (Moto X Force), but as I have not enough knowledge to develop or build a ROM, this might be of no big help.
Sir Charles82 said:
There seems to be a working LOS 15.1 for a device with Snapdragon 810 (Moto X Force)
Click to expand...
Click to collapse
Another board, another kernel. No way to adopt it; sorry!
It's not even possible to use sources from another msm8994 board, because the used hardware is not the same; you can't use the drivers; and the drivers from z5* are incompatible with oreo or greater!
Berni-0815 said:
Another board, another kernel. No way to adopt it; sorry!
It's not even possible to use sources from another msm8994 board, because the used hardware is not the same; you can't use the drivers; and the drivers from z5* are incompatible with oreo or greater!
Click to expand...
Click to collapse
as I'm no developer (liberal arts is my job) I have feard something like that. So Project Treble is of no use to this device also. It's a shame.
Thank you that you tried to maintain the device and solve problems!
Sir Charles82 said:
as I'm no developer (liberal arts is my job) I have feard something like that. So Project Treble is of no use to this device also. It's a shame.
Thank you that you tried to maintain the device and solve problems!
Click to expand...
Click to collapse
I mean if all bugs were fixed there was a Dev who was quite eager on giving this device project treble as we can see there isn't any bugs fixed yet so
Sir Charles82 said:
So Project Treble is of no use to this device also. It's a shame.
Click to expand...
Click to collapse
Treble is just a word. As far as I understand this project, this means that hardware and drivers are separated from app development. There is a layer between "hardware/driver" and app. So, no one needs to change code for drivers; he just can focus on his app development.
The idea behind treble was to reduce the needed work for oem's to update their rom as often as google does.
But as you can see, it fails! If the layer is not supporting legacy drivers, the device is dead!
---------- Post added at 12:30 ---------- Previous post was at 12:28 ----------
Quantumkk123 said:
I mean if all bugs were fixed there was a Dev who was quite eager on giving this device project treble as we can see there isn't any bugs fixed yet so
Click to expand...
Click to collapse
In one of your posts you said, that you managed to get the camera to work. Please let me know how this is realized.
Berni-0815 said:
Treble is just a word. As far as I understand this project, this means that hardware and drivers are separated from app development. There is a layer between "hardware/driver" and app. So, no one needs to change code for drivers; he just can focus on his app development.
The idea behind treble was to reduce the needed work for oem's to update their rom as often as google does.
But as you can see, it fails! If the layer is not supporting legacy drivers, the device is dead!
---------- Post added at 12:30 ---------- Previous post was at 12:28 ----------
In one of your posts you said, that you managed to get the camera to work. Please let me know how this is realized.
Click to expand...
Click to collapse
Please tell me where it says I have stated this
Quantumkk123 said:
Please tell me where it says I have stated this
Click to expand...
Click to collapse
Oups! I'm so sorry, it's a mistake! I meant another guy... Sorry! :angel:
Berni-0815 said:
Oups! I'm so sorry, it's a mistake! I meant another guy... Sorry! :angel:
Click to expand...
Click to collapse
It's fine aha we are human after all we do make mistakes ?
Quantumkk123 said:
Please tell me where it says I have stated this
Click to expand...
Click to collapse
After searching an while: Here you have written, that (quote) "camera is partially fixed". What about this? :angel:
Berni-0815 said:
After searching an while: Hereyou have written, that (quote) "camera is partially fixed". What about this? :angel:
Click to expand...
Click to collapse
Yeah partially meaning some code written to make it work is right but no one ever actually made the camera work

Categories

Resources