5
votes
1answer
64 views

no adb devices detected after failed revert to Android

Just a few days ago I tried to revert my Asus Nexus 7 wifi back to Android from Ubuntu Touch Preview and made a mistake somewhere. To sum up, now my device has no OS on it so it will only show the ...
2
votes
2answers
215 views

Is there a minimal installation of ADB?

When it comes to troubleshooting, I often read recommendations like "Use adb logcat to find some more details". Looking for a good way to backup all my apps including their data, Full Backup of ...
0
votes
0answers
200 views

Adb Push doesn't push MyROM.zip /sdcard/ though it says it copied the file (Samsung Galaxy Mini)

I want to install latest stable CyanogenMod to Galaxy Mini aka. tass: http://wiki.cyanogenmod.org/w/Install_CM_for_tass I installed the Google USB drivers as per ...
0
votes
1answer
136 views

Mass install apps using FTP/HTTP

I would like to mass install few apps at one time from a single FTP server - from Android phone, without using adb command. The phone will be rooted and will have and the option to install non-Market ...
0
votes
1answer
222 views

Failure -12 error when installing an apk file

When I try to install this app (http://ziyang.eecs.umich.edu/projects/powertutor/UMLogger-release-signed.apk) on G1 phone I'm getting this error message: Failure [-12] What's the problem?
10
votes
2answers
5k views

Why is “insufficient storage” wrongly reported when installing an .apk via adb?

I have an HTC Desire running Froyo. It is not rooted, nor have I installed any custom ROM. I get an "Insufficient Storage" error when I'm trying to install an app via adb/eclipse. The .apk is only ...