ADB device offline - Captivate Q&A, Help & Troubleshooting

I've been using ADB the last couple of days to install apps on my Captivate and all of the sudden it stopped working today.
When I type 'adb devices' the phone comes up right away, but it shows offline.
I have tried reinstalling the drivers and Android SDK, but no luck. I've searched around and found some others with this issue, but haven't really found a fix that works for me.
Any idea why ADB would just stop working like that? I even performed a factory reset of the phone and put everything back to defaults.

Ok I almost pulled my hair out, but I found the problem.
For some reason, ADB does not work with the Samsung USB cable that came with the Captivate.
I switched to another USB cable and it works just fine.
Man, I really thought I was going crazy.

wimbet said:
For some reason, ADB does not work with the Samsung USB cable that came with the Captivate.
I switched to another USB cable and it works just fine.
Click to expand...
Click to collapse
What the hell is that about!? I wish all these companies would stop trying to break from standards by proprietizing common cables.

I can't get the drivers to work. Where did you get yours?

Ok I almost pulled my hair out, but I found the problem.
For some reason, ADB does not work with the Samsung USB cable that came with the Captivate.
I switched to another USB cable and it works just fine.
Man, I really thought I was going crazy.
Click to expand...
Click to collapse
Yeah I buy that, I couldn't even get the thing to try and connect at all with out switching usb connections on my computer.

stock cable works. I just rooted and ran into that problem. In order to get around it if you cant get a diff cable, make sure that b4 you connect your phone to your pc you turn off your internet so it doesnt auto dl the drivers. b4 u connect, dl the drivers for your phone from the root thread. Plug your phone into ur comp with the internet off and close any pop ups. Go to device manager look for the notification labled usb or captivateand right click and select update. Select search from file on disk or select file (something like that, i forget) and scroll and select the folder where you extracted the usb drivers. Make sure the checkbox that says search subfolders is checked and click next to install. two more drivers will pop up in device manager after u install the first one. Repeat the same procedure for both of them and then you should be able to use adb just fine to root.

Just wanted to further confirm that using a different microusb cable works! I keep reinstalling the drivers but it kept showing the device was offline. Then I tried my old Nokia N85 cable and it worked like charm! So weird how usb cables aren't made equally, unless Samsung designed the cable to prevent using adb?

I had this issue for a little while, but I installed the Samsung Kies software (which contains drivers) and uninstalled the ADB drivers I had originally downloaded. It's worked like a charm since then.
Go to SamsungApps.com and then use the canada site, as the software isn't really available in the US yet.

I have had no problems using the stock cable on my Laptop and work PC, both are Win 7 32bit. The same cannot be said for my my main home PC which is Win 7 64bit. Neither the stock cable nor an after market cable worked with ADB.
For the 32bit OSes I installed the Kies software and the usb device gets installed correctly. for the 64bit OS, I installed the Kies software but could get the phone to connect correctly. I then tried to install the 64bit drivers that are floating around the web. The 64 bit drivers worked enough to get the phone connected to the PC but when I tried to query "adb devices" the phone would always appear as offline. I've tried several things: install/uninstall drivers and software on the PC, restart the PC and Phone, change cables. Nothing seems to help on Win 7 64bit.
It seems to me that there might be a bug in the 64bit driver, though I have no proof of a bug.
I am going to keep playing with the 64bit OS until i figure it out or get so annoyed a that I just give up.
I'll be using my Win 7 32 bit laptop until I get the 64bit PC to work.

