hi,
in the past day i have encounter a weird issue when connecting my fascinate to my computer (mac os x, snow leopard) via a usb cable.
in the past i was able to connect to it and use adb to root my fascinate and push files to it.
now when i do the following command:
./adb push nfl.apk /sdcard
i get the following error:
failed to copy 'nfl.apk' to '/sdcard/nfl.apk': Permission denied
i am able to manually copy the file over using the finder within OSX and copying it directly over to the sdcard
However, when i run the following command:
$ ./adb shell
$ cd /sdcard
cd: can't cd to /sdcard
$ su
# cd sdcard
# ./nfl.apk
./nfl.apk: not found
# ls
# ls -al
-al: No such file or directory
# pwd
/sdcard
using astro file viewer i can see the file exist in my /sdcard folder.
anyone have any idea what is going on? I have verified that debugging is turned on within settings --> applications-->development.
thanks,
jae
in the past day i have encounter a weird issue when connecting my fascinate to my computer (mac os x, snow leopard) via a usb cable.
in the past i was able to connect to it and use adb to root my fascinate and push files to it.
now when i do the following command:
./adb push nfl.apk /sdcard
i get the following error:
failed to copy 'nfl.apk' to '/sdcard/nfl.apk': Permission denied
i am able to manually copy the file over using the finder within OSX and copying it directly over to the sdcard
However, when i run the following command:
$ ./adb shell
$ cd /sdcard
cd: can't cd to /sdcard
$ su
# cd sdcard
# ./nfl.apk
./nfl.apk: not found
# ls
# ls -al
-al: No such file or directory
# pwd
/sdcard
using astro file viewer i can see the file exist in my /sdcard folder.
anyone have any idea what is going on? I have verified that debugging is turned on within settings --> applications-->development.
thanks,
jae