[ROM][UNOFFICIAL] CyanogenMod 13.0 for Moto X (ghost) [03/06/2016] - Moto X Android Development

Code:
#include
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
Thank you @intervigil aKa Ethan Chen and @Megatron007 aka Omkar Shinde for contributing for cm-13.0 for out beloved ghost! ​
Working:
* All except screen recording
* Torch has been partially fixed and you have to follow the below procedure to make it work! :laugh:
Bugs
*Screen Recording [Buffer problem]
Fix Torch:
*Swipe down SystemUI drawer.
*Click on edit tile
*Tap the '+' icon at the top right.
*Swipe down and select Torch.
*Remove the Flashlight if needed.
*Now press "Done".
*Enjoy! xD
Downloads:
cm-13.0-20160703-UNOFFICIAL-ghost.zip
Hit that Thanks Button if you like my work :laugh:
XDA:DevDB Information
[ROM][UNOFFICIAL] CyanogenMod 13.0 for Moto X (ghost) [03/06/2016], ROM for the Moto X
Contributors
abinsur279
Source Code: http://github.com/CyanogenMod
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Beta
Created 2016-07-03
Last Updated 2017-07-16

Reserved!:laugh:

Phone reboots when trying to change wallpaper. I noticed the same behavior in the latest rr build. Do you think it might be due to using twrp 2.8.7.0?

abinsur279 said:
Reserved![emoji23]
Click to expand...
Click to collapse
Oh wow tnks for starting the build again...can i kniw if battery drop issue is fixed or not?
Sent from my XT1052 using Tapatalk

some feedback:
-home button is not working for me.
-I can't pull down the titles drawer
-my notifications are not showing up, neither the lockscreen or statusbar.

jesan9 said:
some feedback:
-home button is not working for me.
-I can't pull down the titles drawer
-my notifications are not showing up, neither the lockscreen or statusbar.
Click to expand...
Click to collapse
The problem with home button is an issue is upstream with cm . It is affecting other rom.
Sent from my Moto X using XDA-Developers mobile app

@abinsur279
Thank you very much brother! [emoji106]
Enviado desde mi Moto X mediante Tapatalk

Thank you very much!I'll try it on my xt1050

abinsur279 said:
Code:
#include
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
Thank you @intervigil aKa Ethan Chen and @Megatron007 aka Omkar Shinde for contributing for cm-13.0 for out beloved ghost! ​
Working:
* All except screen recording
* Torch has been partially fixed and you have to follow the below procedure to make it work! :laugh:
Bugs
*Screen Recording [Buffer problem]
Fix Torch:
*Swipe down SystemUI drawer.
*Click on edit tile
*Tap the '+' icon at the top right.
*Swipe down and select Torch.
*Remove the Flashlight if needed.
*Now press "Done".
*Enjoy! xD
Downloads:
cm-13.0-20160703-UNOFFICIAL-ghost.zip
Hit that Thanks Button if you like my work :laugh:
XDA:DevDB Information
[ROM][UNOFFICIAL] CyanogenMod 13.0 for Moto X (ghost) [03/06/2016], ROM for the Moto X
Contributors
abinsur279
Source Code: http://github.com/CyanogenMod
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Beta
Created 2016-07-03
Last Updated 2016-07-03
Click to expand...
Click to collapse
I always love your work so much, you are great! :good:

Video recording on Snapchat works?

I'll probably wait a bit more to use this, since I'm quite happy with the Stock 5.1, but thanks for your work! Ghost shall never die

Would dirty flashing this over CM13 from the discontinued thread be a bad idea?

baldyy said:
Would dirty flashing this over CM13 from the discontinued thread be a bad idea?
Click to expand...
Click to collapse
Probably.

FalconDark4 said:
Phone reboots when trying to change wallpaper. I noticed the same behavior in the latest rr build. Do you think it might be due to using twrp 2.8.7.0?
Click to expand...
Click to collapse
That's a CM Theme engine failure. Mine was always rebooting on wallpaper change, because I disabled that apk.

Summer Son said:
That's a CM Theme engine failure. Mine was always rebooting on wallpaper change, because I disabled that apk.
Click to expand...
Click to collapse
What should I do? Disable the apk?

FalconDark4 said:
What should I do? Disable the apk?
Click to expand...
Click to collapse
Try to clear up its data, maybe that will help. If you'll disable the APK, you will definitely be rebooted each time after wallpaper change. But I can live with it, it doesn't bother me.

Snapchat video recording works in this ROM?

Does it work in xt1052?