TimF said:
I have had no problems using the stock cable on my Laptop and work PC, both are Win 7 32bit. The same cannot be said for my my main home PC which is Win 7 64bit. Neither the stock cable nor an after market cable worked with ADB.
For the 32bit OSes I installed the Kies software and the usb device gets installed correctly. for the 64bit OS, I installed the Kies software but could get the phone to connect correctly. I then tried to install the 64bit drivers that are floating around the web. The 64 bit drivers worked enough to get the phone connected to the PC but when I tried to query "adb devices" the phone would always appear as offline. I've tried several things: install/uninstall drivers and software on the PC, restart the PC and Phone, change cables. Nothing seems to help on Win 7 64bit.
It seems to me that there might be a bug in the 64bit driver, though I have no proof of a bug.
I am going to keep playing with the 64bit OS until i figure it out or get so annoyed a that I just give up.
I'll be using my Win 7 32 bit laptop until I get the 64bit PC to work.
Click to expand...
Click to collapse
i've been able to install .apk's with my win7 64-bit ADB :O
all i did was install Samsung Kies.
i don't think i've ever had a problem...?
EDIT: i'm using the cable that came with it and no problems yet.

I'm running win 7 x64 and Kies did the trick for me. I haven't had a single issue connecting my phone since I did that.
Sent from my SAMSUNG-SGH-I897 using XDA App

Justa dding to the anecdotes.
I was having problems with the included cable using the front USB. It would show as Device Offline, also the charging wasn't very strong.
I switched to the onboard USB at the back of the case, and adb worked fine with the included cable.
Looks like I'll be picking up a couple extra USB cables so I won't have to continuously do the desk dive everytime I need to use it somewhere else.

1. I installed the kies drivers first and it would say offline when i checked the device through the cmd prompt.
2. I then installed the adb drivers and it then said the device was online.
3. i then rooted the phone and went on my way. i then tried it a second time and it said device offline.
4. nothing changed during this time except that i turned off debug mode, changed it to mass storage and plugged it back into the usb to transfer some files.
5. on returning to debug mode it no longer tells me the device is online. i have tried different USB ports as well.
6. i deleted the drivers, and reinstalled and it still says offline.
very frustrating.

wow. i forgot to try plugging it into another USB port. that worked. sorry about previous post.

I am running Windows 7 Home Premium 64bit on my laptop,
I installed the samsung 64bit drivers, it was an installer i found on the web, not the kies installer packaged driver one.
i changed my setting on my captivate to Mass Storage.
I mounted usb and everything works, by that I mean i was able to ADB like no tomorrow without any issues.
Then I made the mistake of installing Samsung Kies and that messed up my previous drivers and I wasnt able to ADB to my phone. I had to uninstall Samsung Kies and my phone still wasnt being found I still couldnt ADB.
my solution to fixing was restarted my phone and computer, without my phone connected to USB i re-installed the Samsung 64bit Driver Package, then hooked up my phone made sure Mass Storage was selected and Mounted USB and bam was able to ADB again.
hope this helps! also i have been doing videos helping people with issues with samsung's captivate on youtube, youtube.com/johnnyzappone if anyone wants to check em out, if anyone has any suggestions please let me know and id be happy to release a video!

I resolved my issues, I plugged the stock cable into one of the rear usb ports and the device is now available on my main PC Win 7 64 bit.

wimbet said:
Ok I almost pulled my hair out, but I found the problem.
For some reason, ADB does not work with the Samsung USB cable that came with the Captivate.
I switched to another USB cable and it works just fine.
Click to expand...
Click to collapse
Confirmed this made my device stop appearing as offline with adb.
How it is even possible that the cable prevents (only) adb access on the PC, I have no idea.

I have windows 7 and mac osx and I can use adb with both using the stock USB.
i have debugging active.

lol @ the samsung cable.
i've 2 indentic cables here, one doesn't work. plugged in the other one and this one works...
maby its just a strange issue on windows, next time try to pull out the cable and put in back in then connect your device again this should work.... :s
because earlier the cable just worked fine and now it doesn't.. so good luck xD

joelpt said:
Confirmed this made my device stop appearing as offline with adb.
How it is even possible that the cable prevents (only) adb access on the PC, I have no idea.
Click to expand...
Click to collapse
also can confirm PITA

Related

[Q] Device not recognized?

I'm running Winxp SP3, Captivate with Cog2.8b3
I had installed the USB drivers for 32bit provided on these forums (before connecting my phone), then connected my phone and had windows throw up the "usb device not recognized" message. There's no android/samsung/etc. listing under the device manager.
Anybody else had this problem, or know how to fix it?
I had similar issues and reinstalled and uninstalled everything multiple times and that didnt fix anything. My suggestion would be to try a new USB cable or each of your USB ports.
My cable that came with my captivate was actually bad. It would charge the phone and even attempt to register with Windows by eventually fail with the same error you listed above.
MrSewerPickle said:
I had similar issues and reinstalled and uninstalled everything multiple times and that didnt fix anything. My suggestion would be to try a new USB cable or each of your USB ports.
My cable that came with my captivate was actually bad. It would charge the phone and even attempt to register with Windows by eventually fail with the same error you listed above.
Click to expand...
Click to collapse
I've tried each of my ports; the cable had worked previously, fairly recently, but I have a new windows install. I'll try a new one when I get back from school.
Try removing all bits of the USB Driver after un-installing them.. then try re-installing. XP is a pita with USB devices sometimes. Well windows in general for that matter.

[Q] Galaxy Tablet Gets USB Device Not Recognized Connecting to Vista or Win7.

Anyone else getting this problem or know of a solution. I've updated USB drivers from both T-Mobile, Samsung and utilized Kies Express but still nothing.
Thank you in advance.
....
frenchy420 said:
Anyone else getting this problem or know of a solution. I've updated USB drivers from both T-Mobile, Samsung and utilized Kies Express but still nothing.
Thank you in advance.
....
Click to expand...
Click to collapse
Is USB Debugging enabled?
W-7 will be automatic, with the drivers built in, but not vista. You will have to install them.
natious said:
Is USB Debugging enabled?
Click to expand...
Click to collapse
Sorry, should have mentioned this. Yep. I have. I've not been able to see it in either environment (currently running win7 on the machine I'm typing on). The last time I was able to see it was on an XP machine. Never on Vista and now on this new 7 box. I have also factory reset this as well but still nothing.
rangercaptain said:
W-7 will be automatic, with the drivers built in, but not vista. You will have to install them.
Click to expand...
Click to collapse
I have Win 7 and it wasn't automatic. I'm pretty sure you need to install them, either by installing Kies or just installing the Samsung drivers.
frenchy420 said:
Sorry, should have mentioned this. Yep. I have. I've not been able to see it in either environment (currently running win7 on the machine I'm typing on). The last time I was able to see it was on an XP machine. Never on Vista and now on this new 7 box. I have also factory reset this as well but still nothing.
Click to expand...
Click to collapse
Turn it off, my computer wont see my tan unless USB debugging is off
swyped from a galaxy far far away
natious said:
Turn it off, my computer wont see my tan unless USB debugging is off
swyped from a galaxy far far away
Click to expand...
Click to collapse
Made me LOL...
Turned it off. Connected to PC. Selected mass storage, then the option to mount. Then got the USB device not recognized message again as well as the option to look at the USB device properties which indicated the unknown device and to "replace the device if windows is unable to recognize" it. I also opened kies express which I also downloaded to load the most current drivers (for US). Still nothing.
If the wifi didn't work on it, I'd probably take this thing skeet shooting and use it as a clay pigeon, I'm that frustrated...
Deinstall all program including drivers and kies. Reboot and in system/config look if their is all cleaned so no Usb installed
Now reinstall kies.
On your tab in system connect to kies on connect and not to Usb.
Now connect tab to windows and only when no connect is fossiele then install usbdrivers.
Sent from my GT-P1000 using XDA Premium App
Ok...completely uninstalled everything and checked the registry for any instances of Samsung to make sure all drivers are removed. The only difference now is that I couldn't find the link to Kies Express, so I'm just going to install standard Kies. Crossing my fingers.
The tablet shows connected to Kies when that is opened but when I close that and try to connect as USB and mount. I get the same error message about USB device not recognized. I also try to update the driver in system properties but get the same error that the device driver is up to date "unknown device".
Windows 7 is automatic. On the dialer type *#7284# and set usb to pda.
maybe your usb cord is fudged
Yeah, thats a good reminder. The aftermarket cords have caused a few temporary bricks.
Vista trouble
my experience is trouble to connect kies gtab while i'm having my portable hdd with my laptop
Oooh, thats a good point too. Disconnect those other usb devices when flashing your precious! And all usb ports are not created equal. Only one of the three on my laptop recognizes my tab in odin or heimdall.
Solving the "Device not recognised" USB connection problem.
rangercaptain said:
Yeah, thats a good reminder. The aftermarket cords have caused a few temporary bricks.
Click to expand...
Click to collapse
I spent a couple of days trying to connect my Tab to a number of different OS's from XP up to Win7 on 3 different computers. Each time the dreaded message of "USB device not recognised" came up. The solution was so simple after all the frustration. Soon after purchasing the tablet, I bought a car charger which came with a connection cord. Looks the same as the original except without the the Samsung logo on the flat connector. As soon as I plugged in the original USB lead, voila! "Device is ready to use" message appeared.
Moral of the story. If you are having problems connecting your Tablet to a PC through USB..... make sure you are using the USB lead that came with the tablet.
cheers
Tony C.
If you're using a 64bit os thennit wull not recognize.
ryn888 said:
If you're using a 64bit os thennit wull not recognize.
Click to expand...
Click to collapse
Mine is Windows7 64bit Home Premium and it is recognised.
I installed PDAnetA300x64.exe to get the drivers
TC

[Q] Windows 7 64bit USB driver intended for Samsung Galay Note GT-N7000

Hello XDA developers / forum users,
Finaly I've buyed myself a (very) nice phone: The Samsung Galaxy Note GT-N7000 .
I'm really happy with it, but I've a smal problem with connecting my phone by USB to my Windows 7 64bit computer. I can't get it working.
Not with Kies, not with installing just the driver, nothing seems to help.
Hopefully someone overhere has had the same problem which has been solved already ......
I've searched your forum and also the internet for the solution and/or work arround, but couldn't find anything what helped.
I'm sorry when I've missed the topic on your forum, if so please post the link.
I hope someone can help me out with this isue,
Thanks in advance,
nldark
http://forum.xda-developers.com/showthread.php?t=1424997
Read first few line of main post, you will find both 32/64 bit driver
Sent from my GT-N7000 using xda premium
Thanks dr.ketan for your reaction,
Unfortunately it's still not working ....
By the install procedure it says:
USB Device Not Recognized
One of the USB devices attached to this computer has malfuntioned, and windows does not recognize it. For assistance in solving this problem, click this message.
When I do this it will try to install again the driver, but it says that it has already the latest driver. Nothing helps, uninstall, reinstall.
In the device manager it shows up under Universal Serial Bus controllers as: Unknow device.
What else of suggestions do you have?
Any help would be apreciated .....
I had issues too. Sometimes it would take forever to find the driver and sometimes in errors out.
After you installed Kies. Go to device manager and find your Samsung device. Usually will have the yellow caution triangle next to it. Right click change drivers. Do not let Windows search. I don't know the exact wording off hand but you want to get to the point where windows will let you select from a list of devices. Scroll down to Samsung and select. That's what worked for me.
Hi there again,
With a samsung galaxy s, is connecting easy does it with my windows7 64bit computer.
So in my opinion it really has to do with the driver.
I have also tried to connect to a XP computer (with my note), what also works fine.
Does anyone have an idea?
Sent from my Samsung Note
Uninstall kies, Just reinstall isolated driver.
If you connecting device with Extension cable, remove it, N connect direct to USB slot of main board(back side)
once it recognise, you can reinstall kies.
I'm having problems with drivers too but with the bluetooth driver. My laptop can't recognize my Note's bluetooth. I was able to install the driver before but the problem came up when I reinstalled windows. I have windows 7 x64 home premium installed. I can send and receive files though after pairing, but I need to manually click the send and receive options in my computer unlike before where I can send and receive files automatically.
Thanks Dr. Ketan,
Since I put my USB cable at the backside from the computer it recognized my telephone
I tried this also with an USB extension cable, but as you said already this isn't working!
I tried also again the front USB connector, but with that connector my telephone won't still be recognized, so I buyed a long cable and will use from now on the back side USB connector!
Thanks again for the good work,
No Kies..... AAAAArrgghh
I read so many threads to disable USB debugging, reboot (with/without SIM/microSD), uninstalled all USB and BT from PC (W7-X64) uninstall/reinstall Kies, and still KIES gives me this message not to be able to connect to my N7000.
There was a little KIES update which started to ask for the right phone, but the N7000 was not even listed!. Took me an entire day!
What a nightmare! Al other phones I have used worked like a charm to connect and sync. Here I sit with a 500 Euro Galaxy Note which even does not have my contacts!
To add to this (it being an appropriate thread),
I have Note and win7/64 and connections was fine with Keis installed but not running i did not have any problems until last week, when suddenly i could not read the micro USB card nor copy files from the phone.
After much mucking about, deleting drivers and reloading etc, i stumbled across a thread somewhere that suggested unmounting then mounting the SD card.. this worked.
Note and windows 7 32-bit
it works perfectly with XP Pro (synching and note being recognized).
While I try to do the same thing with windows 7 (32 bit) I does not recognize the note (I have installed the driver from : http://forum.xda-developers.com/showthread.php?t=1424997)
I have dismounted and mounted back the microsd card. Still not recognized. It only says that the driver has been installed, that the usb connection is working fine but the note is not listed in device manager nor I can synch anything.
Any ideas?
Mystic38 said:
To add to this (it being an appropriate thread),
I have Note and win7/64 and connections was fine with Keis installed but not running i did not have any problems until last week, when suddenly i could not read the micro USB card nor copy files from the phone.
After much mucking about, deleting drivers and reloading etc, i stumbled across a thread somewhere that suggested unmounting then mounting the SD card.. this worked.
Click to expand...
Click to collapse
reinstall kies then use a different usb port i too use win 7x64
I have uninstalled Kies wifi and disabled kies air. Which should I reinstall ?
I completely abandoned KIES as it is a nightmare.... for a few euro I bought something called Mobisynapse, which seems to do the job alright, although it is rather simple in its functionality.
(Unbelievable Samsung making nice products but this crappy s/w.)
sayborg said:
I have dismounted and mounted back the microsd card. Still not recognized. It only says that the driver has been installed, that the usb connection is working fine but the note is not listed in device manager nor I can synch anything.
Any ideas?
Click to expand...
Click to collapse
Along the way I've had to play about with several things quite often to get the connection working. See: this (the whole thread discusses this sort of connection issues); in this thread several of the problems I posted turned out to be related to USB ports and drivers.
Basically the variables are, as far as I can see:
- on the device side, USB debugging (see this, third bit) and neighbouring posts, and USB connection mode (see above)
- and on the pc side first the USB drivers, which you have already downloaded. I can make a connection using both Kies drivers (though I tend to agree with Eira007 here about their temperamentality) and Samsung USB drivers. BUT they won't co-exist. I have two separate (multiboot) instances of Windows 7 with Kies on one and Samsung drivers on the other! And then on the PC side finally the USB port you use. The drivers won't work with just any USB port, "kieskeurig" I would almost be tempted to say (sorry, Dutch joke). Most people (as in this thread) stress the importance of using a USB port at the back of the computer. However, in my rooting quest (see above) I actually discovered that connection via a USB port at the back of the computer didn't work but that connection via a USB hub did. So my experience is that with these four variables it's very much a case of "your mileage may vary" as they say, although the experts definitely advise no hub or USB extension cable and a rear side USB port. I would advise you to play around with the variables until it suddenly, magically works, keeping in mind that you can't install Kies and ordinary Samsung drivers together. Also, when removing one driver and installing the other you have to do a very thorough deinstall first (remove all related files and registry references) and a clean reinstall, otherwise Windows will just say, as mentioned in this thread that "the latest drivers are already installed". Incidentally, with Kies the Note appears in Windows explorer as one device, but with Samsung drivers the two SD cards appear as two separate drives. Finally I found that Kies takes a good while to respond and recognise the Note, and sometimes you have to go through the "Troubleshoot device connection" procedure several times before Kies suddenly wakes up and finds the device. (I'm not 100% certain about the label on the button as I'm not on my sync PC at the moment.)
Eira007 said:
I bought something called Mobisynapse
Click to expand...
Click to collapse
Thanks a million for pointing me to this. The reason I went to such lengths to keep Kies was because I couldn't find anything else that would sync my contacts, tasks and schedule with Outlook over USB. I'm going to check this out!
Guys,
I don't understand why we have to install Kies. With my laptop at home, Kies is not installed, it recognizes the phone (internal memory, and microsd) without any issues.
At the office I have Win 7 (32 bit), this is more recent than XP Pro however it does not work.
The Note should be detected without any softs (Kies etc)...
As I said, you don't have to install Kies, but your system does need drivers for the device, be they from Kies or wherever. Windows includes its own versions of lots of drivers, and it may be that your installation of Windows XP has drivers it at least "thinks" are the right ones for the device, whereas your installation of Windows 7 doesn't. And this wouldn't be the first time Windows 7 failed to do something that XP did OK.
I called the Samsung Benelux support yesterday. They told me to turn 2 features on in control panel/applications: Microsoft.NET Framework 3.5.1 (check 2 boxes). Then install Kies and then plug the usb cable. Tried it several times, does not work...
What do you need to do?
Kies = drivers + software to sync Note with PC (among other things);
Just drivers = if you (say) want to connect to your Note with PC Odin.
Kies indeed requires .NET framework if I remember correctly. But if you just need to "see" your Note's file system from the PC (like with PC Odin) then installing Kies is probably more trouble than it's worth.
Mobisynapse, suggested by Eira007 several posts ago, will also have to install drivers to work. I haven't got it yet as I'm still trying to get the website to accept my credit card.
Sorry to ask but what is PC Odin ? What does it do ? I just need my Win 7 laptop to see my Note. Currently it does not. I have tried with/without Kies and Mobisynapse. Still does not work. XP Pro sees my Note without any softs.

[Q] USB Device not recognized

If anybody could help that would be great. I'm trying to return to stock and use LGNPST to flash a .tot file. However, I have discovered I cannot do anything with my phone on a pc. I've tried several different cords; to be honest I have no idea if I still have the original cord anymore. I have too many cords and not sure which phones they came with, however, it never mattered in the past, I originally rooted using a cord from a Samsung phone. Most cords the computer does not even detect something plugged in to USB, but one cord it says device not recognized. I've tried this on 2 different windows 7 machines and my apple, I've uninstalled and reinstalled on USB drivers manually and still no luck.
Only thing i've noticed is that when I use the one cord, the computer tries to reinstall drivers automatically but the phone reboots, computer says installation failed, then USB device shows at not recognized. However, as I said I've manually installed drivers from LG website. And I cleared all USB drivers and reinstalled them.
Any suggestions? Thanks for any help or suggestions.
arcane spade said:
If anybody could help that would be great. I'm trying to return to stock and use LGNPST to flash a .tot file. However, I have discovered I cannot do anything with my phone on a pc. I've tried several different cords; to be honest I have no idea if I still have the original cord anymore. I have too many cords and not sure which phones they came with, however, it never mattered in the past, I originally rooted using a cord from a Samsung phone. Most cords the computer does not even detect something plugged in to USB, but one cord it says device not recognized. I've tried this on 2 different windows 7 machines and my apple, I've uninstalled and reinstalled on USB drivers manually and still no luck.
Only thing i've noticed is that when I use the one cord, the computer tries to reinstall drivers automatically but the phone reboots, computer says installation failed, then USB device shows at not recognized. However, as I said I've manually installed drivers from LG website. And I cleared all USB drivers and reinstalled them.
Any suggestions? Thanks for any help or suggestions.
Click to expand...
Click to collapse
imho, I think it might be a windows thing. I have issues with windows 7, I can't get the pc to see the phone. I have win7 64 bit. But xp 32 bit on my wife's netbook works like a charm. I would suggest trying a different version of windows. And I can use my sammy usb cable for just about anything dealing with the revo except flashing a tot. The flash errors out at about 19% with any other cable besides the lg one.

[Q] windows will not recognize touchpad

I am not sure when this started. I have used windows to install cymod several times but i went to download a update and install it and my computer will not recognize the touchpad. it says the device driver was not installed properly
i have tried on two different units.
one has web os only and the other has android
it goes through the steps of looking for the device and then nothing.
i get a tone on the touchpad and then nothing on the computer
I do have the correct setting in the storage settings so i have no idea what to do
did you run novacom again?
x000x said:
did you run novacom again?
Click to expand...
Click to collapse
no i didnt see a point because Windows wont find the touchpad in explorer
Now i forgot to mention this was a fresh windows install too
dyson77 said:
I am not sure when this started. I have used windows to install cymod several times but i went to download a update and install it and my computer will not recognize the touchpad. it says the device driver was not installed properly
i have tried on two different units.
one has web os only and the other has android
it goes through the steps of looking for the device and then nothing.
i get a tone on the touchpad and then nothing on the computer
I do have the correct setting in the storage settings so i have no idea what to do
Click to expand...
Click to collapse
It sounds like driver problem to me. Search for HP touchpad driver and download and install the latest version you find, that should do it.. I'm assuming you have the MTP box checked in storage > settings > USB computer connection. Also, reboot both the tablet and the computer after installing the new driver.
Good luck.
I have two different devices one only has web os and the other has android.
on the android I have the MTp checked and have accessed it in the past but i upgraded to windows 8
that being said i had the same issue with windows 7 i just thought a fresh install would fix the issue and it has not
I have downloaded what i thought was teh latest drivers.
I have installed novacom
and rebooted my system.
and I get the same error message Windows does not recognize the device.
i get the connected tone on my computer but I don't get any response on the touchpads
did you put the tablet in usb mode?
i did on the android not on touchpad forgot how to honestly
dyson77 said:
i did on the android not on touchpad forgot how to honestly
Click to expand...
Click to collapse
In webos when you plug in the USB it will come up with a prompt. Remember to safely eject before disconnecting.
sstar said:
In webos when you plug in the USB it will come up with a prompt. Remember to safely eject before disconnecting.
Click to expand...
Click to collapse
it doesn't do anything when i plug in the usb. i get the tone on the computer but nothing on the touch-pad at all
i ried through the usb ports on the computer and the ones on the case just to be sure
dyson77 said:
it doesn't do anything when i plug in the usb. i get the tone on the computer but nothing on the touch-pad at all
i ried through the usb ports on the computer and the ones on the case just to be sure
Click to expand...
Click to collapse
Try using a different USB lead and plugging into different USB sockets on your PC sometimes I find my PC will recognize it with one socket but not another same thing occasionally happens with my USB sticks. Otherwise I would suggest trying a different PC if you still have a problem that would suggest a fault with the USB socket on your touchpad which I have had to have replaced once.
Fingers crossed that isn't your problem.
dyson77 said:
i did on the android not on touchpad forgot how to honestly
Click to expand...
Click to collapse
This will let TP be recognized on the PC
"If you want to transfer files back and forth from the CM9 touchpad you might have difficulty figuring out how exactly to do it.Here's how you pull it off:
First, tap on your app drawer in the top right of the screen (the little checkerboard). Now, select the "settings" icon.
Now tap on storage on the left-hand pane.
Finally, the tricky part - tap on the 3 squares at the VERY top right of your screen. It will bring down a little drop-down menu for USB computer connection. Tap it and put a checkmark in the "Media Device MTP" box.
Now you can plug your touchpad into the computer at will and transfer files back and forth from it. Easy as pie, I'm not sure why this isn't activated by default, but it's a simple fix if you know what to do."
Sorry I copied this from XDA a couple of weeks ago, so I can not take credit for this but it works great
that is already done on my android, and the touch-pad should auto connect. but neither are it says device not recognized
dyson77 said:
that is already done on my android, and the touch-pad should auto connect. but neither are it says device not recognized
Click to expand...
Click to collapse
Did you check my second suggestion/try it on another PC to find out whether you have a faulty USB socket on your Touchpad as they can go wrong?
yes i did and i tried 4 usb ports, but that would be rather unusual for it to go bad on two devices right?
dyson77 said:
yes i did and i tried 4 usb ports, but that would be rather unusual for it to go bad on two devices right?
Click to expand...
Click to collapse
i also just tried it on my galaxy s3 using a usb port and it gave me the same unknown device error
im not sure i read that you put TP into usb mode from webos..if not, google the how to.. really simple..
also, install the novacom again.. iirc, it has the drivers too
to me, this screams missing drivers for both devices.
it wouldnt hurt to go to youtube and watch some reverendkjr vids
amkaos said:
im not sure i read that you put TP into usb mode from webos..if not, google the how to.. really simple..
also, install the novacom again.. iirc, it has the drivers too
to me, this screams missing drivers for both devices.
it wouldnt hurt to go to youtube and watch some reverendkjr vids
Click to expand...
Click to collapse
Novacom shouldn't make a difference, I have just installed windows 8 on my laptop and haven't installed anything yet , just plugged in the Touchpad and it was recognized straight away
Sounds like either windows is messed up or the USB connector of the Touchpad has gone .
same error on TP + his galaxy??
dam the luck..busted ports on both devices at the same time..
right after a fresh format of windows ; what a coinkadink
if on your very longest shot that win needs new drivers, the palm / novacom etc
process installs them and TP will get recognized and picked up..
he said he does not know how to root his TP to put into usb mode..
i know from recent experience that even when android is in mtp mode, my PC would not connect play w/ it until i had new drivers..
same experience w/ my new nexus 7 during the process of rooting it..
amkaos said:
same error on TP + his galaxy??
dam the luck..busted ports on both devices at the same time..
right after a fresh format of windows ; what a coinkadink
if on your very longest shot that win needs new drivers, the palm / novacom etc
process installs them and TP will get recognized and picked up..
he said he does not know how to root his TP to put into usb mode..
i know from recent experience that even when android is in mtp mode, my PC would not connect play w/ it until i had new drivers..
same experience w/ my new nexus 7 during the process of rooting it..
Click to expand...
Click to collapse
Ok lets get a few things right
I do know how to root my device I did it a while ago and honestly haven't done it in a while so I am rusty
but that being said if you cant access the device at all even in usb mode then you cant root.
And yes now my galaxy s3 wont recognize either.
every time i try it tells me that there was a device error and windows doesn't recognize the device.
i formatted the cpu again and put windows 7 and no help
I have tried two diffrent touchpads one android and one web os
and my phone
to get things right you have to start at the beginning. Windows will not recognize TP w/o the drivers first. It's obvious you have been avoiding that step. you need to go back and do the whole nova com thing to install them before you attach TP to it.. look at the you tube videos. you will be finished in a few minutes. .

Categories

Resources