Android phone to root shield? - Shield Android TV Q&A, Help & Troubleshooting

I dont have a laptop to move near my Shield Tv to use adb. Could all the same be done on my Android phone using Terminal Emulator, or does that over-complicate rooting the Shield Tv?

No help yet....?
Well first you'd have to have adb/fastboot and you'd have to have driver's to connect to device.
I fly racing drones and have seen a clean flight app for configuring flight controller changes. That involves connecting your quad flight controller to your Android device with a USB cable. Typically you would use a PC with drivers very similar an operation to running fastboot to root your phone. I think it comes down to which device is running command prompt can connect with its drivers to the Target device
You should post in other forums like in adb development forum or Nexus up forum.

I suppose I could try it for the yucks... But, since your the One asking? Why don't you just download a Terminal Editor (From the PlayStore), which should allow you to use (e.g. emulate), ADB at the least of it. Not sure if it'll be of much help to you at the Fastboot Level though.
TBQH: I'm not sure this is the best plan of attack. As you would almost have to be very meticulous here, as to not accidentally flash your Phablet with the Shield TV Firmware, or vise-versa.
*EDIT*
Just outta ****s, and giggles I decided to just try it out to see how far One could get with it. As it turns out, you can at least get into the Fastboot System like this. However since I don't have anything like Fastboot, or ADB as a callable executable (From Emulated Android Terminal), I can't issue any Fastboot commands durr.
It could be interesting to look Into if there isn't an Android OS version of Fastboot that could be ran from the Terminal. But, my guess is there wouldn't be. As 99.9% of Devices out there don't require you to be patched into a USB Host just to get into Fastboot / Update / Recovery Mode. And for the times when you do need a PC there is bespoke Software like Kies, or Odin out there to make that task simpler.
*EDIT II*
A quick shufti on ATE, and Fastboot brought up this Gem.
http://www.nairaland.com/2351005/how-set-up-run-fastboot
Of course the usual caveats about being Rooted, (The Device from which you plan to root from. e.g. your Phablet), apply.

I've tried this with my Nexus 6p. 7.1.1 Pure Nexus ROM. ElementalX​ Kernel. Rooted. I used the included USB C to USB A cable and was never able to get the Shield to show up under adb devices.
I ended up just splicing two broken micro USB cables. You just cut and match the colors. I didn't even seal the wires. No solder, no electrical tape. No heat shrink. Just made sure none of the splices were touching and it worked just fine on my laptop connected to the shield TV 2017. These were USB 2.0 cables. But make sure they're data cables and you shouldn't have any issues.
I personally tried many versions of adb for Android and could never get the Shield to show up. So I just gave up and make the USB A male to male cable and did it the right way.
Sent from my Pixel+XL using Tapatalk

Related

[Q] What's the micro usb port for?

