[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
Nope, sad to say that that's not the cause. I've tried restarting, toggling and untoggling USB debugging to no avail. I really think it's something to do with one of the kernel modules. On Apr 12, 10:34 pm, denis wrote: > Yes, I've met a lot of errors like "device not found" before. Because > you

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread denis
Yes, I've met a lot of errors like "device not found" before. Because you need to enable the USB Debugging mode before. Take a look at the Internet how to enable it. (Go to settings => applications =>development => USB Debugging). After that, you can use "adb devices" to view the list of devices co

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
Never mind, scratch that question about mounting cdrom. It was as easy as adding a '-o ro'... On Apr 12, 3:13 pm, BiX wrote: > Thanks a lot! The disk was under /dev/block although I don't know why > it changed to sda1 instead. > Do you know how to mount a usb flash drive with emulated cdrom? > Mo

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
For some reason my adb does not work anymore. Must have been one of the kernel modules I've configured. Any adb command will return that no device is detected. I'm not trying to get something onto my device, I just want to have the ability to connect my usb flash drives. Thanks for the information

[android-porting] Re: USB flash drive detected but not mounted

2011-04-12 Thread BiX
Thanks a lot! The disk was under /dev/block although I don't know why it changed to sda1 instead. Do you know how to mount a usb flash drive with emulated cdrom? Mounting it would only return 'Mount: Read-only file system' D: On Apr 11, 6:34 pm, Amit Pundir wrote: > On Mon, Apr 11, 2011 at 7:49 A

[android-porting] Re: USB flash drive detected but not mounted

2011-04-11 Thread denis
If you are trying to push something onto your device. Forget to mount your sdcard. Because the command "adb push system.img /sdcard" reads the destination of your device's own drive structure. "/sdcard" doesn't mean you need to have a mount point or directory on your own computer. In the contrary,

Re: [android-porting] Re: USB flash drive detected but not mounted

2011-04-11 Thread Amit Pundir
On Mon, Apr 11, 2011 at 7:49 AM, BiX wrote: > Although the minicom shows "sdb: sdb1" when I plug in the thumb drive, > it does not appear under mount. > Mounting manually does not help either, "mount -t vfat /dev/sdb1 /mnt/ try "mount -t vfat /dev/block/sdb1 /mnt/' Regards, Amit Pundir > usb" t

[android-porting] Re: USB flash drive detected but not mounted

2011-04-10 Thread BiX
Although the minicom shows "sdb: sdb1" when I plug in the thumb drive, it does not appear under mount. Mounting manually does not help either, "mount -t vfat /dev/sdb1 /mnt/ usb" tells me that I do not have a file or directory under that name even after I manually created the folders. I've tried ad

[android-porting] Re: USB flash drive detected but not mounted

2011-04-07 Thread freakingtux
Hi, You might be missing entries in vold.conf, Greetings -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting