0
votes
0answers
25 views

Issue with the adb shell on a tablet 20080411

Hello i am trying to fastboot my tablet serialno 20080411 my problem is when i try to acces in the shell of the tablet that happens the problem, i try to make a ls the system said /system/bin/sh: ls: ...
0
votes
0answers
241 views

Cant see device with lastest adb.exe version but I can see it with an old adb version in Windows

My device is a Wolder Manhattan 7" Android tablet which is a clone copy of BQ Pascal 2. In order to get root and use adb, most guides use the BQ Pascal 2 Windows drivers for Wolder Manhattan: ...
1
vote
2answers
121 views

ADB shows unknown device

I've been developing in several Android devices since now but this one has me totally puzzled. ADB in Windows detects the device just fine, but I cannot make ADB recognize this device in Linux (Ubuntu ...
1
vote
1answer
82 views

How to get my tablet listed by adt

When I run adb devices from my Windows XP machine there is nothing listed. The tablet's Vendor ID is 18D1 and the Product ID is DEED. It gets enumerated as a USB device with a name MID. When I enable ...
0
votes
2answers
383 views

Without Root, why can I pull a specific apk using adb, but not everything in /data/app. Android 4+?

Using: Droid Bionic 4.04 without Root. I can use the adb to pull a specific apk file to my PC, for example, adb pull /data/app/com.google.android.gm-1.apk C:\my-hacks which pull gmail's apk ...
0
votes
0answers
432 views

Flashing NAND on Allwinner A13 Dev Board

I'm trying to flash the NAND on my Allwinner A13 dev board, but the I've gotten a bit stuck. Using ADB, I have transferred the image over that I want to flash, and I'm connected to the device's ...
1
vote
0answers
1k views

Rooting failed htc one x : adb server is out of date

Tried to root my mobile HTC One X AT&T Build number 1.73.502.1 710RD ATT US edition referring the following link. Root HTC One X Restarted twice but the phone was not rooted. adb server is ...
2
votes
0answers
421 views

adb restore progress

Using the backup and restore function with adb (as discussed in Full Backup of non-rooted devices) there is no progress available and often it is very hard to follow the adb logcat output as long ...
10
votes
2answers
7k views

Why can't the su binary simply be copied (techical response please)

I have rooted several Samsung devices and the underlying "goal" so to speak seems to be to get the su binary in /system/xbinand install Superuser.apk. My question is why does one have to jump through ...
10
votes
2answers
738 views

Partial adb restore

ICS devices support creating backups using adb backup, and restoring them using adb restore. Using adb backup, one can select that everything should be backed up, or only a certain package. However, ...
1
vote
0answers
149 views

How can you enable “Use secure credentials” from the shell

On the ICS ROM I'm using, the option to enable the secure credentials is missing from the menu, but the sub system seems to be there since Keystore Locker can communicate with it. So does anybody ...