Skip to content

ACBF.INFO error trying to flash #47

Description

@wy1z

Tried a few times to flash my Nexus 5, and switching between neon and arch - same results with acbf.info. I did contact the acbf.info webmaster who noted IBM forced the site down and the webmaster noted they would need to find time to rebuild it as python - but does it need to impact the initial install process at all?

Why not delay the last five lines of the process until after the initial install is done?

Also, per https://forum.kde.org/viewtopic.php?f=309&t=167287 other people have reported the same with their devices.

This is a show stopper.

Thanks.

./pm-flash -p neon

  • CACHEDIR=cache
  • echo 'Waiting for device to be in the fastboot mode'
    Waiting for device to be in the fastboot mode
  • fastboot getvar product
    product: hammerhead
    Finished. Total time: 0.000s
    ++ fastboot getvar product
    ++ head -1
    ++ awk '-F: ' '{print $2}'
  • DEVICE_NAME=hammerhead
  • confirm 'Connected device is hammerhead, is that correct? [y/N]'
  • read -r -p 'Connected device is hammerhead, is that correct? [y/N] ' response
    Connected device is hammerhead, is that correct? [y/N] y
  • case $response in
  • true
  • PLATFORM=neon
  • echo 'Continuing ...'
    Continuing ...
  • getopts cp: opt
  • case $opt in
  • PLATFORM=neon
  • getopts cp: opt
  • '[' -z '' ']'
  • download hammerhead neon
  • '[' 2 -eq 0 ']'
  • mkdir -p cache/
  • pushd cache/
    ~/Downloads/plasma/pm-flashtool/cache ~/Downloads/plasma/pm-flashtool
  • echo 'Downloading latest rootfs ... '
    Downloading latest rootfs ...
  • '[' neon == neon ']'
    ++ curl https://images.plasma-mobile.org/rootfs_stamp
  • ROOTFS_VERSION=20200212-130311
  • wget -c https://images.plasma-mobile.org/rootfs ... 311.tar.gz -P rootfs
    --2020-08-03 18:36:47-- https://images.plasma-mobile.org/rootfs ... 311.tar.gz
    Resolving images.plasma-mobile.org (images.plasma-mobile.org)... 207.154.251.179
    Connecting to images.plasma-mobile.org (images.plasma-mobile.org)|207.154.251.179|:443... connected.
    HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

  • ln -sf rootfs/pm-rootfs-20200212-130311.tar.gz pm-rootfs-latest.tar.gz
  • '[' neon == arch ']'
  • '[' neon == edge ']'
  • echo '[done]'
    [done]
  • echo 'Downloading the latest boot, recovery, and system images ... '
    Downloading the latest boot, recovery, and system images ...
    ++ curl https://images.plasma-mobile.org/halium ... lium_stamp
  • HALIUM_VERSION=20181029-111411
  • wget -c https://images.plasma-mobile.org/halium ... covery.img -P hammerhead
    --2020-08-03 18:36:48-- https://images.plasma-mobile.org/halium ... covery.img
    Resolving images.plasma-mobile.org (images.plasma-mobile.org)... 207.154.251.179
    Connecting to images.plasma-mobile.org (images.plasma-mobile.org)|207.154.251.179|:443... connected.
    HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

  • wget -c https://images.plasma-mobile.org/halium ... system.img -P hammerhead/20181029-111411
    --2020-08-03 18:36:48-- https://images.plasma-mobile.org/halium ... system.img
    Resolving images.plasma-mobile.org (images.plasma-mobile.org)... 207.154.251.179
    Connecting to images.plasma-mobile.org (images.plasma-mobile.org)|207.154.251.179|:443... connected.
    HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

  • wget -c https://images.plasma-mobile.org/halium ... 1/boot.img -P hammerhead/20181029-111411
    --2020-08-03 18:36:49-- https://images.plasma-mobile.org/halium ... 1/boot.img
    Resolving images.plasma-mobile.org (images.plasma-mobile.org)... 207.154.251.179
    Connecting to images.plasma-mobile.org (images.plasma-mobile.org)|207.154.251.179|:443... connected.
    HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

  • rm -rf hammerhead/latest
  • ln -sf 20181029-111411 hammerhead/latest
  • echo '[done]'
    [done]
  • popd
    ~/Downloads/plasma/pm-flashtool
  • flash-phone hammerhead
  • '[' 1 -eq 0 ']'
  • echo -n 'Flashing recovery image ... '
    Flashing recovery image ... + fastboot flash recovery cache/hammerhead/recovery.img
  • echo -n '[done]'
    [done]+ fastboot boot cache/hammerhead/recovery.img
    Sending 'boot.img' (14524 KB) OKAY [ 0.680s]
    Booting OKAY [ 0.117s]
    Finished. Total time: 0.818s
  • wait_for_device
    ++ adb shell echo 1
  • test -z ''
  • echo -n .
    .+ sleep 3
    ++ adb shell echo 1
  • test -z ''
  • echo -n .
    .+ sleep 3
    ++ adb shell echo 1
  • test -z ''
  • echo -n .
    .+ sleep 3
    ++ adb shell echo 1
  • test -z $'1\r'
  • echo

++ readlink -f cache/pm-rootfs-latest.tar.gz

  • ./rootstock-touch-install /home/scott/Downloads/plasma/pm-flashtool/cache/rootfs/pm-rootfs-20200212-130311.tar.gz cache/hammerhead/latest/system.img cache/hammerhead/latest/boot.img
    mount: mounting /dev/block/mmcblk0p27 on /cache failed: Device or resource busy
    mount: mounting /dev/block/mmcblk0p29 on /data failed: Device or resource busy
    transfering rootfs tarball ... [done]
    preparing system-image on device ... e2fsck 1.42.9 (28-Dec-2013)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    /data/rootfs.img: 11/128000 files (0.0% non-contiguous), 8049/512000 blocks
    resize2fs 1.42.9 (28-Dec-2013)
    Resizing the filesystem on /data/rootfs.img to 4096000 (4k) blocks.
    The filesystem on /data/rootfs.img is now 4096000 blocks long.

[done]
unpacking rootfs tarball to system-image ... [done]
adding android system image to installation ... [done]
Setting up default password for phablet user to 1234 ... [done]
Cloning into 'fetch-demo-data'...
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 15 (delta 1), reused 15 (delta 1), pack-reused 0
Unpacking objects: 100% (15/15), done.
--2020-08-03 18:43:59-- http://acbf.info/download?id=0016
Resolving acbf.info (acbf.info)... 5.10.124.141
Connecting to acbf.info (acbf.info)|5.10.124.141|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-08-03 18:43:59 ERROR 404: Not Found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions