Just thought I'd update you guys, I just gave it another shot after giving up a couple months ago, and this time using the same combo of CM13 main and CM12.1 based SFOS 3.3 did, in fact, work. As of now I am unsure why it was not working properly when I tried previously, and as far as I know I didn't do anything differently. One thing I'd like to note is my camera and flash are non-functional in this version, but I'm honestly just glad to finally have it running. Once again, thanks for your help!
Edit 02/11/2020: I removed this download as there is a new one. See my next post!
I have created an SFOS 3.4.0.24 build for the hammerhead.
Everything works out of the box except two things:
vibra
AD
The vibra can be fixed with the following (I'll include this into a later build):
as root issue this comand: chown system:input /sys/class/timed_output/vibrator/enable
to make it permanent, edit the /init.rc file and change the line (it is at multiple places!!!) from:
Code:
chown system system /sys/class/timed_output/vibrator/enable
to
Code:
chown system input /sys/class/timed_output/vibrator/enable
Regarding the AD, I don't know what and how to fix. So if anybody could fix it and post how to do it, that would be highly appreciated.
I have a feeling the AD issue is related to the new multiuser support. As the default user, nemo is changed to defaultuser. I guess the AD is modifed to work with user nemo, but as the user is not nemo anymore, it doesn't work.
Anyway, happy testing and let me know if you found any issues.