[Q] Boot Animation - Bravo Themes and Apps

So, I've become pretty good @ UOT Kitchen now. However, I keep attempting to flash a new Boot Animation to my phone and the boot anim never changes. I'm using the "Froyo Default" path. I even checked the path myself and found the bootanimation.zip as well. Would it be safe to unzip the UOT file to my sd card and physically "pluck" the bootanimation.zip into the path and delete the older one?

My PM prolly just answered your problem here.

heydabop said:
My PM prolly just answered your problem here.
Click to expand...
Click to collapse
yea, that was it. I had to break the UOT zip open and place it in system/media/bootanimation.zip. Thanks for the help heydabop...
Sent from my MB520 using XDA Premium App

Sorry if this is a stupid question, but im having this problem to? How do I put the new bootanimation? When I try to push with adb, it says the filesystem is read only.

ripin150 said:
Sorry if this is a stupid question, but im having this problem to? How do I put the new bootanimation? When I try to push with adb, it says the filesystem is read only.
Click to expand...
Click to collapse
Before you do the adb push, type the adb remount command. It mounts the system as rewritable

ripin150 said:
Sorry if this is a stupid question, but im having this problem to? How do I put the new bootanimation? When I try to push with adb, it says the filesystem is read only.
Click to expand...
Click to collapse
Are you doing it in cwm or just while the OS is running? Doing it in cwm is probably easier, just make sure /system is mounted in the cwm menu.

Got it, thanks guys.

Using DROID explorer is much easier to drag and drop files
Sent from my MB520 using XDA App

Related

[BOOT ANIMATION] -- LCARS Custom Boot Animation by Jeremy Herrmann

LCARS boot animation replacement for SPRINT HTC EVO 4G ONLY
NEW METHOD USING SIGNED ZIP THANKS TO nebenezer
Download signed zip to sd and flash with recovery
Signed zip is in download section below.
NOW AVAILABLE FOR THE GALAXY TAB AS WELL, THANKS TO nobleskill
Link to Galaxy Tab thread here
OLD METHOD:
To install...
extract the zip file
reboot into recovery using rom manager
In the partitions menu select mount /system (or if using other recovery then manually mount /system through adb)
Code:
adb push [path to extracted bootanimation.zip] /system/customize/resource/bootanimation.zip
adb push [path to extracted SPC_animation_final.mp3] /system/customize/resource/SPC_animation_final.mp3
adb reboot
I use this on my own phone and love it.... I am happy to answer questions about installation if they come up, but feel the need to post the usual disclaimer of.... while there is no reason this should do anything negative to your phone as long as you follow the directions, should you brick your phone or cause your phone to act goofy, or drop your phone in the toilet, neither the lcars custom boot animation or myself are in any way shape or form responcible for it. If you don't like that then don't download it.
EDIT: Screen Shots as requested
Had to attach because i'm apperently not verified to post images
Can we get some screenshots?
works amazing and i can rub it in all my star wars fans faces
Oh I love it thank you.
These are probably noob questions.
Does this need root? Do I unzip to the root of the memory card? I'm going to guess a rom manager does need root. Is the code only for adb and not if you have rom manager?
jeffrimerman said:
Does this need root? Do I unzip to the root of the memory card? I'm going to guess a rom manager does need root. Is the code only for adb and not if you have rom manager?
Click to expand...
Click to collapse
Yes you need root because you have to write to the /system partition.
It is easiest to do with ROM Manager's recovery which is why i gave instructions for that.
You extract the zip to your computer and use adb to push to the phone in the correct location.
damn, wish i could flash this like a normal rom :-\
imneveral0ne said:
damn, wish i could flash this like a normal rom :-\
Click to expand...
Click to collapse
I would like to offer this as an update.zip, but i don't know how to sign them... if someone wants to email or pm me that information i will be happy to post it in an update.zip format
Process that I did and its not working
adb reboot recovery
Once the phone was in recovery I did
C:\Users\Tim\Desktop\Android root\tools>adb push bootanimation.zip /system/custo
mize/resource/bootanimation.zip
2584 KB/s (3253387 bytes in 1.229s)
C:\Users\Tim\Desktop\Android root\tools>adb push SPC_animation_final.mp3 /system
/customize/resource/SPC_animation_final.mp3
2402 KB/s (223929 bytes in 0.091s)
adb reboot
Nothing.
Dariuas,
Sounds like the system partition is not mounted...
jramz; said:
In the partitions menu select mount /system (or if using other recovery then manually mount /system through adb)
Click to expand...
Click to collapse
this is covered in the ROM Manager Menu which it sounds like you're not using so if you add
Code:
adb shell mount /system
once in recovery but before the file pushes you should be fine
Outstanding, it works. Now if I want to undo it? :O
Dariuas said:
Outstanding, it works. Now if I want to undo it? :O
Click to expand...
Click to collapse
Not sure why you'd want to....
But... if you do... just push these files the same way and you'll have the sprint 4g back
Nice!
I'm more of a TOS fan but this looks too nice for me to be picky.
I'm really new to Android. Is there a way to do this on the Mac? Thanks.
StormCell said:
I'm really new to Android. Is there a way to do this on the Mac? Thanks.
Click to expand...
Click to collapse
I don't use a mac, nor do i have any access to a mac... however since the android SDK is what gives you access to ADB and there is an Android SDK for mac... i'm assuming that you can do this by following the same steps using the android sdk for mac which you can get:
Here
Great job man, just pushed it to my Evo and its workin great. Thanks.
Pushed bootanimation.zip to Nexus One and it also works fine there.
This is SOOOOOOO awesome! Any chance of this becoming a theme?
jramz said:
I don't use a mac, nor do i have any access to a mac... however since the android SDK is what gives you access to ADB and there is an Android SDK for mac... i'm assuming that you can do this by following the same steps using the android sdk for mac which you can get:
Here
Click to expand...
Click to collapse
With some help I figured out how to do this last night pm me and I think i could get things working for you.
Flashed it and it's way awesome - I'd prefer it with no audio though. Can I just push a different mp3 or an empty file of the same name as the mp3?

Custom recovery image not sticking

I Having a problem when everytime I go into fastboot mode and click on recovery the /!\ comes up and would have to take the battery out and reflash the custom recovery image thru adb. Then it will work but can someone help make the recovery image stick
Sent from my Nexus S using XDA App
mrnexus said:
I Having a problem when everytime I go into fastboot mode and click on recovery the /!\ comes up and would have to take the battery out and reflash the custom recovery image thru adb. Then it will work but can someone help make the recovery image stick
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
There is a .sh file that needs to be removed, totally forgot the location of it :/
/etc/install-recovery.sh needs to be deleted or renamed.
It's a "safety" feature in 3.3.1 and above to restore the stock recovery if it doesn't pass a check on boot each time.
This is pointed out in numerous threads...search a little for more details if you need them.
Ok thanks
Sent from my Nexus S using XDA App
It wont let me rename so I guess I going to delete it
Sent from my Nexus S using XDA App
mrnexus said:
It wont let me rename so I guess I going to delete it
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
Are you mounting the /system partition as read/write?
Use root explorer or similar or issue the remount command from the command line before trying to rename it.
that's the trick just rename the image, and the CW recovery will stick
that's the way it's written in the step by step guide,
distortedloop said:
Are you mounting the /system partition as read/write?
Use root explorer or similar or issue the remount command from the command line before trying to rename it.
Click to expand...
Click to collapse
I am having problems renaming it as well. I'm not sure what you mean by "use root explorer or similar or issue the remount command from the command line before trying to rename it.
I have tried using Astro and Android Mate to rename the file and both will not let me.
EDIT: Nevermind, I used root explorer and was able to find "mount r/w" and rename it finally. Thanks.
godzigga said:
I am having problems renaming it as well. I'm not sure what you mean by "use root explorer or similar or issue the remount command from the command line before trying to rename it.
I have tried using Astro and Android Mate to rename the file and both will not let me.
Click to expand...
Click to collapse
Because those won't allow you to modify system files. Get Root Explorer, like he said, and use that.
AllGamer said:
that's the trick just rename the image, and the CW recovery will stick
that's the way it's written in the step by step guide,
Click to expand...
Click to collapse
weird, i don't remember renaming anything besides the clockwork image to recovery.img . Still able to boot into clock after each reboot.
vaust said:
weird, i don't remember renaming anything besides the clockwork image to recovery.img . Still able to boot into clock after each reboot.
Click to expand...
Click to collapse
Cause u probably used ADB to get it to stop reflashing the stock recovery. Using root explorer is the same thing only less technical.
Sent from my Nexus S using XDA App
sarge363 said:
Cause u probably used ADB to get it to stop reflashing the stock recovery. Using root explorer is the same thing only less technical.
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
True, I used adb, spent like 2 hour trying to get the pc drivers to recognize the nexus. I used the PDAnet drivers eventually.
vaust said:
weird, i don't remember renaming anything besides the clockwork image to recovery.img . Still able to boot into clock after each reboot.
Click to expand...
Click to collapse
Are you on a custom ROM like CM or Bionix? They remove the script that rewrites stock recovery.
If you're on stock, what version of it are you on? 2.3.1 and higher have a file called /etc/install-recovery.sh on them, and if that's there it should be reflashing stock on every boot, whether you renamed the image you flashed to recovery or not...

remove

DONE
Download the zip file to the custom screen animation you want to use to your memory card. Boot up into clockwork recovery. Go to install from sdcard then choose files from sdcard. Navigate to the file u want to use then install it. The next time you boot the phone normally it should show you your new screen animation. Atleast that's how I do it with my rooted epic 4g using clockwork recovery
Sent from my SPH-D700 using XDA Premium App
sorry but no clockwork recovery is made for my device i installed it once an resulted i hard brick.Had to go to samsung service center and they replaced the motherboard cause it was in warranty.I will never try that method again
sahilg009 said:
1)HOW to change the boot screen animation of this mobile and is it safe(i have rooted this device)
and please convert any 1 of this of galaxy mini for me to get an
wwwdotyoutubedotcom/watch?v=0KUUsnmHcpc&feature=related
Click to expand...
Click to collapse
Use adb push or a file explorer with root to place the bootanimation.zip (from my attachment) in the folder "/system/media" it is the animation from your first youtube link.
If it says something like cannot write, read only permission, you have to type this into a console on the phone or in the adb shell first
"mount -w -o remount /system /system\n"
The boot animation is safe, it either shows, or it doesn't.
sahilg009 said:
2)Can you please suggest any one good,tested and working,rom for this mobile
Click to expand...
Click to collapse
I'm sorry, but there is no such ROM available for your android at the moment.
If this is sufficient for your bounty, use my donate button.
Greetings dark3n
Yea that happened to me the first time I tried. I had to use odin with a prerooted rom for my phone. You should check out to c if its possible to use odin on ur phone.
Sent from my SPH-D700 using XDA Premium App
there's actually an app to change the boot screen mines currently beavis and butthead lol give me a few and ill see what app it was
Sent from my Aria 2.3.2 OS
Dark3n said:
Use adb push or a file explorer with root to place the bootanimation.zip (from my attachment) in the folder "/system/media" it is the animation from your first youtube link.
If it says something like cannot write, read only permission, you have to type this into a console on the phone or in the adb shell first
"mount -w -o remount /system /system\n"
The boot animation is safe, it either shows, or it doesn't.
I'm sorry, but there is no such ROM available for your android at the moment.
If this is sufficient for your bounty, use my donate button.
Greetings dark3n
Click to expand...
Click to collapse
so basically i just nned to move the zip(bootanimation.zip) direct to my /system/media no need to extract it
and it can never brick my mobile
thanx
sahilg009 said:
so basically i just nned to move the zip(bootanimation.zip) direct to my /system/media no need to extract it
and it can never brick my mobile
thanx
Click to expand...
Click to collapse
Yes dont extract just copy it there.
Either your phone supports this and shows the new animation.
If it doesn't support it nothing happens and you see the old animation.
Nothing can really happen. The old animation is still there.
If it is supported your phone will look at that directory and say ahhh a bootanimation.zip lets use that instead of the default one...
droiduser145 said:
there's actually an app to change the boot screen mines currently beavis and butthead lol give me a few and ill see what app it was
Sent from my Aria 2.3.2 OS
Click to expand...
Click to collapse
Could I get that boot animation file off you. I tried the boot animation changer app. Says downloaded and installed but alas I get nothing.
Motorola atrix 4g

[MOD][THEME] Basic Black (5.24.11)

