ads

Affichage des articles dont le libellé est apply. Afficher tous les articles
Affichage des articles dont le libellé est apply. Afficher tous les articles

jeudi 17 septembre 2015

Easily Apply OTA Update To Rooted Nexus 6



I had a hard time finding this information, so thought I would post a new thread!

After you root your phone, even if using standard recovery, the OTA updates will no longer install. You may get the notifications, but after it reboots to install, you will get a failed notification. Even if you uninstall root. This is because if there is any change to the system image at all, the OTA update will fail.

To install it is actually easy, just requires some legwork. I assume you understand what the bootloader is, and what adb and fastboot tools are since your phone is already rooted. If you used a toolkit, there are plenty of guides on XDA on how to install these tools manually.

Step 1 - Collect Needed Files:

Visit the Google System Images page and download the image for your existing ROM. Check your About Device page to get the exact ID, it should say something like LVY48E.

Extract the system.img file so you can flash it later.

Download the OTA image. All OTA images are listed on the Nexus 6 OTA Images thread. Find the file which upgrades "From" your current ROM id. It will only work if from matches your current image version. It will be named something like 2bef78c4a5ec8dbaa3df9d94e78af8622cd2a394.signed-shamu-LVY48F-from-LVY48E.2bef78c4.zip, and this file in particular flashes to the new LVY48F version from LVY48E version.

Step 2 - Flash Stock System Image:

This step replaces your system image with the stock system image. This will not delete your apps or other personal data, only the information stored on the system partition. The only exception is if you rooted and stored any data on this partition. Plug your phone into your computer. There is no way to do this without a PC.

Reboot into bootloader mode either from booting with POWER+VOLDOWN or via adb:


Code:


adb reboot bootloader

and flash the image


Code:


fastboot erase system
fastboot flash system system.img


At this point your system is stock again (unrooted).

Step 3 - Flash Update Image:

Enter the recovery mode. You can also do this via TWRP but I will cover with stock recovery. Press Volume Up/Down until you see RECOVERY and press power to choose. You are now in recovery.

Press and hold Power and tap Volume Up once to get the recovery menu. Then use Volume Up/Down to select "apply update from ADB" and then Power to select

I had to unplug and plug my phone back in at this point to get it to show up to adb. You can confirm it is visible with the command adb devices.

Apply the OTA update file using the following command, replacing the file name with your own:


Code:


adb sideload 2bef78c4a5ec8dbaa3df9d94e78af8622cd2a394.signed-shamu-LVY48F-from-LVY48E.2bef78c4.zip

After a few minutes the sideload will complete, the phone will reboot and optimize apps, and you can verify the update worked by checking your about system page again.

To root your device again, re-install SuperSU and you're good to go.



dimanche 13 septembre 2015

Touchwiz themes does not apply icons



Hey guys so i have a rooted Galaxy A5 and when i apply a theme in touchwiz themes, the only thing that applies is the wallpaper and no icons



mardi 8 septembre 2015

Any places that apply tempered glass protectors for you?



Got my zag in the mail from vzw, and I dare not put it on myself. I'm terrible at applying them.

Last time I went to BB, but they charge a bit too much.



M8 Stagefright patch apply to s-off, rooted, unlocked & Stock



Hi,

I see the Stagefright patch came out today. I'm on Stock Rooted Lollipop with S-off and unlocked. My phone was able to download the patch but then went to TWRP recovery so no dice.

I'm aware of the process needed to get the OTA to work. Just wondering if any side-loadable forms of the Stagefright patch may be forthcoming from some of the genius developers around here. Obviously want the fix but not so sure about having to undue everything on my phone.

Otherwise, is the best suggestion to reflash stock recovery and then take the OTA? IS it true this won't re-lock my phone or S-On it again? Seems if these remain unchanged from current state I would have easier time.

Thanks for ANY advice. Always appreciate it.



dimanche 30 août 2015

Can I apply OTA update with TWRP installed?



Hello,

I have TWRP installed and I would like to install the OTA update using the manual method (http://forum.xda-developers.com/zenf...d-zf2-t3127835)

However, each time I try, it just boots me in TWRP and nothing applied... anything I can do?