[android-developers] wifi calling - Set default to ON

2019-11-20 Thread Ashwin MJ
Hi folks, I want to set the Wifi Callling to ON/Off by default. Where do I set this? Please guide me to the xml/java file that handles this. On factory reset I have to set the default value to ON/Off Thanks, AMJ -- You received this message because you are subscribed to the Google Groups "An

[android-developers] wifi splash page not disappearing

2017-02-24 Thread Kyle Lam
Hi all, I am trying to add a splash page/ wifi landing page/ wifi agreement page (or whatever the name is) to my network by modifying my dns server. We know this is not the so call "correct" way to do it, and will not block attacks in a meaningful way. (as they can always use a better DNS

[android-developers] Wifi interface bound tcp socket open and streaming at the same time as 3g / 4g bound tcp socket open and streaming

2017-01-27 Thread Jean Pub
Hey Guys :) I've been crawling the web looking for an answer to a simple question. I have to develop an android app that must -at the same time- connect with a printer device via the wifi interface (ie. maintain a tcp socket open and working on the wifi interface) AND connect to the internet via

[android-developers] Wifi Developer || Philadelphia, PA or Sunnyvale, CA

2017-01-17 Thread swamil singh
Hi, Hope you are Doing well...!!! I have urgent requirement for below position. Please go through the job description and if you are interested kindly let me know. Please revert me on swam...@sysmind.com *Role*: Wifi Developer *Location:* Philadelphia, PA or Sunnyvale, California *JD*:

Re: [android-developers] Wifi Direct - Peer To Peer question

2014-01-06 Thread Robert Greenwalt
Generally in RF a transmitter at the same or near frequency will interfere with the receiver. The sharp filters needed to support near-frequency full duplex are large (resonant cavity filter). Most of the time you can fake

[android-developers] Wifi Direct - Peer To Peer question

2014-01-02 Thread dani maoz
Hi Is It possible for one device to be transmitter and receiver at the same time? I would like to write an application using wifip2p Thanks in advance -- You received this message because you are subscribed to the Google Groups

[android-developers] Wifi direct or bluetooth share information without user?

2013-10-03 Thread user123
Is it possible that, using any connectivity technology, unknown devices can share information between without the user is controlling it? It would be an app where the user previously gives permission to do so, and which information is shareable. Then if 2 or more nearby devices have this app i

[android-developers] Wifi direct or bluetooth without invitations?

2013-10-03 Thread user123
Is it possible to skip the invitation process in Wifi direct of bluetooth connections? If for example I have a chatroom, where one user acts as the "host", with 50 people, I just want that they just do discovery, see the name of the host, select it - and can join directly. I don't want that the

Re: [android-developers] Wifi POC - AP wifi connect & using GPRS?

2013-05-02 Thread Robert Greenwalt
What is a POC? What are you trying to use the cellular data for? Do you want most traffic to use wifi, but some traffic to use cellular? R On Tue, Apr 30, 2013 at 11:38 PM, Ran Cohen wrote: > Dear All, > > i am working on a Wifi POC and have the next question: > > if i am to connect to a wif

[android-developers] Wifi POC - AP wifi connect & using GPRS?

2013-05-02 Thread Ran Cohen
Dear All, i am working on a Wifi POC and have the next question: if i am to connect to a wifi AP using my cell (sony erricsson experia arc S android version 2.3.4* in that case*) can i still configure my cell to use GPRS?* if so:* can it be done via a program or only manualy? *if not:*could i

Re: [android-developers] Wifi signal strength

2013-03-04 Thread TreKing
On Mon, Mar 4, 2013 at 10:31 AM, bob wrote: > Is there a way to programmatically strengthen a Wifi signal on an Android > device? You're joking ... right? - TreKing

[android-developers] Wifi signal strength

2013-03-04 Thread bob
Is there a way to programmatically strengthen a Wifi signal on an Android device? Thanks. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

