update status of project

This commit is contained in:
erebion 2024-08-24 00:44:42 +02:00
parent 8155e9d7ce
commit 46e992c62c
2 changed files with 7 additions and 4 deletions

View file

@ -33,9 +33,11 @@ DEB_HOST_ARCH=arm64 dpkg-buildpackage -a arm64 -us -uc -rfakeroot -b -Pcross,noc
Now build the image:
```bash
./build.sh -t qcom -s -u mobian | tee mobian-build.log # -s for SSH, which we need later
./build.sh -t qcom -s -u mobian -c -R myverysecretlukspassphrase | tee mobian-build.log # -s for SSH, which we need later
```
Do not use `myverysecretlukspassphrase` as your passphrase and replace it, obviously. :D
(If you replace `mobian` with your own username, you will have to use that one for SSH later, of course)
Wait. It takes a while.

View file

@ -49,7 +49,7 @@ Roll out audio workarounds: `./audio.sh`
#### Issues To Solve To Get Official Mobian Images
- Remove hard-coded value in the `droid-juicer` systemd unit (needs someone who knows Rust, **help wanted**)
- Remove hard-coded value in the `droid-juicer` systemd unit (done, but not yet in repos)
- https://gitlab.com/mobian1/droid-juicer/-/issues/4
- Combining SDM670 kernel patches with the Mobian qcom kernel (To Do List entry above, **help wanted**)
@ -90,10 +90,10 @@ For those I will remove the workarounds once the changes are in the Mobian repo
- call audio
- vibration
- Bluetooth™
- eSIM
- full disk encryption
- eSIM (provisioning tool not yet packaged and has to be compiled and installed manually)
- SMS (only receiving has been tested, but I dont have reason to believe sending wouldnt work)
- audio (ALSA config not packaged, but can be manually added using the playbook in this repo)
- full disk encryption (works, will document that soon)
- camera (patches not pushed to my device-specific kernel)
### This Has An Unknown Status
@ -105,6 +105,7 @@ For those I will remove the workarounds once the changes are in the Mobian repo
### This Does Not Work Yet (Soon™)
- USB host mode (no Kernel support yet, but apparently this is being worked on)
- Verified Boot (first need to do research)
### This Is Missing And Will Come Later