New Splash Image - Nexus S Q&A, Help & Troubleshooting

is there any way to put a new splash image on the nexus s. Ive looked at different instructions but nothing works for nexus s i always end up with failed(unknown partition). Anyone succesfully put a new splash img?

splash image? what?
are you talking about boot animation?

If you already have the bootanimation.zip file, it's as easy as
Code:
adb remount
adb push bootanimation.zip /system/media/
adb shell chmod 644 /system/media/bootanimation.zip
Not sure if the chmod is necessary, but I put it there just in case.
If you don't have one yet, I'd suggest you try this one.

im talking abot replacing the Google image when the phone first boots up

myunitisz said:
im talking abot replacing the Google image when the phone first boots up
Click to expand...
Click to collapse
you cant replace that... unless you know how to develop kernels.
it only appears for like three seconds, who cares :\

myunitisz said:
is there any way to put a new splash image on the nexus s. Ive looked at different instructions but nothing works for nexus s i always end up with failed(unknown partition). Anyone succesfully put a new splash img?
Click to expand...
Click to collapse
what he means is fastboot flash splash1 splash1.img. But this command ends with failed unknown partition.
Is there another way to get a new splash picture?

i wish there is!! but losing hope

There is a program a dev on here created call splash image changer I believe. I'd post a link but I am on my phone thus incapable.
-10 post limit for off-topic!-

the program didnt work guess its impossible

Related

