[android-developers] Re: .apk file resource optimisation

2009-02-04 Thread FranckLefevre
Dear Raja, I think that compressing resources in APK is not such convenient for two re On Feb 3, 11:44 am, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: When we open up the .apk file in winzip (as it is a jar file), we see the classes are compressed and stored as one file. However the

[android-developers] Re: .apk file resource optimisation

2009-02-04 Thread FranckLefevre
Dear Raja, I think that compressing resources in APK would not be that convenient for two reasons: 1- when resources are actual pictures, they are usually already compressed (using GIF, JPG, PNG,...) and trying to ZIP them does not significantly reduce their size 2- APK resource files are

[android-developers] Re: JMI and android

2009-01-20 Thread FranckLefevre
Hi All, Note that it is already possible to create complete apps using JNI. This video ( http://www.youtube.com/watch?v=PYkwHjc6wyo ) shows a Kaleido based ODP (on device portal) running as a Android app without any specific change in the framework itself. Exactly the same app runs fine on

[android-developers] Re: how to send AT command to android phone?

2009-01-19 Thread FranckLefevre
Dear All, So what about sending ADPU to the SIM card ? We are currenlty integrating a NFC device on a G1 and we need to send APDU comands to the SIM to take advantage if this. What is the best way to do so ? BTW: Who know what is the modem used in ADP1 ? Getting this information would allow

[android-developers] Re: Is Android going to use the LGPL'ed Qt 4.5?

2009-01-15 Thread FranckLefevre
Oh ! Thanks David ! Thanks ! Let's keep Android clean, young ...unpolluted. ;-) Franck On Jan 15, 10:29 am, David Turner di...@android.com wrote: short answer: no On Wed, Jan 14, 2009 at 9:05 PM, Alexander Orlov alexander.or...@loxal.netwrote: Today Nokia have announced

[android-developers] Re: Recording audio stream

2008-12-30 Thread FranckLefevre
The application Phone Recorder available in Market softwares already does this pretty well. I don't know if sources are available somewhere... Franck. On Dec 25, 1:27 am, vitalii.mi...@gmail.com vitalii.mi...@gmail.com wrote:   Is there any way to record audio stream and send streaming