emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Android port


From: Po Lu
Subject: Re: Android port
Date: Mon, 17 Jul 2023 16:30:55 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Angelo Graziosi <angelo.g0@libero.it> writes:

> There it says we have to uninstall the current Android port and Termux. 

Android doesn't allow updating packages with a different signature or
shared user ID.

> Really you mean we have to reinstall Termux from scratch with **ALL*
> packages we have installed for years? and their configurations and so
> on?
>
> It is a request very heavy to follow..

If that's a concern, it's trivial to back up both files installed in
Termux:

  $ cd /data/data/com.termux
  $ tar cf /sdcard/termux.tar files

and the data from Emacs:

  $ cd /data/data/org.gnu.emacs
  $ tar cf /sdcard/emacs.tar files

before uninstalling both packages.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]