I'm currently using a Aquaris E4.5 Ubuntu Edition. Sure, it's working normally, but there's a terminal command that I want it to run everytime I boot my phone.
The command is: gsettings set com.canonical.Unity8 usage-mode Windowed
For those who doesn't know, this command enable the windowed mode in the phone.
I've tried various methods that I searched here and on the internet, but none of them worked.
- Creating/Modifying the ~/.bash_login or .bash_profile didn't work.
- Trying to modify /etc/rc.local is not a option, since I have to mount it as RW (but I don't want to do that because I still want to receive OTA updates).
- Creating a (executable) .sh file and creating a .conf in ~/.config/upstart, but no success.
Do you guys have any idea on how to make it work?
Thank you.