Activity log for bug #1427667

Date Who What changed Old value New value Message
2015-03-03 12:46:18 Jean-Baptiste Lallement bug added bug
2015-03-03 12:48:08 Launchpad Janitor goget-ubuntu-touch (Ubuntu): status New Confirmed
2015-03-03 12:48:16 Dave Morley bug added subscriber Dave Morley
2015-03-03 13:40:32 Jean-Baptiste Lallement attachment added android_cache_recovery_log https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1427667/+attachment/4333366/+files/android_cache_recovery_log
2015-03-03 17:28:48 Jean-Baptiste Lallement summary option --custom-tarball doesn't work Display an error message when applying a custom tarball fails
2015-03-03 17:30:58 Jean-Baptiste Lallement description The option --custom-tarball doesn't work. The tarball is pushed correctly bug the custom bits are not installed. Output of the command below on krillin/devel-proposed: /tmp/customāŸ« ubuntu-device-flash -v touch --bootstrap --channel devel-proposed --custom-tarball custom.tar.xz --recovery-image recovery.img 2015/03/03 12:30:21 Expecting the device to be in the bootloader... waiting 2015/03/03 12:30:21 Device is |krillin| 2015/03/03 12:30:21 Flashing version 130 from devel-proposed channel and server https://system-image.ubuntu.com to device krillin 18.78 MB / 330.48 MB [========>______________________________________________________________________________________________________________________________________________________________] 5.68 % 1.47 MB/s 3m32s2015/03/03 12:30:34 Start pushing /tmp/custom/custom.tar.xz to device 2015/03/03 12:30:34 Start pushing /home/j-lallement/.cache/ubuntuimages/pool/device-12f1e7fabd46b2e69d76bf15e9fb55f7d27c7cea6556888d62693f37aaa49364.tar.xz to device 2015/03/03 12:30:34 Start pushing /home/j-lallement/.cache/ubuntuimages/ubuntu-touch/devel-proposed/krillin/version-130.tar.xz to device 2015/03/03 12:30:34 Start pushing /home/j-lallement/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2015/03/03 12:30:34 Start pushing /home/j-lallement/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 19.08 MB / 330.48 MB [========>______________________________________________________________________________________________________________________________________________________________] 5.77 % 1.47 MB/s 3m32s2015/03/03 12:30:35 Done pushing /home/j-lallement/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2015/03/03 12:30:35 Done pushing /home/j-lallement/.cache/ubuntuimages/ubuntu-touch/devel-proposed/krillin/version-130.tar.xz to device 2015/03/03 12:30:35 Done pushing /home/j-lallement/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 32.64 MB / 330.48 MB [===============>_______________________________________________________________________________________________________________________________________________________] 9.88 % 1.47 MB/s 3m22s2015/03/03 12:30:44 Done pushing /tmp/custom/custom.tar.xz to device 35.06 MB / 330.48 MB [================>_____________________________________________________________________________________________________________________________________________________] 10.61 % 1.47 MB/s 3m20s2015/03/03 12:30:46 Done pushing /home/j-lallement/.cache/ubuntuimages/pool/device-12f1e7fabd46b2e69d76bf15e9fb55f7d27c7cea6556888d62693f37aaa49364.tar.xz to device 330.48 MB / 330.48 MB [=========================================================================================================================================================================] 100.00 % 1.43 MB/s 2015/03/03 12:34:13 Start pushing /home/j-lallement/.cache/ubuntuimages/pool/ubuntu-01e47d353a832cb012ac06e945906f26ad802376d5ccc17fea20196220dd7a85.tar.xz to device 2015/03/03 12:35:03 Done pushing /home/j-lallement/.cache/ubuntuimages/pool/ubuntu-01e47d353a832cb012ac06e945906f26ad802376d5ccc17fea20196220dd7a85.tar.xz to device 2015/03/03 12:35:03 Created ubuntu_command: /home/j-lallement/.cache/ubuntuimages/ubuntu_commands133497168 2015/03/03 12:35:04 Rebooting into recovery to flash ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: ubuntu-device-flash 0.16-0ubuntu1 ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5 Uname: Linux 3.18.0-13-generic x86_64 ApportVersion: 2.16.2-0ubuntu1 Architecture: amd64 CurrentDesktop: Unity Date: Tue Mar 3 13:44:07 2015 InstallationDate: Installed on 2013-09-03 (545 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902) SourcePackage: goget-ubuntu-touch UpgradeStatus: No upgrade log present (probably fresh install) The option --custom-tarball doesn't work. The tarball is pushed correctly bug the custom bits are not installed. This happened because gpg verification of the custom tarball failed. Create a script containing: ----- #!/bin/bash adb shell mkdir -p /etc/system-image adb shell touch /etc/system-image/skip-gpg-verification adb shell system-image-upgrader /cache/recovery/ubuntu_command adb reboot ----- and calling u-d-f touch with --run-script=<script> fixed the problem. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: ubuntu-device-flash 0.16-0ubuntu1 ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5 Uname: Linux 3.18.0-13-generic x86_64 ApportVersion: 2.16.2-0ubuntu1 Architecture: amd64 CurrentDesktop: Unity Date: Tue Mar 3 13:44:07 2015 InstallationDate: Installed on 2013-09-03 (545 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902) SourcePackage: goget-ubuntu-touch UpgradeStatus: No upgrade log present (probably fresh install)
2015-03-03 17:31:02 Jean-Baptiste Lallement goget-ubuntu-touch (Ubuntu): status Confirmed Triaged
2015-03-03 17:31:05 Jean-Baptiste Lallement goget-ubuntu-touch (Ubuntu): importance Undecided Wishlist
2015-03-03 17:31:21 Jean-Baptiste Lallement summary Display an error message when applying a custom tarball fails Display an error message when applying a tarball fails