Original Boot animation N1 - Nexus One Themes and Apps

Hi.
Can someone tell me how to get the original boot animation of the N1.
Where do i have to look inside my N1 or can i download it from somewhere in the internet?
Thx

Here you go:
http://www.mediafire.com/file/tjttlthjmtj/bootanimation.zip

thanks a lot

Can someone please upload this again? Thanks!

You can open up any update.zip for a rom that uses the stock animation and just extract the file from it... no need to have someone upload it separate.

for example, theofficial just drag the bootanimation.zip from /system/media into wherever you have ur sdk/tools and:
adb remount
adb push bootanimation.zip /system/media/bootanimation.zip(or wherever ur rom has the bootanimation stored)
adb reboot

Related

Changing icons in taskbar...

What .apk do I need to modify to change the icons in the taskbar? Like battery, signal etc etc...I thought it was in framework-res.apk and i found some icons, but not all...Any ideas? Help...
Nevermind, I figured it out and changed some icons around...
Share the procedure with the rest of us noobs. i would like to give it a try.
Thanks
I'll try and write something up when I get a chance. Im getting busy here at work...ugggh.
Ok, what I did was pulled two files from my phone... com.htc.resources.apk and framework-res.apk. Make sure you download 7-Zip and make a backup of both files just in case. What I suggest is doing a nandroid backup prior to changing around any files. This way it CYA in case something happens. Again, be VERY CAREFUL!! I am NOT responsible for anyone screwing up their phone. DO A NANDROID BACKUP!!! LOL
1. Make sure Android SDK is installed. I have mine installed at c:\android-sdk-windows
2. I extracted both files to the android-sdk-windows\tools folder...like this. Open your command prompt and cd to where SDK is installed...
c:\android-sdk-windows\tools>adb remount
remount succeeded
c:\android-sdk-windows\tools>adb pull /system/framework/com.htc.resources.apk c:\android-sdk-windows\tools
(This should automatically pull the file into your tools folder.)
3.Next I pulled the framwork-res.apk file...
c:\android-sdk-windows\tools>adb pull /system/framework/framework-res.apk c:\android-sdk-windows\tools
(This should automatically pull the file into your tools folder.)
4. Next I opened com.htc.resources.apk with 7-Zip.
- Navigate to the res folder. Then navigate to the drawable-480x320 folder. Lets say you want to change the signal icon, well that icon happens to be cdma_sys_signal_0 - 6.png. You'll see them in the folder. What I did was grabbed some icons from other ROMS and I extracted them and copied them to the .apk. After I copied the icons over I then pushed the file back to my phone like this...
5. c:\android-sdk-windows\tools>adb push com.htc.resources.apk /system/framework/com.htc.resources.apk After a few seconds you'll see that its pushed over.
In the framework-res.apk file the folder you want to look in is \res\drawable\ it has the battery indicators as well as the charging of the battery etc etc...The files in the .apk start with stat_ You pretty much do the same thing like you did with the other .apk. Make sure you push it back to your phone. After you push both files back make sure you reboot by doing the following command...
6. c:\android-sdk-windows\tools>adb shell reboot
Its really easy to do...I had no issues...Have fun. Let me know if you need any assistance.
Your the man, thanks.

How to return to original boot?

How can i do that on my evo?
Rocklee99 said:
How can i do that on my evo?
Click to expand...
Click to collapse
Here is the Sprint boot animation and sound. Unzip the files, there are 2: bootanimation.zip and android_audio.mp3
Use ADB or something like Root Explorer to drop the two files into /system/media folder.
Additionally, check under /system/customization/resource to see if your ROM or a theme has placed a bootanimation.zip file there. Just copy the supplied bootanimation.zip there as well if so.
Ceger
thank you

[Q] Changing Milestone Boot Logo ????

Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
I have also rooted my phone with GOT's Open Recovery, and done a backup with Nandroid, but was wondering how can I change that opening sequence.
I've downloaded some boot animations in .zip with the following structure:
\
\desc.txt
\part0
\part0\01.png
\part0\02.png
...
Where should I place the .zip or the folder with that content??
Thanks in advance.
May I know your phone model?
If it's Motorola Milestone, I can help.
Indeed, it is a Motorola Milestone.
zankyw said:
I have also rooted my phone with GOT's Open Recovery, and done a backup with Nandroid, but was wondering how can I change that opening sequence.
I've downloaded some boot animations in .zip with the following structure:
\
\desc.txt
\part0
\part0\01.png
\part0\02.png
...
Where should I place the .zip or the folder with that content??
Thanks in advance.
Click to expand...
Click to collapse
When you have all the desc.txt and the part files you zip them Using store Then this .zip is placed in system > media there should already be one there.
dwillMUFC said:
When you have all the desc.txt and the part files you zip them Using store Then this .zip is placed in system > media there should already be one there.
Click to expand...
Click to collapse
Sorry, I'm afraid I didn't understand you.
How can I gain access to that folder if it's in the internal memory of the phone? Once that's done, should I overwrite the .zip stored in system\media?
Install Android Terminal Emulator from market and give permission to Superuser access.
Put bootanimation.zip folder in your sd card root.
Run Terminal Emulator and type the followings as exactly.
su
mount -o remount,rw -t yaffs2/dev/block/mtdblock3 /system
dd if=/sdcard/bootanimation.zip of=/system/media/bootanimation.zip
reboot
You should see some processing as you typed in the third line.
If you see the error, there might be a typo and retype the third line.
After reboot, you will see the custom bootanimation of your choice.
PS- There are many custom bootanimation.zip files out there and you can download them for free.
Hope this can help.
Credit goes to CoolPsTuts on YouTube.
I had to put bootanimation.zip to /data/local and then it worked flawlessly.
TheSSJ said:
I had to put bootanimation.zip to /data/local and then it worked flawlessly.
Click to expand...
Click to collapse
Have you ever tried to change the Milestone boot logo? Is there a bit easy way to do it than the way like backing up with Nandroid, flashing the ROM and update again?
I'm not sure its possible to change the motorola logo, with the locked bootloader and kernel
correct me if i'm wrong
Min Ye Soe said:
Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
Click to expand...
Click to collapse
get root explorer and dell old bootanimatoin.zip in /system/media/ and copy new in this folder
Doesn't work...had accidently put in DroidX bootanimation in /system/media and nothing happened...still the M-Logo on startup...
TheSSJ said:
Doesn't work...had accidently put in DroidX bootanimation in /system/media and nothing happened...still the M-Logo on startup...
Click to expand...
Click to collapse
DroidX bootanimation, renamed to bootanimation.zip in /system/media ?
bootanimation and bootlogo are different.
bootlogo is the one u see first after reboot and bootanimation is the one with the animated features (actually .png files).
For my case, my bootlogo is our local teleco's one and probably Motorola put it as a default when they shipped for Singapore.
So they might use locked bootloader and kernel to prevent changing it.
For bootanimation, that zip file is in /system/media and you can swap it with another bootanimation at anytime.
But the case is you can't simply copy and paste it using Market Apps like "Root Explorer" or "AndExplorer" or smth like those as the /system/media folder is readonly.
So I used terminal emulator to change the bootanimation.
I could change it successfully but I still can't find my way to change the bootlogo so if anyone ever tried and changed it successfully, pls share your ways.
Thanks.
petyo.tsanov said:
DroidX bootanimation, renamed to bootanimation.zip in /system/media ?
Click to expand...
Click to collapse
Yes. For getting it to work it has to be put into /data/local (at least for me)
Min Ye Soe said:
bootanimation and bootlogo are different.
bootlogo is the one u see first after reboot and bootanimation is the one with the animated features (actually .png files).
For my case, my bootlogo is our local teleco's one and probably Motorola put it as a default when they shipped for Singapore.
So they might use locked bootloader and kernel to prevent changing it.
For bootanimation, that zip file is in /system/media and you can swap it with another bootanimation at anytime.
But the case is you can't simply copy and paste it using Market Apps like "Root Explorer" or "AndExplorer" or smth like those as the /system/media folder is readonly.
So I used terminal emulator to change the bootanimation.
I could change it successfully but I still can't find my way to change the bootlogo so if anyone ever tried and changed it successfully, pls share your ways.
Thanks.
Click to expand...
Click to collapse
I can tell you where you'll find the files for changing the boot loader, but it won't be of any use:
Unpack the boot.img of the stone and there you'll find it somewhere, but since you have to repack the modified boot image again and flash it, you'll notice that it won't boot anymore because the signature has changed...so until they don't unlock their boot.img nothing can be done IMHO.
TheSSJ said:
Yes. For getting it to work it has to be put into /data/local (at least for me)
I can tell you where you'll find the files for changing the boot loader, but it won't be of any use:
Unpack the boot.img of the stone and there you'll find it somewhere, but since you have to repack the modified boot image again and flash it, you'll notice that it won't boot anymore because the signature has changed...so until they don't unlock their boot.img nothing can be done IMHO.
Click to expand...
Click to collapse
Thanks a lot.
Min Ye Soe said:
Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
Click to expand...
Click to collapse
go here http://forum.xda-developers.com/showthread.php?t=696193
have bootloadind and steps how to setup bootloader
lyserver said:
go here http://forum.xda-developers.com/showthread.php?t=696193
have bootloadind and steps how to setup bootloader
Click to expand...
Click to collapse
Great, thanks a lot!

