schrmh

Results 82 comments of schrmh

Interestingly for me 1.17.0 works on a armv7 tablet that tends to have some problems. But on a armv7 phone that I decided to spend some time on this app...

Nice to see yet another person interested in NixOS on beryllium. I had issues with kernels above 6.4 too. Iirc a little bit higher worked for me with some ceveats...

https://gist.github.com/schrmh/01c0271bed160033489d7389f1101025#file-project-structure-md That's what I wrote down — also mentioned in my PR. I initially built phosh on a Pi (since I had issues with cross-compiling as well) but well, if...

Regarding 6.4 I'm pretty sure phosh worked for me when built on the device as well; would have likely noted it down if that wasn't the case. One of the...

Yep, changing the `utf-8` in https://github.com/sebaubuntu-python/sebaubuntu_libs/blob/1e3d3da935654755932b34715dc693e024cd3e22/sebaubuntu_libs/libandroid/props/__init__.py#L41 to `gb18030` and then just `poetry build; pip install dist/*.whl --break-system-packages --force-reinstall` worked for me. Also turns out I have to use recovery.img for...

Hey, line 64 is a continue statement and replacing that or putting that below did not work for me in getting something else than your error with the ROM you...

Thanks for the quickly reply. So you basically got rid of `assert self.image_info.ramdisk, "Ramdisk not found"` from line 58 as well. Well... With the boot.img from the ROM you linked...

Yeah, sorry. It works with recovery.img... When I tried it before with the one for my device I also used recovery.img but I was following some guide that used some...

Interestingly, I do actually still get the error with a recovery I [extracted](https://github.com/schrmh/AndroidDevices/blob/master/MT8127/Trekstor/SurfTab%C2%AE%20breeze%2010.1%20quad%20plus/root/MT8127_Android_scatter_trekstor_surftab_quad_101_plus.txt): [ST10408-11.zip](https://github.com/user-attachments/files/18674229/ST10408-11.zip) (ROM_9 is boot; ROM_10 recovery). Also adjusted to lower first API level since that is from...

Thanks for the hints. The Carliv thing I used five years ago (and I don't recall how much success I had with that but I definitely never ended with a...