Does anyone use the micro usb port? I have yet to find a use for it. I can't transfer files with it, charge with it nor are there any peripherals (that I know of) that can use it. I searched around but couldn't find much useful stuff on the port. All I found was this useless video:
**Ok I can't post the video because of more stupid forum rules but just go to youtube.com and append this after the url: /watch?v=1xBVu-IatDQ **
Anyway, if someone has ideas on how this port can be used I'm all ears... Thanks.
dq
It is a file transfer port. you plug a cable into it and into your PCs usb port. works like the ones on your phone.
Does it work for you? Because it doesn't for me. Nothing happens when I plug it into a computer. No automounting on the computer side or indication on the tablet that I can put it into "usb storage mode" like the 2.X Android versions do.
dq
don quixada said:
Does it work for you? Because it doesn't for me. Nothing happens when I plug it into a computer. No automounting on the computer side or indication on the tablet that I can put it into "usb storage mode" like the 2.X Android versions do.
dq
Click to expand...
Click to collapse
What OS are you using on your computer, and have you installed the drivers for it?
don quixada said:
Does it work for you? Because it doesn't for me. Nothing happens when I plug it into a computer. No automounting on the computer side or indication on the tablet that I can put it into "usb storage mode" like the 2.X Android versions do.
dq
Click to expand...
Click to collapse
Computer OS? i just plugged it into my Win7 system and it was there instantly. 3.0 shows up as a media device, which allows both the tablet and the computer to talk to the sdcard at the same time. So you won't see a mount prompt on the tablet. BTW my Incredible2 is running 2.3 and also lets me access the SD card on it and the computer at the same time.
I'm still using an old tiny xp and it worked fine for me just plugged it in and there it was
I tried Gentoo Linux and XP and neither worked. What drivers do I need to install?
I also have access to a Win7 system so I'll try that.
dq
Drivers from acer website.
I have adb installed should this not be enough?
You need none installed. ADB if its running in some form might be interfering. its just a basic driver in windows it uses.
I only run adb-server when I need it and not all the time. I thought that any needed drivers would have been installed when I installed adb.
For my Gentoo machine what should I do? It's not detected at all if I plug it in. My x10 mini and Nexus One are detected no problem and I can mount them and everything so what's up? Is there a kernel module that I need to build?
Thanks.
dq
I had to download these drivers for my xp netbook ,,
http://global-download.acer.com/GDF...A Tab&Step3=A500&OS=a05&LC=en&BC=Acer&SC=PA_6
I agree with Nova 5. The Windows drivers for USB come with the SDK and while you might not think you will have use for the SDK you will. It makes the process of installing custom ROM,s and Recovery Kernels a breeze. You download your zip flashes or recovery images to Win 7 and then you adb push your downloads to the tablet. The alternatives, unless soneone was nice enough to compile you an apk, which most advanced system developers don,t bother with, unless their app is destined for the massees throug Andriod market, is to install a terminal emulator and enter native Unix/Linux shell commands manually. If you aren't a shell cmd expert I suggest you immediatly download the latest Android SDK for Windows and start learning what it can do for you with just 2 or 3 adb push commands which can help you advoid 10's of lines of manually entered Linux shell commands that can do some real damage to your system if you are copying someone elses terminal emulator sh install instructions, don't understand what they do and make 1 simple typing mistake. With adb push you don't even have to get involved in Linux's complicated bit based permission changes to install something at the system level.
Sent from my A500 using xda premium
Yes, well I only really use adb in the same capacity as what you describe-- to root a device. After that busybox can be installed and I can either ssh into the device (which I prefer) or use the terminal on the device itself.
But my problem is the detection of the device once it is plugged into my Linux box. I'm not sure if I need a special driver for that and I'd rather not aimlessly search through the kernel config in order to build one (I've done that before and it's painful!). It's good to know that one can mount it on an external device and still use it simultaneously though. That will save me time in trying to fiddle around with settings in the tablet itself...
dq
don quixada said:
I have adb installed should this not be enough?
Click to expand...
Click to collapse
If you are not able to transfer files Try enabling usb debugging before connecting to pc.
If the tab is not in the usb devices list and it doesn't show up as an unknown device, you might want to try another usb cable. Or another port if you have the Windows and Linux on the same machine and you are trying to connect on the same port.
Sent from my A500 using XDA Premium App
gradyzero said:
I agree with Nova 5. The Windows drivers for USB come with the SDK and while you might not think you will have use for the SDK you will. It makes the process of installing custom ROM,s and Recovery Kernels a breeze. You download your zip flashes or recovery images to Win 7 and then you adb push your downloads to the tablet. The alternatives, unless soneone was nice enough to compile you an apk, which most advanced system developers don,t bother with, unless their app is destined for the massees throug Andriod market, is to install a terminal emulator and enter native Unix/Linux shell commands manually. If you aren't a shell cmd expert I suggest you immediatly download the latest Android SDK for Windows and start learning what it can do for you with just 2 or 3 adb push commands which can help you advoid 10's of lines of manually entered Linux shell commands that can do some real damage to your system if you are copying someone elses terminal emulator sh install instructions, don't understand what they do and make 1 simple typing mistake. With adb push you don't even have to get involved in Linux's complicated bit based permission changes to install something at the system level.
Sent from my A500 using xda premium
Click to expand...
Click to collapse
Not nearly what I was saying. Not even close enough that a bomb would touch it.
Simple answer is my vista and win7 systems accessed the iconia as a media player device requiring no drivers as they are a common system driver. My only comment about ADB was that it might be interfering if it somehow was left running in the background.
I'm not sure what the problem is, but I had to play around with the settings and plug it in several times and finally it showed up. Now I plug it in and the dialog for auto play shows up instantly. When I choose to view files, I get a window with two drives. One is the internal storage and the other is the sd card.
sandiegoan said:
I'm not sure what the problem is, but I had to play around with the settings and plug it in several times and finally it showed up. Now I plug it in and the dialog for auto play shows up instantly. When I choose to view files, I get a window with two drives. One is the internal storage and the other is the sd card.
Click to expand...
Click to collapse
Sometimes mine gets a bit wonky as well. Every now and then, I'll plug it in, get the windows dialogue box asking me what I want to do. I open it up and the box is blank, no drives, nothing. Unplug it, wait a few seconds, pop it back in, and everything is OK. No rhyme or reason, and it doesn't happen all the time.
Quick trick for win7 .
Plug in the device.go into device manager delete its entry and the USB controller it resides on.unplug device.install driver from acer web site.then try the device again.
This works on several USB type issues
Good luck if you don't understand don't try