Re: [android-developers] WiFi Direct connections drop during Bluetooth scan

2013-02-26 Thread Irfan Sheriff
On Tue, Feb 26, 2013 at 8:47 AM, Matt M wrote: > Hello, > > I made an application (for work, not for public use) that constantly runs > a bluetooth scan to detect any nearby devices. The next phase of the > application was to connect a few android > BT and Wi-Fi do interfere with each other and

[android-developers] WiFi Direct connections drop during Bluetooth scan

2013-02-26 Thread Matt M
Hello, I made an application (for work, not for public use) that constantly runs a bluetooth scan to detect any nearby devices. The next phase of the application was to connect a few android devices together so that could share the data they receive, to do this we purchased 3 Samsung Tabs to c

[android-developers] Wifi direct BUSY error code

2012-11-08 Thread Hurshal Patel
Hi, I'm working on a wifi direct service to detect nearby peers and provide connection information to other applications. I am basing my code off of the wifi direct demo, but wifi direct seems to be pretty unreliable. When I try to connect 2 devices, I usually get a BUSY error code, which just

Re: [android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-19 Thread Justin Anderson
> > Well, I think it is in a way, because based on if the feature is indeed > there or not, approach / design of my app changes, or rather the overall > solution's architecture that I am thinking of. > No, it really isn't... This group is for Android app development with the Android SDK. Just bec

Re: [android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-19 Thread falcon74
Thanks Justin. On Friday, October 19, 2012 1:29:05 AM UTC+5:30, MagouyaWare wrote: > > 1) This feature is probably a combination of device & carrier specific. > Yes, that's about what I thought. > 2) This question has nothing to do with this list... > Well, I think it is in a way, because based

Re: [android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-18 Thread Justin Anderson
1) This feature is probably a combination of device & carrier specific. 2) This question has nothing to do with this list... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 7:45 AM, falcon74 wrote: > Froyo apparently had an option

Re: [android-developers] WiFi Direct Group Creation with Multiple Devices

2012-10-18 Thread Irfan Sheriff
Each device will end up creating its own group if you do that. You have the option doing createGroup() on one device and then calling connect() from the other devices which will lead to all of them joining that group. On Thu, Oct 18, 2012 at 9:02 AM, Zach wrote: > Hi, > I am doing some experime

[android-developers] WiFi Direct Group Creation with Multiple Devices

2012-10-18 Thread Zach
Hi, I am doing some experiments with WiFi Direct. I was successful in creating a group and communication with each other(between 2 Devices) . I would like to know, say I have 10 devices and all starts to create a group, by calling createGroup functionality in WiFiP2Pmanager. Whether all devices

[android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-18 Thread falcon74
Froyo apparently had an option to create a "portable hotspot" under Wireless settings. Is there anything equivalent available on 2.3.6 (or newer) versions of Android for non-rooted phones ? Is this feature device specific (i.e. works on certain devices, but not on others) ? -- You received thi

[android-developers] WiFi Direct sample code issue

2012-09-06 Thread Calin Perebiceanu
I have no experience with that API so this is just a wild guess. Is the connection handled in the activity with the button that gets stopped because gallery activity starts ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] WiFi Direct sample code issue

2012-09-06 Thread Arijit Das
I am testing the sample code for wifi direct that comes with SDK. I am using two Galaxy Note devices (both with 4.0.4 ICS). The app runs fine till discovering and connecting peers. But whenever I hit the launch gallery button, the gallery opens up but the connection ends. It happened every time

[android-developers] Wifi sample

2012-08-22 Thread bob
Is there a built-in Wifi sample that does a scan and displays the Wifi devices as they are detected? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Wifi Enabled Device properties

2012-08-16 Thread Meena Rengarajan
I have noticed that specific WiFi Enabled devices properties can get only on having versions 4.0 or later even above 2.3 .Also I have seen the code to access WiFi Direct API. But I have doubt that on some blogs people have written that some 2.2 version android devices also support this. So same

