[android-developers] Problem using adb push -- Use "/" instead of "\"

2011-08-29 Thread Andrey
Use "/" instead of "\" bad -- adb push E:\Text.txt \sdcard\Text.txt good -- adb push E:/Text.txt /sdcard/Text.txt -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Problem using adb push

2010-06-09 Thread Jiss
Hello everyone ! I am trying to port PC/SC on my G1 in order to develop on a smartcard. I am using the SEEK for Android tutorial ( http://code.google.com/p/seek-for-android/wiki/UsingPCSC ) But when I get to " Create required directories (/data/pcsc and /data/pcscd) on the device and copy pcscd