[Q] Semi-bricked hdx

Search This thread
So...some mistake in update-script with setperm on stock slot and now I have a device:
- device is turning on
- clean, pure unregistered stock firmware
- adb work (pull/push)
- adb shell/install doesn't work (bin/sh not found)
- adb backup/restore doesn't work
- i have no safestrap (its missing after unsuccessful flashing)
- com.amazon.dcp.apk renamed, so future ota doesnt help
- wifi bluetooth doesn't work (no mac-address)
- I can copy files to/from sdcard
- i have su and daemonsu in /xbin (maybe....)

Any method to install apk ? Something like "file:///sdcard.1apk" like other android device, or maybe through silk debugging I could make same html-code to access sdcard? or fastboot flashing something to restore to stock. If I could install safestrap or es file explorer its would be great...

Thanks. Sorry my English.
 
Last edited:

kobayashimaru

Member
Nov 23, 2011
8
0
./adb install mypackage.apk
on linux or
adb install mypackage.apk
on windows

As a note and just to clear it up a little, should someone find this while researching. When i was looking for this command and found the answer elsewhere, it wasn't quite clear on where the APK was taken from. It's from the system you issue the command from, not the device where you want the APK to be installed.

So for example. If you have the APK on your harddrive (D:\) in windows, you would issue this command in the command line:

adb install D:\APK_to_be_installed.apk
 
Last edited: