| ioanoanea15 a întrebat:

Salut toata lumea am o intrebare pentru cunoscatori. Am un LG g2 mini si tocmai am patchuit abootul descarcand unul patchuit de pe xda si mutandu-l in abootul telefonului. Totul a decurs bine si telefonul a bootat normal poate chiar mai rapid decat de obicei, dar nu cred ca sa patchuit deoarece tot nu reusesc sa flashuiesc twrp. Cand i dau sa booteze in twrp ecranul se face albastru pentru o secunda dupa care booteaza normal. In final m-am hotarat sa il deblochez dupa metoda clasica, prin rescrierea codului binar dar deoarece am facut deja modificari asupra abootuui ma tem sa nu il brickuiesc, asa ca intrebarea mea este, daca il resoftez se va inlocui si abootul sau va ramane acelasi pe care l-am patchuit? Va rog nu raspundeti doar de dragul de a raspunde, am nevoie de raspunsul cuiva ce are putine cunostinta pe baza de developing!

Răspuns Câştigător
| Copaci_Liviu_1981 a răspuns:

Aici ai un mini tutorial

Fastboot:

Note: This guide assumes that your device has an unlocked bootloader.

Download a TWRP recovery.img file compatible for your device.
Setup ADB and Fastboot on your PC, follow this link.
Enable USB debugging on your device:
Open Settings on your device.
Go to About phone and tap seven times on Build number, this will enable Developer options.
Now go back to Settings and you’ll see "Developer options" there, open it.
Tick the USB Debugging checkbox.
Open the folder where your TWRP Recovery.img file is saved.
Now open a command window inside that folder. To do that, "Shift + Right click" on any empty white space inside the folder and then select "Open command window here" from the context menu.
Connect your device to the PC. And type the following into the command window we opened in step 4 above to boot your device into bootloader/fastboot mode:
adb reboot bootloader
└ If your asks for permission to "Allow USB debugging", tap OK.

Once your device boots into bootloader mode, issue the following command into command window to flash the TWRP recovery.img file:
fastboot flash recovery twrp-x.x.x.x-xxx.img
└ Here modify twrp.img with the name of your TWRP recovery.img file, OR change your TWRP recovery filename to twrp.img and use the command above.

Once TWRP is successfully flashed on your device, issue the following command to reboot:
fastboot reboot

0 răspunsuri: