Notices


Reply
Thread Tools
biggzy's Avatar
Posts: 547 | Thanked: 461 times | Joined on Aug 2009 @ UK
#1
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
__________________
Nokia N900 - It's what computers have become.
My Web Site
Twitter
 
Tiboric's Avatar
Posts: 433 | Thanked: 312 times | Joined on Nov 2009 @ U.K
#2
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's Avatar
Posts: 547 | Thanked: 461 times | Joined on Aug 2009 @ UK
#3
Originally Posted by Tiboric View Post
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.
__________________
Nokia N900 - It's what computers have become.
My Web Site
Twitter
 
Posts: 207 | Thanked: 119 times | Joined on Nov 2009 @ Pittsburgh, PA, USA
#4
.deb is archive .tar.gz
You can google for unpaking .tar.gz under windows...
 
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#5
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.
 

The Following User Says Thank You to Matan For This Useful Post:
Posts: 329 | Thanked: 142 times | Joined on Oct 2009
#6
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
__________________
I don't mean to crush your hopes, I just can't help it
 
Tiboric's Avatar
Posts: 433 | Thanked: 312 times | Joined on Nov 2009 @ U.K
#7
Originally Posted by biggzy View Post
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's Avatar
Posts: 547 | Thanked: 461 times | Joined on Aug 2009 @ UK
#8
Iv found an unpacker (7zip) but it wont repack to .deb
__________________
Nokia N900 - It's what computers have become.
My Web Site
Twitter
 
Tiboric's Avatar
Posts: 433 | Thanked: 312 times | Joined on Nov 2009 @ U.K
#9
biggzy have you tried this yet:
Originally Posted by Matan View Post
You can use gnu ar (binutils package) in cygwin to pack/unpack the deb file.
 
Siggen's Avatar
Posts: 204 | Thanked: 75 times | Joined on Jan 2010 @ Norway
#10
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.
 
Reply

Thread Tools

 
Forum Jump


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