I cooked a theme from the UOT kitchen and added the matrix boot animation to it.
Flashed the theme and everything works all right.
I now wish to remove the "matrix" animation and would want to revert to the LeeDrOid boot animation.
Suggestions..
Thanks!
cthdesire said:
I cooked a theme from the UOT kitchen and added the matrix boot animation to it.
Flashed the theme and everything works all right.
I now wish to remove the "matrix" animation and would want to revert to the LeeDrOid boot animation.
Suggestions..
Thanks!
Click to expand...
Click to collapse
do you have S-off? if you do, download leedroid, extract the .zip, open system/customise/resource, in that folader you will find the bootanimation.zip, copy that to your sd card, and use root explorer to overwrite the same .zip in the same resource folder on your device (/system/customise/resource/) and reboot. if you dont have s-off, extract the bootanimation.zip from the leedroid rom and push it to /system/customise/resource using adb
No S-off yet! I'll try via ADB. Thanks!
AndroHero said:
do you have S-off? if you do, download leedroid, extract the .zip, open system/customise/resource, in that folader you will find the bootanimation.zip, copy that to your sd card, and use root explorer to overwrite the same .zip in the same resource folder on your device (/system/customise/resource/) and reboot. if you dont have s-off, extract the bootanimation.zip from the leedroid rom and push it to /system/customise/resource using adb
Click to expand...
Click to collapse
Should I do it via Recovery on ADB??
cthdesire said:
Should I do it via Recovery on ADB??
Click to expand...
Click to collapse
yeah boot into recovery, connect usb, copy the bootanimation.zip to the tools folder, open a command prompt, navigate to the tools folder and use these commands.
adb shell
mount /system
exit
adb push bootanimation.zip /system/customise/resource
AndroHero said:
yeah boot into recovery, connect usb, copy the bootanimation.zip to the tools folder, open a command prompt, navigate to the tools folder and use these commands.
adb shell
mount /system
exit
adb push bootanimation.zip /system/customise/resource
Click to expand...
Click to collapse
Hi there.
Tried those commands. It's still the old bootanimation! :|
cthdesire said:
Hi there.
Tried those commands. It's still the old bootanimation! :|
Click to expand...
Click to collapse
check using a file explorer, if the unot kitchen moved the bootanimation.zip to /data/local, if it did, delete it and reboot
why so difficult?
cook another bootanimation in UOT and flash.
or take previous zip, and replace bootanimation.zip with file from LeeDroids rom.
oh no
i have a big problem. i have sony xperia s and i have rooted sucsesfully. It was working fine untill today when i changed boot animation. I choosed reboot because you need to reboot if you want that the options apply. And when i boot it it shows sony logo than the matrix animation i choosed and then it turns off and the same again. I managed to turn it off but waht now, the phone is 10 days old and my parents are going to kill me. ANY ONE PLEASE HELP!!!!!!!!!!!!!!!!!!
This is not Xperia S forums.
Related
I rooted my HTC Magic today and I loaded the RAv1.1.0 custom rom. Its a great rom, but the ringtones are a bit boring and i really liked the htc ones. So i extracted the files from a Hero ROM and pushed it to my phone.
If anyone wants these media files, i have packaged them toagther and made a small python script to install it automatically for you, you just need to run just run push.py file.
Let me know how it goes, it works great for me
Cheers
spatali
PS: Reboot the system after running the script. Otherwise they wont show up until next reboot
Tutorial & .bat (for windows) by TikiiTorch
For people who don't have python install in Windows
1) extract the above .zip file into your "android-sdk-windows-1.5_r3\tools\" directory (wherever that might be)
2) get on your command line and cd to the "htc_media" directory you just created.
3) enter the following commands:
Code:
adb remount
adb push alarms /system/media/audio/alarms/
adb push ringtones /system/media/audio/rigntones/
adb reboot
Click to expand...
Click to collapse
or use push.bat in the zip
DOWNLOAD
Ringtones & Alarms
thanks TikiiTorch
didn't download. requires login to download.
Rroet said:
didn't download. requires login to download.
Click to expand...
Click to collapse
No it doesnt.. just click the request ticket link above the file... then do the same when it changes to download.
Thanks
Flashed the Drizzy TF3D rom and was seriously missing the stock notifications.
Thanks for tracking this down and sharing!
Any idea why now under ringtones it list every ring tone twice, yet there is only one copy of each file in the directory?
thanks
Okay never mind, I deleted them, rebooted, copied them back, rebooted and now only one is showing up. That was very strange.
So how does one go about installing these ringtones to the phone? A myTouch 3G specifically using Cyanogen's 4.0.1 ROM. I guess I'm a little confused as fas as running the python script itself....any help would be absolutely appreciated! Thanks everyone!
juanavila said:
So how does one go about installing these ringtones to the phone? A myTouch 3G specifically using Cyanogen's 4.0.1 ROM. I guess I'm a little confused as fas as running the python script itself....any help would be absolutely appreciated! Thanks everyone!
Click to expand...
Click to collapse
Im guessing you are on windows without python installed, so you will want to:
1) extract the above .zip file into your "android-sdk-windows-1.5_r3\tools\" directory (wherever that might be)
2) get on your command line and cd to the "htc_media" directory you just created.
3) enter the following commands:
Code:
adb remount
adb push alarms /system/media/audio/alarms/
adb push ringtones /system/media/audio/rigntones/
adb reboot
OR Download this zip (same as spatali's above but with my .bat file included) and double click the push.bat file thats in there.
Let me know...
@TikiiTorch this is great, i'll include your tut and .bat file in the first post
ps: I dint know push command works for entire folder ^^
i'm not an expert, but isn't the reboot commando:
Code:
adb shell reboot
unirox said:
i'm not an expert, but isn't the reboot commando:
Code:
adb shell reboot
Click to expand...
Click to collapse
Whoops, you're right. Re-upping now with the correct code.. Thanks unirox!
... upped .. OPs link above includes correct commands lol
--
@Spatali thank you, you did all the hard work!
Ringtones on sdcard
There is an easier way
Just create on your sdcard a "media\audio" folder and copy into it notifications, ringtones and alarms folder.
Disconnet your phone from the pc and new medias will be detected automatically
castorjunior said:
There is an easier way
Just create on your sdcard a "media\audio" folder and copy into it notifications, ringtones and alarms folder.
Disconnet your phone from the pc and new medias will be detected automatically
Click to expand...
Click to collapse
But with this method, don't those files remain on the SDCard rather then becoming part of the system?
TikiiTorch said:
1) extract the above .zip file into your "android-sdk-windows-1.5_r3\tools\" directory (wherever that might be)
2) get on your command line and cd to the "htc_media" directory you just created.
3) enter the following commands:
Code:
adb remount
adb push alarms /system/media/audio/alarms/
adb push ringtones /system/media/audio/rigntones/
adb reboot
Click to expand...
Click to collapse
I think you mean "adb push ringtones /system/media/audio/ringtones/"
(ringtones)
Cyalintz said:
I think you mean "adb push ringtones /system/media/audio/ringtones/"
(ringtones)
Click to expand...
Click to collapse
I fail... horribly...
yes, thanks, must have been a bad finger day
TikiiTorch said:
But with this method, don't those files remain on the SDCard rather then becoming part of the system?
Click to expand...
Click to collapse
You're right, the files remains on the sdcard but it doesn't really matters as they are detected and used automatically, the same way as if they are part of the system
how do i get on my "htc_media" directory i just created
castorjunior said:
You're right, the files remains on the sdcard but it doesn't really matters as they are detected and used automatically, the same way as if they are part of the system
Click to expand...
Click to collapse
if using SUFBS with root and mounting system RW, does it not write to system when copying file from sdcard folder to system/media/notifications?
lpasq said:
if using SUFBS with root and mounting system RW, does it not write to system when copying file from sdcard folder to system/media/notifications?
Click to expand...
Click to collapse
Yes, it would indeed move them there if you used the above method.
??
Guys which is the easiest method now ? I'll update the first post accordingly
spatali said:
Guys which is the easiest method now ? I'll update the first post accordingly
Click to expand...
Click to collapse
The easiest way, obviously would be to just put these files onto your SD and let the device recognize them.
If you want to properly replace these ringtones onto a ROM that does not have them, then what you have posted is the correct way.
Can anyone help me, i've found some boot animations of android peeing on apple logo, but i cannot get it to work. Any help?
kpkimmel said:
Can anyone help me, i've found some boot animations of android peeing on apple logo, but i cannot get it to work. Any help?
Click to expand...
Click to collapse
What you need?
how do i do it, i downloaded a signed zip of the android pee.zip and flash it via recovery but it doesn't work
kpkimmel said:
how do i do it, i downloaded a signed zip of the android pee.zip and flash it via recovery but it doesn't work
Click to expand...
Click to collapse
Flash in recovery mode? where did you read that you have to flash it? They clearly said to push it to the resource folder in the system.
Go back and read well please
could you point me to the thread. Thanks
Here is what you need to do:
Turn on USB Debug in your phone
Place the bootanimation.zip in your sdk/tools folder
CMD to your sdk/tools and do the commands:
1. adb devices - make sure your phone appears in the cmd window
2. adb remount
3. adb push bootanimation.zip /system/customize/resource/
4. adb reboot
where did you find the boot animation.zip..colnd't find that one
kpkimmel said:
where did you find the boot animation.zip..colnd't find that one
Click to expand...
Click to collapse
Rename the one you got with the name in the guide list I gave you.
says connot stat no such file or directory
kpkimmel said:
says connot stat no such file or directory
Click to expand...
Click to collapse
wat
yup, dont' get it
can you point me toward the one that works for evo
thanks, got it working, its the apple logo then droid eats and ****s it out..awsome..
sry to hijack the thread but how can i make a boot animatuon with the same white screen with the htc evo 4g and then instead of the sprint animation it goes into the nexus one animation?
Kykiskly you look familiar but anyway thanks for those commands I'll try them later.
Also got the one where the droid pees on the apple logo....luv it.....F U apple and your overpriced garbage.
gqstatus0685 said:
Kykiskly you look familiar but anyway thanks for those commands I'll try them later.
Click to expand...
Click to collapse
What you mean I look familiar?
Kykiskly said:
Here is what you need to do:
Turn on USB Debug in your phone
Place the bootanimation.zip in your sdk/tools folder
CMD to your sdk/tools and do the commands:
1. adb devices - make sure your phone appears in the cmd window
2. adb remount
3. adb push bootanimation.zip /system/customize/resource/
4. adb reboot
Click to expand...
Click to collapse
Followed those steps but for some reason the custom boot didn't load. I'm using Fresh's latest ROM and I still see his splash screen. Followed directions to a T.
gqstatus0685 said:
Followed those steps but for some reason the custom boot didn't load. I'm using Fresh's latest ROM and I still see his splash screen. Followed directions to a T.
Click to expand...
Click to collapse
The bootanimation is in /system/media on Fresh.
As a side note/favor. Where did you find that animation? I'd like to check it out.
Could someone please give me the best way to install boot animations on my Evo,I've seen nice ones that I would love to install on my phone,and yes.. my phone is already fully Rooted.. Thanks
Sent from my PC36100 using XDA App
There are a couple of ways to accomplish this. Some are already set up as a flashable zip you can flash in recovery. You can search through the Themes and Apps sections for others, but I use this way:
Be sure to have the Android SDK installed on your computer.
Download, and place the bootanimation.zip file in the TOOLS folder of the SDK.
Then the following ADB CODE:
adb remount
adb push bootanimation.zip /system/customize/resource
adb push SPC_animation_final.mp3 /system/customize/resource
adb reboot
You're all set!
If there is no corresponding mp3 file, no need for the 3rd command line
bender1077 said:
There are a couple of ways to accomplish this. Some are already set up as a flashable zip you can flash in recovery. You can search through the Themes and Apps sections for others, but I use this way:
Be sure to have the Android SDK installed on your computer.
Download, and place the bootanimation.zip file in the TOOLS folder of the SDK.
Then the following ADB CODE:
adb remount
adb push bootanimation.zip /system/customize/resource
adb push SPC_animation_final.mp3 /system/customize/resource
adb reboot
You're all set!
If there is no corresponding mp3 file, no need for the 3rd command line
Click to expand...
Click to collapse
wouldn't that location be different depending on if it's a sense or aosp rom?
fachadick said:
wouldn't that location be different depending on if it's a sense or aosp rom?
Click to expand...
Click to collapse
That I am not sure of, as I have always used sense based ROMS for the 4gees.
I know that Pushboot has a separate batch file for CM6, so I am fairly sure that there is a different dir.
Root Explorer works well for me when ADB is not available.
Just download, rename appropriately, and move to /system/customize/resource (or wherever your ROM stores these things).
fua1 said:
Root Explorer works well for me when ADB is not available.
Just download, rename appropriately, and move to /system/customize/resource (or wherever your ROM stores these things).
Click to expand...
Click to collapse
That's what I did way back when. I ran a search in astro for bootanimation.zip first (to find the old one that I was replacing), because I didn't know where to move it to back then.
wow. dejavu.
Sent from my blah blah blah blah
Thank you guys a million!! I use the root explore method,and it work perfect,but I still wanna say thanks to everyone for your help
Sent from my PC36100 using XDA App
Hi, i was trying to rewrite old smilies in framework-res.apk and after that change my phone repeatedly show welcome screen (again and again ..), nothing more happen.
I have original unchanged framework-res.apk file, but i don't know how to rewrite it back without other apps (rootexplorer etc.), just through my pc or some phone recovery mode.
Can anybody help?
maybe adb would work..
try
Code:
adb remount
adb push framework-res.apk /system/framework
lets see if you can overwrite..
noobwithgalaxyy said:
maybe adb would work..
try
Code:
adb remount
adb push framework-res.apk /system/framework
lets see if you can overwrite..
Click to expand...
Click to collapse
I have this phone shortly, so i need to know where can i get adb.
after adb remount command it says: Operation not permitted
and adb push ... : Read-only file
any other ideas?
Erm.. you need to download android SDK from http://developer.android.com/sdk/index.html
then use terminal(on PC), navigate to your <sdk folder>\platform-tools
and use those commands..
I tried to create an update.zip for u.. doesn't work
Can you give me the backup framework-res.apk?
noobwithgalaxyy said:
Erm.. you need to download android SDK from http://developer.android.com/sdk/index.html
then use terminal(on PC), navigate to your <sdk folder>\platform-tools
and use those commands..
I tried to create an update.zip for u.. doesn't work
Click to expand...
Click to collapse
I have update.zip from xda forum, but it doesn't work. (but before my problem this update.zip worked)
selda said:
I have update.zip from xda forum, but it doesn't work. (but before my problem this update.zip worked)
Click to expand...
Click to collapse
no no.. i mean to restore framework file..
Ok, here is framework-res file
problem is that maybe you have not enabled usb debugging..
and update script doesnt seem to be working.. maybe some one with more experience can help you..
you can try here yourself..
http://www.londatiga.net/it/how-to-create-android-update-zip-package/
My created and signed update.zip says aborted :/
hmm. just flash a fresh rom?
how can i do that?
Hello all,
This happens to be my first post. This is about changing the boot animation without having the root access to your phone/tablet.
First of all you need to have a bootanimation.zip ready with you that suits your phone's resolution.
Instructions for changing bootanimation:
1. You will need android SDK installed on your PC. For those who do not know what it is, Download android SDK and extract to some folder.
2. Open command prompt and navigate to the folder having adb.exe (previously extracted folder.)
3. Place bootanimation.zip in the same folder.
3. Type the following command:
adb push bootanimation.zip /data/local
4. DONE.
5. To preview the bootanimation, enter this command:
adb shell bootanimation
Do not forget to hit Thanks if it worked for you
In Sense ROM (no rooted phone) bootanimation is in the folder system/customize/resources ...
Sent from my HTC Wildfire S A510e using xda app-developers app
On my wildfire S it only shows "read-only filesystem" and nothing happens...
Me too
yrek150 said:
On my wildfire S it only shows "read-only filesystem" and nothing happens...
Click to expand...
Click to collapse
same here
does this thing work