edit ~/scripts/start_ap.sh (on the organelle)
you’ll see them in there, its obvious what to change
just bare in mind, when you upgrade (or do a reinstall) it will be ‘reset’
Hi thetechnobear,
I’m new on the organelle and I don’t know where you can do this edit in it to have a look on the AP password?? I looked into the system settings in the Organelle but i didn’t find anything like what you wrote… Help!
There is not currently a system setting for changing AP password, it has to be done manually by editing the start-ap.sh script. On the Organelle 1 this script is located at /root/scripts, on the Organelle M it is located at /home/music/fw_dir/scripts. Change ‘coolmusic’ to whatever you want the password to be.
note, you will need to temporarily make the filesystem writeable with
~/scripts/remount-rw.sh
then after editing set it to read only again, with
~/scripts/remount-ro.sh