Reply
Thread Tools
Posts: 234 | Thanked: 40 times | Joined on Nov 2007 @ Cincinnati, Ohio USA
#311
Originally Posted by raynman View Post
The adapter will "work" but will not auto-switch, even though its description says "OTG" in it. I just read the entire thread and concluded that nobody has found an adapter that will auto-switch out-of-the-box. Please, correct me if I'm wrong.
The only report of confirmed true OTG I noticed is a universal adapter kit from Big Lots.

There are a few reports of people certain they have found and ordered them, but no one has come back to confirm.

[edit] 'Easy' is relative if you don't have a soldering iron. I consider the command line switch easier for me, others may prefer the applet switcher mentioned earlier. The all around Ideal would be to find the right cable. I think all three are detailed on wiki the only thing lacking is the right cable for those that are more comfortable spending the $.

Last edited by TheGogmagog; 2008-01-22 at 15:12.
 
Cptnodegard's Avatar
Posts: 170 | Thanked: 40 times | Joined on Dec 2007 @ Norway
#312
Originally Posted by TheGogmagog View Post
The only report of confirmed true OTG I noticed is a universal adapter kit from Big Lots.

There are a few reports of people certain they have found and ordered them, but no one has come back to comfirm.
just make one... doesnt take much work
 
Posts: 44 | Thanked: 2 times | Joined on Jan 2008
#313
Originally Posted by tz1 View Post
The only thing with the Archos is that USB Flash drives at 16Gb are getting cheaper - I've seen them under $100, and unless you don't like the media player in the nokias you don't need the multimedia function. Unless the $180 price Amazon was quoting was wrong. http://www.meritline.com/usb-hdd-enc...rnal-host.html
combined with a 80+Gb drive should work and be less expensive (I don't have it yet to test because I'm away from home and my 2.5" drives).
Good point about the price-- I expected them to be much cheaper; they were $200 new two years ago. I see only one on eBay for $35, and it doesn't power on-- maybe you'll get lucky! Not even its newer replacement (the XS202) can be easily found. They are smaller than the enclosures, though, since they don't need to accommodate 2.5" drives. Thanks for the link to the powered enclosure-- that's neat.

@TheGogmagog - I agree, "easy" for some will be to purchase a cable that does it all for you. "Easy" for others is to whip out the iron. I might end up going the "script" route, but up to this point I've been impressed at how much functionality I've been able to get out of the N800 without editing conf. files, etc. Either way, I'll be purchasing a cable/adapter, so I figured I might as well look for one that saves some work.
 
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#314
Someone mentioned modifying the N800 cable by prying up the mini-B connector on the stock cable. I'd like to report it also works with adapters (mini-b to female-A), however I recommend using needlenose pliers and a careful hand to control bending the side, and to scrape the plastic back over the half you will need to lift up.

My successful attempt used a silver conductive pen: http://webtronics.stores.yahoo.net/simicopen8.html where I squeezed out a drop of ink and used a needle to apply it between pins 4 and 5.

One warning - you want to keep whatever you use to short the lines way back so you don't damage what it gets plugged into, and you want to be careful to restore the case to the right shape for the same reason.

Looking into the 5 pin mini B, with the shorter face of the trapezoid facing up, pins 4 and 5 are on the right, so you need to grab that side and twist it until you can easily get at the base of the pins. Then either solder or use conductive ink to bridge them all the way in the back. Then bend the casing back.

Note: try not to short the ground (pin 5) and the case - it shouldn't really hurt, but to be technical it shouldn't be done either.

This works with an unaltered micro to mini B adapter (see the n810 host mode made easy), and with the n800 - the tiny USB microSD adapter I have was recognized in both as host with this.
 

The Following User Says Thank You to tz1 For This Useful Post:
darethehair's Avatar
Posts: 273 | Thanked: 104 times | Joined on Mar 2007 @ Manitoba, Canada
#315
Originally Posted by mplawner View Post
Based on JohnX's a2dp script, I've made the following to toggle, enable or disable hostmode.

Copy the script below into /usr/bin/hostmode
Make the script executable with chmod +x /usr/bin/hostmode
Add the following line to /etc/sudoers:
user ALL = NOPASSWD: /usr/bin/hostmode
Add the command: /usr/bin/hostmode toggle to osso-statusbar-cpu's command settings and enjoy!
Mplawner, thanks for the script! The only thing I had trouble with it that it would not work using 'oss-statusbar-cpu', but only while root in a shell. I tracked it down to 'sudo' permissions. I think you must add 'sudo' to the command in that applet for this idea to work i.e.

sudo /usr/bin/hostmode toggle
 

The Following 2 Users Say Thank You to darethehair For This Useful Post:
jalbrizio's Avatar
Posts: 18 | Thanked: 2 times | Joined on Jan 2008 @ Arizona, USA
#316
I was able to do a
#echo host > /sys/devices/platform/musb_hdrc/mode
for my USB GPS unit and it lit up. now I just need to compile the drivers for my Delorme GPS reciever and maybe I am able to use my USB GPS.
 
Posts: 44 | Thanked: 2 times | Joined on Jan 2008
#317
Maybe I'm just too picky, but I still haven't found the *ideal cable*. I'd like to find a dongle-type one, since a small adapter would be more prone to breaking (acting as a lever). I saw a dongle on here, but it was mini-A, not mini-B. Anyone? I know, I could just make one.

Also, considering hooking up devices that have mini-B ports, would there be any functional difference between this cable (http://www.datapro.net/products/usb-...m-m-cable.html) and going the long way around (N800 -> mini-B to female A -> device's included cable -> device)? In other words, will any mini-B to mini-B cable work to connect the N800 directly to something like a camera or mp3 player? I could see myself carrying around 2 cables...
 
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#318
rayman - the mini-b to mini-b should work. If those cables have 5 wires connecting each end, you can do what I did for my micro to host adapter.

Note - I now have both an N800 and N810 (Upped the dose to two tablets?), and only have the one modified for host mode sense mini B male to standard A female adapter and an original (unmodified) micro b to mini b adapter like the one that I modified for host mode. I will probably do more of the mB-AF adapters.
 
Posts: 19 | Thanked: 0 times | Joined on Dec 2007
#319
The link to becomeroot in the Wiki doesn't work

http://internettablettalk.com/wiki/i..._using_OS_2008
 
deeteroderdas's Avatar
Posts: 274 | Thanked: 62 times | Joined on Jul 2007 @ Helotes, TX
#320
Originally Posted by jalbrizio View Post
I was able to do a
#echo host > /sys/devices/platform/musb_hdrc/mode
for my USB GPS unit and it lit up. now I just need to compile the drivers for my Delorme GPS reciever and maybe I am able to use my USB GPS.
Please let us know about this. I also have a Delorme GPS receiver (as well as a BT one) and would like to be able to use the Delorme as a backup or for long trips...
__________________
Mitch Thompson, Helotes, TX USA
N800|2x 16GB SDHC|PDAir case|i737 BT GPS

"There are two major products that come out of Berkeley: LSD and BSD. We don't believe this to be a coincidence. " - Jeremy S. Anderson
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:35.