[Q]USB otg cable working yet? - HTC Rezound

Has anyone been able to get the USB host to work with SebastionFM v1.4.0 kernel? I've been playing around with it but no success. I'm running Newts one xxx Rom. Does it have to be enabled in the Rom as well, or do I need to change the fstab? I made a cable, but it may not be right.
Sent from my ADR6425LVW using xda app-developers app

Basically............ no.

texascfdad said:
Has anyone been able to get the USB host to work with SebastionFM v1.4.0 kernel? I've been playing around with it but no success. I'm running Newts one xxx Rom. Does it have to be enabled in the Rom as well, or do I need to change the fstab? I made a cable, but it may not be right.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Try putting a powered usb hub into the equation. I don't know if if will work, because I don't have one, but his sensation kernel needed one to work. But I've been unable to get it working as well.

I made a "y" so it will charge the phone and give power to the USB device, that's no problem. I think it has to do with the vold.fstab file and telling it where to mount at. The sensation kernel download has the updated fstab in the download, but the rezound does not. In the fstab, The mounting scripts are different for the internal and external sdcards than they are on the sensation, I tried adding the line from the sensation to the rezound, but all it did was make my sdcard unreadable. So I restored it and my sdcards work again but no USB drive. I don't know enough Linux command line to really mess around too much. Maybe if someone else does we could get it working right.
Sent from my ADR6425LVW using xda app-developers app

texascfdad said:
I made a "y" so it will charge the phone and give power to the USB device, that's no problem. I think it has to do with the vold.fstab file and telling it where to mount at. The sensation kernel download has the updated fstab in the download, but the rezound does not. In the fstab, The mounting scripts are different for the internal and external sdcards than they are on the sensation, I tried adding the line from the sensation to the rezound, but all it did was make my sdcard unreadable. So I restored it and my sdcards work again but no USB drive. I don't know enough Linux command line to really mess around too much. Maybe if someone else does we could get it working right.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
You don't need to modify /system/etc/vold.fstab to enable USB OTG. It is only configuration file for Volume Manager. If you'll add
Code:
dev_mount usb /mnt/sdcard/usb auto /devices/platform/msm_hsusb_host.0/usb1
first FAT/FAT32 partition of connected device will be automatically mounted to /sdcard/usb directory. Unfortunatelly vold made by HTC has limited functionality, it doesn't mount automatically NTFS partitions.
If you want to check if OTG is working, run command ls /dev/block from Terminal Emulator before and after connecting USB device. You should see additional items, e. g. sda1, sda2 in this sysfs entry.

Thanks Sebastian, ill try this and see if it works on mine. If not then ill assume its my homemade cable not jumping the 5th prong and letting it go into host mode. Have you verified this to work?
Sent from my ADR6425LVW using xda app-developers app

well i double checked my cable and soldered it correctly. i added the line into the fstab but still no dice. the /devices/platform/msm_usb_host.0/usb does not exist in the system though. There are several other /msm_*** entries, but none that have the usb host. are there other files i am missing from the sensation kernel, or should it make them itself? I ran ls /dev/block from the terminal before and after trying to mount but no changes. i did reboot with it connected and it acted like i was connected to a pc, so i just checked charge only. maybe ill try using as a disk drive and see what happens.

texascfdad said:
well i double checked my cable and soldered it correctly. i added the line into the fstab but still no dice. the /devices/platform/msm_usb_host.0/usb does not exist in the system though. There are several other /msm_*** entries, but none that have the usb host. are there other files i am missing from the sensation kernel, or should it make them itself? I ran ls /dev/block from the terminal before and after trying to mount but no changes. i did reboot with it connected and it acted like i was connected to a pc, so i just checked charge only. maybe ill try using as a disk drive and see what happens.
Click to expand...
Click to collapse
I'll check but I need sysfs directory /sys listing and kernel log. Reboot phone and get kernel log directly after boot. It should start with "<6>[ 0.000000] Booting Linux on physical CPU 0".
Run this from Terminal Emulator:
su
ls -l -R /sys > /sdcard/sys_listing.txt
dmesg > /sdcard/kernel_log.txt

here's the kernel log
i appreciate your help

here is the sys_log its in 4 parts as one file excedded the upload limit of 500 or so kb for that file type
btw if i didnt mention before i am running Newts One xXx rom with the latest firmware and radios from the latest RUU before i reflashed his rom. i also have the google now for ics installed if it means anything. and i have usb debugging on, i havent tried with it turned off.

texascfdad said:
here's the kernel log
i appreciate your help
Click to expand...
Click to collapse
This log doesn't contain initial information. Try to get it earlier.

I've done it as soon as possible after it loads, but I can't seem to do it fast enough to het the initial part. Is there a way I can script it into the boot sequence? I'm not familiar enough with the deep parts of the system to do it on my own, but I know enough that I can follow directions if you give it to me.
Sent from my ADR6425LVW using xda app-developers app

texascfdad said:
I've done it as soon as possible after it loads, but I can't seem to do it fast enough to het the initial part. Is there a way I can script it into the boot sequence? I'm not familiar enough with the deep parts of the system to do it on my own, but I know enough that I can follow directions if you give it to me.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Do you have adb installed? It allows to run commands from PC.
I checked your /sys listing and everything look fine.

Yes I do have adb installed

texascfdad said:
Yes I do have adb installed
Click to expand...
Click to collapse
So run adb shell dmesg > dmesg.txt

What would be the best time to run this? Immediately after boot or wait until the os is loaded or do it in bootloader

texascfdad said:
What would be the best time to run this? Immediately after boot or wait until the os is loaded or do it in bootloader
Click to expand...
Click to collapse
30 seconds after boot will be fine. You could also show me your log after connecting USB OTG. When boot will finish, connect USB OTG without any devices and without power connected, disconnect it after few seconds, connect USB and immediatelly get kernel log using adb.

Ok, I will try this when I get home today and post results
Sent from my ADR6425LVW using xda app-developers app

sorry it took so long. here is the dmesg from boot that starts with <6>[ 0.000000] Booting Linux on physical CPU
and here is the kernel log taken immediately after connecting and disconnecting my otg cable not connected to power or a device.

and just for good measure, here is the logs from connecting the otg cable with power and a usb thumb drive. and the other log is disconnecting the cable. I connected the cable to the phone first, then the usb device, then to power. i disconnected simply by pulling the otg from the phone. once again i appreciate you taking the time to try and figure this out for us even though you arent using a rezound. ill help anyway i can.

Related

[Q] Ubuntu doesn't recognize my sdcard

