[Q] UOT Kitchen Some Features didn't work - Desire Q&A, Help & Troubleshooting

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!!!

Related

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...

Metamorph and the Incredible Help thread

Figured we might need a help thread for metamorph and since I need help here goes the first question
So I took part of my theme and made it Metamorph compatible with the guide here:
http://forum.xda-developers.com/showthread.php?t=591329
Now MM opens the zip fine, starts to install it, asks permission to edit framework-res.apk then after about 1 minute it asks for a reboot and then before I can answer it just reboots. At this point it gets stuck in a boot loop and I have to nandroid.
Never really messed with MM so it could be something I am doing wrong or I did read this:
Depending on the device you have you may need a different SPL to be able to apply themes.
Click to expand...
Click to collapse
Anyways I attached my test theme (no where complete, just wanted to test it). Is the issue with me, the phones spl or metamorph not ready for the incredible yet?
ps: If your going to test my theme uploaded here, be smart, do a backup, this is just a test and not a full theme and I just told you it is causing boot loops
test file download
I wonder if the SPL will be the roadblock until Froyo is officially released. Of course I know nothing of these things...
*Sent via Tapatalk on my Incredible
running latest leak 8/1/10 new radio 2.15 busybox all set up. tried to installed metamorph and ninjamorph, gives /system error about space and then my root is broken ?!? any ideas folks, so lost on this one. thank god for nandroid restore
icedmayhem said:
running latest leak 8/1/10 new radio 2.15 busybox all set up. tried to installed metamorph and ninjamorph, gives /system error about space and then my root is broken ?!? any ideas folks, so lost on this one. thank god for nandroid restore
Click to expand...
Click to collapse
Did you run the unrevoked forever to unlock the nand
I'm having mixed results with metamorph. I was able to do everything I wanted on CM6. I actually ported this over for us and it works great on metamorph not problems, check it out: http://androidforums.com/roms-incredible/149055-theme-vatsense-cm6port.html
now I tried porting one of my themes over to skyraider2.2 and I can get framework-res and com.htc.resources to work fine, but when i tried to add in my themed apps, I get a f/c and have to pull battery. http://androidforums.com/roms-incredible/148221-theme-do-bluev1.html
Ran the unrevoked tool so give me s off as well...
I had somebody in the nexus forum metamorph the weather channel widget but I cant get it to install, anyone game to take a look? I would love this to be transparent.
I have ran unrevoked forever and installe the latest metamorph.
Thanks
Im running (latest) stock 2.2 leak, and i cant get metamorph or NinjaMorph to make ANYthing stick. (YES I HAVE S-OFF) Both run as if they are making the changes, No diff than they did with the Moto Droid. MM reboots after ANY package, not just framework, with out asking to reboot. Ninja will usually break the app (app is no longer installed)
ANY IDEAS?
EDIT: just for kicks i installed a Deodexed Stock ROM, and still the same results... It says its doing it, but i the end it makes NO changes to the APK files.
see if you can manually (adb) replace the files and see if it sticks..... if not then the issue is not metemporph.... it's a rooting/nand issue.
R1lover said:
see if you can manually (adb) replace the files and see if it sticks..... if not then the issue is not metemporph.... it's a rooting/nand issue.
Click to expand...
Click to collapse
Manually replacing the entire APK... work just like it did when we needed recovery. Just now you type ADB remount, then push it.
If you mean manually replacing the edited files within the apk, thats not directly possible via adb. you have to PULL, EDIT,PUSH.
The problem here is metaMorph is supposed to open the apk replace just the edited files then close it up right on the phone, and its just not doing that!
what i did that fixed all my issues was install busybox from market. its odd but it all works perfect now even though i though it had been prebuilt into the rom. strange but ill take it
icedmayhem said:
what i did that fixed all my issues was install busybox from market. its odd but it all works perfect now even though i though it had been prebuilt into the rom. strange but ill take it
Click to expand...
Click to collapse
Yea, I just did what you said, before Metamorph would say not enough free space in /system/
I was using the 8/1/10 Froyo leak and I guess that one didn't have busybox, weird I was able to use Titanium Backup and I though that required busybox as well...
everytime you switch a rom, you should download busybox and let it update, it changes per rom.
Welp , Im still at a loss... I updated busybox, using the market app... and it still gives me the same results...
It takes 2-3 min to "apply theme" then reboots... and NO changes !
My theme contains ONLY the folders and files that need to be replaced, and my xml is copied from an existing theme, then edited. So i dont know wtf is goin on with this ****.
try making it into a file that can be flashed from recovery, then ull know for sure u made it correct....
Not sure this will help but I just installed Metamorph today and was getting the "system memory" error. To fix the problem I just used Root Explorer to mount /system as rw. Could the problems be related to write permissions?
I'm new to this...
I'm running SkyRaider's 2.5.2. Sense ROM. Just downloaded MM & BusyBox via market. When I start MM I select "Start Checks" or whatever. It then either forces my phone into reboot or gives me the "not enough memory in /system" error.
I did not install unrevoked forever. Is that my problem?
ksidirt said:
I'm new to this...
I'm running SkyRaider's 2.5.2. Sense ROM. Just downloaded MM & BusyBox via market. When I start MM I select "Start Checks" or whatever. It then either forces my phone into reboot or gives me the "not enough memory in /system" error.
I did not install unrevoked forever. Is that my problem?
Click to expand...
Click to collapse
Uh yea, it needs to write to system, you need S-off to use it.
I'm reviving this thread so as to not clutter up the Metamorph Themes Master List thread
This quote is from the other thread, I just thought it would be more appropriate to answer here instead.
mikesincredible said:
Wow. What you just told me is like trying to learn chinese...lol I see there's more involved...any good articles to point out so I can learn. I just know rom manager and adb push code... ::
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I'm sure there are some guides floating around XDA, but I mostly learned MM just by messing with it and learning from trial and error.
Basically, metamorph just opens up an .apk file, replaces any of the files it finds in the folders specified by a theme's .xml file, then closes/re-signs the apk.
This is much better than flashing themes from the recovery menu or rom manager because doing so replaces the entire framework-res.apk, overwriting any themes you had previously installed. Since metamorph only replaces the files you want, any theme you already had will be preserved.
Here's an example to get a quick overview of how it works. Say you've already applied my black rotary lockscreen mod (found here) and you want to use some of the elements from SoCalMiles' Incredible rEVOlution theme.
First you should download his file, and inside the .zip find "\Incredible_Revolution_Original_Theme.zip\system\framework\framework-res.apk" and extract it somewhere.
Then rename "framework-res.apk" to "framework-res.apk.zip" or something similar. Now you can browse/unzip the files just like you would any other folder.
In your new .zip navigate to \framework-res.apk.zip\res\drawable-hdpi-v4, most of a rom's theme will be in that folder.
Now, if you've applied my theme through metamorph (or any theme, for that matter) you should have the directory "\sdcard\AndroidThemes\BlackRotary-hdpi-v4\framework-res\res\drawable-hdpi-v4\" on your sdcard.
Choose any of the files you want to apply to your phone from the extracted Incredible rEVOlution drawable-hdpi-v4 folder and copy them from to the \sdcard\AndroidThemes\BlackRotary-hdpi-v4\framework-res\res\drawable-hdpi-v4\ folder. Now when you run the metamorph it should copy the files you added as well as the ones that were previously there.
If you want to copy files that are not in the drawable-hdpi-v4 folder, simply make a new folder for the containing folder. Basically just make sure the \sdcard\AndroidThemes\whatevs\framework-res\ directories match the directories in the framework-res.apk file you're pulling from.
That's the easiest way to combine two themes, if you're looking to make you're own metamorph theme to post on xda you'll need to learn to edit the .xml file which directs metamorph to which files to modify, but that isn't too hard either, and there's no need to do this if you're just making metamorphs for your own personal use.
mixedlemon said:
I'm reviving this thread so as to not clutter up the Metamorph Themes Master List thread
This quote is from the other thread, I just thought it would be more appropriate to answer here instead.
I'm sure there are some guides floating around XDA, but I mostly learned MM just by messing with it and learning from trial and error.
Basically, metamorph just opens up an .apk file, replaces any of the files it finds in the folders specified by a theme's .xml file, then closes/re-signs the apk.
This is much better than flashing themes from the recovery menu or rom manager because doing so replaces the entire framework-res.apk, overwriting any themes you had previously installed. Since metamorph only replaces the files you want, any theme you already had will be preserved.
Here's an example to get a quick overview of how it works. Say you've already applied my black rotary lockscreen mod (found here) and you want to use some of the elements from SoCalMiles' Incredible rEVOlution theme.
First you should download his file, and inside the .zip find "\Incredible_Revolution_Original_Theme.zip\system\framework\framework-res.apk" and extract it somewhere.
Then rename "framework-res.apk" to "framework-res.apk.zip" or something similar. Now you can browse/unzip the files just like you would any other folder.
In your new .zip navigate to \framework-res.apk.zip\res\drawable-hdpi-v4, most of a rom's theme will be in that folder.
Now, if you've applied my theme through metamorph (or any theme, for that matter) you should have the directory "\sdcard\AndroidThemes\BlackRotary-hdpi-v4\framework-res\res\drawable-hdpi-v4\" on your sdcard.
Choose any of the files you want to apply to your phone from the extracted Incredible rEVOlution drawable-hdpi-v4 folder and copy them from to the \sdcard\AndroidThemes\BlackRotary-hdpi-v4\framework-res\res\drawable-hdpi-v4\ folder. Now when you run the metamorph it should copy the files you added as well as the ones that were previously there.
If you want to copy files that are not in the drawable-hdpi-v4 folder, simply make a new folder for the containing folder. Basically just make sure the \sdcard\AndroidThemes\whatevs\framework-res\ directories match the directories in the framework-res.apk file you're pulling from.
That's the easiest way to combine two themes, if you're looking to make you're own metamorph theme to post on xda you'll need to learn to edit the .xml file which directs metamorph to which files to modify, but that isn't too hard either, and there's no need to do this if you're just making metamorphs for your own personal use.
Click to expand...
Click to collapse
What other folders contain the status icons? I'm looking to restore the circle battery and alarm from the incredible revolution theme, I found the battery.pngs..but no alarm..so if I copy and paste them to the blackrotary folder in androidthemes and metamorph, I should have the battery back

