vendredi 8 juillet 2016

Method to flash Recovery on your Lollipop LG G Pro 2 (F350L)

It should be this one, you must unzip in Windows 7,
and make the folders unhidden.
http://ift.tt/29UK3FR


unzip and copy the adb.exe etc. files and the imgL folder to Desktop
Make sure your Windows 7 (not Windows 8/10) can recognise adb.exe,
google for solution if it doesn't.


Create a Flash.bat containing the following scripts:

@ECHO off
pause
echo contacting, please wait
adb kill-server > NUL 2>&1
echo one minute, be patient
adb shell su -c "mount -o remount, rw /system"
adb shell su -c "rm -r /sdcard/img"
adb shell su -c "mkdir /sdcard/img"
adb push imgL /sdcard/img
adb shell su -c "dd if=/storage/emulated/0/img/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery"
adb shell su -c "dd if=/storage/emulated/0/img/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot"
adb shell su -c "dd if=/storage/emulated/0/img/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/boot"
adb shell su -c "dd if=/storage/emulated/0/img/dbi.img of=/dev/block/platform/msm_sdcc.1/by-name/dbi"
adb shell su -c "dd if=/storage/emulated/0/img/laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf"
adb shell su -c "dd if=/storage/emulated/0/img/persist.img of=/dev/block/platform/msm_sdcc.1/by-name/persist"
adb shell su -c "dd if=/storage/emulated/0/img/rpm.img of=/dev/block/platform/msm_sdcc.1/by-name/rpm"
adb shell su -c "dd if=/storage/emulated/0/img/sbl1.img of=/dev/block/platform/msm_sdcc.1/by-name/sbl1"
adb shell su -c "dd if=/storage/emulated/0/img/tz.img of=/dev/block/platform/msm_sdcc.1/by-name/tz"
adb shell su -c "dd if=/storage/emulated/0/img/modem.img of=/dev/block/platform/msm_sdcc.1/by-name/modem"
adb shell su -c "rm -r /sdcard/img"
echo.
echo ************************************************** *********************
echo * Congratulations , reboot to recovery *
echo ************************************************** *********************
echo.
pause
adb reboot recovery

Any questions can email to me: yplim2300@msn.com


from xda-developers http://ift.tt/29UJKeg
via IFTTT

Aucun commentaire:

Enregistrer un commentaire