It keep crashes once opened files! #21
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hardcoresushi/DroidFS#21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This looks a lot like #236. Do you also run MIUI?
Exactly same issue as you provided,
I use google pixel 4a,
I cant even downgrade DroidFS, Risky to lose my files,
Or may next update fix this issue,
Previous version was working well
Does it also happen when opening the internal camera or changing a volume's password?
This version may fix the issue. Could you please tell me if it works fine when opening files, internal camera and when trying to change password?
yes exactly when i opened camera internal it crashed but didint provided crash logs,
changing password it work,
It wont install due conflicts with a existing, Maybe changing version number would works?
I found out to clone apk somehow to install and test that test version ive received,
Here is another crash log,
java.lang.RuntimeException: Unable to start activity ComponentInfo{sushi.hardcore.droidfs/sushi.hardcore.droidfs.file_viewers.ImageViewer}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null object reference
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3655)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3792)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:138)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2313)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7940)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ExecInit.main(ExecInit.java:49)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null object reference
at java.lang.Class.isAssignableFrom(Class.java:589)
at android.os.Parcel.readParcelableCreatorInternal(Parcel.java:4920)
at android.os.Parcel.readParcelableInternal(Parcel.java:4827)
at android.os.Parcel.readValue(Parcel.java:4587)
at android.os.Parcel.readValue(Parcel.java:4367)
at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
at android.os.Parcel$LazyValue.apply(Parcel.java:4465)
at android.os.Parcel$LazyValue.apply(Parcel.java:4424)
at android.os.BaseBundle.getValueAt(BaseBundle.java:396)
at android.os.BaseBundle.getValue(BaseBundle.java:376)
at android.os.BaseBundle.getValue(BaseBundle.java:359)
at android.os.BaseBundle.get(BaseBundle.java:698)
at android.os.Bundle.getParcelable(Bundle.java:953)
at android.content.Intent.getParcelableExtra(Intent.java:8965)
at androidx.activity.ComponentDialog$$ExternalSyntheticApiModelOutline0.m(SourceFile:9)
at sushi.hardcore.droidfs.file_viewers.FileViewerActivity.onCreate(SourceFile:44)
at android.app.Activity.performCreate(Activity.java:8389)
at android.app.Activity.performCreate(Activity.java:8368)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1422)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636)
... 14 more
Okey, Finaly after hours of testing that test apk your provided works well,
Ive did some mistake and lost my all files, but no worries i have back up,
thank you for you awesome project :)
The conflict must be due to the F-Droid version that is signed with different keys.
So the test version still doesn’t work? How did you get this new crash log?
Test version works very well,
Crash log was from cloned version, which is just wanted to test, but finaly test version works,
Last thing that i will test to encrypt 50GB files and see how it works,
Great. The fix has been pushed:
b503f134d5
. The next release should solve the issue.