User:Lucia-selvlysende
📱 | This user's main device is a OnePlus_8_Pro_(oneplus-instantnoodlep). |
---|
This user has a pmOS's GitLab profile. |
Transfem college student in the US. I've been learning to program and have been working on a voxel game since April 2024. Switched to Linux Mint in November, and atm (winter break) I'm trying to install pmOS on my old tablet (samsung-degaswifi).
Discord: lucia.selvlysende
My Devices
Device | Notes |
---|---|
OnePlus 8 Pro (oneplus-instantnoodlep) | Current main device, got it for Christmas 2024 (used, but a big upgrade from samsung-degaswifi). |
Samsung Galaxy Tab 4 7.0 (samsung-degaswifi) | SM-T230NU. Currently trying to install pmOS. |
Installation Notes (samsung-degaswifi)
Flashing TWRP with Heimdall
Ran into this error on Mint:
Initialising protocol... ERROR: Failed to send handshake! ERROR: Protocol initialisation failed!
Tried Arch and everything ran as expected.
Running pmbootstrap install --android-recovery-zip --recovery-install-partition=data
Trying this on Arch gave me the following error, regardless of which pmOS version I used:
WARNING: opening /home/lucia/.local/var/pmbootstrap/packages/v24.12: No such file or directory
Switching to Mint resolved the issue. Interestingly there was no option for v24.12. Perhaps it was different pmbootstrap version (if it was I didn't notice)?
Running adb sideload
First, the instructions on the samsung-degaswifi page don't work at all, as adb can't find the file. The "Sideload without pmbootstrap" instructions here worked perfectly. The pmbootstrap sideloading method fails in accordance with this issue.
Second, I ran into this issue. Using adb push
and installing with TWRP gets further.
Running adb push
and Installing with TWRP
First, I ran into this issue. The suggested fix (shown below) works perfectly. To add this fix yourself, locate the recovery zip, extract it, and make the following change to pmos_chroot:
# Mount the logfile and pmos.zip so we can access it inside the chroot # for file in "pmos.log" "pmos.zip"; do # { umount "$CHROOT"/"$file" ; rm "$CHROOT"/"$file" ; } || : # touch "$CHROOT"/"$file" # done # mount --bind /tmp/postmarketos/pmos.log "$CHROOT"/pmos.log # mount --bind "$ZIP" "$CHROOT"/pmos.zip cp /tmp/postmarketos/pmos.log "$CHROOT"/pmos.log cp "$ZIP" "$CHROOT"/pmos.zip
Next, I ran into this issue. This is where I'm stuck atm.
Additionally, the log file isn't being updated after pmos_install starts running.