Thanks it worked beautifully ,although not without bumps ,for instance you should elaborate more on how to get ADB working in the first place ,since the latest Android SDK don't include adb by default ,you have to manually install it from the SDK manager
here are the steps:
1. download the Android sdk from this link http://developer.android.com/sdk/index.html
2.after installation you should go to C:\Program Files (x86) , find a folder called android ,and open it's properties then-----> uncheck read only parameter.
3. open SDK manager and install "Android SDK Platform-tools" package.
4.now open command prompt and type:
cd C:\Program Files (x86)\Android\android-sdk\platform-tools
then type the script provided by the OP (after you connect the device and make sure USB debugging is checked in development settings.
thanks a lot for this method +3 for you (I lost count lol)
|