[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!

Do something special to boot animations?

I am trying to change the boot animation on my X. I have pushed bootanimation.zip to both /data/local and /system/media using Terminal Emulator, adb push, and root explorer. All I'm getting is a black screen after the M logo. I was able to successfully change it to the red rage boot animation by pushing it to /system/media but the sizing was off and it didn't looks so good. But I have tried 2 different BA's and get the black screen. Do I need to modify something to make it compatible with the X? Below are the 2 I was trying to push.
http://forum.xda-developers.com/showthread.php?t=640856
http://forum.xda-developers.com/showthread.php?t=715773
PS I have rooted 2.1
Edit: removed
Sorry didn't read the post thoroughly enough
Sent from my DROIDX using XDA App
Am I the first one trying to make a boot animation for the X?
Explodee said:
Am I the first one trying to make a boot animation for the X?
Click to expand...
Click to collapse
No. There's a thread @ AndroidForums about custom boot animations and working ones. Since my account is apparently "new", I'm unable to link to the thread. If you go to the Motorola Droid X forums, then to the "All things Root" thread, you'll see one started entitled "Custom Boot - Blue X takeover for root users."
Thanks but that guy is just skinning the original BA. I'm trying to put a completely different one one. I'll do some experimenting today while sitting at work I guess...
i know when making livewallpapers and what not the .png has to be certain dimensions and 24bit .
i would right click the png check properties and see if it says 32 if it does i believe the png cant be processed and will give a black screen.
only other thing i can think of is the desc.txt file which tells the phone how fast or w/e to show the pics. that i know little about.
edit: i believe though 8bit is ok for png, and it might be different i would check the properties of the original to see
Explodee said:
I am trying to change the boot animation on my X. I have pushed bootanimation.zip to both /data/local and /system/media using Terminal Emulator, adb push, and root explorer. All I'm getting is a black screen after the M logo. I was able to successfully change it to the red rage boot animation by pushing it to /system/media but the sizing was off and it didn't looks so good. But I have tried 2 different BA's and get the black screen. Do I need to modify something to make it compatible with the X? Below are the 2 I was trying to push.
PS I have rooted 2.1
Click to expand...
Click to collapse
this maybe stupid, but are you renaming them to bootanimation? they HAVE to be named that when you place them in the media folder in order for them to work!!
C'mon man, give me SOME credit...
HA GOT IT! When re-inserting (hehe) the files back into the bootanimation.zip, or when making a new zip, you need to set the compression to STORE. Then just drop it in /data/local with root explorer and you are good to go!

Changing boot animations

I have read the information on manually changing the boot animations, but has anyone used a tool to do it? Rom Tool Box and a slew of other apps have change boot animation functions. I was just wondering if anyone has successfully used any stand alone app to accomplish this? also boot logos?
henbone11 said:
I have read the information on manually changing the boot animations, but has anyone used a tool to do it? Rom Tool Box and a slew of other apps have change boot animation functions. I was just wondering if anyone has successfully used any stand alone app to accomplish this? also boot logos?
Click to expand...
Click to collapse
I tried Rom Toolbox but it doesn't chance animation on mine. I don't know nor can find where the settings or the directory is on the tf700 is to change it in Rom toolbox. If you know... please share it or a link to the answer. Thanks
Ice, rooted and unlocked. NVflash backup
Boot Animations works fine.
Apparemtly tf700 users can't get this to work either. just need to know which dir tf700 actually uses.
andyk11 said:
just need to know which dir tf700 actually uses.
Click to expand...
Click to collapse
I've copied an LCARS one to /data/local and works perfectly.
How To Change, Customize & Create Android Boot Animation [Guide]
So you have found a boot animation that you want to install on your phone? Created one of your own and can’t wait to see it in action on your device? All you have to do is copy it at a certain location on your device. There are two locations you can copy it: /data/local and /system/media, and both have their advantages and disadvantages.
Advantages of copying it to /data/local is that you will not require root access for it and it should work for all non-rooted devices without running the risk of changing anything in the /system partition. Furthermore, if a bootanimation.zip file is found in both locations, Android ignores the one found in /system/media and gives priority to the one in /data/local. A disadvantage of this method is that upon a hard reset (also called a full data wipe or a factory reset), the new boot animation will be lost.
Copying the boot animation to /system/media/ is possible only if your device is rooted and you have read+write access to the /system partition. An advantage of this method is that upon a hard reset, the new boot animation will still remain and there will be no need to apply it again. A disadvantage is that it requires ADB or a root level file browser such as Root Explorer or Super Manager.
Click to expand...
Click to collapse
xcal321 said:
I've copied an LCARS one to /data/local and works perfectly.
How To Change, Customize & Create Android Boot Animation [Guide]
Click to expand...
Click to collapse
Thanks for the info. I saw that and tried it but no luck. Not sure what I'm doing wrong. Tried to change it with ROM Toolbox pro also an doesn't work. Am rooted and unlock but no JOY. I did find the /system/media/bootanimation.zip file but it just doesn't load.
Update: I copied the animation.zip files to both /system/media and also data/local. The only thing that loads is the White Asus sign for about 5 sec then a Black screen for about 20 sec then boots normally. Theres got to be a setting that directs the bootanimation file to load but can't find what file the boot looks for to load where to find bootanimation.zip.
andyk11 said:
Update: I copied the animation.zip files to both /system/media and also data/local. The only thing that loads is the White Asus sign for about 5 sec then a Black screen for about 20 sec then boots normally. Theres got to be a setting that directs the bootanimation file to load but can't find what file the boot looks for to load where to find bootanimation.zip.
Click to expand...
Click to collapse
This, to me, looks like the animation is corrupt or is not a boot animation. Check out this tool. Restore the original animation to /system/media and then use the one in the link of my previous post and put that in /data/local.
Thanks. I checked out the program and tried it but got errors pushing the file. to /media but it worked going to /local. tried previewing with romtools pro but not working. I'm stumped. Found a bunch of treads for this problem but nothing. files are not corrupted. I can get the boot animation files to run outside of android on a pc ect but not while trying to get them to animate inside there folders.... /local or /media. Somewhere in the boot process it's not loading. Need to find out why the White Asus animation works for a few seconds and where it is. It used to turn Brown/ Goldish and rotate but no longer. Anyone else with any guess's?
Also: Forgot to mention am using the JB bootloader.
andyk11 said:
Thanks. I checked out the program and tried it but got errors pushing the file. to /media but it worked going to /local. tried previewing with romtools pro but not working. I'm stumped.
Click to expand...
Click to collapse
Have you tried viewing the animation in the tool I mentioned?
andyk11 said:
Need to find out why the White Asus animation works for a few seconds and where it is.
Click to expand...
Click to collapse
That is not the boot animation of Asus, it's a still image embedded in either the bootloader or something close to it. It's not mean to be customized, the metallic ASUS logo with the light effect and then the circular progress indicator are part of the default bootanimation.zip
andyk11 said:
Anyone else with any guess's?
Click to expand...
Click to collapse
I haven't given up yet Would you be willing to share the bootanimation that you are trying to use, with us. This way we can have a look an see if it works for us.
andyk11 said:
Also: Forgot to mention am using the JB bootloader.
Click to expand...
Click to collapse
As am I. I'm on JB 4.1.1 (WW 10.4.4.18).
xcal321 said:
Have you tried viewing the animation in the tool I mentioned?
That is not the boot animation of Asus, it's a still image embedded in either the bootloader or something close to it. It's not mean to be customized, the metallic ASUS logo with the light effect and then the circular progress indicator are part of the default bootanimation.zip
I haven't given up yet Would you be willing to share the bootanimation that you are trying to use, with us. This way we can have a look an see if it works for us.
As am I. I'm on JB 4.1.1 (WW 10.4.4.18).
Click to expand...
Click to collapse
Yes of Course I'd be willing to share it. As I said I can view it outside of the floders on a Windows PC running the boot animtion progam. The one I was tring to install comes with RomToolbox Pro. The droid Peeing on an APPLE... need a few hours sleep as am to tied to keep messin with this. will get back to you... OH... I deleted all animation zip files also and still get the ASUS screen. non animated. whereever that file is it's corrupted I think.
andyk11 said:
Yes of Course I'd be willing to share it. As I said I can view it outside of the floders on a Windows PC running the boot animtion progam. The one I was tring to install comes with RomToolbox Pro. The droid Peeing on an APPLE... need a few hours sleep as am to tied to keep messin with this. will get back to you... OH... I deleted all animation zip files also and still get the ASUS screen. non animated. whereever that file is it's corrupted I think.
Click to expand...
Click to collapse
Sorry for the wait. I have no way of uploading the animation file in question here. Looking for somewhere to upload it so you can look at it but as I said the file is not the problem. I need to reinstall the bootloader which is 9.4.5.30r01 Not sure how to just do that as I haven't looked into it. The 9.4.5.30r01 came from the nvflash tread in this forum. I need to research if I install a jb bootloader if I still have nvflash "JUST IN CASE" Have a nice day.
andyk11 said:
Sorry for the wait. I have no way of uploading the animation file in question here.
Click to expand...
Click to collapse
No problem, I have ROM Toolbox myself and got the animation. While playing around (copying animations to my tablet from my NAS) I figured out what might be wrong on your side.
Make sure your bootanimation.zip is in /data/local and set the file permissions to rw-r--r--.
xcal321 said:
No problem, I have ROM Toolbox myself and got the animation. While playing around (copying animations to my tablet from my NAS) I figured out what might be wrong on your side.
Make sure your bootanimation.zip is in /data/local and set the file permissions to rw-r--r--.
Click to expand...
Click to collapse
Thanks I already tried that. I found that in a post days ago but no luck. permissions where set right. Since my last post I updated to the 10.4.4.18 the odex version and I got bootanimation back. I backed it up using trwp 2.3.1.0 and tried changing it with Rom toolbox again. I set the paths to data/local in the settings. I installed the new bootanimation.zip file and rebooted. It would not boot up at all. Got past the white asus and went blank and I waited 10-15 min but noting. I rebooted by holding down power button for like 10-15sec and still would not boot up. Had to go back to trwp and reinstall my .18 backup and it started right up. Am going to give up for now till I can find out what is causing this for me and not others. Theres just something I'm missing and haven't pinned it down. Thanks for your time and effort. really appreciate it.
Update: 10-22 @11:34 pm. I got it working... Installed CleanRom 2.3 http://forum.xda-developers.com/showthread.php?t=1919851
Not even sure what I did other than flashed, wiped and reset. I checked the location of the bootanimation directory in this rom and it was only in /system/media. I read all the treads and info I could find. I used Rom Toolbox pro https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolboxpro&feature=search_result and changed settings to install it in /data/local as everywhere I read suggested that directory. If you've read what I've tried in the past I already did that over and over. Checked the permissions of the file and all. the one thing I didn't do was remount the zip file after copying to the directory. I didn't think I would have needed to since toolbox would have handled that... I though. Thats the only thing I can think of why it wouldn't load on boot is because it wasn't remounting. Anyways. I got it working but to be honest I still don't know why and I actually wanted to know why... A learning experiance if you want. One more time... Thanks a million for your time.
andyk11 said:
Thanks I already tried that. I found that in a post days ago but no luck. permissions where set right. Since my last post I updated to the 10.4.4.18 the odex version and I got bootanimation back. I backed it up using trwp 2.3.1.0 and tried changing it with Rom toolbox again. I set the paths to data/local in the settings. I installed the new bootanimation.zip file and rebooted. It would not boot up at all. Got past the white asus and went blank and I waited 10-15 min but noting. I rebooted by holding down power button for like 10-15sec and still would not boot up. Had to go back to trwp and reinstall my .18 backup and it started right up. Am going to give up for now till I can find out what is causing this for me and not others. Theres just something I'm missing and haven't pinned it down. Thanks for your time and effort. really appreciate it.
Update: 10-22 @11:34 pm. I got it working... Installed CleanRom 2.3 http://forum.xda-developers.com/showthread.php?t=1919851
Not even sure what I did other than flashed, wiped and reset. I checked the location of the bootanimation directory in this rom and it was only in /system/media. I read all the treads and info I could find. I used Rom Toolbox pro https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolboxpro&feature=search_result and changed settings to install it in /data/local as everywhere I read suggested that directory. If you've read what I've tried in the past I already did that over and over. Checked the permissions of the file and all. the one thing I didn't do was remount the zip file after copying to the directory. I didn't think I would have needed to since toolbox would have handled that... I though. Thats the only thing I can think of why it wouldn't load on boot is because it wasn't remounting. Anyways. I got it working but to be honest I still don't know why and I actually wanted to know why... A learning experiance if you want. One more time... Thanks a million for your time.
Click to expand...
Click to collapse
The reason why it don´t work is that Asus maybe has integrated a check of system files in some asus app or in the kernel (don´t now)
Changing Bootanimation does only work for me with a cleanrom and cm10.
as you sad when you change it in the stock rom it wont boot anymore.
So Asus dont want that someone removes their bootanimation i think
blackmambazzz said:
The reason why it don´t work is that Asus maybe has integrated a check of system files in some asus app or in the kernel (don´t now)
[-->8--]
So Asus dont want that someone removes their bootanimation i think
Click to expand...
Click to collapse
You don't have to remove/replace the Asus bootanimation. Just place your own in /data/local set the correct permissions and you're good to go.

[GUIDE] Modify Boot Logo

Hi
I managed to modify my Bootlogo to a black one and want to share how I have done it
Do this on your own risk, I'm in no way responsible for damage you do on your device!!!
1. Backup the logo partition from your device
You can use adb or a terminal shell for this
Code:
dd if=/dev/block/bootdevice/by-name/logo of=/sdcard/logo.bin
2. copy the logo.bin to your pc or pull it via adb
3. download Motorola Bootloader Maker
4. Within the program, open the logo.bin
5. Extract the existing images to edit them if you like
6. Replace the Images you want with a modified or newly created one
I created one with the red Lenovo logo on a black backround
and saved it as a 8bit color png with a resolution of 1080x1920.
7. Save the new logo as a .bin or .zip file as you like,
I attached my flashable zip to this post.
8. If you choose zip, you have to modify the script, as the included one does not work with our device.
Change all the partition paths to /dev/block/bootdevice/....
You can use the script from the attached zip or replace the included logo.bin with yours.
Use twrp to flash the Zip.
9. If you choose .bin flash it via fastboot
Code:
fastboot flash logo logo.bin
Enjoy your new bootlogo
Credits and special thanks to
caitsith2 for making the Motorola Bootloader Maker App
manos78 for his howto for the G5 whitch gave me the idea to try it on our phone, too
Nice work and helpful stuff thanks and keep up the good work
Kiristiba said:
Hi
I managed to modify my Bootlogo to a black one and want to share how I have done it
Do this on your own risk, I'm in no way responsible for damage you do on your device!!!
1. Backup the logo partition from your device
You can use adb or a terminal shell for this
2. copy the logo.bin to your pc or pull it via adb
3. download Motorola Bootloader Maker
4. Within the program, open the logo.bin
5. Extract the existing images to edit them if you like
6. Replace the Images you want with a modified or newly created one
I created one with the red Lenovo logo on a black backround
and saved it as a 8bit color png with a resolution of 1080x1920.
7. Save the new logo as a .bin or .zip file as you like,
I attached my flashable zip to this post.
8. If you choose zip, you have to modify the script, as the included one does not work with our device.
Change all the partition paths to /dev/block/bootdevice/....
You can use the script from the attached zip or replace the included logo.bin with yours.
Use twrp to flash the Zip.
9. If you choose .bin flash it via fastboot
Enjoy your new bootlogo
Credits and special thanks to
caitsith2 for making the Motorola Bootloader Maker App
manos78 for his howto for the G5 whitch gave me the idea to try it on our phone, too
Click to expand...
Click to collapse
Nice work bro..
Can u make boot logo.
Shreyash01 said:
Nice work bro..
Can u make boot logo.
Click to expand...
Click to collapse
Hi, I'm a Sis
What do you mean with that?
Shure I can, I already did
Kiristiba said:
Hi, I'm a Sis
What do you mean with that?
Shure I can, I already did
Click to expand...
Click to collapse
Sry..!?
I mean boot animation..
https://forum.xda-developers.com/lenovo-a7000/themes/boot-logo-boot-animation-colection-t3382026
Can u make this please
Ähm, I still don't get your point.
Boot animations don't need to be made for a certain device.
Just use the one from your thread if you like
Nevertheless I made one matching my boot logo.
Copy it to /system/media and modify permission to how they where set before.
Isn't the stock logo some kind of a precaution measure? The lock/unlock symbol shows whether the phone gets permission to boot. When I was experimenting with Magisk I noticed the phone wouldn't boot. It had something to do with dm-verity, but I wouldn't been able to tell that easily if I had replaced the boot logo.
Of course you only have to worry about this when you're messing with files which have an impact on verified boot.
No, it's just an indicator if the bootloader is locked or unlocked.
You can change both images independently.
If you want, just use a different one for each.
Took a look inside the Zip to see what the boot animation looks like. Great job.
Thanks a lot for this. That blinding white was really annoying.
Thanks a lot for this zip, Perfect...
That blinding white was really unbearable.
This seems to be done for an amoled.
Better than Lenovo.
Can anyone elaborate backup process?
Thanks
Happy independence day &
Happy krishna janmashtami
Regards
Abhay Ruparel
___________________________
Edit figured it out on my own thanks though.
Replace boot animation
Kiristiba said:
Ähm, I still don't get your point.
Boot animations don't need to be made for a certain device.
Just use the one from your thread if you like
Nevertheless I made one matching my boot logo.
Copy it to /system/media and modify permission to how they where set before.
Click to expand...
Click to collapse
Hi, thanks for the boot logo as well as the animation. How to replace current boot animation (start.mp4) with this zip?
azorahai7 said:
Hi, thanks for the boot logo as well as the animation. How to replace current boot animation (start.mp4) with this zip?
Click to expand...
Click to collapse
That boot animation mation is for custom roms. Will not work in stock.
But the one in below link will. Just follow the instruction.
https://forum.xda-developers.com/lenovo-p2/themes/custom-boot-animation-stock-roms-p2-t3663751
I have changed splash screen. After that phone working fine..
Due to some reason I downgraded to marshmallow..
Through fastboot but the phone is not booting up it stuck at booting..
I flashed marshmallow ROM through fastboot but its not working..
Its not going to TWRP recovery. But fastboot mode is opening..
What should I do please help me..
Is there any way to flash stock splash screen
Got a problem!
I'm unable to change my logo It says the produced file is too large everytime. Please get me clear out of this.
Haaaa my eyes say thank you
I flash the boot logo from first post with ADB and fastboot, on custom oreo rom.
Mani Teja E said:
I'm unable to change my logo It says the produced file is too large everytime. Please get me clear out of this.
Click to expand...
Click to collapse
use a smaller picture file to modify bootlogo. you are not allowed to use a file larger than stock logo file
I just came across this thread.
I made an proper replacement for the Lenovo splash logo on start-up. You can find the logo.bin and post here:
https://forum.xda-developers.com/showpost.php?p=77096272&postcount=376

[ROOT] [HD 10] Customize your boot animation

I finally figured out what was stopping a custom boot animation from being installed onto the HD 10 running stock FireOS. This guide will show you how to replace the boot animation, to just about anything you want. For reference, we are using my favorite Android boot animation from Marshmallow, but there is Lollipop boot animation as well. You need to be rooted in order to complete this guide.
****THIS MAY NOT WORK FOR YOUR TABLET. RESULTS CAN VARY. YOU ARE PERFORMING THIS GUIDE AT YOUR OWN RISK. WORST CASE SCENERIO: NO BOOT ANIMATION (MUST REFLASH YOUR CURRENT VERSION OF FIRE OS TO RESTORE IT)****
1. Download the Marshmallow boot animation zip from this thread (1080p is perfect) to your internal storage. Using a root explorer, open the zip file and tap system then media and extract 'bootanimation.zip' to your internal storage.
2. Download 'bootanimation.zip' at the end of this post and extract the 'bootanimation' file to your desktop PC or the internal storage of your tablet. (THIS IS NOT A FLASHABLE ZIP FILE)
3. Again, using a root explorer, navigate to /system/bin and make a copy the 'bootanimation' file and back it up to a folder in your storage. Now copy the 'bootanimation' file you downloaded in step 2 and paste it in /system/bin, overwriting the existing one. Make sure to set the permissions of the file to rwxr-xr-x
4. Using a root explorer again, go back to your internal storage and copy the 'bootanimation.zip' you extracted earlier in step 1. Then navigate to /system/media and paste 'bootanimation.zip'. Set the permissions to rw-r--r--
5. Reboot and watch your animation. See video: https://www.youtube.com/watch?v=3lmNGAn_YIY
HOW?
The answer was in /system/bin. Amazon modified the 'bootanimation' file in /system/bin so only their boot animation is the one used. If you had only placed the zip in /system/media, the animation would animate for a few seconds, freeze and just before the end of booting, would start to animate again. I tried portrait and landscape. I tried different resolutions. I tried different animations and every one of the animations would freeze. I opened up the ROM for the Fire 7 (Fire Nexus ROM by @ggow) and copied the 'bootanimation' file from /system/bin over to the stock FireOS ROM on the HD 10, and set the proper permissions. Problem solved!
Updates:
January 11, 2019: The bootanimation-STOCK.zip attached below, contains the stock FireOS bootanimation. Simply delete the bootanimation.zip in /system/media (if there is one). Extract/unzip the bootanimation-STOCK.zip into internal storage and copy/paste the bootanimation file to /system/bin, overwriting the one there.
Awesome post, as always, Mr. DragonFire1024
Heads up. If you simply overwrite the file in /system/bin with the bootanimation file (not the zip) and reboot, you get a surprise. I don't want to ruin it With that said, if someone could extend that animation a little...
Wonder if we can use the Oreo Boot animation I'm using for my Moto G4??
Touchpad64gb said:
Wonder if we can use the Oreo Boot animation I'm using for my Moto G4??
Click to expand...
Click to collapse
Should be able to copy the .zip from /system/media to the same folder on the HD 10. The worst that can happen is it won't work (but won't break anything. You may get a black screen until the booting finishes) or the graphics will be too small.
Edit: still need to overwrite the bootanimation file in system/bin no matter what animation you want to use. It just needs to be done once
DragonFire1024 said:
Should be able to copy the .zip from /system/media to the same folder on the HD 10. The worst that can happen is it won't work (but won't break anything. You may get a black screen until the booting finishes) or the graphics will be too small.
Edit: still need to overwrite the bootanimation file in system/bin no matter what animation you want to use. It just needs to be done once
Click to expand...
Click to collapse
Alright, I'll give it a try...Thanks for the Reply.
DragonFire1024
I was just curious if you plan to do any more YouTube videos as proof of concepts to coincide with your very helpful posts
dondraper23 said:
DragonFire1024
I was just curious if you plan to do any more YouTube videos as proof of concepts to coincide with your very helpful posts
Click to expand...
Click to collapse
Depends what I find or do and if it should have a video. I'm always working on something ?
DragonFire1024 said:
Depends what I find or do and if it should have a video. I'm always working on something
Click to expand...
Click to collapse
I know you are and I always look forward to what you post next!
I Just wanted to report back and let you guys know that the Custom Oreo Boot Animation works Perfectly for FireHD10. I used the 1440p Resolution file from here https://www.yourtechnocrat.com/download-android-o-oreo-bootanimation-on-any-android/
Touchpad64gb said:
I Just wanted to report back and let you guys know that the Custom Oreo Boot Animation works Perfectly for FireHD10. I used the 1440p Resolution file from here https://www.yourtechnocrat.com/download-android-o-oreo-bootanimation-on-any-android/
Click to expand...
Click to collapse
I just tested that out. Thanks for the info! Works great.
I cannot, regardless of what I do, get this to work.
I have followed the instructions - exactly - multiple times now.
I have tried numerous bootanimation.zip, including the one linked to in OP.
Files are in the proper locations, file permissions are set as specified.
It doesn't matter if I have the zip in /system/media or not, I get a black screen until UI loads.
Power on --> amazon logo --> black screen --> UI, no matter what I seem to do.
Any help would be greatly appreciated. This is driving me nuts, I just don't understand what I'm missing or doing wrong.
help
Yeah, I followed all the directions and still cant get it to work nor can I get the original boot animation to work.
Delon88 said:
Yeah, I followed all the directions and still cant get it to work nor can I get the original boot animation to work.
Click to expand...
Click to collapse
I can't either. I tried after reading your comment.
No zip in /media, restored bootanimation in /bin to the original, still just a black screen during boot.
So this broke the bootanimation altogether.
Edit: I will add that my stock OS was 5.6.0.1. I suspect something has changed from previous versions, what was your stock version? What was OP's?
smam1338 said:
I can't either. I tried after reading your comment.
No zip in /media, restored bootanimation in /bin to the original, still just a black screen during boot.
So this broke the bootanimation altogether.
Edit: I will add that my stock OS was 5.6.0.1. I suspect something has changed from previous versions, what was your stock version? What was OP's?
Click to expand...
Click to collapse
You have to place the bootanimation.zip in /system/media after overwriting the file in /system/bin. Unzip the animation in the link in OP. There will be another zip inside it. that's the zip you use.
DragonFire1024 said:
You have to place the bootanimation.zip in /system/media after overwriting the file in /system/bin. Unzip the animation in the link in OP. There will be another zip inside it. that's the zip you use.
Click to expand...
Click to collapse
Yeah I follow, and I did so several times. I can't even revert to having the stock "fire" boot animation.
Following the guide effectively broke my boot animation altogether. Again, I cannot even go back to having the original boot animation. Same thing the guy who replied after me reported as well.
smam1338 said:
Yeah I follow, and I did so several times. I can't even revert to having the stock "fire" boot animation.
Following the guide effectively broke my boot animation altogether. Again, I cannot even go back to having the original boot animation. Same thing the guy who replied after me reported as well.
Click to expand...
Click to collapse
Make sure the permissions are set correctly. .bin file: rwxr-xr-x and the .zip: rw-r--r--
DragonFire1024 said:
Make sure the permissions are set correctly. .bin file: rwxr-xr-x and the .zip: rw-r--r--
Click to expand...
Click to collapse
Yes, I have, numerous times. As I have said.
I'm going to flash my system.img backup and see if that restores the stock boot animation, because nothing else has.
Edit: dd-ing my system.img of my post-root supersu backup restored my boot animation to stock.
Final Edit/Update:
Confirming that this does indeed work. I'm not sure what exactly I did the first time, but it completely botched the boot animation.
dd'd system.img (I had other compelling reasons to anyway), followed the instructions again, exactly as they are written.
I didn't even extract the zip on PC and then push, I did it all in ES.
The first time I did this I think I had some sort of permission issues (had to delete bootanimation and then paste the replacement, couldn't overwrite), and I suspect that combined with a little user error ruined boot animation. Anyway, thank you for the guide @DragonFire1024. This is a little thing, but completely worth it, imo.
smam1338 said:
Yes, I have, numerous times. As I have said.
I'm going to flash my system.img backup and see if that restores the stock boot animation, because nothing else has.
Edit: dd-ing my system.img of my post-root supersu backup restored my boot animation to stock.
Final Edit/Update:
Confirming that this does indeed work. I'm not sure what exactly I did the first time, but it completely botched the boot animation.
dd'd system.img (I had other compelling reasons to anyway), followed the instructions again, exactly as they are written.
I didn't even extract the zip on PC and then push, I did it all in ES.
The first time I did this I think I had some sort of permission issues (had to delete bootanimation and then paste the replacement, couldn't overwrite), and I suspect that combined with a little user error ruined boot animation. Anyway, thank you for the guide @DragonFire1024. This is a little thing, but completely worth it, imo.
Click to expand...
Click to collapse
Very strange but glad it worked. You can now have just about any boot animation you can find. Simply replace the zip in /system/media, give permissions, reboot. Just make sure to have the right resolution ?
DragonFire1024 said:
Very strange but glad it worked. You can now have just about any boot animation you can find. Simply replace the zip in /system/media, give permissions, reboot. Just make sure to have the right resolution
Click to expand...
Click to collapse
I still have no idea where I messed it up. It seems like ES wasn't actually in Root Explorer, it showed the permissions as being set, but they definitely weren't.
Was weird that I could delete then paste bootanimation in /bin but not overwrite.
Of course, right after I got this working I used a boot animation that wasn't the right resolution.
I thought 1440p would just look better, not give me a bootloop
I've spent way too much time on merely changing the boot animation. :laugh:

Categories

Resources