Remove HTC Sync Manager partition? - HTC One X+

Hi everyone.
I've noticed when I connect my phone to my computer it asks if I want to install HTC Sync Manager... Which I don't. I looked in my computer to see that their is a partition with the install files on then the rest of my memory card.
What I want to know is, How do I remove this without having to format the whole memory?
Also, When I view my pictures the thumbnails do not show up. Is there something to fix this as they worked on my old Sensation.
Thanks in advance for your help.

I would like to know about this too, erasing the whole phone doesn't erase the HTC partition.
Sent from my HTC One X+ using xda premium

the rom viperx+ has this function

You cant "erase" it, you can remove the sync manager .iso image in /etc, but virtual CD will still get mounted.
And yea, we gave option inside ViperX+ rom to disable it via services tweak

I think it's useful to have the virtual CD, easy to get the drivers installed when connecting the phone to a computer that does not yet have the drivers. I have my Windows configured to not auto-play, so it doesn't bother me that a virtual CD shows up when I connect the phone to the computer.

Also I found a nice solution if you like to charge your phone with your Mac OS powered device:
Create new /etc/fstab or edit existing with following lines
Code:
# Identifier, mount point, fs type, options1
LABEL=HTC\040Sync\040Manager none hfs rw,noauto
It now will not mount Sync partition anymore

Related

Update USB Drivers?

I recently rooted my Eris and I'm unable to flash a custom recovery because I can't get the USB drivers to update with those found in the SDK files. When I try to update the drivers Windows tells me that I have the most up to date drivers installed. It's because of this I cannot see my phone in the command prompt and can't get the custom recovery to work.
Has anyone tried putting the recovery files on their SD and using a terminal emulator?
Any ideas on updating the USB drivers?
If I flashed a custom Rom (as risky as that is without a recovery) could I then use nandroid or some other recovery? Or would I still need to use SDK?
joshw0000 said:
I recently rooted my Eris and I'm unable to flash a custom recovery because I can't get the USB drivers to update with those found in the SDK files. When I try to update the drivers Windows tells me that I have the most up to date drivers installed. It's because of this I cannot see my phone in the command prompt and can't get the custom recovery to work.
Has anyone tried putting the recovery files on their SD and using a terminal emulator?
Any ideas on updating the USB drivers?
If I flashed a custom Rom (as risky as that is without a recovery) could I then use nandroid or some other recovery? Or would I still need to use SDK?
Click to expand...
Click to collapse
download htc sync that should fix ur problem , it did for me
Yes HTC sync updated mine as soon as your phone is acknowledged by HTC sync it should update your usb drivers
FYI HTC sync did NOT work for me on Windows 7. I had to do some pretty annoying stuff to stop windows from installing the regular drivers automatically. If HTC sync doesn't work I can try to help.
If HTC Sync doesn't help, try the following steps.
1. Unplug your Eris from the PC
2. Open Device Manager and delete the Android device
3. Reboot your PC
4. Once in Windows, connect your Eris
5. The drivers should load automatically, if not point it to the SDK drivers folder
Good luck!
Any more ideas
First I tried downloading HTC Sync on my laptop (running Vista) and that didn't do it. Then I deleted the drivers and tried to manually download them back with the ones in the USB folder of SDK and still it wouldn't work.
So I started over and downloaded SDK and Java to my pc (Windows 7) and tried to update the drivers with the ones found in SDK and it wouldn't let me. So I deleted the drivers, unplugged my phone, and plugged it back up. Before I could attempt to direct it to download the intended USB drivers, Windows 7 had already updated with the drivers of it's choice. I can't win for losing.
If you don't mind using one of those "Live" Linux CDs, you could install the recovery using fastboot.
No need to install anything on the PC, and no drivers are needed for Linux, no SDK, no Java, no adb; just make sure to run fastboot as root.
The downloads of fastboot and the Amon_RA recovery are small, so they will easily fit in /tmp.
bftb0
I've never used Linux but I'm willing to try. Please tell me more. Are there "how tos" for this?
When you have your phone plugges in do you have it set to "charge" or "sync"? I know all the how to's say yo have it set to charge only but the inly way my computer ever finds my phone is if it us set to sync.
-------------------------------------
Sent via the XDA Tapatalk App
I set it to charge. I was finally able to install the correct driver. I selected a Google driver from the list it gave me (which my computer did not like) then went back and updated the drivers with those found in the tools usb folder of SDK. IT FINALLY LET ME!
Now I have a new problem. I'm using the command prompt and trying to create a custom recovery. I set it to the tools directory in SDK (where the flash and recovery images are) and I'm entering the commands exactly like the "how to" instructions have them. I keep getting "adb: not found" errors.
Can anyone tell me what I'm doing wrong?
joshw0000 said:
I've never used Linux but I'm willing to try. Please tell me more. Are there "how tos" for this?
Click to expand...
Click to collapse
Well, in the long run it is probably a good idea to resolve the driver install problems you are having on your PC, because it is very useful to have "adb" around, even if you are already rooted and have the ROM of your choice installed.
But, if you would like to do this, here's an outline below. Note that the point of the "Live" CDs is that you are not installing Linux on your machine, you are just booting it directly from the CD - the OS and hard drive on your PC are untouched.
1) Download an ".iso" file from your favorite Linux distro [ 3 ] for their "live" CD. (BIG download, usually 600+ MB)
2) Burn the .iso file to a CD as a bootable CD. (Most decent CD/DVD burner programs know what an .ISO file is, but might refer to them as a disk image).
3) Boot your PC off it! (You might need to hit a key on your PC right after you power it on to go into a boot menu, or the BIOS setup to change the boot order so your PC will try to boot from the CD/DVD before it tries the hard drive).
4) Copy the fastboot [ 1 ] executable for Linux and the Amon_RA recovery image [ 2 ] to /tmp "somehow" - you could just download it using the Linux browser if your network come up automatically (wired ethernet), or you could put them onto a USB key beforehand, and plug that in after Linux has booted; it should mount automatically.
5) Then, open up a terminal window and become root. (Type either "su" or "sudo /bin/bash" - depends on the Linux distro)
6) Attach your (well-charged) phone to the phone via USB, and power it up in fastboot mode (Send+End simultaneously)
cd /tmp
chmod 755 fastboot
md5sum recovery.img (check file sig)
./fastboot devices (check to see you are connected)
./fastboot flash recovery recovery.img
Obviously, if you need to look something up on the internet, it is useful to be networked, so you can use a web browser. The Linux boot will try to autoconfigure network interfaces automatically, but this is going to be most straightforward with a wired connection (Ethernet). Alternatively, if you have another PC or laptop nearby, you could use that.
Good luck.
Edits:
[ 1 ] Find Linux version of fastboot from HTC midway down this page - md5sum 9851bb6ad29cd4b60c9ba9d011ba9efd
[ 2 ] Amon_RA's recovery is located on this XDA page - md5sum e3932991f097993602af3c7a4b61a4f8
[ 3 ] Ubuntu's Current (x32) CD for v10.04 this page
NOTE: This CD is both a "Live" CD and an Install CD. You DO NOT WANT TO INSTALL ANYTHING; you are using the "Live" CD function - see the "show me how" link under Item #3 ("Try It!") on the above linked page
[ 4 ] Various OpenSuSe 11.2 Live CDs
Thanks for the info. I was able to get my drivers installed and run a nandroid recovery. Then I think I bricked my phone:
I just ran a nandroid backup for my Eris which was at stock 2.1 w/ root. I first partitioned the sd to swap - 3072 MB, ext2 swap 3072 MB, and fat32 - remainder. Realizing this was stupid, I went back and changed the partition to swap - 0, ext2 - 512 MB, fat32 - remainder 7680 MB or 7.5 GB. I moved ext2 to ext3 and booted the phone. All my sd was cleared so I copied everything back on (I saved all sd contents to my computer prior to this). I went back to recovery and flashed Eris Lightning 3.02. Everything went successful and when it rebooted, I saw the droid guys, then the "quietly brilliant", then "Verizon" screens. It then began running the "quietly brilliant" and "verizon" screens over and over. I pulled the battery and powered up again but it's still running those two screens over and over. I booted into recovery and attached my phone to the computer. I opened command prompt, entered " sd C:\android-sdk-windows\tools" and then entered "adb devices". It reads "List of devices attached" but there are none. I attempted to add the driver back to my device but when I go to device manager and click "update driver" and point it to the tools directory in SDK, it says that "Windows could not find driver software for your device".
If I can't communicate with my phone via usb and it wont boot, how can I get it to recover?
Any suggestions would help, I'm scratching my head here. I really don't want to have to buy another phone.
joshw0000 said:
Thanks for the info. I was able to get my drivers installed and run a nandroid recovery. Then I think I bricked my phone:
I just ran a nandroid backup for my Eris which was at stock 2.1 w/ root. I first partitioned the sd to swap - 3072 MB, ext2 swap 3072 MB, and fat32 - remainder. Realizing this was stupid, I went back and changed the partition to swap - 0, ext2 - 512 MB, fat32 - remainder 7680 MB or 7.5 GB. I moved ext2 to ext3 and booted the phone. All my sd was cleared so I copied everything back on (I saved all sd contents to my computer prior to this). I went back to recovery and flashed Eris Lightning 3.02. Everything went successful and when it rebooted, I saw the droid guys, then the "quietly brilliant", then "Verizon" screens. It then began running the "quietly brilliant" and "verizon" screens over and over. I pulled the battery and powered up again but it's still running those two screens over and over. I booted into recovery and attached my phone to the computer. I opened command prompt, entered " sd C:\android-sdk-windows\tools" and then entered "adb devices". It reads "List of devices attached" but there are none. I attempted to add the driver back to my device but when I go to device manager and click "update driver" and point it to the tools directory in SDK, it says that "Windows could not find driver software for your device".
If I can't communicate with my phone via usb and it wont boot, how can I get it to recover?
Any suggestions would help, I'm scratching my head here. I really don't want to have to buy another phone.
Click to expand...
Click to collapse
First, relax and take a deep breath; everything's going to be fine.
In the recovery main menu, there is an Item called something like "MS-USB toggle" or something like that. It does not use the adb driver, it uses a standard "Mass Storage Device" USB driver already on the PC. The purpose of this function is to make the SD Card mount on the PC when the Amon_RA recovery is running.
Try that - it should work.
Then, download a conservative ROM such as Ivanmmj's Official 1.0 alpha, or Jcase's "Plain Jane", and copy it to your SD card.
After you have done that, make sure to check the MD5 sum of that .zip file on the SD card. (You should be doing this already).
Then, cleanly dismount the USB drive from the PC with the "Safely Remove Hardware" thingamabob, and toggle "off" the MS-USB toggle on the phone. Return to the main menu, wipe /data, and then flash the "conservative" ROM.
Then boot the conservative ROM just to verify everything is OK.
Next, Backup anything from the SD card that you don't already have (this step might be optional), and boot into recovery, and unpartition your SD card so that the only thing that is there is the VFAT partition.
For the moment, I'll give you some advice: f*ck A2SD. You need to gain some familarity with how the various versions of a2sd work before you start using it..
Very likely you were just stuck in a boot loop created by the re-partitioning you performed after initial configuration of a ROM that uses a2sd. Frankly, it is easy to create conditions for this, especially if you switch between ROMs that use different versions of a2sd, and/or don't understand that certain versions are not correctly backed up with Nandroid at the moment (e.g CLB).
bftb0
Go in to the start menu of your computer or laptop right click on computer and go down to properties and open it up look to the right and you will see something that says advanced system settings click that and it will open up another window for system properties.. Okay look at the bottom of that small window you will see something that says environmental variables, click that. Now you want to scroll through the system variables and find the one that says "path" you want to change that to you ";C:\android-sdk-windows\tools" and save it.. That is where your adb file or app is in your sdk tools folder, so when you open up a command prompt type in adb devices it may say something about killing daemon starting successful.. Don't worry just type it in again you should get your phones serial number thats when you know your good and you can start talking to your phone.. You can try a simple command like adb reboot and it will reboot your phone.. All else fails and you do this and your phone is responding but you can get anything to run in the command prompt type with 1 space cd then another space and then copy and paste "C:\android-sdk-windows\tools" that.. So it will look something like this
cd C:\android-sdk-windows\tools.. That should def do the trick.. Or absolute worst case scenario and you want to make it real easy and not have the fun of doing all the hard but fun work just use the "all in one root script" it will root your phone and it will also install "amon RA recoveryv1.6.2"... Hope this helps you out. LoL I know its long but yo dude I went through the same hell and I finally got everything where I want it!!!!!! Also make sure your HBOOT is under 1.49, if you have 1.49 you cant root... For example 1.46 your good...
Go in to the start menu of your computer or laptop right click on computer and go down to properties and open it up look to the right and you will see something that says advanced system settings click that and it will open up another window for system properties.. Okay look at the bottom of that small window you will see something that says environmental variables, click that. Now you want to scroll through the system variables and find the one that says "path" you want to change that to you ";C:\android-sdk-windows\tools" and save it.. That is where your adb file or app is in your sdk tools folder, so when you open up a command prompt type in adb devices it may say something about killing daemon starting successful.. Don't worry just type it in again you should get your phones serial number thats when you know your good and you can start talking to your phone.. You can try a simple command like adb reboot and it will reboot your phone.. All else fails and you do this and your phone is responding but you can get anything to run in the command prompt type with 1 space cd then another space and then copy and paste "C:\android-sdk-windows\tools" that.. So it will look something like this
cd C:\android-sdk-windows\tools.. That should def do the trick.. Or absolute worst case scenario and you want to make it real easy and not have the fun of doing all the hard but fun work just use the "all in one root script" it will root your phone and it will also install "amon RA recoveryv1.6.2"... Hope this helps you out. LoL I know its long but yo dude I went through the same hell and I finally got everything where I want it!!!!!! Also make sure your HBOOT is under 1.49, if you have 1.49 you cant root... For example 1.46 your good...

