Hi,
if url is like this:
http://dl.google.com/android/installer_<version>-<platform>.<extension>
and not work, try to use this:
https://dl-ssl.google.com/android/installer_<version>-<platform>.<extension>
Did my HOW TO help you?
This section of the website contains posts in the category HOW TO, detailed guide step by step
Hi,
if url is like this:
http://dl.google.com/android/installer_<version>-<platform>.<extension>
and not work, try to use this:
https://dl-ssl.google.com/android/installer_<version>-<platform>.<extension>
Did my HOW TO help you?
Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:
tasklist /svc
Otherwise, if you know the Service Name you can use
sc queryex {Service Name}
Did my HOW TO help you? Leave a reply.