[REF] YU Yuphoria Stock OTA URLs - YU Yuphoria

Below are a list of all known YU Yuphoria OTA updates. Each time there is a new OTA update, the links will be posted here as they become available. If you get an OTA notification that we don't have a link for, please pull the filename out of logcat for us before applying the OTA and post it here. Once you post it, I'll update this post and mirror the file, in case CyanogenMod pulls it down in the future.
OTA Updates - lettuce
Current firmware: Android 5.1.1, Build LMY49J, Cyanogen OS version 12.1-YOG4PAS8A8
YOG4PAS8A8 from YOG4PAS47N - http://builds.cyngn.com/incremental/lettuce/cm-lettuce-bafcc5769e-to-7490f96009-signed.zip
YOG4PAS47N from YNG1TBS2P2 - http://builds.cyngn.com/incremental/lettuce/cm-lettuce-79f9ccdc85-to-bafcc5769e-signed.zip
YNG1TBS2P2 from YNG1TBS1O3 - http://builds.cyngn.com/fota/incremental/lettuce/cm-lettuce-405aaf9dc6-to-79f9ccdc85-signed.zip
Mirrors
http://forum.xda-developers.com/yu-...u-yuphoria-mirrors-official-cyanogen-t3140830
SPECIAL THANKS
@oldblue910 for maintaining similar threads for various Nexus & GPE devices.

HASH (MD5)
Every AndroidFileHost mirror link consists of corresponding MD5 hash; please compare them after download.

INSTALLATION GUIDE
As long as your system is stock, flash (using ADB sideload or from SD card) in stock or custom recovery. Always re-flash the SuperSU zip immediately following to re-gain root access. Bootloader status isn't checked while updating.

Which version update to apply if current version is YNG1TAS1K0 ?
Hey, can anyone give me the update history for Yu Yureka so that I can know which version to upgrade to from YNG1TAS1K0 ?
I tried installing the whole 832 MB update from YNG1TAS1K0 to YNG1TBS2P2 and it failed.

Great share bro. It is very much needed. Kudos to you for making this for yuphoria

Removed signed zips.

Added COS 12.1 OTA (YOG4PAS47N from YNG1TBS2P2).
Credit goes to [email protected] Forums.

Titokhan said:
Added COS 12.1 OTA (YOG4PAS47N from YNG1TBS2P2).
Credit goes to [email protected] Forums.
Click to expand...
Click to collapse
I'm here too
And no need to thank me so much, but I appreciate it:good:

First post updated, added YOG4PAS8A8 from YOG4PAS47N incremental OTA URL.

Related

[STOCK][LP][PATCH][d800] Patch Any Stock G2 ROM for AT&T

