[android-developers] Adding Video Overlays on Camera

2012-10-16 Thread kishor sutar
image overlay's on all versions. Can you please help me or guide me to add video overlays on camera surface. Thanks in Advance, With Regards, Kishor Sutar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: PBAP CLIENT

2012-07-27 Thread kishor
Hi Anirudh, I have a plan to implement PBAP client in Car kit to fetch contacts/incoming call/outgoing call from android powered phone. Could u please guide me some implemetation steps/tips for this?..I use ICS 4.0.3 Regards, Kishor On Friday, May 20, 2011 3:57:18 PM UTC+5:30, Anirudh Kashyap

[android-developers] outofmemory error for Videoview.i.e.how to release videoview objects??

2011-12-29 Thread Kishor Nirbhavane
Hi, i am using one activity and videoview inside it, and playing 2 videos. on start it plays first video and then an activity containing text- view will come, then on tap it will play the 2nd video. i m pssing the name of the videofile2, from the text activity,and playing the video. but i m

[android-developers] Delivery report implementation

2010-10-20 Thread kishor
Hi All, i am trying to implement Delivery Report for android. I am forming the proper PDU with Reply option sub-param in RIL layer and send the same. But when i check OTA LOG, reply option is missing in OTA LOG in data burst message. Only 2 subparam [Message identifiera nd User data seen in log

[android-developers] Cell Broadcast service

2010-03-22 Thread Kishor
Hi Experts, Some countries requires cell broadcast support for phone homologation (e.g Brazil). Does android supports cell broadcast service? If not, is there any plans from Google engineers to implement it? Thanks, Kishor -- You received this message because you are subscribed to the Google

[android-developers] Re: HTC Battery Driver Misreporting Values?

2009-06-02 Thread Kishor
Hi smjoshua , How did you measure the current drawn(current drawn from battery to other devices ) as i don't see any API for same? Thanks, krish On Wed, May 27, 2009 at 7:01 AM, smjoshua cloudman...@gmail.com wrote: I'm working on an application that will periodically check information about

[android-developers] Re: Sdcard issue

2009-02-13 Thread Kishor
Hi, I formatted the sdcard from my PC with FAT. While mounting sdcard on hardware, it uses vfat as file type and /dev/block/mmcblk0 as device node. Mount happens successfully on hardware as i can see the device node /dev/block/mmcblk0. I am also able to create file in /sdcard. What could be

[android-developers] Re: auto generation of Android.mk file

2009-01-11 Thread Kishor
Thanks David for your answer! Regards, Kishor On Fri, Jan 9, 2009 at 5:51 PM, David Turner di...@android.com wrote: You don't need one Android.mk per sub-directory. It's perfectly possible to use one top-level Android.mk that references all sources required for your project. just refer