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

2010-04-27 Thread Chih-Wei
Please send your question of Android-x86 to android-x86 discussion group. You can't modify /system of android-x86, since it's absolutely read-only. But you can install apk to android-x86 like an android phone. See AppHowto in android-x86 website. For the adb issue, it's in the Android SDK. On

[android-beginners] Re: How to add my application to the build process?

2009-04-28 Thread Chih-Wei
Thank you for the reply. Yes, I know how to use adb to install an application by hand. But I'm asking how to add an application to the build process. I'd like to create a customized image containing my application. Is that possible? I think I can copy the directory of an existing application and

[android-beginners] How to add my application to the build process?

2009-04-27 Thread Chih-Wei
Hi, I'd like to know is it possible to add my application to the build process? I mean, building my application by invoking 'make' on the top android tree, and put it into the generated image for testing. Is there any guideline for it? Thanks a lot!