Questions tagged [android-wireless]

97 questions
0
votes
1 answer

Getting Unauthorized response inspite of sending correct authorization details

I am using Twilio Rest API for sending wireless commands using the android studio. I have implemented the code structure according to their documentation for wireless commands. but when I hit the button to get the response, instead of getting the…
0
votes
0 answers

Return of iw wlan0 scan freq

I am using iw to get all APs nearby. The loop is run for 10 times. The order of MACs remains same across all loops. But when I run the scan on different system simultaneously, the order of MACs are not same to that of the other. Whats the logic of…
Jay
  • 81
  • 1
  • 6
0
votes
0 answers

Wifi disabled after entering sleep mode (idle)

I'm building an audio streaming app where the users should be able to listen to their songs while the device is locked (as any other music app). Some users are reporting a problem where the playback is being stopped after 10 to 15 minutes on WIFI.…
0
votes
0 answers

Backporting a Linux 3.14 driver to 3.4.0

I am using Linux version 3.4.0 on my Cyanogenmod-based Nexus 4. Recently I decided to upgrade my wifi driver to a newer version, which consisted of files I did not have on my current version of Linux, and therefore I decided to use backports in…
0
votes
2 answers

Android - how to know SSID failed with password?

I have a requirement to scan list of unknown SSID and login that access point with a few predefined password. If success, then continue next task. If failed, then try to login next SSID. I try to register as many as I can to see which one is…
0
votes
1 answer

Unable to connect with WIFI using wifiManger

I am trying to connect with specific wifi but it is not working. Whenever i call a below code, already connected wifi stop and phone showing a wifi in scanning mode. Can someone tell me why this is happening. Here is my code: String result = ""; …
user526206
0
votes
0 answers

Can I use a physical phone for debugging in Android Studio wirelessly?

Debugging apps on a physical device (in my opinion) is better than using an emulator. I was wondering if it's possible connect my phone to my computer via Bluetooth (or wirelessly) without a USB connection. The wire kind of get in the way…
0
votes
1 answer

Detect whether WiFi data is enabled or not?

I need to know how to detect the WiFi state where i am getting the true return on checking isNetworkconnected() via ConnectivityManager, but actually the response is manipulated by the respected WIFI server. Suppose I visited some place where WIFI…
sharma.mahesh369
  • 985
  • 11
  • 28
0
votes
0 answers

Acquiring WifiLock: is really necessary?

I'm developing an app which uses wifi-direct to create a group and join it in order to share friends locations. My question is: given the fact that wifi-direct is "disabled" after some time to save energy, is keeping a WifiLock the only solution i…
0
votes
2 answers

Weird behavior when trying to detect when Wifi network connected android

I am currently trying to do a relatively simple task in Android. I want to detect when a wireless network is fully connected. At this moment I do not care whether there is internet connection, I just want to know the exact moment when my device is…
Rouz
  • 1,247
  • 2
  • 15
  • 37
0
votes
1 answer

Connect Cordless/Wireless Keyboard to Android

I want to Connect my cordless/wireless Keyboard for input to my Android. I'm not talking about a Bluetooth Keyboard nor a WiFi Keyboard. Its just cordless with a sensor. It is not detected in Bluetooth nor in WiFi. So, what to do? How to connect…
0
votes
0 answers

How to discover , connect , send info and disconnect to all devices using wifidirect in android

I am trying to create an android app which uses wifidirect to connect , send info and disconnect to al devices in the peerlist automatically.There is a service to do all this plus a broadcast receiver to handle wifip2p intents. Currently when…
0
votes
1 answer

Are there means to read wireless related low level data in android?

I want to make an application to populate some of the parameters like wireless re-transmission counts, TCP performance, bandwidth, radio link related data in android. I am new to this. But, are there means APIs or something via which such Low-level…
bhavesh369
  • 319
  • 1
  • 2
  • 15
0
votes
0 answers

how an application sniff the wifi traffic on android?

I want to implement an android application that sniff the wifi and bluetooth traffic all the time and execute some actions when it detects some types of frames or messages.
0
votes
2 answers

Android - How to format Internet properties from Dhcp?

I am new in android and I am creating an application in which I am showing LAN IP Address, Subnet Mask, Default Gateway and other information I got IP Address using the following code try{ WifiManager wm = (WifiManager)…
Abbas
  • 3,529
  • 5
  • 36
  • 64