GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

Audio/Video/ADB #10

Closed YevheniL closed 4 years ago

YevheniL commented 4 years ago

Hello, could you please answer on few questions: 1) How to connect by adb via usb wire? For now when i plug it i can not see any activity. And command adb devices returning empty result. 2) What happen with video playing ? In the first your release it is worked, but for now not. How to return this possibility?

rsglobal commented 4 years ago

Hi,

ADB should work. Youtube video in webview browser should also work. Which release and board are you using? Are you using prebuilt image or compile from scratch?

YevheniL commented 4 years ago

In Youtube it is working fine, video from the folder directory not. For now i using the last one version from this repository. ADB via Ethernet or via USB ? I had error on the device Failed to get adbd socket, No such file or directory. Thank you very match for the fast answer !

YevheniL commented 4 years ago

It is write, that i am not superuser, that`s why adb is stopped.

rsglobal commented 4 years ago

To make adb / fastboot work without sudo you have to install adb package: sudo apt install adb

Video playback issue is tracked in #13