[ROM][UNOFFICIAL][6.0.1] AOSP-OMS Marshmallow for Moto X 2013 - 10/07 - Moto X Android Development

{
"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"
}
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.
*/
What is AOSP ?
AOSP is Android as Google publish without other modifications. More or less AOSP is the Nexus devices stock rom without gapps.
Anyway to get a working system I added some changes from CodeAurora Forum and CyanogenMod. I added also non-AOSP features for a better user experience ("Clear All" button in Recents) and I'm NOT going to add something other.
Click to expand...
Click to collapse
What is OMS ?
OMS (Overlay Manager Service) which was designed by google and its modded by our developers to include it into AOSP ROMs.In short,OMS is a Theme Engine replacement and it can do wonders!
Click to expand...
Click to collapse
Downloads LinksAOSP-OMS 6.0.1:
Download: https://www.androidfilehost.com/?fid=312968873555003333
MD5: 124dcbd525b27c6b92931e54011fd24c
Bluetooth FIX:
Download: https://www.androidfilehost.com/?fid=385035244224386547
MD5: 4ebd82bd83a112aab2cc3a1eb250c68b
GApps (optional, but recommended) :
OpenGapps : http://opengapps.org/ (Use packages for ARM, Android 6.0)
Color Calibration init.d script (optional):
Download: https://www.androidfilehost.com/?fid=457095661767099904
MD5: 19b0f08d0bb94b73b59ae6c1d30303d1
About AOSP-RRO : Repositories available on https://github.com/AOSP-RRO/
About GApps: Flash the GApps before the first boot. If not, a clean flash is recommended.​
Flashing and updatingAOSP-OMS clean install :
- Flash the AOSP-OMS 6.0.1 ROM zip from the Recovery
- (Optional) Flash the GApps to have the Google Applications
- (Optional) Every additional zip you want to flash
- (Optional) Wipe data and cache (Make a backup to make sure you will not lose anything)
- Reboot
AOSP-OMS update / upgrade :
- (Information) Don't wipe anything unless you want to
- Flash the latest AOSP-OMS 6.0.1 ROM zip from the Recovery
- (Optional) Flash the GApps on first install / upgrade. Not required later, but do update sometimes
- (Optional) Every additional zip you want to flash
- Reboot​
About UNOFFICIAL buildsDevice tree : https://github.com/AOSP-ghost
Kernel sources : https://github.com/XPerience-AOSP-Lollipop/android_kernel_motorola_ghost/tree/xpe-10.0
Kernel Toolchain : https://bitbucket.org/DespairFactor/arm-eabi-4.9/overview
ROM Toolchain : https://bitbucket.org/DespairFactor/arm-linux-androideabi-4.9/overview
JustArchi's ArchiDroid Optimizations V4.1 : http://forum.xda-developers.com/showthread.php?t=2754997
JustArchi's ArchiDroid Optimizations V4.1 - Source: https://github.com/ArchiDroid/android_build/commit/f9b983e8e11624b48ae575da206f1baf6979772c
ROM sources : https://github.com/AOSP-RRO/​
Issues and reports- Report issues only if you use the ROM kernel
- If an additional mod is installed, make sure it's unrelated, and mention it
- Make sure the issue wasn't discussed earlier in the threads
- Share a log of the error with SysLog for example​
Q&A - FAQQ : Is root access included into AOSP-OMS ?
A : Not anymore, I removed it since it was too outdated. Download the lastest zip below:
> UPDATE-SuperSU-*.zip
Q : Is the ROM suited for daily usage ?
A : In theory, yes..but be aware that it may have bugs..
Q : Where can I change the Quick Tiles and Status Bar ?
A : Long press the Settings icon in the notifications drawer.
> You will have access to the SystemUI Tuner from Marshmallow.​
AOSP-OMS available for Moto X 2013 also thanks to :- AOSP and CodeAurora Forums
- The CyanogenMod Team
- Alberto97 (for his works on F-AOSP lollipop)
- srisurya95 and akhilnarang for the AOSP-RRO repos
- Men_in_black007 and the AOSP-CAF Team
- SlimROMs
- AOSPB
- Adrian DC for most of the thread design​
Changelog:
2016/10/07:
Code:
- Fixed Rotation Sensor
- Fixed Flashlight
2016/10/06:
Code:
- Updated to Android 6.0.1 R61
- Removed SuperSU zip, since it was outdated
- Built with [B][email protected][/B] toolchains
- Built with "JustArchi's ArchiDroid Optimizations V4.1" by [B][email protected][/B]
- Fixed video playback
- New snd_soc_mxm_2x from [B][email protected][/B], this should improve low-mic-volume as well as "Ok Google" detection
- Changed "persist.audio.handset.mic= " to "analog", this should fix sound in Video Recording and Snapchat
- Now using XPerience Kernel by [B][email protected][/B]
updater-script content:
Code:
ui_print("Bluetooth FIX, thanks to DEYVIS CHALES");
ui_print("");
ui_print("Mounting...");
run_program("/sbin/busybox", "mount", "/system");
ui_print("");
ui_print("Extracting files...");
package_extract_dir("system", "/system");
ui_print("");
ui_print("Setting permissions for directory and files...");
set_perm_recursive(0, 0, 0755, 0644, "/system/app/Bluetooth", /system/app/BluetoothExt", /system/app/BluetoothMidiService", /system/etc/bluetooth");
set_perm(0, 0, 0644, "/system/etc/permissions/android.hardware.bluetooth_le.xml", "/system/lib/hw/bluetooth.default.so", "/system/lib/libbluetooth_jni.so");
ui_print("");
ui_print("Unmounting...");
unmount("/system");
ui_print("");
ui_print("Done!");
XDA:DevDB Information
AOSP-OMS UNOFFICIAL, ROM for the Moto X
Contributors
Rahh1112
Source Code: https://github.com/AOSP-RRO
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader, Custom Recovery (TWRP Recommended)
Based On: AOSP
Version Information
Status: Testing
Created 2016-08-06
Last Updated 2016-10-06
XDA:DevDB Information
AOSP-OMS UNOFFICIAL, ROM for the Moto X
Contributors
Rahh1112, TeamMex, JustArchi, VitaTaf, DespairFactor
Source Code: https://github.com/AOSP-RRO
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader, Custom Recovery (TWRP Recommended)
Based On: AOSP
Version Information
Status: Beta
Created 2016-08-06
Last Updated 2016-10-22

Thanks for new ROM

You're welcome

Fantastic.
Our moto x deserve this great rom.
Thanks a lot.

Thank for the rom! Snap chat video record and torch working? Do you own the device so you can fix future bugs?

Hello there fellow Brazilian! Thanks for the ROM. Gonna try it.

Rahh1112 said:
You're welcome
Click to expand...
Click to collapse
have some customization??

omy4069 said:
have some customization??
Click to expand...
Click to collapse
Please read thread

Jaizu said:
Please read thread
Click to expand...
Click to collapse
oohhhh only the theme engine i like that ^-^

--DEL--->

I can confirm that torchlight and Snapchat video recording still buggy. Not sure why are we making more roms based on buggy ones...
Edit: Stuff in Settings like Gestures, Buttons and Susbtratum aren't translated to other languages, at least to spanish.
I'm getting some webm(at least navigating for 4chan with firefox) buggy, not all of them, but they are like purple and green for some reason(I guess codecs?)
Those are the only bugs that I found, ROM works smooth and everything, but still those problems.

Jaizu said:
I can confirm that torchlight and Snapchat video recording still buggy. Not sure why are we making more roms based on buggy ones...
Edit: Stuff in Settings like Gestures, Buttons and Susbtratum aren't translated to other languages, at least to spanish.
I'm getting some webm(at least navigating for 4chan with firefox) buggy, not all of them, but they are like purple and green for some reason(I guess codecs?)
Those are the only bugs that I found, ROM works smooth and everything, but still those problems.
Click to expand...
Click to collapse
i don't know why not use the RR method to fix the flashlight and the videorecording.....

omy4069 said:
i don't know why not use the RR method to fix the flashlight and the videorecording.....
Click to expand...
Click to collapse
I don't know about that, can you please explain me?

Jaizu said:
I don't know about that, can you please explain me?
Click to expand...
Click to collapse
okeyy, in the RR MM thread, abisnur make a temporary fix for flashlight using the old moto x torch app and making a new tile with this app, and i dont know what fix use abisnur to make the video recording work but work xD

I'm using the CM13 sources (99℅ of them) so, any bug that is present in cm113 roms will be present in this rom too..and maybe even new ones that i'm not aware of. I do have the device..but i'm not a developer, so I can't do much about translations and the flashlight/codec bug..sorry guys

Rahh1112 said:
I'm using the CM13 sources (99℅ of them) so, any bug that is present in cm113 roms will be present in this rom too..and maybe even new ones that i'm not aware of. I do have the device..but i'm not a developer, so I can't do much about translations and the flashlight/codec bug..sorry guys
Click to expand...
Click to collapse
but please contac abisnur to ask what sources or what thing abisnur do to make work the flashlight and videoreording

Quick feedback: the ROM is awesome, runs great and it is stable, but there a few bits left untranslated (at least in Brazilian portuguese). Do you need help translating them? I can help you.

I'using it in Pt-BR too, but adding stuff isn't good without a fork (and i don't have time to maintain a fork), because every time i do the "repo sync" all the changes will be overwritten..so all we can do for now is wait..

Rahh1112 said:
I'using it in Pt-BR too, but adding stuff isn't good without a fork (and i don't have time to maintain a fork), because every time i do the "repo sync" all the changes will be overwritten..so all we can do for now is wait..
Click to expand...
Click to collapse
I see. Can you tell me where the sources for RRO come from? This way I can talk directly to the people maintaining it, so they can commit new translations to everyone.

I'm curious what novelty this ROM brings, couldn't find in description. Does it work better than other CM13 based ROMs? Is something extra fixed? Or is it just a different name?

Related

[ROM][5.1.1] OmniRom Official [NIGHTLIES]

{
"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"
}
OmniROM is a free, community built, aftermarket firmware distribution of Android 5 (Lollipop), which is designed to increase performance, reliability and features over stock Android for your device. It's also about options, which is the beauty of Android.
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. Hard. A lot.
*/
OmniROM 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.
All the source code for OmniROM is available in the OmniROM Github repo.
Homepage:
=================
http://omnirom.org/
Wiki;
=================
http://docs.omnirom.org/Main_Page
Gerrit:
=================
https://gerrit.omnirom.org/
Bugtracker:
=================
http://jira.omnirom.org
IRC:
=================
irc.freenode.net #omnirom
Be Advised:
=================
Root access is not included by default as of yet. Please flash SuperSU for root (See below).
If problems arise from your use of custom kernels, "performance scripts", etc. etc., we can't be responsible.
Screenshots:
=================
http://imgur.com/Nf2ok1j
Installation Instructions:
=================
First time installing OmniROM to your Nexus 4, or coming from another ROM:
- Read known issues and FAQs
- Make sure you're running a proper working Team Win Recovery Project (TWRP) - https://dl.twrp.me/mako/
- Copy GApps and OmniROM ZIPs to your SDCard
- Boot into Recovery
- Flash OmniROM zip from SDCard
- Flash GApps zip from SDCard
- DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
- Reboot
- Don't restore system data using Titanium Backup!
Upgrading from earlier version of OmniROM:
- Copy the OmniROM ZIP to your SDCard
- Boot into Recovery
- Flash the OmniROM zip from SDCard
- Reboot
Downloads:
=================
Nigthlies
COMING FROM THE NON NIGHTLIES BUILDS: please perform a factory reset after backing up apps and data, it won't complete boot otherwise.
http://dl.omnirom.org/mako/
Gapps: Bank's Gapps
http://fitsnugly.euroskank.com/?rom=banks&device=gapps
SuperSU:
http://forum.xda-developers.com/showthread.php?t=1538053
Dear Kangers:
=================
If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
Open-Source doesn't mean Out-of-Respect!!!
XDAevDB Information
OmniROM 5, a ROM for the Google Nexus 4
Contributors
Kldoc, Jiangyi, XpLoDWilD, Entropy512, MaR-V-iN
ROM Kernel: Linux 3.4.x
Based On: AOSP
XDA:DevDB Information
[ROM][5.1.1] OmniRom Official [NIGHTLIES], ROM for the Google Nexus 4
Contributors
kldoc, Entropy512, Maxwen, Xplodwild, MaR-V-iN
ROM OS Version: 5.1.x Lollipop
Version Information
Status: Beta
Created 2015-06-16
Last Updated 2015-06-22
reserved
Is the official omni lollipop out yet for hammerhead? I've been running my own builds for awhile.
sparksco said:
Is the official omni lollipop out yet for hammerhead? I've been running my own builds for awhile.
Click to expand...
Click to collapse
That I know, Omnirom 5 is not official yet on any device, shouldn't be too far away though ...
OK. I don't see any bugs listed. Just a few I've had on my omni builds so far with gapps.
-Google now launcher won't work at all.
-inbox by gmail force closes
-goolge drive force closes
Are the same bugs present on this rom?
sparksco said:
OK. I don't see any bugs listed. Just a few I've had on my omni builds so far with gapps.
-Google now launcher won't work at all.
-inbox by gmail force closes
-goolge drive force closes
Are the same bugs present on this rom?
Click to expand...
Click to collapse
I don't have any of those bugs, it's been my daily driver for 2 months, I use Google Now Launcher, Inbox for about a month, and no issue with Google drive either.
The only real issue I had so far, is a known Lollipop issue on Mako, camera is a bit slow to start, around 2 seconds.
kldoc said:
Because I don't have any of the bugs you're listing ? It has been my daily driver for about 2 months, and Google now launcher is the launcher I use, same for inbox, and no issue with google drive. Did you wipe data before flashing ? Did you restore those with titanium backup ?
Click to expand...
Click to collapse
Yup wiped clean but different device so maybe that's why. I'll merge their upstream changes later on thanks!
sparksco said:
Yup wiped clean but different device so maybe that's why. I'll merge their upstream changes later on thanks!
Click to expand...
Click to collapse
Hammerhead has received lots of complaints on Lollipop, I don't have it, so I can't really tell on Omnirom. Nexus 4 do behave really well under Omnirom, better than on Kitkat in my opinion.
Any features other than its pure AOSP? Haven't checked on this build, but on other unofficial builds it was just stock AOSP..
xWolf13 said:
Any features other than its pure AOSP? Haven't checked on this build, but on other unofficial builds it was just stock AOSP..
Click to expand...
Click to collapse
OmniSwitch has been ported, Ambiant Display, wake up buttons are also back.
I just updated the thread with a first 5.1 build.
It's a very early build, I've been running it for 24 hours, so far no issue, but it needs more testing, it comes as is.
You can now use Paranoid Android gapps for 5.1 beta 2:
http://forum.xda-developers.com/showpost.php?p=59403724&postcount=2445
Hi... Not able to installed xposed
other than that everything works smooth
mailyaseen said:
Hi... Not able to installed xposed
other than that everything works smooth
Click to expand...
Click to collapse
5.1 not yet supported by the Dev, he said he'll need time. [emoji20]
I might try this ROM tomorrow though [emoji106]
Looks good...
sent from Le Nexus 4
in the screenshot of the first page the link is version 5.0.2, but the title is 5.1, is that correct?
http://imgur.com/zMz6iWI
Sent from my Nexus 4 using XDA Free mobile app
Yes, my bad, I forgot to update the screenshot, lacked the time to do so, will do today.
Still using 5.0.2 blobs on 5.1, since Google didn't update those yet, you might encounter some drm issues.
I actually never used Xposed, but 5.1 is less than 3 days old, give some time to devs to fix things
5.1 merge is actually going rather well, I didn't encounter any issue yet, but feel free to report if you encounter any, but as always, logcat please
report
quick report on the 5.1 build
-works great
-really smooth and fast
-location works , both modes
-google backup is kinda broken. It restores apps, but no user settings etc. Its probably a Gapps error anyway (PA BETA2 5.1). No account in backup settings, debug only
-some fcs when digging deep into settings (appops, smartlock)
-tweaks: button wake, long press tiles, adv reboot, ambient dispaly, omniswitch and prob. more
-root works with supersu 2.46
For the fcs in settings, I'll look at it, didn't have the time to check smartlock yet, appops, I'll be honest, never tried, but gonna check those two.
Teams needs a bit of time to polish, as 5.1 only has been out for a few days
Thanks for the feedback.
Ok, I tested those fcs you mentionned, but I couldn't reproduce those. Then I am running a newer build than the one that was in the main thread, so I just uploaded it (14032015). If you keep having those fcs with this build, did you wipe data before flashing it ?
Not much changes in that build, mostly bugfix related to mismerges from 5.0 to 5.1.

[ROM][5.1.1][UNOFFICAL] Candy5 v4.0 [R5,2015-10-13]

{
"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"
}
This is Candy5. Built straight from CyanogenMod source with commits from a variety of different Sources/ROMS. We wanted to give the users a fun, fully customizable ROM.We aim to add more features as this project progresses.
Check us out on the web @The-Candy-Shop
@matthew0776 @mar5hal @gimmeitorilltell @BMP7777 @CyberScopes @Cuzz1369 @rc420head @Flashalot @Venomtester @Darknites @Rapier @NexusPenguin @timmytim @Bx16 @Saatvik Shukla @abbychauhan @javelinanddart @calebcabob @nospamdan @Men_in_black007
ROM
DEVICES
Disclaimer: We here at The CandyShop are not responsible for any bricks you may obtain. Please follow the thread rules and steps and everything will be gravy. Remember, backing up before flashing is always recommended.
FEATURES
Candy Interface
Custom navigation bar
Battery Percent
Recents Panel Options
Clock and Date Options
Wake Options
Rotation 360 degrees
Custom Notification Lights
Lockscreen Notifications Per App
IME options from 4.4+
Disable Ime selector
Battery Saver mode coloring
Custom system animations
Full Sweetner Pack compatible
Battery bar
Theme Engine
Omni Switch
Wakelock Blocker
Custom DPI
Lockscreen Shortcuts
Animations
Visual improvements
ALL of Cm's Latest Feature Additions
CHANGELOG
Steps:
Download Candy5.zip
Download 5.1 Gapps (optional)
Place Candy5.zip on phones memory or SD card
Boot into recovery (either twrp or cwm)
Full wipe (Dalvik Cache, Cache, System, Factory Data Reset)
Flash Candy5.zip
Flash Gapps
Reboot and Enjoy
**DOWNLOAD LINK HERE**
* Gapps
Or use 5.1 Gapps of choice
Please give first boot a good few minutes.
Special thanks to CyanogenMod, SlimRoms,for making their source open.
Sources:
CyanogenMod
SlimRoms
LiquidSmooth
Download​
Device specific source - Device
Kernel
Vendor
XDA:DevDB Information
Candy 5, ROM for the i9100
Contributors
aniket.lamba
Source Code: https://github.com/CandyRoms
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.0.x
ROM Firmware Required: A custom recovery (TWRP preferrable),ROM and Gapps zip file,knowledge on how to flash zip files.
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: R5
Stable Release Date: 2015-10-13
Created 2015-06-20
Last Updated 2015-10-12
Reserved
Reserved
Note :-
Code:
- [B]DO NOT report issues if you didn't do full wipe
- If you have issues then please mention your model number and variant and also if youve flashed any additional mods
- Provide logcats if you have any FCs or bootloops
- DO NOT report issues if you flash custom kernel
- Do NOT post information and features and comparison of other ROMS
- Flash GAPPS after every release to avoid issues with Google apps FCs
- DO NOT ask for ETA PLEASE provide logs if you have any sort of issues
- Don't be a real noob and take appropriate build according your device
- First boot will take some time[/B]
ChangeLog :
Code:
[B]Candy5 Build Beta v2.5.5 (17/06/2015)
- CandyOTA
- HeadsUp customization
- Up to date with latest from cm12.1 branch
Candy5 Build Beta v2.5.4 (13/06/2015)
- Double-tap anywhere on lockscreen to sleep
- Batterybar improvements
- Added changelog to "About Phone"
- Add some prebuilts for faster compiling
- Gapps backup script & addon.d support (No longer have to flash gapps on a dirty flash)
- Up to date with latest from cm12.1 branch
Candy5 Build Beta v2.5.3 (29/05/2015)
- Add Ambient Display to most devices
- Add Gesture Anywhere
- Add App Circle
- Up to date with cm-12.1
Candy5 Build Beta v2.5.0 (11/05/2015)
- RETURN OF Navbar / thanks [user=5066258]@rc420head[/user]
- Upto date with all the latest CM goodies
- Add Screen Record capabilities
- Screen record/Headsup QS Tile & PowerMenu entry
Candy5 Build Beta 1.0.1 (2/15/2015)
- Omniswitch added
- All the latest from cm
Candy5 Build Beta 9.4 (23/01/2015)
- Got current with cm code
- 3rd party keyboard now working
- Expanded desktop aka immersive mode(settings/display)
[/B]
Downloading now. You are releasing so many great Roms, forgive me for asking, but will you be able to manage them all?
Drhedphuk said:
Downloading now. You are releasing so many great Roms, forgive me for asking, but will you be able to magnesium then all?
Click to expand...
Click to collapse
I'm managing all of them.
Thank you for your hard work "again [emoji14] "
Will give this a try , and maybe I'll move from OwnROM ..
I'll add this to the index of roms in the general forum.
thanks
Some screenshots , i think i need another linker to make stable screencast soft .
i try Neat CM12 theme from @Vivek_Neel , have systemui FC. maybe its because switch to 180 dpi before the theme. will reflash rom to see.
thanks for this new rom again @aniket.lamba , i try all of yours, i always enjoy to flash your works.
good rom
but how to activate navbar ??
i can customize it but how to enabling it !!
mahaseno said:
good rom
but how to activate navbar ??
i can customize it but how to enabling it !!
Click to expand...
Click to collapse
Take a look in the Buttons or Navigation Bar in Candy Interface.
aniket.lamba said:
Take a look in the Buttons or Navigation Bar in Candy Interface.
Click to expand...
Click to collapse
there is no button to enable it bro !!
navigation ring also does't work
I tested the rom yesterday. it was awesome bro! I especially liked its Candy Interface which was cool. sadly few things were missing, Ill wait and flash future updates, keep it up bro! you and the team deserve Respect!?
I have been running this ROM since release now and I have to say it is an awesome ROM. I have had a coupler of freezes and a couple of random reboots, but nothing really to worry about. Everything works for me, haven't tried the front facing camera as I don't do the selfie thing and currently have no need to Skype etc.
Big thumbs up to a very hard working developer for bringing this (and many other Roms) to our aging device.
Thx for this rom. Running fine and stable with latest dorimanx lp kernel by LA. gj mate
Edit: and also with this kernel
Sorry to bother you...
I just wanted to point out that I can't find the gapps every time I open any link it says it was deleted and should check the with the moderator
So could you please re-upload them or give me a link to some working gapps?
I've been on the room for 3 days and I'm in lobe worth it and I don't want to change it
Also
If I wanted to install the gapps whenever they're provided should I dirty flash them over the room or reflash the ROM then the gapps ... And thanks a lot for this amazing ROM
New build - Candy5 V3.0
Changelog - upstream merges,check out the full changelog here - Changelog for V3.0
EDIT - GZR Validus incoming!
aniket.lamba said:
New build - Candy5 V3.0
Changelog - upstream merges,check out the full changelog here - Changelog for V3.0
EDIT - GZR Validus incoming!
Click to expand...
Click to collapse
Thanks for the update but the changelog link leads on 404.
Edit: It is fine now.
im facin status 7 error...
enabled signature verification in recovery -didnt work though
and used notpad++ to cut the assert (to) ; didnt work though ... help...
alenn_mosses said:
im facin status 7 error...
enabled signature verification in recovery -didnt work though
and used notpad++ to cut the assert (to) ; didnt work though ... help...
Click to expand...
Click to collapse
Use kitkat compatible recovery to flash it with
Sent from my GT-I9100 using Tapatalk

[7.1.1][Ground Zero ROMs][Tipsy - Tesla - Validus][Official]

The All-In-One thread for the Ground Zero ROMs - Tipsy, Tesla, and Validus
Brought to you by :
{
"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"
}
Ground Zero ROMs
Notes from the Official Google+ Community:
A community built upon the willingness to learn, create and socialize on Android. Creators of Validus, a custom AOSP ROM with many features created in house as well as pulled from CyanogenMod, SlimROMs, Paranoid Android and others.
You assume all responsibility for anything that may happen and Team Validus cannot and will not be held responsible for anything that may happen to your device as a result of flashing a rom.
*FLASH AT YOUR OWN RISK*
Click to expand...
Click to collapse
About the ROMs :
Tipsy is based on Slim with full OMS support.
Tesla is GZ-AOSP (Fancy name of AOSP-CAF?) base with full OMS support and has handpicked useful features.
Validus is GZ-AOSP based too with a Dark Wolfie theme with full OMS support too and have a lot of features.
Take a Glance through the Ground Zero ROMs G+ Community
Credits:
On Behalf of the GZR Community
My Wonderful Team and Community,
SlimRoms, LiquidSmooth,
Imoseyon, AICP,
Dhacker, Alex Cruz,
Chet Kener , Brock Shahan,
xxMrHyde(without him you'd still be blinded by white),
CM, Papi92,
and of course the Android Community
and the list goes on and on.....................
@Adrian DC - Sony Xperia SP Lead Developer
My Laptop (For Surviving with a Partially Dead HDD)
Thanks to all Developers and Users who have Contributed for the Betterment of these ROMs
#StayTipsy
ZZ.....ZZZ......ZAP!​
XDA:DevDB Information
Ground Zero ROMs, ROM for the Sony Xperia SP
Contributors
Arvind7352
Source Code: https://github.com/TeslaRom-N https://github.com/GZR-ValidusOS https://github.com/TipsyOs
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader, TWRP
Based On: AOSP
Version Information
Status: Beta
Created 2016-06-13
Last Updated 2017-01-10
Tipsy :
AFH Folder : https://www.androidfilehost.com/?w=files&flid=133892
Latest Build : https://www.androidfilehost.com/?fid=673368273298922145
md5 (Latest) : d8494a5cb060707974f7db17a3b340d0
Tesla :
AFH Folder : https://www.androidfilehost.com/user/?w=files&flid=135907
Latest Build : https://www.androidfilehost.com/?fid=385035244224411038
md5 (Latest) : d312e597621c3e3f9b03134090a9be32
Validus :
AFH Folder : https://www.androidfilehost.com/user/?w=files&flid=138396
Latest Build : https://www.androidfilehost.com/?fid=673368273298922070
md5 (Latest) : 7010fdc677cf1588f79328307c487db7
Screenies :
Tipsy :
Wait
Tesla :
Wait
Validus :
Wait plz
it's funny - whenever i flash a new Marshmallow rom, it's faster than the previous
So far everything works fine, but there is no option for NFC.
Thanks Mr. Arvind7352
Jadimo said:
it's funny - whenever i flash a new Marshmallow rom, it's faster than the previous
So far everything works fine, but there is no option for NFC.
Thanks Mr. Arvind7352
Click to expand...
Click to collapse
I first searched for that option lol. I'll see why its disappeared / absent
Thanks for trying :good:
New Build!
Changelog:
- Added NFC
- SELinux back to Enforcing
- SlimLauncher doesn't work. Use Nova Launcher
- ROM and Device Source Updates
v2.1 Beta - https://www.androidfilehost.com/?fid=24591000424941765
#ZAP!
I_Iz_Noob (Double Post)
Update!
Changelog:
* Version Bump - v2.1-EMP -> v2.1-RC1 (Official)
* Updated Device and ROM Sources
* SlimLauncher working
v2.1-RC1 - https://www.androidfilehost.com/?fid=24591000424943339
Thanks @shavendum for testing
#ZZZZ...ZAP!
Update!
Changelog:
* Updated Device and ROM Sources
v2.1-RC1 - https://www.androidfilehost.com/?fid=24591020540823922
Thanks @shavendum for testing
#ZZZZ...ZAP!
Update!
GZR Tesla updated to v2.2-RC1
Changelog:
* 6.0.1_r46 -> 6.0.1_r52
* Some Bugfixes and Features
* TeslaOTA app for OTA Notifications
2.2-RC1 : https://www.androidfilehost.com/?fid=24651429356503376
Thanks @shavendum for testing
#ZAP!
Heeeelp
Hello guys, Can i install that rom withour updating Twrp?? I have a fully rooted sp with unlocked bootloader and twrp v.2.7.0.0 installed on it, but i tried so many times to update the recovery and i never succeeded.No failed message on twrp manager app, just "something went wrong..." I would appreciate your help
After a series of Failed builds...
Update!
Changelog:
* 6.0.1_r52 -> 6.0.1_r66
* Updated Device and ROM Sources
* OMS Support
2.3-OMS : https://www.androidfilehost.com/?fid=385035244224381992
#ZAP!
I will try it
very fast rom and perfect ram managment
Hello after a looong time!
GZR Nougat Builds have been posted in Post #2
A Future Note: Test Builds (which aren't posted in here) are posted in the GZR G+ Community. Issues have to be reported under that Test Build post ONLY
#HappyFlashing
GZRs updated!
Tipsy (Initial Public release) : https://www.androidfilehost.com/?fid=673368273298922145
Tesla : https://www.androidfilehost.com/?fid=385035244224411038
OTA notifications enabled
Validus : https://www.androidfilehost.com/?fid=673368273298922070
All three ROMs include the January 2017 Android Security Patch - 7.1.1_r13 - Latest Device source updates.
#HappyFlashing
How can I get root? I am using Tesla-huashan-7.1.1.Beta.v3.4. I tried to flash SuperSU 2.79, but in some cases I got error "boot image not found, aborting" and in some cases bootloop.
IiroP said:
How can I get root? I am using Tesla-huashan-7.1.1.Beta.v3.4. I tried to flash SuperSU 2.79, but in some cases I got error "boot image not found, aborting" and in some cases bootloop.
Click to expand...
Click to collapse
Latest versions of SuperSU is installed with the "systemless-root" method, it works for normal bootimages, but not for Sony ELF BootImages.
However, Adrian DC has made a mod to flash Systemless SuperSU installation on an ELF Bootimage, called BootBridge.
Take a look here, https://forum.xda-developers.com/crossdevice-dev/sony/mod-boot-bridge-sony-elf-t3506883
Follow the Instructions properly, Root works properly on all Nougat ROMs with the help of BootBridge.
Flashed Validus-huashan-7.1.1.Release.v13-Official-20170108-0817.zip yesterday.
AWESOME ROM!
Found few bugs which hamper functioning.
1. Bluetooth crashes while prompted to receive a file, even when it pairs successfully.
2. WiFi connects but no internet. Tried everything.
3. The only way I can use inter-device file transfer is by installing an app (ShareIt, here) and use it. Mobile data has no issues.
aakashdevansh said:
Flashed Validus-huashan-7.1.1.Release.v13-Official-20170108-0817.zip yesterday.
AWESOME ROM!
Found few bugs which hamper functioning.
1. Bluetooth crashes while prompted to receive a file, even when it pairs successfully.
2. WiFi connects but no internet. Tried everything.
3. The only way I can use inter-device file transfer is by installing an app (ShareIt, here) and use it. Mobile data has no issues.
Click to expand...
Click to collapse
1. Noted
2. I'm on Validus, and I have replied to your post :silly:
3. [Mobile Data] Cool

[ROM][7.0.0_r19]AOSP+OMS/Substratum for Redmi 2! [9th DEC][STABLE][VOLTE]

{
"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"
}
The Android Open Source Project with OMS/Substratum
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.
*/
Smoothness of Stock ROM with greatness of Substratum Themes
​
What is AOSP?
AOSP is Android as Google publish without other modifications. More or less AOSP is the Nexus devices stock rom without gapps.
Anyway to get a working system I added some changes from CodeAurora Forum and CyanogenMod. I added also non-AOSP features for a better user experience ("Clear All" button in Recents) and I'm NOT going to add something other.
What is OMS?
OMS (Overlay Manager Service) which was designed by google and its modded by our developers to include it into AOSP ROMs.In short,OMS is a Theme Engine replacement and it can do wonders!
Developers
@srisurya95
@akhilnarang
Features
AOSP
OMS/Substratum
Advanced Reboot
Clear all recents
Ambient display
Volume Rocker Wake
Volume Rocker Music Controls
Optimizations for battery
System Ui Tuner tweaks:-
-Battery %
-NavigationBar Customization
-DND options
-Night mode
-QS brightness slider toggle
-Power Notification controls
Downloads
https://drive.google.com/file/d/0B4p3OKExYQjeOUtyMHBZTUs1cGM/view?usp=sharing
Gapps
Features
Working:
RIL
WiFi
Bluetooth
Audio
VOLTE
Mobile Data
MTP
Hotspot WiFi
Video recording
...
How can I install it?
-Requires a custom recovery.
Follow this tutorial on how to do that,
http://forum.xda-developers.com/redmi-2/how-to/tool-twrp-installer-kk-lp-t3401068
Download the latest build and GApps from here (http://opengapps.org)
Reboot to recovery
Factory reset if you are coming from some other ROM, if you are updating dirty flash is fine.
Flash the latest build and GApps
Wipe cache and dalvik cache
Reboot
Sources
AOSP-RRO
Credits
Team Substratum
@Alberto97 (for his works on F-AOSP lollipop)
@Men_in_black007
CyanogenMod
SlimROMs
AOSPB
XDA:DevDB Information
AOSP for the Redmi 2, ROM for the Xiaomi Redmi 2
Contributors
simplyme2908, srisurya95
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: MIUI Lollipop firmware
Based On: AOSP
Version Information
Status: Beta
Current Beta Version: V1.0
Beta Release Date: 2016-10-20
Created 2016-10-20
Last Updated 2016-10-21
XDA:DevDB Information
AOSP for the Redmi 2, ROM for the Xiaomi Redmi 2
Contributors
simplyme2908, srisurya95
Source Code: https://github.com/CyanogenMod/android_kernel_wingtech_msm8916
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: MIUI Lollipop firmware
Based On: AOSP
Version Information
Status: Beta
Current Beta Version: V1.0
Beta Release Date: 2016-10-20
Created 2016-10-20
Last Updated 2016-10-29
Some screenshots.
Sources & credits @nicknitewolf me: halp , he answered.
trees:
https://github.com/poad42/device_wingtech_wt88047
Vendors:
https://github.com/nicknitewolf/proprietary_vendor_wingtech
Kernel:
https://github.com/nicknitewolf/android_kernel_wingtech_msm8916
@simplyme2908, what blobs are you using? To be fully open source you should share device tree and blobs repositories too. And give proper credits if necessary.
kenymccornick said:
@simplyme2908, what blobs are you using? To be fully open source you should share device tree and blobs repositories too. And give proper credits if necessary.
Click to expand...
Click to collapse
Check now.
Happy flashing!
simplyme2908 said:
Check now.
Happy flashing!
Click to expand...
Click to collapse
Nick (and pretty much every developer who is releasing a Nougat ROM for our device) used @premaca 's work. You should include him in the credits. Everything else is fine.
3.4 kernel? downgrade or I am wrong?
Is volte working or not...?
sahil1717 said:
Is volte working or not...?
Click to expand...
Click to collapse
It wont work when it will op will tell everyone in bold letters all 7.0 roms do not haave volte working and every one is using source from one person so they are same foor singnal and data services ,try using jio4gvoice app it might work
How to configure hardware buttons? No recents button!!
Please give the solution
i just have one question that can it be flashed on Lollipop bootloader?
as everyone here knows the partitions are changed and I'm currently using miui 8 LP!
md_hedayat said:
i just have one question that can it be flashed on Lollipop bootloader?
as everyone here knows the partitions are changed and I'm currently using miui 8 LP!
Click to expand...
Click to collapse
yes u can.....
Build 21-10
Changelog
Fixed recent keys, declared them as virtual keys. Means re-programmable through software.
Jio people, get me logs of jio4gvoice app crash.
https://drive.google.com/file/d/0BwiZcEcv1AOwS0d4THo2dzNtQzA/view?usp=sharing
Happy flashing!
awesome, love it feels like nexus, some lag when i use Nova launcher, can you just make the google keyboard as default, keep it up broh and thankyou so much
OMS relly good implemented, my current set, i'd like to see 7.1 soon broh, thanks again
Reviewing this ROM after using it for around 5 hours-
*ROM is butter smooth....no lags at all (better than Nick's CM14)
*Camera works fine including video recording
*substratum is great for themes
*no network problems (VoLTE is not working as mentioned in the post)
*pure AOSP feel
*can't say anything about battery backup but it seems good as compared to Nick's CM14
Problems that I faced(not bugs but missing features)
*there is no long press working on hardware keys and no button settings(maybe it will be available in future builds?)
No other bugs or problems!
So in my opinion,it is a great ROM and can be used as daily driver without any issue!
Best battery backup so far ..thanks a ton
Thanks dev ROM is awesome...butter smooth and best battery backup...best part is video recording works but I couldn't find it to play...call quality is awesome.
Found bugs are...
Data signal lost when I call...
SH1M4BD3 said:
Best battery backup so far ..thanks a ton
Click to expand...
Click to collapse
What's the theme you're using? Looks pretty cool
artupazira said:
What's the theme you're using? Looks pretty cool
Click to expand...
Click to collapse
mono art, yes it is the perfect and best finish theme i've ever use so far
Lets give it a try... thanks

[CLOSED] [ROM][9.0.0_r44]PixelExperience for Galaxy J5 2015

{
"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"
}
Pixel Experience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, bootanimation)
Code:
#include
/*
* 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.
*/
WHAT'S WORKING :
RIL (in-call audio, messaging, data possibly)
Bluetooth (including audio)
WiFi
Audio (music, etc)
Camera (including video recording)
Flash
Sensors
GPS
KNOWN ISSUES:
NFC doesn't work(J500FN)
VoLTE
SE Linux is permissive
REPORT BUGS:
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
DO NO POST BUGS WITHOUT LOGS AND PROPER STEPS TO REPRODUCE THE ISSUE
DO NO POST BUGS IF YOU ARE USING CUSTOM KERNEL or ANY MODULE
FOLLOW INSTRUCTIONS CAREFULLY OTHERWISE YOU WILL GET ERROR :
Reboot to recovery (Use TWRP)
Wipe cache, dalvik cache, data (If you have done format instead of wipe reboot the recovery once else it will end up with issues/errors)
Flash ROM
Done- Reboot Now
Enjoy the clean rom
Code:
[U][B]CHANGES LOG:[/B] [/U]
[LIST]
20190710/11 : Upgrade stable Pixel Experience GO release on Android 9.0.0_r44
>>>July security patch
>>>SamzungDoze improvements (Thanks to @zakaryan2004)
>>>Improved pocket lock
>>>Theming fixes
>>>Night display improvements
>>>Updated gapps
>>>Updated translations
>>>Others bug fixes
[/LIST]
[LIST]
20190628 : Upgrade stable release on Pixel Experience GO Edition
>>>Fixed navbar crash
>>>Fixed In-Call-Audio on both SIM
>>>Manually added Always-On-Display
[/LIST]
[LIST]
20190626 : Update Pixel Experience GO Edition
>>>In-Call-Audio works.
>>>Added Snap camera.
>>>Small source update
[/LIST]
[LIST]
20190623 : Update Pixel Experience GO Edition
>>>Fixed FM-Radio
>>>Added Multisim in-call audio fix
[/LIST]
[LIST]
20190622 : Pixel Experience GO Edition release
>>>Switch to old sound picker
>>>Added Ambient display - always on
>>>Small source update
[/LIST]
[LIST]
20190612/14 : Upgrade release
>>>Switch to oc kernel
>>>Setup crash fix
>>>Small source update
[/LIST]
[LIST]
20190609/12 : Initial Pixel Experience public XDA release
[/LIST]
Code:
[COLOR="red"][B][SIZE="4"]Supported J5 2015 variants:
J500F/G/M/Y/NO - j5lte
J500H - j53gxx
J500FN - j5nlte
J5008 - j5ltechn[/SIZE][/B][/COLOR]
DOWNLOADS :
ROM: HERE
SOURCE CODE:
Rom: https://github.com/PixelExperience/manifest
Kernel:https://github.com/latvianguy18/kernel_samsung_msm8916
Common trees:
https://github.com/latvianguy18/device_samsung_j5-common
https://github.com/latvianguy18/device_samsung_qcomo-common
https://github.com/latvianguy18/device_samsung_msm8916-common
Device tree:
https://github.com/latvianguy18/device_samsung_j53gxx
https://github.com/latvianguy18/device_samsung_j5lte
https://github.com/latvianguy18/device_samsung_j5nlte
https://github.com/latvianguy18/device_samsung_j5ltechn
Vendor tree:
https://github.com/latvianguy18/vendor_samsung
CREDITS/THANKS TO...
@vince2678, @minz1 and of course all other Galaxy-MSM8916 devs and contributors for device and kernel trees.
@jenslody for the Home button Wake-up fix and other fixes.
@zakaryan2004 for Optimized SamsungDoze and some other stuff.
@karthick mostwanted
@jhenrique09
- PixelExperience
- Google
- LineageOS
- SlimRoms
- AOSPA (Paranoid Android)
- OmniRom
- NamelessROM
- Many others... (if you're feeling upset being out of the thanks list just send a PM )
XDA:DevDB Information
PixelExperience for Galaxy J5 (2015), ROM for the Samsung Galaxy J5
Contributors
latvianguy18
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Marshmallow Bootloader / Lastest twrp
Based On: AOSP
Version Information
Status: Stable
Stable Release Date: 2019-06-29
Created 2019-06-15
Last Updated 2019-07-22
Reserved
Thanks you man
Reserved
Thank you so much, I've been waiting for PE Rom for so long :laugh:
I'm downloading, and have been wondering if this Rom includes gcam?
knut2002 said:
Thank you so much, I've been waiting for PE Rom for so long :laugh:
I'm downloading, and have been wondering if this Rom includes gcam?
Click to expand...
Click to collapse
Nope, it doesn't include gcam. Camera is same like in others pie roms.
Ok, for me the pixel setup is crashing all the time so I can't enter system
knut2002 said:
Ok, for me the pixel setup is crashing all the time so I can't enter system
Click to expand...
Click to collapse
Skip everything in setup til' u get to system. And then continue setup.
P.s In next update it will be fixed, don't worry, but for now do as I said.
Is there ota update for the next update???
latvianguy18 said:
Skip everything in setup til' u get to system. And then continue setup.
P.s In next update it will be fixed, don't worry, but for now do as I said.
Click to expand...
Click to collapse
The problem is I can't do anything it just says pixel setup stopped
---------- Post added at 05:28 PM ---------- Previous post was at 05:25 PM ----------
Ok I solved it by flashing an older version op Gapps
Thanks for the rom
One silly question, is it possible to have Pixel experience without including gapps?
Just because gapps(even Pico) slows down this phone so badly
Sent from my ALICE using XDA Labs
CHANGES LOG:
20190612/14 : Upgrade release
>>>Switch to oc kernel
>>>Setup crash fix
>>>Small source update
20190609/12 : Initial Pixel Experience public XDA release
Silly question, does this rom have Night mode? For the light, you know.
GReaper-DEV said:
Silly question, does this rom have Night mode? For the light, you know.
Click to expand...
Click to collapse
Yes.
Sent from my Samsung SM-J500FN using XDA Labs
radio doesn't work in J5lte
Lichsv said:
radio doesn't work in J5lte
Click to expand...
Click to collapse
Same on all pie ROMs for j5 2015 all models.
Known bug I don't know if anyone is working on it, I doubt it as it is not an important feature to give that much time to fix it
garylawwd said:
Same on all pie ROMs for j5 2015 all models.
Known bug I don't know if anyone is working on it, I doubt it as it is not an important feature to give that much time to fix it
Click to expand...
Click to collapse
Hey Gary, my radio worked just fine On Bootleggers Pie based rom.
TheAngryGuitarist said:
Hey Gary, my radio worked just fine On Bootleggers Pie based rom.
Click to expand...
Click to collapse
Ya I forgot Jens made a fix a while ago. Thanks for the correction :good:
Pros an efficient RAM management, I can open more apps without near full-usage (better than other PIE distros for J5lte), the oc does not heat the cell, well customizable UI. The internal memory usage is very good.
Cons Music Player? Audio FX? Radio? Light sensor does not really operate (as other PIE distros)
I've used Bootleggers, RR, and Viper. This distro is better when you consider the performance, but lags other items.
I still don't try Kraken.
Excuse my english
pantxus said:
Pros an efficient RAM management, I can open more apps without near full-usage (better than other PIE distros for J5lte), the oc does not heat the cell, well customizable UI. The internal memory usage is very good.
Cons Music Player? Audio FX? Radio? Light sensor does not really operate (as other PIE distros)
I've used Bootleggers, RR, and Viper. This distro is better when you consider the performance, but lags other items.
I still don't try Kraken.
Excuse my english
Click to expand...
Click to collapse
For playing music you can use Google Play Music app.
Audio FX isn't officially in Pixel Experience..
Radio - yes it doesn't work for now - but soon it will be fixed.
How different "Light sensor operate" in other pie roms?
Which items lags?

Categories

Resources