Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. chrisc
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 20
    • Best 4
    • Groups 0

    Topics created by chrisc

    • chrisc

      16.04 OTA-5 kernel missing aes-xts-plain64 crypto ciphers on mako?
      OS • • chrisc

      5
      0
      Votes
      5
      Posts
      1022
      Views

      U

      Hey @chrisc, the issue you opened has been closed. Can you check to ensure it is working correctly?

    • chrisc

      One method to encrypt /home/phablet
      Support • • chrisc

      35
      9
      Votes
      35
      Posts
      6073
      Views

      B

      @ernest said in One method to encrypt /home/phablet:

      @trainailleur
      Lomiri cannot restart thus the screen remains black, while ssh access works fine.

      I ran into the same problem on my Nexus 5.
      The solution is to lock the screen (Power Button) before initiating the force-reload.
      For some reason lightdm does not come back when it was shut down while the display was lit. (It took me quite a while and several WTFs to stumble over this. 😆 )
      Thus my script is as follows:

      #!/bin/bash cryptsetup luksOpen /home/phablet.img phablet e2fsck /dev/mapper/phablet mount /dev/mapper/phablet /home/phablet && \ echo "Lock the screen now!" echo "Restart in" for ((t=5;t>0;t--)) do echo "$t s" sleep 1 done cd /tmp nohup /etc/init.d/lightdm force-reload </dev/null >/dev/null 2>&1 &
    • chrisc

      Lock screen doesn't lock
      Support • • chrisc

      5
      0
      Votes
      5
      Posts
      682
      Views

      chrisc

      I reflashed the device and now it works!