Patch a ROM for LG G2 d800!
---- Supports Model d800 ONLY! ----
Lollipop ONLY!​
What this is:
This patch can be flashed after flashing a full non-d800 ROM (DO NOT REBOOT AFTER FLASHING A NON-D800 ROM, even into recovery!) It changes the appropriate system files to the d800 variant version, as well as makes the proper build.prop changes. Note: If you use a vs980, ls980, l01f, or f320 specific ROM, there may be additional build.prop changes that need to be made. I didn't add all those because most of the development is on d80* models. Even if it is specific to these other models, patch will likely work just fine.
I took the basic idea from @dev>null (see here) I had previously dumped all of our stock, d80030f partitions. I took those dumps and combined them with the basic gist of this other patch dev>null made.
What changes this makes:
(1) Your entire bootloader is replaced. (a hybrid of 20y and 30f is applied)
(2) Stock lollipop 30f modem/baseband is installed.
(3) Stock lollipop 30f boot image, that has been bumped, is installed.
(4) Variant specific /system files are deleted. Then they are replaced with the d800 30f version of those files.
Installation:
(1) Boot into recovery, flash your desired ROM. (for my test, I used a d802 ROM)
DO NOT REBOOT RECOVERY, DO NOT!!!! If your ROM asks you to reboot after install, DO NOT!!!!!
(2) Flash this patch.
(3) That's it, you're done! It is okay to reboot now.
Note: Some ROMs might replace your /recovery partition, in which case you should re-flash your recovery before rebooting.
Troubleshooting:
SELinux / Bootloop
This patch properly sets permissions on the files it replaces. That being said, the boot.img in this patch is set to selinux ENFORCING. This means if the ROM you flashed does not have proper support for selinux to begin with, you'll get a boot loop, or hang on the glowing notification LED. Go yell at your ROM dev to fix it, or flash a boot.img that has selinux PERMISSIVE.
ROMs for models other than d80*
There are some additional build.prop changes that might need to be made if the ROM you want to use is f320/ls980/vs980/l01f. There isn't much development on ROMs specific to those models. I'll probably release a version 2 of the patch, eventually, to make these extra tweaks. However, it should work fine as is! The big exception is l01f ROMs. These ROMs are missing NFC files, so either NFC won't work, or the whole thing won't fail.
Major Thanks to:
dev>null
Download:
Did you read EVERYTHING above? If so, proceed -
https://www.gregtwallace.com/lg-g2/d800-rom-patch/
Shameless plug for donations:
Venmo Preferred (No Fee)
Zelle, send to [email protected]
Backup (Charges Fee)
Paypal
XDA:DevDB Information
d800 Lollipop ROM Patch, ROM for the AT&T LG G2
Contributors
blastagator
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Created 2015-06-01
Last Updated 2019-12-31
Change Log
July 29, 2015 (v1.5) (LP 5.0.x)
-Do not flash misc partition. Not needed.
-Overwrites MAC addresses and things.
June 23, 2015 (v1.4) (LP 5.0.x)
-If /data/media exists, set the proper permissions and context
-DONT use TWRP to wipe Internal Storage after running the patch/fix. If you want to wipe internal, do so BEFORE the patch/fix.
June 23, 2015 (v1.3) (LP 5.0.x)
-Change version number to be same for both files (so skipped v1.2 for permission fixer)
-Updated to latest file_contexts from dorimanx
-FIX!!! - ROM Patch and SELinux Context patch both fix ntcode_listing.sh context
++First boot was hanging on completely clean wipe, d800 does not support context: ubject_r:ntcode_listing_exec:s0
++ntcode file only executes on first boot
++Add build prop tweaks to remove lines that cause execution of ntcode_listing.sh
++In case build.prop tweaks fail and file is executed for some reason, fix its permissions so d800 can execute
June 12, 2015 (LP 5.0.x)
-Permission fixer v1.1
-Fixes a couple of contexts (thanks @dorimanx)
June 11, 2015 (LP 5.0.x)
-Created zip that should fix all SELinux Context and allow boot to ENFORCED mode.
-Posted on my site as "LP ROM SELinux Context Fixer"
-Flash after ROM, ONLY IF SELinux ENFORCE doesn't already work!
June 4, 2015 (v1.2) (LP 5.0.x)
-Added automatic flash of d800 recovery - TWRP 2.8.6.3 (in case ROM overwrote recovery)
-Also posted:
++Added a flashable zip containing devnull's permissive boot.
++Removed my permissive boot, it wasn't working right. Sorry!
June 1, 2015 (v1.1) (LP 5.0.x)
-Supports conversion for Stock Lollipop ROMs from any LG G2 variant, except l01f and lgl22.
-I will probably never add support for those two models since development is very minimal on them.
-Also added other flashable zips to easily switch between ENFORCING and PERMISSIVE.
-Replacement files come from Stock Lollipop d80030f.
June 1, 2015 (v1) (LP 5.0.x)
-Initial Patch
-Fully supports all d80* and f320 ROMs.
-Will do update shortly to add support for converting ls/vs ROMS
-Replacement files come from Stock Lollipop d80030f.
[]
res3
Dude!!! You rock
Sent from my LG-D800 using XDA Free mobile app
Yeah!
Bro thank you! Not only for this, but everything you do for the g2!
thank you.. thank you... thank you.. thank you
So could I use the stock system partition from the d800 lollipop and run it with this?
Thank you very much @blastagator!
Now I can flash any AOSP rom and back to stock easyly. :XXX
I dont think there are any lollipop for L22. L22 is the lonely baby in G2 family without lollipop.
thanks
vannhut07vn said:
thanks
Click to expand...
Click to collapse
You're welcome. Now please kindly delete your quote of the entire OP...
@blastagator
would this patch work with CloudyG2 3.0?
Abrilabr said:
@blastagator
would this patch work with CloudyG2 3.0?
Click to expand...
Click to collapse
It should. If it doesn't boot, permissive-boot flashable would be needed.
You are awesome...insane.. Go on man..!!
Thanks a lot...
Gonna try hunting some Lollipop roms
Nicely Done....
man U R just great.......
thanks for the excellent work....
Hello friends greetings from Venezuela, where I can find a tutorial to update my LG G2 to lollipop, possess a model D800 20Y
@blastagator it's a great idea.Thank you for test with SRKG2
Sent from my LG-H818
it'll work with this rom ?
http://forum.xda-developers.com/lg-g2/development/rom-lg-g2-pro2-v5-final-acura-d802-d805-t3095500

