hey guys whats the key combo to entree Recovery?trying that now
key combo works![]()
EDIT: and whats this Secure Booting Error on reboot to Recovery???
Regards
Last edited:
hey guys whats the key combo to entree Recovery?trying that now
key combo works![]()
Power + Volume Downhey guys whats the key combo to entree Recovery?
EDIT: and whats this Secure Booting Error on reboot to Recovery???
Regards
Power + Volume Down
When LG Logo comes release only Power, then FAST hold power and volume up while you STILL hold Volume down all the time. This takes you to "Factory Reset" and when you have custom recovery, hitting power will not factory reset, it will go to custom recovery.
"Secure boot error" is to indicate that Loki is working and that you can run custom roms on the device. It is a "good" error. ^^
Anyone?Do we have any way of flashing this recovery without flashing first TWRP?
If yes, would someone post a ste-by-step guide for a noob like me?
After rooting i used flashify.Anyone?
It is not possible, as to use flashify you should already on the custom recovery. It will not work in stock recovery.After rooting i used flashify.
Onestly i do not remember if i flashed twr before flashing philz, but for sure i never booted in twr.
sent from tablet
So flash before twr and consequently philzIt is not possible, as to use flashify you should already on the custom recovery. It will not work in stock recovery.
I want to bypass the TWRP, but finally I did flashed it using adb command. Thanks for trying to help though.So flash before twr and consequently philz
As i wrote i did not remember exactly, but if you are sure, i'm sure that i did:
Fashify twr -> flashify philz
sent from tablet
What's wrong with twrp and what advantage does this have over twrp?Dude, thanks. I love CWM, and your edition is ultimate, lol. Was so sad that I had to use TWRP.
Sent from my LG-V500 using XDA Premium 4 mobile app
@Phil3759. The recovery takes half an hour to make a backup of stock ROM.Try them both see what suit you best
+1@Phil3759. The recovery takes half an hour to make a backup of stock ROM.
My gs3 with much much much more content takes about 5/6 min
Can u look into it?
There's nothing wrong with TWRP. I just showed my gratitude to the bringer of my preferred recovery. It was the first I used, TWRP didn't exist. I see no reason to change. I love CWM.What's wrong with twrp and what advantage does this have over twrp?
Twrp also slow?+1
My Note 2 takes 3 - 4 minutes for backup of 2.5gb data using Philz
But G Pad takes 16-18 minutes for backup of 1.2gb data
my exFat 64GB needs 5m for Nandroid Backup on external Card.I am working to enhance backup speed
For now, you can fix it by disabling the progress bar and logging in Nandroid Settings
If it doesn't work, then it is caused by using and exfat card. For now, cwm uses fuse. I did not implement kernel module support for v500 yet
If people here need exfat, I can look at it
---------------------------------------------------
Requirements to flash recovery:
---------------------------------------------------
1.) If not done yet, your LG Gpad must be rooted before flashing recovery image (use root.bat inside root_gpad-updated folder)
2.) You need fastboot and adb on your PC to flash recovery image
3.) ADB Debugging must be enabled on your LG Gpad
---------------------------------------------------
Usage:
---------------------------------------------------
Open a terminal and execute the following commands inside recovery folder.
adb push recovery-image-name.lok /data/local/tmp
adb push loki_flash /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/loki_flash
/data/local/tmp/loki_flash recovery /data/local/tmp/recovery-image-name.lok
adb reboot recovery
---------------------------------------------------
-The End-
---------------------------------------------------
This was what I asked weeks before. Already installed TWRP though. But this will come handy anytime. Great job!For all LG G Pad 8.3 V50010a owners who want to flash this great recovery directly without TWRP, I made a bundle with loki patched PhilZ Touch recovery 6.12.8 for V50010a only.
If you have a different G Pad than V50010a you have to patch the recovery by yourself first (checkout https://github.com/djrbliss/loki/blob/master/README.txt how to do that).
I also added a updated root package with latest superuser.apk and su binary in case the device is not rooted yet.
Download:Code:--------------------------------------------------- Requirements to flash recovery: --------------------------------------------------- 1.) If not done yet, your LG Gpad must be rooted before flashing recovery image (use root.bat inside root_gpad-updated folder) 2.) You need fastboot and adb on your PC to flash recovery image 3.) ADB Debugging must be enabled on your LG Gpad --------------------------------------------------- Usage: --------------------------------------------------- Open a terminal and execute the following commands inside recovery folder. adb push recovery-image-name.lok /data/local/tmp adb push loki_flash /data/local/tmp adb shell su chmod 755 /data/local/tmp/loki_flash /data/local/tmp/loki_flash recovery /data/local/tmp/recovery-image-name.lok adb reboot recovery --------------------------------------------------- -The End- ---------------------------------------------------
recovery-root-bundle-lg_gpad8.3-V50010a-pay87.zip - 14.03 MB
I hopes this helps to save some time for new users!![]()