[Q] USB host? Is it possible with the a100? - Acer Iconia Tab A100

Hello friends, I am new to this forum, but certainly not new to the tablet world. I purchased the iconia a100 a few weeks ago and I must say it is a superb tablet in almost everyway. That being said, I am trying to come up with a solution for the lacking usb host on this tablet. I am certainly not a dev, but I am wondering if there is anything in the works for a working usb host? Does anyone know if acer has any plans to offer an adapter or even a different docking station with the usb host working from the 40 pin? If anyone has any ideas or would like to start a project i will be glad to help in anyway I can. While i was researching this usb host problem i see that there was a very sinilar situation with the galaxy which has since been resolved. Any suggestions? Thanks

Not yet possible, but you can pretty much count on it to be baked into a custom ROM when we get the ability to fully unlock and root this device. Root is already possible, and done. Unfortunately, we cant really do much development on it right now due to the encrypted bootloader. Most devs are waiting for the ics update in January to get the ball rolling on tweaks and hacks to the a100.
Sit tight, they'll have you up and running in no time
ummmmm............ could you repeat that?

This is also #1 on my wishlist. However, I don't know if that is even possible with a custom ROM; it requires the hardware to support it and I don't recall seeing any teardown that states that it would be possible.

I've seen it done in various phones, but don't know if its been posted on any here, but I'm sure a search on the forum would help find them. Its a matter of reconfiguring the port in the programming and getting an adapter from micro USB to standard USB.
But don't quote me on any of this, I could be mistaken with other devices. There has been talk about USB hosting on the a100 before.
ummmmm............ could you repeat that?

Yes, you would need something called an OTG (on the go) adapter. The hardware in the device has to support host, so it is not JUST software.

I can confirm that i have tried the otg adapter as well as other adapters...and it only works as slave. I would just like someone to confirm that usb host is possible [that the harware supports host capabilities]. I am just glad to see there are more people interested in fixing this problem as this tablet is superfast and top quality in every other way in my opinion. Thanks again

Maybe something comes out of
http://www.circuitsathome.com/mcu/programming/android_adk_compatible_usb_host_library_release

I ordered an OTG cable and once it comes I will take a look at enabling USB host mode.
I am guessing that the hardware supports USB host, but will need a kernel module and some scripts to enable it.
I also suspect that the USB port will not supply power to an attached device. If this is the case, the workaround is to attach a powered USB hub to the OTG cable.
Crossing my fingers, and waiting for that OTG cable to come in the mail...

flar2 said:
I ordered an OTG cable and once it comes I will take a look at enabling USB host mode.
I am guessing that the hardware supports USB host, but will need a kernel module and some scripts to enable it.
I also suspect that the USB port will not supply power to an attached device. If this is the case, the workaround is to attach a powered USB hub to the OTG cable.
Crossing my fingers, and waiting for that OTG cable to come in the mail...
Click to expand...
Click to collapse
USB host is enabled in the kernel. Hardware does support USB host.
Acer left it off the board entirely, so I doubt much can be done without hardware modding, which I'm all for lol.
Tapatalked from my Galaxy S II.

Sounds grim if the hardware connection is not there, are we sure that the port is just not supplying power?
do the kernel modules load? (e.g. usb-hid, usb-storage)
Has anyone actually tried to:
a) insmod the correct modules
b) force change to host mode (the device probably has to be either slave or host, not both at once)
c) connect something (e.g. a mouse or a thumbdrive) through the otg cable and a powered usb hub?
At least I won't have to build a kernel to test this out.

flar2 said:
Sounds grim if the hardware connection is not there, are we sure that the port is just not supplying power?
do the kernel modules load? (e.g. usb-hid, usb-storage)
Has anyone actually tried to:
a) insmod the correct modules
b) force change to host mode (the device probably has to be either slave or host, not both at once)
c) connect something (e.g. a mouse or a thumbdrive) through the otg cable and a powered usb hub?
At least I won't have to build a kernel to test this out.
Click to expand...
Click to collapse
I know this comes up every now and then, I really dont know how far anyone gets before giving up. Feel free to try out whatever you want, while I don't care about USB host I know a lot of people do and would love an update on any progress anyone can make. Even if its just things that don't work.
Acer is generally lazy and cheap, we use the same kernel source as the a500 which has host, which is why we also have it. It could be modules, though I doubt its so simple. Also a powered hub would be needed, there is no power supplied to the port that anyone has found. This could be remedied with some hardware work I'm sure. The hub would also need to be one way, meaning not dumping power to host as I doubt the a100 will take it and without protection would likely suffer damage if the power pins are even hooked up.
The system itself runs at 12v though I'm sure there's a 5v rail someplace but if it can support powering anything past maybe a flash drive is unknown.
Take a visit to iconia-dev on free node, they'll know more of this then probably anyone here does lol
Tapatalked from my Galaxy S II.

The A500 does not implement USB otg, but rather a standard USB port. In other words, USB otg is not necessary for the A500 since it has a standard port. The USB otg standard allows a the port to act as both master and slave depending on the connection. In the A100 service manual, the schematic shows only one connection to the chipset (client), host is unconnected, which could be a problem. However, it is known that the Tegra 2 can support otg connections. I'm not certain, but it may be possible that by shorting pins 4 and 5 in the micro usb connector (ie, using an otg cable) and with the proper kernel level support, the A100 could still act as a USB host, albeit with no power supply to the micro USB port.
I'll continue to investigate this once I have a chance to build otg support into the kernel and recieve the otg cable.

flar2 said:
The A500 does not implement USB otg, but rather a standard USB port. In other words, USB otg is not necessary for the A500 since it has a standard port. The USB otg standard allows a the port to act as both master and slave depending on the connection. In the A100 service manual, the schematic shows only one connection to the chipset (client), host is unconnected, which could be a problem. However, it is known that the Tegra 2 can support otg connections. I'm not certain, but it may be possible that by shorting pins 4 and 5 in the micro usb connector (ie, using an otg cable) and with the proper kernel level support, the A100 could still act as a USB host, albeit with no power supply to the micro USB port.
I'll continue to investigate this once I have a chance to build otg support into the kernel and recieve the otg cable.
Click to expand...
Click to collapse
Thanks for that, but one thing, its already in the kernel. However Linux society and/or waydownsouth would know more about what's in there, I just know it isn't blocked there. Modules etc I don't know. I look forward to seeing some progress on this topic.
Tapatalked from my Galaxy S II.

Pulled the kernel config from my tablet, you are correct, otg support is built into the kernel.
I'm using ezterry's kernel, almost everything is built in, there are only a few modules that have nothing to do with this.

I tested with an OTG cable, which shorts pins 4 and 5 in the micro usb connector. As expected, this did not enable USB host mode.
I tested wtih 5V going into the micro usb connection, as some of the non-powered devices need that voltage applied to activate the port, still nothing. (and no damage!)
I added a few other things to the kernel, the dmesg output changed slightly compared ezterry kernel
When connecting otg cable with 5V, dmesg shows:
tegra-otg tegra-otg: SUSPEND --> PERHIPHERAL
vbus connected, lock wakelock
tegra-otg tegra-otg: PERHIPHERAL --> SUSPEND
tegra_usb_phy_power_off(inst:0), phy->regulator_on: 1, line : 2754
tegra_usb_phy_power_off(inst:0), tegra_get_revision(): 0
vbus disconnected, unlock wakelock
android_work: did not send uevent (0 0 (null))

In the possibility that USB host is not possible on the micro usb port, a hardware mod could be done. There are points for a mini PCI-E connector on the motherboard (this is where the 3G module would be for A101). Solder wires to pins 36 and 38 for USB data, 4 for ground and connect them to a usb port. The PCI-E only gives 3.3V, but power could be supplied by a powered hub instead. There is even space inside the unit to mount a micro usb connector on the end with the power button.
The main roadblock is that the solder points are on the back side of the pcboard so you have to fully disassemble the unit to remove the motherboard. It would actually be fairly easy to do if the points were showing when you remove the back cover.
I don't think I have the nerve to actually try this.

flar2 said:
In the possibility that USB host is not possible on the micro usb port, a hardware mod could be done. There are points for a mini PCI-E connector on the motherboard (this is where the 3G module would be for A101). Solder wires to pins 36 and 38 for USB data, 4 for ground and connect them to a usb port. The PCI-E only gives 3.3V, but power could be supplied by a powered hub instead. There is even space inside the unit to mount a micro usb connector on the end with the power button.
The main roadblock is that the solder points are on the back side of the pcboard so you have to fully disassemble the unit to remove the motherboard. It would actually be fairly easy to do if the points were showing when you remove the back cover.
I don't think I have the nerve to actually try this.
Click to expand...
Click to collapse
Well if you want to play it like that, you can use a mini pci-e > usb adapter, which is also available with and without sata too lol. It would, maybe, depending on the board used, even line up with the sim slot, so minimal case cutting would be needed to make it accessible for usb. Straight drop in for an A101, though we lack the actual slot for it. Might be something I'll try later on.
Edit: I forget, does the sim slot line up with the pci-e slot? Been awhile since I saw the inside of one, so I may be wrong on that point.

There isn't an actual mini pci-e connector in my tab, it's just the solder points, so you would have to solder on a connector to use the adapter. The sim slot doesn't line up. But it looks like the empty sim slot is not high enough for a micro usb port to fit anyway.

I tried the hardware mod. Unfortunately the mini pci-e is not hooked up to the system. In other news, the motherboard is very easy to remove and reinstall.

there is a ROM in which they have implemented the usb otg?
Inviato dal mio Galaxy Nexus con Tapatalk 2

Related

Generic USB-Slave to USBhost converter

Quite a lot PDAs supporting USB-host, but for only a few an adapters or appropriate cables from the manufactures are available.
As these devices support USB-Slave as well I would like to know if there's a way to convert the USB male connector (used as slave e.g. for sync with the PC) to a USB-host female in order to connect accessories (keyboard, mass-storage devices...).
According to wikipedia the configuration of the pins shouldn't differ too much for slave and host mode.
Pls. see attachement, that's what I found regarding this question. It's a picture showing a similar configuration (as new user I'm not allowed to post external links, thanks to ab21cn
from xdaflameusers)
But it's a male-to-male converter and furthermore a converter from "big usb" to micro (mini?) usb. As there're already standard converters for the different sizes of USB I would like to start with the biggest size and to buy the appropriate converter as needed.
Does anyone has a circuit diagram or any other idea for such a generic converter?
Try adapters made for Nokie N800 series
I had a Nokia 770 a couple of years ago. It came as USB device only with mini USB connector, but online I found how to upgrade the software to USB host, and use a cable adapter. The plans I found online involved a 9V battery and 5V voltage regulator inside a metal case (they used a penguin mints case). I built one of those, even using the penguin mints case, and it worked fine.
I have never seen any indication that my HTC phone would work the same, but I am guessing that it might, if the USB host drivers are available.
Google couldn't locate the penguin mints-based converter I originally found, but this seems to be a similar circuit diagram.
Edit: Found it!
thx
thanks for the links. but i'm a little bit afraid of connecting something to my pda which has an own power supply, the risk of a burn-out is given. i've got a nautiz x5 with 4400mA battery which should have enough energy to supply usb-power to connected devices.
I think I'm going to contact the manufacture of my device, maybe this works for me, but a generic adapter would be of use for anyone.
the chips used for usb should be of the shelf as i don't think each manufacture develops an own logic for usb... but this doesn't imply that the cabeling is standard too.
what the heck makes manufactures providing features in their products which the users can't take advantage of?
do you mean using keyboards and so on on ppc?
because it's so simple if ur phone has a mini usb plug (the one u plug the power adapter into). i found a cable that plug into that and plugs a normal usb cable in on the other side and blam been typing on my phone using a desktop keyboard. it depends how much power your device requires however. i wish there was some software to feed a video line out so i could watch videos on pair of vizors that wud be rad. all i can find is a mini-sd card converter now whats the point of that. guess i need an itouch
yes
primary i want to connect usb mass storage devices to my pocket pc. gamecontroller or keyboard would be a good thing too.
my devices doesn't have a standard usb plug, the only thing i got is a adapter from the properitary plug of my device to standard usb male connector, but this is meant for usb-slave use only.
the underlying qeustion is, if there's a way to convert usb-slave to usb-host using the same pins. if it needs an additonaly pin then i don't see a way to convert it as i don't know anything about the pins cableing of my properitary plug.
a week ago i found an adapter which was able to convert the male usb to another male usb... but it didn't work.
the problem is compareable to datatransfer between two pcs via usb - it's possible, but only using properiatry hardware and drivers...
so i think there's no way to solve this problem in a generic way.
out of interest, do you already have windows CE drivers for the device to act as a host and mass storage? I wouldnt mind them if you can point me somewhere..
how to check if my htc (touch2) ca use usb host?

DIY USB OTG CONVERTER FOR i9100! IT WORKS!

The most Micro USB to USB converters are not work if you want to use it for OTG converter, because the 4. pin of the micro usb plug is not connected!
The most ebay and computer shop's converters like this!
If you want to use it for working OTG adapter you have to connect the micro usb connector 4. pin to GND (5. pin).
Like this:
I made this mod on my adapter and it works!
First you have to open up the outter cover and carve the plastic around the micro usb pins. You can use multimeter to check the pinout.
After that solder the 4. pin to 5. pin with a piece of wire.
And finally glue back the outter cover.
Video:
So if you have not working adapter you can mod it, if you have suffice experience with electronic and proper tools.
Only do with your own risk!
I have this Usb converter!
With your mod works perfectly!!
just tried it it works perf, thank you!
Weird I got one off eBay from Hong Kong and it works without Modding. Can open files off a USB stick. Got it for £1
Sent from my GT-I9100 using XDA Premium App
Anyone knows how the Galaxy determines to be in home or car dock?
ALexander
hi thanks for great find just built one from a female usb cable vey nice.
WOrked for me too...thanks
skibadee said:
Weird I got one off eBay from Hong Kong and it works without Modding. Can open files off a USB stick. Got it for £1
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
Share the link please
I buy a pair in Dealextreme.com
SKU 50774 o search OTG
It may have a resistor between pin 4 and 5, kind of like a jig,
I remember there was a fun with resistors thread for the sgs1.
I may attack tge free dock I,got from optus.
Sent from my GT-I9100 using XDA App
Vairn said:
It may have a resistor between pin 4 and 5, kind of like a jig,
Click to expand...
Click to collapse
OTG has no resistor, its direct connect to GND.
i bought this one from ebay
(cant post links )
item number 260782021641
and it works with usb drives and i used a mouse in it too
OTG Cable USB (B) to Micro USB (A) Powered with AAA batteries ?
As one knows, Samsung has promised a MHL Cable
You noticed it is not only a cable but a box out of which you may plug in an extra power supply.
The obvious reason is if the passive monitor does not furnish 5V, the phone will rapidly be out of power.
Now you know that to obtain video rather than anything less, Pin 4 (sense) and 5 (Ground) of micro USB (male A) must be connected with a 365K resistance.
I suppose the dock Samsung is selling for I9100 (yes, I have it) is grounded at 1000K as it provides audio with remote, and yes, the dock provides power supply via extra micro USB as well.
I come to my point: If I want to access any USB data On the Go, I need a cable OTG with 2 ports: USB 2.0/3.0 (female, B sided) to a micro USB (male, A sided, grounded but with no resistance = 0K). Many of them exist on the market out there.
But it is quite impossible to use because of lack of power supply in the passive device (let’s say a handy 1T HDD usually powered via Host connexion !
Would it be possible to insert some sort of receptacle for AAA battery in the middle of such a cable to provide for power while you are for a long time out of access to an electric plug ? Does such a cable exist somewhere to buy ? What would be the sheme to mount this ? HELP !
Is it possible to add USB charging cable to USB-host cable? I want to use mouse\keyboard\flash and charge device in the same time.
I also interested how to add power to USB-host cable for devices "High-power device connected".
OTG and Power
thats excactly my question:
is it possible to use otg cable with a trackball or mouse and at same time charge the S2?
give power to usb mouse and charge S2 over a charger!?
Is it possible to use a game controller over usb otg? Would be pretty nice.
Wanna have a S2Play ;-)
anonymous572 said:
Is it possible to add USB charging cable to USB-host cable? I want to use mouse\keyboard\flash and charge device in the same time.
I also interested how to add power to USB-host cable for devices "High-power device connected".
Click to expand...
Click to collapse
it is not possible. usb host can be used one way not two ways.
Sent from my GT-I9100
i do have same problem..is there any suggestions to make sgs2 can read the high-power USB flashdisk via otg??
An USB hub with external power maybe ? I didn't tried this kind of setup, but it should work. I have a hub, but I don't have a OTG cable yet.
blueseeker said:
An USB hub with external power maybe ? I didn't tried this kind of setup, but it should work. I have a hub, but I don't have a OTG cable yet.
Click to expand...
Click to collapse
I've been try this, but still doesn't work for me..I'm also used electrical multi-tester, and the usb flash already has 5V voltage but in my sgs2 still nothing happen (my usb flashdisk doesn't mounted to sgs2)..
Is there any driver/apps do I need to install first before using OTG?? or, is there two kind of sgs2, the one which support OTG and the other one not??
please someone help me...One point I choose this SGS2 is the OTG feature..
PS: sorry for my english

[Q] USB OTG *AND* charging at the same time.

Hello,
Can you have USB OTG and phone charging at the same time? Or even better: HDMI + USB OTG + charging? Without power the phone discharges fast, not to mention - with HDMI out connected I won't be able to connect external HD with movies... Oh, bother...
Or is there some magic do-it-all dongle?
I need it too .
I hate some cable in my bag. One Cable for all is great
USB OTG does not support charging as it has to supply current to the external device.
MHL (HDMI output) does.
Dude, I really hope I'm not misunderstanding, but what is the problem to which 'USB OTG and charging at the same time' is the solution?
Surely you pop your USB stick in, transfer the file and then... stick the charger/HDMI cable back in... and stream wirelessly/over your network?
What were you hoping to achieve? There are several options...
Just taking a guess... maybe he wants to use keyboard and mouse etc with his phone, desktop style
Sent from my GT-I9100 using XDA App
Or maybe I just want to play anything from my 1TB HD WITHOUT deciding what should I copy to my phone (which is a waste of time...)
ssuukk said:
Or maybe I just want to play anything from my 1TB HD WITHOUT deciding what should I copy to my phone (which is a waste of time...)
Click to expand...
Click to collapse
I wanted to do the same thing but it isn't possible . I do however stream from my nas if I don't want to copy stuff to the phone.
Technically, the USB-OTG standard includes provisions for handling this.
There are several occasions where you would want to plug an accessory into a USB-OTG port and still be able to hold the state-of-charge in the host device.
The specific document: Battery Charging Specification, rev 1.2
ACA subsection (Accessory Charger Adapter)
The ID_OTG pin acts as an input in this mode of operating, indicating whether or not the host is allowed to charge.
Figure 6-6 shows the typical architecture.
Sounds promising. I will look into that! Thanx.
Any news on this?? :fingers-crossed:
so can we use otg and mhl at the same time without charging
Yes, this is pretty much possible. I have implemented the aforementioned OTG ACA support and got it to CyanogenMod9 upstream. Anything which uses the same kernel (or, if you can cherry-pick changes and compile your own kernels), could use that too. Changeset URL: _ttp://review.cyanogenmod.com/#/c/15850/
You need to use a regular USB OTG cable, but place a 36 KOhm resistor between ID pin and GND, then you should connect GND and Vdd to some power source. I used an MHL adapter which I had no use for, as it had two of three connectors I needed. This setup allows me to watch movies from 2.5" notebook hard drive while simultaneously charging my phone if I plug in a 2A-rated adapter. Note that it's impossible to use 650mA charging rate due to chip restrictions (USB HC is too stupid to understand the direction of current flow, and it reports an over-current condition); you have to settle on 450mA.
If you don't know how to solder, or if you use something else than CyanogenMod9 and cannot compile your own kernels, you are out of luck.
I have tried to find an existing USB OTG ACA dongle, but I was not able to find any. If you will be more lucky than me, you can just use it--my patch is compliant with USB specification and will support any compatible dongle.
It's possible.
You need cable y usb. I did it myself.
http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc6/s720x720/206110_371488136240210_1887794367_n.jpg
watch icon battery
What parts do I need?
wojtaz131 said:
It's possible.
You need cable y usb. I did it myself.
http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc6/s720x720/206110_371488136240210_1887794367_n.jpg
watch icon battery
Click to expand...
Click to collapse
What specific parts did you use for your OTG / Power Y
The ability to charge my device while playing video off a usb flashdrive is my goal for this.
ZedZardoz said:
What specific parts did you use for your OTG / Power Y
The ability to charge my device while playing video off a usb flashdrive is my goal for this.
Click to expand...
Click to collapse
A few wires. See my post above for the details.
whitequark said:
Yes, this is pretty much possible. I have implemented the aforementioned OTG ACA support and got it to CyanogenMod9 upstream. Anything which uses the same kernel (or, if you can cherry-pick changes and compile your own kernels), could use that too. Changeset URL: _ttp://review.cyanogenmod.com/#/c/15850/
You need to use a regular USB OTG cable, but place a 36 KOhm resistor between ID pin and GND, then you should connect GND and Vdd to some power source. I used an MHL adapter which I had no use for, as it had two of three connectors I needed. This setup allows me to watch movies from 2.5" notebook hard drive while simultaneously charging my phone if I plug in a 2A-rated adapter. Note that it's impossible to use 650mA charging rate due to chip restrictions (USB HC is too stupid to understand the direction of current flow, and it reports an over-current condition); you have to settle on 450mA.
If you don't know how to solder, or if you use something else than CyanogenMod9 and cannot compile your own kernels, you are out of luck.
I have tried to find an existing USB OTG ACA dongle, but I was not able to find any. If you will be more lucky than me, you can just use it--my patch is compliant with USB specification and will support any compatible dongle.
Click to expand...
Click to collapse
Duh, I read right past this post... 36KOhm on ID <<< got it, now to experiment!
wow!
it would be amazing if such a device existed!
Hello,
I'm new to this forum as i didn't need it yet but now I have a question.
I know this thread is kind of old and I'm not sure if there are still (m)any people using a GT-I9100... though it would be interesting if anyone found a solution on this topic.
I read several threads where people were discussion if charging and OTG is possible at the same time but no one could verify a specific resistor. Actually i tried a resistor valued 124k between GND and ID but it didn't work. I also read about 36k and other values but nothing verified. Could take a while to try several resistors but i really no one knows a solution i'd try this
So just so sum up, i don't need "MHL and charging" or "audio out and charging". The mode i'm looking for is "OTG and charging".
My Goal: a Docking Station with mouse, keyboard, flash drive(s) and charging to remote control my computer with a software like splashtop.
Hopefully anyone has useful information on this, thanks a lot for any kind of support
burnsn said:
So just so sum up, i don't need "MHL and charging" or "audio out and charging". The mode i'm looking for is "OTG and charging".
Click to expand...
Click to collapse
You need a kernel patch to make it work. See http://forum.xda-developers.com/showpost.php?p=30141914&postcount=12
whitequark said:
You need a kernel patch to make it work. See http://forum.xda-developers.com/showpost.php?p=30141914&postcount=12
Click to expand...
Click to collapse
Thanks for your answer!
Today i made my 36k cable, this weekend i should have some time for the kernel patch - hopefully
I still have some questions about the kernel as i didn't use any custom ROMs etc on my phone. All I have is a "standard" root kernel without any further changes but root. Need some hours to read into this. What i didn't understand: Do I have to use a specific CM9 or can i use any CM9 (or maybe CM10 or any other CM past 9)?
I wasn't able to get the link working "_ttp://review.cyanogenmod.com/#/c/15850/" when replacing "_" with "h". What can I find on that page?

