Tagged Questions
The airplane tag has no wiki summary.
14
votes
3answers
3k views
How can one detect airplane mode on Android?
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 in ...
6
votes
4answers
3k views
iphone how to check the Airplane mode?
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 ??
3
votes
1answer
112 views
NSDate slips back or forward an hour when in airplane mode or after DST transition
I have an application the plays an alarm sound at a scheduled time.
This is setup as a recurring alarm that will go off every day at the same time.
For example: Wake up at 6am every day.
I first ...
2
votes
1answer
31 views
Does Handler.sendMessageDelayed() work when phone goes to sleep?
I am developing an android application and I want to reduce the power consumption. The method I believe is to put the phone into sleep mode whenever the user activity stops for a certain threshold ...
1
vote
0answers
16 views
How and where to start looking for information regarding travel websites?
I'm trying to find some relevant information on how I would go about planning a travel website. I've been wanting to do this for quite a while, but put the project on hold until now. The reason beeing ...
1
vote
1answer
105 views
Android Airplane Mode Detection for Honeycomb
I am having trouble detecting airplane mode enabled/disabled on honeycomb, the following broadcast receiver works fine on all versions/sets other than android 3.0/ honeycomb/tablets..
<receiver ...
1
vote
1answer
332 views
UI iOS Automation: I want to background the app and click the settings panel to put the phone into airplane mode to test the apps offline behaviour
I'm trying to automate setting the iOS into airplane mode, but I don't know how to access the settings panel to do so.
I have tried the following to be able to see if the settings panel is listed ...
1
vote
1answer
2k views
Toggle airplane mode in Android
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) ...
1
vote
1answer
197 views
Want to find out if iPhone can receive incoming calls (airplane mode)
My application's users don't like interruptions like incoming phone calls. I want to find out if the device is in Airplane mode, warn the user about possible interruptions and recommend invoking ...
1
vote
1answer
1k views
Looking for OpenCV haarcascade resources
I am looking to detect an airplane in a image using OpenCV, and I have no idea where to get started.....
I don't know that much about OpenCV so I don't know what approaches I can take. For what I ...
0
votes
4answers
149 views
trouble using Airplane Mode on Android
I have troube to use Airplane mode on my app. The app runs perfectly well on my emulator but not in my real phone when I try my apk.
Here is the code to activate the Airplane :
...
0
votes
0answers
21 views
How set a timer to make airflight mode
I'm developping an Android application that allow to enable airflight mode during for example 4 hours. Do I have to make a Timer or there is something cleaner in Android?
Or I crate a sort of event ...
0
votes
1answer
87 views
Detect if iPhone is in Airplane mode?
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 ...
0
votes
1answer
90 views
make app go enable airport mode after set interval?
I am having a bit of difficulty with making an app on Android. I found a few classes to help out with the making, but I can't figure out how to implement things.
The app needs to do the following:
...
0
votes
2answers
109 views
What is the value of SIM state when “airplane mode” is turned on
I wonder what is the value of SIM state returned by TelephonyManager.getSimState() when "airplane mode" is turned on? This seems to be not directly specified anywhere in the SDK specification.
...
0
votes
0answers
47 views
android airplane mode lost calling number [closed]
I called in airplane mode to new phone number and calling number does not saved. Is any way to restore this number from any logs or may be combinations? Any help would be nice...
0
votes
3answers
409 views
Can we turn off AirPlane Mode programmatically in Xcode iPhone [closed]
Possible Duplicate:
Activate airplane mode programatically?
Can we turn off/on the AirPlaneMode through code in application without going out of App.
Any help would be appreciated
Thanks
...
0
votes
2answers
799 views
turn off airplane mode in Android
I would like to turn off the airplane mode if num>50, I implemented this code (from Toggle airplane mode in Android) but when executed I get a force close, can any one help here?
...
0
votes
2answers
325 views
How to check Airplane mode in background in iPhone?
I have application which is working best with Wifi,3G..
Now what i want is i want to check in background if Airplane mode is going to be on at any moment and i want to popup alert saying "Airplane ...
0
votes
1answer
534 views
AirPlane ToggleButton?
I am trying to use a ToggleButton to switch AirPlane mode on and off. I am not sure how to go about this.
My permissions are:
<uses-permission ...
0
votes
1answer
1k views
Control and display airplane mode in Android
I have a screen (Activity) that does the following: it has a toggle button that toggles the airplane mode; it does it by using a service that spawn off a new Thread. It also has a button that does ...
0
votes
1answer
306 views
Android screen lock/car charger is killing my thread
I have a very tough problem I can't solve. I have an app which I can put into airplane mode remotely to save power. I have a thread running which gets the power-save message, removes callbacks for ...
-1
votes
2answers
253 views
How to identify if the phone is in airplane mode - programatically?
I just want to know programatically if the iPhone is in airplane mode. I know We have to add SBUsesNetwork boolean flag in the info plist but that dose not serve my purpose. Actually I am using ...