So I just installed Ubuntu 10.10 on my PC and I'm really digging it. But when I try to mount my sdcard from the phone, it doesn't show up under my places menu. I'm running GSB 1.8.1. I don't have a problem mounting it under windows XP, and also have no problem using the wired tether function. Is there anything I can change on the phone or in Ubuntu to fix this?
I am running Ubuntu 10.04 LTS - inside a Virtual Machine - and I can mount the drive from inside the VM. (Believe me, that's even trickier than what you are trying).
But, 10.10 might have had some changes, and I wouldn't be surprised if your result depended on which desktop you are running; so maybe you need to mount the thing manually.
Try this:
With the phone unplugged, type
$ sudo /bin/bash
# tail -f /var/log/messages
This will continue to show you various kernel messages as they appear. Next, plug in the phone.
Hopefully, you will see some lines scroll by that mention USB.
Next, mount the SD to the PC from the phone. If all goes well, you should now see some mention of "SCSI" devices /dev/sdX, where X is probably "a", "b" "c" "d". Probably you will also see mention of the first partition on the device, such as "/dev/sdb1". Make a note of this drive device name.
Cancel the "tail" command (Ctrl-C) and do a
# mount | grep sdb1
( note device name "sdb1" ; use whatever you saw previously )
This will show you if the device is already mounted somewhere.
If the device has not been mounted, you can manually mount it, as in:
# mkdir -p /mnt/Eris_SD
# mount -o rw /dev/sdb1 /mnt/Eris_SD
( Again, note device name "sdb1" - use whatever you saw previously. If it doesn't recognize the file system, use "mount -o rw -t vfat /dev/sdb1 /mnt/Eris_SD" )
Hopefully that will do it. Don't forget to "umount /mnt/Eris_SD" when you are done.
If the device never shows up in the /var/log/messages file, then you have some other problems.
If you don't see anything in the log file indicating USB activity, well - you ought to investigate what is going on at the USB port.
Right now my phone is booted into Amon_RA; if I issue the "lsusb" command, I see:
Code:
Bus 001 Device 031: ID 0bb4:0c98 High Tech Computer Corp.
BTW, on my VM, it seems like I need to unplug the USB cable after I dismount the drive, or the next time I export the SD card to the PC, the kernel recognizes it, but the automounter doesn't automatically mount it.
Another thing that you might try to make things more automatic is the instructions in "Step #5" of this XDA post. This is meant for allowing an unprivileged user on your Ubuntu box to use ADB or fastboot without needing to "sudo" to root. I did this on my VM - I don't think that's the reason that the phone automounts into the SD drive, but perhaps it is related - the same "Vendor_ID" is in use when the phone is in "Composite ADB mode".
When you get to the part in these instructions about restarting the "udev" subsystem, unplug your USB cable first - and then see what you get when you plug it in and fire up the SD export from the phone.
hope that helps.
bftb0 said:
BTW, on my VM, it seems like I need to unplug the USB cable after I dismount the drive, or the next time I export the SD card to the PC, the kernel recognizes it, but the automounter doesn't automatically mount it.
Click to expand...
Click to collapse
I noticed this on my desktop with a full install of Ubuntu. I knew it was connected because the charge led was lit, but I would have to unplug the usb and plug it back in almost every time just to get it to mount or connect to the internet with wired tether. I never messed with it BUT it did seem to fix itself once I started doing the system updates on Ubuntu.
bftb0 said:
$ sudo /bin/bash
# tail -f /var/log/messages
This will continue to show you various kernel messages as they appear. Next, plug in the phone.
Hopefully, you will see some lines scroll by that mention USB.
Next, mount the SD to the PC from the phone. If all goes well, you should now see some mention of "SCSI" devices /dev/sdX, where X is probably "a", "b" "c" "d". Probably you will also see mention of the first partition on the device, such as "/dev/sdb1". Make a note of this drive device name.
Click to expand...
Click to collapse
When I got to this step, the log didn't show anything when I mounted the sdcard from the phone. On a whim I tried rebooting the phone into the recovery (AmonRA 1.6.2) and then the log showed it as /sdc. If I turn on USB Mass Storage from the recovery, Ubuntu recognizes it then. On a side note, I'd been having trouble getting ADB to recognize my phone until I did this. But shouldn't this also work with the phone fully booted? Maybe it's GSB?
EDIT: I flashed the Stock Sense 2.1 rom to see if everything worked and it did. I rerooted and restored a backup I made this morning to GSB, and Ubuntu recognizes my sdcard when I mount it, and ADB now works. Thanks for your help.
prsguitaruser said:
When I got to this step, the log didn't show anything when I mounted the sdcard from the phone. On a whim I tried rebooting the phone into the recovery (AmonRA 1.6.2) and then the log showed it as /sdc. If I turn on USB Mass Storage from the recovery, Ubuntu recognizes it then. On a side note, I'd been having trouble getting ADB to recognize my phone until I did this. But shouldn't this also work with the phone fully booted? Maybe it's GSB?
EDIT: I flashed the Stock Sense 2.1 rom to see if everything worked and it did. I rerooted and restored a backup I made this morning to GSB, and Ubuntu recognizes my sdcard when I mount it, and ADB now works. Thanks for your help.
Click to expand...
Click to collapse
In case this helps, GSB mounts the SD card through USB just fine with Windows. Don't take my comment as a Windows versus Ubuntu, thing, however. Just for whatever it's worth.
prsguitaruser said:
I flashed the Stock Sense 2.1 rom to see if everything worked and it did. I rerooted and restored a backup I made this morning to GSB, and Ubuntu recognizes my sdcard when I mount it, and ADB now works. Thanks for your help.
Click to expand...
Click to collapse
Glad to here you got this fixed
prsguitaruser said:
When I got to this step, the log didn't show anything when I mounted the sdcard from the phone. On a whim I tried rebooting the phone into the recovery (AmonRA 1.6.2) and then the log showed it as /sdc. If I turn on USB Mass Storage from the recovery, Ubuntu recognizes it then. On a side note, I'd been having trouble getting ADB to recognize my phone until I did this. But shouldn't this also work with the phone fully booted? Maybe it's GSB?
EDIT: I flashed the Stock Sense 2.1 rom to see if everything worked and it did. I rerooted and restored a backup I made this morning to GSB, and Ubuntu recognizes my sdcard when I mount it, and ADB now works. Thanks for your help.
Click to expand...
Click to collapse
Great news! I don't know how I missed your edit since I quoted it in my last response. I must've had this thread open in my browser from before, and went to respond to it after your edit.
OK, so I went back to GSB and had the problem again. I found out that ADB works and the sdcard mounts until I turn on wired tether, then if I turn wired tethering off, my sdcard still won't mount, nor will ADB recognize my phone, until I reboot the phone. Every time I've tried to mount the sdcard, I've made sure to turn tethering off. But it seems like tethering is what kills it.
prsguitaruser said:
OK, so I went back to GSB and had the problem again. I found out that ADB works and the sdcard mounts until I turn on wired tether, then if I turn wired tethering off, my sdcard still won't mount, nor will ADB recognize my phone, until I reboot the phone. Every time I've tried to mount the sdcard, I've made sure to turn tethering off. But it seems like tethering is what kills it.
Click to expand...
Click to collapse
Are you using the tethering abilities built into CM7 (for wired you have to use the Tether Widget from the market, but that's it), or are you using the "for root" apps? IMHO, the "for root" apps are redundant and don't work as well as the native tethering in CM6 and CM7.
roirraW "edor" ehT said:
IMHO, the "for root" apps are redundant and don't work as well as the native tethering in CM6 and CM7.
Click to expand...
Click to collapse
Really? Because I have never been able to get "native" tethering to work. They appear to be working but there not allowing data to pass through.
Also I only use the ones posted on Google's source page.
I believe there may be an issue here that isn't faulted by the phone or the tethering apps. I think it has something to do with the way Ubuntu reacts to the change between allowing data inbound and when it goes back to remounting the phone and its SD card. Honestly if you can I would say allow your Ubuntu to do its system updates then see what happens.
@ roirraW "edor" ehT, no harm intended at the top of my post. Just my personal observation of how these things generally work out for me. Heh.
Powered by: GSB CM7
wildstang83 said:
Really? Because I have never been able to get "native" tethering to work. They appear to be working but there not allowing data to pass through.
Also I only use the ones posted on Google's source page.
I believe there may be an issue here that isn't faulted by the phone or the tethering apps. I think it has something to do with the way Ubuntu reacts to the change between allowing data inbound and when it goes back to remounting the phone and its SD card. Honestly if you can I would say allow your Ubuntu to do its system updates then see what happens.
@ roirraW "edor" ehT, no harm intended at the top of my post. Just my personal observation of how these things generally work out for me. Heh.
Powered by: GSB CM7
Click to expand...
Click to collapse
Just curious, did you have the opportunity to try the native tethering under Froyo/CM6 as well, or did you only try it under CM7? I haven't needed the tethering since before I started to try CM7, so I actually don't know from personal experience if Cyanogen has made the tethering work correctly under it yet. I didn't have any trouble with it under CM6, besides the usual occasional semi-random tethering failures.
My ubuntu 10.10 install handles native tethering just fine. However, that stupid bug where the Eris loses data connection randomly. while natively tethered kicks in.
The only solution I've found is to use AziLink (seems to solve the random disconnect as well as pdanet does.)
Sent from my Eris using XDA App
adaneshade said:
My ubuntu 10.10 install handles native tethering just fine. However, that stupid bug where the Eris loses data connection randomly. while natively tethered kicks in.
The only solution I've found is to use AziLink (seems to solve the random disconnect as well as pdanet does.)
Sent from my Eris using XDA App
Click to expand...
Click to collapse
Thanks, I'll keep them both in mind. I tried PDANet a long time ago and it didn't keep the tethering from failing, but maybe they improved it.

Please help....

I am running Bamf 2.0 Android version 2.3.4, HTC sense version 2.1,with Imoseyon kernel version test 7.
I can not get my windows computer to see the phone. There appears to be a driver issue. I have tried everything I could find on this issue and nothing has worked. Please help!
Alan
Yeah I have been having the same issue installs everything when plugged in except MTP driver for the device which will not allow you to properly mount the phone to access sd card. Have been looking for hours and have not been able to find anything either.
Some people have proposed a solution in the BAMF thread of selecting the Internet passthrough when plugging in, letting it install drivers, then try to mount.
06ms6 said:
Some people have proposed a solution in the BAMF thread of selecting the Internet passthrough when plugging in, letting it install drivers, then try to mount.
Click to expand...
Click to collapse
Still nothing still says I am missing MTP driver
I think its an issue with the kernel.
Sent from my ADR6400L using XDA App
Where do we get kernals?
Try updating to the 2.0.4_1 release. It fixed the issue for me with not being able to connect to PC, then connect as internet passthrough let it sit for a good 3 min then switch to disk drive
krnsushiman said:
Where do we get kernals?
Click to expand...
Click to collapse
Kernel Manager is one option. But there are various threads in Development that have kernels for flashing. Just download one of them and flash it.
Sent from my ADR6400L using XDA App
Turd Furguson said:
Kernel Manager is one option. But there are various threads in Development that have kernels for flashing. Just download one of them and flash it.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Just to make sure you all know.. there are only a couple working GB kernals so dont go grabbing anyone and flash it.
nepperz said:
Try updating to the 2.0.4_1 release. It fixed the issue for me with not being able to connect to PC, then connect as internet passthrough let it sit for a good 3 min then switch to disk drive
Click to expand...
Click to collapse
Did this and I was able to connect as internet passthrough .... but when I tried to mount the sd card it still didn't work.
I really like to mount the sd card to change out the music on my phone, not a deal breaker but bummed I can't figure this out.
Alan
press intertnet passthrough and then immediately switch to mount disk drive
nepperz said:
Try updating to the 2.0.4_1 release. It fixed the issue for me with not being able to connect to PC, then connect as internet passthrough let it sit for a good 3 min then switch to disk drive
Click to expand...
Click to collapse
Fixed it for my Thunderbolt, thanks!

Is it possible to run a "BootCD" from android?

Hi, I have made a Multiboot USB-stick witch contains Win 7 install, Ubuntu Live, Hiren's and many other distros. But is it possible to some how move the files from the external SD-card on my android phone and make the computers boot directly from the phone?
Can you in that case force the phone to use the right usb-mode so that the computer recognizes it as a ordinary bootable USB-stick?
I saw some old post from 2009 where some user managed to get a computer too boot BCD from the phone. But the catch was that he had to click the "mount usb" on the phone directly after the PC started booting. And many computers may have passed the booting point before the USB-mode had finished mounting.
I tried booting Damn Small Linux from my Supersonic earlier with no luck. Android requires certain drivers to mount and the BIOS typically has the bare minimum to boot from USB, DVD, and HDD.
Sent from my PC36100
I'm sorry if this isn't what you are looking for as I don't have an answer to your specific question. But if you're just looking for a way to boot other OS's check out this thread:
http://forum.xda-developers.com/showthread.php?t=1459153
Sent from my MB870 using Tapatalk 2
csking33 said:
I'm sorry if this isn't what you are looking for as I don't have an answer to your specific question. But if you're just looking for a way to boot other OS's check out this thread:
http://forum.xda-developers.com/showthread.php?t=1459153
Sent from my MB870 using Tapatalk 2
Click to expand...
Click to collapse
Well no, I want my android phone to behave as a bootable USB-stick when connected to a computer that is rebooting.
burton6666 said:
Well no, I want my android phone to behave as a bootable USB-stick when connected to a computer that is rebooting.
Click to expand...
Click to collapse
Keep trying man, ure near there.. try multi sd.
burton6666 said:
Well no, I want my android phone to behave as a bootable USB-stick when connected to a computer that is rebooting.
Click to expand...
Click to collapse
Ah I'm sorry. Needed to sleep some more.. it sounds like that would be difficult to do though. You would need the phone to be mounted as USB before the computer even started booting. That's way beyond me though, good luck.
Sent from my MB870 using Tapatalk 2
It seems feasible. Never tried it..
But, i would start by looking for an app called unetbootin. Its a free app that allows you to build a bootable flash drive. I've used is several times with actual flash drives. As long as your device is setup to allow the pc to mount it as a disk, in theory it should work.
As far as android accessing the disk after its been formatted, i have no idea.
I boot in with dual sd and yumi. But I think my boot file configuration is wrong or what..cus I'm trying to boot spotmau 2011. Which is unlisted iso. Anyone can provide a small bootable file so I can try boot it..
Sent from my GT-I9100 using xda premium
csking33 said:
Ah I'm sorry. Needed to sleep some more.. it sounds like that would be difficult to do though. You would need the phone to be mounted as USB before the computer even started booting. That's way beyond me though, good luck.
Sent from my MB870 using Tapatalk 2
Click to expand...
Click to collapse
Mount USB via cwm, simple.
Sent from a sexy turtle.
Questions should be asked in Q&A forums, not Development forums.
Thread moved.

Internal Storage damaged

Today my Tablet (Hyundai A7HD) with CM9 started behaving very strange.
It doesnt recognize my sd card, nor its own internal nand storage anymore.
I dont know what to do, since i cant even flash an update through CWM anymore without a functioning storage medium.
the sd card works fine on my pc and i cant format the internal storage through my tablet.
what else can i do to fix this?
I could really use some help, if someone knows a way to do it.
IndigoHD said:
I could really use some help, if someone knows a way to do it.
Click to expand...
Click to collapse
Supply more information. How do you know it's not detecting the internal storage? What are the symptoms? In my point of view, the device would be bricked in this case. Can it boot at all? Or is it fastboot complaining , trying to flash it? The internal memory, is it a MTD for /system plus an MMC for /data, or only an MTD? Only one MMC? Does the devices still exists or not? The partitions..?
Give us some more information, and we'll see if someone here can come with an intelligent suggestion.
Thank you for your reply!
The Device is an Hyundai A7HD and it says that what it calls "sdcard" but actually is its internal storage is damaged. Formatting doesnt work.
It still boots fine but cant access the internal storage, so nothing can be downloaded onto the device and such.
It has a special partition where applications are installed, but nothing can be saved there.
im guessing that something is wrong with the OS, and maybe i could fix it using ADB (if someone could explain to me how)?
Ok, so no /sdcard and /sdcard is supposed to be the phones internal memory, no /data partition, hence not able to download new apps, but the phone boots and so, i.e. system partitions works fine.
This sounds quite like this (confusing) thread to me. In summary, we are talking about three devices, the internal MTD device with /system, boot image, cache etc, the internal MMC device with /sdcard and /data plus an external sdcard named something like /sdcard/external_sd. The internal MMC broken beyond repair (hardware failure).
Still it may be something else only reassembling this.
If you believe your problem is due to some problem with your ROM I suggest you try to reinstall stock ROM using the vendors standard flash tools.
If this doesn't work, we can see if a solution similar to the one in the thread above may be applicable to you.
When i use Astro file manager to look at my phones storage the internal memory calls itself "sdcard" and my ACTUAL micro-sdhc calls itself "extsd" in a folder called "mnt".
the original flash tool doesnt seem to function anymore since i would normally hold down the "menu"-button, then plug the cable into my pc and while STILL holding menu id press power 7 to 10 times and then flashing would start automatically. but ever since installing cwm and a cm9 custom-rom, this doesnt seem to function anymore.
EDIT: in Clockwordmod recovery its called "emmc" for internal memory and "sdcard" for my actual sdcard.
Ok, this is consistent. Can you do a couple of shell commands?
# mount
and
# ls -l /dev/block
... and paste in the result here. As root or as shell user (or any other user) doesn't really matter.
when i plug the device into usb it says debugging enabled. so i open adb and type in "adb devices" and it starts listing devices. But no device is recognized.
EDIT: it recognizes my phone tho.
IndigoHD said:
when i plug the device into usb it says debugging enabled. so i open adb and type in "adb devices" and it starts listing devices. But no device is recognized.
Click to expand...
Click to collapse
Tricky. And not possible to install apps, so no ConnectBot or similar ...
Do you have a link to the CM9 you are using?
kuisma said:
Tricky. And not possible to install apps, so no ConnectBot or similar ...
Do you have a link to the CM9 you are using?
Click to expand...
Click to collapse
wait! i CAN install apps from the market!
and yes, one second.
http://www.slatedroid.com/topic/33373-rom-cm9-nightlies/
im using version 20120711
EDIT: Its an Allwinner A10 Device.
IndigoHD said:
wait! i CAN install apps from the market!
Click to expand...
Click to collapse
That makes all the difference!
So, what does "mount" say?
when i type "adb mount" it just gives me a long list of commands and explanations.
EDIT: there are many versions of connectbot. which one do we need?
IndigoHD said:
when i type "adb mount" it just gives me a long list of commands and explanations.
Click to expand...
Click to collapse
No, run mount from the command line using ConnectBot. ADB didn't work, you told me before.
$ mount
Click to expand...
Click to collapse
but which connectbot on the market is the right one? There are so many.
IndigoHD said:
but which connectbot on the market is the right one? There are so many.
Click to expand...
Click to collapse
Please. Show a little more effort.
https://play.google.com/store/apps/details?id=org.connectbot
i installed it and started it.
now it asks me to connect to a host.
i honestly dont know what im doing here.
IndigoHD said:
i installed it and started it.
now it asks me to connect to a host.
i honestly dont know what im doing here.
Click to expand...
Click to collapse
Select "local", give the session some name of you choice and connect. Now you are running a local shell in the same way as using "adb shell". You are familiar with "adb shell"..?
kuisma said:
Select "local", give the session some name of you choice and connect. Now you are running a local shell in the same way as using "adb shell". You are familiar with "adb shell"..?
Click to expand...
Click to collapse
isnt adb shell a terminal that accepts commands either locally or by usb connection?
EDIT: What should i do now on connectbot?
Can anyone help me, perhaps?

File transfer error

When trying to send an 800MB zip file to my DNA I get this:
Cannot Copy Item. The device has stopped responding or has been disconnected.
My usb debugging is enabled, I've restarted the phone and computer. I. An view all the files and transfer other zip files as well as all other files. I'm getting this error with just one specific file that I've tried so far.
--Edit-- I have also tried multiple USB Ports.
Sent from my HTC6435LVW using xda app-developers app
BigRed35m said:
When trying to send an 800MB zip file to my DNA I get this:
Cannot Copy Item. The device has stopped responding or has been disconnected.
My usb debugging is enabled, I've restarted the phone and computer. I. An view all the files and transfer other zip files as well as all other files. I'm getting this error with just one specific file that I've tried so far.
--Edit-- I have also tried multiple USB Ports.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
That is truly odd? where are you transfering from/to? also try adb pushing the file to sd for now.
jonesin said:
That is truly odd? where are you transfering from/to? also try adb pushing the file to sd for now.
Click to expand...
Click to collapse
I just tried to push the file through ADB Commands, and it returns that the device is offline. I'm restarting everything and going to try it again now.
--edit---
Just restarted, ran the command and i think it is working now (idk though) attached is a shot of my cmd prompt. I messed up the first time and forgot to finish /sdcard/(filename) i guess, and the second time typed in the wrong name. but the third time is whats running now i think....
BigRed35m said:
I just tried to push the file through ADB Commands, and it returns that the device is offline. I'm restarting everything and going to try it again now.
Click to expand...
Click to collapse
Sounds like usb host failed for some reason. Restart will probably do the trick. Try adb devices first if that fails then un install HTC sync if you have it installed and try again
Sent from my HTC6435LVW using Tapatalk 2
thanks this solved my problem
jonesin said:
Sounds like usb host failed for some reason. Restart will probably do the trick. Try adb devices first if that fails then un install HTC sync if you have it installed and try again
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
Looks like that worked, i restarted everything then checked to see if adb would recognize the device, it did, so i pushed the file and it went through.
Still wonder why i can't directly transfer...

Categories

Resources