From: Takesi Ayanokoji <ayanokoji.takesi@gmail.com>
To: Lockywolf <for_help-gnu-emacs_at_gnu_org_2023-11-30@lockywolf.net>
Cc: Po Lu <luangruo@yahoo.com>, help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: gnutls error on Emacs for Android armeabi 7a
Date: Thu, 5 Sep 2024 22:17:49 +0900 [thread overview]
Message-ID: <CAN7WbibBeL_Ub+JUeSqdiHKt0rAiOiDto_SMNM0BsNWiOZVWKQ@mail.gmail.com> (raw)
In-Reply-To: <87o752ffmk.fsf@laptop.lockywolf.net>
Hello,
Termux-related packages are all free software, and can be build on Android
develop environment or even on Github Actions.
I built termux-widget on github using modified Termux's workflow file.
https://github.com/ayatakesi/emacs-compat-termux-widget/blob/my/master/.github/workflows/my_attach_debug_apk_to_release.yml
On the other git-base forge, it should be able to build termux-widget with
some modification to workflow file.
Thanks,
Takesi Ayanokoji
Email: ayanokoji.takesi@gmail.com
Github: https://github.com/ayatakesi
X(twitter): aya_takesi
2024年9月5日(木) 21:30 Lockywolf <
for_help-gnu-emacs_at_gnu_org_2023-11-30@lockywolf.net>:
>
> Po Lu <luangruo@yahoo.com> writes:
> > Generally speaking, it is redundant to generate a signing key and resign
> > both Termux and Emacs, as their default keys are available to the
> > public:
> >
> > https://git.savannah.gnu.org/cgit/emacs.git/tree/java/emacs.keystore
> >
> https://github.com/termux/termux-app/blob/master/app/testkey_untrusted.jks
> >
> > since, evidently, Android's policy of restricting program
> > interoperability to programs from a single publisher does not commend
> > itself to us or them.
> >
>
> How do I use Emacs' keystore to re-sign termux-widget?
>
> I downloaded termux-widget from
>
> https://github.com/termux/termux-widget/releases/download/v0.13.0/termux-widget_v0.13.0+github-debug.apk
>
> I tried both
>
> #+begin_src bash
> apksigner sign --v2-signing-enabled --ks ./emacs.keystore \
> -debuggable-apk-permitted --ks-pass pass:<see git> \
> termux-widget_v0.13.0+github-debug.apk
> #+end_src
>
> and
>
> #+begin_src bash
> jarsigner -storepass <see repo> -verbose -keystore ./emacs.keystore \
> termux-widget_v0.13.0+github-debug.apk 'emacs keystore'
> #+end_src
>
> but both seem to produce an apk that is rejected by Android.
> Am I missing something?
>
> Termux widget is quite useful, allows running sh commands from an
> android widget.
>
> --
> Your sincerely,
> Vladimir Nikishkin (MiEr, lockywolf)
> (Laptop)
>
next prev parent reply other threads:[~2024-09-05 13:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-19 4:52 gnutls error on Emacs for Android armeabi 7a Lockywolf
2024-04-19 8:59 ` Po Lu
2024-04-19 9:47 ` Lockywolf
2024-04-19 10:17 ` Lockywolf
2024-04-19 11:54 ` Po Lu
2024-04-22 2:36 ` Lockywolf
2024-04-22 3:33 ` Po Lu
2024-04-22 3:57 ` Lockywolf
2024-04-22 5:29 ` Po Lu
2024-09-05 12:14 ` Lockywolf
2024-09-05 13:17 ` Takesi Ayanokoji [this message]
2024-09-07 3:29 ` Lockywolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAN7WbibBeL_Ub+JUeSqdiHKt0rAiOiDto_SMNM0BsNWiOZVWKQ@mail.gmail.com \
--to=ayanokoji.takesi@gmail.com \
--cc=for_help-gnu-emacs_at_gnu_org_2023-11-30@lockywolf.net \
--cc=help-gnu-emacs@gnu.org \
--cc=luangruo@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.