有问题将.ab文件转换为.tar

发布于 2025-01-19 01:11:36 字数 717 浏览 1 评论 0原文

我使用 ADB 成功提取了应用程序 Dafit 的软件包。 使用此命令,

adb backup -apk com.crrepa.band.dafit

使用该命令我得到了一个名为 backup.ab 的文件

现在我正在使用 abe.jar 进行转换将 .ab 转换为 .tar 。 中编写此命令

我将 bacup.ababe.jar 粘贴到同一文件夹中,并在 CMD "C:\Program Files (x86)\Java\jre1.8.0 _321\bin\java.exe" -jar abe.jar unpack backup.ab backup.tar

当我按 Enter 键时,显示此结果...

49% 1024 字节写入backup.tar。

我在文件夹中获取了 backup.tar 文件,但是当我尝试打开它时,出现此错误。

在此处输入图像描述

该过程有什么问题吗..?我应该怎么做才能打开该 .tar 文件..?

I extracted the package of the app Dafit successfully with ADB.
using this command,

adb backup -apk com.crrepa.band.dafit

with that command I got a file named backup.ab

Now I'm using abe.jar to convert that .ab into .tar .
I pasted bacup.ab and abe.jar into same folder and wrote this command in CMD

"C:\Program Files (x86)\Java\jre1.8.0_321\bin\java.exe" -jar abe.jar unpack backup.ab backup.tar

when I press enter, this result is shown...

49% 1024 bytes written to backup.tar.

I get the backup.tar file in the folder, but when I try to open it, it gives this error..

enter image description here

Is there any problem with the process..? What should I do to open that .tar file..?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文