We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After turning airplane_mode on, broadcasting airplane mode often hangs.
adb -s {DEVICE} shell settings put global airplane_mode_on 1 adb -s {DEVICE} shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true
The command results in:
Broadcasting: Intent { act=android.intent.action.AIRPLANE_MODE (has extras) } Broadcast completed: result=0 *hang*
adb logcat output:
adb logcat
09-08 11:55:22.054 3259 3259 D AndroidRuntime: Calling main entry com.android.commands.am.Am 09-08 11:55:22.064 1525 1525 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 09-08 11:55:22.083 1283 1324 D ConnectivityService: NetworkAgentInfo [MOBILE (UMTS) - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED 09-08 11:55:22.083 1283 1324 D ConnectivityService: NetworkAgentInfo [MOBILE (UMTS) - 101] got DISCONNECTED, was satisfying 2 09-08 11:55:22.097 1525 1664 D DcNetworkAgent: NetworkAgent: NetworkAgent channel lost 09-08 11:55:22.097 1525 1664 D DcNetworkAgent: NetworkAgent: DcNetworkAgent: unwanted found mNetworkAgent=null, which isn't me. Aborting unwanted 09-08 11:55:22.100 1283 1324 D ConnectivityService: notifyType LOST for NetworkAgentInfo [MOBILE (UMTS) - 101] 09-08 11:55:22.104 1347 1721 D ConnectivityManager.CallbackHandler: CM callback handler got msg 524292
The device updates, showing the airplane icon but any additional ADB command hangs.
Turning airplane_mode off works fine.
Testing on Android 6.0 - API Level 23
The text was updated successfully, but these errors were encountered:
Issue moved to appium/appium #7395 via ZenHub
Sorry, something went wrong.
No branches or pull requests
After turning airplane_mode on, broadcasting airplane mode often hangs.
The command results in:
adb logcat
output:The device updates, showing the airplane icon but any additional ADB command hangs.
Turning airplane_mode off works fine.
Testing on Android 6.0 - API Level 23
The text was updated successfully, but these errors were encountered: