[android-porting] Holding PARTIAL_WAKE_LOCK while BT file transfer

2012-06-14 Thread halli manjunatha
Hi All, As of now BT file transfer wakes device for too short time interval (1 sec) this is because of releasing the FULL_WAKE_LOCK and holding the PARTIAL_WAKE_LOCK which turns off screen and keyboard. To solve this problem I have uploaded a patch

[android-porting] Live traffic rerouting API's in Google maps (Android)

2012-04-23 Thread halli manjunatha
Hi All, I see that recently Google has started Live traffic rerouting in there maps, are there any API's defined by Google to feed the live traffic data to maps?. I looked over net but found none... Meanwhile is there any other navigation service (like based on OSM or any other map framework)

Re: [android-porting] Porting FM In Android Along With The Application

2012-04-22 Thread halli manjunatha
, 2012 at 9:53 PM, halli manjunatha hallima...@gmail.com wrote: Ranganath, Does your driver supports ioctl VIDIOC_S_HW_FREQ_SEEK? seems its not. Thing is FM JNI calls this v4l2 ioctl when you do seek from the GUI. Can you give me the link to your driver so that we can verify this. If your

Re: [android-porting] Porting FM In Android Along With The Application

2012-04-18 Thread halli manjunatha
:23 PM, halli manjunatha hallima...@gmail.com wrote: Hi Ranganath, Sorry for delayed response. Even I never used this app on Eclipse. But you can try it by removing the dependicies of JNI layer in FM RX JAVA files (FM/FmRxApp/src/com/ti/fmrxapp/FmRxApp.java). Regards Manju On Mon, Apr

Re: [android-porting] Porting FM In Android Along With The Application

2012-04-09 Thread halli manjunatha
wrote: Hi Manjunath, Thanks for your time, I want to add the FMRXAPP to eclipse, I am not getting how to make it, because the Android SDK does not contain any FM Api's, please guide to resolve this issue. Thanks, Ranga On Fri, Mar 30, 2012 at 8:43 PM, halli manjunatha hallima

Re: [android-porting] Porting FM In Android Along With The Application

2012-03-30 Thread halli manjunatha
this will solve your problem. Regards Manju On Fri, Mar 30, 2012 at 5:09 AM, Ranganath TM ranganath...@asmaitha.com wrote: Hi Manjunath, can you please tell the .mk to add kfmapp so that I can build it. Thanks, Ranganath.T.M On Wed, Mar 28, 2012 at 4:17 AM, halli manjunatha hallima...@gmail.com

Re: [android-porting] Porting FM In Android Along With The Application

2012-03-29 Thread halli manjunatha
, I am working on Snowball AP9500 processor, I am little bit confused about the folder structure, can you please guide me in adding the FM Module it. Thanks, Ranganath.T.M On Tue, Mar 27, 2012 at 8:46 PM, halli manjunatha hallima...@gmail.com wrote: Hi Ranganath, If your driver

Re: [android-porting] Porting FM In Android Along With The Application

2012-03-23 Thread halli manjunatha
...@asmaitha.com wrote: Hi Manju, Can you send the path of Android FM Android application, so that I can analyze the complete flow from application layer to the kernel, And I can get better idea to implement. Thanks, Ranga On Wed, Mar 21, 2012 at 9:12 PM, halli manjunatha hallima

[android-porting] Has Anybody ported the ANdRoad or AndNav to ICS ?

2012-03-23 Thread halli manjunatha
Hi All, I am looking forward for AndRoad/AndNav for ICS, anybody ported it to ICS? It would be a great help if anyone can point me to any OSM based Map application working in ICS? -- Regards Halli -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Porting FM In Android Along With The Application

2012-03-22 Thread halli manjunatha
might also check this link if the FM chip is Si Labs one. http://mmbtools.crc.ca/content/view/53/33/ Regards Saravana On Wed, Mar 21, 2012 at 12:37 AM, halli manjunatha hallima...@gmail.comwrote: Hi Ranga, As for I know you wont find a standard API set for FM radio in Android, cos

[android-porting] DalvikVM Crashes while accessing env-GetObjectMethod

2011-08-11 Thread halli manjunatha
HI All, I am trying to call the JAVA methods from C++ layer and following is my problem, Crash message: E/dalvikvm( 2687): JNI ERROR (app bug): accessed stale local reference 0x3825 (index 9 in a table of size 0) E/dalvikvm( 2687): VM aborting Observation: Actually JNI layer is trying to

[android-porting] Re: LCD flicker when I use the softkeyboard

2009-06-26 Thread halli manjunatha
keyboard. can you explain how that hanppens? best wishes Terry On 6月26日, 下午12时14分, halli manjunatha hallima...@gmail.com wrote: Hi Terry, You need to use the WAITFOR_VSYNC ioctl in the frameworks/base/libs/ui/EGLDisplaySurface.cpp file following is the code if (ioctl

[android-porting] Re: LCD flicker when I use the softkeyboard

2009-06-25 Thread halli manjunatha
Hi Terry, You need to use the WAITFOR_VSYNC ioctl in the frameworks/base/libs/ui/EGLDisplaySurface.cpp file following is the code if (ioctl (egl_native_window_t::fd, FBIOPAN_DISPLAY, mInfo)) { LOGE(ioctl FBIOPAN_DISPLAY failed\n); return 0; } if

[android-porting] Re: lcd flickerings with android

2009-04-28 Thread halli manjunatha
Hi Elvise, Thanks for ur valuable input , I have applied your patch to the cupcake and tried but still the flicker problem continues for me. Thanks Regards Manju On Mon, Apr 27, 2009 at 7:01 PM, Elvis Dowson elvis.dow...@gmail.comwrote: Hi, Modify EGLDisplaySuface::swapBuffers to

[android-porting] Re: lcd flickerings with android

2009-04-28 Thread halli manjunatha
have page flipping enabled? After you boot, you should type logcat in your console window. Can you post the output of the entire log from the start of the boot sequence to the point where the flicker occurs? Best regards, Elvis On Apr 28, 10:01 am, halli manjunatha hallima...@gmail.com