** Package changed: android (Ubuntu) => initramfs-tools-ubuntu-touch (Ubuntu)
** Changed in: initramfs-tools-ubuntu-touch (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) ** Changed in: initramfs-tools-ubuntu-touch (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools-ubuntu- touch in Ubuntu. https://bugs.launchpad.net/bugs/1420242 Title: persist.ubuntu. property set lacks channel id Status in the base for Ubuntu mobile products: Confirmed Status in initramfs-tools-ubuntu-touch package in Ubuntu: Fix Released Bug description: For certain factory version schemes, the channel name must be encoded in the version string reported by the phone. for the stable channel, the prefix will indicate it is for 'main production' use, and for other channels, the prefix will indicate it is a test release. Current behaviour $ adb shell $ getprop | grep persist.ubuntu [persist.ubuntu.version]: [17] [persist.ubuntu.version.custom]: [20150207-538-29-183] [persist.ubuntu.version.device]: [20150209-094615f] [persist.ubuntu.version.rootfs]: [20150209] [persist.ubuntu.default_language]: [EN] Required behaviour: $ adb shell $ getprop | grep persist.ubuntu [persist.ubuntu.version]: [17] [persist.ubuntu.version.custom]: [20150207-538-29-183] [persist.ubuntu.version.device]: [20150209-094615f] [persist.ubuntu.version.rootfs]: [20150209] [persist.ubuntu.version.channel]: [ubuntu-touch/stable/bq-aquaris.en] [persist.ubuntu.default_language]: [EN] To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1420242/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp