[Q] Creating Splash1.img files - EVO 4G Q&A, Help & Troubleshooting

Is there a program I need to create Splash1.img files to start creating custom splash screens?
I had a program for the Hero that would do it....although I didn't have to zip it up with another file like we have to make the PC36IMG.zip file for the evo
I did search around for this - but didn't find a thread for the evo -
Thanks guys!

Related

Want to delete a particular file from windows folder

Hey all.
I am owning a HTC Diamond. Indian Version.
when i boot my phone there is an image turning up.
i figured out to be an image called airtel_480X640.gif.
which is in my main windows folder.
i want to either delete the file or replace the pic with an vodafone image.
can anyone guide me on how to delete/replace a file which is protected in the windows folder
If you are talking about changing your splash screen......then just simply use total commander and copy these new animated.GIF file and/or your welcomehead.png files into windows root. Then use diamond tweak 0.5.3 APP to make sure that splash screen animation is enabled.
When coping to Widows, don't copy into any folders but instead in the root of the file.
Why are you making multiple threads for the same thing?
You already got the answer on your other thread.
yoıu can use the free file manager Total Commander for it.

Merging Flashable ZIPs

Hey everyone, so I'm just starting to buckle down and learn more about Android Mods. Here's my latest question. I have a few zip files that I always flash on top of a new ROM. These include at the moment, a Rotary Lockscreen and the DroidX boot animation, possibly a circle battery shortly.
My question is, would there be a simple way to merge these zip files so I only have to flash one every time I load a new ROM, or even better, load these into a ROM file before flashing?
Is it as simple as opening the ZIPs, moving the files from one to the other (keeping the directory structure intact) and re-zipping the lot? Or is there something more complicated I need to look at...
Thanks in advance!
Edit: A quick look in one of the files revealed a .xml file with some references to the files to be installed. I assume I would have to edit the .xml to include all the instructions from each mod, but if that's all it takes, that should be easy... Again, I ask all of you... Am I missing something?
PSULightingGuy said:
Hey everyone, so I'm just starting to buckle down and learn more about Android Mods. Here's my latest question. I have a few zip files that I always flash on top of a new ROM. These include at the moment, a Rotary Lockscreen and the DroidX boot animation, possibly a circle battery shortly.
My question is, would there be a simple way to merge these zip files so I only have to flash one every time I load a new ROM, or even better, load these into a ROM file before flashing?
Is it as simple as opening the ZIPs, moving the files from one to the other (keeping the directory structure intact) and re-zipping the lot? Or is there something more complicated I need to look at...
Thanks in advance!
Edit: A quick look in one of the files revealed a .xml file with some references to the files to be installed. I assume I would have to edit the .xml to include all the instructions from each mod, but if that's all it takes, that should be easy... Again, I ask all of you... Am I missing something?
Click to expand...
Click to collapse
i think you need to edit the meta file and the xml file, but this can be done though.
PSULightingGuy said:
Hey everyone, so I'm just starting to buckle down and learn more about Android Mods. Here's my latest question. I have a few zip files that I always flash on top of a new ROM. These include at the moment, a Rotary Lockscreen and the DroidX boot animation, possibly a circle battery shortly.
My question is, would there be a simple way to merge these zip files so I only have to flash one every time I load a new ROM, or even better, load these into a ROM file before flashing?
Is it as simple as opening the ZIPs, moving the files from one to the other (keeping the directory structure intact) and re-zipping the lot? Or is there something more complicated I need to look at...
Thanks in advance!
Edit: A quick look in one of the files revealed a .xml file with some references to the files to be installed. I assume I would have to edit the .xml to include all the instructions from each mod, but if that's all it takes, that should be easy... Again, I ask all of you... Am I missing something?
Click to expand...
Click to collapse
what is the full name of the .xml file you see?
the recovery reads a file called update-script or updater-script inside the zip file META-INF/com/google/android/ directory. you memorize that directory path after messing with enough zip files!
that file tells the recovery what actions to take with which files. for list of very basic commands for this update-script file, i have a guide - http://forum.sdx-developers.com/android-2-1/creating-an-update-zip-list-of-commands/
it is possible to merge update.zip files but its important to understand their structure and how the commands are executed.
also signing .zip files is a whole different topic...
hopefully this helps get you going in the correct direction!
joeykrim said:
what is the full name of the .xml file you see?
the recovery reads a file called update-script or updater-script inside the zip file META-INF/com/google/android/ directory. you memorize that directory path after messing with enough zip files!
that file tells the recovery what actions to take with which files. for list of very basic commands for this update-script file, i have a guide - http://forum.sdx-developers.com/android-2-1/creating-an-update-zip-list-of-commands/
Click to expand...
Click to collapse
Since all the files have this could you copy and paste the codes inside them into one file?
Sent from my PC36100 using XDA App
chandlerw88 said:
Since all the files have this could you copy and paste the codes inside them into one file?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
You would want to read up a little bit and make sure you understand the commands, but yes. You do not want to copy the entire set of commands, just the particular needed lines. Often you don't need to change anything because the script may just say copy this entire system directory and everything in it will go.
Sent from my PC36100 using XDA App
It's pretty basic.
Move all the files into the same zip delete everything in meta-inf except the update script.
Adjust the script accordingly, pay attention to syntax or better yet just look at all the individual scripts and put them together, then remove dupes
As for zip signing..
This is what you need
http://forum.xda-developers.com/showthread.php?t=666441
OK, thanks! This has all helped a lot and I think I nailed the basics that I was shooting for, just haven't been able to test yet since no need to re-flash a working ROM.
My next question is, would there be a way to force files INSIDE an APK? Trying to add a different battery meter (have the images) to framework-res.apk and would love to do that from a boot script... Ideas?
PSULightingGuy said:
OK, thanks! This has all helped a lot and I think I nailed the basics that I was shooting for, just haven't been able to test yet since no need to re-flash a working ROM.
My next question is, would there be a way to force files INSIDE an APK? Trying to add a different battery meter (have the images) to framework-res.apk and would love to do that from a boot script... Ideas?
Click to expand...
Click to collapse
yes, its called 7-zip and its your new best friend in this battle. heres how i learned.
i started ripping apart the things that i liked, including roms themselves. now find an update zip that has the files inside the folders that you will need to add, and you can then recycle that update zip. here it is plain and simple:
1.use 7zip to VIEW; NEVER UNZIP the files(forget about windows zips)
2.check what folder the apps you will be putting in belong in
3.put them in their corresponding folders(some apps are tricky when you need to install their libs too and you dont know it)
4.erase the 3 bottom files in your meta-inf folder
5.resign the rom
6.verify the sign(look for the new certs)
7.move to sd
8.flash rom
9.have a pop,beer, or w/e your vice.(my fave is cherry coke)
if you need help getting started feel free to pm. you dont know who i am, but ive been thru this process many times.
​
Actually, that's not quite what I'm talking about... I want a flashable zip that will add certain images (the battery meter) to the INSIDE of a .apk file that already exists on the device. Not sure if it's possible, but if so, I'd love to know... If not, I'll try pulling the .apk and using 7-zip...

[Q] hboot flashable Splash1 image

Hey all. I was wondering if anyone new how to do this
http://forum.xda-developers.com/showthread.php?t=753788
with the G2
It seems pretty straight forward. get the picture to 480x800 however I don't know what the contents of the txt file would be for the g2 or what the .zip file would have to be named. can someone help me out?

[Q] UOT Kitchen Some Features didn't work

Hi,
just tried to make some changes with the UOT Kitchen but some features didn't work.
About my Device: HTC Desire PVT4 S-Off, Root, Runnymede 6.0.4.3
Features didn't work:
Header Text
Disable Carrier
New Bootanimation
can someone pls explain to me, why these features didn't work, and how i can fix them?
Thx much
The rom you are using probably moved the files you edited somewhere else in the system directory upon installation. This means that the flashable zip you got after theming is pushing the files to the wrong location.
What you can do is load those files manually by using adb or putting the said modified files on the rom zip prior to flashing.
Yes but what file is it? some features work. So i uploaded com.htc.resources.apk; resources-res.apk; SystemUI.apk.
but in the flashable zip are only 2 apks. the resources-res und the SystemUi. I found the folder for the bootanimation too. for me it has an other name, and boot and downanimation are in in file (or the downloaded is in one file, the othre has two)
If you have the file, boot into recovery, make backup, flash the cooked file and then see if it worked.
Sent from my HTC Desire using Tapatalk
So you can see in my first post, that i exactly did this, and some features didn't work!!!

[Q] Where can I find the Rom.zip files?

Hi
I was recently trying to look for the two zip files from an ruu but couldn't find it in the Temp folder. Am I missing something?

Categories

Resources