I need to open/extract a password protected zip file.
I downloaded Informatix probundle https://www.b4x.com/android/forum/threads/probundle-chargeable.58754/
I am trying the ArchiverPlusZip v1.13 Pw, but getting error,
I have attached the zip file of the project.
I understand it is a very old library code and so throwing errors in new b4a 8.8.
I tried but could not fix it. Any solution is appreciated.
Further is there another zip library to open/extract a password protected zip file ?
Regards,
Anand
I downloaded Informatix probundle https://www.b4x.com/android/forum/threads/probundle-chargeable.58754/
I am trying the ArchiverPlusZip v1.13 Pw, but getting error,
B4X:
Logger connected to: Xiaomi Redmi 4
--------- beginning of main
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
main_activity_resume (java line: 424)
a.a.a.c.a: Cannot create destination folder
at a.a.a.a.a.b(SourceFile:50471)
at b4a.flm.archiverplus.ArchiverPlusZip.UnZip(SourceFile:27469)
at b4a.example.main._activity_resume(main.java:424)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:196)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:176)
at b4a.example.main.afterFirstLayout(main.java:110)
at b4a.example.main.access$000(main.java:17)
at b4a.example.main$WaitForLayout.run(main.java:82)
at android.os.Handler.handleCallback(Handler.java:754)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:163)
at android.app.ActivityThread.main(ActivityThread.java:6238)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:794)
a.a.a.c.a: Cannot create destination folder
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
main_activity_resume (java line: 424)
a.a.a.c.a: Cannot create destination folder
at a.a.a.a.a.b(SourceFile:50471)
at b4a.flm.archiverplus.ArchiverPlusZip.UnZip(SourceFile:27469)
at b4a.example.main._activity_resume(main.java:424)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:196)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:176)
at b4a.example.main$ResumeMessage.run(main.java:310)
at android.os.Handler.handleCallback(Handler.java:754)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:163)
at android.app.ActivityThread.main(ActivityThread.java:6238)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:794)
a.a.a.c.a: Cannot create destination folder
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
main_activity_resume (java line: 424)
a.a.a.c.a: Cannot create destination folder
at a.a.a.a.a.b(SourceFile:50471)
at b4a.flm.archiverplus.ArchiverPlusZip.UnZip(SourceFile:27469)
at b4a.example.main._activity_resume(main.java:424)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:196)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:176)
at b4a.example.main.afterFirstLayout(main.java:110)
at b4a.example.main.access$000(main.java:17)
at b4a.example.main$WaitForLayout.run(main.java:82)
at android.os.Handler.handleCallback(Handler.java:754)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:163)
at android.app.ActivityThread.main(ActivityThread.java:6238)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:794)
a.a.a.c.a: Cannot create destination folder
I have attached the zip file of the project.
I understand it is a very old library code and so throwing errors in new b4a 8.8.
I tried but could not fix it. Any solution is appreciated.
Further is there another zip library to open/extract a password protected zip file ?
Regards,
Anand