I don't know if its a program or another command or what. Others have reported it working fine so I wonder what we're not doing. I thought maybe the commands should be run via adb but it says to run it on the phone so I don't know.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Damn seriously? Then why would the instructions not have you move it?@gardobus : sdcard is noexec - you need to copy the binary elsewhere in order to run it. do an ls -l to verify the permissions
Damn seriously? Then why would the instructions not have you move it?@gardobus : sdcard is noexec - you need to copy the binary elsewhere in order to run it. do an ls -l to verify the permissions
Is there a temporary area or something where I can put it without just randomly throwing it somewhere?
Do we need busybox to run this?
5) Opened up terminal emulator and tried all of the following from the $ prompt AND the # (su) prompt:
flash_image recovery /sdcard/recovery-0.08.img
/sdcard/flash_image recovery /sdcard/recovery-0.08.img
I also tried to cd into /sdcard/ and run the same two commands. I tried
./flash_image recovery /sdcard/recovery-0.08.img
also and that didn't work.
didn't work :icon_eek:if flash_image is in the root of the sdcard, you'll have to run
'/sdcard/flash_image recovery /sdcard/recovery.img' since flash_image is not in your $PATH
Just to be sure, copying flash_image to /system/xbin and flashing the recovery image had nothing to do with the bricking right? LOL