[android-developers] Wifi Device properties !

2012-08-16 Thread Meena Rengarajan
How to get Specific WiFi enabled device properties in android by programmatically plz can anyone help me here? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsu

[android-developers] Wifi State

2012-08-09 Thread Meena Rengarajan
When i click button, Wifi should be in "ON" state by programmatically , if it is not connected (ON state) then Alert Dialog box must appear by saying , "Are you wanted to enable Wifi/ Disable" like "OK" or "Cancel". If i click "Ok" then Wifi should be connected (ON ) state , if i click cancel t

[android-developers] Wifi

2012-08-08 Thread Meena Rengarajan
How datas are transferred to devices using WiFI like if i click button, then it should detect Wifi device automatically and datas like google or any datas must be transferred .. can anyone suggest me ? -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] WiFi

2012-08-08 Thread Basva Raj
You can go for HTTP post method...like this JSONArray jArray; JSONArray jArray1; String wifiAddress = null; String result = null; InputStream is = null; StringBuilder sb = null; Handler handler; String option1[] = new String[100]; String option2[] = new String[100]

[android-developers] WiFi

2012-08-08 Thread Meena Rengarajan
How do i wanna send datas to devices using WiFi ? can anyone help me please.. Can anyone send videos or sample code ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] WiFi device

2012-08-08 Thread Robert Greenwalt
http://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup On Tue, Aug 7, 2012 at 11:35 PM, Meena Rengarajan wrote: > Do I need Router's IP address including those username and password to use > Wireless connection methods like Wifi protected setup to detect Wifi > devices ? Can anyone help me here ? >

Re: [android-developers] Wifi Devices

2012-08-08 Thread Asheesh Arya
i will give you source code 2mrw -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegro

[android-developers] Wifi Devices

2012-08-08 Thread Meena Rengarajan
How to send Datas to Wifi devices from application ? In my code, i could able to check Wifi status programmatically . Please can anyone help me ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] WiFi device

2012-08-07 Thread Meena Rengarajan
Do I need Router's IP address including those username and password to use Wireless connection methods like Wifi protected setup to detect Wifi devices ? Can anyone help me here ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] WiFi

2012-08-06 Thread Justin Anderson
If you mean use a mobile connection when the device is connected to WiFi, then No. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 5:47 AM, Meena Rengarajan wrote: > Is there any way to make the application prefers Android mobile ove

[android-developers] WiFi

2012-08-06 Thread Meena Rengarajan
Is there any way to make the application prefers Android mobile over WiFi connection? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] WiFi

2012-08-06 Thread Meena Rengarajan
Is there any way to make the application prefer android mobile over WiFi connection? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, s

Re: [android-developers] Wifi-Only tablet missing NETWORK_PROVIDER!?

2012-07-16 Thread Mark Murphy
On Sun, Jul 15, 2012 at 9:40 PM, RE wrote: > I > assumed that since it had the Google Play application that it had already > been approved for location manager Some device manufacturers (among others) pirate the Play Store app. > I decided to go the skyhook way when I > continued to develop the

Re: [android-developers] Wifi-Only tablet missing NETWORK_PROVIDER!?

2012-07-15 Thread RE
Thanks for the reply. I suspected that it was something like this, but I assumed that since it had the Google Play application that it had already been approved for location manager. I decided to go the skyhook way when I continued to develop the application. So back in May, I got the SDK and de

Re: [android-developers] Wifi-Only tablet missing NETWORK_PROVIDER!?

2012-07-14 Thread Mark Murphy
On Fri, Jul 13, 2012 at 10:53 PM, E. Recio wrote: > Why is there no network_provider available on this tablet? You would have to ask the device manufacturer. > Is there something I am missing with regards to Wifi-Only tablets? The so-called network provider uses either WiFi hotspot proximity or

[android-developers] Wifi-Only tablet missing NETWORK_PROVIDER!?

2012-07-14 Thread E. Recio
I bought this wifi-only inexpensive tablet (see the build.props below). It has a fully operational wifi to get on the network and do what one would expect. I wrote a bit of code to explore what location providers were available on the tablet. According to the responses, the only available was G

[android-developers] Wifi Only tablet missing NetworkProvider

2012-07-14 Thread RE
I bought this wifi-only inexpensive tablet (see the build.props below). It has a fully operational wifi to get on the network and do what one would expect. I wrote a bit of code to explore what location providers were available on the tablet. According to the responses, the only available was G

[android-developers] Wifi Power consumption optimisation

2012-06-27 Thread Adam Skrodzki
I want to write an application which will gather data from user and send them to router using wifi for example once in every minute (there will not be plenty of data rather <1kb in every minute but it is critical to send them quite frequently). My question is: How to optimize wifi usage? Should

[android-developers] Wifi connection issues in android devices

2012-06-27 Thread ambiananth
Almost every android phone i tested doesn't show the wireless hotspots created by windows laptops. Initially i had this working through a software called 'connectify' . Through that software it shows the hotspot in android phone . But now that is also not working.. The wifi hotspots are shown

Re: [android-developers] WiFi-Direct hardware question

2012-04-03 Thread Irfan Sheriff
On Tue, Apr 3, 2012 at 8:50 PM, Kiran wrote: > Hi All, > I've seen quite a few discussions on Wifi-Direct, but haven't found the > answer to the following question. > > In the Android 4.0.x API, it says that "*Note:* Not all Android-powered > devices support Wi-Fi Direct. If your application uses

Re: [android-developers] WiFi-Direct hardware question

2012-04-03 Thread Gautam Khatri
hi...i will get back 2 u on this issuenow these days i m busy in iphone application project -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from thi

[android-developers] WiFi-Direct hardware question

2012-04-03 Thread Kiran
Hi All, I've seen quite a few discussions on Wifi-Direct, but haven't found the answer to the following question. In the Android 4.0.x API, it says that "*Note:* Not all Android-powered devices support Wi-Fi Direct. If your application uses Wi-Fi Direct, declare so with a

Re: [android-developers] Wifi and phone sleep state

2012-04-02 Thread Put_tiMe
I tried a few things on an ICS device. When the phone is in sleep mode, I use an AlarmManager to wake up. During that alarm-manager handler, if I acquire a wifi-lock and a wakeup-lock. Still, if I enable/disable wifi programmatically, it doesn't work. But the moment I switch on the screen ma

Re: [android-developers] Wifi and phone sleep state

2012-03-30 Thread Kostya Vasilyev
30.03.2012 16:31, Mark Murphy ???: IMHO, the SwitchPreference where tapping on the preference*also* launches a nested PreferenceScreen is lousy UX. I keep forgetting there are options under the WiFi one, until I'm trying to connect to some new AP and then eventually stumble upon it. And, of

Re: [android-developers] Wifi and phone sleep state

2012-03-30 Thread Mark Murphy
On Fri, Mar 30, 2012 at 8:24 AM, Kostya Vasilyev wrote: > You would have noticed sooner had you been using my stupid little WiFi > widget :) Yeah, well, it might not have been on my primary home screen page. :-) > According to my sources > > ( > 4.0.1/packages/apps/Settings/src/com/android/sett

Re: [android-developers] Wifi and phone sleep state

2012-03-30 Thread Kostya Vasilyev
30.03.2012 15:09, Mark Murphy написал: Y'know, I had not ever consciously thought about the fact that I hadn't been seeing the old "WiFi spinup when waking up the device with the power button" as much as before. You would have noticed sooner had you been using my stupid little WiFi widget :)

Re: [android-developers] Wifi and phone sleep state

2012-03-30 Thread Mark Murphy
2012/3/30 Kostya Vasilyev : > This depends on the WiFi sleep policy in effect in the device's settings. > > Recent Android versions (starting with 2.3, AFAICT) appear to have the > default to keep WiFi on at all times, including when the phone goes to > sleep. Y'know, I had not ever consciously th

Re: [android-developers] Wifi and phone sleep state

2012-03-30 Thread Kostya Vasilyev
30 марта 2012 г. 9:06 пользователь Put_tiMe написал: > If the wifi radio is disabled when the phone goes to sleep, then how does > the e-mail app sync? > Does it mean that the e-mail app holds a wifi lock? > There is an easy way to find out - use the source, Luke :) > > > > On Friday, March 3

Re: [android-developers] Wifi and phone sleep state

2012-03-30 Thread Kostya Vasilyev
This depends on the WiFi sleep policy in effect in the device's settings. Recent Android versions (starting with 2.3, AFAICT) appear to have the default to keep WiFi on at all times, including when the phone goes to sleep. If that's the case for a particular device, you can just not worry about t

Re: [android-developers] Wifi and phone sleep state

2012-03-29 Thread Put_tiMe
If the wifi radio is disabled when the phone goes to sleep, then how does the e-mail app sync? Does it mean that the e-mail app holds a wifi lock? On Friday, March 30, 2012 8:38:23 AM UTC+5:30, Put_tiMe wrote: > What about this situation:: > > 1. I set an AlarmManager to wake up every 15 m

[android-developers] Wifi lock question

2012-03-29 Thread Put_tiMe
I want to know if I can do this: I have two alarm managers, to trigger once every X minutes. Alarm A: every 10 minutes Alarm B: every 12 minutes. I start both of them at once. So "A" should hit every 10 mins, and "B" should hit every 12 mins. Now in "A", I create a wifi lock, and acquire i

Re: [android-developers] Wifi and phone sleep state

2012-03-29 Thread Put_tiMe
What about this situation:: 1. I set an AlarmManager to wake up every 15 minutes. 2. I switch off the screen, and the phone goes to sleep in a few minutes. 3. After 15 mins, the alarm manager kicks in. 4. In the alarm manager handler code, can I take a wifi lock? Will this work? 5. Then after my

Re: [android-developers] Wifi and phone sleep state

2012-03-29 Thread Mark Murphy
On Thu, Mar 29, 2012 at 9:02 AM, Put_tiMe wrote: > I have a situation where in I use AlarmManager to wake up once in a few > minutes, and switch on/off wifi. > If I don't use the device for a while, then the wifi never connects to the > preferred wifi network. > Is there anything happening with th

[android-developers] Wifi and phone sleep state

2012-03-29 Thread Put_tiMe
I have a situation where in I use AlarmManager to wake up once in a few minutes, and switch on/off wifi. If I don't use the device for a while, then the wifi never connects to the preferred wifi network. Is there anything happening with the wifi if the phone is in a sleep state? And how exactly

[android-developers] Wifi - connecting to a preferred network.

2012-03-27 Thread Put_tiMe
Through code, is there anyway I can connect to a preferred wifi network? I can provide the 'WifiInfo.NetworkID' to mention my preferred network. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

Re: [android-developers] Wifi manager woes

2012-03-26 Thread Irfan Sheriff
if reconnect is failing - the device is likely hitting failures in driver/supplicant On Sun, Mar 25, 2012 at 10:54 PM, Put_tiMe wrote: > Based on some events, I'm trying to switch on or off wifi. > > > Switching wifi off works well. But while switching on wifi, 95% of the > time, it can't reconn

[android-developers] Wifi manager woes

2012-03-25 Thread Put_tiMe
Based on some events, I'm trying to switch on or off wifi. Switching wifi off works well. But while switching on wifi, 95% of the time, it can't reconnect to my previous wifi network. If I goto the settings -> wifi, then I see that it's trying to connect, and after a while it'll disconnect. B

[android-developers] Wifi remote file access for smartphone/PDA

2012-03-25 Thread Rob Janicki
It's been done before. You can access files on a computer using a smartphone through an in-house app I helped develop written based on Java ME. Sent from my iPhone -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Wifi - WPS Groupcipher and Pairwisecipher

2012-03-20 Thread martin schliefellner
Hi, I want to write a WPS record on a NFC tag. Then i read the tag and configurate the wifi data stored on this tag. This happens with Android (WIFI-Pairing). I took the NFC-Handover Specification and there is a sample Tag. The problem is - can is distinct between saving a Groupcipher and a Pair

Re: [android-developers] Wifi is currently being used.

2012-01-17 Thread Mark Murphy
On Tue, Jan 17, 2012 at 12:25 AM, Putti Me wrote: > getTotalRxBytes() + getTotalTxBytes() gives me the total bytes transferred. > > Does this include all data i.e. > > mobile > wifi > bluetooth > anything else I suspect that it does not include Bluetooth. I would expect that it only handles WiFi

Re: [android-developers] Wifi is currently being used.

2012-01-16 Thread Putti Me
Thanks for that info. getTotalRxBytes() + getTotalTxBytes() gives me the total bytes transferred. Does this include all

Re: [android-developers] Wifi is currently being used.

2012-01-16 Thread Mark Murphy
TrafficStats can tell you the number of bytes/packets/etc. transferred over WiFi or mobile data. On Mon, Jan 16, 2012 at 6:49 AM, Put_tiMe wrote: > I want to determine if the Wifi is being used currently. > > AFAIK, Wifi can be in a "connected" state, but there need not be any > data being transf

[android-developers] Wifi is currently being used.

2012-01-16 Thread Put_tiMe
I want to determine if the Wifi is being used currently. AFAIK, Wifi can be in a "connected" state, but there need not be any data being transferred currently. I can get whether the Wi-fi is connected or not by doing this: -

Re: [android-developers] WIFI Architecture in Android

2011-12-28 Thread TreKing
On Wed, Dec 28, 2011 at 6:13 AM, nikhil wrote: > Any one here can help me in learning wifi architecture in android. > Help you how? > Please help me in finding the flow from application to kernel. > Read the source code. ---

[android-developers] WIFI Architecture in Android

2011-12-28 Thread nikhil
Any one here can help me in learning wifi architecture in android. I went through some links on Internet but those were not much useful. Please help me in finding the flow from application to kernel. -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] WiFi bandwidth throttling for testing

2011-12-15 Thread shs
I want to test the throughput performance in different WiFi bandwidth. Can some body suggest me any tool/commandline to control the WiFi bandwidth in the device side.[Assuming I have fixed 12Mbps WiFi network and I want to throttle from 1 to 12 Mbps] -- You received this message because you are

[android-developers] wifi communication between two or more devices

2011-10-12 Thread renato
I need to develop an appliation that can excange information directly with other devices over WiFi without the need for an infrastructure (server). Can this be done and can someone point me in the right direction please? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] wifi driver modifications

2011-10-04 Thread saad malik
Thanx .. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] wifi driver modifications

2011-10-03 Thread Andrés García Saavedra
Hi all, I am working on some driver modifications (ath5k open source driver currently) in order to implemenent customized algorithms (setting IE parameters within beacon frames, etc) on a WiFiDirect wireless network. I was wondering whether there exist any android phone using (open source) custom

[android-developers] WiFi Error

2011-08-29 Thread Ratheesh Valamchuzhy
Hi Al In my emulator i cant setup the WiFi, while selecting the *Settings->wireless&networks->wifi,* clicking the wifi check box causes wifi error Any one help me please -- ωιтн яєgαя∂ѕ[image: device.png] Ratheesh * *... -- You received this message because you are subscribe

Re: [android-developers] Wifi Scanning code

2011-08-10 Thread Matheus Bodo
If you are using Eclipse, look for the LogCat tab to get more information about the exception that's being thrown. This way it's easier to know what's the problem. Cheers, Matheus 2011/8/6 Gabor T. > Here is my code: > package hu.wifx.droid; > > import android.app.Activity; > import android.os.

[android-developers] Wifi Scanning code

2011-08-08 Thread Gabor T.
Here is my code: package hu.wifx.droid; import android.app.Activity; import android.os.Bundle; import android.widget.Button; import android.widget.TextView; import android.view.View; import java.util.List; import android.content.BroadcastReceiver; import android.content.Context; import android.con

Re: [android-developers] wifi problem

2011-07-05 Thread saran vonteddu
hi vani, Well, when one wifi goes out of range, it will take some time to connect to another wifi depends on wifi strength(fair, poor...). If u want to know more abt this just google it. regards, Saran On Wed, Apr 6, 2011 at 6:57 PM, vani reddy wrote: > > Hi, > > How much time does i

Re: [android-developers] WiFi and 3G enabled at the same time

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 6:53 AM, seema wrote: >          Can you please tell me if I can have both 3G and WiFi > interface enabled at the same time on Android. Not normally, no. > Does the WifiManager support this? Not presently. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://

[android-developers] WiFi and 3G enabled at the same time

2011-06-27 Thread seema
Hello All, Can you please tell me if I can have both 3G and WiFi interface enabled at the same time on Android. Does the WifiManager support this? If yes, what should I do for this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Wifi application

2011-06-03 Thread TreKing
On Fri, Jun 3, 2011 at 9:02 AM, project wrote: > i want the code for wireless android application that open wifi and scan > for wifi devices and connect with one. > Cool. i want the code for paypal android application that open paypal and scan for paypal app on devices and send me money directly

[android-developers] Wifi application

2011-06-03 Thread project
Hi, i want the code for wireless android application that open wifi and scan for wifi devices and connect with one. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com T

Re: [android-developers] Wifi applivcation

2011-06-03 Thread Marcin Orlowski
On 3 June 2011 15:54, project wrote: > Hi, > i want wireless android application that open wifi and scan for wifi > devices and connect with one. > Tried searching Market for "wifi" or "wifi scanner" or so? Regards, Marcin Orlowski *Tray Agenda * - keep you daily sche

[android-developers] Wifi applivcation

2011-06-03 Thread project
Hi, i want wireless android application that open wifi and scan for wifi devices and connect with one. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe f

[android-developers] Wifi: WPA rekey kills UDP and TCP

2011-06-02 Thread damcav
Hi I'm developing an app heavily reliant on UDP and TCP. I find that on the Samsung GT-I550 (2.1-update1) my UDP and TCP sockets stop working after I get a WPA rekey event. Closing and restarting the TCP sockets restores them, but UDP will only be restored after I disconnect and reconnect Wifi.

[android-developers] Wifi lock with WIFI_MODE_SCAN_ONLY

2011-04-24 Thread seema
Hello All, Here is what I do to scan on wifi while connected to 3G. WifiLock wifiLock = wifiService.createWifiLock(WifiManager.WIFI_MODE_SCAN_ONLY, "MyLock"); if(!wifiLock.isHeld()){ wifiLock.acquire(); } if(wifiService.isWifiEnabled() == false){

Re: [android-developers] Wifi manually turned off, freezes phone, requires battery removal

2011-04-23 Thread Kostya Vasilyev
Cris, FWIW - I've never seen this particular problem, but have seen WiFi get into a state where it's technically enabled, and yet does not function at all (i.e. no scans, no connectivity). -- Kostya 23.04.2011 20:10, Cris94107 пишет: Users are reporting a unique bug in my Remote Control Ap

[android-developers] Wifi manually turned off, freezes phone, requires battery removal

2011-04-23 Thread Cris94107
Users are reporting a unique bug in my Remote Control App that when they manually turn off wifi, their phone locks up, and requires battery removal. While I will work to fix this bug within my own App (Songbird Remote), I would think this is a bug in the Android OS, and there should be no way a j

[android-developers] WIFI connection

2011-04-13 Thread vani reddy
Hi, How to connect to wifi programmatically in android? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, sen

[android-developers] wifi problem

2011-04-06 Thread vani reddy
Hi, How much time does it take to connect from one wifi to another ,when one wifi goes out of range?Please reply client on head:-( -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] WIFI connection

2011-04-05 Thread vani reddy
Hi, How to programmatically connect to a particular wifi network,which is in range.? How to remove the Out Of range networks from wifi configuration list? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] WIFI connection

