Description of problem: android-backup-extractor (ABE) is a utility to extract and repack Android backups created with adb backup.
Created attachment 9370 [details] Proposal spec I have started to try porting this program from Arch Linux and this spec file needs some smaller adjustments to work. Feel free to work on it.
CC: (none) => hamnisdude
It uses ant to compile. I tried using java-1.8 to compile it, but according to the README.md it apparently needs java-1.7 to compile. I'm certainly no expert so I don't know any workarounds. Either someone should open an issue on github or we need a patch to compile with 1.8 anyway.
Assigning this package request to all packagers collectively. On a voluntary basis, one of them might, if there are no license or other legal issues, want to integrate it to the distribution and maintain it for bug and security fixes.
Severity: normal => enhancementAssignee: bugsquad => pkg-bugsCC: (none) => marja11Summary: Add android-backup-extractor to Mageia 6 => android-backup-extractor, utility to extract and repack Android backups created with adb backup (ICS+).URL: (none) => https://github.com/nelenkov/android-backup-extractor
Created attachment 9371 [details] New spec file that will build a package
Attachment 9370 is obsolete: 0 => 1
It will both build and install, but if you type abe and press Enter to see what kind of commands it can do you get this error: Error: Could not find or load main class org.nick.abe.Main
I found this page that shows an example with this problem and how to solve it: http://javarevisited.blogspot.se/2015/04/error-could-not-find-or-load-main-class-helloworld-java.html I tried looking for the missing file with the locate and find commands, but I got this as a reply: [kristoffer@localhost Desktop]$ locate org.nick.abe.Main [kristoffer@localhost Desktop]$ find org.nick.abe.Main find: 'org.nick.abe.Main': No such file or directory
Created attachment 9377 [details] Failed manual build with ant