Hey all.
I was messing around today and decided to post this. If not for the current lack of development, I probably wouldn't even post this.
Just push twframework-res.apk with adb, root explorer or root manager. be sure you overwrite the existing .apk.
The screenshot posted below was taken on the fly. you'll notice I'm using TEAM AERODKNG's Notification bar... Frankly, their theme is radness, but I thought maybe someone would want a little change!
word up, folks. happy MoDding.
robbbbit said:
Hey all.
I was messing around today and decided to post this. If not for the current lack of development, I probably wouldn't even post this.
Just push twframework-res.apk with adb, root explorer or root manager. be sure you overwrite the existing .apk.
The screenshot posted below was taken on the fly. you'll notice I'm using TEAM AERODKNG's Notification bar... Frankly, their theme is radness, but I thought maybe someone would want a little change!
word up, folks. happy MoDding.
Click to expand...
Click to collapse
very nice! I would like this but without the status bar, something in me doesnt want to replace stock with stock.
I hear yah on posting things like this because Roms arent available yet. But, then again, Im new and a didnt teach myself how to theme/make Roms yet.
fknfocused said:
very nice! I would like this but without the status bar, something in me doesnt want to replace stock with stock.
I hear yah on posting things like this because Roms arent available yet. But, then again, Im new and a didnt teach myself how to theme/make Roms yet.
Click to expand...
Click to collapse
It shouldnt change ur status bar. I know alot of folks are using it. ( i like gb, personally.) would u mind testing?
Sent from my SGH-T959V using XDA Premium App
robbbbit said:
It shouldnt change ur status bar. I know alot of folks are using it. ( i like gb, personally.) would u mind testing?
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Ill give it a whirl, did you modify a themed framework or an original KD1?
Yep! Thanks!
And by ur status bar, im talking about ur mod. My gf uses it and loves it! (@ werk or id get her to test.)
Sent from my SGH-T959V using XDA Premium App
robbbbit said:
Yep! Thanks!
And by ur status bar, im talking about ur mod. My gf uses it and loves it! (@ werk or id get her to test.)
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Quick question, is this twframework-res supposed to replace framework-res? If not i screwed up. I havent had to restore from CWM, anyway I can get my backup restored? I copied the original to SD.
fknfocused said:
Quick question, is this twframework-res supposed to replace framework-res? If not i screwed up. I havent had to restore from CWM, anyway I can get my backup restored? I copied the original to SD.
Click to expand...
Click to collapse
There is no framework-res.apk only twframework-res.apk.... ? What did you replace?
Cwm? u cant restore with our cwm 3 beta. Just push via adb or super manager.
Sent from my SGH-T959V using XDA Premium App
robbbbit said:
There is no framework-res.apk only twframework-res.apk.... ? What did you replace?
Cwm? u cant restore with our cwm 3 beta. Just push via adb or super manager.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
LOL Corradokng hooked it up with a flashable framework-res.apk. Im back and will try this again. Im a goof ball and didnt check but since im back up i went into system/framework and see the following files, twframework-res.apk and framework-res.apk. I mistakenly changed the name and pasted, which softbricked.
I slapped myself in the head and tested again. Worked like a charm! I like the look, way better than before.
NOTE: Copy file to System/Framework folder
i wanna test it out. could just explain to me what you mean by push? where or oveer what do i put the .apk? thanks
fknfocused said:
LOL Corradokng hooked it up with a flashable framework-res.apk. Im back and will try this again. Im a goof ball and didnt check but since im back up i went into system/framework and see the following files, twframework-res.apk and framework-res.apk. I mistakenly changed the name and pasted, which softbricked.
I slapped myself in the head and tested again. Worked like a charm! I like the look, way better than before.
NOTE: Copy file to System/Framework folder
Click to expand...
Click to collapse
but when you copy it to system/framework what do you replace?
rickyy00 said:
but when you copy it to system/framework what do you replace?
Click to expand...
Click to collapse
go into framework folder and copy twframework-res.apk to a safe place on your sd card, in case you want to revert. With the file in the OP paste it into that directory, making sure you have w/r in root explorer or whatever you use.
rickyy00 said:
but when you copy it to system/framework what do you replace?
Click to expand...
Click to collapse
Like the op says, twframework-res.apk
Thanks to FKNFOCUSED for testing!!!
Sent from my SGH-T959V using XDA Premium App
robbbbit said:
Like the op says, twframework-res.apk
Thanks to FKNFOCUSED for testing!!!
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
haha -minus my goof up. i need to get away from computers for a while...lol
Ok so what i did was i put the file the op made on my sd card. then i went into root explorer system/framwork found the tw-framework file you were talking about and moved it to another file on my sd card and pasted the file the op gave in system/framework but nothing happened? reboot?
rickyy00 said:
Ok so what i did was i put the file the op made on my sd card. then i went into root explorer system/framwork found the tw-framework file you were talking about and moved it to another file on my sd card and pasted the file the op gave in system/framework but nothing happened? reboot?
Click to expand...
Click to collapse
try supermanager, root explorer for some reason hasnt been playing to nicely with system files and binary files.
if your follwing the process verbatim and nothing is happening try super manager or another file manager with root permissions. It should work without a hitch
Success100 said:
try supermanager, root explorer for some reason hasnt been playing to nicely with system files and binary files.
if your follwing the process verbatim and nothing is happening try super manager or another file manager with root permissions. It should work without a hitch
Click to expand...
Click to collapse
yeah i ****ed up my phone. everything started force closing and i had to odin my phone back to stock kd1
rickyy00 said:
yeah i ****ed up my phone. everything started force closing and i had to odin my phone back to stock kd1
Click to expand...
Click to collapse
Damn. Sry! everything worked on my gfs device too.
Thank goodness for odin!
Sent from my SGH-T959V using XDA Premium App
robbbbit said:
There is no framework-res.apk only twframework-res.apk.... ? What did you replace?
Cwm? u cant restore with our cwm 3 beta. Just push via adb or super manager.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Wat do u mean by u can't do a restore with cwm beta 3?.... i have had crash issues and restored my fone 4times already from recovery....... so i'm guessing ur sayin i'm lucky? i didnt know or think restore and backup was an issue on cwm_Beta3..
Are you saying you have successfully done a full restore of a full nandroid backup?? If so that would be a big deal since I think that was the last issue with the cwm beta. Drhonk was saying he got a full restore to work at least without error but it hung on reboot.
Sent from my SGH-T959V using XDA Premium App
@Ricky download file to your computer hook your phone up to the computer mount phone to computer (USB mass storage) right click file go down to send to and send it to the proper mass storage for your phone I have vista so that's how it works for me that should put the file on the root of your SD card open root explorer first go into system/framework go down to the twres apk long press it and select copy you will see paste at the bottom of your screen hit the back button twice go down to SD and put the copy in any sub folder you may want I use downloads then go down to the new file on your SD card from robbitt long press it hit move go back to system/framework in the upper right hand corner you will see a r/w press that then hit paste it will say it already exists do u want overwrite click yes back out then reboot should work with no problem.I think what u did was move the orig twres file instead of copying it hope this helps you.And thanks to robbitt love this mod sometimes its just the little things
Sent from my SGH-T959V using XDA App

