Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA
Posts
4
Comments
257
Joined
2 yr. ago

  • I would argue that rsync is better suited to clone your file system when using linux. Just prepare the partitions (plus point: you can alter partition sizes and reorganise like having a new partition (or even device) for your /home or whatever) and mount them, then

    sudo rsync -ahPHAXx --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found} / /mnt

    Then fix your fstab and reinstall your boot loader. Way faster than dd and can be done on a running system.

  • It is 100% Linux with 0% Android. I had a Volla Phone X for a few weeks.

    Edit: It uses vendor blobs to communicate with the hardware. Besides that, it used some lineageOS code in Halium, which is a layer between ubuntu touch and the vendor blobs.