[Q] USB-PC Not working?

I'm running OTA 4.0.3 (Acer_AV041_A500_1.033.00_PA_CUS1) rooted with I don't know what tool, but rooted after upgrading to 4.0.3, and using one of the tools found here which was the latest (at the time of rooting). The tablet has an "A500 Root Tools" app which has options to enter APX mode amongst other things.
I'm unable to get my Acer to connect to my PC via USB. I tried using both a mini(?)-usb cable and an A-A cable. My acer makes no notification, and there's no visible, or audible, evidence that anything was connected. USB Debugging enabled and disabled makes no difference. The tablet shows absolutely no sign that anything was plugged in. Nothing in notifications, nothing in any file managers.
Likewise on both a Windows 7 PC, and a Windows Vista machine. No little sound saying I plugged something in. Nothing listed in device manager. Nothing anywhere. The Win7 machine has the Acer drivers installed, as it is the machine I used to root it a few months ago.
Is there some weird ICS toggle that I need to perform to get this working? I know my USB ports are working as I've plugged in USB sticks and it mounts them without issue.
At the end of the day, I'm just wanting to flash my bootloader so that I can install CWM and a custom ROM. If there's a way to do that without needing my PC connected, that would make me equally happy.
Drivers
Anthony820 said:
I'm running OTA 4.0.3 (Acer_AV041_A500_1.033.00_PA_CUS1) rooted with I don't know what tool, but rooted after upgrading to 4.0.3, and using one of the tools found here which was the latest (at the time of rooting). The tablet has an "A500 Root Tools" app which has options to enter APX mode amongst other things.
I'm unable to get my Acer to connect to my PC via USB. I tried using both a mini(?)-usb cable and an A-A cable. My acer makes no notification, and there's no visible, or audible, evidence that anything was connected. USB Debugging enabled and disabled makes no difference. The tablet shows absolutely no sign that anything was plugged in. Nothing in notifications, nothing in any file managers.
Likewise on both a Windows 7 PC, and a Windows Vista machine. No little sound saying I plugged something in. Nothing listed in device manager. Nothing anywhere. The Win7 machine has the Acer drivers installed, as it is the machine I used to root it a few months ago.
Is there some weird ICS toggle that I need to perform to get this working? I know my USB ports are working as I've plugged in USB sticks and it mounts them without issue.
At the end of the day, I'm just wanting to flash my bootloader so that I can install CWM and a custom ROM. If there's a way to do that without needing my PC connected, that would make me equally happy.
Click to expand...
Click to collapse
Reinstall the Acer Drivers and also the Google drivers from the android sdk if u have that installed, if not use the adb_fast.zip attached. For you to successfully flash the BL do not underestimate the importance of having the drivers correctly installed - its the cause of 90% of the problems folks have had - my advice is to keep Device Manager open the whole time so you can see what is or isn't installing - dont proceed with the flash until you are sure they are - else you'll be looking at a downgrade to HC to fix things
you can also use Acer Recovery Installer from the market to install a custom recovery
While I appreciate your help, my issue is not drivers - Windows isn't loading the wrong drivers, or no drivers at all. Windows is showing no sign at all, at all, in device manger, any where, that a tablet has been plugged in. Like wise, the tablet gives ZERO notifications on being plugged in to a PC. Nothing. No sounds. No notification. Nothing.
I was originally using the micro(?) usb slot, and it was not working. I assumed that USB slot was dead. So I went and bought a USB A-A cable - after testing the normal USB slot and established it works - and it, too, does absolutely nothing when plugging the device into a PC.
I've since tested with an Ubuntu 12.04 machine as well. dmesg lists nothing.
Anthony820 said:
While I appreciate your help, my issue is not drivers - Windows isn't loading the wrong drivers, or no drivers at all. Windows is showing no sign at all, at all, in device manger, any where, that a tablet has been plugged in. Like wise, the tablet gives ZERO notifications on being plugged in to a PC. Nothing. No sounds. No notification. Nothing.
I was originally using the micro(?) usb slot, and it was not working. I assumed that USB slot was dead. So I went and bought a USB A-A cable - after testing the normal USB slot and established it works - and it, too, does absolutely nothing when plugging the device into a PC.
I've since tested with an Ubuntu 12.04 machine as well. dmesg lists nothing.
Click to expand...
Click to collapse
open a command prompt on yr adb folder and run "adb devices" what do u see?
List of devices attached.. then nothing but my prompt.
Anthony820 said:
List of devices attached.. then nothing but my prompt.
Click to expand...
Click to collapse
and the adb interface driver thats not showing in device manager?? and you have the acer drivers installed??
All the signs are pointing to no drivers, failing that its sounding like a hardware issue either yr tab or cable - can u try on another pc/laptop?
Tested it on a Win 7 Dell, on a Vista Dell, and on an Ubuntu 12.04 Compaq. None show any sign of the device being connected.
I know my *two* micro USB cords work as my Nooks (color and tablet) have no problem with them. I know the large USB slot works as I've plugged in a keyboard and a USB memory stick and both are immediately detected by android.
I've also done a factory reset on the tab. Problem persists, obviously.
I'm actually setting up stock Win7 on another laptop right now. When it's complete I'll install acer drivers and plug in the tablet. It will be the only USB device, let alone android, to ever be plugged in to it.
Anthony820 said:
Tested it on a Win 7 Dell, on a Vista Dell, and on an Ubuntu 12.04 Compaq. None show any sign of the device being connected.
I know my *two* micro USB cords work as my Nooks (color and tablet) have no problem with them. I know the large USB slot works as I've plugged in a keyboard and a USB memory stick and both are immediately detected by android.
I've also done a factory reset on the tab. Problem persists, obviously.
I'm actually setting up stock Win7 on another laptop right now. When it's complete I'll install acer drivers and plug in the tablet. It will be the only USB device, let alone android, to ever be plugged in to it.
Click to expand...
Click to collapse
cool let us know how u go....oh dont forget the adb drivers too
Same. I feel like it's something on the tablet rather than the PCs. But I don't know how to get 100% stock again without being able to have a PC connection.
Anthony820 said:
Same. I feel like it's something on the tablet rather than the PCs. But I don't know how to get 100% stock again without being able to have a PC connection.
Click to expand...
Click to collapse
The tool you used to root it (icsRoot) also has an unroot tool, which you could have used...I have tried to unroot manually which wasnt easy as I had a pre-rooted rom and I had real trouble getting rid of superuser, but in your case it may be a bit different....Sorry can't give you much help in the unrooting ics dept. Maybe try flashing acer stock rom??? or starting a new thread??
Did you ever solve this problem, I'm pulling my hair out with the same thing.
irishmoe said:
Did you ever solve this problem, I'm pulling my hair out with the same thing.
Click to expand...
Click to collapse
are you trying to flash something or do you mean when you connect yr tab
windowz explorer doesnt show your int/ext storage??
more info needed, what rom and bootloader, what OS on yr pc can u try on a different one, try a different cable and usb port..
have you run the acer drivers setup.exe
did u install the android usb ones
have u opened a command prompt from the folder where adb.exe is and run "adb devices"...does a number show??
when u have device manager open and connect yr cable do you see the drivers install. If they are there then uninstall them, disconnect yr cable and clean boot and reconnect.
If they do not install then manually install by pointing them to the folder you extracted the zip to...for the acer ones, just point it to your c: drive
If windows trys to install them, stop the hardware wizard from searching windows update and manually install them yourself.
If you've tried to flash the bootloader and it hasnt completed for what ever reason - you can strike issues such as yours - again, uninstall, clean boot, reconnect, manual install
I have my own thread here
http://forum.xda-developers.com/showthread.php?t=1776448
but came across this one and thought I'd ask if there was any solution found.
irishmoe said:
I have my own thread here
http://forum.xda-developers.com/showthread.php?t=1776448
but came across this one and thought I'd ask if there was any solution found.
Click to expand...
Click to collapse
ok m8, i havng a look at it now....when u connect to yr pc does win explorer show u yr internal/external storage ok??
Have you tried an app like USB host controller to check the connection on the tablets side?
a.child said:
Have you tried an app like USB host controller to check the connection on the tablets side?
Click to expand...
Click to collapse
I regularly use a memory stick in the usb port so I reckon it's fine
what about the micro-usb port?
a.child said:
what about the micro-usb port?
Click to expand...
Click to collapse
Lost the cable so using the regular port
irishmoe said:
Lost the cable so using the regular port
Click to expand...
Click to collapse
I replied earlier in the other thread m8
U must use the micro USB
irishmoe said:
Lost the cable so using the regular port
Click to expand...
Click to collapse
dibb_nz said:
I replied earlier in the other thread m8
U must use the micro USB
Click to expand...
Click to collapse
That's correct, a straight USB "A to A" won't work. Further, I discovered something else; not all micro-usb cables are created equally! I was using a cable that worked fine on my Thunderbolt phone, would not work at all on my A500. Turned out there's some enhancements to the pinouts on the newer micro-usb devices. So the lesson here is go with the cable that came with the device if at all possible.
Seriously though, give a different micro-usb cable a shot; they're pretty cheap around the interwebz.