USB OTG + Charge?

I just recently got a Samsung Galaxy Note 10.1 and so far I'm quite happy with it --- except one thing, I cant find a cable that lets me charge the tablet *and* use the USB Host (OTG) port... (i.e. read files off a USB drive or play a game with a USB game pad while keeping the tablet plugged in)
Is there a way to do this? it would seem to me that all it needs is a splice to give power to the Power +/- pins on the connector while keeping the OTG Data +/- pins active...? (I know nothing about the pinout so I could be wrong on this)
Just to be clear I want to use the OTG adapter WHILE CHARGING (I've found one device that gives both these options but says "only one function may be used at a time")
Ideas?
Discussed dozen times in 10.1 forum. Actually it is not possible. Build an otg + power cable myself but it only works with timing and with a specific procedure... quite annoying. Wait for a custom rom somewhere in the future as I do.
You may have issues trying this, OTG cables are iffy under Jelly Bean. Some may work, some may not. In fact, Google removed references to OTG support for Nexus devices last November since OTG is so spotty. Splicing a cable that might work may kill it. Decent battery-powered USB and SD hubs are available and bypass the OTG problems. I have the RavPower RP WD01 and love it. The USB port will support drives upto 3T. It also has an SD card slot.
mke1973 said:
You may have issues trying this, OTG cables are iffy under Jelly Bean. Some may work, some may not. In fact, Google removed references to OTG support for Nexus devices last November since OTG is so spotty. Splicing a cable that might work may kill it. Decent battery-powered USB and SD hubs are available and bypass the OTG problems. I have the RavPower RP WD01 and love it. The USB port will support drives upto 3T. It also has an SD card slot.
Click to expand...
Click to collapse
Powering the USB devices isn't a problem, I have a nice hub that powers them without issue, even extremely power-hungry devices. I was wanting to charge the tablet's battery while using the OTG adapter (original thought was for USB-gamepad-ing since high-requirement games drain battery, but I've since started using a PS3 controller over bluetooth so I can use the OEM charge cable and wireless for gaming --- but USB drives I'd have to copy the files over to internal flash or a MicroSD card to view while charging and i've found that the cards dont like files that are 8gb in size... (FAT-32 restriction iirc))
47kt said:
Discussed dozen times in 10.1 forum. Actually it is not possible. Build an otg + power cable myself but it only works with timing and with a specific procedure... quite annoying. Wait for a custom rom somewhere in the future as I do.
Click to expand...
Click to collapse
I saw that when I google'd but thought maybe there had been some new developments (especially with how this site's members love to tinker with electronics and write custom firmware). It's not a huge issue, since the Note 10.1 has amazing battery life (it's actually matching or doing BETTER than my iPad in most circumstances) I just like to never run the battery down low.. (why cant tablets have user-replaceable/swapable batters like most phones?!)
Thanks for the info!

