Re: [android-beginners] Problem - How to copy .apk to /system/app ???

2010-04-27 Thread Sebastián Treu
On Mon, Apr 26, 2010 at 12:09 AM, sridevi sridevi@gmail.com wrote: I have installed Android x86 on my PC from LiveCD. I have also mounted the sdcard. But I am not able to copy the .apk file from SDCARD into / system/app folder in Android. Kindly help. in the sdk directory you should have

Re: [android-beginners] Problem - How to copy .apk to /system/app ???

2010-04-27 Thread Rubén González
He is running Android-x86, a full OS instead of the emulator ( http://www.android-x86.org/ ). To sridevi: You are not supposed to modify the system folder. Just install the apps to /data/app. On Tue, Apr 27, 2010 at 9:58 AM, Sebastián Treu sebastian.t...@gmail.comwrote: On Mon, Apr 26, 2010

[android-beginners] Problem - How to copy .apk to /system/app ???

2010-04-26 Thread sridevi
I have installed Android x86 on my PC from LiveCD. I have also mounted the sdcard. But I am not able to copy the .apk file from SDCARD into / system/app folder in Android. Kindly help. I also tried doing this using the adb command - adb install file.apk But this didn work. In Android-developer