Android Tablets Forum banner

will not connect to my IP address.

5116 Views 9 Replies 4 Participants Last post by  LeNoXinc
From the wiki
hello there I have followed all the instructions for Fixing Market on Slate. But I cannot coct to my ip address. I have tried about 10 times with no result. How do I get it to connect? Evey thing worked until I got to " Entering the androidID into slate". It will not connect to my IP address.
ok Some slates need a usb cable connection for ADB commands to work (like the GT78) others will connect with a IP address or a cable.Read some of the threads here for help. If you still have problems, post what kind of slate and and what OS the SDK is running on. (win7 64bit, xp 32bit, etc)
1 - 10 of 10 Posts
mogrith;51706 said:
From the wikiok Some slates need a usb cable connection for ADB commands to work (like the GT78) others will connect with a IP address or a cable.
I used a usb. I have the m701. I also want to say that the step on how to connect is not written down. I just looked at the photos. So if you would please tell me how to connect, maybe it would help.
yawdman;51712 said:
I used a usb. I have the m701
Do you have debugging turned on?normally Settings-} Appications-}Development-}USB Debugging
If you use USB cable you do not need the connect command. If adb devicesshows connected device you are ok.
Code:
E:android-sdk-windowstools>adb devices* daemon not running. starting it now ** daemon started successfully *List of devices attached0123456789ABCDEF        device
you may have something different than 0123456789ABCDEF
I have m701 with telechip. I am using windows 7 32bit. Debugging is on. But when I connect usb cable nothing happens. when I enter "adb devices", it says" List of devices attached" but shows no devices.
May need drivers see these videos. one is how to get USB ADB drivers from Google the other is how to install them after you have them.I used Win7 64bit. but it the first video will be the same and the second should be close.You may have to wait on the first one it's uploading right now and may be a while before ready to see.
2nd video
mogrith;51742 said:
May need drivers see these videos. one is how to get USB ADB drivers from Google the other is how to install them after you have them.I used Win7 64bit. but it the first video will be the same and the second should be close.You may have to wait on the first one it's uploading right now and may be a while before ready to see.
2nd video
I followed the instructions on video #2 but still won't work. I get code 10 "this device cannot start". I am using windows 7 32bit.I have tried 3 times. When I unplug and replug back the slate it says installing drivers. When I check Device Manager it says Android Eclair(code 28) Drivers not installed. When I try to install it says unable to. I just want to say thanks for the help. I hope you all can help me more to fix this because this is really frustrating.
That would seem tyo say the the Google drivers don't work for your slate. Not sure what drivers would be correct for a M701 you might try getting Augen Win64 Drivers Here and try to install the same way as with the Google drivers.
I tried the steps and it didn't give any error but didn't workI have one doubt in the following statement adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "update meta set intvalue='912464146031826842' where name='androidId'"it should be gls.db or accounts.db ?I tried with accounts.db inplace of gls.db and got error saying Error: no such table: metabut with gls it is not giving any error also not workingThanks & Regards
I've found when messing with ADB and having connection problems I had to Ctrl-Alt-Del and kill any adb.exe's and from command prompt run 'adb kill-server' then unplug phone and replug. Have you tried Wireless Adb? And a couple more things, I had an android device that wouldn't install the correct drivers until i turned off Debugging; I also had to connect it in recovery mode as well.
1 - 10 of 10 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top