ADB access

elskankinloco

New member
Oct 7, 2013
2
1
0
Hey everyone,
I am not sure if this is the correct place to put this forum anyways, I was having an issue trying to use ADB. I read all the forums and nothing would help connect it but I finally found a site that helped.
If any of you are having an issue with ADB with the Nook HD+, run this command in terminal,

mkdir -p ~/.android && echo 0x2080 > ~/.android/adb_usb.ini && adb kill-server && adb devices

after doing this, I finally got my laptop to detect my nook.

I got this from:
nookdevs [dot] com at the adb over usb section

so all credit goes to them.
They also have some other useful troubleshooting tips if any issues.

I hope this can help someone out.
 
Last edited:
  • Like
Reactions: emottau

ancient light

Member
Jul 24, 2013
5
0
0
Thank you for the tip. If you have cyanogenmod installed, another option is to enable "ADB over network" in Settings--Developer Options (this option might be available in non-CM ROMs, as well). Then you can use the command "adb connect" followed by the IP address and port displayed by your tablet. A message should pop up on the device, and once you select 'allow', you should be able to open up an adb shell.

Here's a screenshot I took yesterday while struggling to identify my eMMC version over USB. I finally had success using ADB over network.
 

aalennku

New member
Oct 8, 2013
2
0
0
Hey everyone,
I am not sure if this is the correct place to put this forum anyways, I was having an issue trying to use ADB. I read all the forums and nothing would help connect it but I finally found a site that helped.
If any of you are having an issue with ADB with the Nook HD+, run this command in terminal,

mkdir -p ~/.android && echo 0x2080 > ~/.android/adb_usb.ini && adb kill-server && adb devices

after doing this, I finally got my laptop to detect my nook.

I got this from:
nookdevs [dot] com at the adb over usb section

so all credit goes to them.
They also have some other useful troubleshooting tips if any issues.

I hope this can help someone out.

If you had check it on ArchWiki: h t tps://wiki.archlinux.org/index.php/NOOK_HD%2B (Sorry I cannot post a url)