[Q] How do I use the Mojo for development with ADB?

I'm a game developer, and I just picked up the MOJO because I'd like to use it for development using ADB and the standard android tools. I bought a Male to Male USB cable to hook it up to my computer, but it doesn't seem like that works the same way that the micro USB works on Android phones and Ouya.
Has anyone gotten the Android working for development? If I had to guess, it sounds like you have to root it, then enable ADB over wifi? I found instructions to root it, but are there any instructions for getting ADB over WiFi (or the ethernet plug) running on it?
Thank you for your help!
I haven't debugged on my mojo yet, so I"m not 100%
Do you have developer options enabled?
I would look at Nvidia info, ie:
http://docs.nvidia.com/tegra/index.html#Getting_Started.html
The shield is simular.
https://developer.nvidia.com/getting-started-shield
You've got to ADB over the network. Find the assigned IP address of MOJO in the Settings>About MOJO>Status page.
Then go to your PC and type adb connect xxx.xxx.xxx.xxx into a command line to connect to MOJO - you can then ADB to your heart's content.

no fastboot or adb access

I can't access my N7 with adb (when booted) or fastboot (while in the bootloader). It's connected via a USB cable. This is both with a Mac and WUGS. Commands like fastboot devices or adb devices return nothing as the device isn't seen. I can connect my N4 and use those commands without problem. I just tried doing the same with my 2013 N7 and it's not being seen, either. Strange. I don't think I've had this problem before on the Mac. I have on Windows, which I can sometimes resolve by installing and reinstalling drivers until something works.
I'd wanted to update the 2012 N7 to Lollipop.
Thoughts, anyone?
maigre said:
I can't access my N7 with adb (when booted) or fastboot (while in the bootloader). It's connected via a USB cable. This is both with a Mac and WUGS. Commands like fastboot devices or adb devices return nothing as the device isn't seen. I can connect my N4 and use those commands without problem. I just tried doing the same with my 2013 N7 and it's not being seen, either. Strange. I don't think I've had this problem before on the Mac. I have on Windows, which I can sometimes resolve by installing and reinstalling drivers until something works.
I'd wanted to update the 2012 N7 to Lollipop.
Thoughts, anyone?
Click to expand...
Click to collapse
Crazy as it sounds, try another USB cable. Reboot everything, plug in fresh, and try again. Failing that, use WUGS to reinstall all your USB drivers. Use the stock Google.
The cable was the culprit. I tried another and it worked. Thanks so much!
I'm having a similar problem that's driving me insane.
Nexus 7 wi-fi version
I've loaded every driver on the planet and in recovery mode it simply will not show up. And I'm not talking won't show up using ADB, I get absolutely nothing in device manager. So before anyone tells me to point to the device and manually change the driver, there is no device to try and point a driver to.
In "normal" mode, it shows up perfectly fine in Device Manager as Android ADB Composite Device. ADB will list it in devices with no problem. It will accept the "adv reboot recovery" command perfectly and reboot the tablet into stock recovery. The minute it does that, the device disappears from the Device Manager list and nothing takes it's place. I've tried to have it search for new hardware, I've tried the Google USB drivers kit, I've used Koush's Universal Driver install. I've used 3 different cables on 2 different USB ports.
This is a completely stock N7 running 4.4.4 plugged into a Windows 8.1 64 bit PC.
The last thing I'm wondering is do I have to unlock the bootloader at all? I don't want to because it'll wipe the tablet. If so I guess I'll just wait out the actual OTA rather than try to sideload it.
Any suggestions would be appreciated.
Yaz75 said:
Any suggestions would be appreciated.
Click to expand...
Click to collapse
Any suggestions at all?
Ummm... does the Stock Recovery actually run "adbd" by default? If it doesn't (or it doesn't start adbd until you execute the sideload menu item), then you wouldn't normally see anything on the other side of the cable with a stock Recovery. (I don't have my tablet with me to check)
Here's an extra "any suggestion at all":
Get rid of Windows and use Linux; there are no drivers to screw with in the latter case.
No, seriously. But probably not what you are thinking.
If you can get a "live CD" to boot** on your PC, you can (as root) run the "lsusb" command to see what devices are enumerated on the USB bus, port by port.
In conjuction with the decoder ring at the end of this post, you can determine from inspection of the USB VID/PID identifiers whether or not all the hardware is behaving, and whether or not the tablet is in the mode you think it is supposed to be in.
The reason this is valuable is that it allows you to take drivers completely off the table; if everything is as it should be, then you know that all the hardware and cabling are functioning correctly, the tablet is behaving correctly, your PC hardware is behaving correctly, and that 100% of the problem is Windows driver issues.
If you want to go the extra 1/4 mile, you can put a copy of (Linux) fastboot & adb plus your flashables on a USB key, and run adb or fastboot from the Live CD boot. It won't matter that the live CD doesn't have them preinstalled, they will be on your USB key. It will be easier on you if you can find statically-linked fastboot and adb binaries; if not you will have to copy one or two supporting shared libs (.so files) along with the binaries, and find out what LD_LIBRARY_PATH is all about.
suppose the USB key mounts at /media/usb1; then
$ sudo /bin/bash
# mkdir /tmp/tools
# cp /media/usb1/fastboot /media/usb1/adb /media/usb1/*.so /tmp/tools/
# chmod 755 /tmp/tools/*
# export LD_LIBRARY_PATH='/lib:/usr/lib:/tmp/tools:.'
# cd /tmp/tools
# ./fastboot devices
OR
# ./adb devices
Good luck; as you are using Windows you are going to need it. Hahaha LOL
**depending on whether your BIOS on your win 8.x PC can be toggled between UEFI and Legacy modes or not, this can be either trivial (Legacy boot mode) or complicated (UEFI) requiring a "Trusted Computing" crypto boot shim from MisterSoftie.
Ok this works for me
Use USBDeview (http://www.nirsoft.net/utils/usb_devices_view.html)
delete all the associated drivers like Google, Samsung, etc for ADB, etc
Restart Computer
Reconnect N7 without MTP and USB debugging
Wait for PC to recognise device and install driver
*If you see something like PC unable to recognise device, go into device and Update Driver and choose "Automatic....."
Disconnect and Reconnect with MTP and USB Debugging
Wait for PC to recognise device and install driver
Restart N7 in bootloader
Wait for PC to recognise device and install driver
Profit
* My PC OS is Win 8.1 Pro 64bit
make sure mtp is switched off, i couldnt get adb or fastboot on my nexus just now . switched off mtp and works fine

New NP on 5.1.1 USB port will not do anything

My NP arrived in the post today. Installed Plex, Netflix and Youtube etc - all great. But now I want to install Kodi.
I followed many different guides (I am not to rooting or anything and understand ADB etc). I'm an Android dev for a living so I know I have all the drivers setup just fine. So, when I plug a USB OTG cable the NP doesnt see it, odd I thought. I plugged the NP into my Linux machine, nothing (adb usb shows nothing no matter what), same with my OSX laptop and Windows device manager doesn't think anything is connected.
I've therefore come to one of two conclusions... 1) the USB port is broken / disabled 2) i'm an idiot. I actually don't think it's the latter in this case.
Can someone assist me please?
alexktz said:
My NP arrived in the post today. Installed Plex, Netflix and Youtube etc - all great. But now I want to install Kodi.
I followed many different guides (I am not to rooting or anything and understand ADB etc). I'm an Android dev for a living so I know I have all the drivers setup just fine. So, when I plug a USB OTG cable the NP doesnt see it, odd I thought. I plugged the NP into my Linux machine, nothing (adb usb shows nothing no matter what), same with my OSX laptop and Windows device manager doesn't think anything is connected.
I've therefore come to one of two conclusions... 1) the USB port is broken / disabled 2) i'm an idiot. I actually don't think it's the latter in this case.
Can someone assist me please?
Click to expand...
Click to collapse
I'm having the same problem, adb devices and fastboot devices isn't finding anything except for once. I was lucky enough for adb devices to find it once but as soon as I booted into fastboot it stopped working again. Of course I have tried different usb cables, ports and all works when using them on different phones. pretty frustrating.
---------- Post added at 02:51 PM ---------- Previous post was at 02:48 PM ----------
alexktz said:
My NP arrived in the post today. Installed Plex, Netflix and Youtube etc - all great. But now I want to install Kodi.
I followed many different guides (I am not to rooting or anything and understand ADB etc). I'm an Android dev for a living so I know I have all the drivers setup just fine. So, when I plug a USB OTG cable the NP doesnt see it, odd I thought. I plugged the NP into my Linux machine, nothing (adb usb shows nothing no matter what), same with my OSX laptop and Windows device manager doesn't think anything is connected.
I've therefore come to one of two conclusions... 1) the USB port is broken / disabled 2) i'm an idiot. I actually don't think it's the latter in this case.
Can someone assist me please?
Click to expand...
Click to collapse
you can install es file explorer from your pc by going to the google store and selecting your nexus player, you can then sync your google drive account and use it to install sideloader.
try stick mount to mount thumb drive , you can push apps and install them with skipsofts tool kit...
This is a new problem.
I had no problem before the 5.1.1 update. I have a OTG with four USB ports and an Ethernet port all of which worked perfectly before the update. I already have ES file explorer but since the Nexus plus doesn't recognize any USB device any more it's worthless at the moment.

Categories

Resources