2011-04-05 Thread vani reddy
Hi, How to conect to a particular wifi network programmatically in android? i have coded the below: WifiConfiguration wifiConfig = new WifiConfiguration(); wifiConfig.BSSID = "68:ef:bd:db:f5:05"; wifiConfig.priority = 1; wifiConfig.allowedKeyManagement.set(KeyMgmt.NONE); wifiConfig.allowed

Re: [android-developers] WiFi gets jammed in "turning off" state

2011-03-16 Thread Kostya Vasilyev
Are you sure you're not calling startScan too often? 16.03.2011 11:39, Urizev пишет: Hi I am developing an application for controlling the WiFi interface and I have found a problem: WiFi interface gets jammed on the Xperia X10 Mini (I tested on three devices of the same model). Looking at the

[android-developers] WiFi gets jammed in "turning off" state

2011-03-16 Thread Urizev
Hi I am developing an application for controlling the WiFi interface and I have found a problem: WiFi interface gets jammed on the Xperia X10 Mini (I tested on three devices of the same model). Looking at the log with "logcat" I found the following error: E/wpa_supplicant( 1775): ERROR - wpa_

Re: [android-developers] Wifi sleeps... even with lock

2011-03-02 Thread Irfan Sheriff
a quick note about wifilocks today. We have two locks today WIFI_MODE_FULL and WIFI_MODE_SCAN_ONLY. The "full" lock thats used by default on a createWifiLock() keeps wifi up at all times but it does not control the driver level power optimizations that are done on devices. When screen goes off, dr

[android-developers] Wifi sleeps... even with lock

2011-03-02 Thread J
Hi, friends, let's see if someone can help me. Summary: even when wifi lock is adquired, when the phone is running on batteries, wifi is disconnected after a while. I've simplified the problem to a single activity with a button that launches a thread. It just sends 100.000 strings to an echo ser

Re: [android-developers] WIFI AP mac address

2011-02-21 Thread Kostya Vasilyev
You probably mean the BSSID, not MAC. First you call this: http://developer.android.com/reference/android/net/wifi/WifiManager.html#getConnectionInfo() and get a WifiInfo object back (or null). Then you call this to get the BSSID: http://developer.android.com/reference/android/net/wifi/WifiIn

[android-developers] WIFI AP mac address

2011-02-21 Thread Xian Chen
Hi, How can I obtain the MAC address of current associated WIFI AP? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] WiFi proxy issue in android, solution

2011-02-11 Thread uk™
Hi all, I got an android phone day before yesterday, and I am utterly disappointed to find that there is no WiFi proxy support on unrooted android phones. I was desperately looking for solutions for the last two days. I am thinking of this solution, but since I don't have much knowledge of Network

Re: [android-developers] WiFi Error/Unable to connect in AVD

2011-02-02 Thread Kostya Vasilyev
Kim, I have a *very* WiFi specific application, and never knew you could get *any* support for WiFi in the emulator! FWIW, I implemented my own emulation code, so I could use the emulator to test the UI on various screen sizes: http://kmansoft.wordpress.com/2010/07/27/debugging-wifi-in-the-

  1   2   >