Replies: 1 comment 1 reply
-
|
Ok I will look at it soon, I worked on Save on Device to be more compatible, it works on every Android version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/AbdurazaaqMohammed/save-on-device
@AbdurazaaqMohammed - When I go back without saving:
FATAL EXCEPTION: main
Process: name.lmj001.savetodevice, PID: 8463
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=0, data=null} to activity {name.lmj001.savetodevice/name.lmj001.saveondevice.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.net.Uri android.content.Intent.getData()' on a null object reference
at android.app.ActivityThread.deliverResults(ActivityThread.java:4268)
at android.app.ActivityThread.handleSendResult(ActivityThread.java:4312)
at android.app.ActivityThread.-wrap19(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1644)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:463)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.net.Uri android.content.Intent.getData()' on a null object reference
at name.lmj001.saveondevice.MainActivity.onActivityResult(MainActivity.java:253)
at android.app.Activity.dispatchActivityResult(Activity.java:7286)
at android.app.ActivityThread.deliverResults(ActivityThread.java:4264)
... 9 more
It also doesn't / can't save files from internet, only local ones to .txt,
Phone Saverhttps://github.com/ScreamingHawk/phone-saver for instance is way more advanced and can DL files from the web, you can consider forking and continuing its development, instead ofSave on Device, implementing the same functionalities and features, etc. to SoD will probably be more work.Beta Was this translation helpful? Give feedback.
All reactions