pаписывать звонки на htc one x

Aug 29, 2015 13:16

вот статья http://forum.xda-developers.com/showthread.php?t=1663642
но у меня была ошибка 7 при обновлении патча.
поэтому пробуем обновить рекавери:

на компе с убунтой,
устанавливаем Яву: https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru

качаем андроид СДК android-sdk_r24.3.4-linux.tgz
разархивируем его
Распаковываем архив командой
tar -xzvf android-sdk_r24.3.4-linux.tgz

заходим в распакованный
Третий шаг - обновляем SDK. Для этого переходим в распакованный архив в папку tools и оттуда запускаем файл
android
Далее со всем соглашаемся и ждем пока SDK Обновиться.

crачать обновленый рековери https://www.clockworkmod.com/rommanager
http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.4.8-endeavoru.img

It's basically a whole new recovery. If you're asking if it will delete your backups, then yes and no. It won't delete them, but TWRP won't be able to restore from them.

Someone correct me if I am wrong.

And for future reference, if you want to flash CWM from command line (say on a Mac):

Prerequisites
  • ADB installed (Should come with the SDK if you installed it through something like Eclipse)
  • USB Debugging enabled (If you can't find anything with step 1).
  1. Get your phone into fastboot/bootloader mode. Googling this should tell you how, if you can't find anything go to Step 2.
  2. Type into Terminal one of these, and you should see a verbose screen:


* adb reboot fastboot
* adb reboot bootloader

  1. Type in "fastboot erase recovery"
  2. Then "fastboot flash recovery xxx.img" where xxx is the cwm name.
Previous post Next post
Up