Related
Hi all, i have upraded my i-mate to wm 5 and found voice command 1.5 is not working on it! I got error message when i tried to start voice command " Voice Command has encountered a problem. Restart Voice Command and try again". have tried all: restart, soft reset, hard reset /clean hard reset and reinstall, just doesn't work. any helps are appreciated. thx.
Unfortunately the MS Voice Command V1.5 isnt working to WM5 devices, However the version 1.6 supports WM5 Devices..
the USB driver for windows is available at:
http://dl.google.com/android/android_usb_windows.zip
It seems to work... I will update this thread with what I find.
Thanks for posting the driver!
I've tried a few things with adb, and so far I can't get an install to work over usb. I tried the following command.
C:\...\android-sdk-windows-1.0_r1\tools>adb install OperaMini.apk
579 KB/s (0 bytes in 278155.000s)
pkg: /data/local/tmp/OperaMini.apk
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
Click to expand...
Click to collapse
http://www.android-freeware.org/tutorial/how-to-install-apk-files-on-android-device-emulator Had some basic info about the emulator, not sure what would be different for the G1.
The "adb shell" option allows you to access a shell on the phone over USB, which is really great but it appears you don't have root privileges. Any ideas on how to obtain root priveleges? Also, is there a command to install from the android shell? When i cd to /sbin i get access denied. I'm trying to figure out some kind of way to invoke an install either from the device or over USB.
I have the same problem... working on it now...
I don't know about the USB installs, but it seems to be something with the APK as well. I also have the OperaMini.apk and it does nothing. I downloaded the iTunes remote via the G1 and it installed just fine without getting a PC involved.
It looks like you have to put the phone into a "Debug on USB" mode to use ADB. It's working for me now.
http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware
So you were able to install the opera mini apk through adb with no trouble? I got the error listed above and did have debug mode on
Thank you dagentooboy!
Can someone explain this for this not so savvy person?
chrimage said:
So you were able to install the opera mini apk through adb with no trouble? I got the error listed above and did have debug mode on
Click to expand...
Click to collapse
I think that is caused by an issue with the the AndroidManifest.xml file within the APK having to do with going from "beta" to "live" Android. The same reason most of the apps were pulled from the store. I don't believe it takes a major change to make it compatible, but it's fully compiled so, unless you have a decompiler, I think we may be out of luck on that particular one. I have installed other apk's successfully using the same method.
Mikey1022 said:
Can someone explain this for this not so savvy person?
Click to expand...
Click to collapse
ADB is the Android Debug Bridge that comes as a part of the SKD. I don't think it was really intended as an end user tool. It has to be called from a command line. I know people have built basic UI's for it for file manipulation when the SDK was the only thing out there. If a better solution isn't found shortly I think we'll see one be made, or else I'll make one myself. In the end it seem to make a big difference of what you're trying to install some things work and some don't, there are some differences between the beta SDK and the G1.
For any developers out there, you can also access the ADB/DDMS feature through the Eclipse IDE, it provides a somewhat simpler graphic interface and is a really easy way to get screenshots. Has anyone tried just typing su through the ADB command prompt to see if it will switch you to # ?
Valicore said:
For any developers out there, you can also access the ADB/DDMS feature through the Eclipse IDE, it provides a somewhat simpler graphic interface and is a really easy way to get screenshots. Has anyone tried just typing su through the ADB command prompt to see if it will switch you to # ?
Click to expand...
Click to collapse
the su command and sudo su returns "no permission" or "access denied" or something like that. That is also the same message i get when typing arbitrary commands that shouldn't be anything. And like i said earlier, /sbin along with many other directories are inaccessible. Hopefully someone will find a way to access the root account on the G1 pretty soon.
yes... must... have.... root...
Also a normal shell would be helpful esp when looking thru /proc/ for information.
Please help (ahhhhhh)
Okay So I am pulling my hair out here... I just booted android on my Vogue for the first time, everything works great, voice calls and sms.. But I can get a Inet connection but I am using Cricket not sprint so I added the username and password lines in default.txt and can connect, but Cricket uses a proxy for all http connections. So I found this article http://fggarcia.blogspot.com/2007/11/setting-up-proxy-for-android-emulator.html , which basicly says to use the adp app that comes in the sdk to add some lines to make the proxy. NOW, here is my problem... I can not for the life of me get my come (in windows or linux) to see my vogue while its in android..
In windows it does not appear ANYWHERE in the device manager... So I cannot install the driver, and in Linux it doesnt make a blip in dmesg..... USB debugging is marked and so is use adb....
It does charge when plugged in to the comp running linux.....
Can anyone please help me... And thanks to DZO and everyone else for there hard work on this project..
check too make sure your Android isnt listed under usb mass storage devices in device manager.
Ya USB isn't possible on Vogue yet, I just extracted data.img and added the proxy that way, but it still doesn't work. My Problem is I need all connection to use the proxy wap.mycricket.com:8080. I am not trying to be cheap or anything like the tzones thing for tmobile. Its just the only data plan cricket have use this proxy. So any Ideas would be greatly appreciated.
my computer already had a driver installed and when i try to update it with this one it says there is no better match for my hardware
anyone got a solution for this
Im really sorry to bump this old thread up but i need the r3 drivers and i dont know why they are nowhere to be found on the official page... i think its a region lock thing...
Alright, since my google search returned the whole 2 (two!) relevant results, and the search here around 10 irrelevant, I thought I'd drop this on the community, in hope for some help.
I've upgraded my 64bit OpenSuSE to 11.2 the other day, downloaded the Android SDK, set up the environment variables, and fired up the "android" script that is supposed to download and install a platform, so I could access my device through adb shell.
Here I ran into a problem: Half of the buttons I click in the SDK updater don't seem to work, it will not save the settings, it will not remember the URL I type in (had to use http), and when it reads the http repo, it will not download and install what I have cheked! What happens is, I click the button, it appears to stick down for a while, then pops back up as if I never clicked it, and nothing happens.
My first question is, has anybody tried this on SuSE 11.2? I have had no problems on 11.1, for instance.
Second, does this need any "special" Java configuration to work properly? I have tried both the openJava (now built-in into SuSE), and Sun Java latest (SDK and JRE). I don't think so, but asking just in case...
I'm pretty much stuck. If anyone has this working, or better yet, if anyone knows where I could download platforms outside of the updater, please be so kind and share. Thank you!
P.S. Oh, and the optional third question: Is there a way to trigger the download from console? That would probably help to figure out what goes wrong...
EDIT: Not Java problem, but updater problem. It does not show any of the SDKs, it shows only APIs, which can only be added if a valid SDK exists.
Can anyone confirm this?
It seems I need an external link to SDK 1.6 for Linux (for example). Can't anyone share?
Thanks!
Still stuck...
EDIT2: Solved it, my adb works again. But the updater app is crap I installed the APIs, then shut it down, rebooted, then ran it again. Also, for some reason the buttons wouldn't respond to clicks, but if I click and then push Enter key, it works. Took me a while to figure this one out.
Hey, I'm getting ready to install Android SKD on openSUSE 11.2 from scratch. Could you list your steps and/or suggestions based on how you got it working? Thanks.
How did it go?? Sry, just saw this...
Don't have time to do the steps.. actually, everything works just as the standard procedure suggests, with the exception of button clicks - as I said, each time I clicked a button, I had to press the Enter key (as if the click was just giving it focus, but not the actual command)
Feel free to PM me (or any other user), especially if the thread is a bit old, like this one.
MountainX said:
Hey, I'm getting ready to install Android SKD on openSUSE 11.2 from scratch. Could you list your steps and/or suggestions based on how you got it working? Thanks.
Click to expand...
Click to collapse
I had the SDK installed and everything was peachy but then I did a clean install of my OS.
I have reinstalled the SDK, downloaded the java ADT program, installed it, updated it, pointed it to my SDK folder, etc...
I need to use adb through the emulator as I am locked out of my handset and trying to use it to uninstall an app. (Lock 2.0 was updated, starts by itself and just gets stuck in a random cycle that will never allow you to get to the home screen... as a matter of fact home doesn't even load.)
Back OT... when I click the emulator or adb I just get the black box that flashes a bunch of command line real quick. Nothing will actually launch or open.
If you guys have any step by steps, know what I am doing wrong, or know how to get this POS uninstalled from my phone another way, I would REALLY appreciate some help. Thanks.
clrcad.exe not working when I try to use it before starting android 2.2 on my htc hd2. need help thanks
I had the same problem as well, hoping for a solution
+1
Same here, I run it before launching linux but still have teh same audio problem.
bump.
Anybody know what problem is?
bumpin...
same problem here.
hm. No help huh...
I've got the same problem.
ditto... i think we need some support over here lol
I can't run it any more - it says "CLRCAD cannot be opened. Either it is not signed with a trusted certificate, or one of it's components cannot be found... blah blah" I've tried deleting it and copying over a new copy but it still doesn't work - it worked the first couple of times though?
I have the same problem. And even more: after trying run clrcad.exe now I can't run any exe from sd card!
Solution to CLRCAD.exe will not execute.
I have an HTC HD2. I have been playing around with different android builds for the last week. About two days ago CLRCAD.exe stopped working for me. I ignored it and continued to load. It was only when I got an extemely garbbled called that I realized how important it was to have CLRCAD.exe working. I tried reformatting my SD Card with not luck in getting it to work. Tried searching the forum and gave up and googled the problem which in turn lead me to this post and it seems a lot of people have this issue. I don't know the cause yet....but in a flash I thought about doing a factory restore for the windows 6.5. Eureaka!!!!! that solved my problem !!!!!
I done the same thing thinking a factory restore would solve the problem - but no..., it's not recognised on me pc nor my device - keep gettin the error "This is not a windows 32bit application."
same problem here.
Winmob does simply nothing if I click on clrcad.exe. No question if I want to run it or something.
Anybody got any idea what the problem could be?
Hellbanan
edgasket said:
I can't run it any more - it says "CLRCAD cannot be opened. Either it is not signed with a trusted certificate, or one of it's components cannot be found... blah blah" I've tried deleting it and copying over a new copy but it still doesn't work - it worked the first couple of times though?
Click to expand...
Click to collapse
Did you resolve this issue? I have the same problem and have searched for the resolution but have not found anything. Help!
Hard Reset worked for me - but still now I have to deal with black-outs (no wake-up screen up)...
Raman HTC hd2
Hi have installed successfully android on htc hd2,but having problem with calls.
i will not able to hear voice of others.
have run the clrad.exe even after, any suggestions ?
This is quite strange, because I have had Froyostone Sense V3.1 running on my stock HD2 for nearly a month without any issues. Then out of the blue, the screen went blank yesterday, so I rebooted, and then tried to run CLRCAD from the Android folder.
I then got "CLRCAD cannot be opened. Either it is not signed with a trusted certificate, or one of it's components cannot be found" message. So I downloaded the latest Froyosense, and copied over the system.ext2 and the zImage files, and a clean CLRCAD and HARET. But still I get the same thing. And I get that message on HARET as well.
Does anyone know the cause and best resolution, preferably without the factory reset?
Same issue here too. Interestingly, when I run CLRCAD, i get the same interference on the WMOS as well as ANDROID.
same here.....the exe simply does nothing when i click it.
and i cannot load android at all...............after loading the kernel for a while , the phone rebooted back to WM!!!
I am able to run CLRAD.exe and I know that is normal that nothing happens but I have problem that after loading ANDROID there is no any sound. I also tried to reset factory settings... So is there any solution to this or not?
SOLVED by Kwbr_HD2 ROM, but again stopped working after few reboots!
The first time i excecuted clrcad.exe a message appeared "do you really.. bla bla bla" (u know what i mean) which ich answered with YES. Then some days later i did a reboot and since this time the message didn't appear. But Android works also great without the message. I tryed to figure out if there is running clrcad.exe in wm but i cant see it. So, i have no clue if clrcad.exe is running, but Android works. The Sound is good!