[Q] /data empty

i botched a simple bootanimation.zip change. i also cannot find the steps i was following. i have a sensation ARHD brand new version. i chose a bootanimation i like followed the steps using the program File expert. i copied and pasted into, if i remember properly /data/local once i hit paste a prompt came up and i i saw that i chose overwrite accidentally, but i didnt get a chance to read it. in any case it didnt work rebooted/powered off my phone and now the /data folder is not showing and under system/ i believe there used to be a data folder in there as well. What did i do? where are those folders? How can i successfully change my bootanimation? im new please be gentle with me.
I'm going to help you
First thing I need to know before we go any further, Do you have a Nandroid of your ROM?
Sent from my Sensation using XDA App
Nope the only back up i did was with CWM and i know Nandroid is a backup but i dont know how to do it.
thanks for responding
there is no /system/data...there's /system and /data..
Are you having issues or did you just think something went wrong bc you cant find that directory?
CruzinByU said:
Nope the only back up i did was with CWM and i know Nandroid is a backup but i dont know how to do it.
thanks for responding
Click to expand...
Click to collapse
A backup in CWM is a nandroid..In the old Amon recovery it was just called a nandroid and is stil typically referred to as that, but a backup in CWM is the same.
If the bootanimation didn't change (or changed to nothing), you probably need to set the permissions...This can be done a few ways, either thru the command prompt or a file explorer. You need to give it read and execute permissions..From the command prompt you should be able to run "chmod 777 /system/media/bootanimation.zip" and that should work fine
no issues thankfully. just believe something went wrong bc i couldnt find that directory.
Also try another app such as root explorer. Some of these apps have a hard time reading /data.
Edit: glad you got it... Lol posted while you were posting
Sent from my HTC Sensation Z710e using xda premium
Thank you for your quick response will try it and let you know how it goes
wadill said:
Also try another app such as root explorer. Some of these apps have a hard time reading /data.
Sent from my HTC Sensation Z710e using xda premium
Click to expand...
Click to collapse
Theres a free file explorer on here called "root browser" that works great.
I think the issue here is the file permissions.

Categories

Resources