Excellent
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Still not working for me, reboot laptop or phone??
Where does HTC sync come into it all? I downloaded it but do I then need to do anything else, sorry very bad at all this.....
My questions may sound dumb but I'm really struggling here!!!Navigate to the adb folder again, then just type adb shell and see what happens there. The adb devices bit is just to make sure the PC is talking correctly to the phone.


My questions may sound dumb but I'm really struggling here!!!
Please could you explain exactly what you mean by navigating to the adb folder again? and where should I type in 'adb shell', is it on the command prompt screen??
I will be grateful for any help you can offer.![]()

Lennon, is there another folder in SDK Tools called sdk tools? If yes, you'd need to type cd\sdk-tools\sdk-tools, then try adb devices.
when i type adb devices i get a reply which says 'adb' is not recognised as an internal or external command operable program or batch file.
what should i do?
Note: This will vary from OS to OS. This guide is for Windows 7.
1. After you have installed SDK, make a note of where it is installed (I have mine directly on the root of the C\: drive, for simplicity). Then click your start button, and right click 'computer'.
2. Click properties
3. On the left pane, click "advanced system settings"
4. Click "environment variables" on the pop up that comes up
5. Next, look on the second pane in the second pop up that shows up (system variables) and scroll down to path.
6. Highlight it, and click on "edit"
7. Move the cursor to the end of the text, making sure you don't delete anything, and add a semi-colon. Next, without any spaces type the following, modified to your computer.
C:\android\android-windows-sdk\platform-tools
Now, since I have mine set directly on my C\: drive, there is no other folder in there. But, if you have yours set up in your Program Files folder, it would look something like this
C:\program files\android\android-windows-sdk\platform-tools
As I said, you need to modify the PATH you enter to fit your computer.
The next step is to do the same with Java.
So, add the semi-colon, then the path. In my case it's
C:\Program Files\Java\jdk1.7.0\bin\java.exe
Unless you've changed the directory, it will probably be similar for you. But, make sure of the version you are running.
Once you have set the new paths, click ok, then OK on the enviornment variables window, and apply on the system properties window.
At this point, you no longer have to cd to platform-tools to use adb or java. This also allows you to use 3rd party script tools such as apk manager.