[RECOVERY] [TWRP 2.8.0.0] [v500] [9-11-2014]

testadeferro

Senior Member
Feb 20, 2012
870
300
0
Porto
cmon now read a lil more carefully

I've had my tab in bootloops a few times already

power it off (hold the power button in for a few seconds it will shut down)

push both volume buttons

plug in the usb
Very tricky but done, thanks guys. It´s my first lg anyway... But feel ashamed from someone that does testpoints and other complicated things on sony devices ;)
 

katsika

Senior Member
Oct 15, 2013
234
56
0
Athens
I finally found some time to flash your recovery. I installed minimal adb from here http://forum.xda-developers.com/showthread.php?t=2317790 , connected my tab with usb debugging on, run a command prompt in the folder where i installed adb, i run adb (shows the adb v 1.0.31 with all commands), i run adb devices and shows LG-V500-073..... device attached, i navigate to the bin folder of loki which is located in another internal hard drive in my pc, i run adb push twrp2.6.3.1.lok /data/local/tmp and i get 'adb' is not recognised as an internal or external command,operable program or batch file. I dont want to flash with flashify but i want to use adb as i want to learn how to use it and the first method you posted is safer as it verifies the file.

1) Should i put all the files of bin folder along with the recovery image (currently in E: partition) inside the folder of adb (D: partition)?
2) In your guide you mention adb push openrecovery-twrp-2.6.3.0-awifi.img, but the updated twrp is a lok file. So, i just replace where it says openrecovery-twrp-2.6.3.0-awifi.img with twrp2.6.3.1.lok, right?

Sorry for being such a noob, i just want to get some things clear before i try to flash it. Thanks in advance!
 

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
I finally found some time to flash your recovery. I installed minimal adb from here http://forum.xda-developers.com/showthread.php?t=2317790 , connected my tab with usb debugging on, run a command prompt in the folder where i installed adb, i run adb (shows the adb v 1.0.31 with all commands), i run adb devices and shows LG-V500-073..... device attached, i navigate to the bin folder of loki which is located in another internal hard drive in my pc, i run adb push twrp2.6.3.1.lok /data/local/tmp and i get 'adb' is not recognised as an internal or external command,operable program or batch file. I dont want to flash with flashify but i want to use adb as i want to learn how to use it and the first method you posted is safer as it verifies the file.

1) Should i put all the files of bin folder along with the recovery image (currently in E: partition) inside the folder of adb (D: partition)?
2) In your guide you mention adb push openrecovery-twrp-2.6.3.0-awifi.img, but the updated twrp is a lok file. So, i just replace where it says openrecovery-twrp-2.6.3.0-awifi.img with twrp2.6.3.1.lok, right?

Sorry for being such a noob, i just want to get some things clear before i try to flash it. Thanks in advance!
first of all what is your software version in about tablet in the settings menu? is it V50010a? thats the only version this works for
to make it easy for you you could take the loki_flash out of the bin folder and put with you adb along with the .lok
and run your commands from there and yes replace it

*edit if you have a v50010c I can patch a recovery for that one too
 
Last edited:
  • Like
Reactions: katsika

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
@Drgravy Can u put this recovery at 1280*1080 p resolution. This being a tablet I think it would look better. Or instead put it at 1080*1280 as it doesn't fit the hole screen now

Its just a small deal thing but doesn't hurt to ask : b
right now it is at 1080x1920 where our screen is 1200x1920
and there are only so many sizes to chose from with twrp

so a whole new theme needs to be created for our device and thats alot of time involved work

so probably not any time soon
 

katsika

Senior Member
Oct 15, 2013
234
56
0
Athens
Add adb to path or run adb from his folder and then cd to recovery directory :)
I tried to configure adb running from any directory following this guide here http://forum.xda-developers.com/showthread.php?t=1161779 but it didnt work for me.

first of all what is your software version in about tablet in the settings menu? is it V50010a? thats the only version this works for
to make it easy for you you could take the loki_flash out of the bin folder and put with you adb along with the .lok
and run your commands from there and yes replace it

*edit if you have a v50010c I can patch a recovery for that one too
Its a V50010a. I put the twrp.lok (renamed for my convenience) and the loki_flash inside my adb folder and thats the result:

http://i39.tinypic.com/2wgyjhh.jpg

What am i doing wrong here? :(
 

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
I tried to configure adb running from any directory following this guide here http://forum.xda-developers.com/showthread.php?t=1161779 but it didnt work for me.



Its a V50010a. I put the twrp.lok (renamed for my convenience) and the loki_flash inside my adb folder and thats the result:

http://i39.tinypic.com/2wgyjhh.jpg

What am i doing wrong here? :(

ok try it this way

if it fails again copy and paste the output to pastebin.com and give us the link (much easier to see)



Code:
adb push loki_flash /data/local/tmp/loki_flash

adb push twrp.lok /data/local/tmp/twrp.lok

adb shell

su

cd /data/local/tmp

chmod 777 loki_flash

./loki_flash recovery /data/local/tmp/twrp.lok

exit

exit

adb reboot recovery
 
  • Like
Reactions: katsika and aventu

katsika

Senior Member
Oct 15, 2013
234
56
0
Athens
ok try it this way

if it fails again copy and paste the output to pastebin.com and give us the link (much easier to see)



Code:
adb push loki_flash /data/local/tmp/loki_flash

adb push twrp.lok /data/local/tmp/twrp.lok

adb shell

su

cd /data/local/tmp

chmod 777 loki_flash

./loki_flash recovery /data/local/tmp/twrp.lok

exit

exit

adb reboot recovery
Ok, that did the trick! (proof of flashing http://pastebin.com/heuz65TM ) I also used the key combo to enter recovery and everything seems to work fine! Thank you so much guys for your really useful help. Just one question, if you release an updated version of twrp how am i supposed to flash it? With that last method you posted here? Thank you so much again, you guys here are really helpful.
 

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
Ok, that did the trick! (proof of flashing http://pastebin.com/heuz65TM ) I also used the key combo to enter recovery and everything seems to work fine! Thank you so much guys for your really useful help. Just one question, if you release an updated version of twrp how am i supposed to flash it? With that last method you posted here? Thank you so much again, you guys here are really helpful.
yes same way

unless I make a flashable zip
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone