ADB shell upload fail

Try to:
  1. Install correct driver.
  2. Setting USB Device to DEBUG mode.
  3. And last (what I got), REMOVE ALL USB HUB.. WHY?
    • It is because adb conflicts with USB HUB, because adb is using socket to communicate between OS and device.
Hope this can help. :)

Comments

Popular posts from this blog

Play video inside OpenGL ES by using MediaCodec