android-wireless Questions

3

Solved

I have Android 11 on my phone, I have setup Wireless Debugging, and in the list of Paired Devices my computer shows up. However, when I run adb devices -l on my computer, the list of devices is emp...
Protect asked 11/1, 2021 at 22:16

4

Solved

Hello i want to connect my android in debugging mode with android studio without usb cable i am using mac os
Unreflecting asked 30/4, 2016 at 7:6

6

Solved

I am working on an app which wifi , where user will be asked to enter password for the scanned network he selects, if user enters a correct password, it connects and works well. But when user enter...
Plausible asked 21/6, 2012 at 8:33

2

Solved

My program tries to detect whether a mobile network is available at a certain location. The issue is that when I don't have a data connection it doesn't mean the network is not there... it depends...
Wistrup asked 6/7, 2011 at 5:4

1

     I want to implement an app which measures the quality of the WiFi signal from an indoor environment. From my research I found that the best way to get an accurate measureme...
Impeccable asked 9/8, 2017 at 10:42

2

Solved

I am developing an app in which I can both find and configure BLE devices. I am using standard Android BLE API, but recently I've encountered some strange problems. When I turn on my app the BLE ...
Gainsay asked 22/9, 2016 at 18:21

4

I am creating wifi hotspot in my phone and I want get its state change event when I switched on or off hotspot.
Atombomb asked 7/8, 2012 at 7:48

2

Solved

I am trying to develop an app in which I need to connect to a specific APN programatically for network testing purposes. As a user, I can do this by going to "Settings" -> "Wireless & networks...
Decameter asked 18/6, 2015 at 13:52

2

I use HTC Explorer and I have created an ad-hoc network on my laptop. Although other laptops are easily able to connect to it, my mobile device is not even detecting the Wi-Fi. How can I con...
Patricio asked 30/6, 2013 at 11:30

2

I recently purchased sony xperia P, but it was not able to detect ad-hoc networks. After some googling I came to know that android does not support ad-hoc network and I haven't modified the /system...

2

Solved

I have managed to scan for wireless networks and obtain scan results in my application. but is there a way i could possibly connect to them using my app itself? I was wondering whether I would have...
Rightly asked 19/10, 2012 at 12:1

1

i'm working on a android project and i had the need to check for internet connection. i searched the web and i found a solution here on stackoverflow. However, i'm having problems on checking the i...
Micaelamicah asked 23/5, 2011 at 14:30

1

Solved

i am checking networking connection using the below code: public static boolean haveInternet(Context ctx) { NetworkInfo info = (NetworkInfo) ((ConnectivityManager) ctx.getSystemService(Context.C...
1

© 2022 - 2024 — McMap. All rights reserved.