Android311
Android Enthusiast
Is there a way we can run cwm off an sd card?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Files\adb shell "ln -s /data /data/gpscfg/gps_env.conf"
$ stat /data/gpscfg
stat: can't stat '/data/gpscfg': No such file or directory
$ ln -s /data /data/gpscfg/gps_env.conf
link failed No such file or directory
The bat file there will fail in at least 1 place, and not bother to check the return value. It does this:
Code:Files\adb shell "ln -s /data /data/gpscfg/gps_env.conf"
However, the phone does not like this:
Code:$ stat /data/gpscfg stat: can't stat '/data/gpscfg': No such file or directory $ ln -s /data /data/gpscfg/gps_env.conf link failed No such file or directory
@ECHO OFF
CLS
echo CWM Recovery for the LG LS696
echo One click Built by mtmichaelson
echo Exploit Built by djrbliss
echo CWM made by BobZhome
echo.
echo.
echo.
Echo Clockwork Mod Recovery
pause
Files\adb kill-server
Files\adb wait-for-device
echo Device found.
echo Pushing CWM to Phone
Files\adb push Files\cwmrecovery.img /data/local/tmp/cwmrecovery.img
Files\adb shell "rm /data/gpscfg/gps_env.conf 2>/dev/null"
Files\adb shell "ln -s /data /data/gpscfg/gps_env.conf"
echo Rebooting device
Files\adb reboot
echo Waiting for device to reboot
Files\adb wait-for-device
echo Pushing Exploit
Files\adb shell "echo 'ro.kernel.qemu=1' > /data/local.prop"
echo Rebooting device again
Files\adb reboot
echo Waiting for device to reboot
Files\adb wait-for-device
echo Installing CWM Recovery
Files\adb remount
Files\adb shell "rm /system/etc/install-recovery.sh"
Files\adb shell "rm /system/recovery-from-boot.p"
Files\adb shell "dd if=/data/local/tmp/cwmrecovery.img of=/dev/block/mmcblk0p17 bs=4096"
echo Removing Trash
Files\adb shell "rm /data/local/tmp/cwmrecovery.img"
Files\adb shell "rm /data/local.prop"
Files\adb shell "rm /data/gpscfg/*"
Files\adb shell "chmod 771 /data/"
echo Finished Recovery!!!
Files\adb reboot
pause
exit
CWM Recovery for the LG LS696Edited installer, hopefully it plays nice now: CWM-Installer_v2.zip
Make sure to enable USB Debugging on your phone.it doesent work for me it shows a cmd windows for like 1 second and it goes away
Does your phone have a USB 'Charge Only' mode? If so, turn it on and try again.yup all is checked and tried again but a no go
Hopefully, I don't stike out: installrecovery.zip
Again 1) unzip on PC, 2) plug phone into PC, and 3) run install.bat
Can you adb to your phone while it is off and charging?