Ubuntu Touch – How to Change from Ubuntu Touch Stable Channel to RC-Proposed

ubuntu-touch

How to change from Ubuntu touch stable channel to rc-proposed without loosing any data on the device? Is that possible without backup and restoring the data?

Best Answer

Install the Terminal app from the store (or if you have enabled developer mode, you can use the phablet-shell tool over USB connection). If using Terminal app on the phone, you may need to disable screen locking Battery Settings first, as if the screen locks, the Terminal app (and its child processes) will be stopped. You can then change the setting back after switching channels.

Then, on the phone, run sudo system-image-cli -vvvv --switch $newchannel where $newchannel is the new channel you switch to switch to. For different devices, this channel may be different. For example, on the BQ Aquaris E4.5 and E5 Ubuntu Edition phones, the channel should be ubuntu-touch/rc-proposed/bq-aquaris.en to get rc-proposed. You can use system-image-cli -i to show current information, and generally just replace the stable portion of the existing channel name with rc-proposed to get the right channel. You can also perform the same action in reverse to switch back.

Related Question