• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

No Shell

it's a pandigital multimedia ereader that got stuck in a boot loop. sometime adb sees it in recovery but I can't execute a shell to flash_image recovery.img
 
I dl'd bash and did the following;

usr/local/android-sdk-linux_86/tools# ./adb push ~paulw/bash /system/bin/sh
'
failed to copy '/home/paulw/bash' to '/system/bin/sh': Not a directory

so maybe my bin directory is trashed? Any way to make a new one?
 
I'd question if the filesystems are ok first. I can't get to the adb pages so I'm going by memory - won't adb mount show the fstab?

Edit - No, I don't think so, but double check...
 
Back
Top Bottom