Help with making a flashable zip
This is a discussion on Help with making a flashable zip within the Droid X Hacks forums, part of the Droid X Forum category; So I just made a package of apps for my release and had it to install apps to /system but it didn't work should it ...
-
Help with making a flashable zip
So I just made a package of apps for my release and had it to install apps to /system but it didn't work should it go to /data? And how do you make a text appear when installing like "thank-you for installing this zip" I have a general idea but am a little unsure
Sent from my DROIDX using DroidForums
-
-
The apps should be in the "apps" folder. Which would be inside the system folder. Or open up a rom and look at its file structure.
The text is located in META-INF\com\google\android\ and is called the "updater-script". I edit that with notepad++.
The one I edited for my D1 looks like this:
show_progress(0.200000, 10);
ui_print("CJM's Theme . . . . . . . Installing");
mount("MTD", "system", "/system");
show_progress(0.500000, 40);
package_extract_dir("system", "/system");
show_progress(0.100000, 10);
ui_print("CJM's Theme . . . . . . . Installed");
ui_print("Install complete. .Reboot system now");
unmount("/system");
You would put whatever text you want to appear like this: ui_print("thank-you for installing this zip"); or: ui_print("Installing WilfulHippo's zip");
I didnt make that whole update.zip file. It was something posted as a "blank" zip file in this forum. I just changed the updater-script. I'm not sure it would be same for the DX.
You could also take a look, or post your question here:Up and Coming Themers
Here's a link that might help: How to Create Android Update Zip Package | All About Web & Mobile Application Development
If you have any questions, just ask. I'll try and help. Or post you text for the updater-script and we'll see if we can figure it out.
Follow us on Google Currents & be sure to subscribe. Here's how to stay Current.
-
Thanks so much that's super helpful
Sent from my DROIDX using DroidForums
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By Yonnor in forum Droid Themes
Replies: 15
Last Post: 05-20-2011, 05:36 AM
-
By Yonnor in forum Droid Themes
Replies: 2
Last Post: 04-18-2011, 08:14 AM
-
By coltzfan in forum Team D1-MIUI
Replies: 5
Last Post: 12-04-2010, 02:04 PM
-
By ipawd1 in forum Droid General Discussions
Replies: 0
Last Post: 10-18-2010, 03:52 PM
-
By Bloodyant101 in forum Droid 2 General Discussions
Replies: 2
Last Post: 09-08-2010, 10:19 PM
Search tags for this page
android flashable zip
,
create flashable zip
,
create flashable zip android
,
creating a flashable zip android
,
flashable zip android
,
how to create a flashable zip android
,
how to make a flashable zip
,
how to make a flashable zip android
,
how to make a flashable zip for android
,
how to make an flashable zip
,
how to make flashable zip android
,
make a flashable zip
,
make a flashable zip android
,
make flashable zip android
,
make flashable zip from any app
Click on a term to search our site for related topics.