[GUIDE] Change Bootanimation !

Credit goes to sakindia123 and this thread http://forum.xda-developers.com/showthread.php?t=1375547
Step 1 :
Place the files "samsungani" and "bootanimation" in /system/bin
Make sure these files have execute permission (-rwxr-xr-x)
Step 2 :
Place "sanim.zip" in /system/media
This file contains the boot animation. You can use bootanimation.zip file from other threads but they should be renamed to sanim.zip to work properly.
ex thread : http://forum.xda-developers.com/showthread.php?t=1053250
Step 3 :
Remove "bootsamsung.qmg" and "bootsamsungloop.qmg" from /system/media
As a standard good practice, you can keep a backup of these files somewhere on your sdcard/pc.
Step 4 :
Reboot and enjoy !
Note : This works on my Samsung Galaxy R with 2.3.5 stock rom.
was just going to post this
I took the jolly roger one, NICE!
The above method doesnt work in the Indian ROM. I get nothin in the bootup other than the bootup sound. Then directly the Homescreen
zerocool_rkl said:
The above method doesnt work in the Indian ROM. I get nothin in the bootup other than the bootup sound. Then directly the Homescreen
Click to expand...
Click to collapse
works well on my 2.3.5 indian rom..
did u check the file permissions ?
zerocool_rkl said:
The above method doesnt work in the Indian ROM. I get nothin in the bootup other than the bootup sound. Then directly the Homescreen
Click to expand...
Click to collapse
That's when you don't copy the right sanim.zip to your system/media/ folder.
First of all when you download the custom "bootanimationfile".zip it's not enough just to rename it! you must extract the package, find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local.) THIS file must be renamed to sanim.zip and copied to your /system/media. IT must work if you followed other steps above. I'm pretty sure it works on every FW!
In my phone there is no bootanimation.zip . There are some bootanimation.omg files. I googled them up an found that they r samsung's propitory format.
Sent from my GT-I9103 using XDA App
Dude...read tutorial and that what I wrote one more time. Nobody said you have bootanimation.zip on your phone. Guide works like a charm!
"find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local."
Told by you
Then you should cite the whole sentence
" First of all when you download the custom "bootanimationfile".zip it's not enough just to rename it! you must extract the package, find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local.) "
I was talking about one of the custom boot animations package ( that can be found e.g. here: http://forum.xda-developers.com/showthread.php?t=1053250 ) even localization I mentioned concerns the .zip file not the system folder of your device.
Of course we don't have bootanimation.zip in our stock, we have sanim.zip instead. Which is written in OP's tutorial above.
m.kochan10 said:
Then you should cite the whole sentence
" First of all when you download the custom "bootanimationfile".zip it's not enough just to rename it! you must extract the package, find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local.) "
I was talking about one of the custom boot animations package ( that can be found e.g. here: http://forum.xda-developers.com/showthread.php?t=1053250 ) even localization I mentioned concerns the .zip file not the system folder of your device.
Of course we don't have bootanimation.zip in our stock, we have sanim.zip instead. Which is written in OP's tutorial above.
Click to expand...
Click to collapse
LOL Kochan - this guy ain't getting it.... maybe he should just download 'ROM Toolbox' and change the boot anim's from there.....much simpler for the newbies
No offence meant at all, sometimes it's just easier to have a program do these things for you ^.^
Change boot animation ardatdat 1.6
Can't figure it out, it doesnt work - no way. Followed the Tutorial exactly and tried different things. Finally i tried the sanim.zip from the first post in this thread. Black bootscreen but with the crappy Samsung sound
Firmware is stock XWKJ4, with ardatdat kernel 1.6
Could the kernel be the problem??
Of course it works. I've used XWLA4 as well. Worked like a charm. It has nothing to do with kernel.
1) Have you downloaded packages, extracted (custom booting.zip )and replaced stock "samsungani" and "bootanimation" (in /system/bin) with those u got from package?
2)Have you removed "bootsamsung.qmg" and "bootsamsungloop.qmg" from /system/media?
3) Have you found a proper bootanimation.zip, renamed it to sanim.zip an placed in /system/media?
If you accomplished all steps above...your bootanimation.zip (sanim.zip) must be corrupted. Remember it's NOT a flashable package.! If you found somewhere a flashable version (it works only on AOSP/AOKP/CM roms) it must be extracted and then the right file must be copied to /system/media.
And one more thing. Bootanimation has nothing to do with bootsound. Wanna change bootsound, go to /system/etc and replace PowerOn.wav (this stands for bootsound), 1_Power_on.ogg (if you ignore this you won't be able to switch bootsound on/of together with setting you phone profile silent/normal) with your preferred ones.
You have to remove samsungani , then place bootanimation.zip
This was sent from a Galaxy Ace. Problem?
@m.kochan10
1. yes
2. yes, but there is also a file called "odeanim.qmg". Do you know what this is?
3. after fiddling around with my own files did`nt work i finally downloaded the sanim.zip from the first post here. I did not touch it and put it to system/media. No success! Of course my own animation also did not work. Tried to generate the animation with this Boot Animation Creator from here: http://forum.xda-developers.com/showthread.php?t=1234611. No success!
So there is no bootscreen now, i only see the Samsung GalaxyR letters then straight to homescreen. Thanks for the tip with the bootsound. Thats going to be the next i try. But first i need to change the animation.
Few questions:
a. does it matter if i take jpeg or png?
b. the pics of the animation need to have the resolution of my screen, right? 480x800
c. or do smaller pics just show up in the middle of the screen?
Thanks 4 helping!
2. Leave odeanim.qmg alone It won't help you by any means.
3. I attached a working sanim.zip just push it with root explorer to /system/media and reboot. We'll see if it work.
I'm sorry I cannot help you with your questions about creating bootanimation files. It's not my field (yet )
I give up!
-tried your sanim.zip - nothing.
-downloaded Custom Booting.zip again, unpacked it this time with Winrar instead of 7zip and copied them to system/bin (checked permissions-ok) - nothing.
There are not so many chances to f**ck this up but still it does`nt work.
Running out of ideas what to try out anyway.
So i just wait and hope for ICS, CM7, CM9 or whatsoever and give it another try then.
Where is the thread where i can ask for ETA of these roms?
(just joking...)
Sorry to hear that. Unfortunately I don't own the device so I cannot verify what goes wrong.
In worst case, since you've got nothing to lose, you may try to flash (sometimes you will have to flash several times - i don't know why, but I remember that sometimes I had to do it 8 times in a row before I managed to change a boot animation, you may even try wipe cache/dalvik cache) these zips:
a) Honeycomb - bumblebee 3D - Boot animation (I cannot promise it will work with first flash, but try few more times, it should work)
http://www.mediafire.com/?3kodfmmaxm1le3u
c) Stock One (If you totally give up and wish to revert to stock; same here)
http://www.mediafire.com/?jh76pi7fj6pmr2z
DO NOT EXTRACT: THEY ARE FLASHABLE via CWM!
Since Stock One was no option at all to me: Flashed the Honeycomb - bumblebee 3D once with with wiping cache and dalvik - works perfekt! Gonna try to change it to my own animation soon.
cheers man...
---------- Post added at 02:35 AM ---------- Previous post was at 02:14 AM ----------
Wanted to go to bed after last post but could`nt wait to try out. So i put my own sanim.zip instead of the one from Bumblebee 3D and IT WORKS!!!
GReat to hear that!

[Q] I do not get to change the bootanimation to mt6592 s4 i9500

I'm crazy for getting to change my s4 i9500 bootanimation mt6592.
I tried using the method of CWM, or by two xlog.sh scritz files and creating folder bootanimation but I can not change the bootanimation to this terminal.
that I have to do? please help me.
translated by google.
gachi said:
I'm crazy for getting to change my s4 i9500 bootanimation mt6592.
I tried using the method of CWM, or by two xlog.sh scritz files and creating folder bootanimation but I can not change the bootanimation to this terminal.
that I have to do? please help me.
translated by google.
Click to expand...
Click to collapse
You dont have to create bootanimation folder. Just put the bootanimation.zip into /system/media/
scholastova said:
You dont have to create bootanimation folder. Just put the bootanimation.zip into /system/media/
Click to expand...
Click to collapse
scholastica sorry for my translation, but I've tried this. I do not work so I leave this issue here. then, I have put a bootanimation already put me at the time of placing a CWN recovery. I can remove if I go to this address: system / bin / bootanimation. okay? then .. that I did it? get this file that has no file type online. for example, take it from a rom cwm and replace to give the necessary permissions as the other files in the bin folder. not achieved and I change the bootanimation. moreover, scholastova the bootanimation.zip folder. I've tried other directions. I do not remember. I have watched many tutorials and I get nothing.
I can not do that ...
gachi said:
scholastica sorry for my translation, but I've tried this. I do not work so I leave this issue here. then, I have put a bootanimation already put me at the time of placing a CWN recovery. I can remove if I go to this address: system / bin / bootanimation. okay? then .. that I did it? get this file that has no file type online. for example, take it from a rom cwm and replace to give the necessary permissions as the other files in the bin folder. not achieved and I change the bootanimation. moreover, scholastova the bootanimation.zip folder. I've tried other directions. I do not remember. I have watched many tutorials and I get nothing.
I can not do that ...
Click to expand...
Click to collapse
Ok, let's try again. First, go to system / bin / and open file: bootanimation with text editor. Find text: bootanimation (see attachment). As you can see, the name of bootanimation file is not bootanimation.zip but bootanimation_mtk.zip. Now do the same thing, may be you have to change the name of bootanimation.zip file to something else. CLUE: Follow the address and the name as written in system / bin / bootanimation file.
I hope it works!
scholastova said:
Ok, let's try again. First, go to system / bin / and open file: bootanimation with text editor. Find text: bootanimation (see attachment). As you can see, the name of bootanimation file is not bootanimation.zip but bootanimation_mtk.zip. Now do the same thing, may be you have to change the name of bootanimation.zip file to something else. CLUE: Follow the address and the name as written in system / bin / bootanimation file.
I hope it works!
Click to expand...
Click to collapse
perfect! thank you very much friend!: Laugh:: Laugh:: Laugh:: Laugh:

Categories

Resources