Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: floppy on August 19, 2012, 02:34:00 PM

Title: (solved) Which extension can read the memory of an HTC Wildfire S Android?
Post by: floppy on August 19, 2012, 02:34:00 PM
Hello,
by connecting the mobile phone to USB, it appear (dmesg):
...
New audio streaming device 2/2 - USB sound device
usbcore: registered new interface driver oss_usb
tg3 0000:40:00.0: eth0: Link is up at 100 Mbps, full duplex
tg3 0000:40:00.0: eth0: Flow control is on for TX and on for RX
usb 5-2: USB disconnect, device number 2
usb 1-8: new high speed USB device number 5 using ehci_hcd
scsi8 : usb-storage 1-8:1.0
scsi 8:0:0:0: Direct-Access     HTC      Android Phone    0100 PQ: 0 ANSI: 2
sd 8:0:0:0: Attached scsi generic sg3 type 0
sd 8:0:0:0: [sdc] Attached SCSI removable disk
usb 1-8: USB disconnect, device number 5
usb 1-8: new high speed USB device number 6 using ehci_hcd
scsi9 : usb-storage 1-8:1.0
scsi 9:0:0:0: Direct-Access     HTC      Android Phone    0100 PQ: 0 ANSI: 2
sd 9:0:0:0: Attached scsi generic sg3 type 0
sd 9:0:0:0: [sdc] Attached SCSI removable disk

mntool dont mount the memory from the mobile.
Is there any quick possibility to read the memory of the phone (for loading photographies) with TCL?
Title: Re: Which extension can read the memory of an HTC Wildfire S Android?
Post by: gerald_clark on August 19, 2012, 02:49:52 PM
Your messages show that the android was assigned the drive sdc.
fdisk -l sdc
See what partitions are available to mount.
Title: Re: Which extension can read the memory of an HTC Wildfire S Android?
Post by: caminati on August 19, 2012, 03:06:28 PM
mntool dont mount the memory from the mobile.
Is there any quick possibility to read the memory of the phone (for loading photographies) with TCL?

Typically, you're using on Usb Otg port, and hence have to use the host OS (android) to switch that port to slave (device): watch for icons popping out, or related settings.
Only afterwards you can mount any partition on the storage of the tablet connected via usb.
Hope this helps.
Title: Re: Which extension can read the memory of an HTC Wildfire S Android?
Post by: floppy on October 01, 2012, 05:37:24 AM
watch for icons popping out, or related settings.
YES.
I made in the HTC Android menue:
- setups
- connect with a PC
- connection type:  harddrive
Then I connected the HTC with a USB cable to my PC (no specific TinyCore App to be loaded); then I could read/delete/store all files I wanted on my HTC internal card.
Thanks.