-
Gentouch USB Host working with several devices
Hi everyone,
I just wanted to post a success with getting the USB Host working with the Gentouch 78. As some of you might have heard something very close to this hardware has been released in Germany called the Surfer Tablet. I went ahead and installed their latest updated images at
http://smartbook.de/(X(1)S(mzq3ok45y...e_24082010.rar
It utilizes the same fastboot update process as the Gentouch 78. Bear in mind this will install options for HDMI and the language will be set to German automatically. It can be switched back to English once installed.
Follow the same process to root the machine and from a terminal with superuser rights type the following
echo 0 > /sys/devices/platform/dwc_otg.0/setmode
echo 2 > /sys/devices/platform/dwc_otg.0/setmode
I found that mode two enabled my host but you may want to try to switch back and forth to see if you have better results.
Once enabled I've found the following devices were recognized and function with the Gentouch:
Logitech M-UAG120 USB mouse,
8GB Centon Datastick Pro USB stick,
Logitech Y-UR83 USB keyboard,
Iomega LDHD-UP 1TB External USB drive.
Good luck,
Corvus
-
09-02-2010 02:47 AM
# ADS
Circuit advertisement
-
sweet!!!! i'd be curious as to if this might work with the native GT rom? rooted of course.....
-
Native
I attempted it without success. Thats not to say that the dwc_otg driver and OS init from the Surfer can't be used with the Gentouch install though.
-
Too bad if someone get's this to work be sure to tell how!
-
Sounded to good to be true. Just have to wait on USA side of AuGen for Gentouch78 for these neat features.
Devices: MID7015-4G | MOD: HoneyComb Hybrid HCV31.0 GB38 with Extreme Power Booster | ROM OS: Rooted Android OS 2.3.1a GingerBread
Devices: MID7015A-4G | MOD: HoneyComb Hyrbird HCV15.0-B22V with Extreme Power Booster | ROM OS: Rooted Android OS 2.1a Eclair
Devices: M150A12 | MOD: HoneyComb Hybrid HCV15.0-B22V with Extreme Power Booster | ROM OS: Rooted Android OS 1.6a Donut
18x Tablets Owned/Tested/Configured/Tweaked: Running OS: 1.6, 2.0, 2.1, 2.2, 2.3 | Since 2010
-
Too good to be true?
Not sure what you mean Tipstir. Apart from it coming up in German until set back to English this installation is virtually identical to what it was before (including all my previous apps remaining). Actually its a bit better in that it includes Calibration but does not axe the Google apps. Based on your sig line you do not seem adverse to installing non-Augen patches to your device to make the GT78 better.
But ok. As I mentioned, I might try to back up my system as it stands and isolate the differences around the files with one of Augen's installs. It might just be some fixup needed in the /etc directory to get the Augen stuff working without even replacing their drivers.
Corvus
-

Originally Posted by
Corvus
Not sure what you mean Tipstir. Apart from it coming up in German until set back to English this installation is virtually identical to what it was before (including all my previous apps remaining). Actually its a bit better in that it includes Calibration but does not axe the Google apps. Based on your sig line you do not seem adverse to installing non-Augen patches to your device to make the GT78 better.
But ok. As I mentioned, I might try to back up my system as it stands and isolate the differences around the files with one of Augen's installs. It might just be some fixup needed in the /etc directory to get the Augen stuff working without even replacing their drivers.
Corvus
This actually worked well, I was able to use a Microsoft Curve 2000 keyboard to type in the browser, guys don't forget to adb shell at least the first command, it wont work until you do. I'm working on pulling the files required to patch our gentouch system.img
Last edited by KitsunePaws; 09-03-2010 at 12:56 AM.
-
Works well.
Thus far, go my wireless mouse to connect (but do very little....maybe some wireless gryo controllers in our future), keyboard, and a flash drive. I haven't yet tried usb-audio, but definitely will when I get home. Time to do the hardware mods for a proper USB host port!
Next question....how do we make it stop so that adb works again with our computer?
Last edited by Childofthehorn; 09-03-2010 at 06:28 PM.
-
Toggle
You should be able to toggle out of the mode by issuing either a 0 or a 2 to the setmode command
echo 0 > /sys/devices/platform/dwc_otg.0/setmode
or
echo 2 > /sys/devices/platform/dwc_otg.0/setmode
Do you find one of the two works for you?
-
So i tried this myself as there were many questions left unanswered, hopefully it will save others the trouble if they are on the fence about trying this themselves. On the computer, I used the command:
adb shell
echo 0 > /sys/devices/platform/dwc_otg.0/setmode
Immediately the computer lost USB connection with the augen as it switched into host mode. I then tried the following devices:
Generic optical mouse - It works, but not with a cursor, moving the mouse around simply selects whatever files/options are on the screen, left clicking is like tapping, but I dont remember what right clicking did (long press?)
Dell USB keyboard - works just like it should. Though I would like it better if I could get the android keyboard to stop popping up whenever I click on a text input field
Logitech Playstation keyboard - works just like it should.
Generic CSR bluetooth 2.1 dongle - LED lights up but I get no prompts or settings changes to acknowledge it
Generic 1.3mp Webcam w/mic - No response, prompts or settings changes, though I did not try a voice or video application that might have other settings.
Microsoft VX-5000 webcam w/mic - same as above
Microsoft LX-3000 USB headset - It got power, the mute button works and the volume controls actually worked. But all audio continued to play through the onboard speaker and there were no options to change audio input/output
Logitech Premium 350 USB headset - same as above
HP 1gb flash drive - It mounted as USB mass Storage device, but I could not find any way to access it or get any info about the device once connected.
Last edited by Amtek; 09-05-2010 at 11:14 AM.