Ubuntu Touch with OTA updates
#83
(06-25-2020, 02:09 AM)Momomentum Wrote: [...]

EDIT: You could also try the command line tool via ssh if you already have ssh working. See: https://github.com/ubports/system-image/...anpage.rst


That looks promising, but unfortunately with me it fails with the following error:
Code:
phablet@ubuntu-phablet:~$ system-image-cli -nv
library "libcutils.so" not found
failed to load bionic libc.so, falling back own property implementation
library "libcutils.so" not found
failed to load bionic libc.so, falling back own property implementation
b'\n'
library "libcutils.so" not found
failed to load bionic libc.so, falling back own property implementation
[systemimage] Jun 25 21:12:01 2020 (11933) No valid image master key found, downloading
[systemimage] Jun 25 21:12:01 2020 (11933) [0xffff7f8eb588] Requesting group download:
        https://system-image.ubports.com/gpg/image-master.tar.xz -> /android/cache/recovery/keyring.tar.xz
        https://system-image.ubports.com/gpg/image-master.tar.xz.asc -> /android/cache/recovery/keyring.tar.xz.asc

Exception occurred during dry-run; see log file for details
[systemimage] Jun 25 21:12:01 2020 (11933) system-image-cli exception
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/systemimage/main.py", line 365, in main
    state.run_until('download_files')
  File "/usr/lib/python3/dist-packages/systemimage/state.py", line 179, in run_until
    step()
  File "/usr/lib/python3/dist-packages/systemimage/state.py", line 210, in _get_blacklist_1
    'image-master', 'gpg/image-master.tar.xz', 'archive-master')
  File "/usr/lib/python3/dist-packages/systemimage/keyring.py", line 107, in get_keyring
    (ascxz_src, ascxz_dst),
  File "/usr/lib/python3/dist-packages/systemimage/download.py", line 209, in get_files
    self._get_files(records, pausable, signal_started)
  File "/usr/lib/python3/dist-packages/systemimage/udm.py", line 145, in _get_files
    _headers())
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.InvalidArgs: File already exists at: '/android/cache/recovery/keyring.tar.xz'


Does that look familiar to anyone?


Messages In This Thread
Ubuntu Touch with OTA updates - by Luke - 05-05-2020, 04:06 PM
RE: Ubuntu Touch with OTA updates - by somken - 05-06-2020, 11:24 AM
RE: Ubuntu Touch with OTA updates - by Luke - 05-06-2020, 01:21 PM
RE: Ubuntu Touch with OTA updates - by somken - 05-06-2020, 03:30 PM
RE: Ubuntu Touch with OTA updates - by drpi - 05-07-2020, 01:22 AM
RE: Ubuntu Touch with OTA updates - by brb78 - 05-08-2020, 01:01 PM
RE: Ubuntu Touch with OTA updates - by drpi - 05-10-2020, 02:45 AM
RE: Ubuntu Touch with OTA updates - by c0d3r3 - 05-10-2020, 03:34 AM
RE: Ubuntu Touch with OTA updates - by Nooblife - 05-10-2020, 03:38 AM
RE: Ubuntu Touch with OTA updates - by drpi - 05-11-2020, 12:13 AM
RE: Ubuntu Touch with OTA updates - by Nooblife - 05-12-2020, 03:45 AM
RE: Ubuntu Touch with OTA updates - by Luke - 05-12-2020, 05:39 AM
RE: Ubuntu Touch with OTA updates - by pepo - 05-14-2020, 02:54 AM
RE: Ubuntu Touch with OTA updates - by drpi - 05-15-2020, 06:47 AM
RE: Ubuntu Touch with OTA updates - by kugiigi - 05-17-2020, 11:54 PM
RE: Ubuntu Touch with OTA updates - by Luke - 05-15-2020, 07:03 AM
RE: Ubuntu Touch with OTA updates - by somken - 05-16-2020, 04:31 PM
RE: Ubuntu Touch with OTA updates - by Mangled - 05-25-2020, 06:56 AM
RE: Ubuntu Touch with OTA updates - by Mangled - 05-25-2020, 07:46 AM
RE: Ubuntu Touch with OTA updates - by drpi - 05-25-2020, 10:16 AM
RE: Ubuntu Touch with OTA updates - by Mangled - 05-25-2020, 01:27 PM
RE: Ubuntu Touch with OTA updates - by somken - 06-08-2020, 07:07 PM
RE: Ubuntu Touch with OTA updates - by Luke - 06-09-2020, 03:33 AM
RE: Ubuntu Touch with OTA updates - by PineFuture - 06-12-2020, 12:46 PM
RE: Ubuntu Touch with OTA updates - by drpi - 06-14-2020, 02:11 AM
RE: Ubuntu Touch with OTA updates - by Momomentum - 06-14-2020, 03:09 AM
RE: Ubuntu Touch with OTA updates - by bingo600 - 06-14-2020, 07:56 AM
RE: Ubuntu Touch with OTA updates - by bingo600 - 06-14-2020, 08:34 AM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-14-2020, 11:49 AM
RE: Ubuntu Touch with OTA updates - by Djhg2000 - 06-14-2020, 05:30 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-14-2020, 09:03 PM
RE: Ubuntu Touch with OTA updates - by Djhg2000 - 06-15-2020, 07:57 AM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-15-2020, 11:12 AM
RE: Ubuntu Touch with OTA updates - by livanti21 - 06-15-2020, 11:34 AM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-16-2020, 06:34 AM
RE: Ubuntu Touch with OTA updates - by m.alizade7 - 06-17-2020, 02:15 AM
RE: Ubuntu Touch with OTA updates - by gevrik - 06-17-2020, 03:00 AM
RE: Ubuntu Touch with OTA updates - by m.alizade7 - 06-17-2020, 03:26 AM
RE: Ubuntu Touch with OTA updates - by Momomentum - 06-17-2020, 03:10 AM
RE: Ubuntu Touch with OTA updates - by Momomentum - 06-18-2020, 07:04 AM
RE: Ubuntu Touch with OTA updates - by Luke - 06-18-2020, 07:07 AM
RE: Ubuntu Touch with OTA updates - by Momomentum - 06-18-2020, 07:48 AM
RE: Ubuntu Touch with OTA updates - by Momomentum - 06-18-2020, 03:41 PM
RE: Ubuntu Touch with OTA updates - by bingo600 - 06-21-2020, 06:16 AM
RE: Ubuntu Touch with OTA updates - by Luke - 06-18-2020, 09:17 AM
RE: Ubuntu Touch with OTA updates - by dflag84 - 06-18-2020, 10:25 AM
RE: Ubuntu Touch with OTA updates - by bingo600 - 06-18-2020, 10:56 AM
RE: Ubuntu Touch with OTA updates - by Luke - 06-18-2020, 12:35 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-18-2020, 12:59 PM
RE: Ubuntu Touch with OTA updates - by bingo600 - 06-18-2020, 01:04 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-18-2020, 02:28 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-22-2020, 07:13 AM
RE: Ubuntu Touch with OTA updates - by dflag84 - 06-22-2020, 08:14 AM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-22-2020, 10:15 AM
RE: Ubuntu Touch with OTA updates - by Momomentum - 06-22-2020, 01:48 PM
RE: Ubuntu Touch with OTA updates - by Momomentum - 06-25-2020, 02:09 AM
RE: Ubuntu Touch with OTA updates - by henkdieter - 06-25-2020, 01:15 PM
RE: Ubuntu Touch with OTA updates - by pjsf - 06-25-2020, 07:50 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-28-2020, 12:43 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-30-2020, 06:43 AM
RE: Ubuntu Touch with OTA updates - by Luke - 06-30-2020, 07:04 AM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-30-2020, 08:53 AM
RE: Ubuntu Touch with OTA updates - by LMalilil - 06-30-2020, 03:59 PM
RE: Ubuntu Touch with OTA updates - by dflag84 - 07-02-2020, 02:36 PM
RE: Ubuntu Touch with OTA updates - by dflag84 - 07-02-2020, 03:01 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 07-03-2020, 02:01 AM
RE: Ubuntu Touch with OTA updates - by Athansor - 07-10-2020, 06:24 AM
RE: Ubuntu Touch with OTA updates - by PineFuture - 07-03-2020, 09:52 AM
RE: Ubuntu Touch with OTA updates - by E80000FF - 07-05-2020, 10:20 AM
RE: Ubuntu Touch with OTA updates - by hiimtye - 07-10-2020, 02:53 PM
RE: Ubuntu Touch with OTA updates - by Djhg2000 - 07-14-2020, 08:41 AM
RE: Ubuntu Touch with OTA updates - by Djhg2000 - 07-14-2020, 10:34 AM
RE: Ubuntu Touch with OTA updates - by noeman5 - 07-20-2020, 02:21 PM
RE: Ubuntu Touch with OTA updates - by jesica - 07-22-2020, 07:18 AM
RE: Ubuntu Touch with OTA updates - by Engineer - 07-24-2020, 01:02 AM
RE: Ubuntu Touch with OTA updates - by jesica - 07-24-2020, 01:16 AM
RE: Ubuntu Touch with OTA updates - by siles007 - 07-24-2020, 05:36 AM
RE: Ubuntu Touch with OTA updates - by daniel - 07-24-2020, 09:43 PM
RE: Ubuntu Touch with OTA updates - by LMalilil - 07-26-2020, 08:03 AM
RE: Ubuntu Touch with OTA updates - by Cree - 07-28-2020, 09:56 AM
RE: Ubuntu Touch with OTA updates - by klick - 07-31-2020, 02:25 PM
RE: Ubuntu Touch with OTA updates - by paju1986 - 08-04-2020, 12:24 AM
RE: Ubuntu Touch with OTA updates - by cybercow - 08-04-2020, 04:08 AM
RE: Ubuntu Touch with OTA updates - by paintchip - 08-06-2020, 10:18 AM
RE: Ubuntu Touch with OTA updates - by paju1986 - 08-07-2020, 01:37 AM
RE: Ubuntu Touch with OTA updates - by Djhg2000 - 08-07-2020, 09:46 PM
RE: Ubuntu Touch with OTA updates - by Nooblife - 12-04-2020, 05:35 AM
RE: Ubuntu Touch with OTA updates - by bcnaz - 12-05-2020, 10:09 PM
RE: Ubuntu Touch with OTA updates - by lsitongia - 04-17-2021, 11:50 AM
RE: Ubuntu Touch with OTA updates - by Nooblife - 04-20-2021, 03:54 AM
RE: Ubuntu Touch with OTA updates - by lsitongia - 04-21-2021, 10:15 AM
RE: Ubuntu Touch with OTA updates - by Nooblife - 04-21-2021, 10:56 AM
RE: Ubuntu Touch with OTA updates - by lsitongia - 04-21-2021, 11:47 AM
RE: Ubuntu Touch with OTA updates - by Nooblife - 04-21-2021, 12:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubuntu Touch on Pine64 Rondarius 11 3,362 10-11-2023, 12:36 PM
Last Post: Rondarius
  Ubuntu Touch vs Standard Pinephone OS MarsColonist 8 5,721 06-26-2023, 07:50 AM
Last Post: gregb49
  Reinstall Ubuntu Touch on PinePhone with 10 drives? Peter Gamma 4 2,827 05-24-2022, 06:42 AM
Last Post: Peter Gamma
  UB Touch build with debos layton-dev 0 2,238 04-23-2021, 08:12 AM
Last Post: layton-dev
  Whats the latest with UB touch? Cree 9 11,260 03-11-2021, 10:59 AM
Last Post: andybleaden@gmail.com
  UT move to Ubuntu 20.04 Concrete_panda 2 5,214 11-24-2020, 12:43 PM
Last Post: DrewTechs
  Horrible energy consume on Pinephone/UB-Touch firefox-58 9 11,566 10-15-2020, 12:28 PM
Last Post: plainenough
Star Updates stuck on stable channel. Cree 6 7,746 10-04-2020, 11:26 AM
Last Post: Giiba
  Pinephone 3G Bluetooth Working Pretty Well With Latest Mobian Updates rmcg 0 2,488 09-27-2020, 10:22 PM
Last Post: rmcg
  How to enable SSH on UBPorts Ubuntu Touch? eaglecup 12 19,990 09-15-2020, 03:42 PM
Last Post: voidmain

Forum Jump:


Users browsing this thread: 4 Guest(s)