UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. xet7
    X
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 0

    xet7

    @xet7

    2
    Reputation
    3
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    xet7 Unfollow Follow

    Best posts made by xet7

    • RE: Do we have a L.A.M.P stack?

      @developerbayman said in Do we have a L.A.M.P stack?:

      420 am and wondering? .....I code in weird places

      More weird ways to code:

      • Android https://github.com/wekan/wekan/wiki/Android
      • Chromebook https://github.com/wekan/wekan/wiki/Chromebook
      • Debian on Chromebook https://github.com/xet7/chromebook
      • Qemu https://github.com/wekan/wekan/wiki/Qemu
      posted in General
      X
      xet7
    • RE: Do we have a L.A.M.P stack?

      Yes. You could use chroot in your home directory to install any version of Ubuntu or Debian, like newest, and there install L.A.M.P packages, similarly like with any Ubuntu or Debian.

      But installing without chroot would most likely take too much disk space on too important partitions.

      https://en.wikipedia.org/wiki/LAMP_(software_bundle)

      posted in General
      X
      xet7

    Latest posts made by xet7

    • RE: Installed 16.04/dev to OP3T today with these steps

      @arubislander

      At TWRP terminal, using command to format to ext4 did not work, maybe TWRP terminal does not have ext4 formatting support. Using ext2 worked for me.

      Sure if using ext4 instead important to you, you can try some other way to format those partitions.

      posted in Oneplus 3/3T
      X
      xet7
    • RE: Do we have a L.A.M.P stack?

      @developerbayman said in Do we have a L.A.M.P stack?:

      420 am and wondering? .....I code in weird places

      More weird ways to code:

      • Android https://github.com/wekan/wekan/wiki/Android
      • Chromebook https://github.com/wekan/wekan/wiki/Chromebook
      • Debian on Chromebook https://github.com/xet7/chromebook
      • Qemu https://github.com/wekan/wekan/wiki/Qemu
      posted in General
      X
      xet7
    • RE: Do we have a L.A.M.P stack?

      Yes. You could use chroot in your home directory to install any version of Ubuntu or Debian, like newest, and there install L.A.M.P packages, similarly like with any Ubuntu or Debian.

      But installing without chroot would most likely take too much disk space on too important partitions.

      https://en.wikipedia.org/wiki/LAMP_(software_bundle)

      posted in General
      X
      xet7
    • RE: Anyone running Ubuntu 23.04 (desktop)?

      @MrT10001

      Yes, I run Ubuntu 23.04, but because on Ubuntu Desktop HexChat has flickering display, I installed xfce with "sudo apt -y install task-xfce-desktop"

      I installed Ubuntu Touch 16.04/dev to OP3T today using installer:

      https://forums.ubports.com/topic/8937/installed-16-04-dev-to-op3t-today-with-these-steps

      posted in Off topic
      X
      xet7
    • RE: How to access data on phone with broken screen?

      Or maybe this:

      https://docs.ubports.com/en/latest/userguide/advanceduse/screencasting.html

      posted in Support
      X
      xet7
    • RE: How to access data on phone with broken screen?

      @BarryT

      Maybe try some USB-C to USB3 adapter to add USB mouse and USB keyboard to open screen blind? I don't know would some USB-C to display adapters work.

      Or maybe ask some smartphone screen repair service, can they replace screen?

      posted in Support
      X
      xet7
    • Installed 16.04/dev to OP3T today with these steps

      Hi,
      I installed 16.04/dev to OP3T today (after having OxyxenOS and LineageOS for a little time, coming back to UBports).

      1. After LineageOS, I installed OxygenOS back, with all checked first install and format. That did not have errors.

      2. I clicked at Settings/info/OxygenOS some version number multiple times to enable developer mode.

      3. From developer mode enabled USB debugging. Then rebooted to fastboot with volume up and power.

      4. Unlocked:

      sudo apt -y install adb
      
      sudo su
      
      fastboot devices
      
      fastboot oem unlock
      
      1. I used UBports Installer 0.10.0 AppImage (as normal user, chmod +x ubports...appimage , ./ubports...appimage) to start install of Ubuntu Touch 16.04/dev, with checkboxes enabled to first install and format.

      2. At TWRP, when Advanced Format complained about volumes mounted, I rebooted back to recovery mode so had those formats done again successfully.

      3. I had the timeout while installing Ubuntu Touch issue, so I used TWRP terminal to look at /etc/fstab and format to ext2 those data+system+cache like this, with that device name and number:

      cat /etc/fstab
      
      ls /dev/block/
      
      umount /dev/block/<device>
      
      mkfs.ext2 /dev/block/<device>
      
      reboot
      

      Timeout issue info is from https://forums.ubports.com/post/54813

      1. I used UBports Installer to install 16.04/dev without checking first install and format options.

      2. Install success. Rebooted 2 times (first reboot did bring some error, 2nd boot booted to Ubuntu Touch, so reboot enough times).

      posted in Oneplus 3/3T
      X
      xet7