How to add apk files into a rom

hey i want to add some files like htc clock.apk and calculator.apk to N.S.A rom, so how do i go about it. Any help
Thank you.
unzip the ROM, add them to the app folder and rezip it and then flash the ROM (making sure the recovery utility you're using allows non-signed ROMs)
i am using clockworkmod recovery, does it allow flashing unsigned rom??
Thanks
unquestioning
shoemeistah said:
unquestioning
Click to expand...
Click to collapse
Sorry, what does that means.
Yes, you have to remove the signing checking option in it (under advanced or something, have a play about)
hey use Android kitchen to Modify the Rom as want
>you can add and remove apps
>you can create your own custom rom if want..!!
>And you can sign the modified ROM
READ THE INSTRUCTION YOU'LL GET TO KNOW
try it out works great here is the link:
http://forum.xda-developers.com/showthread.php?t=633246
harish.awe said:
hey use Android kitchen to Modify the Rom as want
>you can add and remove apps
>you can create your own custom rom if want..!!
>And you can sign the modified ROM
READ THE INSTRUCTION YOU'LL GET TO KNOW
try it out works great here is the link:
http://forum.xda-developers.com/showthread.php?t=633246
Click to expand...
Click to collapse
It's a LOT easier to just do it yourself...
?
does this work for the captivate
Don't know, go ask in the captivate forum and not the Desire one
Hi all, i'm a new user and i have some trouble adding .apk's into cooked roms.
In particular, i'm trying to add some .apk into /system/app of InsertCoin Gingerbread 1.0.5
I have unzipped the rom, add those apk's, zipped again but when i flash it from recovery it says "Can't Find Update Script".
Iryon said:
Hi all, i'm a new user and i have some trouble adding .apk's into cooked roms.
In particular, i'm trying to add some .apk into /system/app of InsertCoin Gingerbread 1.0.5
I have unzipped the rom, add those apk's, zipped again but when i flash it from recovery it says "Can't Find Update Script".
Click to expand...
Click to collapse
Don't(!) unzip the rom. Just open the archive using 7zip or winzip (or something like that; right-click zip and choose 'open archive'). Then just move apk to correct folder. If you're taking apk's from another rom, open that using 7zip as well. Then, drag the program from one rom to the other. When you're finished and want to flash the rom, make sure you've disabled 'signature verification' in recovery (it is an option in recovery).
Thank you, i was able to flash my first "modded" version with different boot/down animation, Teeter game (i love it) and Titanium Backup
The only thing i was not able to do was Root Explorer, i tried to put it in system/app and in data/app but when i flash rom it doesn't appear in the drawer.
Any suggestion?
Iryon said:
Thank you, i was able to flash my first "modded" version with different boot/down animation, Teeter game (i love it) and Titanium Backup
The only thing i was not able to do was Root Explorer, i tried to put it in system/app and in data/app but when i flash rom it doesn't appear in the drawer.
Any suggestion?
Click to expand...
Click to collapse
I have been learning how to do this in the last few days and have had similar issues as you. I can get some to install fine and appear in the drawer but not all.
I have only been adding the apk's to system/app and not data/app. Should the apk's be added to one of these, both of them or another folder completely?
Can anyone help the two of us out?
I used apk swapper but all the apps are not working

Combining themes/mods before flashing?

Searching around has given little result. Most other threads talk about ripping framework.apks apart and combining them.
What I'm more interested is in combining things together and flashing them at one go (UVOC kernels, modified rosie.apks, modified battery on the notification bar), instead of one by one (renaming 1 zip to update.zip, drop into SD, boot, flash update zip, reboot, renaming another zip to update.zip, drop into SD, boot, flash, rinse, repeat).
For example, I have 3 zips,
A modified rosie.apk to give a transparent app drawer (fx-2.10.405.2_rosie-dnd_transappdrw.zip)
A Battery Custom Z (UOT-ZC-10-08-16-17-1.zip)
and a UVOC Kernel (thanks to richardtrip) (UVOC_Kernel.zip)
Opening them up through winrar,
the rosie has 2 folders, system/app and META-INF
the battery z has framework and also META-INF (which I assume to be the same?)
the UVOC kernal has system/lib, boot.img and META-INF as well.
how do I go about combining them into 1 zip? just cut/paste in winrar? then autosign?
And shouldn't the framework folder in the battery z zip be in system/framework?
Thanks in advance!
eden2812 said:
Searching around has given little result. Most other threads talk about ripping framework.apks apart and combining them.
What I'm more interested is in combining things together and flashing them at one go (UVOC kernels, modified rosie.apks, modified battery on the notification bar), instead of one by one (renaming 1 zip to update.zip, drop into SD, boot, flash update zip, reboot, renaming another zip to update.zip, drop into SD, boot, flash, rinse, repeat).
For example, I have 3 zips,
A modified rosie.apk to give a transparent app drawer (fx-2.10.405.2_rosie-dnd_transappdrw.zip)
A Battery Custom Z (UOT-ZC-10-08-16-17-1.zip)
and a UVOC Kernel (thanks to richardtrip) (UVOC_Kernel.zip)
Opening them up through winrar,
the rosie has 2 folders, system/app and META-INF
the battery z has framework and also META-INF (which I assume to be the same?)
the UVOC kernal has system/lib, boot.img and META-INF as well.
how do I go about combining them into 1 zip? just cut/paste in winrar? then autosign?
And shouldn't the framework folder in the battery z zip be in system/framework?
Thanks in advance!
Click to expand...
Click to collapse
you would also have to re-write the update script and/or binary
Rewriting update scripts and binary.. Oh boy.
I haven't gotten too far into ROMs yet. I don't think I will be rewriting scripts any time soon.
Thanks for you help anyway, Androhero!
On a side note, even if I were to flash the update.zips one by one...
Shouldn't the framework folder in the battery z zip be in system/framework instead of just sitting in the root of the zip? Does this even matter? or is that the way it is
Not nessesarly, thats what the update script is for, it basicall tells the recovery what to put where, you can also use it to delete files and carry out other commands, look in the meta inf folder the update script is in the google folder just open it with notepad
Sent from my HTC Desire using Tapatalk
Why do you need to rename to Update.zip if i may ask... just use clockwork... that way it gets a few less steps at least
1. Put all zips on sd card
2. flash rom
3. reboot to rom, let it load for 30 mins
4. Go back into recovery, flash all mods, in correct order (if you have to that flashes framework-res or something)
5. reboot
6. Have fun
AndroHero said:
Not nessesarly, thats what the update script is for, it basicall tells the recovery what to put where, you can also use it to delete files and carry out other commands, look in the meta inf folder the update script is in the google folder just open it with notepad
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
So where exactly is the update script located?
Beaverman20 said:
Why do you need to rename to Update.zip if i may ask... just use clockwork... that way it gets a few less steps at least
1. Put all zips on sd card
2. flash rom
3. reboot to rom, let it load for 30 mins
4. Go back into recovery, flash all mods, in correct order (if you have to that flashes framework-res or something)
5. reboot
6. Have fun
Click to expand...
Click to collapse
I'm not exactly sure. I always thought that was the way.

[Q] Cant install custom boot animation?

Im trying to install the custom boot animation found here called "call of android"
Im trying to install it on my desire z on virtuous unity 1.31.0 and its coming up with the following;
-- installing: /sdcard/virtous unity rom/CoD-Bootanimation-W-sound.zip
Finding update package...
opening update package...
installing update...
amend scripting (update-script) is no longer supported.
amend scripting was deprecated by google in android 1.5.
it was necessary to remove it when upgrading to the clockworkmod 3.0 gingerbread based recovery.
please switch to edify scripting (updater-script and update-binary) to create working update zip packages.
installation aborted.
No idea's what this means as ive installed zip all the time and had no problems?
you need to rename the file to bootanimation.zip and using root explorer (or any similar file manager) u need to copy and replace it to:
/system/customize/resource
now reboot and enjoy
nonione said:
you need to rename the file to bootanimation.zip and using root explorer (or any similar file manager) u need to copy and replace it to:
/system/customize/resource
now reboot and enjoy
Click to expand...
Click to collapse
Didnt work ive renamed it to bootanimation.zip and when i go to paste it in the recourse folder it comes up with bootanimation is read only so ive set the permissions on the file im coping to read and write but i cant do the same with the file its replacing? and it wont let me rename it or delete it either?
dav08094194 said:
Didnt work ive renamed it to bootanimation.zip and when i go to paste it in the recourse folder it comes up with bootanimation is read only so ive set the permissions on the file im coping to read and write but i cant do the same with the file its replacing? and it wont let me rename it or delete it either?
Click to expand...
Click to collapse
Only works sometimes when putting into system folder. Will work EVERYTIME if you put the bootanimation.zip file in data/local/ Also you are extracting the bootanimation.zip out of whatever file it is you were using to try to flash in recovery i hope?
xsteven77x said:
Only works sometimes when putting into system folder. Will work EVERYTIME if you put the bootanimation.zip file in data/local/ Also you are extracting the bootanimation.zip out of whatever file it is you were using to try to flash in recovery i hope?
Click to expand...
Click to collapse
Ive tried that too and it doesnt work either it comes up with the same problem? Ive tried to install the zip in cwm the way i downloaded it?
first locate the directory your bootanimation.zip is in then you can use root explorer and after renaming the custom one to bootanimation.zip cut and paste it to the location this worked for me as well as using an application called absolute system which you can download custom boot and fonts and it installs them in the right locations after you set those locations up in its setup (with virtuous unity the absolute system app worked every time just use the evo4g set up)
cant get this working either,change permissions have the custom animation in the right location and reboot ....... no change
What gives??????
*EDIT* Been using a bootanimation from UOT Kitchen which seems to be compressed, unpack the files then using WinRAR change the compression method to STORE repack as a zip copy to /system/customize change permission,reboot and hay presto new boot animation working.
Glad it worked
Sent from my T-Mobile G2 using XDA App
This is not working
bombadier said:
cant get this working either,change permissions have the custom animation in the right location and reboot ....... no change
What gives??????
*EDIT* Been using a bootanimation from UOT Kitchen which seems to be compressed, unpack the files then using WinRAR change the compression method to STORE repack as a zip copy to /system/customize change permission,reboot and hay presto new boot animation working.
Click to expand...
Click to collapse
I tried, it is not working, seems that the rom have some restriction on that.
dav08094194 said:
Ive tried that too and it doesnt work either it comes up with the same problem? Ive tried to install the zip in cwm the way i downloaded it?
Click to expand...
Click to collapse
Some ROMs disable boot animations
Different ROMs store boot animations in different locations
Different phones have different screen sizes, the boot animation needs to be made for your exact screen size (wrong size may work, but not always).)

Categories

Resources