Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Trying to adb to MK802 IIIS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Trying to adb to MK802 IIIS

    Hello,

    I am getting mad at trying to adb to my MK802 IIIS.

    What IS working:
    - I can flash an image on the key. I updated to the latest firmware of 18 january
    - I can see the internal SD card folder on the pc/mac (I tried on both)
    - the drivers have been correctly installed. In the device manager there is no issue anymore.

    What IS NOT working:
    - when typing ADB devices the list is empty.

    Settings on the key are:
    - USB > connect to PC : ON
    - Developer options > USB debugging : on
    - storage > USB computer connection > Mass storage

    EDIT: I tried with a second cable.

    Someone has a clue? Do you need more info?

    #2
    Hello,

    Do get ADB to work do the following:

    1. Get Android SDK for your Device
    2. Get the Device ID for your Device from here:
    Control Center --> Device Manager --> Your Device --> Propertis --> Last Card and there Device ID

    3. Patch the adb_usb.ini

    c:\users\myname\.android\adb_usb.ini

    With you Device ID

    4. Patch the Google Driver

    C:\Android SDK Tools\extras\Google\usb_driver\android_winusb.inf

    With these

    ;Your Device
    %SingleAdbInterface% = USB_Install, USB\VID_YOURID&YOURPID
    %CompositeAdbInterface% = USB_Install, USB\VID_YOURID&YOURPID&YOURMI

    5. If you have Install the Driver replace it with the One you Patched.
    Or Install you Device with the patched Driver.

    6. Use ADB

    Comment


      #3
      Thanks neo.

      I will try your suggestions. I cross my fingers ...

      Comment


        #4
        If you have Question you can ask me :-)

        Skype Neomode
        GMail Talk (jabber) [email protected]

        Comment


          #5
          Thanks again. I didn't had the opportunity to retry yet but I will surely do it :-)

          Comment


            #6
            Hello neo,

            I am trying to follow your instructions.
            I have Android SDK Tools installed.

            The point 2 is not clear for me. Which control center do I have to start? I don't understand which application I have to start.

            Point 4 is ok.

            I'd be grateful for any help.


            P.S.: I am using a MK802IIIs and MK802IIIS(bluetooth)

            Originally posted by neomode View Post
            Hello,

            Do get ADB to work do the following:

            1. Get Android SDK for your Device
            2. Get the Device ID for your Device from here:
            Control Center --> Device Manager --> Your Device --> Propertis --> Last Card and there Device ID

            3. Patch the adb_usb.ini

            c:\users\myname\.android\adb_usb.ini

            With you Device ID

            4. Patch the Google Driver

            C:\Android SDK Tools\extras\Google\usb_driver\android_winusb.inf

            With these

            ;Your Device
            %SingleAdbInterface% = USB_Install, USB\VID_YOURID&YOURPID
            %CompositeAdbInterface% = USB_Install, USB\VID_YOURID&YOURPID&YOURMI

            5. If you have Install the Driver replace it with the One you Patched.
            Or Install you Device with the patched Driver.

            6. Use ADB

            Comment


              #7
              Working

              Thanks to your input, I managed to make it work :-)


              And now to the next step!!!

              Comment

              Working...
              X