[Discussion, FAQ and Help Thread] ROM: [WIP]AOSP Nougat 7.0 by SanthoshM - Nexus 5 General

Discussion Thread for AOSP Nougat ROM (SanthoshM) ​
Hi all,
See the main development thread here
Please consult the FAQ/Issues/Changelog list below before posting, some of your problems might have been solved already!
Since the main thread for the still-WIP Nougat 7.0 ROM by @santhoshm was getting very cluttered with the same questions and answers, making new updates by the OP difficult to find, I thought we could use this thread to discuss bugs, issues anyone is having installing the ROM and configuring apps, and answering general frequent questions without clogging the main thread.

This gets updated at least once per day
Useful Utils
-----------------------------------------------------------------
Nexus 5 Google soundkit and Pixel Launcher Flashable ZIPs by @edwaine (link to APK by @occtec)
If you're tired of the AOSP sounds and/or want the leaked Pixel Launcher as a flashable ZIP, see this post.
Debloater Scripts by @androcraze
Updated link to separate thread: you're now welcome to discuss any issues or feedback with the debloater scripts or DeltaDroid's GApps packages over there.
Selection of flashable ZIPs that remove some/all of the preinstalled (old) AOSP apps from the ROM completely. You can choose to remove them all, or keep some, plus we recommend great FOSS alternative apps for the Google equivalents. Choose from Maximum, Medium or Minimum debloating.
FAQs
-----------------------------------------------------------------
Send a "thanks" to @androcraze for his additional collation of FAQs and notes integrated into this post!
Please read this section before posting a question or bug, it might already be answered here!
Changelogs for FAQs
Code:
[LIST]
18 September 2016
[*] New build added
8 September 2016
[*] Added YouTube fix
[*] New links to debloat script
[*] New build available
7 September 12PM
[*] Added fix for phone crashing
3 September 3pm SAST
[*] New build (see changelog)
1 September 12PM SAST
[*] Added new build info
30 August 5pm SAST
[*] Added potential fix to green screen on video recording
30 August 12am SAST
[*]Added info on battery drain solution
[*]Added info on root access
29 Aug 12am SAST
[*] Added "debug-only private cache fix
[*] Added green-screen flicker issue
[*] MultiROM fixes!
28 Aug 12am SAST
[*] Modified FAQ with the new build
[*]Added tip on keeping Night mode active
27 Aug 7pm SAST
[*] Fixed broken link to green line fix on video
27 Aug 12PM SAST
[*] Improved GApps install instruction (See Installation FAQ)
[*]Added solution to TimeService issue (See Usage FAQ)
[*]Added solution to Boot animation missing (See Installation FAQ)
[*]Added possible solution for green line (see Apps FAQ)
[/LIST]
Installation FAQ
Q: Which recovery should I use for this ROM?
A: TWRP 3.0.1 or 3.0.2 is required.
Q: Does Busybox work?
A: Yes, check here.
Q: How do I get root?
A: As you would normally - download this SuperSU ZIP (latest 2.77 beta works fine) and copy it to your device storage. Reboot into TWRP and flash the ZIP, then reboot the device. If the boot loops once or twice, that's normal. Once it's done, you can confirm by checking for the "SuperSU" app in your app tray.
Q: Which GApps to use?
A: Check out pico, nano or micro GApps on the Open GApps page. Some have had luck with Mini but this varies by build.
Q: Can I use MultiROM to install this ROM?
A: Update 29 Aug : MultiROM fixes here Courtesy of @blade
Q: Procedure to install ROM with GApps
A: Note: Latest ROM build allows flashing ROM + GApps in one queue without crashes
(For older builds) A: Don't flash the ROM together with GApps in the same ZIP queue because this will cause the Installation Wizard to run on first boot. Due to Google Play permissions errors the Wizard will keep crashing and you won't be able to bypass this. Solution:
1. Enter TWRP, wipe as needed, install the ROM via TWRP
2. Reboot the phone to Android (configure WiFi and APN info).
3. Reboot back to recovery
4. Install GApps via TWRP
5. Boot to System (Yes, you'll probably get Play Services "FC" messages until you perform #6, below)
6. Immediately toggle application permissions to "ON" under:
Settings -> Apps -> ... -> System show
For:
- Google Contacts Sync
- Google Play Services
- Google Play Store
7. Reboot the phone
8. Add your Google Account via "Settings -> Accounts -> Add account -> Google"
9. Verify that Contacts are synced and Play Services is functional.
Q: Why does Settings > Backup and restore shows "debug-only private cache" instead of my Google account?
A: There's a fix (Tested as working!) that you can try here
Q: After flashing TWRP says "No OS Installed?" Note: This has been fixed in the latest build)
A: Ignore this message. If the ROM flash indicated as being successful, you can swipe to reboot and the OS should boot.
Q: After flashing the ROM I've lost TWRP, what gives?
A: Since this was a stock AOSP image it includes stock recovery. Do this to get TWRP back;
Enable developer options on your device by pressing the build number 7 times on Settings > About Phone
Enable USB debugging in developer options
Connect your device to your PC and issue
Code:
adb reboot-bootloader
from wherever your ADB is installed
Place the TWRP image in the ADB folder.
Your phone should restart to the fastboot interface. Now issue
Code:
fastboot flash recovery <twrp.img>
where <twrp.img> is the name of the TWRP file
When that's done, issue
Code:
fastboot reboot-bootloader
and choose "Enter recovery" to go into your TWRP
Ensure TWRP performs the one-time step of setting itself to read-write permissions, by else it'll disappear again on next boot.
Newer builds are being reported to preserve TWRP on reflash.
Apps FAQ
Q: My Google Play Store / Google Play Services / Apps keep crashing?
A: This is a permissions issue. Go to System Settings > Apps (top right menu button) > Show System
Set the following to resolve most crashes:
Google Contacts sync > Contacts permission
Google play services > all permissions
Q: My contacts aren't syncing?
A: Give the contacts app contacts permission and try Settings > Accounts > Google > Contacts (uncheck and recheck)
If this doesn't work, uninstall the GApps contacts APK, and install this Google Contacts APK as an update to the system one. Perform the step above and contacts should sync.
Q: What if I want to use the setup wizard to copy apps, accounts and data after install?
A: Install the ROM and GApps as advised in the Installation section, once you've set up everything and permissions etc. do a factory reset. This should fix it (thanks @devilsadidas for the tip).
Q: Where is the System Tuner UI?
A: Enable Developer Options (under "About Phone", tap "Build Number" seven times), then long-press the settings icon in the notification shade/bar.
Q: How do I get rid of the green screen flickering in video recording?
A: This is a known issue (See Known Issues). Update - @nisby reports (confirmed) that using Footej Camera solves the problem. If you per sé want to us Google Camera or the AOSP Camera, @chrisk44 reports the 25/08 build doesn't have that problem.
Q: My YouTube Videos don't play or throw an error
A: This can be fixed by flashing the 16/09 build.
Usage FAQ
Q: My date and time keeps resetting on successive boots?
A: Solution is to install the Qualcomm TimeService app (a proprietary application)
- the 6.0.1 version (tested successfully with 7.0) is available HERE
Q: Does this build support Vulcan?
A: No. Vulcan does not provide support the Nexus 5.
Q: Does doze work in this build?
A: Yes. You do not have to enable anything; it is active by default.
Q: Can I use this ROM with Android Pay?
A: No. Only approved factory ROMs from Google can use Android Pay. If you want Android Pay on the Nexus 5, install a Marshmallow factory image.
Q: Where can I get the Nougat bootanimation?
A: Try Post #1 in this Boot Animation Collection. Or flash 16/09 build.
Q: If you can't install apps from Play Store: (error code DF-DLA-15)
A: Go to Settings/Apps/Google Play Services/Storage/Manage space/Clear all data.
Then go back to:
Settings/Apps/Google Play Services/Permissions and turn on all permissions (thanks to @BazingaOG for this tip)
Q: My battery charges slowly. Now what?
A: This is a known issue. See "Known Issues" below and check the Changelog below for any updates on this. (Thanks to @olivercervera )
Q: How is battery life with Nougat on the Nexus 5?
A: It should be comparable to Marshmallow. If you're having battery drain issues and are rooted, try this solution.
Q: Why is the font scaling on the date/time quick settings pulldown weird?
A: Known issue. Switch "Display size" (NOT "Font size") in Settings to "Small". (Thanks @Nick80835 for the tip)
Q: Where can I find your build tree?
A: It will be posted once the ROM is stable.
Q: Can you add new features?
A: The goal of this ROM is to get a clean build under AOSP. "Features" aren't a priority.
Q: Night mode won't stay enabled if I try to toggle it?
A: Touch the "on" label on the left to turn it on, NOT the toggle switch on the right (thanks @smartboy0668 for the tip)
Known Issues
As of 8 September:
YouTube doesn't play for some. 16/09 build apparently fixes this.
Some users report crashes, blank-screening in-call and permissions issues with Google Play Phone app despite setting permissions. Confirmed solution here. (Thanks @DVDandroid and @jokerclown)
Settings > Backup shows "debug-only private cache" instead of Google account (Solution under Installation FAQ) Fixed in 08/09 build
Video green-screen flickering (discussed here) - App fix here . Use 25/08 build for working Google Camera. (Thanks to @chrisk44 for the tip)
Carriers such as Sprint have no signal (confirmed by @famewolf)
Changelogs for ROM
16 September
Changelog :
Updated to android 7.0.0_r6 (NRD90U)
Should fix youtube issues for some users
Security vulnerability CVE-2016-2059 patched (as reported by a user)
AOSP nougat bootanimation added
Other non AOSP features ( UItuner features & others) continue to remain
Click to expand...
Click to collapse
8 Sept @ 11PM SAST
Changelogs :
Updated to android 7.0.0_r4 (NRD90S)
September security patch
"debug-only private cache" in settings-backup should be fixed now (thanks @Rapper_skull for the patch )
About phone will now reflect Nexus 5 instead of "AOSP on hammerhead"
Other non AOSP features ( UItuner features & others) continue to remain
Click to expand...
Click to collapse
3 Sept @ 3pm
Changelogs : (03/09/2016)
Implemented webview patch based on @Rapper_skull patch and discussion with @osm0sis
(device boots now even when there is no gapps flashed. I haven't tested flashing with gapps nor tested if the webview implementation works correctly ! Would be nice if someone does)
Switched from eng build to userdebug build
Added support for gesture swiping in keyboard.
Enable/disable toggle to hide brightness in quick settings is now available and is there in systemui tuner menu ( It's just a aosp feature and was just hidden and i have unhided it)
Click to expand...
Click to collapse
1 Sept @ 12pm
Fix settings FC on boot
Disable data roaming by default
Advanced reboot feature ( reboot is a must needed thing and hence )
Previous hidden systemui tuner features continue to remain
Click to expand...
Click to collapse
27 August @11pm
Released a new build (27/08/2016)
Nothing much, just goodies and improvements. Previous hidden systemui tuner features continue to remain
Goodies :
* Double tap on statusbar to sleep
Improvements :
* Gapps permission grant patch included in the OS
* Fix the "No OS installed" message when you try to reboot after flashing the ROM via twrp
Click to expand...
Click to collapse
25 August @ 7pm
Issues fixed :
* Camera pictures not getting saved ( Have checked video recording too )
* Enabled the power modes doze flag
Additional goodies :
Both these will be available in systemui tuner
* Enabled night mode ( i am loving it )
* Nav bar customization
Download link available in OP
Click to expand...
Click to collapse

I flashed this ROM today and installed OpenGApps Aroma package. Then after the first boot I did all the permission stuff i.e. provided all the permissions to Play Services and related apps.
But I am still unable to load up my Google Account, Play Services still Force Close on adding a account. Any Help is appreciated.

CrashOverride1995 said:
I flashed this ROM today and installed OpenGApps Aroma package. Then after the first boot I did all the permission stuff i.e. provided all the permissions to Play Services and related apps.
But I am still unable to load up my Google Account, Play Services still Force Close on adding a account. Any Help is appreciated.
Click to expand...
Click to collapse
I'm not sure if this will help, but did you flash the ROM and then GApps straight after it? That caused issues for me. I flashed the ROM, booted into it once without GApps, then rebooted to TWRP and installed GApps, which suppressed the installation screen and allowed me to add Google accounts without crashes.

CrashOverride1995 said:
I flashed this ROM today and installed OpenGApps Aroma package. Then after the first boot I did all the permission stuff i.e. provided all the permissions to Play Services and related apps.
But I am still unable to load up my Google Account, Play Services still Force Close on adding a account. Any Help is appreciated.
Click to expand...
Click to collapse
MattDN93 said:
I'm not sure if this will help, but did you flash the ROM and then GApps straight after it? That caused issues for me. I flashed the ROM, booted into it once without GApps, then rebooted to TWRP and installed GApps, which suppressed the installation screen and allowed me to add Google accounts without crashes.
Click to expand...
Click to collapse
Exactly what @MattDN93 says, also make sure you give all Google Apps which you have installed all needed permissions, just to be sure that they all work as they should. I had the same problem but after checking and allowing the needed permissions everything worked just fine. I use the the OpenGapps Micro Package, you might want to try a clean flash with the suggested flashing order (First the ROM, boot up and then flashing Gapps after) and try the Micro Package, maybe that will work better for you. :good:

Thanks for making this thread!
Could you tell me if Santosh's latest build is more stable than cdesai's or not?

Karan_Brar said:
Thanks for making this thread!
Could you tell me if Santosh's latest build is more stable than cdesai's or not?
Click to expand...
Click to collapse
No problem! From what I can see Santosh was updating his build to fix the camera saving issues that CDesai's build already had sorted. However, check the changelog above - Santosh has added Night mode and fixes for Doze, so theoretically his build should be as stable as CDesai with extra features. I haven't flashed the latest one yet but I will report back here (or you could, whoever flashes it first ).

How do I get the setupwizard after i install the gapps? I need it so it can sync all my app data and settings
Thank you for all your work

gabel160 said:
How do I get the setupwizard after i install the gapps? I need it so it can sync all my app data and settings
Thank you for all your work
Click to expand...
Click to collapse
A factory data reset should do it
Sent from my AOSP on HammerHead using Tapatalk

I'm running the latest build of SanthoshM and it's very stable at the moment but I have a issue on something
I can enable battery percentage in system UI tuner but sometimes battery percentage disapears and I have to enable it back in system UI tuner. Last time, it disapeared after a reboot. Other persons who have this issue?

Great, thanks for this thread, It may be useful to most. people.
@MattDN93, you may want to add the only known issue so far: slow battery charging, @ 0.75A, measured with a tester.

olivercervera said:
Great, thanks for this thread, It may be useful to most. people.
@MattDN93, you may want to add the only known issue so far: slow battery charging, @ 0.75A, measured with a tester.
Click to expand...
Click to collapse
No prob I've PMed Santhosh to add this thread to the OP perhaps so people will find it easier. Thanks for the heads up on that, will add to post now.

It loses permission if I factory reset, so the problem persists

gabel160 said:
It loses permission if I factory reset, so the problem persists
Click to expand...
Click to collapse
Try to wipe all and do a fresh install. It ran setup wizard for me first try. Using pico gapps
Sent from my AOSP on HammerHead using Tapatalk

Is it just me or it happens with everyone that Google Now on Tap FCs the Google App??
Sent from my Nexus 5 using Tapatalk

devilsadidas said:
Try to wipe all and do a fresh install. It ran setup wizard for me first try. Using pico gapps
Sent from my AOSP on HammerHead using Tapatalk
Click to expand...
Click to collapse
Can you describe your whole installation process? Did you use 7.0 gapps?
I did it like this and it doesnt work:
1. Install the ROM
2. Reboot into ROM
3. Reflash recovery and install 7.0 micro gapps
4. reboot ROM and enable all permissions for Contact Sync, Google Framework service , Google Play Store , Google Play services and Setup Wizard
5. Factory reset in Twrp
and then I still get the problem with the wizard that the Google play services force close.

CrashOverride1995 said:
Is it just me or it happens with everyone that Google Now on Tap FCs the Google App??
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Me either.

someone knows that the process is called VARIOUS spending 41 % of battery? spends more battery than the screen
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I have little bug...after enabling bluetooth for my Moto360, the Bluetooth icon is doubled on the status bar. If I disable bluetooth, one icon is disappearing but the other is still there

gabel160 said:
Can you describe your whole installation process? Did you use 7.0 gapps?
I did it like this and it doesnt work:
1. Install the ROM
2. Reboot into ROM
3. Reflash recovery and install 7.0 micro gapps
4. reboot ROM and enable all permissions for Contact Sync, Google Framework service , Google Play Store , Google Play services and Setup Wizard
5. Factory reset in Twrp
and then I still get the problem with the wizard that the Google play services force close.
Click to expand...
Click to collapse
Actually your right, i did not go through the setup wizard and it wouldn't go through it after the data reset either. i guess for that you may just have to wait till more is ironed out. sorry to mislead you

Related

(ROM)(PORT) MiuiV4 2.9.21 b5r0

** As i don't have HTC Legend anymore, i won't be able to port and share any ROM for Legend anymore. So, anyone are welcome to kang, modified, enhance or whatever you like to this ROM. Just make sure you give appropriate credits ESPECIALLY to the creator of ROM based that i ported over. Best Regards. **
About
As some of you know, several few days ago, i have put an efforts to port Miuiv4 to our device. I'm not a developer, just doing some simple mods but i'm dying to see miuiv4 to run in our device and to see how other device that have similiar hardwares with our legend have motivate me. Now, i have fixed most of the issue and given permissions to share it with you all.
I have put the links to ROM that i take as base so please go there and hit thanks to the respective devs to show our appreciation to their hardwork.
I appreaciate any suggestions but requests are not welcome at all.. I do it for you for free..
Screenshots:
Click to expand...
Click to collapse
Installation
1. Download the ROM zip file
2. Put into your sd card
3. Boot into CWM
4. Do backup (MUST!)
5. FORMAT /boot, /system, /cache, /data if do clean installation. Skip if want to flash on top of 2.7.6
6. Flash the ROM
You also can install from ROM Manager (2.7.6). Thanks to OZNER93 for the testing.
Working Lists (2.9.21):
1. Phone (call/sms)
2. Bluetooth
3. wifi
4. themes (local/online/mixed/backup)
5. camera (normal / panorama)
6. vibrate
7. google account sync
8. play store
9. Miui Toolbox
10. root access
11. screenshot
12. Flashlight (from launcher and from lockscreen
13. Miui Prevent Misuse mode (screen will be locked is prox sensor detected something covering it while phone being unlocked)
14. Google Now tested working. Not included. Get it from its thread
15. Many other upstream Miui features
Not working (2.9.21):
1. everything that doesn't work in cm9 also doesn't work
2. Usb tether
3. Headset
4. please report
Issues+Hints (2.9.21)
1. When applying theme, statusbar doesn't get themed completely, you need to reboot after that
2. When applying statusbar Mod from Miui Toolbox, your statusbar will disappear for a while and your phone seems hang, let it until your phone self reboot.
3. Be sure to clear RAM (long press home button) after do multitasking to avoid random reboot.
4. Total size of internal memory in Settings -> About is not correct.
5. Cursor in composing text for sms is not clearly visible in portrait mode.
6. Launcher
{
"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"
}
1st time boot, it will look weird. Press menu button -> Launcher settings, change grid layout type to 4x4.
Turn off icon shadow to save RAM.
7. Miapps
Backup app is removed from ROM. If you need it, take the apk files attached and push both of it to /system/app/
8. If you keep facing issue after rebooting phone, freeze/remove LBE Guard using titanium backup or using root explorer, it is problematic miapps. I should remove it from ROM by default.
Working Lists (2.7.6):
1. Phone (call/sms)
2. Bluetooth
3. wifi
4. themes (local/online/mixed/backup)
5. camera
6. vibrate
7. google account sync
8. play store
9. miui backup
10. root access
11. screenshot
12. soft nav-bar (enable in ics control panel and do Hot reboot; long press power -> reboot -> Hot Boot and you can rearrange its position in settings -> full settings -> Button -> customize screen key position)
13. adb
14. oc (use third party apps like no-frills cpu)
15. Swipe to clear notifications
16. etc etc.... [lazy mode ;p ]
Not tested (2.7.6):
1. Gps
2. vpn
Not working (2.7.6):
1. everything that doesn't work in cm9 also doesn't work
2. torch (please use third party apps)
3. some options in ics control panel (overscroll effect and app drawer)
4. Usb tether
5. please report
Hints:
A. Turn off animation and set background process limit to "at most 4 processes" in developer options for better performance.Turn off "show rounded corners also might help a little.
B. If you get an annoying popup every time you reboot that saying "export internal data to sd card" as per screenshot below,
this will happen when you try to open Themes while your sdcard still not fully mounted.
To fix it,
1. open root explorer
2. go to /data/sdcard/
3. there will be one empty folder named MIUI (make sure it is really empty first)
4. delete it.
you also can do it via recovery
1. adb shell
2. cd /data/sdcard/
3. rm -r MIUI
now that annoying pop up wont appear again
Change dpi
1. Use root explorer or adb
-from root explorer, go to /system/
-mount r/w
-edit in text editor build.prop
-find ro.sf.lcd_density = 133
-change to 132, or default 160 or whatever value that you prefered
-save changes
-reboot
2.using adb
-pull build.prop
adb pull /system/build.prop
Click to expand...
Click to collapse
-make same changes as above method to it
-push back to /system
adb push build.prop /system/
Click to expand...
Click to collapse
Camera
If camera hang/freezed, go to Settings -> apps -> all, clear data for camera. 1st time launch will take a while. Be patient.
Attached are the Miui Camera. Install as normal app. Load faster but panoramic mode is not working. Upon launching it, turn it off (panoramic mode) from setting.
Credits:
(If i forgot to mention you, PLEASE PM ME to include you)
Miui US Team
zeubea for his CM9 HERE as base
Zackconsole for most parts of the ROM including but not limited to Miui Toolbox, frameworks and SystemUI. One of his thread HERE
Henry_01 for his great Miuiv4 2.7.6 here
OZNER93 for testing installing using ROM Manager
Please if you can, go to their thread and press thanks for them before me..
Download Links:
Current:
2.9.21 b5r0 (mediafire)
MD5 SUM: 124a3ce7b3a9c1b452fa1635cda4ffad
** You can flash it on top of 2.7.6,clear cache and dalvik-cache after flash,no need to clear data, i've done it with no issue at all but if you do face any issue, please do clean install.
Older build (just for references):
2.8.3 Alpha
2.7.6 b4r2 download here
2.7.6 b4r1 download here
mediafire link
CHANGELOGS:
26.09.2012
2.9.21 b5r0
- Miui 2.9.21
- Rebased to CM9 Beta 5
- Theme Manager fixed from Miui base
- Torch fixed
- SMS/MMS composing box for dark themes in portrait fixed
- Camera Panorama mode tested working
16.08.2012
2.7.6 b4r2 (Revision 2)
- NEW sound recorder
- NEW Google Quicksearchbox
- UPDATED Notes
- UPDATED Gallery
- Default dpi (160)
- Normal Play Store
15.08.2012
2.8.3 Multi Language Alpha
- Not recommended for daily use, not tested well.
- dpi set to default (160)
- Rebased to Miui 2.8.3
- Usb mount working using UMS app (included), native not working
- Espanol not fully translated (other language not fully tested)
25.07.2012:
2.7.6 b4r1(beta 4 rev 1)
- based on Zeubea's CM9 Beta 4
- dpi still set to 133 by default
- patched play store
- supersu fixed
- graphics bug fixed
- signal bar bug fixed
- added ics control panel
- camera now load up faster
18.07.2012:
- Initial build.
- Based on Zeubea's CM9 Beta 3
- All system packages taken directly from Henry_01's ROM
- added common tweaks (in init.d and sysctl.conf)
- build.prop tweaks
- Graphics bugs
- Signal status bar bugs
- superuser permission issue
reserved
Thx feed3
I will try to install the rom
What is the difference between your rom to rom Miuiv4 Port For Legend - Beta 1.1
---------- Post added at 05:35 AM ---------- Previous post was at 05:27 AM ----------
I get an error message
"E:error in /sdcard/miui-2.7.6-b4-r1.zip (status 6)
installation aborted."
moshe1974 said:
Thx feed3
I will try to install the rom
What is the difference between your rom to rom Miuiv4 Port For Legend - Beta 1.1
---------- Post added at 05:35 AM ---------- Previous post was at 05:27 AM ----------
I get an error message
"E:error in /sdcard/miui-2.7.6-b4-r1.zip (status 6)
installation aborted."
Click to expand...
Click to collapse
Some issue with updater script. maybe got some intermittances during upload. reuploading again now. so sorry..
The differences are some bugs especially graphics glitches are fixed, supersu fully working, ics control panel added and some other things.
Edit: actually that ROM you asked is mine; my initial build.
Link is up in post #2.. I have reupload, then try to download and install it myself, confirm okay now.. enjoy..
Awesome ROM. Installed it and it's running fine. Will keep you posted if I notice anything unusual
Switched back to CM9 because of the graphic bug in the previous build. Testing this now
feed3 hi
Most of the apps i want to install, from the market, say that they are not compatible with my device
have you tried this? http://forum.xda-developers.com/showthread.php?t=1580827
@feed3: more languages would be awesome
s2e not work for me
moshe1974 said:
feed3 hi
Most of the apps i want to install, from the market, say that they are not compatible with my device
Click to expand...
Click to collapse
Did you wipe data before install? I can confirm it is working fine with me. Try clear data for play store and google services framework.
If you didnt like the custom dpi, how if i create one with normal dpi and normal play store. Anyone want it?
Sent from my Legend using xda app-developers app
moshe1974 said:
s2e not work for me
Click to expand...
Click to collapse
I didnt use it as it will shorten my sdcard life span. But lets see if i can find any spare sdcard and try to find any solution possible.
Sent from my Legend using xda app-developers app
Anyone that want to use miui gallery, it is not perfectly scalled for dpi i set. You might want to try to set dpi to 132, can confirm it is better at that dpi. or use cm stock gallery. When i come back from leave, i will attach the apk.
Sent from my Legend using xda app-developers app
xennr3 said:
have you tried this? http://forum.xda-developers.com/showthread.php?t=1580827
@feed3: more languages would be awesome
Click to expand...
Click to collapse
I think i can pull some lang files from cm for other language but i don't know how for other apk that have been completely translated inside the apk inside as what i have done for miui gb previously. Anyone can help on this matter? Credits will be given to you of course and i will add your name into the logo that you saw in settings -> about phones to show my appreciation to you for helping..
Sent from my Legend using xda app-developers app
feed3 said:
Did you wipe data before install? I can confirm it is working fine with me. Try clear data for play store and google services framework.
If you didnt like the custom dpi, how if i create one with normal dpi and normal play store. Anyone want it?
Sent from my Legend using xda app-developers app
Click to expand...
Click to collapse
1 vote for normal DPI here
Feed 3 ty for fix bugs , please try with miui 2.7.20
Supersu Does not recognize the second partition
CAN'T INSTALL LINK2SD APP
feed3 Hello
How to change CPU speed ?

Unity ROM V2.1.0 NJ1 - S5/S5A 11/08/2014 - DeOdexed/DeBloated/DeKnoxed

Dynamic Kat, KoolKit and ted77usa​Presents​Unity ROM V2.1.0 NJ1 rebuild​
{
"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 ROM is a joint effort put together by @bri315317, @ted77usa and myself. This is the ROM that we believe everyone has been waiting for, it is cross compatible with both the S5 and S5A, is designed to be fast, stable and easily accept mods and themes. Our goal was to provide one ROM that is easily maintained for both devices. It uses a proprietary scripting system designed to detect and correctly configure multiple devices (in this instance the S5 and S5A) it can be expanded to include many more. We hope you all enjoy this ROM and our goal is to make it easier to maintain and support rather than trying to devide our time amongst several different ROMs.
Click to expand...
Click to collapse
The following issues may be encountered:
1. Fingerprint scanner sensitivity may be encountered when attempting to change secure lockscreen type
if this is encountered the alternate password still works to allow access.
2. Screen on notification for text messages even though a toggle is included may not work properly.
3. Bluetooth devices may disconnect on outgoing or incoming calls (not reproducable by me)
one user reports no problems with BT, one user reporting this issue. even tho i have only the one
report i am amaking mention of this issue here as it is a definite nuisance.
Click to expand...
Click to collapse
Code:
[B][U]Features[/U][/B]
Unique Multi-Device Setup
Based on International G900F XX__NJ1 firmware
Carrier branding removed
Carrier IQ Free (Check screenshots for verification)
All OTA removed (no fear of updates)
De-Odexed
De-Knoxed
Custom KoolKit init.d Support
Fast Launcher thanks to @bri315317
Pull-Up for magazines @bri315317
Graphics @ted77usa
Permenant Device Status Official
xPosed proof feature.xml
100% compatible with S5 and S5A
SMS/MMS delivery reports
SMS/MMS display on toggle
SMS/MMS save/restore
3minit battery mod
KoolKit Performance enhancements
Scrolling cache disabled
Media and streaming improvements (build.prop)
Developer options enabled by default
App_Ops enabled (application permissions)
Reboot to SS Recovery
Special Note:
1. Private Mode - Has been removed from the build, without the accompanying knox components Private Mode remains non-functional. I know that there are ROM's out there with Private Mode working however, I have not had time to research exactly what is required in order to make it play well with custom ROMs it is possible that it just requires the missing folder structure and nothing more but I have not had time to delve into that as of yet. In deference to performance and functionality most accompanying code has been removed.
2. A.R.T. Runtime - A.R.T. runtime even on a good day is tempermental at best, Google did not intend it to be any type of daily use environment and since this ROM is de-odexed the system has a dificult time handling the conversion process from Dalvik to A.R.T. therefore I have chosen to temporarily disable this feature through the developer options in settings. All of the code for this feature still exists within the ROM itself and can be turned back on fairly easily, my intentions are to wait until Google decides if this is going to be mainstream or drops it from use.
Major enhancement to the flashing process
I have included custom scripts that are called during the flash process (I originally wrote and implemented these in the HTC forums). These scripts in conjunction with the updater-script are able to better handle the process of wiping /system and /data and also include the automatic backup and restore of all user level apps from /data/app. The scripts intentionally ignore all coresponding application data backing up only the core apk itself. this offers you a completely clean start from scratch not only for all system apps but all of your personal apps as well. Now when flashing there is no more need to remember to wipe data or system just copy the zip to your sdcard, reboot to SS Recovery and flash and your done.
Click to expand...
Click to collapse
Code:
[B][U][SIZE="4"][COLOR="Red"]FLASH INSTRUCTIONS[/COLOR][/SIZE][/U][/B]
1. Copy the download to your [B]external sdcard[/B] (if you have one)
2. DO A BACKUP FIRST
3. DO A BACKUP FIRST (if unsure see step 2)
4. Reboot to SS Recovery
5. Flash to "Stock Rom" Slot (DO NOT USE ROM SLOTS YET)
6. Reboot your device and complete the initial setup
7. Enjoy!!!
Code:
[B][U]V2.1.3 NJ1 OTA Update Only[/U][/B]
Updated Superuser to v2.45
Added safemode reboot to EPM
Added flashlight toggle to quicksettings
[B]NOTE;[/B]Flashlight toggle requires full wipe [B]or[/B]
Using "SQLite Editor" from playstore, open /data/data/com.android.settings.provider
/databases/settings.db, search in "system" for notification_panel_active_app_list
and add "Flashlight;" to the end of the list
a few DNS build.prop tweaks
SafeStrap themed (splash screen and TWRP UI)
OTA-Updater.apk updated
busybox updated to 1.23.0
Minor RIL tweaking to increase LTE stability
Opened up multiwindow to all app drawer apps
Added CPU Core monitoring in ongoing notifications
Removed CPU MHZ from expanded status bar
others i may have forgot
[B][U]V2.1.0 NJ1[/U][/B]
Complete rebuild from NJ1 source
fixed camera mode issue for Active
fixed bluetooth headset issue
fixed stability issues
performance enhancements
[B][U]V2.0.1 PATCH[/U][/B]
[B]PATCH ONLY DO NOT WIPE[/B]
[B]FLASH IN RECOVERY, WIPE CACHE DALVIK-CACHE, REBOOT[/B]
Some system apps updated
Google Apps updated
Settings menu re-arranged
Koolkit extras are now under the developer options in Settings
S5A - FC in active key settings fixed
S5A - Assigned shortcuts fixed (Not Confirmed)
SuperSU updated to 2.14 (fixes Rom Slots)
[B][U]V2.0.0[/U][/B]
Re-Based on latest NI2 firmware
all previous fixes
added download saveas
crt animations
smooth
fast
stable
[B][U]V1.1.0[/U][/B]
Dark Dialog Fix
OM Customize fix
WiFi Password fix
Cleaned up unneeded CSC files
APN Enhancements
All around system cleanup
[B][U]V1.0.0[/U][/B]
Initial Release
NOTICE:
Dynamic Kat ROMs and KoolKit ROMs are not responsible if you blow up your house, your dog eats your
homework, the zombie apacolypse, your wife/husband divorcing you or if your device turns into an unrecognizable
smoldering pile of plastic. by reading this you agree to take all responsibility for any damage you do to the
universe, your device, your marriage or your failing grades in school or college.
Click to expand...
Click to collapse
Patches, Mods and alternate downloads will be in post #2​
Code:
[B][SIZE="4"][COLOR="Red"]Thanks:[/COLOR][/SIZE][/B]
ted77usa - for graphics
bri315317 - for colaborating and providing the key components in this ROM
berniesteven, s5freak, ALLDAT, LuckyColdJohnson - for testing and pointing out needed fixes.
@berniesteven - Activity zone screenshots
[B]3minit battery mod[/B] - [user=4619873]@gharrington[/user] all recognition for this mod make sure you visit his thread and click on his thanks button [B][URL="http://forum.xda-developers.com/showthread.php?t=2799958"]Original thread located here[/URL][/B]
[user=3065070]@goldie[/user], [user=4469503]@RErick[/user] and [B]Team Alliance[/B] for the reboot to SS Recovery thru power menu mod
[user=1042140]@tdunham[/user], [user=1167171]@rompnit[/user] for all the mods that where used as a basis for this rom
[user=3280118]@geohot[/user] for root
[user=4243514]@Hashcode[/user] for SafeStrap (Woohoo freaking awesome)
If I have missed anyone please let me know so i can add you to the thanks list
Donations are not required but are much appreciated, all donations go back into ROM Development and hosting costs.​
Code:
[B][U]Donators List[/U][/B]
@XRange
@anl2304
@LuckyColdJohnson
@nemiroG1
@draexo
@azmexmike
​
Unity ROM Q&A Thread​
Bug Reports​
XDA:DevDB Information
Unity ROM, ROM for the AT&T Samsung Galaxy S 5
Contributors
cstayton, bri315317, ted77usa
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: G900FZHU1ANI2
Version Information
Status: No Longer Updated
Current Stable Version: V2.1.0
Stable Release Date: 2014-11-08
Created 2014-09-07
Last Updated 2015-05-04
Reserved
Alternate download #1
Alternate download #2
DevDB Download Page​
Missing Safe Mode Patch
Adds Missing reboot to safe mode to version 2.1.3 OTA Package
download to sdcard and flash in recovery then reboot
Signed_safemode_patch.zip
Disable StatusBar Notifications
Disables Volume/Bluetooth/Alarm Notifications
Frees up valuable space in status bar
Cleaner look less clutter
Download Disable_statusbar_notif_NJ1_signed.zip
Themed SafeStrap
New SS Splash Screen
New UI for SS Recovery
Sorry no screen shots yet.
Flash in recovery, while still in recovery go back to home screen,
choose advanced then choose reload theme
SafeStrap_Themed.zip
Re-enable QMG Bootanimation
Re-enable_QMG_bootanimation.zip
Patch for T9 Dialing issues
Thanks to @bri315317
T9 Dialing Patch
WiFi always prompting for password FIX:
To Fix the WiFi password issue:
using a root explorer (esfile explorer is included in the rom)
browse to /system/build.prop
open it for editing
scroll down until you find this line
ro.securestorage.support=true
delete the entire line and save the build.prop then reboot your device.
Fix OM customize has stopped on boot up:
Using a root browser,
delete /system/csc/omc.xml
Delete /system/priv-app/Omc.apk
Fix for light dialog with light text
Download and flash in safestrap
DarkDialogFix.zip
Enable all lockscreen widgets even on secure - V2.0.0 and up NI2 Build ONLY
You must set up your widgets from the swipe (unsecure) lockscreen I still have not found
the correct smali edit to enable adding while on secured lockscreen. Once you have them set up
they will display fine.
LockScreenWidgets_Enable_Unity_NI2.zip
3minit battery Return To Stock - NG3 build only
3minit_ReturnToStock.zip
LG G3 Keyboard Installer - thanks goes to @Cloudyfa Original author and mod is here:[MOD][PORT] LG G3 Keyboard
Cloudy_G3Keyboard_v2.zip
LG G3 Keyboard Un-Installer - NG3 build only
Cloudy_G3Keyboard_v2_Uninstall.zip
SystemUI with Data Rate display in Status Bar - NG3 build ONLYCredit goes to @Dzol Cp for this mod
DataRate_Display.zip
ScreenShot:
Note 4 Lockscreen + Weather icon update - V2.0.x builds only
Credits for note 4 lockscreen go to @ksr007 - Original thread HERE
DOWNLOAD - Note4_Lockscreen+.zip
Note 4 Lockscreen + Weather icon update - V2.1.x builds only
DOWNLOAD - Note4_Lockscreen_NJ1.zip
Screenshot:
Enable Unity V2.1.0 OTA Features
How to enable OTA for Unity ROM V2.1.0​(NOTE: Do Not Apply this patch unless you are on V2.1.0)​
More Information and Do-It-Yourself Instructions found Here​
Code:
1. Download the "Enable_Unity_OTA.zip file [B][URL="https://www.androidfilehost.com/?fid=95784891001613257"]!!HERE!![/URL][/B]
2. Copy to your External SD Card
3. Reboot to SafeStrap Recovery and flash the package
4. When your device reboots give it a couple minutes to settle
5. Open the OTA Updater app (it should tell you there is one update to apply)
6. Download the update and when completed choose "Flash"
7. You can choose to backup your ROM first or wipe cache and flash
8. [B][COLOR="Red"]!!DO NOT WIPE DATA!![/COLOR][/B]
9. When your device reboots you are done.
Code:
This is the initial release the application has been completely
re-written from the originating developers source located @ [B][URL="https://github.com/OTAUpdateCenter/ota-updater-2.0"]OTAUpdateCenter[/URL][/B]
there may be additional changes as I re-write other portions of the code.
There are a couple things to be aware of with this release listed below:
1. Upon initial flash you may be rebooted in to stock SS recovery just reboot
and flash again
2. There is a download notification bar that does not close and may
FC if you click on it
3. See the [B][COLOR="Red"]screenshots below[/COLOR][/B] click on the [B][COLOR="Gray"]"X"[/COLOR][/B] to close without FC's.
Screenshots
NOTICE:
Code:
The OTA update that will be applied with this initial release contains the
following fixes.
1. SMS/MMS Screen on notification toggle
This patch will update the ROM version in OTA ONLY
ROM Version in about settings will remain V2.1.0
To report issues with the OTA environment please use the
Unity OTA Feedback link on the about page of OTA-Updater
or go [B][URL="http://forum.xda-developers.com/showpost.php?p=55301676&postcount=1"]HERE[/URL][/B]
Thanks​
Code:
[B]@ALLDAT, @berniesteven, @Jbluedodge, @LuckyColdJohnson, @s5freak[/B]
for all of the testing that was done in order to make sure that the best
product possible could be delivered to the members of this community.
The developers of OTA-Updater.apk for the original code from which to work with
and @Khrimzunn for giving me the [B]Boot in the A$$[/B] to actually get going on this.
Code:
[B][U]Changelog OTA-Updater.apk[/U][/B] - [B]V2.0.8[/B]
More cleanup of smali and java code
Fixed Download Notification random display issues
Cleaned up all menus
Good timing... Needed something fun to do along with watching football!
Sent from my SAMSUNG-SM-G870A using XDA Free mobile app
Reserved for Future Development
Reserved for awesomeness.
Reserved for sickness
This is mine ....thanks ....wooooooooooohoooooooooo
Enviado desde mi SM-G900A mediante Tapatalk
Wow...awesome. I'm gonna try it out.
when I see this and then look at mine i realize I have a long way to go.
Nickovtyme said:
Wow...awesome. I'm gonna try it out.
when I see this and then look at mine i realize I have a long way to go.
Click to expand...
Click to collapse
no worries @Nickovtyme we all started somewhere and your doing great dont get discouraged you'll get there.
cstayton said:
no worries @Nickovtyme we all started somewhere and your doing great dont get discouraged you'll get there.
Click to expand...
Click to collapse
Oh no worries...I was kidding anyway.
This...this is epic.
Awesome. Been running stock international on My AT&T S5 and I'm bored lol
Awesome
Looking forward to it
Looks like an awesome rom to me guys. [emoji106] [emoji16]
@cstayton thanks for the mention my friend I greatly appreciate it very much.??
"You stay classy San Diego"
Sent from my XKromeLimitedGoldG900A
s5freak said:
@cstayton thanks for the mention my friend I greatly appreciate it very much.??
"You stay classy San Diego"
Sent from my XKromeLimitedGoldG900A
Click to expand...
Click to collapse
Yes, me too. Thanks for the mention. I forgot my manners.
SM-G870A Peace
Cannot wait!
s5freak said:
@cstayton thanks for the mention my friend I greatly appreciate it very much.??
"You stay classy San Diego"
Sent from my XKromeLimitedGoldG900A
Click to expand...
Click to collapse
Thank you as well and thanks for the great Rom
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Oh goodie.. the triplets, except you guys are winning.. Lol...
dippin from my?XKromecustom s5..Boom ????
Awesome ROM
Love the ROM! Thanks for all the hard work. One thing I did notice is that when I reboot the phone, WiFi disconnects and I have to type in the security key again each time. Other than that no problems!

[UB][TX][L] CyanogenMod 12.1 Homebuild

CyanogenMod is a free, community built distribution of Lollipop which greatly extends the capabilities of your phone.
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.
*/
This is a highly experimental and unofficial build of CM12 on Xperia TX.
Note that this may be unstable, not booting, missing in features or anything else. Flash at your own risk!
NOTE(20150522):
I got a new phone weeks ago, so TX won't be my daily driver anymore. And this ROM will be discontinued due to limited time and energy. Thanks for your support.
Known bugs:
See post #2
"About phone" screen:
{
"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"
}
Installing instructions:
Flash the ZIP package as usual, then flash the kernel file via fastboot.
A full wipe is recommended before the installation, even if you are coming from last version of CM12.
OLD WAY FOR .IMG FILES:
1. Unzip the system and kernel image
2. Boot the phone into fastboot mode
3. fastboot -i 0xfce flash system system.img
4. fastboot -i 0fxce flash boot boot_f.elf
5. fastboot -i 0xfce reboot
6. Get into recovery at once and wipe data & cache
7. Reboot. The first boot may take very long time.
DESCRIPTION ABOUT INTERNAL STORAGE PERMISSION
ATTENTION:
CM has changed owner of internal storage to 1023:1023 (media_rw:media_rw). This is the default value in AOSP, but different from the one in Sony stock ROMs. I'm considering changing to 1023:1023 in my unofficial builds as well, but I want to hear your opinion first.
Advantage of 1023:1023 is: it's default in AOSP, using this will solve some problems in AOSP-derived ROMs (e.g. moving apps to sdcard may fail with "insufficient space" error. And maybe some more...)
Drawback of 1023:1023 is: it's incompatible with other ROMs. If you switch to other ROMs without changing owner back, you won't be able to write into internal storage, just like those who formatted int storage in 5.0 or recovery.
Advantage and disadvantage of 2800:2800(Sony stock) are the the way round... better compatibility but cause problems with AOSP.
(Changing owner only takes a few lines of code. That's easy)
So which one do you prefer? 1023:1023 or 2800:2800? Please leave your opinion in the reply. Thanks~
20150312- have 2800:2800. 20150319+ have 1023:1023.
Click to expand...
Click to collapse
Download:
NOTE: sdcard owner has been changed to 1023:1023 since 20150319.
If you want to switch to other ROMs, remember to do this before you flash in order to get a writable internal storage.
Code:
su
busybox chown -R 2800:2800 /mnt/media_rw/sdcard0
20150521
https://drive.google.com/file/d/0BwkmhbR5VHpAQmNhWE9IcUJYRXM/view?usp=sharing
OLD VERSION:
20150514
https://drive.google.com/file/d/0BwkmhbR5VHpAOUp0VzJva3BabjA/view?usp=sharing
20150508
https://drive.google.com/file/d/0BwkmhbR5VHpAS3JqdW9YWUkyVms/view?usp=sharing
20150501
https://drive.google.com/file/d/0BwkmhbR5VHpARUFLdTlXM090Zk0/view?usp=sharing
20150424
https://drive.google.com/file/d/0BwkmhbR5VHpAeEhJeC1WcFVYYVk/view?usp=sharing
20150418
https://drive.google.com/file/d/0BwkmhbR5VHpASjIxbVBYQ2R3am8/view?usp=sharing
20150410
https://drive.google.com/file/d/0BwkmhbR5VHpARzBIaFIwbE5Qak0/view?usp=sharing
20150404
https://drive.google.com/file/d/0BwkmhbR5VHpAYmdPLUd2UGNBbTg/view?usp=sharing
20150402
https://drive.google.com/file/d/0BwkmhbR5VHpAVkxWRmx0bWh4X2s/view?usp=sharing
20150325
https://drive.google.com/file/d/0BwkmhbR5VHpAcjdRNU11NUpEanM/view?usp=sharing
NOTE: Screen will go out if brightness is set to minimum. Fix is in the attachment (lights.msm8960.so.zip) Extract this to /system/lib/hw and it will be OK.
20150319
https://drive.google.com/file/d/0BwkmhbR5VHpAWWtCQ1FEOHVaMms/view?usp=sharing
20150312
https://drive.google.com/file/d/0BwkmhbR5VHpAWnM2RnNzVXFwbUk/view?usp=sharing
Rec and permission fix: https://drive.google.com/file/d/0BwkmhbR5VHpAV0ZPUW9RZjF1RXM/view?usp=sharing
Step 1. FIash the ROM zip
Step 2. Flash kernel in fix
Step 3. Put system folder in fix.7z to the phone
(IF YOU HAVE FLASHED BEFORE APPLYING FIX) Step 4. Execute these commands in adb shell/Terminal Emulator
Code:
su
chown 2800:2800 /mnt/media_rw/sdcard0
If you find these instructions hard to understand, you may try this flashable zip by Antiga Prime. Thanks!
20150302
https://drive.google.com/file/d/0BwkmhbR5VHpAa0ZtSXQ5UUxuQ2M/view?usp=sharing
20150128
https://drive.google.com/file/d/0BwkmhbR5VHpARW0xQkswWE5aOWs/view?usp=sharing
20150123
https://drive.google.com/file/d/0BwkmhbR5VHpAM0c2SHd5TzVlems/view?usp=sharing
20150110
https://drive.google.com/file/d/0BwkmhbR5VHpAWkUyTHhqS1M1Nnc/view?usp=sharing
20150103
https://drive.google.com/file/d/0BwkmhbR5VHpANi1UVG1YbVJoQlk/view?usp=sharing
Kernel with TWRP bug fixed: https://drive.google.com/file/d/0BwkmhbR5VHpATjBvblRBU05VbXM/view?usp=sharing
20141226
https://drive.google.com/file/d/0BwkmhbR5VHpANFhTdzQyQTJEUmc/view?usp=sharing
No more separate kernel
20141219
System: https://drive.google.com/file/d/0BwkmhbR5VHpAX25JbXFVRWJxMjQ/view?usp=sharing
Kernel: https://drive.google.com/file/d/0BwkmhbR5VHpAWE5jQUc5aFR2Q28/view?usp=sharing
Cyanogen Recovery is able to install from internal storage now, but it requires signature verification. The kernel file contains Cyanogen recovery without that verification process. Next time this will be merged into system zip file and there will be no more standalone kernel image.
20141212
Kernel: https://drive.google.com/file/d/0BwkmhbR5VHpAYktOYTA1RnJtam8/view?usp=sharing
System: https://drive.google.com/file/d/0BwkmhbR5VHpAZXRockhtY1V0STA/view?usp=sharing
20141207
System: https://drive.google.com/file/d/0BwkmhbR5VHpAcFVYUWpwenhrVnc/view?usp=sharing
Kernel: https://drive.google.com/file/d/0BwkmhbR5VHpAbUF0LVAybm9ZVGs/view?usp=sharing
20141205
System (Google Drive): https://drive.google.com/file/d/0BwkmhbR5VHpAX2VaNUdPUUtTVU0/view?usp=sharing
My removable disk is not with me at this moment, so I couldn't make a TWRP included kernel. Kernels from previous versions should be compatible though.
Kernel (Google Drive): https://drive.google.com/file/d/0BwkmhbR5VHpAUVp2azBRX1VRR28/view?usp=sharing
20141203
Kernel (Google Drive): https://drive.google.com/file/d/0BwkmhbR5VHpAUXA1OXFnakZOZ0U/view?usp=sharing
System (Google Drive): https://drive.google.com/file/d/0BwkmhbR5VHpAbXhXVDRpOFFQQ2s/view?usp=sharing
20141130
System: http://pan.baidu.com/s/1o6LWX5K
Google Drive: https://drive.google.com/file/d/0BwkmhbR5VHpAQjdUcG1RbGxmQms/view?usp=sharing
Kernel: http://pan.baidu.com/s/1gdovtnl
Google Drive: https://drive.google.com/file/d/0BwkmhbR5VHpAcW1GbmF6cVRNSEU/view?usp=sharing
NOTE: Build time and CyanogenMod version in About Phone are not changed. They will when I get enough time to make a clean build.
20141128
System: http://pan.baidu.com/s/1qWCzw4W
Google Drive: https://drive.google.com/file/d/0BwkmhbR5VHpAdUtabGdVblJ3Njg/view?usp=sharing
Kernel: http://pan.baidu.com/s/1qWwQuhm
Google Drive: https://drive.google.com/file/d/0BwkmhbR5VHpAbFo5UDM1VzJSRjA/view?usp=sharing
No standalone kernel from now on. CM's custom recovery has been included (and it's tap-able )Seems not finished yet.
And Superuser has been integrated as well. No need for other apps.
20141127
System ZIP: http://pan.baidu.com/s/1jG3inaQ
Kernel: http://pan.baidu.com/s/1mgBlDgs
Google Drive mirror(kernel): https://drive.google.com/file/d/0BwkmhbR5VHpAYVdMNXVEZDNXZEk/view?usp=sharing
Google Drive mirror(system): https://drive.google.com/file/d/0BwkmhbR5VHpAeGJlakhLc3lYNGM/view?usp=sharing
(Included a unit test app for messaging by mistake, just delete it)
20141125:
System ZIP: http://pan.baidu.com/s/1mgkho5E
Kernel: http://pan.baidu.com/s/1bnm1xV5
20141121:
System ZIP (Recovery flashable): http://pan.baidu.com/s/1i37nOTf
Kernel (Flash after the system - reboot to bootloader in Recovery after flashing the zip above): http://pan.baidu.com/s/1pJHQYld
Initial ver
System image: http://pan.baidu.com/s/1B5Ofk
Kernel: http://pan.baidu.com/s/1nt0ua9N
Device specific sources are on my GitHub (updateing), and kernel is built on kernel-msm repo listed there.
Changelog (FROM UPSTREAM)
20150521
FM Transmitter enabled (it's so lucky that (it seems) only our device fully supports it)
20150514
->post #2
20150508
mainly upstream changes
20150501
->post #2
20150424
Android 5.1.1
-> post #2
new WiFi driver
20150418
workaround about flickers in some apps -> post #2
20150410
-> post #2
20150404
goodbye Microsoft
try to fix abnormal record of battery comsumption of mobile network
20150402
first Android 5.1 build
20150325
Xperia logo functions normally when a notification is cleared when screen is off
20150319
changed internal storage permission to 1023:1023
upstream changes
-> post #2
20150312
upstream changes. (one noticable feature: LiveDisplay)
20150302
upstrem changes
added a FM radio app, but it's not working now.
20150128
-> post #2
mostly upstream features and fixes (new wallpaper, setup wizard, etc)
20150123
-> post #2
theme engine (upstream)
no more sudden change of brightness when turning screen off
SELinux enforcing (mostly upstream with minor changes for TX)
more customization
20150110
mostly upstream changes
20150103
TWRP included (built from source, not a copy of Kitkat kernel. I didn't realize CM Recovery was not meant for custom ROMs...)
-> post #2
20141226
Android 5.0.2
USB Mass Storage support (Settings-Storage-(3dot menu))
-> post #2
20141219
-> post #2
weather shown in status bar
Gallery is materialized
Battery icon selection
20141212
-> post #2
more materialization
icon fixes
20141207
some features from upstream, such as vibrator intensity control
show network mode in network search result
-> post #2
20141205
Mostly upstream fixes, e.g. appearance of Settings app, clickable time & date
Reduced some unused kernel modules
Select dlmalloc as memory allocator. It's jemalloc in previous versions, but fusion3 have dlmalloc choosen. Let's see what will happen... (seems smoother)
20141203
Android 5.0.1
fix: (post #2)
20141130
upstream fixes and new features
TEST: one case about working GPS in post #2
20141128
fix: (in post #2) and some info about GPS
new: CM's handsome recovery
new: integrated Superuser
20141127
fix: (in post #2)
20141125
fix: (in post #2)
new: Message app
new: a small number of personalization settings (quick pulldown etc)
20141121
fix: data and WiFi icon movement
fix: no audio
fix: NFC Service FC
fix: Download / Documents / Call History FC
new: full set of fonts
new: multi user support / Guest Mode
Credits:
Finally thanks CyanogenMod team who merged sources so quickly, and Sony who made all this happen, and a lot more on Gerrit who helped me solve the compliation errors.
One possible bug: no sound. Extract the attached file to /system/etc
If there's nothing wrong, you can ignore this. I can't remmeber if I inlcuded this in the system image...FIXED in 20141121
BUG #2: NFC Service FC after boot. -> Delete /system/etc/permissions/android.hardware.nfc.hce.xml via Recovery (mount /system first)FIXED in 20141121
BUG #3: GApps not working -> Try Gapps in this post
BUG #4: Download and Call History FC.FIXED in 20141121
BUG #5: WiFi hotspot doesn't turn on.FIXED in 20141125
BUG #6: Camera stops working after switching user. -> Delete /data/camera/cache_data.dat and (in terminal emulator) su && pkill mediaserver DIRTY FIX in 20141127
BUG #7: GPS satellites are found but can't get lock -> PLEASE TEST! After every step, try if it can get a lock in 2 mins. If not, do next step and reboot.
1. Add "QUIPC_ENABLED=0" at the end of /etc/gps.conf <- Some successful reports.
2. Set "INTERMEDIATE_POS" to 1, uncomment "ACCURACY_THRES", and set "ACCURACY_THRES" to 1000 (this is the target accuracy - choose as you like)
3. Comment out ACCURACY_THRES STEP 1 INCLUDED SINCE 20141203
BUG #8: Contacts -> Menu -> Import/Export -> Import from storage FC FIXED in 20141125
BUG #9: Dialer -> Call History -> Menu -> Clear Call Logs -> (Select some) -> OK FC FIXED in 20141125
BUG #10: FC when receiving SMS via native Messaging app. Hangouts works though. EMERGENCY FIX: http://pan.baidu.com/s/1gdeRIbL push to /system/priv-app/Mms FIXED in 20141127
BUG #11: Moving 2 apps to internal storage will fail on the second one. SEEMS FIXED (20150123)
BUG #12: Call diverting can't be set After many tries I found this was not a bug of this ROM. It's the network operator to blame. I inserted my SIM to an ancient Nokia and it couldn't set call diverting either. And when I inserted an SIM which had been confirmed that call diverting was working, the settings in this ROM would also work without any problem.
BUG #13: Hanging up when an outgoing call is still ringing will cause Dialer FC. -> Put http://pan.baidu.com/s/1gd28sjp into /system/priv-app/DialerFIXED in 20141128
BUG #14: Audio quality over Bluetooth is terrible. The sound is "slowed down" and pops over time. This fixes A2DP audio quality, but causes phone calls to fail when BT headset is connected. So if you use this phone and BT headset/carkit as daily driver, please replace /system/etc/audio_policy.conf with the one in previous version (or the one in attachment) INFO(FROM 20141219)Bluetooth call and music are all OK now, but there's something that has to be done in order to get music working: make a call when BT headset is connected. You can call any self-service number and hang up after connected. Otherwise the audio quality will still be terrible...
BUG #15: FC when selecting Clock -> Alarms -> (select profile) FIXED in 20141203
BUG #16: Error when finishing manual search for mobile networks FIXED in 20141203
BUG #17: After receiving MMS, default Messaging app will crash. (Hangouts is working) FIXED IN 20141207
BUG #18: Volume keys are not usable when screen is off.Works as we expect now.
BUG #19: User switching is broken (reboot and cannot switch to desired user) Can't reproduce this on 20150103
BUG #20: BT audio is broken... again.(just as well that this only happens when NuPlayer is is use. - I doubt whether we should use this on this old hardware platform) -> Turn NuPlayer off in Development Settings, then look at BUG #14
BUG #21: Music files on int/ext sdcards can't be selected as ringtone (plays a beep). Turning SELinux to permissive solves this.REPORTED FIXED in 20150514, don't know when it got fixed
BUG #22: FM Radio produces no sound.FIXED in 20150514. Note that FM will still remain on when you remove the headphones but no signal can be picked up under such circumstance.
BUG #23: USB Mass Storage is not working. Shows a drive w/o disc on PC. FIXED in 20150319
BUG #24: (Android 5.1) Glitches in some apps, e.g. Fuubo (a Sina Weibo client) (gone with battery saver activated. The animation is still shown but no glitches) WORKAROUND: Add this line to build.prop debug.hwui.render_dirty_regions=false FIXED in 20150424
BUG #25: Mute and hold button in call screen are missing/disabled FIXED in 20150410
BUG #26: Due to new WiFi driver, MAC address will be changed. Will fix in next build. FIXED in 20150501
Amazing! Thanks a lot!
I've sold TX months ago. Now I have a Xperia T. I hope I can try a Lollipop T ROM soon!
DS-1 said:
Amazing! Thanks a lot!
I've sold TX months ago. Now I have a Xperia T. I hope I can try a Lollipop T ROM soon!
Click to expand...
Click to collapse
Thanks for your support
Oh, no: thanks to you! You're doing something really special for our abandoned phones!
By the way, I can't try it on my T, but how's the first feeling with this new rom? What are your first impressions?
updateing said:
Thanks for your support
Click to expand...
Click to collapse
updateing said:
One possible bug: no sound. Extract the attached file to /system/etc
If there's nothing wrong, you can ignore this. I can't remmeber if I inlcuded this in the system image...
BUG #2: NFC Service FC after boot. -> Delete /system/etc/permissions/android.hardware.nfc.hce.xml via Recovery (didn't pack this in...)
Click to expand...
Click to collapse
Thanks for the rom. I can't find /etc/permissions/android.hardware.nfc.hce.xml, when I go into file manager from recovery only system/bin is shown, what to do?
icALASAD said:
Thanks for the rom. I can't find /etc/permissions/android.hardware.nfc.hce.xml, when I go into file manager from recovery only system/bin is shown, what to do?
Click to expand...
Click to collapse
Mount system partition via recovery before entering aroma file manager. :good:
@updateing
Great work!! Gonna give this a shot for XV :good:
Will try to compile with your sources on git. Any recommendations?
WhiteNeo said:
Mount system partition via recovery before entering aroma file manager. :good:
@updateing
Great work!! Gonna give this a shot for XV :good:
Will try to compile with your sources on git. Any recommendations?
Click to expand...
Click to collapse
Thanks, it works.
I've installed PA GApps for Android 5.0 and I'm getting a few app crashes here and there. Downloads/Documents doesn't work at all, Google+ can't connect to the server for some reason, Play Newsstand crashes (downloaded from Play Store) and few things like that. Should I be posting these bugs? Are they rom related or is it because of GApps package?
Also, root works. I'll wipe everything and clean install GApps, see how it goes. Everything crashes for some reason right now.
icALASAD said:
Thanks, it works.
I've installed PA GApps for Android 5.0 and I'm getting a few app crashes here and there. Downloads/Documents doesn't work at all, Google+ can't connect to the server for some reason, Play Newsstand crashes (downloaded from Play Store) and few things like that. Should I be posting these bugs? Are they rom related or is it because of GApps package?
Click to expand...
Click to collapse
Might try the gapps from here.. Link
In other devices' forums, I have read about rom-related issues with certain google apps. So might possibly be rom related..
A logcat of the issues might come in handy.
WhiteNeo said:
Might try the gapps from here.. Link
In other devices' forums, I have read about rom-related issues with certain google apps. So might possibly be rom related..
A logcat of the issues might come in handy.
Click to expand...
Click to collapse
Downloading this right now, I'll see how it goes and let you know asap.
---------- Post added at 09:38 PM ---------- Previous post was at 08:38 PM ----------
Hmm... Downloads/Documents doesn't seem to work. I've cleaned everything and installed rom and gapps from scratch, music didn't work at first, but then I applied the fix and it's working now, DSP manager started working too. Every crash I had seems to be gone, for now at least. Only problem remains Downloads, tried cleaning data, but doesn't help. SuperSU BETA did work, I was able to root it by just flashing zip in recovery. All in all this rom's pretty stable considering that it's an experimental for now.
Also multiple users doesn't work, when you click on that profile icon in the right corner of notification dropdown it just opens up your LOCAL profile, not even the Google one.
---------- Post added 21st November 2014 at 12:03 AM ---------- Previous post was 20th November 2014 at 11:10 PM ----------
And also this
---------- Post added at 12:54 AM ---------- Previous post was at 12:03 AM ----------
Also dialer crashes when I go to history tab.
icALASAD said:
Downloading this right now, I'll see how it goes and let you know asap.
---------- Post added at 09:38 PM ---------- Previous post was at 08:38 PM ----------
Hmm... Downloads/Documents doesn't seem to work. I've cleaned everything and installed rom and gapps from scratch, music didn't work at first, but then I applied the fix and it's working now, DSP manager started working too. Every crash I had seems to be gone, for now at least. Only problem remains Downloads, tried cleaning data, but doesn't help. SuperSU BETA did work, I was able to root it by just flashing zip in recovery. All in all this rom's pretty stable considering that it's an experimental for now.
Click to expand...
Click to collapse
Yes the download manager and dialer are confirmed bugs. I'll sync and make a new build to see if they are fixed.
I'll try adding multi-user support in this build.
You really keep the hard work @updateing
=)
Thank you for bring Lollipop taste to TX user
xD
Wi-Fi icon moves back and forth in status bar when little arrows show up and in Settings some menus have the same icon, like 'Buttons' and 'Home' have the same house icon, also 'Profiles' and 'Location' both have location icon.
icALASAD said:
Wi-Fi icon moves back and forth in status bar when little arrows show up and in Settings some menus have the same icon, like 'Buttons' and 'Home' have the same house icon, also 'Profiles' and 'Location' both have location icon.
Click to expand...
Click to collapse
Will fix in next build. Thanks!
EDIT: wait for upstream to fix the icons in settings...
Great....we have Lollipop build....
i will try it when the bugs is not affecting much on my daily usage
Thanks for the update. Should I install it on clean phone or just upgrade? Also camera button doesn't work
Sorry, but is there any firm hope that we will have this on T (mint)?
tajimura said:
Sorry, but is there any firm hope that we will have this on T (mint)?
Click to expand...
Click to collapse
I am asking myself the same. There are some roms T/TX compatible. Out World be great having Android L on XT.
tajimura said:
Sorry, but is there any firm hope that we will have this on T (mint)?
Click to expand...
Click to collapse
mint is officially supported by CM, don't worry

[OFFICIAL] OxygenOS Android 10 Open Beta 3 for OnePlus 5 (cheeseburger)

{
"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"
}
ANNOUNCEMENT​Hey everyone,
Here is the third Android 10 Open Beta build for the OnePlus 5/5T.
Changelog:
Code:
[B]System:[/B]
• Optimized the system icons in UI of call recording, start-up animations, mobile signal, etc.
• Fixed the bug with access to audio tuner after connecting the earphones
• Fixed the issue with unwanted muting of calls in Google Duo
• Fixed the bug with sending and receiving the messages while registering or activating UPI accounts
• Improved system stability and fixed general bugs
[B]Camera:[/B]
• Improved the stability of camera
[B]Wi-Fi and Internet:[/B]
• Optimized Wi-Fi transfer speed display in network details
• Disabled Airtel VoWiFi
Explore what's new on Android 10 here.
Notes:
• OnePlus Switch cannot back up data stored in lockbox, it is recommended to move the lockbox data out or save it to other equipment to avoid data loss.
• After this update, the backups from OnePlus Switch may not show up. You can fix this issue by updating to the latest OnePlus Switch version from the Play Store.
• Please keep in mind that this is beta software. These builds are not as stable as our official OTAs. By installing this update, you accept the potential risks. As always, please share your feedback through https://forums.oneplus.com/feedback/. For more information on submitting bugs or suggestions, please refer to the How to Report a Bug thread and feel free to share your product suggestions via the Community App.
• If you don't have the Community app installed on your device, feel free to download it from here. You can check here for more information on the integrated Feedback tool. Make sure to let us know how you feel about the build here in the thread too, we look forward to reading your feedback.
• Click here to find out how to take logs on OxygenOS.
Warning: Please remove your existing screen lock/pin/pattern/password and set it to swipe before starting the update process.
Warning: Users who are on the Stable build or Android 9 Open Beta build with stock recovery, can update to this build only via update from recovery, which will wipe your entire data.
DOWNLOADS​
Full ROM Zips:
• OxygenOS Android 10 Open Beta 3: Official Link | AndroidFileHost Mirror | Google Drive Mirror
• MD5: fa408a5bdf39ba2c0e6bcae02c6c7666
Custom Recoveries:
• TWRP by mauronofrio: Official Link
• TWRP by poad42: Official Link
• blu_spark TWRP by eng.stk: Official Link
• Official TWRP by Dees_Troy: Official Link
Root:
• Magisk: Official Link
Warning: Do not flash partial update OTAs (under 1 GB) on a modified/rooted device! If you want to use partial OTAs, you must first flash the full OxygenOS zip that it applies to, and then flash the partial OTA from stock recovery. Flashing partial OTAs from TWRP will either fail or soft brick your device. You can return to a usable state by flashing a full zip in recovery.
FLASHING INSTRUCTIONS​
Download the necessary files from the section above and follow the steps below:
Note: Dirty flashing is fine if you are running an old OxygenOS version or a ROM based on OxygenOS. If you are, however, coming from a Custom ROM, you must clean flash.
For Non-Rooted Users with a Locked Bootloader and Stock Recovery:
Download the full zip/incremental OTA from the downloads section above and place it in the root of your internal memory
Reboot to stock recovery > Shutdown device > Press Volume Down + Power buttons together
Select language > Install menu > Install from internal > Select the full zip > Flash
After a successful flash > Wipe cache
Reboot
Note: First boot may take some time, so please be patient and wait for it to boot.
[Dirty Flash] For Users with an Unlocked Bootloader and TWRP Recovery coming from H2OS/OOS:
Download the full ROM zip from the downloads section above
Transfer the zip to the root of your device's internal storage
Only needed if you are using a TWRP that does not ignore the compatibility.zip check: Remove the compatibility.zip from the downloaded full ROM zip with either MiXplorer or Total Commander (not with any other tool!) on your device itself
Reboot to TWRP and take a nandroid backup of your existing ROM
Flash Magisk Uninstaller (recommended)
From the TWRP menu, Wipe > Advanced wipe > Select dalvik-cache and cache > Swipe to wipe
From the TWRP menu, Install > Select full ROM zip > Swipe to flash
Flash the latest stable Magisk in case you want to root
From the TWRP menu, Wipe > Advanced wipe > Select dalvik-cache and cache > Swipe to wipe
If you were decrypted earlier, flash xXx No Verity 4.0.zip from here
Reboot
Note: First boot may take some time, so please be patient and wait for it to boot.
Warning: Dirty flashing (update) can be risky! Remember that if you face issues after dirty flashing, you will have to clean flash.
[Clean Flash] For Users with an Unlocked Bootloader and TWRP Recovery:
Download the full ROM zip from the downloads section above
Transfer the zip to the root of your device's internal storage
Only needed if you are using a TWRP that does not ignore the compatibility.zip check: Remove the compatibility.zip from the downloaded full ROM zip with either MiXplorer or Total Commander (not with any other tool!) on your device itself
Reboot to TWRP and take a nandroid backup of your existing ROM
Flash Magisk Uninstaller (recommended)
From the TWRP menu, Wipe > Advanced wipe > Select dalvik-cache, cache, system, vendor and data> Swipe to wipe
From the TWRP menu, Install > Select full ROM zip (modified one with compatibility.zip removed, in case you're on Oreo or unmodified one, in case you're on Pie) > Swipe to flash
Flash the latest stable Magisk in case you want to root
From the TWRP menu, Wipe > Advanced wipe > Select dalvik-cache and cache > Swipe to wipe
Optional: If you wish to decrypt, format data via TWRP (please note that wiping the data partition, which we did in the 5th step above, is not the same as formatting it) and after that flash xXx No Verity 4.0.zip from here
Reboot
Note: First boot may take some time, so please be patient and wait for it to boot.
Never Settle.
XDA:DevDB Information
[OFFICIAL] OxygenOS Open Beta for the OnePlus 5, ROM for the OnePlus 5
Contributors
Funk Wizard, shadowstep, Some_Random_Username
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Version Information
Status: Beta
Created 2018-09-30
Last Updated 2020-06-28
Some FAQ's on Android Pie Release
Q. Why is my brightness low after upgrading to Android Pie 9.0?
A: Google introduced new algorithm for the brightness which will give more control to the user specially in darker environments. The user have to train the brightness preferences for some time in different lighting conditions they use their device so that the device learns it and then adjusts the brightness automatically after that.
More here: https://forums.oneplus.com/threads/behind-the-scenes-how-we-adapted-to-android-pie.909531/
Q. Where is clear Cache in Android Pie?
A: Cache partition no longer is available on Pie. So there is no option for clearing it. One has to clear cache by individual app now.
https://www.howtogeek.com/356365/why-android-no-longer-needs-a-cache-partition/
Cache's Explained Here:
https://forums.oneplus.com/threads/caches-explained.828298/
Q. Why is there no Digital Well-Being available in OnePlus device running Pie?
A: Digital Wellbeing is currently available only to Pixel devices and Nokia 7 Plus. This may change in near future and OnePlus may be added to its supported device list.
Q.Why is "X" app crashing in my phone running Android Pie?
A: Many apps are still not updated to support Android Pie, that is the reason they are not able to run in the new OS. Contacting the app developer will be much more helpful.
Q. I downgraded to stable channel, but did not receive the update to Pie, why?
A: The wide-rollout has begun, its only matter of time, you will get the notification for the new update.
Q. Why is my battery draining so fast after update?
A: This is a major upgrade, you should give it some time to settle before the battery starts working normally. Also battery calibration is always a good way to get most out of it.
Q. I do not like the new Recents layout, what can i do?
A: Unfortunately, nothing can be done about it. Its how Google designed it.
Q. My Play Store is showing "uncertified" after i downgraded to stable, how can i solve it?
A: Clear Google Play Services data and Play store data and Reboot. Let Play store update automatically and it should change the status to Certified.
Q. Why cannot i use volume buttons to control the ringtone volume in Android Pie?
A. Google has made change to it, now we can change media volume by default. OnePlus has provided a shortcut to directly go into settings to make it easier to change the ringtone volume.
Q. Why my Fingerprint does not work, after my phone is in standby for long time?
A: The Fingerprint service goes to sleep and thus doesn't allow unlocking the phone.
To avoid this, the current work-around it to turn Off Standby Optimization in Advanced Optimization Battery Settings or wake up the phone using Power button after long standby.
Q. Why does not my screen light-up on incoming calls?
A: This happens when the Phone app settings is messed up.
To solve this:
Touch and hold on Phone app and Tap on App Info.
Now tap on Notifications and then tap on Incoming Calls(Not the Checkbox).
Select Behavior and make sure its set to Make Sound and Popup on Screen
This should allow the incoming calls to notify you lighting up the screen.
Q. My clock shows alarm notification 2-hrs prior to actual alarm/ my alarm is missing, what can i do?
A: You can follow the steps below to fix it:
Go to Settings>Apps & notifications>Display all apps>Clock>Notifications.
Now, there are 2 things to do :
a) Press on "Clock" (Not the Checkbox)>Behaviour
Choose "Silent display" : this way you won't have the sound notification 2 hours before schedule
b) Press on "Alarm" (Not the Checkbox)>Behaviour
Choose "Sound alert and display on screen" : If you choose another option, the screen won't turn on when the alarm rings. And you also want to set the sound alert to none. Otherwise, when the alarm rings, you'll also hear the notification sound.
Q. Why is my slow-mo videos stuttering?
A: It seems to be a known bug currently. Developers are aware of the bug and are working on it. The fix could be released in future update.
Please go through this Q&A before making any bug reports and attach the logs with the reports.
Thank you :good:
Q&A Source
Download Section & Flashing Instructions moved to OP and thread now maintained by:
Thread Contributors:
@shadowstep
@geko95gek
@Funk Wizard
Boom!! Downloading and flashing now..
@Funk Wizard buddy, do you know anything about face unlock for OP5? They removed it from Open Beta 1, do they plan on bringing it back in Beta 2? Leaked beta showed us that OP5 hardware supports face unlock and for me it works 100% even in low light.
Missing face unlock.. Wish some devs port it to official oos.
Is there a no verity zip to stay decrypted after flashing the rom ??
@Funk Wizard, awesome news, wasn't expecting this to drop till the end of this month.
Coming from a custom 7.1.2 ROM, encrypted, following your custom TWRP indirections, will I keep my data when flashing?
panart said:
@Funk Wizard buddy, do you know anything about face unlock for OP5? They removed it from Open Beta 1, do they plan on bringing it back in Beta 2? Leaked beta showed us that OP5 hardware supports face unlock and for me it works 100% even in low light.
Click to expand...
Click to collapse
HatRiGt said:
Missing face unlock.. Wish some devs port it to official oos.
Click to expand...
Click to collapse
Technically OP5 hardware does support FU as the front camera sensors are the same and the feature my come later/eventually only if the development team decides in favour of it. However i still prefer FP over it being more secure and having FP on the front makes the FU redundant if you ask me personally, but never the less it would be a welcome addition for the users.
This is just the beta 1 and we can expect more in the coming weeks. Expect bugs and submit the feedback and logs as always.
Thanks for your support on this beta journey :highfive:
gouthamgoumi said:
Is there a no verity zip to stay decrypted after flashing the rom ??
Click to expand...
Click to collapse
That's the same as old one available on the unlocking thread, but OOS Oreo does not play well with decryption so please backup your stuff just in case :fingers-crossed:
Leaked rom has great face unlock feature.Why this rom not ?
@Funk Wizard changelog in the op says
Updated security patch to November
but it has still october secuirty patches. I am not complaining, just informing.
Spinvis said:
@Funk Wizard, awesome news, wasn't expecting this to drop till the end of this month.
Coming from a custom 7.1.2 ROM, encrypted, following your custom TWRP indirections, will I keep my data when flashing?
Click to expand...
Click to collapse
The team is working hard on headlines and there is more to come. Just follow the clean flash method via compatible twrp and you are good to go :fingers-crossed:
Try this to those unencrypted / decrypted
https://forum.xda-developers.com/showpost.php?p=74622173&postcount=675
Funk Wizard said:
Technically OP5 hardware does support FU as the front camera sensors are the same and the feature my come later/eventually only if the development team decides in favour of it. However i still prefer FP over it being more secure and having FP on the front makes the FU redundant if you ask me personally, but never the less it would be a welcome addition for the users.
This is just the beta 1 and we can expect more in the coming weeks. Expect bugs and submit the feedback and logs as always.
Thanks for your support on this beta journey :highfive:
Click to expand...
Click to collapse
Thanks for the answer. Personally i prefer face unlock and hope to see it return in OB 2. I already shared my (admitedly rough) opinion in the UX & UI survey, and also shared my (again admitedly rough) opinion in OP forum. Personally, i will stay on leaked beta and wait for OB 2.
Funk Wizard said:
The team is working hard on headlines and there is more to come. Just follow the clean flash method via compatible twrp and you are good to go :fingers-crossed:
Click to expand...
Click to collapse
Thanks Funk master, flashing.
Abaddon said:
Try this to those unencrypted / decrypted
https://forum.xda-developers.com/showpost.php?p=74622173&postcount=675
Click to expand...
Click to collapse
this method works perfectly
panart said:
Thanks for the answer. Personally i prefer face unlock and hope to see it return in OB 2. I already shared my (admitedly rough) opinion in the UX & UI survey, and also shared my (again admitedly rough) opinion in OP forum. Personally, i will stay on leaked beta and wait for OB 2.
Click to expand...
Click to collapse
Spinvis said:
Thanks Funk master, flashing.
Click to expand...
Click to collapse
No problem buddy, Many Thanks for your feedback :highfive:
Dirty flashed over leaked 5.0 ROM (wiped system, cache and dalvik cache) with recommended TWRP everything is working fine. Hope Face unlock feature will be added as it was working instantly as on my OP5T.
panart said:
Thanks for the answer. Personally i prefer face unlock and hope to see it return in OB 2. I already shared my (admitedly rough) opinion in the UX & UI survey, and also shared my (again admitedly rough) opinion in OP forum. Personally, i will stay on leaked beta and wait for OB 2.
Click to expand...
Click to collapse
me too, i will stay on leaked beta, no bug so far... i am getting in love with this face unlock it's ridiculously fast, and i can to show off with my friends

[ROM] [OFFICIAL] [blueline/crosshatch] [Android12.1] LineageOS 19.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"
}
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.
All the source code for LineageOS is available in the LineageOS Github repo. If you would like to contribute to LineageOS, please visit our Wiki for more details.
Downloads:
pixel 3: https://download.lineageos.org/blueline
pixel 3 xl: https://download.lineageos.org/crosshatch
gapps zip: (use arm64) https://wiki.lineageos.org/gapps#downloads
Initial Install Instructions:
pixel 3: https://wiki.lineageos.org/devices/blueline/install
pixel 3 xl: https://wiki.lineageos.org/devices/crosshatch/install
Update Instructions:
pixel 3: https://wiki.lineageos.org/devices/blueline/update
pixel 3 xl: https://wiki.lineageos.org/devices/crosshatch/update
Upgrade Instructions: (from 18.1 to 19.1)
pixel 3: https://wiki.lineageos.org/devices/blueline/upgrade
pixel 3 xl: https://wiki.lineageos.org/devices/crosshatch/upgrade
Notes:
1. lineage roms come with adb root that you can enable in developer options, but if you want root for apps, you can grab the magisk apk, then adb sideload it in lineage recovery.
2. The newest vendor, radio, & bootloader img's are included in the official lineage rom zip, so no need to worry about updating those manually.
3. When you format data in lineage recovery, you might see an error like "cant send spi message". you can ignore it. The same thing happens with google's stock rom and recovery.
Changelog:
blueline
crosshatch
Bug reporting:
https://wiki.lineageos.org/how-to/bugreport
Known issues:
1. low microphone gain in phone calls. fixed
Source Code:
crosshatch device tree: https://github.com/LineageOS/android_device_google_crosshatch/tree/lineage-19.1
blueline device tree: https://github.com/LineageOS/android_device_google_blueline/tree/lineage-19.1
kernel tree: https://github.com/LineageOS/android_kernel_google_msm-4.9/tree/lineage-19.1
vendor tree: https://github.com/TheMuppets/proprietary_vendor_google/tree/lineage-19.1
Credits:
Many thanks to my fellow LineageOS team members and all the contributors out there in the community.
Android version: 12.1 (12L)
Kernel version: 4.9.337
Status: nightly
Reserved for first comment!
Glad to see this device refused to end of its life
reserved
I just wanted to express my sincere appreciation for the hard work of everyone involved to maker this happen. Hopefully it'll be feature complete and official soon!
Thanks for the ROM, flashed on my blueline. Worked like charm, unfortunately had to come back to stock due to some office apps. It had nothing to do with ROM just some ease of restoring the backup.
Kudos and thanks again. Please keep on.
What is working and not working with this?
Thank you @razorloves.
If running LOS18.1 with opengapps pico, I'd need to do a clean install? Asking since 19.0 only works with MindtheGapps for now. And not sure you can update from a running system with opengapps to one with mindthegapps.
BootloopedMillennials said:
If running LOS18.1 with opengapps pico, I'd need to do a clean install?
Click to expand...
Click to collapse
I dont think so. Will probably work fine going from opengapps to mtg. If it doesn't work you can grab a logcat and send to me and I can tell you how to fix.
razorloves said:
I dont think so. Will probably work fine going from opengapps to mtg. If it doesn't work you can grab a logcat and send to me and I can tell you how to fix.
Click to expand...
Click to collapse
The upgrade went smoothly. Thanks.
Small issue I noticed.
1. Android System Intelligence keeps stopping. It mainly occurs in Settings. Once when Google Voice requested a new permission I guess related to it. But does so randomly as well.
Hard to replicate it. Try going into Accessibility>Live Captions>Allow Permission and just back out of it without doing anything.
I don't know if this is a LOS 19 issue or Android System Intelligence issue. When official Android 12 itself was in beta, there were reports of this app crashing.
'Android System Intelligence' keeps crashing for some on Android 12 Beta
Besides a handful of issues, Android 12 Beta 4 is quite stable for day-to-day usage. Now, an Android 12 System Intelligence crashing bug...
9to5google.com
Edit: FYI maybe related. When clicking allow permission in that example. It takes you to the settings screen to "allow to display over apps" permission screen and Live Captions isn't in there.
Also there is this small glitch in the Trebuchet app drawer. It's triggered by entering an app (any) and going back into the app drawer. It happens randomly. Related to Trebuchet features not being fully implemented yet?
Normal:
Glitch:
Working pretty nice, the only bug I've hit so far is the home settings. Icons are only movable when set to locked. I.e. the toggle is inverted.
Thanks for the hard work
jaythespacehound said:
Working pretty nice, the only bug I've hit so far is the home settings. Icons are only movable when set to locked. I.e. the toggle is inverted.
Thanks for the hard work
Click to expand...
Click to collapse
yep, thats the only bug i've seen too. thanks.
and there's already a fix, here.
i'll include it in my next build in a day or 2, that will have january security patches and source code released by google a few days ago.
Does dt2s in status bar work?
Shotg1 said:
Does dt2s in status bar work?
Click to expand...
Click to collapse
no, it's not there. that feature hadn't been ported yet when i released the first builds.
but the port is in progress now, https://review.lineageos.org/q/topic:twelve-dt2s
so i'll add it to the next build.
New builds in first post with January updates from google.
Android Security Bulletin—January 2022 | Android Open Source Project
source.android.com
Pixel Update Bulletin—January 2022 | Android Open Source Project
source.android.com
Also lots of changes and features added, including items I mentioned in previous posts.
Hello, been trying different rom to find right one stable battery life because jesus pixel 3 xl battery life sucks especially when use LTE. So far I'm amazed how stable this rom is I have been heavy using it and abusing it lol im using
Kirisakura_S 4.0.0 kernel and try pass safetynet current methods it won't pass i gave up lol. Good job on this rom, battery life im still testing it...​
Thank you making LOS19!
contevo said:
Hello, been trying different rom to find right one stable battery life because jesus pixel 3 xl battery life sucks especially when use LTE. So far I'm amazed how stable this rom is I have been heavy using it and abusing it lol im using
Kirisakura_S 4.0.0 kernel and try pass safetynet current methods it won't pass i gave up lol. Good job on this rom, battery life im still testing it...​
Thank you making LOS19!
Click to expand...
Click to collapse
Try this
Go to the OP: Initial Install instructions
Settings => Apps => See all => look for Magisk. If you find it, uninstall it.
When you get to step 7 Do not install the kernel. Just sideload Gapps and magisk canary 23016, and reboot.
Open Magisk and install SafetyNet Fix 2.2.1.
Homeboy76 said:
Try this/B]
If Magisk app is install, remove it
Settings => Apps => See all => look for Magisk. If you find it, uninstall it.
Download and install Magisk Canary
Note: Tap 3 dot menu across from canary => Download, app-debug.apk
Rename app-debug.apk magisk_canary-23016.zip
Put magisk_canary-23016.zip in the SDK Platform-tools folder on your computer: The folder with fastboot.exe in it.
Note: Make sure you have the latest version of SDK Platform-tools r 31.0.3 installed on your computer.
Open a Command prompt on your computer in the SDK Platform-tools folder: The folder with fastboot.exe in it.
On your phone, Boot bootloader (fastboot mode)
Press the Navigation button (Up or Down) until you see Recovery mode
Press the power buttom
When the lineage 19 recovery boots
Tap Apply update => Apply from ADB
On your computer Side load magisk_canary-23016.zip
adb sideload magisk_canary-23016.zip
When magisk finishes installing tap the back arrow on your phone, tap reboot system.
Check if Magisk was installed.
Click to expand...
Click to collapse
Hello, Thank You for your reply.
I followed this step on how to root androind 12 guide under guide section.
Download File(s)
Universal SafetyNet Fix · v2.1.3 (Riru) v2.2.1 (Zygisk)
Why Zygisk?
Install SafetyNet Fix 2.2.1
Open Magisk
Tap Modules icon
Tap Install from storage
Navigate to the SafetyNetFix file you downloaded
Tap the SafetyNetFix file
Tap the check mark (✓ at the bottom) to start the installation.
After it installs tap the Save icon to save the log
Tap Reboot.
Settings for Magisk Canary
Open Magisk App
Tap the Setup icon.
Scroll down to App and set the Update Channel to Canary.
Scroll down to Check Updates and enable it.
Scroll down to Magisk and enable Zygisk and Enforce DenyList.
Tap Configure DenyList => Tap 3 Dot Menu => Check ✓ Show system apps => Check ✓ Google Play Store, Google Pay, etc.
Scroll down to Superuser and enable Enable Biometric Authentication.
Get Device Certified Clear Google Play Services, Google Play Store, Google Pay, etc. data
Turn Airplane mode on
Open Settings
Tap Apps & notifications
Tap see all...
Tap three dot menu
Tap Show system
Scroll down to Google Play Store
Tap Storage and Cache
Tap Clear storage
Note: Repeat the 3 steps above for Google Play Services, Google Pay, etc.
reboot
Turn Airplane mode off
Check Device Certification
Open Google Play Store app
Tap Menu - Circle top right
Tap Settings
Tap About
Check Play protect certification.
this didn't work either.
contevo said:
Hello, Thank You for your reply.
I followed this step on how to root androind 12 guide under guide section...
Click to expand...
Click to collapse
To install magisk after installing a lineageOS Custom ROM, you adb sideload magisk. Then open the Magisk app and Direct install Magisk.
After magisk is, fully, installed then you can used the steps above to pass SafetyNet:
- Install Universal SafetyNet Fix · v2.2.1 (Zygisk)
- Get Device Certified Clear Google Play Services, Google Play Store, Google Pay, etc. data...
- Check Play protect certification...

Categories

Resources