Re: [android-porting] Re: launching apps from native code

2012-07-17 Thread Dianne Hackborn
What is "DesktopIcon"? I don't understand what you are describing. On Tue, Jul 17, 2012 at 2:46 PM, HV wrote: > Ok, I got this working. A simple JAVA app (say JNIDemo) that calls a > native method (in say NativeLib.so), which in turn calls back a JNIDemo > method. All of this is working seamles

Re: [android-porting] Re: launching apps from native code

2012-07-17 Thread HV
Ok, I got this working. A simple JAVA app (say JNIDemo) that calls a native method (in say NativeLib.so), which in turn calls back a JNIDemo method. All of this is working seamlessly. Now, the next problem I have is context related. I have a desktop icon which is supposed to launch an Android ap

[android-porting] Re: Issue with Zygote initialization after migrating host to Ubuntu 12

2012-07-17 Thread Alexis
Similar issue on Ubuntu 10.04 building Android Gingerbread, but with the opposite solution. For several months now the Sun Java 1.6.0_31 version has worked fine, while the OpenJDK version gives build errors. On my system the Sun version was selected for all Java packages except for the 'jar' pa

[android-porting] Re: barcode support in android

2012-07-17 Thread HBK
By using Zxing library provided by Google you can read barcode, qrcode etc , its simple and easy to integrate to your project. Here are the following links: http://code.google.com/p/zxing/ and http://code.google.com/p/zxing/downloads/list On Wednesday, July 11, 2012 8:38:36 AM UTC+5, venkat