GNU bug report logs -
#50100
[PATCH] gnu: Add python-android-otp-extractor.
Previous Next
Reported by: phodina <phodina <at> protonmail.com>
Date: Tue, 17 Aug 2021 19:52:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Feb 2025 21:57:35 +0000
with message-id <87ikpguots.fsf <at> gmail.com>
and subject line [PATCH] gnu: Add python-android-otp-extractor.
has caused the debbugs.gnu.org bug report #50100,
regarding [PATCH] gnu: Add python-android-otp-extractor.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
50100: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50100
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/android.scm (python-android-otp-extractor): New variable.
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index eb538f6540..5510aa6a29 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -916,6 +916,36 @@ safest way, on a file image.")
useful for reverse engineering, analysis of Android applications and more.")
(license license:asl2.0)))
+(define-public python-android-otp-extractor
+(package
+ (name "python-android-otp-extractor")
+ (version "cf282c71b178faa893aacf70b46ba9a78e694c86") ; no tags
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/puddly/android-otp-extractor")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "05la9rms7vgzpgk0qhhwqzsdggdnakgppdpp1wm2pzcg7rn8yp21"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ; no tests
+ (propagated-inputs `(("adb" ,adb)
+ ("python-cryptography" ,python-cryptography)
+ ("python-coloredlogs" ,python-coloredlogs)))
+ (synopsis "Extracts OTP tokens from rooted Android devices")
+ (description "Many OTP apps don't support exporting or backing up their OTP
+secrets. Switching apps would require you to regenerate all of your tokens,
+which can be tedious if you have a lot. This application can extract your
+tokens from popular Android OTP apps and export them in a standard format
+or just display them as QR codes for easy importing.")
+ (home-page "https://github.com/puddly/android-otp-extractor")
+ (license license:gpl3)))
+
(define-public fdroidserver
(package
(name "fdroidserver")
--
2.32.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hi,
After reviewing the project's repository it gave me some confidence to
reject this patch. Project has no active development and looks
abandoned, no official release and no active issues merges for 3 years.
<https://github.com/puddly/android-otp-extractor>
<https://github.com/puddly/android-otp-extractor/issues/51>
Closing as not applied.
--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.