maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   Any Tools To Unpack/Pack .deb files for win XP (https://talk.maemo.org/showthread.php?t=39803)

biggzy 2010-01-08 23:39

Any Tools To Unpack/Pack .deb files for win XP
 
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 2010-01-10 16:59

Re: Any Tools To Unpack/Pack .deb files for win XP
 
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 2010-01-10 17:05

Re: Any Tools To Unpack/Pack .deb files for win XP
 
Quote:

Originally Posted by Tiboric (Post 462537)
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 2010-01-10 17:06

Re: Any Tools To Unpack/Pack .deb files for win XP
 
.deb is archive .tar.gz
You can google for unpaking .tar.gz under windows...

Matan 2010-01-10 17:12

Re: Any Tools To Unpack/Pack .deb files for win XP
 
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 2010-01-10 17:26

Re: Any Tools To Unpack/Pack .deb files for win XP
 
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 2010-01-10 18:18

Re: Any Tools To Unpack/Pack .deb files for win XP
 
Quote:

Originally Posted by biggzy (Post 462547)
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 2010-01-10 18:21

Re: Any Tools To Unpack/Pack .deb files for win XP
 
Iv found an unpacker (7zip) but it wont repack to .deb :(

Tiboric 2010-01-10 18:34

Re: Any Tools To Unpack/Pack .deb files for win XP
 
biggzy have you tried this yet:
Quote:

Originally Posted by Matan (Post 462561)
You can use gnu ar (binutils package) in cygwin to pack/unpack the deb file.


Siggen 2010-01-10 19:00

Re: Any Tools To Unpack/Pack .deb files for win XP
 
You can do it on the N900 and copy it to your windows machine

Code:

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.


All times are GMT. The time now is 15:26.

vBulletin® Version 3.8.8