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

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0

SnowPluralism

Senior Member
Jan 11, 2012
1,693
1,403
113
Inside Your Mind
Op amazing work
Recovery works flawlessly

My only "complain" is can u make the recovery fit our screen?
Its not a big deal but if the recovery fitted screen or just was centered would be great because right now it sits on the left side.

Thank a lot

Enviado do meu LG-V500 através de Tapatalk
 

darkassain

Senior Member
Oct 30, 2008
195
139
0
Just FYI since it seems i have been reading here and nothing comes up, format sd partition hard bricks the tablet (into QHSUSB mode) and should be disabled or at least point to the ext sd card
 
Last edited:

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
Just FYI since it seems i have been reading here and nothing comes up, format sd partition hard bricks the tablet (into QHSUSB mode) and should be disabled or at least point to the ext sd card
I will look into it

just to be clear not really sure what you did?

did you go to wipe then format data or

advanced then partition sd card or something else?
 

joshuadjohnson22

Senior Member
Oct 27, 2011
3,388
1,256
0
Atlanta
just posted a new build

this will work with cm/aosp builds and also fixes the button combo
it says factory reset but it wont actually do it;)

just make sure you grab the one called: twrp-v500.lok
Is there a way to get the update as an img file so we can use flashify? Also is this only for cm builds or both

Sent from my LG-V500 using Tapatalk
 
  • Like
Reactions: Arjoma

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
Is there a way to get the update as an img file so we can use flashify? Also is this only for cm builds or both

Sent from my LG-V500 using Tapatalk
it should work for both
as for a .img try renaming it from .lok to .img or wait for an official build;)

yep advanced> partition sdcard thinking it meant the ext sdcard
ok I will get that removed asap
 
  • Like
Reactions: joshuadjohnson22

mallman

Senior Member
Aug 17, 2008
2,018
140
0
it should work for both
as for a .img try renaming it from .lok to .img or wait for an official build;)



ok I will get that removed asap
asn an FYI, i tried renaming it and using flashify and mine jsut stays on the screen

Fastboot mode started
ubc_start()


So im assuming that does not work :)
 

Palux

Senior Member
Nov 23, 2013
149
42
0
don't kill me but...

Code:
[email protected]:/ # /data/local/tmp/loki_flash recovery /data/local/tmp/openrecover
y-twrp-2.6.3.0-awifi.img
very /data/local/tmp/openrecovery-twrp-2.6.3.0-awifi.img                      <
sh: /data/local/tmp/loki_flash: [B]can't execute: Permission denied[/B]
what I wrong?


ok...understood, when i I type SU i don't obtain "administrator" to run the successive command, why?
 
Last edited:

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
don't kill me but...

Code:
[email protected]:/ # /data/local/tmp/loki_flash recovery /data/local/tmp/openrecover
y-twrp-2.6.3.0-awifi.img
very /data/local/tmp/openrecovery-twrp-2.6.3.0-awifi.img                      <
sh: /data/local/tmp/loki_flash: [B]can't execute: Permission denied[/B]
what I wrong?

if you plan on flashing cmb that version wont work
download the one called : twrp2.6.3.1.lok
and use these commands

adb push twrp2.6.3.1.lok /data/local/tmp
adb push loki_flash /data/local/tmp
adb shell
su (you might get a prompt for su on your device)
/data/local/tmp/loki_flash recovery /data/local/tmp/twrp2.6.3.1.lok
exit
exit
adb reboot recovery
 
Last edited:

Palux

Senior Member
Nov 23, 2013
149
42
0
adb push twrp2.6.3.1.lok /data/local/tmp
adb push loki_flash /data/local/tmp
adb shell
su (you might get a prompt for su on your device)
/data/local/tmp/loki_flash recovery /data/local/tmp/twrp-2.6.3.1.lok
exit
exit
adb reboot recovery


Ok, using the latest version I get

Code:
C:\Windows\system32>cd C:\Users\Palux\Downloads\loki-master\loki-master\bin

C:\Users\Palux\Downloads\loki-master\loki-master\bin>adb push twrp2.6.3.1.lok /d
ata/local/tmp
3506 KB/s (11061248 bytes in 3.080s)

C:\Users\Palux\Downloads\loki-master\loki-master\bin>adb push loki_flash /data/l
ocal/tmp
1245 KB/s (6376 bytes in 0.004s)

C:\Users\Palux\Downloads\loki-master\loki-master\bin>adb shell
[email protected]:/ # su
su
[email protected]:/ # /data/local/tmp/loki_flash recovery /data/local/tmp/twrp-2.6.3.
1.lok
very /data/local/tmp/twrp-2.6.3.1.lok                                         <
sh: /data/local/tmp/loki_flash: can't execute: Permission denied
126|[email protected]:/ #
mmh...something is wrong.
even if I try from the terminal in tablet

I see the files in the temporary folder on the tablet ... the problem I think is just "administrator" with command su after adb shell

in SuperUser i enabled "app and ADB"

have you any idea?
 
Last edited:

Drgravy

Senior Member
Mar 22, 2012
985
2,537
0
Ok, using the latest version I get

Code:
C:\Windows\system32>cd C:\Users\Palux\Downloads\loki-master\loki-master\bin

C:\Users\Palux\Downloads\loki-master\loki-master\bin>adb push twrp2.6.3.1.lok /d
ata/local/tmp
3506 KB/s (11061248 bytes in 3.080s)

C:\Users\Palux\Downloads\loki-master\loki-master\bin>adb push loki_flash /data/l
ocal/tmp
1245 KB/s (6376 bytes in 0.004s)

C:\Users\Palux\Downloads\loki-master\loki-master\bin>adb shell
[email protected]:/ # su
su
[email protected]:/ # /data/local/tmp/loki_flash recovery /data/local/tmp/twrp-2.6.3.
1.lok
very /data/local/tmp/twrp-2.6.3.1.lok                                         <
sh: /data/local/tmp/loki_flash: can't execute: Permission denied
126|[email protected]:/ #
mmh...something is wrong.
even if I try from the terminal in tablet

I see the files in the temporary folder on the tablet ... the problem I think is just "administrator" with command su after adb shell

in SuperUser i enabled "app and ADB"

have you any idea?

ok try this:


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

adb push twrp2.6.3.1.lok /data/local/tmp/twrp2.6.3.1.lok

adb shell

su

cd /data/local/tmp

chmod 777 loki_flash

./loki_flash recovery /data/local/tmp/twrp2.6.3.1.lok

exit

exit

adb reboot recovery
 
Last edited:
  • Like
Reactions: Palux

Palux

Senior Member
Nov 23, 2013
149
42
0
Great! Now is all righ with the last command you gave me @Drgravy...no error, no problem of permission etc...Good!!!



for other users, look the correct name of file/command

no twrp-2.6.3.1.lok but twrp2.6.3.1.lok

:good::good::good::fingers-crossed::fingers-crossed::fingers-crossed:

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

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

adb shell

su

cd /data/local/tmp

chmod 777 loki_flash

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

exit

exit

adb reboot recovery

Optimal command if you have denied permission problems
 
Last edited:
  • Like
Reactions: Drgravy
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