if anyone have original Bootanimation and down animation from HTC ONE M8 Sprint, can you upload here? i have taken from stock ROM, but when i replace on My M8 Harman Kardon Device nothing happen... im using Viper ROM v1.60
i replace to /system/customize/resource
here the zip i take from Stock ROM, but i've tried on my Harman Kardon, seems not working
monyozt said:
if anyone have original Bootanimation and down animation from HTC ONE M8 Sprint, can you upload here? i have taken from stock ROM, but when i replace on My M8 Harman Kardon Device nothing happen... im using Viper ROM v1.60
i replace to /system/customize/resource
here the zip i take from Stock ROM, but i've tried on my Harman Kardon, seems not working
Click to expand...
Click to collapse
the name of the zip must match what is in /system/customize/CID
ie...
Code:
<BootConfiguration>
<BootAnimation animation="/system/customize/resource/spcs_startup_animation.zip" audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
</BootConfiguration>
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/spcs_shutdown_animation.zip" image="" fps="10" />
</ShutdownConfiguration>
O.M.J said:
the name of the zip must match what is in /system/customize/CID
ie...
Code:
<BootConfiguration>
<BootAnimation animation="/system/customize/resource/spcs_startup_animation.zip" audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
</BootConfiguration>
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/spcs_shutdown_animation.zip" image="" fps="10" />
</ShutdownConfiguration>
Click to expand...
Click to collapse
viper rom original bootanimation and down animation is stored on /system/customize/resource and the name was boootanimation.zip and downanimation.zip. i try to change manually or via viper tweaks. seems not working. i dpnt know whats wrong
After you move the files to the correct folder and rename them, you have to set permissions to rw-r--r-- using ROM toolbox or similar program. Should look like attached image when permissions are set correctly.
Sent from my HTC One_M8 using XDA Free mobile app
bimmerbot said:
After you move the files to the correct folder and rename them, you have to set permissions to rw-r--r-- using ROM toolbox or similar program. Should look like attached image when permissions are set correctly.
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
i did.. still not working
There is a text file you have to edit also. Go to the Matrix Bootanimation thread and read up on it. There is a Text file somewhere in SYSTEM/RESOURCE that you have to change.
SantinoInc said:
There is a text file you have to edit also. Go to the Matrix Bootanimation thread and read up on it. There is a Text file somewhere in SYSTEM/RESOURCE that you have to change.
Click to expand...
Click to collapse
system/resource/CID/default.xml is that what your thinking of
The zip i upload here was taken from stock harman kardon.. But still not working
Related
Hi, im looking for HTC Sense stuff like Battery icon, Wifi bars, Signals and all these etc.
I want to use them to create a theme for my phone please
I think you can extract that from framework-res.apk from some Sense ROM, right?
Sent from my GT-I9000 using XDA App
h4mza said:
Hi, im looking for HTC Sense stuff like Battery icon, Wifi bars, Signals and all these etc.
I want to use them to create a theme for my phone please
Click to expand...
Click to collapse
You can download any HTC Sense ROM and extract it from Framework-res.apk
/system/framework/framework-res.apk
framework-res.apk/res/drawablehdpi/
LetsGoToWarr said:
You can download any HTC Sense ROM and extract it from Framework-res.apk
/system/framework/framework-res.apk
framework-res.apk/res/drawablehdpi/
Click to expand...
Click to collapse
That's exactly what I've said.
Sent from my GT-I9000 using XDA App
Some people aren't that good at locating ROMS for specific models or extracting resources. It would be nice if someone could do it and give him a link - or even a tutorial.
I mean, I'd do it (provided I had the appropriate bandwidth to download a ROM. 7kb/s isn't exactly speedy). If you guys can talk the talk, you should be able to walk the walk XD
Download any Sense ROM, for example this:
http://forum.xda-developers.com/showthread.php?t=789830
Unpack zip, go to system/framework, copy framework-res.apk somewhere,
change name of it to framework-res.zip, unpack it, go to res/drawable/ or res/drawable-hdpi, and you have images there.
Pretty straight-forward.
Maxorq said:
Download any Sense ROM, for example this:
http://forum.xda-developers.com/showthread.php?t=789830
Unpack zip, go to system/framework, copy framework-res.apk somewhere,
change name of it to framework-res.zip, unpack it, go to res/drawable/ or res/drawable-hdpi, and you have images there.
Pretty straight-forward.
Click to expand...
Click to collapse
7zip can extract without changing file name....
I used the UOT kitchen to cook up some changes and the only one not working is the bootanimation. I searched in my phone and found the ATT_bootanimation.zip in the system/resources/customize folder. I also found a bootanimation.zip in the same folder. I renamed the ATT one by adding a .bak to the file name then rebooted. Now it shows a different bootanimation, but not the one I made in UOT. Just a simple "Android" word. Where is my dancing droid how do I make it the default bootanimation?
duckredbeard said:
I used the UOT kitchen to cook up some changes and the only one not working is the bootanimation. I searched in my phone and found the ATT_bootanimation.zip in the system/resources/customize folder. I also found a bootanimation.zip in the same folder. I renamed the ATT one by adding a .bak to the file name then rebooted. Now it shows a different bootanimation, but not the one I made in UOT. Just a simple "Android" word. Where is my dancing droid how do I make it the default bootanimation?
Click to expand...
Click to collapse
your new animation needs to be labeled ATT_bootanimation.zip, just like the old one was. the system looks for that specific name for the boot animation.
Thanks! That did it.
You can't know your limits until you exceed them.
Pirateghost said:
your new animation needs to be labeled ATT_bootanimation.zip, just like the old one was. the system looks for that specific name for the boot animation.
Click to expand...
Click to collapse
Just so happens I was looking for this answer. Since most HTC ROMs run them from /data/local is there a way to change the location to that?
I saw a reference to editing bootanimation in /system/bin but I'm not sure how to decode that file.
Jirv311 said:
Just so happens I was looking for this answer. Since most HTC ROMs run them from /data/local is there a way to change the location to that?
I saw a reference to editing bootanimation in /system/bin but I'm not sure how to decode that file.
Click to expand...
Click to collapse
/system/customize/CID/default.xml
This is what i have configured for RumRaider:
Code:
<BootConfiguration>
<BootAnimation animation="/data/local/bootanimation.zip" />
</BootConfiguration>
<ShutdownConfiguration>
<ShutdownAnimation image_png="/data/local/downanimation.zip" image="" fps="15" />
</ShutdownConfiguration>
Pirateghost said:
/system/customize/CID/default.xml
This is what i have configured for RumRaider:
Code:
<BootConfiguration>
<BootAnimation animation="/data/local/bootanimation.zip" />
</BootConfiguration>
<ShutdownConfiguration>
<ShutdownAnimation image_png="/data/local/downanimation.zip" image="" fps="15" />
</ShutdownConfiguration>
Click to expand...
Click to collapse
You sir, are my hero.
Hi
I had played with Virtuous Ten Studio and i was trying to learn from scrats.
in the insanly cool sense there is an bad translation to danish in systemUI, in english the automatic brightness translated to automatisk lydstyrker, also automatic sound, in decompiled systemUI with VTS and edited the xml file for danish and then compiled the apk file again and pushed it to the device and checked for permission and edited them as they shoud in the file and rebooted.
i also tryed recompiled the apk and copyed it over on sd card, set permission and copy into system/app folder again and then reboots with same result
results was:
NO STATUSBAR i tryied everything but the only way i could fix it was using the orignial apk file again ?
what did i do wrong?
anders3408 said:
Hi
I had played with Virtuous Ten Studio and i was trying to learn from scrats.
in the insanly cool sense there is an bad translation to danish in systemUI, in english the automatic brightness translated to automatisk lydstyrker, also automatic sound, in decompiled systemUI with VTS and edited the xml file for danish and then compiled the apk file again and pushed it to the device and checked for permission and edited them as they shoud in the file and rebooted.
i also tryed recompiled the apk and copyed it over on sd card, set permission and copy into system/app folder again and then reboots with same result
results was:
NO STATUSBAR i tryied everything but the only way i could fix it was using the orignial apk file again ?
what did i do wrong?
Click to expand...
Click to collapse
Your ROM is deodexed?
and then i cant edit systemUI? :s
claudenegm said:
Your ROM is deodexed?
Click to expand...
Click to collapse
i got the same issue with a deodexed file... tried Vten, apktool but same issue..
but it must be pousible on some how, because the systemUI.apk file in the insanly cool sense 3.6 is not standart, it is modded. but how do we do it ? what are we doing wrong?
anders3408 said:
but it must be pousible on some how, because the systemUI.apk file in the insanly cool sense 3.6 is not standart, it is modded. but how do we do it ? what are we doing wrong?
Click to expand...
Click to collapse
not sure.. didn't find any guide on theming / modding Sense esp 3.6.. u have anything on it?
as i understands it, VTI can maby do it, it supports sense 3 and up, i have maby some link at my home laptop but not here at work
http://forum.xda-developers.com/showthread.php?t=1473293
http://forum.xda-developers.com/showthread.php?t=1645650
there is a start maby
Edit:
after reading the link about modding battery icon it makes sense :
Sense 4.0/3.6 (ICS)
1. Pull /system/app/SystemUI.apk from your phone
2. Rename SystemUI.apk to SystemUI.apk.zip
3. Using WinRAR copy attached "res" folder (in zip) directly into the root of SystemUI.apk.zip
4. Leave the settings and just hit OK.
5. Rename back to SystemUI.apk and push to device
*This method may work for Sense 3.6 ROMs as well. If not, see below.
i had read a place that the systemUI.apk is signed, and only works if it is signed, but when you decompile it and compile it again the sign disapper. therefore as i understands it you may not decompile the original systemUI.apk file, you just push the files that you edited in the file, as it say i point 3. i had not tried it out yet but i do to night and i may think it will work
anders3408 said:
as i understands it, VTI can maby do it, it supports sense 3 and up, i have maby some link at my home laptop but not here at work
http://forum.xda-developers.com/showthread.php?t=1473293
http://forum.xda-developers.com/showthread.php?t=1645650
there is a start maby
Edit:
after reading the link about modding battery icon it makes sense :
Sense 4.0/3.6 (ICS)
1. Pull /system/app/SystemUI.apk from your phone
2. Rename SystemUI.apk to SystemUI.apk.zip
3. Using WinRAR copy attached "res" folder (in zip) directly into the root of SystemUI.apk.zip
4. Leave the settings and just hit OK.
5. Rename back to SystemUI.apk and push to device
*This method may work for Sense 3.6 ROMs as well. If not, see below.
i had read a place that the systemUI.apk is signed, and only works if it is signed, but when you decompile it and compile it again the sign disapper. therefore as i understands it you may not decompile the original systemUI.apk file, you just push the files that you edited in the file, as it say i point 3. i had not tried it out yet but i do to night and i may think it will work
Click to expand...
Click to collapse
I always use the last method that you describe here when modding frameworks and SystemUI's, and had no problem so far with any ROM i modded/themed, not too many to be honest, i modified Sense v3.6's Battery only, but that change was in framework-res.apk not in the SystemUi.apk.
Don't know if this can help you in any way, but i believe feedback is always welcomed
Thanks for sharing guys, but i think i reached a point where i m successful in some thing atleast.. i'll play more & will update u how n what i did
fshami said:
Thanks for sharing guys, but i think i reached a point where i m successful in some thing atleast.. i'll play more & will update u how n what i did
Click to expand...
Click to collapse
Share the goodies with us
Lexmazter said:
Share the goodies with us
Click to expand...
Click to collapse
Sure, will give the exact details in a while
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Finally i managed to change font colors .. still digging things
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
keep up the good works
How to Change Battery Icon to % in Senseless Rom. Is there any flashable Zip to do so? If so please Provide it. Thanks by the way .
9291514329 said:
How to Change Battery Icon to % in Senseless Rom. Is there any flashable Zip to do so? If so please Provide it. Thanks by the way .
Click to expand...
Click to collapse
9291514329 said:
How to Change Battery Icon to % in Senseless Rom. Is there any flashable Zip to do so? If so please Provide it.
Thanks by the way . I loved ur Kernal. awesome. :good::good:
Click to expand...
Click to collapse
I don't know of any flashable zip out there, but you can make one
Learn to DIY (do it yourself ).
What you need is a archiver tool like WinRAR or any other archiver, take the framework-res.apk from system/framework of your senseless, and open it in the archiver tool or extract it in some folder, find the .png of the battery out there in the .apk, and you can replace the .png's with whatever icons you want, or you can use the kitchen to do this thing, search for tutorials out there in the www .
To make it you need a uot or apk tool. If you change only png you will get nothing.
File to change SystemUI.apk
Lex go back to cook your kernel
Sent from my HTC One X using xda premium
And the uot he means uot kitchen
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
stona175 said:
To make it you need a uot or apk tool. If you change only png you will get nothing.
File to change SystemUI.apk
Lex go back to cook your kernel
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Well, i did it the way i said and it worked on Incredibly Cool Sense v3, the zip is out here There are various ways to get things done, i exemplified my way of doing this kind of things, with no apk tool and no kitchen
--
I also made a whole custom-edited rom using this method on the Dell Streak 5 , so it is possible.
--
I fogot to mention that after you change the /png, you copy all the contents of you folder you dezarchived in the .apk you opened with your archiver tool, in this way you don't need to sign the apk or other things like that
This will be a thread collection of custom boot animations for everyone to share with each other.
Fell free to post any you like, make sure it is 1080x1920!
In most roms (not every), the boot/down animations will go in: system/customize/resource
They will also have to be renamed like this:
hTC_bootup_one.zip
hTC_downanimation.zip
Click to expand...
Click to collapse
I believe this will change once 4.2.2 is out. I will update this post when the new update rolls out.
To Setup Custom Boot Animation
1.) Download boot/down animation of choice (1080x1920)
2.) Download a root file explorer (es file explorer, root explorer)
3.) Copy the boot animation zip file
4.) Navigate to /system/customize/resource with explorer
5.) Paste zip file
6.) Rename old boot/down animation with .bak at the end
7.) Rename new boot/down animation
I will start first and post what I have been using for boot/down animations.
This is a Beats Audio animation. The same one that comes with viperROM just without the viper part.
If this starts to grow I can even turn this OP into a list and get everything organized to help everyone find stuff a little easier.
Thanks for starting this man!
Sent from my HTCONE using Tapatalk 2
Here is the Android Bios boot animation.
It has been changed/re-sized to work with our device.
Thanks for sharing
I was just looking for a thread like this yesterday!!!!!!
Sent from my Nexus 7 using xda app-developers
And I just posted a thread about this in q&a. Thanks
Sent from my HTCONE using xda app-developers app
No problem guys.
I will be updating this with some more shortly.
Sent from my HTC One using xda premium
eyeisdasteve said:
No problem guys.
I will be updating this with some more shortly.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Attached is one I love. Gonna be making it a bit cleaner and such, however, I did not make the original images. I simply modified it to be 1080 1920 with a 20 fps rate. I also increased the resolution of the original images slightly.
Enjoy.
pinky059 said:
Attached is one I love. Gonna be making it a bit cleaner and such, however, I did not make the original images. I simply modified it to be 1080 1920 with a 20 fps rate. I also increased the resolution of the original images slightly.
Enjoy.
Click to expand...
Click to collapse
I've attempted to use these in lieu of Sprint's boot animations. But after a reboot, both of Sprint's animations have overwritten the one's that I've replaced them with. How do I prevent that from happening?
Thanks!
What rom? Did you delete the sprint ones and rename the new ones to match whats in the default.xml in the CID folder(system/customize/CID)
Sent From My 5weet Ass One
Probably a stock kernal. Flash one without system wp and try it
18th.abn said:
Probably a stock kernal. Flash one without system wp and try it
Click to expand...
Click to collapse
Yes, I was attempting to overwrite the files (m7_spcs_*) in a stock ROM. So, noob here... what is 'system wp'?
Thanks!
vo2max said:
Yes, I was attempting to overwrite the files (m7_spcs_*) in a stock ROM. So, noob here... what is 'system wp'?
Thanks!
Click to expand...
Click to collapse
System write protection.
http://forum.xda-developers.com/showthread.php?p=40342328
http://www.androidfilehost.com/?fid=22964708692722766
Sent from my HTC One using xda premium
Testing out a custom boot animation I made
I am going to post the link to the android file host. The file is still quite large at the moment, 25 megs ( i need to lower the size of the jpeg files) . I am just trying to get someone else besides me to check the thing out before I start finalizing it. Any feedback appreciated!
Spiderman boot animation
I might be able to give it a look over for you later today
edit:: try this one
hTC_bootup_one.zip
Sent From My TweakedOut ONE
try that one i tweaked it a touch(made the file smaller(only like 3mbs now) and redid the file structure
Here is the boot animation from the new google edition ONE! Pretty nice and simple!
http://db.tt/3REsqJiu
Need some help putting mine together,can someone pm me if your willing to help
Sent from my HTCONE using Tapatalk 4 Beta
sweet
dased14 said:
try that one i tweaked it a touch(made the file smaller(only like 3mbs now) and redid the file structure
Click to expand...
Click to collapse
Thanks for doing that for me. For some reason it seems so much shorter to me now lol. I might make it do the lightning a couple more times. If you can explain the desc file for the layout i would greatly appreciate it
Sure hit me up later and I'll help out (nope same speed and length just smaller file and arrangement little different)
Sent From My TweakedOut ONE