Re: [android-developers] Getting mapview as image

2012-08-28 Thread vijay Badawadagi
http://stackoverflow.com/questions/5939987/android-take-screenshot-via-code Try this Thanks Vijay On Tue, Aug 28, 2012 at 12:52 PM, disha ash...@gmail.com wrote: Hi, I want to get the image of currently displayed mapview. As of i know i can get the static map image by using google

Re: [android-developers] Problem with Bluetooth after NFC Handover

2012-05-29 Thread vijay Badawadagi
try to connect via reflection, can solve the problem like below m = mmDevice.getClass().getMethod(createInsecureRfcommSocket, new Class[]{int.class}); tmp = (BluetoothSocket)m.invoke(mmDevice, Integer.valueOf(1)); Thanks Vijay On Tue, May 29, 2012 at 12:54 PM, Alexei Tchervinsky

Re: [android-developers] Re: Mobile to Mobile remote access

2012-05-23 Thread vijay Badawadagi
I was reading this thread out of curiosity :) then i thought can we not ui cloning feature of wifi direct. With an additional app to send co-ordinates of the clicks to the listener on the other side over an RF comm using BT? just wild guess apologies if its is completely out of context. Thanks

Re: [android-developers] Is there a way to Bypass bluetooth and play directly through phone speakers

2012-05-14 Thread vijay Badawadagi
check Audio policy manager in Android, there is priority based routing changing that should help Thanks Vijay On Mon, May 14, 2012 at 3:23 PM, Tommy Hartz droi...@gmail.com wrote: Hi, ** ** I was wondering if it is possible to play audio through the phone speakers while a Bluetooth

Re: [android-developers] bluetooth porting, hciattach

2012-03-11 Thread vijay Badawadagi
you will need the hciattach service anyway. but i believe the hciattach needs to be started something like this service hciattach /system/bin/hciattach /dev/ttyUSB0 . so insead of ttys dev node it will be ttyUSB dev node Thanks Vijay On Fri, Mar 9, 2012 at 7:24 AM, enming xie

Re: [android-developers] Expanding Galaxy?

2012-03-09 Thread vijay Badawadagi
I am not sure but try looking at this code may help you to get rid of the status bar on tablet. TabletStatusBar.java On Fri, Mar 9, 2012 at 8:28 AM, bob b...@coolfone.comze.com wrote: It is running Android 3.1, so I guess there's nothing I can do? Strangely, that function is available in API

Re: [android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-23 Thread vijay Badawadagi
HI Jorge, thanks that solves the problem, now i can see the data from the Nonin. Regards Vijay On Mon, Jan 23, 2012 at 3:13 AM, jfernandez jorge.fernandez.gonza...@gmail.com wrote: Hi vijay, I'm seeing that you obtain the following error: onHealthDeviceConnectionResult: D-Bus error: