[Q] ADB for cm10.1 emmc - Nook HD, HD+ Q&A, Help & Troubleshooting

Hi. I installed the CM10.1 emmc version, but after doing that, I can not get adb debug working as suggested in http://forum.xda-developers.com/showthread.php?t=1994129
Did anyone encounter the same issue? Thanks a lot!

ccaappton said:
Hi. I installed the CM10.1 emmc version, but after doing that, I can not get adb debug working as suggested in http://forum.xda-developers.com/showthread.php?t=1994129
Did anyone encounter the same issue? Thanks a lot!
Click to expand...
Click to collapse
The easiest way to get ADB working with CM10.1 is to go to settings and choose the wireless option. Then you do not need to set up USB windows drivers. Just get ADB installed on windows by using my ADB rar files from that thread you referenced and use it to connect wirelessly.
Sent from my Nook HD+ running CM10 on Hybrid SD

Related

[Q] Install B&N SDK, lose adb connectivity?

I can't see the Nook using adb anymore. I can see my phone so the connection is fine. Seems to have happened after installing the B&N SDK. Anyone else have this issue??
macndroid said:
I can't see the Nook using adb anymore. I can see my phone so the connection is fine. Seems to have happened after installing the B&N SDK. Anyone else have this issue??
Click to expand...
Click to collapse
I had this issue.. not sure what broke... double check the 'adb_usb.ini' file in your 'c:\users\user\.android' folder and make sure it still has '0x2080', mine was changed somehow. not sure if this is what fixed my adb connection but it's working again now.
During installation, it changed the "'adb_usb.ini" file...just go back into it and add "0x2080" back. It should work again.
Bingo. That did it - just edited and added 0x2080 on a new line.
The technically correct answer...
...is after installing the nook SDK, you then run the following command, per the instructions:
android update adb

ADB not showing up??

Sorry guys, I am new here and am having a problem getting ubuntu to work on my NC. I am trying to get it to boot using adb but it will not show up on my PC. I have tried 3 different PCs (2 win7 64bit and 1 vista 32bit), installed the nook drivers but it will never show up in the command prompt. I have tried enabling and disabling development mode and I disabled USB mount. I don't know what else to try. I am on 1.1.0 of the system software if that matters. I got ubuntu to work once using terminal emulator but am having problems getting the script to work. But my main objective is getting adb to see my nook. If you could help, I'd appreciate it. Thanks
I dont follow you very well, what's your problem? Your PC doesn't see NC or something else?
Sent from my HTC Vision using XDA App
ADB does not see it is what I'm saying. I will say that I am not using the stock USB cable that came with the nook as I don't have that cable anymore. Could it be that the cable I'm using doesn't work properly? It see's everything fine when I tell it to mount the SD card. I just using a froyo card in it and adb saw it although it said offline. Could the cable be a reason why it wouldn't work?
It's possible, but not likely as I am using diiferent cable for communication between PC and NC all the time... My original is connected to a charger from the purchase of NC...
did you install the right drivers for it? It depends which OS flavor you have on your nook. Honeycomb uses different drivers vs Froyo
edein said:
did you install the right drivers for it? It depends which OS flavor you have on your nook. Honeycomb uses different drivers vs Froyo
Click to expand...
Click to collapse
I'm having the same issues. I'm on a Windows 7 Box and I can not see the NC.
In Device Drivers under <Other> I find the NC but the driver is invalid. I have DL'ed the Android SDK with the USB drivers and I have tried pointing to the driver manualy. No Joy.
Any Help would be greatly apreciated.
TY
-NJ
have you tried this? http://forum.xda-developers.com/showthread.php?t=882751 ...run the .bat and follow it's instructions.
Also: it's very important that you reboot your Nook at least once after your first OS installation.

Phone not recognized by ADB in Ubuntu

Hi Guys
I am trying to learn android programming and my pc running ubuntu 12.04 is not recognizing the p990 on cm 10.1. I remember that the phone used to be detected while running official ICS.
I used to get around this problem by using ADB over wifi to access the device.
But after the cm10.1 update to android 4.2.2 adb over wifi is not working anymore.
i tried adding entries to 51-android.rules file. But that doesn't work either(I think adding the rules only work if the device is listed using the lsusb command. In my case it is not listing as a usb device).
Charging is working fine BTW.
I am currently running cm 10.1 feb -19 rom with kowalski 100p3 kernel and old bootloader
Please help....
do you have installed Android-SDK? This is recommend
yes, i can connect nexus 7 without any problem.
Did you try start adb as root on your Linux box? Mine only works as this.
Sent from my LG-P990 using xda app-developers app
No, I will try that.
But i think it has to do with the new confirm prompt for debugging that was introduced in 4.2.2. It doesn't appear when I try debugging over WiFi. Any idea how i can override that prompt or add my PC to the adb white-list
Adb should not be starting as root. Please don't do this. What you need is properly configure udev rules to recognize your device and set the proper rights for device node in /dev.
Keltek said:
Adb should not be starting as root. Please don't do this. What you need is properly configure udev rules to recognize your device and set the proper rights for device node in /dev.
Click to expand...
Click to collapse
May I ask why? I'm using it for years like this. And it's fine.
Sent from my LG-P990 using xda app-developers app
Keltek said:
Adb should not be starting as root. Please don't do this. What you need is properly configure udev rules to recognize your device and set the proper rights for device node in /dev.
Click to expand...
Click to collapse
Thanks . that is what i am trying to figure out.
i need to clarify a couple of things though.
1) Does udev rules work even when the device is not listed using 'lsusb' command?
2) i think the manufacture id for lg is 1004. but i am not able to find its product id.Does any one have an idea.?
also it would be nice if somebody could share the complete rule. I believe it is usually added to '51-android.rules' file.
Thanks in advance .
Re: [fixed]Phone not recognized by ADB in Ubuntu
A complete wipe and re install of the latest nightly fixed it. The phone was detected in USB mass storage mode.
Updating here so that any body who come across three same issue might find it helpful.
Sent from my Nexus 7 using xda app-developers app

[Q] Nook HD cm10.1 ADB

Just one more problem. (I hope) Maybe I'm missing something obvious, but I've been unable to figure out ADB drivers for a cm10.1 Nook HD. I've only been able to find ones for stock. Where would these be found/how would I get this to work?
Ardent_V said:
Just one more problem. (I hope) Maybe I'm missing something obvious, but I've been unable to figure out ADB drivers for a cm10.1 Nook HD. I've only been able to find ones for stock. Where would these be found/how would I get this to work?
Click to expand...
Click to collapse
You really don't need to use ADB USB with CM10.1. You can go to developer options and enable ADB over network and you can use wifi to connect with ADB. Just type adb connect xx.xx.xx.xx:5555 in your PC prompt, where the x's is your Nook IP address.
Sent from my Galaxy Tab 2 using XDA Premium
Thanks, but adb over wireless seems to require authorization over USB. If it is supposed to be able to do that over wifi, I haven't been able to start it. I do have the latest abd, but it hasn't helped.
Aha! I've got both USB and wireless adb working. It was quite annoying, so I made a step-by-step guide in General-here.

[Q] Is there a way of installing a ROM to SD without the need to use the EMMC

Hey all,
I managed to brick my Nook HD+ a few month ago (see previous threads). The EMMC partitions are broken and I cant access them.
So, I noticed a few ROMS that work of a SD Card. The only problem is, the installation seems to need to store the ROM on the internal EMMC in order to install it.
Is there a way round this?
Cheers
There is an emmc-less Rom you can find the link from the following thread.
http://forum.xda-developers.com/showthread.php?t=2544606
Direct link
http://forum.xda-developers.com/showpost.php?p=44790925&postcount=67
Thanks for the reply.
I'm struggling with the adb push part and adb just wont work, ive tried
http://forum.xda-developers.com/showthread.php?t=2336088
http://rhuno.com/flashblog/2013/03/17/getting-the-nook-hd-recognized-by-adb/
the driver installs successfully and i still cant see my nook via adb. Is there anything i could be missing.
smurfster said:
Thanks for the reply.
I'm struggling with the adb push part and adb just wont work, ive tried
http://forum.xda-developers.com/showthread.php?t=2336088
http://rhuno.com/flashblog/2013/03/17/getting-the-nook-hd-recognized-by-adb/
the driver installs successfully and i still cant see my nook via adb. Is there anything i could be missing.
Click to expand...
Click to collapse
What OS are you running? I had no issues once I did step 7 myself on Windows. On Linux it really depends on the distro and I don't use a Mac so not sure.
smurfster said:
Thanks for the reply.
Click to expand...
Click to collapse
You should really hit the Thanks Button for him instead of just saying thanks
jpisini said:
What OS are you running? I had no issues once I did step 7 myself on Windows. On Linux it really depends on the distro and I don't use a Mac so not sure.
Click to expand...
Click to collapse
tried a different computer and still no luck. I use windows 7 pro
someone mentioned I need the google usb driver. But how do I install it? it wont install via the right click > install option
Maybe try https://nookdeveloper.zendesk.com/entries/21943338-nook-developer-start-up-guide#top
Well I'm stuck nothing seems to work
Just a quick note.
Be sure to use v1.0.31 of adb or greater, or it will not see your device.
Also, in my bootimg_tools_ovation are the files necessary to get adb working in linux.
(the "hidden" .android folder gets copied to home, and the rules file to /etc/udev).
Someone really should make a live linux usb/flash image with working adb for the nook. (Just boot from usb key and have working adb)
Wouldn't be that difficult.

Categories

Resources