View Full Version : Any Tools To Unpack/Pack .deb files for win XP
biggzy
01-08-2010, 07:39 PM
Hi all, as the title says, is there any tools to unpack/pack deb files on windows XP? also if there is can i just repack a file iv edited and install via "red pill" mode or is there some special method? Thanx ;)
Tiboric
01-10-2010, 12:59 PM
Biggzy what are you planing on modding? I used a few of your s60 mod in the past. they were good.
I also would like to know it there is an unpacker-repacker for maemo, or do you just modify the source from the dev's site(if available) and recompile?
biggzy
01-10-2010, 01:05 PM
Biggzy what are you planing on modding? I used a few of your s60 mod in the past. they were good.
I also would like to know it there is an unpacker-repacker for maemo, or do you just modify the source from the dev's site(if available) and recompile?
Hi Tiboric im planning on modding some icons for some apps that dont have touch style icons so it matches the system UI.
As far as i know you just unpack, replace png/svg images and repack, i hoe its that easy anyway.
mikhmv
01-10-2010, 01:06 PM
.deb is archive .tar.gz
You can google for unpaking .tar.gz under windows...
Matan
01-10-2010, 01:12 PM
Not exactly. It is an ar archive containing two tar.gz files. You can use gnu ar (binutils package) in cygwin to pack/unpack the deb file.
MrGrim
01-10-2010, 01:26 PM
I think winzip should be able to do it
Since windows uses the dumb extension-based type recognition, you may need to either change .deb to .zip or force open with (show all files) filter in the open dialog in winzip
Tiboric
01-10-2010, 02:18 PM
Hi Tiboric im planning on modding some icons for some apps that dont have touch style icons so it matches the system UI.
As far as i know you just unpack, replace png/svg images and repack, i hoe its that easy anyway.
similar to a sis or even a jar file.
guess your going to be busy tonight. :)
post us some pics when your done.
cheers
john
biggzy
01-10-2010, 02:21 PM
Iv found an unpacker (7zip) but it wont repack to .deb :(
Tiboric
01-10-2010, 02:34 PM
biggzy have you tried this yet:
You can use gnu ar (binutils package) in cygwin to pack/unpack the deb file.
Siggen
01-10-2010, 03:00 PM
You can do it on the N900 and copy it to your windows machine
ar p *.deb data.tar.gz | tar zx
* does it with any or all debs in the same folder, but this will not work with more deb files in the same dir, because all of them would produce a data.tar.gz file which would be extracted as a folder that would be called the same name. Change *.deb to something else if you have more debs in the same dir.
Try it on the N900, I have not yet got mine in mail so I can't try it out for you yet. If it does not work, try installing easy debian and running it within that.
Copy the file to your memory card (if any), or copy it via network.
biggzy
01-10-2010, 03:04 PM
biggzy have you tried this yet:
no lol, what is it?
biggzy
01-10-2010, 03:06 PM
You can do it on the N900 and copy it to your windows machine
ar p *.deb data.tar.gz | tar zx
* does it with any or all debs in the same folder, but this will not work with more deb files in the same dir, because all of them would produce a data.tar.gz file which would be extracted as a folder that would be called the same name. Change *.deb to something else if you have more debs in the same dir.
Try it on the N900, I have not yet got mine in mail so I can't try it out for you yet. If it does not work, try installing easy debian and running it within that.
Copy the file to your memory card (if any), or copy it via network.
does this pack a .deb file? or just unpack? thanx
Siggen
01-10-2010, 04:03 PM
that particular command with them parameters would unpack the deb,
with other parameters it could repack it
Tiboric
01-11-2010, 04:18 AM
does this pack a .deb file? or just unpack? thanx
I don't know or don't understand but it was posted a few post above mine. lol
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.