When you connect USB OTG Adapter to the phone it is switched into USB Host mode. The board of HTC Sensation isn't capable of giving power to USB peripherals, so USB Y Cable or USB Hub with external power supply is required to connect USB peripherals to the phone. You can connect different types of USB peripherals: USB Hub, USB mass storage devices (e. g. USB HDD, USB Stick, MP3 player), USB HID devices (e. g. USB mouse, USB keyboard, Wireless mouse or keyboard with USB receiver).
Requirements:
Micro USB Host OTG Cable with USB power
or USB OTG Adapter + USB Y Cable
or USB OTG Adapter + USB Hub with external power supply
/sdcard/usb
Create usb directory on the root of your SD card.
/system/etc/vold.fstab
If you want to enable automatic mounting of USB mass storage devices to /sdcard/usb directory by the system, you need modified vold.fstab. This file is included in my kernel package and will be updated during install.
Tested USB peripherals:
LogiLink USB Hub with 4 USB ports.
Seagate 250GB USB HDD.
Sandisk CRUZER 4 GB USB stick.
Sandisk Sansa Clip MP3 with 2 GB storage.
Logitech USB mouse.
Logitech Wireless mouse and keyboard with USB receiver.
USB mass storage devices:
If you connect USB mass storage device then first FAT/FAT32 partition (if any) will be mounted automatically to /sdcard/usb directory and Media Library will index its content. Files can be viewed using Gallery, Music or any file manager. It won't happen if other USB mass storage device already has automatically mounted partition.
You can manually mount FAT, FAT32 and NTFS partitions.
For example, to mount first, FAT/FAT32 partition to /sdcard/usb1 directory:
Code:
su
mkdir /sdcard/usb1
mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,dmask=0702 /dev/block/sda1 /mnt/sdcard/usb1
To mount third, NTFS partition to /sdcard/usb2 directory:
Code:
su
mkdir /sdcard/usb2
mount -t ntfs -o rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,dmask=0702 /dev/block/sda3 /mnt/sdcard/usb2
No problem for me I always carry a usb cable with me =) From now on i will carry the one also with female standard usb socket, it seems Can i use it with vipers?
Many Nokia Models Eten M500 (bricked) Eten X500 (bricked) HTC Touch HD aka Blackstone (sold) HTC HD2 aka Leo (sold) HTC Sensation-Pyramid (Current phone, with:ViperS 1.5.2, Bricked Kernel) HTC Butterfly or M7 ( In the future )
LG Nexus4(rbj-twrp) <HTCSensationsold <HTCNexus1sold <HTCHermessold <LG5250sold <MotorolaStarTacvault. (Thanks is not necessary, But you can hit 'Thanks' if you like the AVN girls) AVN Party (Android Video News) The girls sends their best wishes to XDA! Galaxys Enterprises: Fashion is a Passion - Life in the Cardio Fast Lane - High Energy Techno Mix - Reach for the Universe!
So in theory, you could use this with a USB y-cable and a rechargeable USB battery pack, right?
Yes, there shouldn't be any differences in connecting second plug of USB Y-cable into USB charger, USB power supply, PC, car USB charger or USB battery pack.
Quote:
Originally Posted by rawrfische
I just realized you would need a USB OTG y-cable with a male and female connector at the split. I'm not even sure such a cable exists.
No. You need common USB Host cable (Micro USB Male <-> USB A Female). If you haven't USB HUB with external power supply, you also need USB y-cable (2 x USB A Male <-> USB Mini Male). This is standard cable used to connect USB HDD when single USB port provides insufficient power.
To connect e. g. USB Stick, you must use USB A Female to Mini USB Female Adapter at the end.
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?