## page was copied from PES/Touch/Customization/Installation Prepping for a demo consists of two steps. First, install a customized image, second do any post-processing required. This page is laid out accordingly. <> = Installing Customized Images = == Sevile Row == {{{ phablet-flash ubuntu-system --channel devel-customized --no-backup }}} To install the proposed image, which usually leads daily by 1-5 days {{{ phablet-flash ubuntu-system --channel devel-proposed-customized --no-backup }}} == Adding Fake Contacts == {{{ phablet-demo-setup }}} This will also include sample Pictures and Conversations. To only include contacts: {{{ phablet-demo-setup --disable-fake-messages --disable-fake-pictures }}} == Fixing the Timezone == {{{ phablet-config timezone }}} == Installing an unsigned image == To install an unsigned recovery image, a custom version of the recovery image must be installed. This recovery image skips the signature verification, and SHOULD NOT BE USED FOR DAILY USERS. It is only to be used for testing an unreleased recovery image. Download the recovery images and ubuntu_command from here: http://people.canonical.com/~cwayne/touch/custom-recovery/ To install the recovery: {{{ adb reboot bootloader fastboot flash recovery /path/to/downloaded/recovery.img fastboot reboot }}} Now to install the customization (make sure that you have the ubuntu_command from the above link!): {{{ adb push custom.tar.xz /cache/recovery adb push /path/to/ubuntu_command /cache/recovery adb reboot recovery }}}