|
2009-02-15
, 03:58
|
Posts: 104 |
Thanked: 20 times |
Joined on Apr 2008
@ Illinois
|
#3
|
|
2009-02-15
, 04:33
|
|
Posts: 220 |
Thanked: 41 times |
Joined on Oct 2008
|
#4
|
|
2009-02-17
, 16:19
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#5
|
|
2009-02-21
, 05:53
|
Posts: 104 |
Thanked: 20 times |
Joined on Apr 2008
@ Illinois
|
#6
|
The Following User Says Thank You to blowfish23 For This Useful Post: | ||
|
2009-02-21
, 06:54
|
Posts: 104 |
Thanked: 20 times |
Joined on Apr 2008
@ Illinois
|
#7
|
|
2009-02-23
, 11:40
|
Posts: 35 |
Thanked: 13 times |
Joined on Oct 2008
|
#8
|
#!bin/sh
# become root (sudo gainroot) and reload self
if [ `id -u` != 0 ] ; then
sudo gainroot << EOF
$0 $*
EOF
exit
fi
echo host > /sys/devices/platform/musb_hdrc/mode
#!bin/sh
# become root (sudo gainroot) and reload self
if [ `id -u` != 0 ] ; then
sudo gainroot << EOF
$0 $*
EOF
exit
fi
echo otg > /sys/devices/platform/musb_hdrc/mode
I turned a normal mini usb to usb male cable into a tiny 2-in-1 adapter.
It function as:
-a really short mini usb to usb male adapter to connect the n800 and other gadgets to the computer.
-a mini usb to usb female adapter to give your n800 a usb port to connect a usb keyboard, flash drive, etc.
Also its bendable so it can twist and turn to fit into awkward usb ports. Sorry if I am making this look like an ebay listing , but if anyone is interested I can post step-by-step instructions to make your own.