Skip to content

Exception in thread "main" java.lang.RuntimeException #121

Description

@zai1208

I get the following error when running java -jar abe.jar unpack backup.ab backup.tar

Exception in thread "main" java.lang.RuntimeException: java.lang.NumberFormatException: For input string: "\ðÏ1-/data/media/0/TWRP/BACKUPS/1115fba1e4191c03/2023-09-17--21-33-22_QQ3A200605001/data.ext4.winTWRPtwdatablockDÝíº/bootchart/00407550003720000372000000000072131554257540012253xustar  shellshell58 RHT.security.selinux=u:object_r:bootchart_data_file:s0"
	at org.nick.abe.AndroidBackup.extractAsTar(AndroidBackup.java:232)
	at org.nick.abe.Main.main(Main.java:40)
Caused by: java.lang.NumberFormatException: For input string: "\ðÏ1-/data/media/0/TWRP/BACKUPS/1115fba1e4191c03/2023-09-17--21-33-22_QQ3A200605001/data.ext4.winTWRPtwdatablockDÝíº/bootchart/00407550003720000372000000000072131554257540012253xustar  shellshell58 RHT.security.selinux=u:object_r:bootchart_data_file:s0"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
	at java.base/java.lang.Integer.parseInt(Integer.java:668)
	at java.base/java.lang.Integer.parseInt(Integer.java:786)
	at org.nick.abe.AndroidBackup.extractAsTar(AndroidBackup.java:72)
	... 1 more

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions