Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
supbro
Old
#1  
supbro's Avatar
Senior Member - OP
Thanks Meter 0
Posts: 406
Join Date: Aug 2007
Location: San Diego, CA

 
DONATE TO ME
Default [Free App] CabGen - easily create .cab from wap-provisioningdoc

I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!

http://supware.net/CabGen
-Doug Melton
@dgmltn http://dougmelton.com

Ericsson T28z < SonyEricsson T68 < SonyEricsson T610 < HTC Typhoon < HTC Tornado < HTC Titan < HTC Victor + HTC Magic + Motorola CLIQ + Motorola Droid < HTC EVO 4G + Samsung Vibrant + Samsung Epic 4G + iPhone 3GS < Nexus S 4G < Galaxy Nexus LTE
 
boggsie
Old
#2  
Senior Member
Thanks Meter 34
Posts: 395
Join Date: Oct 2007
Location: Columbus
Quote:
Originally Posted by supbro View Post
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!

http://supware.net/CabGen
A great tool for linux & mac folks ... I think that makecab.exe is available, if not included in Windows XP (Pro?).

Code:
makecab _setup.xml RegEdits.cab
Thanks for sharing.

Best regards,
-boggsie
 
supbro
Old
#3  
supbro's Avatar
Senior Member - OP
Thanks Meter 0
Posts: 406
Join Date: Aug 2007
Location: San Diego, CA

 
DONATE TO ME
Quote:
Originally Posted by boggsie View Post
A great tool for linux & mac folks ... I think that makecab.exe is available, if not included in Windows XP (Pro?).

Code:
makecab _setup.xml RegEdits.cab
Thanks for sharing.

Best regards,
-boggsie
... and for people who are scared of the cmd prompt
-Doug Melton
@dgmltn http://dougmelton.com

Ericsson T28z < SonyEricsson T68 < SonyEricsson T610 < HTC Typhoon < HTC Tornado < HTC Titan < HTC Victor + HTC Magic + Motorola CLIQ + Motorola Droid < HTC EVO 4G + Samsung Vibrant + Samsung Epic 4G + iPhone 3GS < Nexus S 4G < Galaxy Nexus LTE
 
lepsyfou
Old
#4  
lepsyfou's Avatar
Senior Member
Thanks Meter 2
Posts: 1,570
Join Date: May 2007
Location: Montreal ( and Lille France)
+1 great tool,
esay create cab

thank you supbro
 
jwoegerbauer
Old
#5  
jwoegerbauer's Avatar
Senior Member
Thanks Meter 134
Posts: 441
Join Date: Jul 2009
Location: Bavaria (Germany)
Quote:
Originally Posted by supbro View Post
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!

http://supware.net/CabGen
I've tested the online tool and got error message:

Fatal error: Maximum execution time of 30 seconds exceeded in /users/supbro.com/htdocs/supware.net/CabGen/MakeCAB.class on line 465
 
supbro
Old
#6  
supbro's Avatar
Senior Member - OP
Thanks Meter 0
Posts: 406
Join Date: Aug 2007
Location: San Diego, CA

 
DONATE TO ME
Quote:
Originally Posted by jwoegerbauer View Post
I've tested the online tool and got error message:

Fatal error: Maximum execution time of 30 seconds exceeded in /users/supbro.com/htdocs/supware.net/CabGen/MakeCAB.class on line 465
Interesting, is your xml lengthy? I just tried it again without a problem. Maybe it was a one-time hiccup?
-Doug Melton
@dgmltn http://dougmelton.com

Ericsson T28z < SonyEricsson T68 < SonyEricsson T610 < HTC Typhoon < HTC Tornado < HTC Titan < HTC Victor + HTC Magic + Motorola CLIQ + Motorola Droid < HTC EVO 4G + Samsung Vibrant + Samsung Epic 4G + iPhone 3GS < Nexus S 4G < Galaxy Nexus LTE
 
jwoegerbauer
Old
#7  
jwoegerbauer's Avatar
Senior Member
Thanks Meter 134
Posts: 441
Join Date: Jul 2009
Location: Bavaria (Germany)
The .xml-file i tried to convert to .cab-file is of 159KB size:
http://www.mediafire.com/file/4wnmyenizjy/WMP9.reg.xml
 
supbro
Old
#8  
supbro's Avatar
Senior Member - OP
Thanks Meter 0
Posts: 406
Join Date: Aug 2007
Location: San Diego, CA

 
DONATE TO ME
Quote:
Originally Posted by jwoegerbauer View Post
The .xml-file i tried to convert to .cab-file is of 159KB size:
http://www.mediafire.com/file/4wnmyenizjy/WMP9.reg.xml
That certainly should be small enough. It seems that the MakeCab.class php file I'm using must have an infinite loop somewhere. If you're interested in trying to fix it, it's here:

http://supware.net/CabGen/MakeCAB.class
-Doug Melton
@dgmltn http://dougmelton.com

Ericsson T28z < SonyEricsson T68 < SonyEricsson T610 < HTC Typhoon < HTC Tornado < HTC Titan < HTC Victor + HTC Magic + Motorola CLIQ + Motorola Droid < HTC EVO 4G + Samsung Vibrant + Samsung Epic 4G + iPhone 3GS < Nexus S 4G < Galaxy Nexus LTE
 
yvettejudd
Old
#9  
yvettejudd's Avatar
Member
Thanks Meter 0
Posts: 39
Join Date: Jul 2008
Default Thanks! :)

Quote:
Originally Posted by supbro View Post
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!

http://supware.net/CabGen
Thanks so much for this - it's awesome!!!
Running Android Syndicate Rom Frozen 1.2, EC05 Modem and Genocide kernel (Sprint)
 
supbro
Old
#10  
supbro's Avatar
Senior Member - OP
Thanks Meter 0
Posts: 406
Join Date: Aug 2007
Location: San Diego, CA

 
DONATE TO ME
Quote:
Originally Posted by yvettejudd View Post
Thanks so much for this - it's awesome!!!
Glad someone finds it useful
-Doug Melton
@dgmltn http://dougmelton.com

Ericsson T28z < SonyEricsson T68 < SonyEricsson T610 < HTC Typhoon < HTC Tornado < HTC Titan < HTC Victor + HTC Magic + Motorola CLIQ + Motorola Droid < HTC EVO 4G + Samsung Vibrant + Samsung Epic 4G + iPhone 3GS < Nexus S 4G < Galaxy Nexus LTE

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more

Guide Your Sheep to Safety with Finger Shepherd

Just a coupe of days ago, we brought you news about a game calledAgent Sheep. In that … more

Nandroid Manager Receives Major Update

Do you find yourself obsessively jumping from ROM to ROM? And do you hate having to restore a full … more