[android-developers] Re: Problem using adb push

2010-07-31 Thread nh2
Use adb shell and check if you are root (see the # instead of $ shell sign). I had to adb shell; su; mkdir /data/pcsc; mkdir /data/pcscd and then I could push over the files. On 10 Jun., 02:06, Jiss wrote: > Hello everyone ! > > I am trying to port PC/SC on my G1 in order to develop on a smartcar

[android-developers] Re: Problem using adb push

2010-06-10 Thread Jiss
Nobody has an idea ? :/ On 10 juin, 02:06, Jiss wrote: > 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