./bileto device-upgrade 1938 0000 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4615 100 4615 0 0 14888 0 --:--:-- --:--:-- --:--:-- 14887 adb shell egrep ^deb /etc/apt/sources.list.d/*.list /etc/apt/sources.list.d/ci-train-ppa-service-ubuntu-landing-1938-vivid.list:deb http://ppa.launchpad.net/ci-train-ppa-service/landing-1938/ubuntu vivid main /etc/apt/sources.list.d/extra-ppas.list:deb http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu vivid main /etc/apt/sources.list.d/extra-ppas.list:deb-src http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu vivid main adb shell echo -e '#\x21/bin/sh echo 0000' >/tmp/askpass.sh adb shell chmod +x /tmp/askpass.sh adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A touch /userdata/.adb_onlock adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A mount -o remount,rw / adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A add-apt-repository -y ppa:ci-train-ppa-service/ubuntu/stable-phone-overlay gpg: keyring `/tmp/tmpifzn_sm8/secring.gpg' created gpg: keyring `/tmp/tmpifzn_sm8/pubring.gpg' created gpg: requesting key ECF1204C from hkp server keyserver.ubuntu.com gpg: /tmp/tmpifzn_sm8/trustdb.gpg: trustdb created gpg: key ECF1204C: public key "Launchpad PPA for CI Train PPA Service Team" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A add-apt-repository -y ppa:ci-train-ppa-service/ubuntu/landing-1938 gpg: keyring `/tmp/tmp8n5uwtgl/secring.gpg' created gpg: keyring `/tmp/tmp8n5uwtgl/pubring.gpg' created gpg: requesting key ECF1204C from hkp server keyserver.ubuntu.com gpg: /tmp/tmp8n5uwtgl/trustdb.gpg: trustdb created gpg: key ECF1204C: public key "Launchpad PPA for CI Train PPA Service Team" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK adb shell test -e /usr/sbin/policy-rc.d && cp /usr/sbin/policy-rc.d /tmp/policy-rc.d adb shell echo 'exit 101' | SUDO_ASKPASS=/tmp/askpass.sh sudo -A tee /usr/sbin/policy-rc.d exit 101 adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A chmod +x /usr/sbin/policy-rc.d adb shell echo -e 'Package: * Pin: release o=*landing-1938* Pin-Priority: 1100 Package: * Pin: release a=vivid* Pin-Priority: 50' | SUDO_ASKPASS=/tmp/askpass.sh sudo -A tee /etc/apt/preferences.d/extra-ppas.pref Package: * Pin: release o=*landing-1938* Pin-Priority: 1100 Package: * Pin: release a=vivid* Pin-Priority: 50 adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A apt-get update Hit http://ports.ubuntu.com vivid InRelease Hit http://ports.ubuntu.com vivid-updates InRelease Hit http://ports.ubuntu.com vivid-security InRelease Hit http://ports.ubuntu.com vivid/main Sources Hit http://ports.ubuntu.com vivid/restricted Sources Hit http://ports.ubuntu.com vivid/universe Sources Hit http://ports.ubuntu.com vivid/main armhf Packages Hit http://ports.ubuntu.com vivid/restricted armhf Packages Hit http://ports.ubuntu.com vivid/universe armhf Packages Hit http://ports.ubuntu.com vivid/main Translation-en Hit http://ports.ubuntu.com vivid/main Translation-en_GB Hit http://ports.ubuntu.com vivid/restricted Translation-en Hit http://ports.ubuntu.com vivid/restricted Translation-en_GB Hit http://ports.ubuntu.com vivid/universe Translation-en Hit http://ports.ubuntu.com vivid/universe Translation-en_GB Hit http://ports.ubuntu.com vivid-updates/main Sources Hit http://ports.ubuntu.com vivid-updates/restricted Sources Hit http://ports.ubuntu.com vivid-updates/universe Sources Hit http://ports.ubuntu.com vivid-updates/main armhf Packages Hit http://ports.ubuntu.com vivid-updates/restricted armhf Packages Hit http://ports.ubuntu.com vivid-updates/universe armhf Packages Hit http://ports.ubuntu.com vivid-updates/main Translation-en Hit http://ports.ubuntu.com vivid-updates/restricted Translation-en Hit http://ports.ubuntu.com vivid-updates/universe Translation-en Hit http://ports.ubuntu.com vivid-security/main Sources Hit http://ports.ubuntu.com vivid-security/restricted Sources Hit http://ports.ubuntu.com vivid-security/universe Sources Hit http://ports.ubuntu.com vivid-security/main armhf Packages Hit http://ports.ubuntu.com vivid-security/restricted armhf Packages Hit http://ports.ubuntu.com vivid-security/universe armhf Packages Hit http://ports.ubuntu.com vivid-security/main Translation-en Hit http://ports.ubuntu.com vivid-security/restricted Translation-en Hit http://ports.ubuntu.com vivid-security/universe Translation-en Hit http://ppa.launchpad.net vivid InRelease Hit http://ppa.launchpad.net vivid InRelease Hit http://ppa.launchpad.net vivid/main armhf Packages Hit http://ppa.launchpad.net vivid/main Translation-en Hit http://ppa.launchpad.net vivid/main Sources Hit http://ppa.launchpad.net vivid/main armhf Packages Hit http://ppa.launchpad.net vivid/main Translation-en Reading package lists... Done adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A apt-mark hold lxc-android-config lxc-android-config set on hold. adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A apt-get dist-upgrade --yes --force-yes Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A apt-get autoremove --yes --force-yes Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. adb shell test ! -e /tmp/policy-rc.d && SUDO_ASKPASS=/tmp/askpass.sh sudo -A rm /usr/sbin/policy-rc.d adb shell test -e /tmp/policy-rc.d && SUDO_ASKPASS=/tmp/askpass.sh sudo -A mv /tmp/policy-rc.d /usr/sbin/policy-rc.d adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A apt-mark unhold lxc-android-config Canceled hold on lxc-android-config.