Skip to content
New issue

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

Turning airplane mode on hangs #33

Closed
scottdixon-zz opened this issue Sep 8, 2015 · 1 comment
Closed

Turning airplane mode on hangs #33

scottdixon-zz opened this issue Sep 8, 2015 · 1 comment

Comments

@scottdixon-zz
Copy link

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:

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

@rkavalap
Copy link

rkavalap commented Dec 6, 2016

Issue moved to appium/appium #7395 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants