Actions
Issue #2151
openMake adb shell work out of the box
Start date:
10/22/2020
Due date:
% Done:
0%
Estimated time:
Resolution:
Device:
Unknown
Grant:
Type of work:
C programming
Updated by Denis 'GNUtoo' Carikli over 4 years ago
Currently we need to do the following:
$ sudo su # adb kill-server # adb shell
instead of just:
$ adb shell
We probably need to use IDs that are already in the heimdall udev rules instead of the ones we are using (which ones?).
Actions