[android-porting] Re: Plz remove me from this group thanks!

2010-08-31 Thread mah
You must remove yourself. unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting On Aug 30, 11:31 am, 马献伟 haha76...@163.com wrote: -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: WxWidgets on android

2010-08-12 Thread mah
http://code.google.com/p/android-lighthouse/ contains a port of Qt to Android, so there must not be any technical reason why WxWidgets cannot follow a similar path. I agree with you that the task will take (quite a bit of) effort, and might not have the results you're hoping for. You might

[android-porting] Re: Building SQLite

2010-07-21 Thread mah
Is there a reason you feel the need to build it, rather than just taking a copy of one from a Google-provided emulator image? I don't know what needs to be done to build the version that comes with Android sources under Windows, but if you don't mind doing things manually, start by going to

[android-porting] Re: how to open an app when the Android OS start up?

2010-06-14 Thread mah
Adding something to init.rc is fine if it's a Linux-layer application / daemon / service. If you need an Android level app to be started, you need your app to listen for the BOOT_COMPLETED broadcast intent, and your broadcast receiver needs to start whatever should be started -- normally a

[android-porting] first boot apk install

2010-05-25 Thread mah
/app is not enough, but I don't know where to locate relevant documentation. (In this case, I'm actually the 3rd party, and I'm trying to understand how my device manufacturer should be installing this in the system.) Thanks for any help... mah -- unsubscribe: android-porting+unsubscr