Hello !

topic: File System 
extracting /system to the sdcard image in emulator:

my environment is AMD64 laptop with Ubuntu 8.04
sdk:  android-sdk_m5-rc15_linux-x86

following sequence in emulator shell doesn't work

# chmod 774 /data/busybox
# ln -s /sbin/tar /data/busybox
# cd sdcard
# tar -cvf /system -C /sdcard

tar exists neither in /sbin nor in /data/busybox.
if i push tar from desktop to /data/busybox with adb and make it executable

executing
#/data/busybox/tar -cvf /system -C /sdcard
outputs
# /data/busybox/tar: 1: Syntax error: "(" unexpected

any idea, how can i go around?

yalcin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-internals?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to