Questions tagged [android-wireless]
97 questions
1
vote
1 answer
how to scan for wireless network and connecting programmatically in android?
I'm trying to build this app which scans and connects to wireless networks. I used a sample code from the following link
http://www.androidsnippets.com/scan-for-wireless-networks
But the list it returns seem to contain duplicates. Also can someone…

Mr.Noob
- 1,005
- 3
- 24
- 58
1
vote
2 answers
What does bluetoothAdapter.getAddress() return when bluetooth is off?
Probably the question seems weird , but actually is not quite :)
I build an application that will run on different android tablets.
I had also a small problem about finding and unique identifier for each tablet but i chose to find the wifi and…

Ispas Claudiu
- 1,890
- 2
- 28
- 54
1
vote
2 answers
send data from phone to PC via WIFI
In my application, I want to send some data(say, "Hello") from my app to my PC over WIFI network. In PC, a service will listen to that data. But i don't have any idea of sending data over WIFI. I didn't get any proper references too. can someone…

Pradeep CR
- 517
- 2
- 5
- 14
1
vote
1 answer
Retrieving WiFi data with Python on Android
I'm looking to get my WiFi signal strength on Android using Python. I can't seem to find any Python wifi monitoring modules that aren't operating system specific.

Damien
- 563
- 2
- 6
- 10
1
vote
1 answer
Starting with NFC and Android
I am very new to NFC but good hands on Android. I had found some definition of it on StackOverflow, Google and Wikipedia. I have downloaded the Android SDK for NFC.
I have few queries in mind that couldn't be solved after a lot of googling
What is…

require_once
- 1,995
- 3
- 21
- 29
0
votes
1 answer
How to start an activity from application in one device to the application in another device
i have a scenario like this:
I am developing an android peer to peer application (using android.net.wifi.p2p) and my application detects another android devices in range and connects to those devices. And should invoke an activity of the same…

Pruthvi Nag
- 144
- 1
- 7
0
votes
2 answers
Creating an IPv6 SocketServer on Android device on a cellular network
I'm trying to connect from a host (PC or other) to a mobile cellular Android device on the Verizon/AT&T cellular network. This device uses only the 3G network and has its Wi-Fi turned off. The Android device has a listening socket and I need the…

S.K.
- 3
- 2
0
votes
3 answers
Android Emulator Wifi Turning On Displaying Error
and once i turn it ON , this is the Issue , it gives an Error and because of that i cant fetch anything from web
Any helps ? it will solve all my problem ! Thanks

Anuj
- 301
- 1
- 4
- 20
0
votes
1 answer
Carrier Identification Android - New carrier
I work for a cell phone carrier and we have our own SIM cards. Back in April we tried adding our carrier information to Android by following this Carrier Identification article
I tried adding the carrier settings via this form but we got no response…

Ramon
- 1
0
votes
1 answer
Wireless Debugging not working in Android Studio on MAC
I am trying to connect my Realme Mobile ,(Working on Android 13, Updated to latest version) and facing difficult to connect my phone to Android Studio on MAC for wireless debugging.
I tried to connect through QR scanner method but as soon as I scan…

Rishabh Aggarwal
- 19
- 5
0
votes
1 answer
HC-05 Bluetooth module help, can not recieive data
I am writing some code for my arduino nano and I am using an HC-05 module for wireless transfer of data. I am sending my data as such. This is from the serial monitor, using a usb and regular print statements. I want to be able to recieve this data,…
0
votes
1 answer
How to use Phone Data service if WiFi is not available?
I am making an app and I want it to be allowed to use 3G or any data network when WiFi is not available. How would I implement this? I am using HTTPClients to make calls everytime an SMS is received. It works, but it would be perfect if it could run…

Qasim
- 1,686
- 4
- 27
- 51
0
votes
0 answers
Wireless Android Debugging Not Showing Available Devices or Connecting
I am using Android Studio Chipmunk edition.
My android device is connected to the Wifi and my PC is connected to the same router through Ethernet cable.
My devices are running Android 12.
So, it seems like I am fulfilling all the requirements.
I was…

Real Noob
- 1,369
- 2
- 15
- 29
0
votes
1 answer
How to access localhost from Virtual machine using a smartphone?
I want to access Virtual machine's localhost using a smartphone for me to see how the website looks like in a phone.

Jeffry
- 1
0
votes
1 answer
Appium ADB Error: Error getting device platform version , when device is connected via tcpip on port 5555
I have connected android device wirelessly over tcpip on port 5555.
When I run command "adb devices" I get following output
List of devices attached
172.16.202.156:5555 device
Now, I am running the appium test case on the same device using following…

Yogesh Solanki
- 487
- 5
- 12