[Q] PC wont, neither will SDK

Hellol everyone, i have read thru the forums and i still have not gotten the answer i was looking for. I am trying to download android sdk.
I can install it and all, but once i click the SDK manager, a black cmd prompt pops up and then vanishes. Also i cant install a drive for my erissince everytime i try to locate the file (and i do), it says that it couldnt locate the folder.
I have read thru the website's guide and installed jdk. Im on a 32bit Vista. Droid eris phone.
ilikeyoumore said:
Hellol everyone, i have read thru the forums and i still have not gotten the answer i was looking for. I am trying to download android sdk.
I can install it and all, but once i click the SDK manager, a black cmd prompt pops up and then vanishes. Also i cant install a drive for my erissince everytime i try to locate the file (and i do), it says that it couldnt locate the folder.
I have read thru the website's guide and installed jdk. Im on a 32bit Vista. Droid eris phone.
Click to expand...
Click to collapse
What do you mean, you can't install a drive? Do you mean you can't mount the SD card? Have you tried installing HTC Sync for the Eris from HTC's website? I know the SDK is supposed to have the drivers necessary, too, but just a thought.
After the Command Prompt vanishes, can you use the SDK Manager then? Have you selected any Available Packages to download and install from the SDK (if you need anything besides the tools).
Also, I see that they changed the organization of the SDK sub-folders as of v8. aapt.exe and adb.exe, and some other files are now in the platform-tools sub-folder now instead of the tools sub-folder.
roirraW "edor" ehT said:
What do you mean, you can't install a drive? Do you mean you can't mount the SD card? Have you tried installing HTC Sync for the Eris from HTC's website? I know the SDK is supposed to have the drivers necessary, too, but just a thought.
After the Command Prompt vanishes, can you use the SDK Manager then? Have you selected any Available Packages to download and install from the SDK (if you need anything besides the tools).
Also, I see that they changed the organization of the SDK sub-folders as of v8. aapt.exe and adb.exe, and some other files are now in the platform-tools sub-folder now instead of the tools sub-folder.
Click to expand...
Click to collapse
I can mount it, but every time i plug it in, it asks me to install a drive. I have tried to direct it to the sdk folder but it wont connect. I have also tried HTC sync and i cant get the drivers intalled either becuase it wont recognize my phone.
After the cmd promt vanishes nothgin happens; its like i didn't click it at all.
No, i have not installed any additional packages. By the way, i do not have a platform-tools folder, just add-ons, platforms, tools, sdk manager(which doesn't work), read me and uninstall.
ilikeyoumore said:
I can mount it, but every time i plug it in, it asks me to install a drive. I have tried to direct it to the sdk folder but it wont connect. I have also tried HTC sync and i cant get the drivers intalled either becuase it wont recognize my phone.
After the cmd promt vanishes nothgin happens; its like i didn't click it at all.
No, i have not installed any additional packages. By the way, i do not have a platform-tools folder, just add-ons, platforms, tools, sdk manager(which doesn't work), read me and uninstall.
Click to expand...
Click to collapse
Well let's take one step at a time. I'm concerned that you say you can't get HTC Sync's drivers to install. Are you sure you've tried the right one (meant for the Eris)? It should be version 2.0.33 and apparently it's dated 4/23/2010. Download it again from the link on this page http://www.htc.com/us/support/droid-eris-verizon/downloads/, unplug your phone, install HTC Sync completely, then plug your phone in. Wait for Windows to install all the drivers, it may take a few minutes to finish.
What method are you trying to use to mount your SD card to the computer? Meaning, are you using the official method from the phone to mount it from the notifications menu, for instance, and which dismounts the SD card from the phone as long as it's mounted to the computer?
Does everything else in Windows Vista work right? Are you able to plug USB flash drives and/or external hard drives in and have them work?
I forget the circumstances, but in the past (not right now), maybe when I'm not using my phone for tethering, Windows gave me a drive letter for my phone as long as it was plugged in, even when I didn't choose to mount the SD card. Trying to view the contents of the drive letter results in an error until you actually tell the phone to mount the SD card as USB storage.
roirraW "edor" ehT said:
Well let's take one step at a time. I'm concerned that you say you can't get HTC Sync's drivers to install. Are you sure you've tried the right one (meant for the Eris)? It should be version 2.0.33 and apparently it's dated 4/23/2010. Download it again from the link on this page http://www.htc.com/us/support/droid-eris-verizon/downloads/, unplug your phone, install HTC Sync completely, then plug your phone in. Wait for Windows to install all the drivers, it may take a few minutes to finish.
Click to expand...
Click to collapse
Done, nothing much happened. when i open HTC sync it says disconnected and i cannot find my phone for phone monitor options, nor sync (it's plugged in).
roirraW "edor" ehT said:
What method are you trying to use to mount your SD card to the computer? Meaning, are you using the official method from the phone to mount it from the notifications menu, for instance, and which dismounts the SD card from the phone as long as it's mounted to the computer?
Click to expand...
Click to collapse
Yes the notification method. I use the same method to dismount it. I have KaosFroyo v38 ROM.
roirraW "edor" ehT said:
Does everything else in Windows Vista work right? Are you able to plug USB flash drives and/or external hard drives in and have them work?
Click to expand...
Click to collapse
Yes, everything works fine.
roirraW "edor" ehT said:
I forget the circumstances, but in the past (not right now), maybe when I'm not using my phone for tethering, Windows gave me a drive letter for my phone as long as it was plugged in, even when I didn't choose to mount the SD card. Trying to view the contents of the drive letter results in an error until you actually tell the phone to mount the SD card as USB storage.
Click to expand...
Click to collapse
wut?
ilikeyoumore said:
Done, nothing much happened. when i open HTC sync it says disconnected and i cannot find my phone for phone monitor options, nor sync (it's plugged in).
Click to expand...
Click to collapse
If you're trying to actually use HTC Sync to sync (not just for the drivers), you have to be running a stock ROM like xtrSENSE, xtrROM or others. Or a Sense-based Froyo ROM, but those aren't really ready for day to day use yet.
Then when you plug your phone in you get three options instead of two:
1. Charge only
2. Mount USB
3. HTC Sync
And it has to be in HTC Sync mode for the HTC Sync program to see it.
Yes the notification method. I use the same method to dismount it. I have KaosFroyo v38 ROM.
Click to expand...
Click to collapse
Have you tried rebooting both the phone and the computer (with the phone disconnected)? Only reconnect it after both are fully loaded.
wut?
Click to expand...
Click to collapse
In other words, with some ROMs when I plug my phone into my USB cable on my computer, the computer immediately shows a drive letter for it. It won't be accessible, though, until I choose the mount USB option on the phone.
There are other alternatives for mounting the SD card through USB, maybe you should try them.
There's a widget on the market that isn't free called Dual Mount SD. Personally I use it, it allows mounting the SD card without dismounting it from the phone. Given the problems you're having, though, perhaps this wouldn't work for you either.
There's a free program called QtADB you can find a link to in a thread on here. Google for QtADB XDA and you'll find it, and it'll link to the website for the program. You can even set it up to do this wirelessly if you have a wireless network/router. When I had real internet (not tethering like now) I tried it and it worked great. It uses something free called Wireless ADB or something like that.
You can do many things with this program, and you have to have the Android SDK installed to use it, but you can see what's on the SD card and copy files to and from it with it.
The only other alternative would be to use a Micro SD card to USB adapter, but then you'd have to turn your phone off every time you want to access you SD card on your computer.
I use DropBox (free) to upload files from my computer and download them to my phone all the time.

[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.

Storage connection problem in ubuntu

Storage is not connecting in ubuntu.as it is showing connected in notification.
Sent from my GT-I9100 using xda premium
One thing I've noticed with Samsung phones/Ubuntu & file transfers/manipulation is connectivity is hit & miss until I install gMTP. I suspect it's some kind of driver issue & installing gMTP solves that. Once I do that, transferring files/etc is a snap the usual way via the Ubuntu File Manager (I.E drag & drop as per Windoze).
Could also be a simple case of not being able to mount it; sometimes my Ubuntu installation loses the ability to mount external drives temporarily for whatever reason (even the partition my Windoze installation is unable to be mounted), and logout/login again always fixes this. Try this, then the gMTP thing (I'm running Raring Ringtail).

Problem in Mounting Phone as Mass Sotrage Device

Hi to all! I am having a problem with my device HTC Droid DNA running on NOS 3.0.3 GSM Android version 4.2.2 sense 5. Here's the problem, when i connect my Phone to PC it is being read as CD-Rom, i already installed latest HTC sync and i believe that HTC drivers are installed along with it, correct me if im wrong. Am i missing something or is there a workaround on this in order for me to be able to access my files on the phone and be able to copy files from PC to phone and vice versa.
Appreciate for any help and guidance. Cheers!!!
prhalfnathan said:
Hi to all! I am having a problem with my device HTC Droid DNA running on NOS 3.0.3 GSM Android version 4.2.2 sense 5. Here's the problem, when i connect my Phone to PC it is being read as CD-Rom, i already installed latest HTC sync and i believe that HTC drivers are installed along with it, correct me if im wrong. Am i missing something or is there a workaround on this in order for me to be able to access my files on the phone and be able to copy files from PC to phone and vice versa.
Appreciate for any help and guidance. Cheers!!!
Click to expand...
Click to collapse
Google removed support for mass storage mode a while ago. The DNA and most, if not all, newer phones and phones updated to jellybean remove the support for mass storage and switch to MTP.
So what I'm trying to say is, the DNA doesn't support mass storage. It doesn't have a removable sdcard or even an dedicated internal sdcard.
The 'sdcard' is shared with the data partition and cannot be unmounted from android and mounted as a mass storage device.
Sent from my HTC6435LVW using XDA Premium 4 mobile app
prhalfnathan said:
Hi to all! I am having a problem with my device HTC Droid DNA running on NOS 3.0.3 GSM Android version 4.2.2 sense 5. Here's the problem, when i connect my Phone to PC it is being read as CD-Rom, i already installed latest HTC sync and i believe that HTC drivers are installed along with it, correct me if im wrong. Am i missing something or is there a workaround on this in order for me to be able to access my files on the phone and be able to copy files from PC to phone and vice versa.
Appreciate for any help and guidance. Cheers!!!
Click to expand...
Click to collapse
You can use adb to pull and push folders and specific files from your phone.
To pull items from your phone:
adb pull <path to folder or file on phone> <path where you want the file saved on your computer> (don't use the '<>' symbols)
Note: you can use root browser to find the path on your phone
To push items to your phone:
adb push <path of folder/file on your computer> <path to folder or file on phone>
Alternatively, you can uninstall the HTC sync and install the usb driver, then when your phone is plugged in go to my computer, find the drive labeled HTC6435LVW. You'll be able to drag and drop to and from your phone.
walther1337 said:
You can use adb to pull and push folders and specific files from your phone.
To pull items from your phone:
adb pull <path to folder or file on phone> <path where you want the file saved on your computer> (don't use the '<>' symbols)
Note: you can use root browser to find the path on your phone
To push items to your phone:
adb push <path of folder/file on your computer> <path to folder or file on phone>
Alternatively, you can uninstall the HTC sync and install the usb driver, then when your phone is plugged in go to my computer, find the drive labeled HTC6435LVW. You'll be able to drag and drop to and from your phone.
Click to expand...
Click to collapse
^^^This. Quick question: Anybody else having to constantly reinstall the usb drivers to get the HTC6435LVW to show up? I have to do it every 2-3 times I unplug/reconnect my dna?
prhalfnathan said:
Hi to all! I am having a problem with my device HTC Droid DNA running on NOS 3.0.3 GSM Android version 4.2.2 sense 5. Here's the problem, when i connect my Phone to PC it is being read as CD-Rom, i already installed latest HTC sync and i believe that HTC drivers are installed along with it, correct me if im wrong. Am i missing something or is there a workaround on this in order for me to be able to access my files on the phone and be able to copy files from PC to phone and vice versa.
Appreciate for any help and guidance. Cheers!!!
Click to expand...
Click to collapse
Look in Windoze Explorer, the phone should be listed as HTC6435LVW. Also there is a free program called Android
Commander by Pan Poitr.
GL
Stix-N-Stonz said:
^^^This. Quick question: Anybody else having to constantly reinstall the usb drivers to get the HTC6435LVW to show up? I have to do it every 2-3 times I unplug/reconnect my dna?
Click to expand...
Click to collapse
That's odd. You might want to try using uninstaller software like Revo Uninstaller to get all the junk left behind, reboot, then install the driver again. Also make sure you're installing the 64-bit driver if you're windows installation is 64-bit. To find that, Start > right click My Computer > properties > under System you'll see System type
walther1337 said:
That's odd. You might want to try using uninstaller software like Revo Uninstaller to get all the junk left behind, reboot, then install the driver again. Also make sure you're installing the 64-bit driver if you're windows installation is 64-bit. To find that, Start > right click My Computer > properties > under System you'll see System type
Click to expand...
Click to collapse
Thanks for the tip, I'll try that!
Thanks for all who replied to my query! I was now able to connect my phone to PC and it is being read as phone storage, the issue is that, phone will be read as CD on windows XP, i tried to connect it to windows 7 and everything is fine!
Thanks again!
do you not get no notification when you plug in your phone?
I get a notification, one is usb debugging and the other is usb network connection type. Base on what I experienced you really can't access phone memory / storage on xp. But in windows 7 everything works fine.
Sent from my HTC6435LVW using xda app-developers app
prhalfnathan said:
Thanks for all who replied to my query! I was now able to connect my phone to PC and it is being read as phone storage, the issue is that, phone will be read as CD on windows XP, i tried to connect it to windows 7 and everything is fine!
Thanks again!
Click to expand...
Click to collapse
Install latest Windows media player, even if you already have it. It'll install mtp drivers and fix that issue

Categories

Resources