Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] self-closure apk #174

Open
10 tasks
Wjxfi opened this issue Feb 25, 2023 · 2 comments
Open
10 tasks

[Bug] self-closure apk #174

Wjxfi opened this issue Feb 25, 2023 · 2 comments

Comments

@Wjxfi
Copy link

Wjxfi commented Feb 25, 2023

Description

Open the application>click on the three dots on the top right>click on "about">self-closure application

To reproduce

Open the application>click on the three dots on the top right>click on "about">self-closure application

How many times have you tried? (type a number greater than 1): infinity

Screenshots or logs

FATAL EXCEPTION: main
Process: eu.depau.etchdroid, PID: 20933
java.lang.NullPointerException
at me.jfenn.attribouter.wedges.LicenseWedge.onInit(LicenseWedge.java:124)
at me.jfenn.attribouter.data.github.GitHubData.init(GitHubData.java:56)
at me.jfenn.attribouter.data.github.GitHubData.access$400(GitHubData.java:26)
at me.jfenn.attribouter.data.github.GitHubData$GitHubThread$2.run(GitHubData.java:321)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.java:8261)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:556)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1045)

Smartphone information

  • Device type smartphone
  • Device make xiaomi
  • Android version 12
  • ONLY IF YOU'RE USING A CUSTOM ROM, SUCH AS LINEAGE OS:
    • ROM name (i.e. LineageOS, PixelExperience...):
    • ROM version:
    • ROM origin (official or unofficial?)
    • ONLY IF UNOFFICIAL ROM - LINK TO DOWNLOAD (XDA post, blog post, etc):
  • ONLY IF YOU'RE USING THE ORIGINAL OS INSTALLED BY THE MANUFACTURER:
    • ROM name (i.e. Samsung OneUI, Xiaomi MIUI):
    • ROM version (i.e. OneUI 3.0):

App information

  • App version (find it in the About screen inside the app): 1.5.1
  • Installed from (Play Store, F-Droid, GitHub or self-built): f-droid

USB drive information

  • USB drive capacity (i.e. 8 GB):
  • All information about the drive, AS SHOWN IN THE APP:

USB port info

  • Does the USB drive plug directly into your device without any adapters? (Yes/No):

  • If using a USB adapter, dock or hub:

    • USB port type ON THE DEVICE (put an "X" inside [ ], like this: [X]):
      • USB type C
      • Micro USB
      • USB type A (those commonly found on non-Apple laptops and desktops)
    • USB port type ON THE USB DRIVE (put an "X" inside [ ], like this: [X]):
      • USB type C
      • Micro USB
      • USB type A (those commonly found on non-Apple laptops and desktops)
    • Adapter make and/or where you bought it (Amazon, AliExpress, local store, bundled with phone...):
    • Adapter type (put an "X" inside [ ], like this: [X]):
      • Compact, solid microUSB/Type-C to USB-A OTG adapter
      • Flexible microUSB/Type-C to USB-A adapter
      • USB-C dock with > 1 USB port (usually advertised for laptops)
      • Other type of USB hub with > 1 port

ISO or image file information

  • Image file format (ISO, DMG, IMG):
  • Image file size AS SHOWN BY THE APP:
  • Linux distribution name and version (if it applies, i.e. Ubuntu 20.04):
  • Is this image for a Raspberry Pi or similar? (Yes/No):

Additional info

@moriel5
Copy link

moriel5 commented Feb 25, 2023

I can confirm that the same happens on a Razer Phone 2 with the stock ROM, which is almost vanilla AOSP (Android 9 in this case), so this is not due to some oddball behavior by Xiaomi.

@marcdw1289
Copy link

marcdw1289 commented Feb 26, 2023

Confirmed here also. Version 1.5.1 on OnePlus 8T, crDroid, Android 11.

Log output is the same as OP.
Actually, before the fatal exception there is a series of warnings following an error:

Class name "about" not found

And then a block of warnings starting with...

java.lang.ClassNotFoundException: about

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants