[Q]ADB in recovery mode?

<robin>

Senior Member
Jun 12, 2012
124
92
0
how to enable adb shell in recovery mode?
when i try "adb shell" in recovery mode,it says sh not find somthing
does this means can't use adb in recovery mode?

i want trace recovery bin by ida pro,sames i have 2 chose:
1,enable adb shell and gdb server in recovery mode
2,or run recovery bin in normal mode.

the 1st,cant open adb shell
the 2nd got segment error in sh

please help!:eek:
 

stifilz

Senior Member
Jan 9, 2012
1,838
1,173
0
NZ
how to enable adb shell in recovery mode?
when i try "adb shell" in recovery mode,it says sh not find somthing
does this means can't use adb in recovery mode?

i want trace recovery bin by ida pro,sames i have 2 chose:
1,enable adb shell and gdb server in recovery mode
2,or run recovery bin in normal mode.

the 1st,cant open adb shell
the 2nd got segment error in sh

please help!:eek:
Release 5a recovery?? I get error: closed

Drivers are good aye?

Stifilz
 
  • Like
Reactions: phazingazrael

condi

Senior Member
Feb 13, 2007
743
980
123
how to enable adb shell in recovery mode?
when i try "adb shell" in recovery mode,it says sh not find somthing
does this means can't use adb in recovery mode?

i want trace recovery bin by ida pro,sames i have 2 chose:
1,enable adb shell and gdb server in recovery mode
2,or run recovery bin in normal mode.

the 1st,cant open adb shell
the 2nd got segment error in sh

please help!:eek:
hi robin,

1. change region to US,
2. download this hacked_recov,
3. run recovery, update with this file, should finish with error 7,
4. wait one minute, and adb should be available - make sure that you have installed adb drivers for recovery device.
5. when in adb shell type this:
Code:
/system/bin/tempsu
PATH=$PATH:/system/bin:/system/xbin
and you will get root, and normally working with all the commands shell.

br
condi
 
  • Like
Reactions: mehdifirefox

djton99

Member
Mar 13, 2006
12
0
0
US
getting prohibit update as a result of checking version or base

hi robin,

1. change region to US,
2. download this hacked_recov,
3. run recovery, update with this file, should finish with error 7,
4. wait one minute, and adb should be available - make sure that you have installed adb drivers for recovery device.
5. when in adb shell type this:
Code:
/system/bin/tempsu
PATH=$PATH:/system/bin:/system/xbin
and you will get root, and normally working with all the commands shell.

br
condi
So I've been at this for days now. From what I can read here and on the web it looks like my region file is screwed up. Tried a million different region zips.

I can get device to show in adb as recovery.

Any thoughts?