[REF] YU Yutopia Stock OTA URLs

Below are a list of all known YU Yutopia OTA updates. Each time there is a new OTA update, the links will be posted here as they become available. If you get an OTA notification that we don't have a link for, please pull the filename out of logcat for us before applying the OTA and post it here. Once you post it, I'll update this post and mirror the file, in case CyanogenMod pulls it down in the future.
OTA Updates - sambar
Current firmware: Android 5.1.1, Build LMY48B, Cyanogen OS version 12.1-YOG4PAS5W0
YOG4PAS5W0 from YOG4PAS570 - http://builds.cyngn.com/incremental/sambar/cm-sambar-e4b0cf4380-to-7da8d6c516-signed.zip
Mirrors
http://forum.xda-developers.com/android/general/yu-yutopia-mirrors-official-cyanogen-t3297695
SPECIAL THANKS
@oldblue910 for maintaining similar threads for various Nexus & GPE devices.
HASH (MD5)
Every AndroidFileHost mirror link consists of corresponding MD5 hash; please compare them after download.
INSTALLATION GUIDE
As long as your system is stock, flash (using ADB sideload or from SD card) in stock or custom recovery. Always re-flash the SuperSU zip immediately following to re-gain root access. Bootloader status isn't checked while updating.

[LINEAGE-OS][STABLE.V4.1][7.1.2][UNOFFICIAL]14/02/2020[all variant]OMSv7

{
"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.
Important info:
ROM OS Version: 7.1.2 Nougat
ROM Kernel: Linux 3.4
- Note: Warning! You are the only responsible of your actions, and especially of your use of your phone. Neither I, neither XDA, are responsible of your handling with your phone.
- Note: You must have unlock your bootloader on sony's page
- Note: You need to use the stock bootloader. If you switched to the Open Device Bootloader (D2203), please flash again the old bootloader. Here you have FTF file: (https://drive.google.com/file/d/0B07I-JdP5dQzSWs3SW1uYXVsWjg/view?usp=sharing). If you don’t remember the process, you can check it on Google.
Working
All
Almost working
Cameras are not fully working. You can take panorama pictures but no videos nor photos (with Snap app). In some other apps you can take them sometimes. In cameringo for example you can take everything. Fixed on V4!
Known issues
WiFi MAC address is a default address because TA is not being read yet. We are working to fix it. This only makes that some WiFi networks does not allow your phone to connect because another device with the same address is connected, but this is not usual so you shouldn't have problems with that. Fixed on V4!
Audio bugs:
Songs may pause randomly after some time and continue after some secs.
Some games might have a laggy audio problem (Pokémon Go for example).
Download
You have to download the latest version of boot.img, recovery.img and system.img or flashable zip from this link https://drive.google.com/drive/folders/0B07I-JdP5dQzM1FRbXY4bGt4VzQ?usp=sharing
For Google apps (Play Store, Google account...) go to http://opengapps.org/, choose Arm for Android 7.1 and select any variant you want. We recommend Pico variant as is the smalles one (you can choose stock if you want Pixel launcher).
Install
You need to install adb and fastboot. If you don’t know how to do that, click on the link down below.
https://forum.xda-developers.com/showthread.php?t=2588979
Then, in your file explorer, go to « This computer » and search for the file « adb ».
Next, put files in the folder « adb ». Hold shift and click (right click). Then click on « open terminal » or do « cd » (you need to find the location of your file « adb »).
Boot your phone in Bootloader/fastboot (this is the exact same thing but with different names depending on how you call it).
Before all, you have to start cleaning the device so do a wipe then:
In the terminal, type the command « fastboot devices »
You should see something like this for example :
Code:
CVH7N15B11004115 fastboot
If it isnt’t the case
go to Device Manager
Find your phone
Click on properties
Update the driver for your phone
Choose « Bootloader interface » and retry the command « fastboot device »
Now, you’ve done a big part of the work! You only have to type the following commands.
Commands
Code:
1. fastboot flash boot "name of boot".img
2. (Starting from V4 - 2020-01-23) fastboot flash FOTAKernel "name of recovery".img
[COLOR="SeaGreen"]3. Boot TWRP with Vol - and flash LineageOS zip[/COLOR]
[B][COLOR="Red"]IMPORTANT:[/COLOR] Only if Magisk was automatically installed after flashing LineageOS zip and after the first reboot the ROM is not booting:[/B] [COLOR="SeaGreen"]Flash again any boot.img with fastboot or TWRP (using "Install image" option)[/COLOR]
[COLOR="red"][STRIKE]fastboot –S 256M flash system "name of system".img[/STRIKE] (that was for v1 && v2 )[/COLOR]
You will boot into your new ROM.
IMPORTANT!
If your Xperia E3 model is D2202 or D2212 (3G-only single and dual SIM variants) you may need to flash an additional firmware zip in order to get SIM card working if it does not work after the first boot. Here you have the link:
https://drive.google.com/drive/folders/0B07I-JdP5dQzRG83U2d2aXBmUWM?usp=sharing
Note that there is a zip for each variant, but this is only to avoid confusion. Both are the same zip and you can flash any of them.
Extras
Now all you have to do is to flash the GAPPs in the recovery.
For Magisk go to https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
and download Magisk app and zip (ONLY FOR VERSIONS BEFORE V4: using the boot named Magisk) and its corresponding Magisk version.
Contributors
@rmnhg Ramón Hernández
@infus38 Thomas
@Konstantinosj77
@galaxyfreak
@adfad666
@vinay
@jerpelea
@Dhruv
@jpzex
@Nicklas Van Dam
@madcodez
Changelog
- note only last change will be post ( change log for v1 and v2 was remove )
New release 14/02/20 v4.1
Fixed a sensors bug introduced on V4. Now sensors should work as before.
New release 23/01/20 v4
Recovery is now independent from Boot partition! Now you should flash recovery image to FOTAKernel using fastboot or to "recovery" partition using TWRP. With this measure you can flash any Magisk version without waiting us to update boot.img.
Camera fully working now! Torch also works. The only thing you can't do is to enable Noise Reduction on Snap as it is not supported on Stock ROM
Bluetooth and WiFi addresses are now fine. They should be the same as the stock ones.
Compass may work better.
New release 06/01/18 v3
Tethering works now (in WiFi, BT and USB)
NFC works perfectly now
Now no user needs to flash additional firmware blobs This is not always working.
Camera working partially (I recommend you taking photos with panoramic mode and videos with other apps, like Instagram)
TWRP 3.2.1
Magisk v15.2 is now supported
Sony's framework is preinstalled, you are able to download Sony's Apps from Google Play
Safety net passed using Magisk+Magisk Hide
XDA:DevDB Information
LINEAGE-OS OMSv7, ROM for the Sony Xperia E3
Contributors
infus38, rmnhg
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: V4.1
Stable Release Date: 2020-02-14
Created 2018-03-23
Last Updated 2020-02-14
Screenshots, do you have? And steal in development?
eladiocesar said:
Screenshots, do you have? And steal in development?
Click to expand...
Click to collapse
Yes i have screenshots i can not now post them the rom work and is very stable you Can try
When I give the 2nd command, a list of commands shows up. What to do?
Edit: Resolved by @infus38 Thomas
First Of all Thanx Everyone Who Has Contributed in the making of this ROM i m glad that Dev Has not left the Users Of E3 in the dark.
So,I hv a Xperia E3 D2203 18.5.0.C.19 Currently i m on Cyanogen 11 ROM UNOFFICIAL.
I hv some questions regarding this ROM-
1-Does this ROM hv any Recovery Installed?
2-This ROM does not hv root access so if i want root cn i flash the SuperSU Zip 2.79?
3-Will u make a flashable Zip Package Of via Recovery for this ROM?
4-Do i need to perform a Wipe Data/Factory Reset in Recovery before flashing this ROM?
5-Are there any Special Features In this ROM?
6-Which Gapps Should i Flash with this ROM?
7-Does This ROM support Substrantum Theme Manager?
I think that's It.
Thanx In Advance.:fingers-crossed::fingers-crossed:
..
device dosn't boot only boot animation are show(D2202) please help.
edit-solved
priyesh9 said:
device dosn't boot only boot animation are show(D2202) please help .
Click to expand...
Click to collapse
We tested on each variant this rom without problem, you can quote me exactly what you did in private message pleas
I will take care of your problem do not worry
Edit now solved
UPDATE: now you have boot.img with latest TWRP included
Edit-Solved
Ali Haide 001 said:
First Of all Thanx Everyone Who Has Contributed in the making of this ROM i m glad that Dev Has not left the Users Of E3 in the dark.
So,I hv a Xperia E3 D2203 18.5.0.C.19 Currently i m on Cyanogen 11 ROM UNOFFICIAL.
I hv some questions regarding this ROM-
1-Does this ROM hv any Recovery Installed?
2-This ROM does not hv root access so if i want root cn i flash the SuperSU Zip 2.79?
3-Will u make a flashable Zip Package Of via Recovery for this ROM?
4-Do i need to perform a Wipe Data/Factory Reset in Recovery before flashing this ROM?
5-Are there any Special Features In this ROM?
6-Which Gapps Should i Flash with this ROM?
7-Does This ROM support Substrantum Theme Manager?
I think that's It.
Thanx In Advance.:fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse
1=For now no we have some problem,But later yes(edit The recovery has just been officially run from 18pm French time , You need to download the boot.img again to get the recovery if you have to download before )
2=Yes this ROM can be root now :flash this in recovery http://tiny.cc/latestmagisk and install apk http://tiny.cc/latestmanager
3=just with the bootloaderfor now you can flash the rom , not with the recovery (you will be able to read the topic all the same I gave myself trouble) ,for now 2 .img same aosp but follow the topic , soon the rom will be just a .zip we worked on
4=Yes you must all whyp but your sd card is not neccesaire of format
5=yes just lineage os
6=you can choos this for gapps http://opengapps.org/ choos arm 7.1 pico and flash in recovery (you can choos stock if you want pixel luncher)
7=This rom supports the substratum legacy theme soon the support of full omsv7
Thank you for your comment,If you have any other question you can ask them
infus38 said:
1=For now no we have some problem,But later yes(edit The recovery has just been officially run from 18pm French time , You need to download the boot.img again to get the recovery if you have to download before )
2=Yes this ROM can be root now :flash this in recovery http://tiny.cc/latestmagisk and install apk http://tiny.cc/latestmanager (If this does not work, wait for the next version of the boot.img it will have to include the root with magisk)
3=just with the bootloaderfor now you can flash the rom , not with the recovery (you will be able to read the topic all the same I gave myself trouble) ,for now 2 .img same aosp but follow the topic , soon the rom will be just a .zip we worked on
4=Yes you must all whyp but your sd card is not neccesaire of format
5=yes just lineage os
6=you can choos this for gapps https://www.androidfilehost.com/?w=files&flid=171931&sort_by=date&sort_dir=DESC
7=This rom supports the substratum legacy theme soon the support of full omsv7
Thank you for your comment,If you have any other question you can ask them
Click to expand...
Click to collapse
Two Question-
1-IS this Rom Support Substratum theme Manager at this Current Stage?
2-Can I flash Those SuperSU Addons Which Are Given On The Official Page Of LineageOS?
Thanks For Ur Help.:fingers-crossed::fingers-crossed:
Ali Haide 001 said:
Two Question-
1-IS this Rom Support Substratum theme Manager at this Current Stage?
2-Can I flash Those SuperSU Addons Which Are Given On The Official Page Of LineageOS?
Thanks For Ur Help.:fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse
1=This rom for now supports partially the substratum( just leagcy) but soon full omsv7 suport
2=for now the boot.img is in the process of modification because any method of root does not work, but in the next verssion the root will be included with magisk su (edit now at the time in french 19 pm new boot with root on cloud you can donwload :laugh: thanks @rmnhg )
rmnhg said:
UPDATE: now you have boot.img with latest TWRP included
Click to expand...
Click to collapse
Thank You Bro, Now We Hv TWRP Included :fingers-crossed::fingers-crossed::fingers-crossed:
Already Pressed The Thanks Button.
One Thing -
1-What Is The Version Of TWRP?
---------- Post added at 06:14 PM ---------- Previous post was at 06:08 PM ----------
infus38 said:
1=This rom for now supports partially the substratum( just leagcy) but soon full omsv7 suport
2=for now the boot.img is in the process of modification because any method of root does not work, but in the next verssion the root will be included with magisk su (edit now at the time in french 19 pm new boot with root on cloud you can donwload :laugh: thanks @rmnhg )
Click to expand...
Click to collapse
So, Now I don't Need To Flash The Files (For Root Access) Which You Hv Given Me Before
Thanx In Advance.
Downloading Now.
Ali Haide 001 said:
Thank You Bro, Now We Hv TWRP Included :fingers-crossed::fingers-crossed::fingers-crossed:
Already Pressed The Thanks Button.
One Thing -
1-What Is The Version Of TWRP?
---------- Post added at 06:14 PM ---------- Previous post was at 06:08 PM ----------
So, Now I don't Need To Flash The Files (For Root Access) Which You Hv Given Me Before
Thanx In Advance.
Downloading Now.
Click to expand...
Click to collapse
Yes just flahs lates boot_twrp_root.img ??
Ali Haide 001 said:
Thank You Bro, Now We Hv TWRP Included :fingers-crossed::fingers-crossed::fingers-crossed:
Already Pressed The Thanks Button.
One Thing -
1-What Is The Version Of TWRP?
Click to expand...
Click to collapse
You're welcome ?. TWRP is in it's latest version (3.1.1). Material design and multi language.
infus38 said:
We tested on each variant this rom without problem, you can quote me exactly what you did in private message pleas
I will take care of your problem do not worry
Click to expand...
Click to collapse
edit -solved
I was able to flash this ROM. I followed the instructions stated above but my d2203 was just stock at the LOS boot logo. I don't know what I did wrong. I came from stock KitKat rom before I flashed this. If that helps. HELP PLS! I really wanna try this ROM so badly
thanks @infus38 Thomas for helping me solve the problem
Screenshots
Note I'm using custom launcher and custom theme (flux substratum theme)
My review:- I'm using this ROM from 4 days and this ROM is totally awesome. Since I don't use Camera of this device that much I love this ROM.
infus38 said:
Yes just flahs lates boot_twrp_root.img
Click to expand...
Click to collapse
Hey,One More Thing-
1-Do I Need To Flash This ROM above Stock ROM Or It Does Not Matter Cause I Am On CM 11 Unofficial Flamingo?
---------- Post added at 09:55 AM ---------- Previous post was at 09:52 AM ----------
Dhruv said:
Screenshots
Note I'm using custom launcher and custom theme (flux substratum theme)
My review:- I'm using this ROM from 4 days and this ROM is totally awesome. Since I don't use Camera of this device that much I love this ROM.
Click to expand...
Click to collapse
So,You Have Flashed This ROM.
How Is The Battery Life?
Can You tell Me What are The Features In This ROM (By Features I mean The Features Which are in cm Roms Like Center Clock,Privacy Guard,Performance Profile,Etc)?
Is Substratum Theme Manager Working Fine?
Thanks In Advance.

[ROM][Stock] Stock Android 7.1.1 ROM for Moto E4 (xt1766) SPerry - Root, BusyBox

•••• Qualcomm Moto E4 (xt1766) SPerry Only ••••
DISCLAIMER:
By proceeding further, you are assuming sole responsibility for the integrity and functionality of your device. Although this ROM has been thoroughly tested on my own device, I take no responsibility for bricked or otherwise inoperable devices incurred as a result of this thread. Follow the instructions carefully, and things should go smoothly and without negative results.
SPECIFICATIONS:
• Moto E4 (XT1766) SPerry
• Sprint, Virgin Mobile, Boost Mobile
• Android Version: 7.1.1 Nougat
• Build No. NCQS26.69-64-10
• System Version: 26.231.8.sperry_sprint.en.US
• Radio Version: M8920_15000.280.06.58.05R
• Kernel Version: Linux 3.18.31-perf
• Security Patch Level: September 1, 2018
FEATURES:
• Stock Configuration
• Systemless Root - Magisk v17.1 Stable
• SafetyNet Pass (ctsProfile & basicIntegrity)
• Zipaligned /system/app & /framework
• Optimized RAM efficiency
• Disabled AVB & dm-verity
• Disabled Force Encryption (Opt-Encrypt)
• BusyBox v1.29.2 (Static Binaries)
• TWRP Flashable Installer
PREREQUISITES:
An unlocked bootloader and TWRP custom recovery are required to install this ROM. IMPORTANT: Use @squid2's TWRP v3.2.1-r1 or older for installation https://forum.xda-developers.com/devdb/project/dl/?id=27958 Newer builds will cause a conflict with the /vendor & /oem partitions when installing my partition updater zip. After installation, you may update TWRP to a newer or current version.
The conflict is due to the partition scheme of my updater-script, and is not due to any fault in @squid2's current TWRP builds. Here is a link to @squid2's TWRP thread for the Qualcomm Moto E4. https://forum.xda-developers.com/mo...velopment/twrp-twrp-moto-g4-qualcomm-t3655160 Please be sure and hit the thanks button on his thread if you use his work.
NOTES:
• If you have previously installed the 26.221.3 OTA to bring your build version up to NCQS26.69-64-10, you should have no need to install the partition updater zip prior to installing the ROM. However, if you are unsure of your present firmware build, or if you have not installed the latest OTA, the partition updater should be installed per the instructions below, in order for the ROM to work with the best results;
• As to force encryption, the kernel fstab has been modified to disable this OEM security feature. However, you may still manually encrypt your /userdata by fully charging your device, going to Settings>Security>Encrypt Phone, and following the on-screen prompts;
• This OTA update did not augment the baseband (radio firmware) version (M8920_15000.280.06.58.05R), which remains unchanged from NCQS26.69-64-8. While the radio firmware did receive a couple of minor patches, the changelog in this regard is insignificant, so I did not include these in either the partition updater or the ROM. If anybody wants these radio patches, leave a comment and I'll fix up a TWRP flashable installer.
INSTRUCTIONS:
• 1. Download the ROM and Partition Updater from the download link below and save them to your device's external storage (because the /usedata partition needs to be formatted to disable force encryption, saving the downloaded zips to internal storage would be futile);
• 2. Make a backup of any important files on your device;
• 3. Boot your device into TWRP recovery mode;
• 4. Select Wipe>Advanced Wipe and select System, Cache & Dalvik Cache. Swipe the action bar to commence the wipe;
• 5. Again select Wipe>Format Data, input the word "YES" when prompted, and swipe the action bar to commence the format. Reboot Recovery (often necessary to ensure proper mounting of /usedata after a format);
• 6. Select Install, navigate to the saved location of the Partition Updater zip, and swipe to commence install (this updates your /oem partition, /rpm primary bootloader, /tz trust zone partition, and /devcfg partition to Build No. NCQS26.69-64-10);
• 7. Select Install, navigate to the ROM zip, and swipe to commence install;
• 8. Reboot System.
Kernel Source Code (msm8920): https://github.com/MotorolaMobilityLLC/kernel-msm/releases/tag/MMI-NCQ26.69-48
THANKS & CREDITS:
•Thanks to the long-dedicated @squid2 for his TWRP builds for this and many other Motorola devices;
•Thanks to the great @SuperR. for his amazing Windows version SuperR's Kitchen;
• Thanks to the world famous @topjohnwu for his Magisk Universal Systemless Interface;
• Thanks to @madbat99 for his dedication to Motorola devices, and for taking the time to assist so many Motorola device owners;
• Thanks to @osm0sis for his static BusyBox installer and his Magisk Modules;
• Thanks to @Davey126 for his support of Motorola devices, and his dedication to helping other members on various device threads.
DOWNLOAD LINKS:
NCQS26.69-64-10 Partition Updater: https://drive.google.com/file/d/1VmOPXbYBQQkqB475iVzKip2JI_AO0YCM/view?usp=drivesdk
NCQS26.69-64-10 Stock Android 7.1.1 ROM: https://drive.google.com/file/d/1VRuKnSgVHNkewbk5juB7_WWeLm_ptmUP/view?usp=drivesdk
I have also made a debloated build of this ROM, with all Amazon, Sprint and OEM related apps removed from /system/app, /system/priv-app, /oem/app, etc. I will try and post this version this coming week for anybody interested.
I'm new bee kinda so flashing this os just the update so if I have everything up and running good them really don't need this update seems updates have me screwed from getting data on custom rom now so any advice
Bailey36375 said:
I'm new bee kinda so flashing this os just the update so if I have everything up and running good them really don't need this update seems updates have me screwed from getting data on custom rom now so any advice
Click to expand...
Click to collapse
If you have taken the OTA update and you are on Build No. NCQS26.69-64-10, and everything is running smoothly, you have no need to install anything here.
I'm not on 10 I'm on 8 but would like that debloted version
Bailey36375 said:
I'm not on 10 I'm on 8 but would like that debloted version
Click to expand...
Click to collapse
It'll be up in a couple of days. By the way, there is no danger in taking the OTA. No reported bugs, instabilities, etc. And you can still flash the debloated ROM when I post it.
Thanks for taking time to do this and keep support going for the E4. I'm planning on trying the debloat when you post it.
S o S just flashed and now it is only booting to TWRP it says its flawed but
Only boots to TWRP help after flash
---------- Post added at 05:34 AM ---------- Previous post was at 05:18 AM ----------
Really need help I have TWRP 3.2.1 r1 I did what the instructions said but now just goes to the TWRP what's the issue I'm sure it's something I'm doing help this is my only phone
---------- Post added at 05:52 AM ---------- Previous post was at 05:34 AM ----------
Got it woohoow
MotoJunkie01 said:
I have also made a debloated build of this ROM, with all Amazon, Sprint and OEM related apps removed from /system/app, /system/priv-app, /oem/app, etc. I will try and post this version this coming week for anybody interested.
Click to expand...
Click to collapse
Yayyyyyyy!!!!!! I,ll be waiting for that one. Thanks motojunkie01.
Does Radio work in Custom Roms.
EarthMan1 said:
Does Radio work in Custom Roms.
Click to expand...
Click to collapse
The radio was not updated with the new OTA. The Baseband Version remains the same as the previous build, M8920_15000.280.06.58.05R
That means the voice calls won't work on Custom ROMs.
EarthMan1 said:
That means the voice calls won't work on Custom ROMs.
Click to expand...
Click to collapse
Voice, MMS/SMS, and 4G/LTE data works on my device with LineageOS 14.1 on the 05R radio firmware. Although I am aware that an earlier OTA (NCQS26.69-64-8) did break the cell radio for some device owners running custom ROMs.
MotoJunkie01 said:
Voice, MMS/SMS, and 4G/LTE data works on my device with LineageOS 14.1 on the 05R radio firmware. Although I am aware that an earlier OTA (NCQS26.69-64-8) did break the cell radio for some device owners running custom ROMs.
Click to expand...
Click to collapse
So, if i want to update I have to wipe my data.
EarthMan1 said:
So, if i want to update I have to wipe my data.
Click to expand...
Click to collapse
No. But if you want to install this ROM, you will need to format /userdata in order to disable force encryption. If you want your data encrypted, you are not required to format /userdata.
No, I want only to install the partition updater.
EarthMan1 said:
No, I want only to install the partition updater.
Click to expand...
Click to collapse
Then formatting data is not necessary. Keep in mind that the partition updater does not change your radio firmware. You'll still have the 05R radio version after updating your partitions. The partition updater updates your bootloader, /devcfg and /oem partitions.
So if your radio didn't work on custom ROMs before, the partition updater likely will not change that.
Why this partition updater size is big compared to the NCQS26.69-56 one.
EarthMan1 said:
Why this partition updater size is big compared to the NCQS26.69-56 one.
Click to expand...
Click to collapse
Because the /oem partition is large (656 MB)
Why isn't it included in the 56 one

Unoficial PitchBlack Recovery For Alcatel Tetra 5041c "u50a_att"

Here is PitchBlack recovery For the Alcatel Tetra.
I am not responsible for anything you choose to do with it,
Thanks go to my Test group over on telegram.
@clcombs262
@PizzaG
This is an Unofficial Port
so any bug reports need be listed here.
credit for orig. source go's to the PBRP team
For more info on sources Google is your friend.
I am open to donations, we are trying to buy a new pc.
Recovery Image and Flashable zip with the extra's
AIO toolkit
ROMS all RECOVERIES Everything is now found here:
https://t.me/Android_General_Chat
ChangeLog:
current time is =3:38PM CDT
date is=July 10 2019
This is now the Final-Release candidate
Fixed Bug in adb
fixed a bug that wouldn't allow flashing of the GSI system images
Now everything is reported as working
Enjoy
Note: interestingly I had the same bugs in two different recoveries
Deleted
Read the pm
Deleted
Will this work on the latest phone update? Still on 8.1, but as soon as it hit WiFi it updated to 8MA6UA60. Phone is cheap enough now to maybe break trying.. lol. And these GSI images currently work or is this trial and error? I was shocked by this phones performance on stock for it's price.. I just want to see it's full potential.
Edit: have not gotten this to be able to flash and stick. However you need the fastboot fix on the twrp forum (p23) to even attempt it on ua60.
You'll have to edit the command in the readme to match the updated kernel file as it got updated, but the script rundown did not.

Categories

Resources