1
Gemini PDA - Linux / Re: Connman not saving passphrases
« on: September 19, 2021, 12:10:59 pm »
1) install hexedit:Code: [Select]sudo apt install hexedit
2)Code: [Select]sudo hexedit /nvdata/APCFG/APRDEB/WIFI
and set a mac address in bytes 04-09 (mind that the base is 0, so it starts at the 5th byte) of the first row (0)
3) set the i attr on the file:Code: [Select]sudo chattr +i /nvdata/APCFG/APRDEB/WIFI
Followed your instructions on latest sailfish os (4.2.0.21) and finally wifi password is remembered after reboot. Only difficulty is that hexedit seems to be broken a little bit (first line is not displayed correctly), so inserting the MAC at the correct address is not so straigtforward. I did the editing on my PC.
THANKS!