Hi,
I would like to let the user run a Win32 installer that will install the WM5 application to a device, if it is connected, otherwise it will install it to the device when it is next connected.
Is this possible?
Can I place the CAB and ini files in a certain directory and have them automatically installed to the device when it is next connected???
Thanks!
Nevermind... Just added some logic to my MSI to prompt the user to connect their device if its not connected and loop over that until a connected device is found.
Hi all,
How to rectify this error. i have error message when i run android application
Android Launch!
adb is running normally.
Performing com.blutoothapplication.blutoothapplication activity launch
Automatic Target Mode: Preferred AVD 'wirelesssdandroid' is not available. Launching new emulator.
Launching a new emulator with Virtual Device 'wirelesssdandroid'
New emulator found: emulator-5554
Waiting for HOME ('android.process.acore') to be launched...
emulator-5554 disconnected! Cancelling 'com.blutoothapplication.blutoothapplication activity launch'!
Sometimes its running good and sometimes its shows an error...
Most of us win7 users get this error allot. We get this error because the administrator privileges are buggy to say the least in win7. So here is what you have to do. (Worked Like a Charm for me, after trying all the solutions around).
1.Disconnect the phone from the PC/Laptop
2.Run the Cmd as a administrator (right click-run as administrator)-Image1
3.Type in the following command: net localgroup Administrators local service/add-Image2
4.Hit enter-Image 3 (It is not absolutely necessary to get the same return as I have)
5.Connect the phone in MTP mode
Note: You might have to do this every time you reboot your PC/Laptop. Bottom line is run this command every time you have the MTP issue
Hope it helped. If so please hit the thanks button
Isn't the third image an error message? I get exactly the same if I type:
Code:
net localgroup adfsnadsnadfskdsga.df/asd'vasdf/v/adfv/a/dfv
tr00st said:
Isn't the third image an error message? I get exactly the same if I type:
Code:
net localgroup adfsnadsnadfskdsga.df/asd'vasdf/v/adfv/a/dfv
Click to expand...
Click to collapse
lol yeah it's an error
don't really care what it is as long as it works. not saying it will work for everyone but untill i put that command the MTP mode doesn't work.
Thanks for the suggestion but this didn't work at all for me.
What worked:
** Unplug the phone
** Close all Windows Explorer windows - My Computer, c:\ etc etc
** plug the phone in again.
I could reproduce this behaviour repeatedly - if any explorer windows were open the installation would fail.
space missing in cmd
mikesoftwiz said:
3.Type in the following command: net localgroup Administrators local service/add-Image2
Click to expand...
Click to collapse
worked for me - but there is a typo - space is missing between service and /add
correct syntax and answer would be
C:\Windows\system32>net localgroup Administrators local service /add
The command completed successfully.
The correct command is:
Code:
net localgroup Administrators "local service" /add
And it still didn't work for me - i.e. I'm still getting the MTP USB failure.
By the way - users of this command should be made aware that running it has SERIOUS security implications - if you're running this command your system must be ABSOLUTELY CERTAIN to be free of viruses, malware, spyware etc.
Did not work for me.
I have other issues too. When I hook up my phone in msc mode. Sometimes after I disconnect, the phone does not remount the sd card. And I also lose all of my icons on my home screen. I usually have to power off the phone. Take out and reinsert the sd card for the phone to read it again, and then re-organise my home screen.
Sent from my PLAYSTATION PHONE using tapatalk
Did not work
This method did not work for me. Still fails to install MTP USB device every time!
For the last little while my phone wouldn't recognize the pc connection at all. Now i get the MTP failed error during driver install
The admin cmd workaround did not resolve my issue.
l katt l said:
For the last little while my phone wouldn't recognize the pc connection at all. Now i get the MTP failed error during driver install
The admin cmd workaround did not resolve my issue.
Click to expand...
Click to collapse
Still sitting with the same issue as you!
I plug my device into a laptop with a 64bit operating system and it works fine.
Think it has something to do with a conflict of the actual PC because I have had it working on the same PC before but no matter what I try I can't resolve this!
I think this is one of the most important things that should be fixed by Sony.
I can't understand how they can sell 400-600 € devices and don't fix problems like this one.
THANK YOU
Worked for me thank you wary much
:good::good::good::good::good::good::good::good::good::good:
didnt work
tried all the edited solutions.. didnt work!! frustrated
x1dude said:
worked for me - but there is a typo - space is missing between service and /add
correct syntax and answer would be
C:\Windows\system32>net localgroup Administrators local service /add
The command completed successfully.
Click to expand...
Click to collapse
i dunno about you guys, but this worked for me THANKS DUDE !!
official FAQ
I can't paste outgoing urls, so pls look at the support forum of official Sony Ericsson web site.
I fixed with the clear mtpapp data method, but still can't connect with Sony PC Companion in MSC mode, but, who cares?
Worked like a charm!
I just go to Wotan server and download the windows software. It installs all needed drivers.
Sent from my R800at using xda premium
x1dude said:
worked for me - but there is a typo - space is missing between service and /add
correct syntax and answer would be
C:\Windows\system32>net localgroup Administrators local service /add
The command completed successfully.
Click to expand...
Click to collapse
Works well............
Hi Guys,
I'm trying to start some Android development however I've run into a couple of problems during Dev environment set up. I've been following the adt-bundle install instructions as I opted to use the ADT bundle.
This first problem is that the Android Virtual Device Manager will not run. I get a message saying "Failed to execute tools\android.bat The system cannot find the specified file". No idea what to do about that one.
The second is that I cannot run my app. I'm trying to run it on my phone (HTC Desire C) how I keep getting the message :
Code:
[2013-07-13 07:33:37 - MyFirstApp] ------------------------------
[2013-07-13 07:33:37 - MyFirstApp] Android Launch!
[2013-07-13 07:33:37 - MyFirstApp] The connection to adb is down, and a severe error has occured.
[2013-07-13 07:33:37 - MyFirstApp] You must restart adb and Eclipse.
[2013-07-13 07:33:37 - MyFirstApp] Please ensure that adb is correctly located at 'C:\Program Files\adt-bundle-windows-x86_64-20130522\sdk\platform-tools\adb.exe' and can be executed.
I've tried resetting adb via command prompt using adb kill-server and then restarting using adb devices and checking that a device is connected however it doesn't seem to make a difference.
I've also tried connecting my N7 tablet up and install the usb drives in the sdk and I get the same errors
It's incredibly frustrating and I would really appreciate some guidance.
Thanks in advance
Samishal
[2013-07-13 07:33:37 - MyFirstApp] Please ensure that adb is correctly located at 'C:\Program Files\adt-bundle-windows-x86_64-20130522\sdk\platform-tools\adb.exe' and can be executed.
is your adb there? and is it executable? (are you running as admin?)
I have also got same error AVD error.. ihad solved it by opening this file "C:\android\sdk\tools\android.bat" and updating its component..
Hi everyone
This application is for establishing connection adb.exe to the android device with adb over wifi enabled.
Same as opening cmd and type "connect 192.168.x.x:5555"
I was bored with clicking .bat so made this, and finally decided to release public
Tested on windows XP & 7
I'm open to suggestions, so please write in this topic what you miss in this application.
Current version: 1.0.1 (28.09.2016)
Download zippyshare