Looks like the upstream home button problem has been fixed by CM, so I think the next build of this unofficial rom should have it included (provided the changes were merged here)
*Edit* got CM13 built locally. Was missing the proprietary blobs, which was causing it to fail. So it seems that you created a new tile, which interfaces with the actual Torch App, instead of relying on the old flashlight tile. Is there also a way to make this adjustment so that the ChopChop action does the same thing? I'm not a Java dev, but It seems that the gesture code which activates the torch is located here: https://github.com/CyanogenMod/andr...mod/settings/device/MotoDozeService.java#L168. I was wondering if there was a way to call the same app that you are using to fix the QS tile. I'm guessing your modifications are local, so this is all just speculation on my end. It would be cool though if your fix could be applied there as well!

Well after a bunch of research, I was able to get a fully functional build running w/ the latest CM13 source. I also hacked together a slightly more comprehensive fix for the torch, which works for both the QS tile as well as the chop gesture. Behind the scenes, I think I'm doing the same thing as @abinsur279 (using the CM Torch app instead of whatever new code the devs switched to for CM13 that is breaking the Moto X torch).
In addition to applying the fix for the QS tile, I also applied the fix to the gesture, so both methods of torch activation now work (and sync together so the torch state is accurately reflected in the QS area at all times.) Lastly, I removed the CM Torch app's icon from the launcher so the app drawer remains uncluttered. It's definitely not the ideal fix (relying on Intents being sent to a technically separate app), but it works for me until a real Java dev has a time to implement a "cleaner" solution.
I don't want to hijack abinsur279's thread so I won't post it here, but also don't want to fully support others w/ my own thread (since I'm busy w/ my actual job). If anyone wants this build, just shoot me a msg.

Related

[rom][4.2.2][Apr-13][Linaro][GCC][AOSP][LiquidSmooth][Mako]

PHP:
#include
/ Welcome to Team LiquidSmooth's Daily / Nightly build OP for Mako!
* First, we would like to thank all of the contributors to AOSP, CM, AOKP!
* This OP will provide you with a Daily / nightly build
* customized the LiquidSmooth way! Please feel free to review our code:
* @ www.github.com/LiquidSmooth. These are daily / nightly builds of
* LiquidSmooth / AOSP for Mako. Some of them will contain
* EXPERIMENTAL features which could perhaps be unstable, etc.
* However, every build is tested and flashed by yours truly
* before sharing here at XDA. Most importantly, this is what i am using
* as my personal daily driver, & i wanted to share!
* You can expect to see exciting features aimed at stability, security,
* and an experience aimed at the user's enjoyment. Please only report
* bugs to our RC / Stable thread as they will be ignored if posted here.
* We hope that you enjoy these builds, as much as we do!
*
* 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.
Screenshots to come! (please see screenshots in our RC thread for the time being)
#Edit: Not fan of unneeded flash :-/
About Us
​
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
We are dedicated to providing Android users with smooth, stable and fast Roms. We start with a fast, and lightweight modified AOSP base, and then add the features you crave!
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!​
​
The-Team
Liquid0624
Liquidzgrl
Deadman96385
Jarrid42
Jdeloach
Rohan32
Itsmikeramsay
Dagr8
Jdkorecclipse
Amplified
Hiemanshu
ChevyCam94
Dhacker​
Features:
Code:
Google GCC 4.7 Toolchain
O3
Strict-Aliasing (Linaro)
C++11 Mode
Optimized String Handling Routines (Linaro/Sony)
Misc other Linaro and Code Aurora Optimaztions
Customizable lockscreen buttons and sliders
Chronus clock widget
Customizable hardware and software keys
Transparent navbar and status bar
Customizable navbar ring
Navigation bar widgets
Customizable power menu
Notification power widget
Customizable quicksettings panel
Statusbar mods
Theme engine
Quiet hours
Volume rocker music controls
Full Rotation
Customizable battery and notification light
PHP:
#Daily / Nightly build changelog to follow
* WIP
* Cyanogenmod latest kernel (thank you!!)
* (which, honestly - is really great / excellent
* kernel source)(if you wish) - please flash your own
* boot.img with this build. Matrix v8.5 is recommended.
* please see the OP for details to be updated at a later time
* thank you! (Flash on!)
* built with all of the latest commits as of 10am CST 04/13/2013
LiquidSmooth
LiquidSmooth-03132013-daily-build
LiquidSmooth-03182013-daily-build
LiquidSmooth-03202013-daily-build
LiquidSmooth-04132013-daily-build
Gapps
PHP:
Gapps (Menu/cook) haxlog:
* added:
* /system/app/rolle_youtube.app
* /system/media/audio/notifications/mgs-object (my fav. notication sound)
* /system/etc/inti.d/zipalign (yep, from darky_zipalign days ;)
* /system/etc/init.d/redemptivepeformance (script kanged from Ohheyitslou
* (love ya, buddy!) and added "rm /dev/log/main
* a changelog was not in order for this package as it was in fact
* simply a modded package from Rascarlo. A big thanks to him
* , Google, Cyanogenmod, Team LiquidSmooth, The AOSP community
PHP:
Recommended:
gapps-JB-Rascarlo-03042013_modded (stripped) ​
Alternatively, a traditional *full* gapps package, here.​
FLASH ON!​​
I-RC:
PHP:
irc: LiquidSmooth (Team)
* Server: Freenode
* Channel: #Liquids
* Join us @ ~/#Liquids for FIRST inside access to
* !Proper Android Kanging type IRC dialogue, and perhaps
* an occassional //rant from amp. Thanks, && see
* you there!
*/
Great news. Thank you guys. looking forwards to some great builds.
iam lost thought there was already a thread
joomlafreak said:
Great news. Thank you guys. looking forwards to some great builds.
Click to expand...
Click to collapse
*edit*
"Logcats , or it didn't even happen" - famous dev
buster041284 said:
iam lost thought there was already a thread
Click to expand...
Click to collapse
This thread is specifically for Daily builds. Our other thread is our RC / Stable thread. That thread and this one are the only two remaining official Team LiquidSmooth threads currently being supported at this time.
Thanks
love this rom :good:
and now daily build yaay
Who, this is so fast, i lost control of my phone !
Great job guys. So far no issue i could find.
Wow thanks for this rom!!! I came from Xylon ROM, for its customizable option...
However this rom is faster and more customizable!!!! Yes!!!!
Gonna try it now
any differences between dailies/nightlies and rc2? im currently runnimg rc2 and in love and dont want to encounter bugs or have my heart broken
Re: [ROM][4.2.2][Daily Builds][Linaro][GCC][AOSP][LiquidSmooth][Mako]
Will this get milestones or stable builds?
For us who update about weekly
Re: [ROM][4.2.2][Daily Builds][Linaro][GCC][AOSP][LiquidSmooth][Mako]
All these liquid smooth carbon builds are little too confusing with new threads opening everyday, why not just stick with one?????
Re: [ROM][4.2.2][Daily Builds][Linaro][GCC][AOSP][LiquidSmooth][Mako]
Mahdi786 said:
All these liquid smooth carbon builds are little too confusing with new threads opening everyday, why not just stick with one?????
Click to expand...
Click to collapse
Liquid and carbon are two different ROM and team.
Sent from my Nexus 4 using xda premium
very nice Rom. I am missing the navbar Transparenz. Is it somewere or is it not possible with this Rom? And what is the difference between this and the Rom from here?
http://forum.xda-developers.com/showthread.php?t=2150093
here the latest is from the 3rd and on the other thread the latest is from the 7th. Is it the same Rom?
mikaole said:
very nice Rom. I am missing the navbar Transparenz. Is it somewere or is it not possible with this Rom? And what is the difference between this and the Rom from here?
http://forum.xda-developers.com/showthread.php?t=2150093
here the latest is from the 3rd and on the other thread the latest is from the 7th. Is it the same Rom?
Click to expand...
Click to collapse
Yes you can make navbar transparent in navbar menu, layout, style.
This build is dated on 11th march, and is a nightly/daily, while the other one is a stable release. Read the OP.
Re: [ROM][4.2.2][Daily Builds][Linaro][GCC][AOSP][LiquidSmooth][Mako]
jarjar124 said:
Liquid and carbon are two different ROM and team.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
There's already 3 liquidsmooth threads in this forum, and I know carbon is forked from liquid and made their own.
Mahdi786 said:
There's already 3 liquidsmooth threads in this forum, and I know carbon is forked from liquid and made their own.
Click to expand...
Click to collapse
SOOOO))
You should enjoy the variety and be thankful. No one forcing you to visit every thread and run all ROM, pick one and go with it, try them all it's really not that hard to back up and restore.
AW: [ROM][4.2.2][Daily Builds][Linaro][GCC][AOSP][LiquidSmooth][Mako]
So this release is with franco kernel. When i want faux kernel i have to flash a reset kernel. Right?
best regards
Craxx
Send from my Nexus 4 with Tapatalk 2
Craxx said:
So this release is with franco kernel. When i want faux kernel i have to flash a reset kernel. Right?
best regards
Craxx
Send from my Nexus 4 with Tapatalk 2
Click to expand...
Click to collapse
Yes, use the reset faux has in OP
Flash this then Gapps, let it boot once.
then reboot and flash new kernel
AW: [ROM][4.2.2][Daily Builds][Linaro][GCC][AOSP][LiquidSmooth][Mako]
Thx for answer
But i had flashed..
Rom gapps reset faux kernel and then faux9tbm and then reboot.
Works nice.
Best and fastest rom i have ever tested!!
Thanx a lot
One thing in settings menu all is English but my chosen language is german?
best regards
Craxx
Send from my Nexus 4 with Tapatalk 2

[LINARO-GCC5.1]5.1.1KangDroid-Project! Fast, Stable.(2015-06-07)

Code:
*** Disclamer
[COLOR="red"]I am not responsible for bricking your device![/COLOR] And, It is ONLY FOR NEXUS5.
Please ask a bug/Function on this post-reply. I will trying to add/Fix bugs. Thanks a lot.
FaceBook Page Opened! You can also see update and working progress, and changelog and Screenshot there! FaceBook Link
Introduction
This rom is based on CyanogenMod 12.1, Modified by KangDroid.(Which is my Nickname.) I added some function based on CyanogenMod, but not stabilized. This rom will be update every Monday(UNOFFICIAL), Wednesday(UNOFFICIAL), Saturday(STABLE). If i didn't upload a rom, Check on my Facebook, There will be a reason for it. Please use nicely and usefully!
Click to expand...
Click to collapse
[B]Note:[/B]
From Today's update(5.3), ROM Contains OTA Service. So, ROM Will update Every Monday, Wednesday, Saturday when I upload. Thanks!
Also,
Beta Release will ONLY on Project FACEBOOK and OTA Every Monday and Wednesday. With Short ChangeLog. Stable Build (which is Saturday's version) will come out every saturday, in Facebook and XDA.
Screen Shots
All New Screenshots could be found in KDP FaceBook Page. It is hard to update regularly..
How do I install?
You have to sure that it is for ONLY FOR NEXUS5(Hammerhead) and you have to install one of these recovery:CWM/TWRP/Philz/etc...
Install from OTHER ROM
* Boot in to Recovery mode
* Backup if needed.
* Wipe system/data/Cache (Factory reset is also welcome!)
* Choose ROM which I attached.
* Install with Gapps
* Boot, finish. Simple!
Install from THIS ROM(Version update)
* Boot in to Recovery mode
* Backup if needed.
* Wipe Dalvik-cache, Cache(U can do Factory reset if you want)
* Flash ROM & Gapps
* Boot, Finish!
Click to expand...
Click to collapse
Download
NOTICE: I changed to XDA Downloading! Enjoy Stable Downloads! And you can find previous version at the very end of bottom. All New versions could found in:
This Forum.
Functions in this ROM​
* Optimize with -O3 for both Kernel and Platform(Linaro-GCC 5.1, Linaro-GCC6.0 for Kernel)
*CyanogenMod Default Function
* CM’s Settings Advanced Mode switch(CM disabled it for Hammerhead and other device)
* ListView Animations
* Configurable Volume Steps
* Toast Animation configuration
* StatusBar Ticker Toggle
* Configurable Screenshot sound
* Configurable Battery Saver Mode Statusbar, NavBar Color
* WakeLock Blocker
* Safe Headset Volume option
* Configurable Camera sound
* Letss Notifications sound
* Slim Lockscreen ShortCut
* Gesture Anywhere
* NavBar DPI
* App Circle Bar
* App Side Bar
* Configurable DPI Settings
* AOKP Custom Animation
* Network Speed Indicator, Date Settings, Carrier Label, Greeting
* OmniSwitch for default Recents Settings
* StatusBar Expanded header options, custom notification and system icon, Mobile and wifi network icons colors
* Scrolling values(overscroll, etc)
* SlimPie
* Heads Up Configuration(TimeOut, etc)
* NavBar Button Color
* Add custom QS Tiles
* Volume Key answer
* QS Color Settings(Tile, Background, etc)
* Force Expanded Notifications
* Lock screen Weather settings
* Lockscreen icon, Text settings
* Haptic to QS tiles
* Dotted Circle battery
* Recents Panel Tweak(Location of Recents clear all button)
* Enable-Disable Navigation Bar Ring
* Screen Recorder
* Media Scanner Behavior on Boot
* Memory bar on Recents Screen(Configurable)
* Call Recording
* Active Display(Ambient Display)
* Powermenu Screenshot delay
* TRDS(The Real Dark Slim)
* Lots of Custom Tiles(Music, TRDS, Doze[Active Display], etc...)
* and A lot of stablization(Color Fade in Frameworks) and A lot of Optimization.
* And more and more...​
Changelog
See more ChangeLog in https://github.com/KangDroid !
NOTE: Version 5.3 is currently working in progress. It could be have some bugs.
Credits
Code:
* CyanogenMod --> https://github.com/CyanogenMod
* Liquid Smooth --> https://github.com/LiquidSmooth
* PAC-man --> https://github.com/PAC-man
* CrDroid Android --> https://github.com/crdroidandroid
* Faux (kernel) --> https://github.com/faux123
* ResurrectionRemix --> https://github.com/ResurrectionRemix
* CandyRoms --> https://github.com/CandyRoms
* Slim Roms --> https://github.com/SlimRoms
* TemaSek --> https://github.com/temasek
Thanks to these People/Teams and missing people too!
If there is any problem, Please post in reply or Email to [email protected]
XDA:DevDB Information
KangDroid-Project, ROM for the Google Nexus 5
Contributors
Jason Hyunwoo
Source Code: https://github.com/KangDroid
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: At lease above 4.4, Recommended=5.1.1
Based On: CyanogenMod
Version Information
Status: Testing
Current Stable Version: 5.6
Stable Release Date: 2015-06-07
Created 2014-12-17
Last Updated 2015-06-07
First
I test it ASAP
Thank you sooo much <3
Awesome thanks for sharing, fresh goodies!!
welcome budy:cyclops: download now
7sen said:
welcome budy:cyclops: download now
Click to expand...
Click to collapse
Thanks I am New in XDA. Working forward to learning XDA lol
Could you tell me a how do you feel(like review) something?/
Jason Hyunwoo said:
Thanks I am New in XDA. Working forward to learning XDA lol
Could you tell me a how do you feel(like review) something?/
Click to expand...
Click to collapse
About to flash now, i will post feedback after setup
Good solid build, seems very stable WiFi, data all good. No issues so far.
Very nice
Running smooth so far. No issue yet I could find. Good job?
Working like a charm. Will be looking forward to future updates
p.s. Kangdroid could you consider switching to SM toolchain instead of google's original one, with -O3 opt? I've been uploading my self-compiled ones to my git(https://github.com/kykdev) or you can grab ones from SaberDevs(https://github.com/SaberMod). Thx!
앞으로도 기대하겠습니다!
new rom:laugh:laugh: downloading
razrlover said:
Good solid build, seems very stable WiFi, data all good. No issues so far.
Click to expand...
Click to collapse
Thanks!
kykint said:
Working like a charm. Will be looking forward to future updates
p.s. Kangdroid could you consider switching to SM toolchain instead of google's original one, with -O3 opt? I've been uploading my self-compiled ones to my git(https://github.com/kykdev) or you can grab ones from SaberDevs(https://github.com/SaberMod). Thx!
앞으로도 기대하겠습니다!
Click to expand...
Click to collapse
Glad to meet Korean in here(well I am korean but I'm living in United Kingdom lol) Sorry but I don't use Ubuntu to build Android. I use MacBook Air(6,2) I have desktop which is 8gb ram and i7-3770K but UK's electricty tarrif(bill) is really expensive at all. So I have to use laptop to doit. But, including Linaro, SM toolchain seems to be not support Darwin-x86 at all. So.. sorry.. I can't build with that toolchain!
(And, I am not sure but this forum tools says that use 'English' be careful!)
No navigation bar settings ;(
Found a couple bugs. When my phone is off for about 10 seconds, I try to unlock it, but the first swipe attempt does nothing. The second swipe works. Also I attached a screenshot of my locksceen. My carrier name(T Mobile) is not aligned to the left on the status bar...it's a bit off. Not a big deal, but it looks ugly. Other than that this is rom is incredibly smooth. ? looking forward to fixes. Thx
mauecky said:
No navigation bar settings ;(
Click to expand...
Click to collapse
Navigation Height settings is not added yet. I added in source, but i haven't released yet. release will be upload about 11PM today based on GMT 0.
augoza said:
Found a couple bugs. When my phone is off for about 10 seconds, I try to unlock it, but the first swipe attempt does nothing. The second swipe works. Also I attached a screenshot of my locksceen. My carrier name(T Mobile) is not aligned to the left on the status bar...it's a bit off. Not a big deal, but it looks ugly. Other than that this is rom is incredibly smooth. ? looking forward to fixes. Thx
Click to expand...
Click to collapse
First bug is not seems to be bug on all device. I can't see a bug. If, you can catch a log(logicat) please attach log too. I will try to figure out lock screen bug.
Second bug is same as you. I will try to figure out carrier problem.
I will try to see is it CM's bug or my bug. I will try to fix it. But I'm not that good programer but i will try hard!
Thanks for reporting bug!
Does franco kernel work with cm roms?
augoza said:
Does franco kernel work with cm roms?
Click to expand...
Click to collapse
I am not sure but you can still try!
Jason Hyunwoo said:
First bug is not seems to be bug on all device. I can't see a bug. If, you can catch a log(logicat) please attach log too. I will try to figure out lock screen bug.
Second bug is same as you. I will try to figure out carrier problem.
I will try to see is it CM's bug or my bug. I will try to fix it. But I'm not that good programer but i will try hard!
Thanks for reporting bug!
Click to expand...
Click to collapse
I suppose misaligned carrier is from cm. Present in crdroid too. Btw, I've notice the sounds is a bit slow. Could barely hear thru speaker.

[ROM][OFFICIAL][6.0.1][LAYERS] Minimal OS for Nexus 5 [2016-02-04]

[ROM][OFFICIAL][6.0.1][LAYERS] Minimal OS for Nexus 5 [2016-02-04]
Disclaimer:
Code:
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
Features:
Memory leak fixes and other fixes from AOSP.
Layers 4.0 support
Disabled fullscreen keyboard in landscape.
Double-tap navbar to sleep.
Battery status style.
Quick settings [New tiles under the system tuner option].
Quick pulldown.
Advanced reboot.
Clear all recents [Need to scroll down in recents if you have multiple apps in recents]
Volume media control.
Volume rocker wake.
Charging battery light.
Notification light.
Double tap to open camera.
Doze.
Option to disable searchbar in recents.
Long press back button to kill app.
Long press recents button to switch apps.
Date customization.
Navigation bar resizing
Double tap statusbar to sleep
Download:
Build Server
How to install:
Download the ROM
Copy the ROM to your SD Card
Boot into recovery
Wipe data, cache and dalvik-cache
Install the ROM
Install GApps
Reboot
Changelog:
Code:
http://pastebin.com/t4FiYzL9
Google+ Community:
Sources: MinimalOS Github
Contributors:
CallMeAldy - Lead Developer
Credits:
Android Open Source Project..
All developers that helped us with their code.​
XDA:DevDB Information
[ROM][OFFICIAL][6.0.1] Minimal OS for Nexus 5, ROM for the Google Nexus 5
Contributors
CallMeAldy
Source Code: http://www.github.com/MinimalOS-AOSP
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Stable Release Date: 2016-02-04
Created 2015-11-29
Last Updated 2016-02-04
Reserved
Reserved
Minimal Forever
EDIT: any plans for using CM's contacts and Dialer as you did in Lollipop version of Minimal OS! Some tiny features are missing so rolling back to LP 9-28 build
Awesome man, will try it out! Cheers! :good:
Awesome job, downloaded , thanks
Anyone here having issues with sms? I can't seem to receive any. I sent test messages to friend but he never got them he said
Sent from my Nexus 5 using Tapatalk
Just flashed it with Banks Gapps and hellscore hc-b15m. It SOO SMOOTH. Just loving it. Need to test out battery life now.
Great rom, has just enough features but not too much to bloat it down. Love the fact so many system apps are removed, the choice is ours. It really is minimal.
Anyways, thanks for the awesome rom!! :highfive:
Minimal OS 30/11/2015
PLEASE CLICK HERE BEFORE DOWNLOADING THE BUILD FOR IMPORTANT NEWS
Code:
http://pastebin.com/raw.php?i=mTa6azj9
DOWNLOAD​
Excellent rom, very light and minimal...compliments..:thumbup:
Nice to see you here Aldy, always used your AK kernel as my daily driver when my N4 was still alive. Thanks for this ROM!
EDIT: For people looking for great Gapps without any issues.
Slim Gapps
https://www.androidfilehost.com/?fid=24269982087004511
CallMeAldy said:
Minimal OS 30/11/2015
PLEASE CLICK HERE BEFORE DOWNLOADING THE BUILD FOR IMPORTANT NEWS
​
Click to expand...
Click to collapse
Clean flashed. Working great. Amazing work, thanks.​
Yeah, as smooth as it gets!
Thanks @CallMeAldy
Thanks for the feedback people
dirty flashed from another aosp rom, working flawlessy, incredible battery life, buttersmooth, definitely a keeper (btw i'm using opengapps, working great)
Best ROM ever ❤
Sent from my Nexus 5 using Tapatalk
alitaheri73 said:
Best ROM ever
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Thanks mate, appreciate it
Question to whom ever can answers. I'm trying to get dashclock the app on my lock screen?
Jmurphy8367 said:
Question to whom ever can answers. I'm trying to get dashclock the app on my lock screen?
Click to expand...
Click to collapse
No. You can't do that.
Sent from my Nexus 5 using Tapatalk
I can smell 6.0.1.
This ROM is soooo smooth already.

[UNOFFICIAL] CyanogenMod 12.1 for the OnePlus 2

This is a build of CyanogenMod 12.1 for the Oneplus 2.
The build is done solely out of official Cyanogenmod sources and is meant as an intermediate solution as long as there are no official nightlies. Local Bugfixes are listed later in the OP.
Code:
#include <std_disclaimer.h>
/*
* 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.
*/
ROM:
AFH
Google Drive
(MD5: 763d98e1931bd55fde89e57098493bf7 )
GApps:
OpenGApps (careful, use this release, newer ones are currently broken)
Changes to official sources:
- Workaround for camera as discovered by @Grarak
- Improved call quality as discovered by @depii
Bugs:
- DT2W does not work (yet)
Missing features:
- No FP sensor
- No Laser AF
- Notification slider does not work
- No option to disable hardware buttons
XDA:DevDB Information
[UNOFFICIAL] CyanogenMod 12.1, ROM for the OnePlus 2
Contributors
elandroido
Source Code: https://github.com/elgithubo/local_manifests/blob/master/oneplus2.xml
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
Version Information
Status: Beta
Created 2015-12-07
Last Updated 2015-12-08
*reserved*
1st one.. Waiting..
Bugs?
Mehul.S said:
1st one.. Waiting..
Click to expand...
Click to collapse
Can you please try if download link from OP works?
seangeezy12 said:
Bugs?
Click to expand...
Click to collapse
Bugs:
- No DT2W
Missing features:
- No fingerprint sensor
- No Laser AF
Download worked perfectly, setting up the phone now... Will report back... (Doing a clean install)
jellis24 said:
Download worked perfectly, setting up the phone now... Will report back... (Doing a clean install)
Click to expand...
Click to collapse
Looking forward to your feedback!
elandroido said:
Looking forward to your feedback!
Click to expand...
Click to collapse
Seems to be missing the option to turn on the on screen buttons and disable the hardware buttons.
jellis24 said:
Seems to be missing the option to turn on the on screen buttons and disable the hardware buttons.
Click to expand...
Click to collapse
I darkly recall that Cyanogen has removed those options from upstream... May have been a rumor too...
I will have a look into details...
But not today anymore, I have to commit my fixes to Gerrit first in order to not loose the overview...
elandroido said:
I darkly recall that Cyanogen has removed those options from upstream... May have been a rumor too...
I will have a look into details...
But not today anymore, I have to commit my fixes to Gerrit first in order to not loose the overview...
Click to expand...
Click to collapse
I also notice that SELinux status = Enforcing on this build, that's the first time I've seen that on any custom rom for the OnePlus 2. Things are looking really good.
))))). I've been waiting for this for some time downloading
---------- Post added at 20:02 ---------- Previous post was at 20:01 ----------
jellis24 said:
I also notice that SELinux status = Enforcing on this build, that's the first time I've seen that on any custom rom for the OnePlus 2. Things are looking really good.
Click to expand...
Click to collapse
There are more. For example AICP...
jellis24 said:
I also notice that SELinux status = Enforcing on this build, that's the first time I've seen that on any custom rom for the OnePlus 2. Things are looking really good.
Click to expand...
Click to collapse
Kudos for strict selinux go to @ciwrl he fixed it obvioulsy...
I hope my build will be legacy soon and we will get official nightlies...
Great that you like it!
Another missing feature, the notification slider does not function.
jellis24 said:
Another missing feature, the notification slider does not function.
Click to expand...
Click to collapse
Thanks for testing and the feedback... I have updated OP with your finding...
I am sure, fixes will come... ^^
CM13 Source is out, as I can see correctly, or am I wrong?
https://github.com/CyanogenMod
Prevelation said:
CM13 Source is out, as I can see correctly, or am I wrong?
https://github.com/CyanogenMod
Click to expand...
Click to collapse
CM13 source is out, but it currently does not boot on the Oneplus 2...
I have invested a lot of time in CM13 for the Oneplus 2, but could not even get a kernel error message so far... I can build it with some fixes, but it instantly crashes on boot...
That's why I stick to CM12 for the time being...
elandroido said:
CM13 source is out, but it currently does not boot on the Oneplus 2...
I have invested a lot of time in CM13 for the Oneplus 2, but could not even get a kernel error message so far... I can build it with some fixes, but it instantly crashes on boot...
That's why I stick to CM12 for the time being...
Click to expand...
Click to collapse
Have you talked to @regalstreak?
If I recall correctly, he has already built a kernel for it. I'm not sure if its helpful to you, as I know nothing about building a rom lol
Yes. Follow this development thread : http://forum.xda-developers.com/oneplus-2/general/cyanogenmod-13-android-marshmallow-t3256275 @elandroido what are you building? on which source? ill help you out so you can help us build too @OmegaBlaze thanks for mentioning so i could see
---------- Post added at 03:33 PM ---------- Previous post was at 03:27 PM ----------
elandroido said:
This is a build of CyanogenMod 12.1 for the Oneplus 2.
The build is done solely out of official Cyanogenmod sources and is meant as an intermediate solution as long as there are no official nightlies. Local Bugfixes are listed later in the OP.
Code:
#include <std_disclaimer.h>
/*
* 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.
*/
ROM:
AFH
Google Drive
(MD5: 763d98e1931bd55fde89e57098493bf7 )
GApps:
OpenGApps (careful, use this release, newer ones are currently broken)
Changes to official sources:
- Workaround for camera as discovered by @Grarak
- Improved call quality as discovered by @depii
Bugs:
- DT2W does not work (yet)
Missing features:
- No FP sensor
- No Laser AF
- Notification slider does not work
- No option to disable hardware buttons
XDA:DevDB Information
[UNOFFICIAL] CyanogenMod 12.1, ROM for the OnePlus 2
Contributors
elandroido
Source Code: https://github.com/elgithubo/local_manifests/blob/master/oneplus2.xml
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
Version Information
Status: Beta
Created 2015-12-07
Last Updated 2015-12-08
Click to expand...
Click to collapse
make a new thread?
regalstreak said:
Yes. Follow this development thread : http://forum.xda-developers.com/oneplus-2/general/cyanogenmod-13-android-marshmallow-t3256275 @elandroido what are you building? on which source? ill help you out so you can help us build too @OmegaBlaze thanks for mentioning so i could see
---------- Post added at 03:33 PM ---------- Previous post was at 03:27 PM ----------
[/hide]
make a new thread?
Click to expand...
Click to collapse
Hi @regalstreak
My 12.1 local_manifest is linked in the OP. I just applied some patches to workaround camera issue and adjust mixer_paths.
I'll post my CM13 local manifest tonight to your thread, cause I do not have it here at work.
I have already managed to build CM13 rom and recovery. Recovery works fine, but ROM does not boot (and even does not produce last_kmsg despite having enabled it).
So see you later in your thread.

[OWNROM][MM][UNOFFICIAL][24/04/16]

OwnRom V3.0 Beta
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. Hard. A lot.
*/
Click to expand...
Click to collapse
"A custom Android ROM made by the OwnDroid team. This is Android our way, and the good way. This ROM is made by only friendly developers who are listening to the needs of their users."
Features
OwnRom team is working on moving the project to marshmallow, hence not many features are implemented yet. BUT THAT WILL CHANGE.
In-Built Root acces (enable in dev options)
Optional encryption
Theme Engine
Privacy Guard
Pulse Notification Light
Lockscreen Corner Shortcuts
Ambient Display
Battery Light
Profiles
Black List
Double Tap to sleep on navbar
Double tap anywhere on lockscreen to sleep
Block QuickSettings on lockscreen
SysUI restart
Recents Mem Bar
Close All Recents button
(+ Customizations)
And Many more
Let Us Know What You Like… Features are always being added
Installation:
1. Download the appropriate ROM .
2. Download the appropriate GApps.
3. Backup
4. Wipe dalvik/cache/data/factory reset.
5. WIPE SYSTEM.
6. Flash the ROM in recovery.
7. Flash the gapps.
8. Reboot Device.
DOWNLOAD
24/4/16-
https://drive.google.com/open?id=0B9oajYklNKkjdFNfRnF6cXVzU0E
BUGS
- Bluetooth not working
- You tell me
CREDITS
@ketut.kumajaya, OWNDroid team
Kernel sources-
XDA:DevDB Information
[OWNROM][MM][UNOFICIAL][24/04/16], ROM for the Xiaomi Redmi 2
Contributors
arpit_deshpande
Source Code: https://github.com/OwnROM
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP
Version Information
Status: Beta
Created 2016-04-25
Last Updated 2016-04-25
Reserved
Reserved
Reserved
aosp based?
gaki25252 said:
aosp based?
Click to expand...
Click to collapse
Nop. CM based and please do not quote the whole OP.

Categories

Resources