Need OTG Advice/Information

Hello,
Long time lurker. First time poster.
I have a 10.1 Note Model # SM-P600 that I have set up in my car. Currently, the charging works fine via micro USB to engine/ignition accessory. Now that I have the initial steps completed, I am looking to add more stuff to the setup. I purchased a USB hub in order to connect a few different devices (USB DAC, External HDD, Camera, etc) along with a few different OTG cables. So far, I have not had any luck charging the device (although, I am able to access devices connected to the hub via the OTG cable). I understand that this is a common problem, and it seems that it has been solved on some devices (Nexus 7) by installing different kernel's and USB ROMs (not sure what this is?). However, I have only seen one bit of information in regards to the SM-P600, and that is the BinDroid kernel that I have found here:
http://forum.xda-developers.com/showthread.php?t=2615959&highlight=otg
I flashed the kernel correctly (I believe, I see the kernel information showing up in my device information), but I am still not having any luck getting the device to charge while having the other pieces of equipment attached. Can anyone give me some good solid info on this problem? I thought I'd be able to install the kernel and that would fix my issue, but maybe I'm missing a few steps? Do I need to install something else? I am currently on the stock ROM, version 4.3. I was thinking about putting CM10.x on the tablet, but I don't think that it's supported...? I need a bit of clarity on that as well.
Please help if you can. Thanks!
P600 needs 2A current. I think when you attach other equipment to the USB hub, it may not be able to provide enough current to note so it will not charge. I am not an electrical engineer so someone with more knowledge can of course prove me wrong :laugh:
Generally when your device is connected with an OTG cable, your device is working in as a USB host supplying power to the devices. In your case, your Note will try to supply power to the USB hub. Even if your USB hub is powered by a separate adapter, your Note will not attempt to charge as it is in USB host mode.
You might wanna take a look at this mod.
http://forum.xda-developers.com/galaxy-s3/general/hw-mod-usb-otg-charging-galaxy-s3-t1953061

Categories

Resources