Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>if you have properly installed adb and you tried all of the remedies mentioned at above the listen to my remedy:</p> <p>The reason to appearing "device offline" in android 4.2.2 is that android has a security feature in 4.2.2 that create a whitelist of usb ports that can be used as debugging port.</p> <p>After plugging deivce in usb and entering the command "adb devices" a popup window will be raised in your device and ask you to accept the connection:</p> <p><img src="https://i.stack.imgur.com/emGvQ.png" alt="popup window to accept RSA fingerprint of your usb"></p> <p>After accepting RSA fingerprint of you usb you can now issue the "adb devices" again and see the device is no longer offline,</p> <p>If you dont see the popup window, the reason is your adb version is old, your adb version must ne at least 1.0.31 (you can see the version using the command "adb version"). if version is older than 1.0.31 then update your platform-tools package using latest updates from google. You can find the latest version in <a href="https://dl-ssl.google.com/android/repository/repository-8.xml" rel="noreferrer">sdk-repository</a>. find <strong>platform-tools*.zip</strong> associated with your OS and download from <code>https://dl-ssl.google.com/android/repository/platform-tools*.zip</code> .</p> <p>for example version 19.0.1 of platform-tools can be downloaded using these links:</p> <p>For linux: <a href="https://dl-ssl.google.com/android/repository/platform-tools_r19.0.1-linux.zip" rel="noreferrer">https://dl-ssl.google.com/android/repository/platform-tools_r19.0.1-linux.zip</a></p> <p>For windows: <a href="https://dl-ssl.google.com/android/repository/platform-tools_r19.0.1-windows.zip" rel="noreferrer">https://dl-ssl.google.com/android/repository/platform-tools_r19.0.1-windows.zip</a></p> <p>For MacOSx: <a href="https://dl-ssl.google.com/android/repository/platform-tools_r19.0.1-macosx.zip" rel="noreferrer">https://dl-ssl.google.com/android/repository/platform-tools_r19.0.1-macosx.zip</a></p> <p>that's it</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload