[android-developers] Re: Enabling both normal wifi and wifi hotspot to get RSSI values of wi-fi hotspots

2012-02-20 Thread SyncMaster
thanks. :) On Feb 15, 5:23 pm, lbendlin wrote: > AFAIK only one mode is possible at a time. I think Wireless Hotspot is just > a glorified version of Ad Hoc. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] Enabling both normal wifi and wifi hotspot to get RSSI values of wi-fi hotspots

2012-02-15 Thread SyncMaster
I want an android phone to have both 'normal wi-fi' and 'portable hotspot' turned on at the same time, so that I will be able to get the RSSI values of wireless networks as well as involve in an hotspot connection. Scenario: 4 rooted android phones in CyanogenMod (2-Nexus One, 2-Galaxy S2;

[android-developers] Discovering available bluetooth devices

2011-10-31 Thread SyncMaster
Hi, I just started learning android development. I am writing an android program to scan available bluetooth devices and list them in a log file and later find the strength of the bluetooth signals. Below is a code snippet for Finding available bluetooth devices. As I am new to android, I am unab