First of all that feature of XDA is sweet - searches for threads based on context before creating one! Nice!
Ok, I read about your work on Android Central regarding NC+HC - I ran and and bought one, modded it in an hour and gave my iPad to my wife.
One issue is getting Calendar to work. I've serach and attempted to follow the directions and have boffed it. I also found this post (http://forum.xda-developers.com/showpost.php?p=11982209&postcount=702) and can't figure it out. I tried to connect the NC via USB and run the .bat in the ZIP, but that was after I tried to copy the files with Astro...
SOOOO - how can I get this working. Don't care about GoogleCal - just my Exchange Calendar - email, contacts working great already.
thank you,
So I just used the link you provided to the other post. I don't know if you did this but I just extracted the files to platform tools and then ran the HoneyGCallinstall script and it worked! Don't know if you are on a mac and it may be different. I am on a mac boot-camp which works for me!
touch calendar is great
My Long Winded Calendar Solution
dinodrew said:
I've serach and attempted to follow the directions and have boffed it. I also found this post (http://forum.xda-developers.com/showpost.php?p=11982209&postcount=702) and can't figure it out. I tried to connect the NC via USB and run the .bat in the ZIP, but that was after I tried to copy the files with Astro...
SOOOO - how can I get this working. Don't care about GoogleCal - just my Exchange Calendar - email, contacts working great already.
Click to expand...
Click to collapse
After deciding to try Phiremod, and then deciding to switch back to Honeycomb, my calendar disappeared and I couldn't get it working again. I have NEVER been able to get ADB to work correctly on any of my computers, nor had any of my computers find an ADB Device in the Device manager despite my numerous attempts of the USB driver installs and NUMEROUS web posting on people having problems with ADB connections.
So after reformatting and reinstalling and re-nootering five different times without success, I FINALLY found my personally working answer with a combination of several peoples/posts help.
I uninstalled the SDK, Java, etc.
I downloaded/installed nookcolor-easyADB on my XP computer. (File on Post: http://forum.xda-developers.com/showpost.php?p=10534981&postcount=1 )
I installed one of the ADB wireless widgets from the Market.
I copied the files within the zip file to the directory C:\android-sdk-windows\platform-tools (ZIP on POST: http://forum.xda-developers.com/showpost.php?p=11982209&postcount=702 )
I opened the wireless widget, and quickly wrote down the IP and port it gave me.
I open the DOS prompt, and typed "CD C:\android-sdk-windows\platform-tools" [enter]
Then typed "adb connect the [IP Addressort]" [enter]
IT CONNECTED!!!!!!!!!!!! WOO HOO!!!
Then I typed "HoneyGCalInstall"
It did its thing and I FINALLY got my calendar back and syncing correctly!
What a LONG week! If only I was like NORMAL people, this would have been MUCH, MUCH easier!
Related
I am keep getting this message whenever I try to adb. It corrects itself and works fine after. But it annoying waiting that additional few seconds... I didnt have this before. Any idea why I am getting it now?
what sdk version are you using? also have you gone to task manager and tried ending adb.exe?
david1171 said:
what sdk version are you using? also have you gone to task manager and tried ending adb.exe?
Click to expand...
Click to collapse
I am using the latest SDK. Thanks! That fixed it. Ending adb.exe in Task Manager... I was messing around cos I cant get fastboot to work. I go into FastbootUSB, connect my usb, run "fastboot devices", and I get no results. It just waits for my next command.
I tried killing adb.exe after I wrote an adb command and it didn't do anything. I keep getting that out out date killing .... can anyone help? thanks!
I have the same problem. Can't get rid of that stupid message.
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
palosjr said:
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
Click to expand...
Click to collapse
I did that and still have that problem ...
could someone please help me .. thanks!
If anyone runs into this problem I fixed mine with the adb.exe from the new "universal" sdk. I downloaded it and just pasted that adb.exe into the existing tools folder. May not be recommended but I did not want to change my setup.
while your phone is in recovery and plugged in, go to device manager and see if there is a listing called adb interface. if so, do you know how to manually update the drivers? by pointing the driver update to the usb folder of the sdk?
konzern
running my adb shell ums_enable is no longer working says ums not found ?
edit to m y post i found a alternative thank god!
1.plug in your phone and open command prompt
2.change directories to where u have ur sdk stuff (ex. cd c:\thenameofdirectory/tools)
3.type this in
adb shell
echo /dev/block/mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file
I am curious if any of you loaded Droid Explorer? I loaded it, played around with it, and it was pretty cool for the screenshot and screencast stuff. But, later I noticed I kept getting the "adb server is out of date. killing..." I searched through these threads and Google for a solution, but nothing seemed to work. I could enter "adb remount" and it might work about 1 time in 5. Even adb devices would fail and fail before finally reporting my device. After I uninstalled Droid Explorer. The problem stopped immediately. Now that I think about it, I think Droid Explorer runs a service. Maybe after uninstalling, the services stopped, fixing this problem. If not Droid Explorer, maybe some other program that is trying to detect the device at plugin. Just my experience.
I just killed the DroidExplorer service, and set it to manual. Problem solved.
I've had no luck with DE anyhow, so it probably won't get started again any time soon.
_zygo_ said:
I am curious if any of you loaded Droid Explorer? I loaded it, played around with it, and it was pretty cool for the screenshot and screencast stuff. But, later I noticed I kept getting the "adb server is out of date. killing..." I searched through these threads and Google for a solution, but nothing seemed to work. I could enter "adb remount" and it might work about 1 time in 5. Even adb devices would fail and fail before finally reporting my device. After I uninstalled Droid Explorer. The problem stopped immediately. Now that I think about it, I think Droid Explorer runs a service. Maybe after uninstalling, the services stopped, fixing this problem. If not Droid Explorer, maybe some other program that is trying to detect the device at plugin. Just my experience.
Click to expand...
Click to collapse
Yes, this is a problem that occurs after installing Droid Explorer. The service also takes a lot of idle CPU time. I have uninstalled it due to this and other reasons.
Damn, Droid Explorer! I uninstalled and I am still having this problem. Damn !
OK, I got droid explorer and adb playing nice together. I deleted the SDK from my PC, and reinstalled droid explorer full (which comes with the SDK already). Then I just added the new tools directory droid explorer installs to the system path. You can find directions on how to do that here -> http://wiki.xda-developers.com/index.php?pagename=HTC_Sapphire_Hacking#sec02 . Instead of using C:\AndriodSDK\Tools\ for the string I added, I used the default location where droid explorer installs the tools directory ( C:\Program Files\Droid Explorer\SDK\tools ). Now I have the best of both worlds !
lotherius said:
Yes, this is a problem that occurs after installing Droid Explorer. The service also takes a lot of idle CPU time. I have uninstalled it due to this and other reasons.
Click to expand...
Click to collapse
I also noticed I was getting the blue screen of death, which I hadn't seen in years. I think DE was causing that, too, because I haven't had the BSOD since uninstall. So two problems I didn't think were related seem to have been caused by Droid Explorer. I think it's a pretty cool program, but I'd rather do things the "old fashioned" way.
Can any of you point me in the direction of how to use ADB to take a screenshot? Maybe it can't. Thanks.
Edit: I found it...Through DDMS!
sacredsoul said:
I am keep getting this message whenever I try to adb. It corrects itself and works fine after. But it annoying waiting that additional few seconds... I didnt have this before. Any idea why I am getting it now?
Click to expand...
Click to collapse
Sounds like you have droid explorer installed, goto the sdk folder in droid explorer (c:\program files\droid explorer\sdk) copy the 2 folders (platform and tools) to your own sdk folder.
billquinn1 said:
If anyone runs into this problem I fixed mine with the adb.exe from the new "universal" sdk. I downloaded it and just pasted that adb.exe into the existing tools folder. May not be recommended but I did not want to change my setup.
Click to expand...
Click to collapse
Can you link to the "universal" download please? Probably missing something obvious here, but can't seem to find any other version than the most recent r05.
Thank you - worked a treat
palosjr said:
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
Click to expand...
Click to collapse
where can i get 1.5r2 SDK?
THX BRO!
Hey everyone, I've been following the Honeycomb developments on the nook, but havent posted yet. I just got my nook this weekend and immediately installed deeper blue's Honeycomb ROM on the SD card without rooting my nook.
It is great and he deserves all the praise in the world, but unfortunately does not have a ton of use to me without being able to download items from the market.
I'm not very experienced in programing in general or using the android sdk or adb.
I tried installing the market using the instructions in the following places:
w w w.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
w w w.addictivetips.com/mobile/install-android-3-0-honeycomb-and-market-on-nook-color/
After 2+ hours of frustration, I was finally able to get my device recognized in the command prompt using "adb devices" or something like that.
However, when I copied and pasted the commands, the command prompt text just scrolled and then the command prompt closed all together.
Alas, there was no market on my honeycombed nook.
Any ideas where I could have been going wrong?
I could really use an extremely basic step-by-step here.
Unfortunately, I wont be able to test anything until I get home from work later tonight.
Thanks in advance for any ideas or tips.
http://forum.xda-developers.com/showthread.php?t=937752
forsaken82 said:
http://forum.xda-developers.com/showthread.php?t=937752
Click to expand...
Click to collapse
I saw that, but didnt know if it was the same thing I was looking for. I dont remember if I tried it or not.
Is it just as simple as it sounds? What directory exactly do I extract it in? The platform-tools folder?
Then just double click that one file and it should automatically install the market on my device?
Are there any prereqs? Like I said in my original post, I THINK i got my device recognized in the command prompt, as it gave me a serial number in the response.
Sorry for the noob questions, but I am truly unexperienced.
Yup. It makes the files pushable. From there just copy paste his code
Sent from the honeynook pad
n4m347yp3 said:
Yup. It makes the files pushable. From there just copy paste his code
Sent from the honeynook pad
Click to expand...
Click to collapse
Im actually typing from my honeynook now.
The script worked like a charm and i now have gmail, market, etc.
Thanks everyone!
pman555 said:
Hey everyone, I've been following the Honeycomb developments on the nook, but havent posted yet. I just got my nook this weekend and immediately installed deeper blue's Honeycomb ROM on the SD card without rooting my nook.
It is great and he deserves all the praise in the world, but unfortunately does not have a ton of use to me without being able to download items from the market.
I'm not very experienced in programing in general or using the android sdk or adb.
I tried installing the market using the instructions in the following places:
w w w.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
w w w.addictivetips.com/mobile/install-android-3-0-honeycomb-and-market-on-nook-color/
After 2+ hours of frustration, I was finally able to get my device recognized in the command prompt using "adb devices" or something like that.
However, when I copied and pasted the commands, the command prompt text just scrolled and then the command prompt closed all together.
Alas, there was no market on my honeycombed nook.
Any ideas where I could have been going wrong?
I could really use an extremely basic step-by-step here.
Unfortunately, I wont be able to test anything until I get home from work later tonight.
Thanks in advance for any ideas or tips.
Click to expand...
Click to collapse
Hello,
I am the Mobile Technology Editor at AddictiveTips and both the guides that you quoted here were written by my writers and heavily edited by me. The issue lied in you not following one crucial step of the ADB guide - it seems you didn't add the tools and platform-tools folders of your SDK installation to your computer's PATH variable as outlined in that guide.
Doing that basically makes things a lot easier as you don't have to copy files for any such hacks or tricks into the tools or platform-tools folder of ADB and it keeps those folders clean, containing only the default tools files. It also eliminates the risk of you deleting any of those essential files when you are done with your customization and delete the files that you pasted there earlier.
The script you used was awesome as well...jleecong has done an excellent job at putting it together and I will update my guide to include it. Just like you, I've also got to thank forsaken82 for bringing it to my attention as while the guide I featured does install Market, enabling you to install the rest yourself...this one installs some other useful apps for you directly too. =)
HQRaja said:
Hello,
I am the Mobile Technology Editor at AddictiveTips and both the guides that you quoted here were written by my writers and heavily edited by me. The issue lied in you not following one crucial step of the ADB guide - it seems you didn't add the tools and platform-tools folders of your SDK installation to your computer's PATH variable as outlined in that guide.
Doing that basically makes things a lot easier as you don't have to copy files for any such hacks or tricks into the tools or platform-tools folder of ADB and it keeps those folders clean, containing only the default tools files and eliminates the risk of you deleting any of those essential files when you are done with your customization and delete the files that you pasted there earlier.
Click to expand...
Click to collapse
Thank you for your reply, but I have already figured everything out using a script.
I actually did add the tools and platform-tools folders to the PATH variable though.
Either way, the issue has been resolved.
pman555 said:
Thank you for your reply, but I have already figured everything out using a script.
I actually did add the tools and platform-tools folders to the PATH variable though.
Either way, the issue has been resolved.
Click to expand...
Click to collapse
It should definitely work if you added those folders to the PATH variable correctly - it has been tested by many users to work successfully. I am now curious on what sort of error you received but most likely you wouldn't have saved the output from those commands. In any case, as long as you got it working, it's all good. =)
EDIT: Just out of curiosity...did you copy and paste the commands there all together or did you enter them one by one?
Would appreciate assistance or direction.please.
Been working for 2 weeks on installing on My Nook Color installed with Honeycomb.
I have it imaged on SDHC card and running on Nook. Problem installing Google Apps and Market.
Looks like I have ADB installed correctly in platform tools and in SDK folde.r I have USB folder with , I think, appropriate drivers.
When I connect and then go in device manager to find driver and get to "have disk" and find the "android_winusb" (located in SDK folder usb drivers) and located the bottom where says inf file is not highlighted. Therefore it will not install.
Newbie here, but looks like not recognizing as an inf file?
Seems like I am so close and now just a puzzle I am unable to solve.
Could you or someone assist? It would be much appreciated. I have tried all searches for resolution that I know of.
Thanks.
123popeye123 said:
Would appreciate assistance or direction.please.
Been working for 2 weeks on installing on My Nook Color installed with Honeycomb.
I have it imaged on SDHC card and running on Nook. Problem installing Google Apps and Market.
Looks like I have ADB installed correctly in platform tools and in SDK folde.r I have USB folder with , I think, appropriate drivers.
When I connect and then go in device manager to find driver and get to "have disk" and find the "android_winusb" (located in SDK folder usb drivers) and located the bottom where says inf file is not highlighted. Therefore it will not install.
Newbie here, but looks like not recognizing as an inf file?
Seems like I am so close and now just a puzzle I am unable to solve.
Could you or someone assist? It would be much appreciated. I have tried all searches for resolution that I know of.
Thanks.
Click to expand...
Click to collapse
I had the same problem trying to install the drivers on my Vista laptop. After several attempts to uninstall and re-install the drivers, I was never able to resolve it. My work around was to install ADB & the drivers on my old XP laptop for emergency use. For day to day use with my Windows Vista machine I installed ADB wireless on my Nook and it connects without any problems.
hockeyfamily737 said:
I had the same problem trying to install the drivers on my Vista laptop. After several attempts to uninstall and re-install the drivers, I was never able to resolve it. My work around was to install ADB & the drivers on my old XP laptop for emergency use. For day to day use with my Windows Vista machine I installed ADB wireless on my Nook and it connects without any problems.
Click to expand...
Click to collapse
Appreciate the response, thanks.
What is adb wireless and then how did you get google apps and market on the Nook?
Wow-did some research and looks like the perfect application-thanks.
I can not find out how to download the app. I found a site that said "hit break button to see download link".
I do not know what a break button is?
How can I get the adbwireless app?
Much appreciated, thanks.
PS-If I can get that application-how do I get the Google App and Market on the Nook color?
Getting excited here!
ok, i have a problem with the g sensor on the samsung captive. now, i've thoroughly searched online and on these forums for a fix, and i've found a few fixes. unfortunately, none of them worked.
before i get into that, here's my phone info:
SAMSUNG-SGH-I897
firmware 2.2
kernal 2.6.32.9
build Cognition 4.3
comp os win7 64bit (if it matters)
now, here is the first fix ive found:
http://androidforums.com/captivate-support-troubleshooting/162768-lost-auto-rotation.html
response #12
ive tried that using terminal emulator, but i get an error saying ADB not found. i downloaded the Android SDK with ADB, navigated to it using the command prompt and typed adb shell as instructed only to get an error saying device not found.
now, i completely abandoned that fix (since i felt i was doing something wrong and going nowhere) and found this one:
http://forum.xda-developers.com/showthread.php?t=712439&page=3
this one had better results, but up until sensorcalibutil_yamaha. like some users on that forum, my result was:
fgets: Unknown error: 0
msmachdep_SaveGsOffset failed
calibration utilities failed
so, after following that forum, i found the solution, which was to delete ms3c_yamaha.cfg from /data/system and rerun. i navigated to that folder on my computer, and nothing. there was no system folder in the data folder. i allowed hidden folders to be visible and still nothing. i downloaded a root explorer app, searched for ms3c_yamaha.cfg and nothing popped up. i couldnt even find the folder it was telling me to look in. and this is where i am stuck.
i cant find ms3c_yamaha.cfg, nor the folder to look into, and i dont know what else to do...
perhaps i'm using the wrong root explorer, or perhaps that folder isnt even on the ROM i used. completely flashing the ROM would be my last resort, since i'm not too savvy on stuff like that, and it took forever for me to figure out how to even put Cog4.3 on my phone, so hopefully someone out there has some info.
thanks for your time
edit:
problem solved!
when i woke up this morning, on my way to work i started thinking about my problem, basically, why couldnt i find the system folder. i searched again in the market for a root explorer and found one that specifically stated "even allows access to the elusive system data folders". i bought the app right away, and immediately i was given access and found ms3c_yamaha.cfg and proceeded with the second solution. after running the calibration, it gave me an odd result, which made my screen rotate when held vertically. i reran the test, and ran the system calibrate (the 3 circles with the blue ball) and all was set. phone works perfectly now.
thanks for anyone who read this, and who was taking the time to find a solution
Hello.
Can you tell me what application explorer you are using?
I got the same problem as yours.
Please reply to my email: [email protected].
Thanks a lot.
Argh, this is driving me crazy, I have tons of pics and vids (if they work that is, thats for another time) to copy to my W7 laptop. And I cant get W7 to install the drivers. So I searched and searched and downloaded the java sdk blabla kit and then the android sdk kit. And got the that famous problem with "Failed to execute tools\android.bat: the system cannot find the file specified" problem so I searched and searched for that and found lots of threads for similar problems but none of them helped me and yes, I checked if the android.bat file was in the \tools dir and it was.
So now I am just sick and tired of this... is it really so hard to be able to get the GNote with CM10 to be able to connect to my PC with W7? It was months and months ago I last tried so i cant really remember how it was back then but I guess it was something similar..
Please help and/or send me to guides for this
hobs0n said:
Argh, this is driving me crazy, I have tons of pics and vids (if they work that is, thats for another time) to copy to my W7 laptop. And I cant get W7 to install the drivers. So I searched and searched and downloaded the java sdk blabla kit and then the android sdk kit. And got the that famous problem with "Failed to execute tools\android.bat: the system cannot find the file specified" problem so I searched and searched for that and found lots of threads for similar problems but none of them helped me and yes, I checked if the android.bat file was in the \tools dir and it was.
So now I am just sick and tired of this... is it really so hard to be able to get the GNote with CM10 to be able to connect to my PC with W7? It was months and months ago I last tried so i cant really remember how it was back then but I guess it was something similar..
Please help and/or send me to guides for this
Click to expand...
Click to collapse
You don't need Java SDK at all to get the USB connection. And Android SDK is needed only for ADB.
All you need is a clean N7000 driver; you can find it in Dr Ketan's rooting thread, or google "SAMSUNG_USB_Driver_for_Mobile_Phones".
A tip: after you install the driver on your PC, go to Settings/Storage of your Note, hit menu, tap USB storage and set your connection to be "USB". It's a bit slower than MTP, but more reliable.
Thank you very much!! Ill uninstall that scheize when I get home and Install the usb drivers