Benjamin_Loison commented on issue Benjamin_Loison/linux#33 2026-02-25 15:42:25 +01:00
Access via Internet and use an Android phone Bluetooth as the computer Bluetooth

On my Linux Mint 22.3 Cinnamon:

ls -lh /tmp/*bus*
ls: cannot access '/tmp/*bus*': No such file or directory
ls -lh /var/run/dbus/
O…
Benjamin_Loison commented on issue Benjamin_Loison/linux#33 2026-02-25 15:37:01 +01:00
Access via Internet and use an Android phone Bluetooth as the computer Bluetooth

On my Linux Mint 22.3 Cinnamon Framework 13:

ls -lh /run/user/1000/
Output:
total 4,0K
drwxrwxr-x  3 benjamin_loison benjamin_loison  60…
Benjamin_Loison commented on issue Benjamin_Loison/linux#33 2026-02-25 15:36:21 +01:00
Access via Internet and use an Android phone Bluetooth as the computer Bluetooth

https://chat.mistral.ai/chat/9db514cb-60c9-45bf-b82c-394d7ac6bcf2

Forwarding Bluetooth Audio (A2DP)

may help.

Unclear how USB/IP for Bluetooth Dongles would be detected as do not…

Benjamin_Loison opened issue Benjamin_Loison/cryptpad#64 2026-02-24 13:35:21 +01:00
Add spoiler
Benjamin_Loison commented on issue Benjamin_Loison/adb#22 2026-02-19 23:34:51 +01:00
Set *Restrict USB* > *Deny USB connections*/*Allow USB connections when unlocked* with adb
adb shell setprop service.adb.root 0

does not return anything and does not block adb shell whoami root.

Benjamin_Loison closed issue Benjamin_Loison/adb#61 2026-02-19 17:55:39 +01:00
Investigate adb shell settings --lineage
Benjamin_Loison opened issue Benjamin_Loison/adb#61 2026-02-19 17:55:37 +01:00
Investigate adb shell settings --lineage
Benjamin_Loison commented on issue Benjamin_Loison/adb#22 2026-02-19 17:54:54 +01:00
Set *Restrict USB* > *Deny USB connections*/*Allow USB connections when unlocked* with adb

None of:

adb shell 'settings put --lineage global trust_restrict_usb 2 && settings put global adb_enabled 0'

and

adb shell 'settings put global adb_enabled 0 &&
Benjamin_Loison commented on issue Benjamin_Loison/adb#22 2026-02-18 00:49:00 +01:00
Set *Restrict USB* > *Deny USB connections*/*Allow USB connections when unlocked* with adb
~/.bashrc excerpt:
get_click_ui_xpath_command()
{
    ui=$1
    xpath=$2
    middle=`get_middle "$ui" "$xpath"`
    echo input tap…
Benjamin_Loison commented on issue Benjamin_Loison/adb#19 2026-02-15 23:53:33 +01:00
Can unlock screen if already have provided decryption password once since restart?

DuckDuckGo and Google search adb unlock the screen.

Benjamin_Loison commented on issue Benjamin_Loison/adb#22 2026-02-15 19:04:18 +01:00
Set *Restrict USB* > *Deny USB connections*/*Allow USB connections when unlocked* with adb

I verified that both global usb_restricted_mode and secure usb_restrict 0 and 1 do not disconnect me with adb shell whoami contrarily to manually setting to Deny USB connections.

Benjamin_Loison commented on issue Benjamin_Loison/adb#22 2026-02-15 19:02:31 +01:00
Set *Restrict USB* > *Deny USB connections*/*Allow USB connections when unlocked* with adb
adb shell settings 
Output:
Settings provider (settings) commands:
  help
      Print this help text.
  get [--user <USER_ID> 
Benjamin_Loison commented on issue Benjamin_Loison/adb#22 2026-02-15 19:00:46 +01:00
Set *Restrict USB* > *Deny USB connections*/*Allow USB connections when unlocked* with adb

Same for:

adb shell settings list secure
Benjamin_Loison commented on issue Benjamin_Loison/adb#57 2026-02-14 19:40:17 +01:00
input text escape

Writing character by character deserves working and is not that slow.