From 7aeae9778f3a36224b1ff7f8fa9631c49d687a62 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 14 Oct 2015 00:43:32 +0100 Subject: [PATCH] Document opening rage menu via adb You can access the rage menu via adb by sending the keycode manually if you don't have a physical device that you can shake. --- docs/RunningOnDeviceAndroid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/RunningOnDeviceAndroid.md b/docs/RunningOnDeviceAndroid.md index 8a06ecb06..fa97bc0aa 100644 --- a/docs/RunningOnDeviceAndroid.md +++ b/docs/RunningOnDeviceAndroid.md @@ -17,7 +17,7 @@ You can also iterate quickly on device using the development server. Follow one > Hint > -> Most modern android devices don't have a hardware menu button, which we use to trigger developer menu. In that case you can shake the device to open dev menu (reload, debug, etc.) +> Most modern android devices don't have a hardware menu button, which we use to trigger the developer menu. In that case you can shake the device to open the dev menu (reload, debug, etc.) ### Using adb reverse @@ -32,7 +32,7 @@ Have your device connected via USB with debugging enabled (see paragraph above o To do that, your laptop and your phone have to be on the same wifi network. -1. Open rage shake menu (shake the device) +1. Open rage shake menu (shake the device) or run `adb shell input keyevent 82` 2. Go to `Dev Settings` 3. Go to `Debug server host for device` 4. Type in your machine's IP and `Reload JS`