Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tysiong

Pages: [1]
1
Thank very much for the sharing. Great guide to revive my gemini with only linux.

YS Tan

2
Gemini PDA - Linux / Re: Gemian Tips/Workarounds
« on: January 11, 2022, 12:01:31 pm »
Thank you very much for the sharing.

Does anyone know how to modify this script to toggle bluetooth?

You may want to try this:
Code: [Select]
    #!/bin/sh
    if connmanctl technologies | grep -zoP "bluetooth\n  Powered = True\n"
    then
        connmanctl disable bluetooth
    else
        connmanctl enable bluetooth
    fi
exit 0

YS Tan

Pages: [1]