Go Back   Android Forums > Android Phones > Samsung Moment



Reply
 
LinkBack Thread Tools
Old December 5th, 2009, 06:06 PM   #1 (permalink)
Member
 
LincKraker's Avatar
 
Join Date: Nov 2009
Location: wash, dc metro area
Posts: 173
 
Device(s): Samsung Epic 4g, Samsung Intercept
Thanks: 6
Thanked 33 Times in 16 Posts
Send a message via AIM to LincKraker Send a message via Yahoo to LincKraker
Default can't connect to phone via adb

i've tried windows xp, windows 7, ubuntu, and debian. i've tried samsung new pc studio drivers, and any other set of drivers i could find. i've factory reset the phone but still cannot seem to connect. any help would be appreciated. can't find any instructions that work online anywhere.

LincKraker is offline  
Reply With Quote
Sponsors
Old December 5th, 2009, 06:41 PM   #2 (permalink)
Member
 
Join Date: Oct 2009
Posts: 144
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Did you put it into USB Debug Mode?
satinkzo is offline  
Reply With Quote
Old December 5th, 2009, 07:19 PM   #3 (permalink)
Member
 
LincKraker's Avatar
 
Join Date: Nov 2009
Location: wash, dc metro area
Posts: 173
 
Device(s): Samsung Epic 4g, Samsung Intercept
Thanks: 6
Thanked 33 Times in 16 Posts
Send a message via AIM to LincKraker Send a message via Yahoo to LincKraker
Default

thats a good question. but yes. i guess i should have given the steps i went through first..

drivers used from Random Tech Info.com
USB Debug mode on
installed Android SDK from Android SDK | Android Developers
LincKraker is offline  
Reply With Quote
Old March 11th, 2010, 05:36 PM   #4 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by LincKraker View Post
thats a good question. but yes. i guess i should have given the steps i went through first..

drivers used from Random Tech Info.com
USB Debug mode on
installed Android SDK from Android SDK | Android Developers
I am desperate for help with this. I have tried USBDeview to delete drivers. I can see it in Modem Mode and in Mass Storage Mode (with de-bug off) but as soon as I put it in DeBug mode my computer won't see it.

I get the following errors:
Can not install this device "Samsung Android USB Device"
Can not start this device the driver may be missing or corrupted.

I have the Android SDK
I have the Samsug PC Studio
I have the Samsung USB drivers

The computer keeps saying the driver I have selected is no better a match than the ones already installed.

Please help.
DCUnited*Fan is offline  
Reply With Quote
Old March 11th, 2010, 06:15 PM   #5 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

more info...

It connects in download mode. Odin 3.98 works. I have flashed the phone to CL14 and Zefie's 10.3 kernel.

I have transfered files back and forth, but I can get ADB to see it, in DeBug mode or otherwise.

As soon as I put it in debug mode I get the Yellow Exclamation point in system > device manager.

I am trying to get rid of the mute and speaker buttons on the dialer and I think ADB is the only way to do it.
DCUnited*Fan is offline  
Reply With Quote
Old March 11th, 2010, 06:32 PM   #6 (permalink)
Member
 
Join Date: Nov 2009
Posts: 412
 
Device(s):
Thanks: 11
Thanked 48 Times in 42 Posts
Default

Quote:
Originally Posted by DCUnited*Fan View Post
more info...

It connects in download mode. Odin 3.98 works. I have flashed the phone to CL14 and Zefie's 10.3 kernel.

I have transfered files back and forth, but I can get ADB to see it, in DeBug mode or otherwise.

As soon as I put it in debug mode I get the Yellow Exclamation point in system > device manager.

I am trying to get rid of the mute and speaker buttons on the dialer and I think ADB is the only way to do it.
a couple of possible workarounds...

1) i'm assuming it's a driver issue; but boot into recovery and connect and see what happens (vol down, call, end) --> i doubt it'll see your phone for you to adb to it, but who knows...

2) take one of the themes out there (not sure if you've put one on), and open it up with 7zip - replace the Phone.apk with the one without the mute & speaker button (or it's actually minimized to 0x0, hehe) and apply the zip in recovery...

drivers are a pain to work through and talk people through, so that may be easier and faster...

