ads

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

vendredi 18 septembre 2015

S6 Edge easily heat issue



Hi,

I got a new S6 Edge on 14-Sept.
I found out it is easily heat no matter on what. Examples, download apps, software update, whatsapp, facebook, games, battery charging, etc.

I felt very uncomfortable as it is really very hot and i think can burn my finger. To prevent this, i now only can scroll the screen by putting the phone on something else, like on the table. You cant even touch the metal at side because of the heat, will feel pain if touch for longer time.

i using 5.1.1 OS. Anyone has the same issue? Or shall i go to claim for another one as this might be a defect device?



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 30 août 2015

[Q&A] [ROOT][CWM][GAPPS][GIONEE ELIFE E7]Root GiONEE Elife E7 VERY EASILY



Q&A for [ROOT][CWM][GAPPS][GIONEE ELIFE E7]Root GiONEE Elife E7 VERY EASILY

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for [ROOT][CWM][GAPPS][GIONEE ELIFE E7]Root GiONEE Elife E7 VERY EASILY. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)