What's new

Closed ADB Process PARA SA SKYWORTH S7

Status
Not open for further replies.

corihor777

Addict
Joined
Sep 3, 2014
Posts
14
Reaction
18
Points
70
Age
33
1. to ADB process you need a USB cable, can use the data cable blackberry or android smartphone data cable from the other.


2. The downloaded file ADB. extract to drive C. example c: \ adb


entrance to the installation


1. through the settings menu, developer option, enable USB debugging.


2. plug the USB cable from the computer to the tablet, the tablet in a condition on.


3. in the computer will detect the new hardware. Do not install the driver. Skyworth S7 Smartfren Andro Tab you will be recognized as an S7 device (yellow sign).


in Smartfren Andro Tab will detect your computer, and the device S7 is the default selection. in the choice of setting, in addition to usb debuger, there are three options. so storage device (S7), camera (webcam) or so media storage (flash disk).


4. Open the control panel, device manager. right-click on the unknown device yellow signs (S7).


* Install usb driver. two options exist, select the ADB android driver interface. after the driver install is complete, refresh.


download usb driver here.


5. select android, android ADB interface, select Properties, detail. In the property column select hardware ID. Right-click on a row of shorter, then copy.


example:

I detected dilaptop USB \ VID_2207 & PID_0006

clip_image001.png


6. Open the file 'android_winusb.inf' in the folder ADB, USB DRIVER, using Notepad.

clip_image002.png





7. Find ' smartfren AndroTab ' then paste the copy earlier this sesudahkode :


% SingleAdbInterface % = USB_Install , XXXX

% CompositeAdbInterface % = USB_Install , XXXX


( XXXX note the space after the comma ) . There are two columns each containing two parameters have to be replaced, in part [ Google.NTx86 ] and [ Google.NTamd64 ] . When you 're done , save.


example:

% SingleAdbInterface % = USB_Install , USB \ VID_2207 & PID_0006

% CompositeAdbInterface % = USB_Install , USB \ VID_2207 & PID_0006



in the [ Google.NTx86 ]


clip_image003.png





scroll down there is another one that needs to be changed in the [ Google.NTamd64 ]

clip_image004.jpg



8. Open the device manager , updated driver android , android ADB interface using the driver earlier edits .


9. Restart the computer


10. Open the folder .android located in c: \ users \ (your PC login name) \ . Android . if there is no folder created using the command prompt . by typing " mkdir .android ' ( without the quotes ) and then enter. check in c : \ users \ (your PC login name) \ . android , what an existing folder ?

clip_image005.png



11. Create a new file with the name ' adb_usb.ini ' . Paste the copy number 5 earlier. Then edit leaving only four digits.


Example:

USB \ VID_2207 & PID_0000 & MI_01 ( reserving four digits are signed by bold ) . Then add 0x ( zero and x ) so that it becomes 0x2207 .

clip_image006.png


note :

* How to make adb_usb.ini is to create a new text Document.txt . then open , fill in the numbers 0x2207 and save. rename the new text Document.txt with adb_usb.ini


* How to rename txt me into this , open any folder , click Organize , folder and search options, your folder view settings first as shown below

clip_image007.png



12. Restart the computer , and then restart your tab smartfren andro .


13. Open a command prompt , go to the folder ADB .


code:

CD\

cd adb

adb devices


clip_image008.png


When the driver installation is successful it will come out as shown above .


If not successful, restart Smartfren your Andro Tab Skyworth S7 , Open a command prompt , go to the folder ADB again , check any edits driver already installed.
 
Status
Not open for further replies.

Similar threads

Back
Top