ADB Issues

mithu

Member
Joined
May 5, 2010
Messages
48
Reaction score
0
Location
De, USA
Hey guys,

I tried to search, and found info. But it didnt really help me.

Prolly a noob question:

So im trying to get access to ADB shell. ON my droid 2, that is rooted. I first go to terminal, and type:
Su
that gives me
#
after that i try
# adb shell
i get no such directory.

but if I reset terminal, and try adb shell. it gives adb: permission denied.

Im getting annoyed lol. Been trying for the past few days. :/
 

chrstdvd

Member
Joined
Sep 30, 2010
Messages
577
Reaction score
0
Location
McKenney Va
If U are doing this on ur phone U do not need to to type adb shell because su puts u in the shell. Plus U do not use adb command on the phone, only on computer. Once you get the # U type linux commands. Need more, let me know.

Sent from my DROID2 using DroidForums App
 
OP
M

mithu

Member
Joined
May 5, 2010
Messages
48
Reaction score
0
Location
De, USA
Thanks for quick reply. I feel stupid lol. the ABD file itself is in different folder. I think after 2.1 or something they moved it. I had to Download SDK 1st. then download all the other stuff thru the SDK.

I got the issue above fixed. Now im stuck at when i am in the shell with the #. I try to use this command:

sqlite3 /data/data/com.android.providers.settings/databases/settings.db

i get sqlite3: not found.


Thanks In advance haha
 
OP
M

mithu

Member
Joined
May 5, 2010
Messages
48
Reaction score
0
Location
De, USA
Thank i will def read it.

I was just trying to remove the SMS limit on my phone. The guides out there are just repeat each other, and are sorta out dated. lol.

Also wanted to see how sqlite3 works.

Thanks Again
 
Top