Good morning to all!
I'm apparantly having an issue with a theme in substratum and I have to disable it, problem is that I can't get the themes listed.
When I run the command cmd overlay list, I get an error message that says Can't find service: overlay
I have SDK platform tools installed, dunno what else to do to get past that error
Related
Before anyone drops a "use the search function first", I hope you provide a link because I have scoured over 200 posts trying to find the answer to this question and its either not there, or EXTREMELY well hidden.
So...ADB worked fine for me on Windows 7 x64, untill I had to uninstall and reinstall some drivers when helping a buddy root his g1.
Now, ADB doesn't work. Whenever I try to run an adb command, even just to list devices, I get this error:
Code:
* daemon not running. starting it now *
CreateProcess failure, error 2
* failed to start daemon *
error: cannot connect to daemon
I have scoured Google, and I haven't found a single post that is android related (there are similair errors on android forums, just not this one) and am sorrily stumped. If anyone can help, I'd be ever so grateful.
This definitely sounds driver related although I'm not sure how you can "roll back" drivers in 7. I've heard that 7 pretty much keeps every driver you've ever used around and for whatever reason it's using an older ADB driver. I'd put money on me being wrong though.
if you are using a 1.5 image, use the drivers from the 1.5 SDK. If you are still on the RC builds, use the drivers in the 1.0 SDK.
win32 error code 2 means: 2 The system cannot find the file specified. ERROR_FILE_NOT_FOUND
and from the source code this is after a call to CreateProcess() and the file name is given by GetModuleFileName(), so it seems that the latter failed in a strange way.
What's the full path to your adb.exe?
billc.cn said:
win32 error code 2 means: 2 The system cannot find the file specified. ERROR_FILE_NOT_FOUND
and from the source code this is after a call to CreateProcess() and the file name is given by GetModuleFileName(), so it seems that the latter failed in a strange way.
What's the full path to your adb.exe?
Click to expand...
Click to collapse
D:\G1\android\tools\adb.exe
No spaces or odd characters. Like I said this worked fine for a month or so before I started ****ing with the drivers. I havent moved anything, my PATH and CLASSPATH are pointed correctly to the right directory. I also have a copy of adb in my /system32 directory (along with we .dll file it needs) so I can run it from wherever at a cmd prompt.
it might have something to do with wow64 messing the path up (it may rewrite system32 to syswow64). try launching the program under D:\G1\android\tools\ path. even if GetModuleFileName() failed, system should still be able to find adb.exe if you're under that path. also check file permissions and antivirus...
you can also try the command "adb fork-server server" in the path that contains adb. (you'll have to leave that console open)
for the past 18 months I have been able to access my G1 via USB. I could mount it easily and ADB was set up correctly. for some reason this week, it stopped working. now when I plus it in, I get the "USB Not Recognized" error in XP, and my device no longer shows up as an adroid phoen in Device Mgr. It now says unknown device.
I have tried updating the driver with no luck.
Any ideas would be great,
Thanks
Something similar happened to me. After trying to mess around with Live Wallpapers and DroidExplorer, my phone doesn't show up. I get the "Error: Device not found".
I have the latest USB driver, but yet device manager keeps saying that it's up to date when I try to reinstall (however under Driver Details, Vista says the location of the drivers are on System32 and they're Microsoft drivers....)
Edit: after searching Google for answers, I stumbled on a Google Group and found that someone fixed their issue (similar to mine) by installing HTC Sync. I did, and voila! ADB works again.
http://www.htc.com/au/SupportViewNews.aspx?dl_id=573&news_id=169
OUTSTANDING!! That did it. Thanks a bunch, and thanks for the link!
fixed for real now
So the above didn't do it for me, here's what I did:
download and extract USBDeview
Open it up and remove the 3 or 4 entries that say "android phone"
Unlplug (if its plugged into USB) your phone and replug it in, the "found new hardware" window should pop up and be sure to install the drivers that came with the SDK.
That took care of my USB mounting situation, but I still couldn't get adb or fastboot to see my device. Turns out I had adb.exe and fastboot.exe in my WINDOWS/System32 folder as well as in the SDK/tools folder (prolly from when I updated the SDK). Having them in 2 spots seemed to cause problems so I removed them from the SDK/Tools folder. Alternatively I could have removed the other set, but I didn't want to go to my SDK folder every time to use them, this way I can access ADB from any folder on my computer.
This is all from memory so if something's not clear, lemme know. All I know is ADB and Fastboot are working now.
Hi,
The similar threads were not applicable...When I plug my cappy into my computer a "Found New Hardward" Message comes up to install a composite ADB interface every time it says a Fatal error occurs during installation of the device. I went on google to search for the driver and found a site with a zip file and instructions on how to put a new driver in. Seems there are others with this issue but, no mention of the fatal error problem.
Not sure what to do to get this driver to install...can anyone help?
Thanks
gramme
PS sorry dirver name S3C6410 Android ADB
Hello,
I'm new to android programming and I just tried to emulate my "hello world" application.
On top of the "your virtual devices" windows there is a message "/dev/kvm uis not found".
I already looked into this error on google :
- VT-x is on in my bios
- Haxm is installed (in the SDK manager it is marked as installed with version 6.0.3)
- I also enabled DEP in windows and in my bios
Why do I still get this error?
I'm trying this on a windows 7 system with administrator privileges.
Hopefully someone can help me...
edit : It seems that haxm is not installed correctly, if I perform this command "sc query intelhaxm" I get an error that the service is not installed.
if I try to install haxm manually I get the following error "failed to configure driver : unknown error : failed to open driver."
stevennoppe said:
Hello,
I'm new to android programming and I just tried to emulate my "hello world" application.
On top of the "your virtual devices" windows there is a message "/dev/kvm uis not found".
I already looked into this error on google :
- VT-x is on in my bios
- Haxm is installed (in the SDK manager it is marked as installed with version 6.0.3)
- I also enabled DEP in windows and in my bios
Why do I still get this error?
I'm trying this on a windows 7 system with administrator privileges.
Hopefully someone can help me...
edit : It seems that haxm is not installed correctly, if I perform this command "sc query intelhaxm" I get an error that the service is not installed.
if I try to install haxm manually I get the following error "failed to configure driver : unknown error : failed to open driver."
Click to expand...
Click to collapse
Uninstall kvm and install it manually through sdk standalone manager.
Sent from my One using XDA Premium 4 mobile app
where is KVM installer
fadival said:
Uninstall kvm and install it manually through sdk standalone manager.
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can you give me a little bit more explanation?
I can not find the KVM (un-)installer.
Also in the SDK manager I can't seem to find it.
btw, I thought KVM was haxm?
I left my computer to sleep with Android Studio open and this suddenly happens to me now.
Plugin 'org.jetbrains.android' failed to initialize and will be disabled. Please restart Android Studio
I get this error when Android Studio starts and it forces me to restart it. Also, when it does restart, I have a bunch of errors of other plugins telling me that the plugin “Android Support” is disabled. I tried the solution of some StackOverflow answers (which this forum doesn't allow me to post yet) with no avail.
Now, in the menu, under tools, I don't even have the AVD Manager nor the SDK Manager anymore!!!
I am at my workplace getting crazy with this. Please help!!
Thank you