I am going to try to make this fast as possible as I am leaving town in an hour so here it goes...
I have been working hard at updating Liberty Toolbox into a generic ROM Toolbox. Now it can be used on every ROM and device and it has a built in ROM Manager.
Here is how you can get your ROM, theme or cool tweaks onto the ROM Manager for everyone to see and download.
Step 1:
create an xml file with the following layout:
Step 2:
Upload your xml somewhere other than where you have to wait seconds for the download. Your server or dropbox works
Step 3:
Send me an email with the following information:
1. Your developer name
2. Summary of your work (this will appear under you name in the ROM Manager)
3. link to your file from above
4. phones you support (droidx, droid2, nexus, etc.). Note: all phones is an option
Step 4:
Have a super easy way to download and install your stuff and have others enjoy it as well
Some Notes
Right now this is only in Liberty Toolbox Pro. I will update the free version as soon as I get back from my trip (August 1st) and it's ready for release.
If rom devs would like to put liberty toolbox into there own settings menu a easy tutorial will come soon.
Thanks to everyone for an awesome Android community. Cheers.
I have been working hard at updating Liberty Toolbox into a generic ROM Toolbox. Now it can be used on every ROM and device and it has a built in ROM Manager.
Here is how you can get your ROM, theme or cool tweaks onto the ROM Manager for everyone to see and download.
Step 1:
create an xml file with the following layout:
Code:
<roms count="2">
<rom>
<category>Example Category</category>
<name>Example</name>
<info>It only takes a few minutes to get your own rom section in the toolbox. Check out for more info</info>
<PhoneModel>*</PhoneModel>
<SubFolder>example</SubFolder>
<url>http://JRummy16.com/jrummy/hidden/nothing.zip</url>
<md5>647bdb8828d2d7e97acfa906565987f0</md5>
<donate>http://bit.ly/donatetome</donate>
<screenshot>http://bit.ly/screenshot</screenshot>
<IsDependent>false</IsDependent>
<dependency></dependency>
</rom>
<rom>
<category></category> <!-- The category it will be placed under in your view -->
<name></name> <!-- The name above the summary -->
<info></info> <!-- The summary about the package the user would download/install -->
<PhoneModel></PhoneModel> <!-- The build model. Example: the droid1 is "sholes", the droidx is droidx. For all phones just put a * -->
<SubFolder></SubFolder> <!-- The folder your zip will be downloaded to inside romtoolbox downloads -->
<url></url> <!-- link to your zip -->
<md5></md5> <!-- md5sum of your zip. To skip this please put a * -->
<donate></donate> <!-- donate link that will appear when you longpress any option -->
<screenshot></screenshot> <!-- link to a screenshot or forum post -->
<IsDependent></IsDependent> <!-- (just leave as blank for now) if your zip depends on a license from the market (coming soon) -->
<dependency></dependency> <!-- (just leave as blank for now) coming soon -->
</rom>
</roms>
Step 2:
Upload your xml somewhere other than where you have to wait seconds for the download. Your server or dropbox works
Step 3:
Send me an email with the following information:
1. Your developer name
2. Summary of your work (this will appear under you name in the ROM Manager)
3. link to your file from above
4. phones you support (droidx, droid2, nexus, etc.). Note: all phones is an option
Step 4:
Have a super easy way to download and install your stuff and have others enjoy it as well
Some Notes
Right now this is only in Liberty Toolbox Pro. I will update the free version as soon as I get back from my trip (August 1st) and it's ready for release.
If rom devs would like to put liberty toolbox into there own settings menu a easy tutorial will come soon.
Thanks to everyone for an awesome Android community. Cheers.