On Oct 24, 2013, at 02:04 PM, Oliver Grawert wrote: >yes, try to use the following command while connected via USB: >adb shell system-image-cli -c trusty -b 4 -v > >that will switch you to trusty and install build #4 (all further trusty >updates can happen through the GUI now, you will only need ot switch the >channel again once going from T to U later)
Small correction. `-b 4` tells system-image-cli to think it's *on* build 4 instead of whatever build it's actually on. It doesn't tell s-i-cli to upgrade to build 4. Generally when switching channels it's best to land on the highest image number in that channel. The recommended way to do that is: adb shell system-image-cli -c trusty -b 0 -v When you force the current build number to 0, it will always upgrade to the highest build number in that channel for that device. Cheers, -Barry
signature.asc
Description: PGP signature
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

