... | ... | @@ -87,6 +87,18 @@ UPDATE: See detailed tutorial below. |
|
|
To enable [ufw](https://en.wikipedia.org/wiki/Uncomplicated_Firewall) (**u**ncomplicated **f**ire**w**all), open terminal and enter `sudo ufw status` and if it's not yet enabled, enter `sudo ufw enable`. The default is usually all you need, but you have the options of adding additional rules. Use `sudo ufw disable` to disable the firewall. To call up a graphical interface inside the terminal, first install gufw and install x11-xserver-utils. Next type the following command: `DISPLAY=:0 xhost +` and hit enter, resulting in: `access control disabled, clients can connect from any host`.\
|
|
|
Now type: `DISPLAY=:0 GDK_BACKEND=x11 sudo gufw` and the graphical version will appear right in the terminal. Note that after you close the terminal, the app icon in the phone's app list will not be operational unless you repeat the above process, at least unless someone adapts it later.
|
|
|
|
|
|
### Flash Mode
|
|
|
|
|
|
Flash mode is useful for [reflashing your Librem 5](https://developer.puri.sm/Librem5/Development_Environment/Phone/Troubleshooting/Reflashing_the_Phone.html) or for enabling [Jumpdrive](https://github.com/dreemurrs-embedded/Jumpdrive) to mount the internal storage as a USB disk.
|
|
|
|
|
|
1. Ensure that the phone is powered off.
|
|
|
2. Turn off **all** Hardware-Kill-Switches.
|
|
|
3. Remove the battery.
|
|
|
4. Hold volume-up.
|
|
|
5. Insert the USB-c cable to the Librem 5 and connect it to a computer (red light blinks, no green light).
|
|
|
6. Reinsert the battery (red light is constantly on).
|
|
|
7. Release volume-up.
|
|
|
|
|
|
### IMEI
|
|
|
|
|
|
To find the IMEI of your Librem 5, go to `Settings` > `Mobile` > `Modem Details`.
|
... | ... | |