nexus one boot animation - Nexus One Q&A, Help & Troubleshooting

i have looked all over to find the original nexus one boot animation.
i am on cyan and as you users know, the boot animation is cyan,
where can i find the original one and how to i apply it?

i attached my backup here for you. put it in you SDK tools directory and push it with adb like so to overwrite the CM one:
Code:
adb remount
adb push bootanimation.zip /system/media
adb reboot
or if you want you can push it here and it will default to this location first and keep the CM one intact :
Code:
adb remount
adb push bootanimation.zip /data/local
adb reboot
if you go the second route, you can delete it later like so:
Code:
adb shell
rm /data/local/bootanimation.zip
exit
adb reboot
and you will then revert to the old CM one...

Is there anyway to flash with terminal? Or must you use adb?

Root explorer

Related

Need help with boot animation on N1

This is my first rooted phone so be gentle. Im trying to change my boot screen to the matrix one I downloaded from droidboots.com
I followed this tutorial(How To Change Motorola Droids Boot Animation HD) to the letter from here youtube.com/watch?v=WIBk1-NB_ZM
But when I reboot it still shows the normal N1 X animation.I also tried the Boot animation app from the market(boot-animation-changer-root) and get the same result
Am I missing anything?
Thanks
Do you have adb installed? If you do, run this command:
adb remount
adb push C:\(location)\bootanimation.zip /system/media/bootanimation.zip
That will replace the current x-animation with whatever animation you want. Make sure it is named bootanimation.zip. If you don't have adb, try root explorer from the market to push the files from within the phone, or ask the maker of the animation to create a flashable update.zip for you.
mejorguille said:
Do you have adb installed? If you do, run this command:
adb remount
adb push C:\(location)\bootanimation.zip /system/media/bootanimation.zip
That will replace the current x-animation with whatever animation you want. Make sure it is named bootanimation.zip. If you don't have adb, try root explorer from the market to push the files from within the phone, or ask the maker of the animation to create a flashable update.zip for you.
Click to expand...
Click to collapse
Thanks that worked

Transparent LockScreen (like from superhero) download :D

Currently not working due to unknown error Please do not try yet ​
Hello
This is a transparent lockscreen like from the rom superhero
----------(Download Here )----------
This is not my work i ported it from JsChiSurf Over at the cdma forums
The zip below is not flashable , unzip it and folow the instructions you must have the androidsdk installed as this includes pushing some files through adb
instructions below
Open CMD and enter these adb comands *Note if your android sdk is not in the same place as the commands say either change the commands or rename the sdk folder to AndroidSDK then placce it at the root of your c drive
cd/
cd AndroidSDK/tools/
adb devices
adb remount
adb push android.policy.jar /system/framework/
adb push framework-res.apk /system/framework/
adb reboot (that is to reboot phone and is not necisary)
Remembar to make a nandroid back-up before flashing/
Thanks
The Problem is it is still boooting after instaling the .jar after the framework folder i will post once i've finished booting

[Q] FRG83D Update Problems

I have a rooted (rage) N1 that I loaded the G2 Launcher2.apk on to. Doing this caused the N1 to fail the update when it tried to apply FRG83D.
Stupidly, I decided that deleting the /system/app/launcher2.apk file was the right idea. And then rebooted.
Now the phone hangs on the boot animation. Attempting to apply with NO launcher2.apk results in the same error.
I have ADB installed, and I can adb shell into the phone and su. I have the old, original N1 launcher backed up on my SD card, but I can't figure out how to:
1) Mount the sdcard while ADB shell'd in from just the boot animation screen so that I can browse the card
2) Move the launcher2.apk backup file into the /system/app directory without getting a "Cross-device link" error when I use mv.
Can someone provide me with the exact commands to get the /sdcard/launcher2 backup/launcher2.apk file on to /system/app while ADB'd in only from the boot animation?
Thanks so much, I'm digging through the forums in the mean time, but it's tricky to track down exactly what to do.
I appear to have fixed everything. I wasn't able to access the SD card through ADB, but I *was* able to mount it using the:
Code:
echo /dev/block/mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file
method.
From there, I copied my backup to my desktop, and I found I was able to ADB push to just the /data/local/tmp directory. Don't know if I could've gone anywhere else, but that worked.
From there, I was about to:
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
to mount/make writable the /system/app directory,
and then:
Code:
cat /data/local/tmp/launcher2.apk > /system/app/launcher2.apk
So there's that. All to restore the Launcher to a version that would allow for a somewhat pointless update. Woo!

How to change the boot screen?

Preqiously I had energy android rom on my HD2 and then I switched to cm9 android.
Problem is that I still have energy logo when I am booting my OS.
How to remove/change it?
With root acces, you can change it here : system/media ==> bootanimation.zip
PS : Sometime here : /data/local
Need superuser, with terminal
Download boot animation from internation, rename it to bootanimation.zip place it somewhere on sdcard
On terminal type
cp /data/local/bootanimation.zip /data/local/bootanimation.BAKUP
cp /<pathToDownloadedFile>/bootanimation.zip /data/local/bootanimation.zip
Restart. Voila.
This is great! Thanks!

Replacing Boot Animation Without Rooting

Disclaimer: I am not responsible for bricking your device or bootloop. Also, note that modifying /system will break OTA update. So, please try it at your own risk.
1. Download any bootanimation and make sure to change the name to bootanimation only. You can get it from here. Link: https://forum.xda-developers.com/and...nware-t3721978 (Credit goes to @mauam)
2. Go to device settings/Developers option and turn on USB debugging
3. Make sure you have ADB tool installed properly in your computer.
4. Connect your device to the computer using the USB cable.
5. Now open ADB tool folder and paste the bootanimation zip file here.
6. On the same ADB folder, press shift+right click and open command box.
7. Type: adb shell mount /system
8. Now type: adb push bootanimation.zip /system/media
9. Type: adb shell unmount /system
10. Type: adb shell reboot

Categories

Resources