[Q] USB-HOST enabled phones - General Questions and Answers

Can't find a list of WinMobile phones with USB-HOST.
I need one for a project, a phone that could control a device via USB (serial)
USB-HOST with no external 5v source prefered.
3G+CAMERA prefered too
Any reply is welcome, thanks...

Related

can universal support usb host??

can universal support usb hosT?/
so we can use flashdisk a another storage media...
Simply - no
This has been discussed many times before, please use search next time to see if someone has already answered your question.
In a more complicated form: the mini-USB connector used on the Uni lacks the host control circuit that would enable it to "ask" the other device.

New project for HD2 usere: activating usb host

Hello & thank you for your helping ang thread
Can we use usb host in hd2?i see many options in registry about usb out....
is this possible use it probably?
i cant find any usefull information about that?may be others cant too....
thanks for your solidarity XDA usere
There's a thread on this already-- search for it.
One point to note, though-- the HD2 provides no power on the USB port, so any USB device would have to be self-powered, which sort of defeats the purpose for things like flash drives, etc.

[Q] Flashing of Chinese MTK6516 phones

Hi,
I have Chinese clone with MTK6516 chipset (Smasung i9000 mini). I need to flash a new ROM to this phone to fix some problems. I have all the SW I need, but I'm having problems to connect the phone to my PC.
The only information on flashing the phone I found was on some Chinese forums. If I understood it correctly I need a cable with USB on one end and 3,5mm jack on the other side. I could do such cable by myself, but I need to know the pinout. Do you have any information regarding this?
Anyone here??? I want to know the same too.
I asked the supplier and they told me that I need to have a special cable. So I ordered it and it should be on it's way. I expect to receive it next week.
What is the cable ?
It's a special cable with USB and miniUSB connectors. But there is some electronics attached to the USB connector, it's not just a cable.
If you connect it to a computer, it creates a virtual COM port.
Where I can buy it ?
For example here, but it's quite expensive.
javlada said:
Hi,
I have Chinese clone with MTK6516 chipset (Smasung i9000 mini). I need to flash a new ROM to this phone to fix some problems. I have all the SW I need, but I'm having problems to connect the phone to my PC.
The only information on flashing the phone I found was on some Chinese forums. If I understood it correctly I need a cable with USB on one end and 3,5mm jack on the other side. I could do such cable by myself, but I need to know the pinout. Do you have any information regarding this?
Click to expand...
Click to collapse
Take a look here:
http://bm-smartphone-reviews.blogspot.com/2011/02/mtk-hd2-hd9-flashing-tutorial.html
http://www.eten-users.eu/index.php?showtopic=21207&st=0&
help
hi all
this is my first post on X D A , and do not know where to post for help .
ok , i have a android device from CHINA named STAR A8000 , and i want his clockmode recovery , and roms what to , rom manager did not list my device for clockmode recovery ,
Star A8000 Specifications:
General:
Network GSM: 850/900/1800/1900MHz
Operation System: Google Android 2.2
Dual sim cards dual standby
Display:
Screen: 3.5 inch touch screen,WQVGA PX:240*480
Size: 116×59×13 mm
Weight: 118g(1 phone+1 battery)
Features:
·Dual cameras,2.0 Mega pixel camera for Picture & Video capability
·MP3 & MP4 player
·GPRS & WAP connectivity, MMS Transceive
·U disk support function to keep the information storage
·Bluetooth A2DP
·Voice record
·FM radio
·calendar,To do list,Alarm,World Clock,Stopwatch
·caller picture,caller Ring Tone,caller video
·Telephone directories: 100000 group of contacts,support incoming call with big head sticker,group ring an Messages &Multimedia messaging:SMS, support MMS
·Schedule power on/off: support to start/close under set time
·Alarm clock: 5 groups, support alarm clock when machine’s closed, can set from Monday to Sunday
·Game: 1 common game,Android APK games
·More information: MP3/MP4/handfree/SMS group sending/Voice recorder/ Handwritting/Bluetooth/GPRS download/MMS/Calendar/to do list/Alarm clock/ World clock/Currency converter/Unit converte/MSN/Stopwatch....
·Memory: 512MB ROM 256MB RAM,support to extend TF card to 16GB maximally
·Lithium Batteries: 1500 mAh
Star A8000 Color and Language:
Color: Black
Language: English/French/Spanish/German/Italian/ Russian/Turkish/ Portuguese/Bahasa indonesia/ Bahasa Melayu/V ietnamese/Thai/Chinese
A8000 Led Light Working?
Whoever has one of these phones, have you been able to use the led camera light as a flash light? None of the apps on the market work. I know for like the A5000 or related phones, you have to change the camera lib files, but would they work for A8000? I just dont want to brick my phone.
Right now all I have is rooted, nothing else has been done, no backup or nothing because I don't know what program to back up stock rom. If anyone reads this, thanks for the help!

[Q] Anybody knows how to Script inside Kernel

Hey,
i come from the Archos Gen8 subforum
We have a fullsize usb host on our Tablets
At the moment we are creating a Kernel that brings more energy as the normal limited 100mA..
We want to support the most 2.5" HDD`s, these HDD`s use much more energy when they as when they used normal...
So we want to create a script that brings in the first 1-3 seconds 500mA (the limit from USB 2.0) to the usb port and after that only 200-400mA (we would test that out)
Anyone could tell us how to do that?
Or give us the script so we can add it to our kernel?
What informations do you want/need?
Greetz & Thankz,
Lenn

[Q] [DEV] Dock communication protocol

Hi everyone,
I'm new on this forum, but as i'm really a new user, I can't post my question in the development section, so I do it here.
I've a project of an Android Application that require a speed data connection between the tablet and a own-built device (not built yet, but in project, and I try to get as much information as possible before starting).
That's why I thought ASUS EEEPad Transformer and its dock connection port for this.
My question has two parts. Is there any way to send informations from a own-built device to the Transformer throught the dock communication port and what does look like the protocol ?
Is it possible to buy as a spare part the Transformer dock connector (like the the one on the keyboard dock) ? Maybe at ASUS ?
If anyone have some information, thanks in advance for the reply.
Johnny
PS : Sorry if my english writing is bad, but it's not my first language.
of course there's a way...since the dock port does work...
the problem is it's not documented.
the TF will eventually have a USB Dongle (and the dock itself already has 2 USB ports). your best bet is probably via the USB interface. you'll probably need to write a driver for your custom-made device but that's probably your best option moving forward.
not sure what your device is, but if it you only need it for limited input...try to have it behave and identify itself as a joystick, translate your signals to various joystick signals, then have your app translate them back.
no idea what you're doing so i'm just speculating here.
Sent from my Transformer TF101 using Tapatalk
Thanks for your answer.
The device I project to build is intended to capture audio signals from a guitare or a microphone (through XLR/Jack inputs) and send them to the transformer to a specific app.
I also imagine a direct microphone input option but i fear the audio chipset of the Transformer isn't good enough to have a correct quality.
The final goal is to transform the Transformer into a mobile music composition and capture studio.
If it can help you helping me more accuratly...
Johnny

Categories

Resources