airplane-mode Questions
13
Solved
I have code in my application that detects if Wi-Fi is actively connected. That code triggers a RuntimeException if airplane mode is enabled. I would like to display a separate error message when i...
Gopak asked 30/11, 2010 at 22:11
10
Solved
Did I make a mistake? It's not working.
public void airplane() {
boolean isEnabled = Settings.System.getInt(this.getApplicationContext().getContentResolver(), Settings.System.AIRPLANE_MODE_ON, 0)...
Cellulose asked 4/4, 2011 at 2:0
2
Does anyone know how to de/activate the airplane mode programmatically on the iPhone (OS 2.1)?
Ventris asked 27/4, 2009 at 15:2
1
Solved
I have created a simple Broadcast Receiver and it working absolutely fine except that if i turned on/off the Air Plane Mode, it is taking nearly 2 minutes to receive the broadcasted messages using ...
Reel asked 29/11, 2013 at 10:22
2
Solved
I need my app to reset the device's mobile network signal. This would have the same effect as toggling airplane mode where connectivity is temporarily lost, a new IP address is assigned upon reconn...
Botel asked 24/1, 2015 at 23:12
4
Is there a way to disable or enable Flight Mode on Android 4.2?
I use this code that works only for previous Android versions:
android.provider.Settings.System.putInt(
c.getContentResolver(),
...
Nedry asked 7/12, 2012 at 16:19
2
I want to on/off airplane mode in iOS programmatically. After googling, i got some of the following links, and followed them,
Reachability airplane mode (3G) vs. Wifi
Using Private Framework: Imp...
Pseudo asked 9/12, 2013 at 11:26
3
Solved
There are lot of call blocking application for mobile, like NQ Call Blocker. But in these applications, if we add a number to blacklist, the caller will hear "Busy Tone". Also the caller can hear "...
Municipality asked 29/6, 2013 at 19:44
1
Solved
As is known, on Android 4.2 only system applications can toggle Airplane Mode. But I think it must be available for rooted devices. And I want to impliment it in my application for rooted devices w...
Returnee asked 7/4, 2013 at 9:45
2
Solved
I need a way to detect if the iPhone is in Airplane Mode or not, I did some research and found:
iphone how to check the Airplane mode?
Which does not work, also I know I can set SBUsersNetwork to...
Polio asked 25/11, 2011 at 1:34
4
Solved
HI ,
i want to check wether Airplane mode is on or not .. how to check that ?
thanks
+ how to check that the user is using WIFI or GPRS OR EDGE . how to differentiate ??
Sanguinary asked 10/9, 2009 at 11:8
1
© 2022 - 2024 — McMap. All rights reserved.