Hello,
i got a problem!
I've a zip archive on my windows ce 4.2 based pda, i must extract the archive from the command line but I cannot find any software...
Can you help me?
Another solution should be to create a self extract zip archive but I cannot find any sw.
help....
SKKV UnPacker
Ruby Scripts are needed to run Stage1.rb and Stage2.rb to Extract Facroryfs.rfs,dbdata.rfs and other files also! Need some files in the factoryfs.rfs file! And iam using Windows 7.Where can i get the scripts?
hello everyone
i unzip a apk file to folder then change it and now want to create a apk from folder with apkbuilder with this command
apkbuilder file.apk -u -rf foldersource
but show me this erorr:
No zip archive, there must be one for the resources
how do solve it please help me?
Does anyone know how to extract and repack system.img file that comes from factory image KTU84P?
I've been using windows 7, should i use ubuntu?
Hello, it seem like Xda-dev is too large to find information.
Can you guys please guide me, how to direct replace a file in a tar archive while preserve it's permission?
Note 7-zip can only extract tar but can't pack it with permission.
Can cygwin use to perform this task? Like find a file inside a tar and replace it.
Please help me guys~
doulc said:
Hello, it seem like Xda-dev is too large to find information.
Can you guys please guide me, how to direct replace a file in a tar archive while preserve it's permission?
Note 7-zip can only extract tar but can't pack it with permission.
Can cygwin use to perform this task? Like find a file inside a tar and replace it.
Please help me guys~
Click to expand...
Click to collapse
Greetings and welcome to assist. You want to unpack and repack a tar file for flashing as a rom ? I think assayed kitchen has that option
https://forum.xda-developers.com/ch...-android-roms-editor-assayyedkitchen-t3410545
which runs on windows and I know suppers kitchen can do this on linux
Also this post here explains how to repack your .img files to a tar.md5 using cygwin
tar -c boot.img cache.img hidden.img modem.bin recovery.img system.img >> file_name.tar
md5sum -t file_name.tar >> file_name.tar
mv file_name.tar file_name.tar.md5
Good luck
Sawdoctor
sawdoctor said:
You want to unpack and repack a tar file for flashing as a rom ? I think assayed kitchen has that option
https://forum.xda-developers.com/ch...-android-roms-editor-assayyedkitchen-t3410545
which runs on windows and I know suppers kitchen can do this on linux
Click to expand...
Click to collapse
I want to unpack other stuff. Would be nice if there's any command line or parameter usage, it would ease me to write a script.
I want to unpack Recovery.img mainly.
Thing is the Kitchen tool only allow unpack system.img
tar -c boot.img cache.img hidden.img modem.bin recovery.img system.img >> file_name.tar
md5sum -t file_name.tar >> file_name.tar
mv file_name.tar file_name.tar.md5
Click to expand...
Click to collapse
The md5sum is not helpful, odin will still give an error of invalid md5
And mv is just a rename command, correct me if I'm wrong
doulc said:
I want to unpack other stuff. Would be nice if there's any command line or parameter usage, it would ease me to write a script.
I want to unpack Recovery.img mainly.
Thing is the Kitchen tool only allow unpack system.img
The md5sum is not helpful, odin will still give an error of invalid md5
And mv is just a rename command, correct me if I'm wrong
Click to expand...
Click to collapse
If you rename recovery.img to boot.img it should inpack it, pretty sure supper's kitchen does this as well. Not sure if this tool will be any help to you
https://forum.xda-developers.com/showthread.php?t=2600364
Good luck
Sawdoctor