3) i'm not sure if terminal will mess anything up if you push it that way (it's always a little scary when your phone is on and you're pushing things to the system folder)
chibucks is offline  
Reply With Quote
The Following User Says Thank You to chibucks For This Useful Post:
DCUnited*Fan (March 12th, 2010)
Old March 12th, 2010, 10:25 AM   #7 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by chibucks View Post
a couple of possible workarounds...

1) boot into recovery and connect and see what happens (vol down, call, end) --> Tried - failed

2) take one of the themes out there (not sure if you've put one on), and open it up with 7zip - replace the Phone.apk with the one without the mute & speaker button (or it's actually minimized to 0x0, hehe) and apply the zip in recovery...

drivers are a pain to work through and talk people through, so that may be easier and faster...

3) i'm not sure if terminal will mess anything up if you push it that way (it's always a little scary when your phone is on and you're pushing things to the system folder)
1. Tried, but did not work
2. Attempting, but I want to do it right. Do I need to rename PhonEClair.apk to Phone.apk prior to doing this?
3. I'll need to figure out how to do this first. I'll try it if #2 doesn't work.

Thank you, so much for helping.
DCUnited*Fan is offline  
Reply With Quote
Old March 12th, 2010, 10:39 AM   #8 (permalink)
Member
 
Join Date: Jan 2010
Location: Michigan
Posts: 256
 
Device(s): Hero
Thanks: 4
Thanked 36 Times in 23 Posts
Default

Couple things:

Do you have the java jdk installed?

Take a screenshot of your device manager while your phone is connected. Specifically the usb section and any spot that shows your phone. Lemme see that picture.

You may have to add a path variable if your running a windows 64bit Operating System:


* * On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ directory to the path.

Example: ;C:\Program Files (x86)\Java\jdk1.6.0_18\bin

Also one pointing to where the tools folder in sdk is located.

Example: ;C:\Users\PFE\Desktop\android-sdk-windows\tools
Wingzfan61 is offline  
Last edited by Wingzfan61; March 12th, 2010 at 10:43 AM.
Reply With Quote
Old March 12th, 2010, 10:46 AM   #9 (permalink)
Member
 
Join Date: Nov 2009
Posts: 412
 
Device(s):
Thanks: 11
Thanked 48 Times in 42 Posts
Default

Quote:
Originally Posted by DCUnited*Fan View Post
2. Attempting, but I want to do it right. Do I need to rename PhonEClair.apk to Phone.apk prior to doing this?
Thank you, so much for helping.
Yes, you'll need to rename it to Phone.apk (in essence you're replacing the Phone.apk in the theme.zip)

One note: if you haven't applied themes, you MAY have to apply to the cl14 template zip first before applying the theme.zip; but that's a whole other subject. also, you'll need to make sure you have the right, deodex'd one.

Hope that helps.

have you tried these drivers?

try the drivers found here: USB drivers (dead)

edit: directly:
http://www.samsungmomentforum.com/how-to/how-to-tether/?action=dlattach;attach=36
http://www.samsungmomentforum.com/how-to/how-to-tether/?action=dlattach;attach=37

there are 3 sets of different drivers used (copied from someone else's post)

On Vista x64
1 - (Standard USB connection.)
-"Android UMS Composite USB Device" - Listed under Disk Drives
- Drive letter, for me its "J:\" - Listed under Portable Devices

2 - (Connected in Recovery Mode)
-"Android UMS Composite USB Device" - Listed under Disk Drives
- "Samsung Android USB Modem" - Listed Under Modems
- "Samsung Android USB Composite Device" - Listed Under Universal Serial Bus controllers

3 - (Connect in Download Mode)
- "Samsung Mobile Modem" - Listed Under Modems
- "Samsung USB Composite Device" - Listed Under Universal Serial Bus controllers
chibucks is offline  
Last edited by chibucks; March 12th, 2010 at 10:55 AM.
Reply With Quote
Old March 12th, 2010, 11:10 AM   #10 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by chibucks View Post
One note: if you haven't applied themes, you MAY have to apply to the cl14 template zip first before applying the theme.zip; but that's a whole other subject. also, you'll need to make sure you have the right, deodex'd one.
Did this, but it bricked my phone. Couldn't get past Glowing Samsung image.

Will reflash to CL14 with Zefie's 10.3 Kernel and try the drivers you linked to.

btw... I am not Vista, I am on Windows XP.
DCUnited*Fan is offline  
Reply With Quote
Sponsors
Old March 12th, 2010, 11:31 AM   #11 (permalink)
Member
 
Join Date: Nov 2009
Posts: 412
 
Device(s):
Thanks: 11
Thanked 48 Times in 42 Posts
Default

Quote:
Originally Posted by DCUnited*Fan View Post
Did this, but it bricked my phone. Couldn't get past Glowing Samsung image.

Will reflash to CL14 with Zefie's 10.3 Kernel and try the drivers you linked to.

btw... I am not Vista, I am on Windows XP.
have you applied a theme before? i got stuck at the glowing samsung image when i first applied a theme...

so i had to first apply maxdamage's cl14_theme_template.zip (found at sdx-developers), which is the deodex'd default template... after it deodex'd the system, then i flashed the theme i wanted...

not sure if you tried that or not. just a thought.
chibucks is offline  
Reply With Quote
Old March 12th, 2010, 11:50 AM   #12 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Actually it worked out. I was trying to get the phone connected back to Re-Flash and it was fine. Not sure exactly how, but it worked.

So, I think I have the cl14_theme_template.zip loaded correctly.

Now I need to find a theme to replace the phone.apk - Any recommendations. I am using Panda Home right now, but would be fine with the stock Home.

Would APK Intaller work for this or not, since it is a system file?
DCUnited*Fan is offline  
Reply With Quote
Old March 12th, 2010, 12:03 PM   #13 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

The new drivers did not help. Windows still says it could not find a better match. I wonder if there is a way to force it to use those drivers.

Can not adb into the phone. I will try the path changes, but ADB launches just fine, it just doesn't see my device. And the driver is definitely yellow exclamation while in de-bug mode, but fine when it is not in de-bug mode.

frustrated
DCUnited*Fan is offline  
Reply With Quote
Old March 12th, 2010, 12:09 PM   #14 (permalink)
Member
 
Join Date: Jan 2010
Location: Michigan
Posts: 256
 
Device(s): Hero
Thanks: 4
Thanked 36 Times in 23 Posts
Default

Sorry the path changes were for the OP. For you Im not sure whats going on. On the device manager Im sure youve uninstalled the device and "searched for new hardware" right?
Wingzfan61 is offline  
Reply With Quote
Old March 12th, 2010, 12:30 PM   #15 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Wingzfan61 View Post
Sorry the path changes were for the OP. For you Im not sure whats going on. On the device manager Im sure youve uninstalled the device and "searched for new hardware" right?
I have uninstalled it over and over and searched for new hardware over an over.

As soon as I plug in the phone, it recognizes it as Samsung Android USB Composite Device. It's almost like it has a memory of the wrong driver, but it won't accept any other driver as a better match.
DCUnited*Fan is offline  
Reply With Quote
Old March 12th, 2010, 12:49 PM   #16 (permalink)
Member
 
Join Date: Jan 2010
Location: Michigan
Posts: 256
 
Device(s): Hero
Thanks: 4
Thanked 36 Times in 23 Posts
Default

Can you "update drivers" and manually search for your driver and use the ones in samsung usb drivers.zip?
Wingzfan61 is offline  
Reply With Quote
Old March 12th, 2010, 01:13 PM   #17 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Done that. It says it cannot find a better match that what it already has installed.

I get can not install and can not start errors at different points.
DCUnited*Fan is offline  
Reply With Quote
Old March 12th, 2010, 02:15 PM   #18 (permalink)
Member
 
Join Date: Nov 2009
Posts: 412
 
Device(s):
Thanks: 11
Thanked 48 Times in 42 Posts
Default

Quote:
Originally Posted by DCUnited*Fan View Post
Actually it worked out. I was trying to get the phone connected back to Re-Flash and it was fine. Not sure exactly how, but it worked.

So, I think I have the cl14_theme_template.zip loaded correctly.

Now I need to find a theme to replace the phone.apk - Any recommendations. I am using Panda Home right now, but would be fine with the stock Home.

Would APK Intaller work for this or not, since it is a system file?
i'm using the black_aero theme... i think there may be conflicts with panda or you have to put panda back on after you install the theme or something, but i thought i read that somewhere.

an apk installer probably would not work for /system files - you'll have to push it... but you could try. i'm pretty sure you can't though.

actually, another thing you COULD do is apply a theme with ONLY the Phone.apk changed (you could even use max's cl14 template, remove all the other apps, and just change the Phone.apk)... that way it won't overwrite what you have already. you do need to leave the meta folder alone, and the deodex.sh
chibucks is offline  
Last edited by chibucks; March 12th, 2010 at 02:25 PM.
Reply With Quote
Old March 12th, 2010, 11:42 PM   #19 (permalink)
Junior Member
 
meangene's Avatar
 
Join Date: Jan 2010
Posts: 72
 
Device(s): Samsung Moment
Thanks: 0
Thanked 3 Times in 3 Posts
Default

So just in case you didn't know, you don't need ADB to remove apps. Pull down connectbot from the apps store, run it and connect to "local"...su...cd system/app...etc...
__________________
Gene Lloyd
Author, The Journey
www.genelloyd.com
meangene is offline  
Reply With Quote
Old March 19th, 2010, 02:31 PM   #20 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

OK, so I used a different computer with the NEW Samsung PC Studio drivers, and I can connect via ADB to the phone, but only when it is on.

I can not connect while it is in Recovery Mode. Any thoughts?

Also CHIBUCKS - I once saw a step by step ADB instructions for pushing the Phone.apk but I can't find them now. Not sure why it's not coming up in search.
DCUnited*Fan is offline  
Reply With Quote
Sponsors
Old March 19th, 2010, 06:18 PM   #21 (permalink)
Member
 
Join Date: Nov 2009
Posts: 412
 
Device(s):
Thanks: 11
Thanked 48 Times in 42 Posts
Default

Quote:
Originally Posted by DCUnited*Fan View Post
OK, so I used a different computer with the NEW Samsung PC Studio drivers, and I can connect via ADB to the phone, but only when it is on.

I can not connect while it is in Recovery Mode. Any thoughts?

Also CHIBUCKS - I once saw a step by step ADB instructions for pushing the Phone.apk but I can't find them now. Not sure why it's not coming up in search.
the recovery drivers probably aren't correct...

but if you can access it when you're in debug mode, if you're just pushing an apk, you can do that... for the phone.apk push... here you go:

Bigger Pictures On Caller ID - Samsung Moment Forum

i think i had it on this forum too, but can't find it.
chibucks is offline  
Reply With Quote
The Following User Says Thank You to chibucks For This Useful Post:
DCUnited*Fan (March 22nd, 2010)
Old March 22nd, 2010, 09:33 PM   #22 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Washington DC
Posts: 19
 
Device(s): Samsung Moment
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by chibucks View Post
the recovery drivers probably aren't correct...

but if you can access it when you're in debug mode, if you're just pushing an apk, you can do that... for the phone.apk push... here you go:

Bigger Pictures On Caller ID - Samsung Moment Forum

i think i had it on this forum too, but can't find it.
Thank you! Ahhh! WooHooo! It finally worked.

Third computer, still would not recognize ADB if in Recovery Mode...but I did it with the phone on and it worked fine!

I am looking forward to speaking on this phone without wondering if I am going to Mute the person or send them to Speaker so the whole world can hear!

Happy Happy Joy Joy
DCUnited*Fan is offline  
Reply With Quote
Reply

Samsung Moment
Current Rating:
Rate this Phone:

Sprint has just added its first full QWERTY Keyboard Android Phone to their lineup with the Samsung Moment. Initially rumored as the "InstinctQ", the Moment rocks an 800 MHz processor - what was the fastest processor in an Android phone a... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Samsung Moment User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't connect phone to PC, WhY? tschmale Galaxy S - All Things Root 3 October 9th, 2010 09:21 PM
U Connect and my phone rm2092 EVO 4G - Support and Troubleshooting 4 June 30th, 2010 11:52 PM
Phone won't connect! Help fearofth3dark Incredible - All Things Root 5 June 14th, 2010 06:06 PM
Phone does not connect to PC via USB ltlrags Samsung Behold 2 3 May 22nd, 2010 04:38 PM
Phone won't connect to PC MattJames HTC Hero 15 March 10th, 2010 02:23 PM



All times are GMT -5. The time now is 01:43 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.