[Q] Custom boot splash - Huawei MediaPad, T-Mobile SpringBoard

Can we create and flash custom boot splash screen (the first image on power on, not the boot animation) sing the same tools we use on HTC? If yes what should be the image size as there is two default resolutions on mediapad.
Sent from my HUAWEI MediaPad using xda premium

Yes we can! And it's very simple.
The (single) initial image is located in the update.zip and is called "logo.img"
It's a raw file (no header, just pixels) 1280*800*32bit.
I wrote a small program to convert from IMG to BMP and from BMP back to IMG.
http://uploadmirrors.com/download/HQO7PBP5/MediaPadIMG.exe
Please report problems...

Thank you for the quick responce, but have u tried it personaly? What should be the path to replace
Sent from my HUAWEI MediaPad using xda premium

nicolap8 said:
Yes we can! And it's very simple.
The (single) initial image is located in the update.zip and is called "logo.img"
It's a raw file (no header, just pixels) 1280*800*32bit.
I wrote a small program to convert from IMG to BMP and from BMP back to IMG.
uploadmirrors.com/download/HXXPJBPF/MediaPadIMG.exe
Please report problems...
Click to expand...
Click to collapse
Deadlink. Could you upload it again please..

The link is working for me.

rurou said:
The link is working for me.
Click to expand...
Click to collapse
Which one is working for you ?
uploadmirrors is working, but link bellow it is dead.
Have you try download file till end ?
There's 4 link.
*Your File Downloader : It seems that no results were found
*verzend.be : The file you were looking for could not be found, sorry for any inconvenience.
*zshare : HTTP Error 504: Gateway Timeout
*rapidshare : there's a file but, after click download > Download parameters invalid - please try again later.
I do hope someone could upload it again.
Thank you

Related

[REQUEST] logo.rle initlogo.rle conversion

I posted this in the HD2 Android NAND forum...but think it might be better asked here.
cmylxgo said:
I have tried for a couple weeks off and on to convert or create an logo.rle to build into my initrd.gz without any luck. I've searched and tried to follow and use the tools and steps in these threads without any luck
http://forum.xda-developers.com/showthread.php?t=443431
http://forum.xda-developers.com/showthread.php?t=868109
I will donate to anyone that can either put up a step by step, which includes links to all required binaries or exes, for either Ubuntu or Windows.
or...
I will donate to anyone that can convert my image to a .rle.
Thanks
-CMYLXGO
Click to expand...
Click to collapse
did you solve this man?
Yes I need help also.
Hi i am currently taking request for initlogo.rle files
heres how.
1. pm me with your png logo and your screen size (eg. 800x480)
2. i will create your initlogo.rle file and send it back to you
3. if you like what you see please consider making a donation.
and if you cant or dont know how to decompile your boot.img etc i will do the whole process.
heres how.
1. upload your rom or your boot.img
2. pm me with a link to your rom or boot.img and attach the image you want
to replace your logo with and your screen size (eg. 800x480)
3. i will do everything and reupload your rom or boot.img and send you a link for you to download it.
IF YOU LIKE MY WORK PLEASE CONSIDER A DONATION TO KEEP ME MOTIVATED
​

[Boot Animation][PC] Gif2Boot - Create boot animations from GIF files (by BLuFeNiX)

I serendipitously discovered a PC utility for creating boot animations from GIF files. Navigate to this thread by Blufenix. It's self explanatory; just download the zip, extract, and run the Jar file.
Seems to work well. I used it to create this lovely Melanie Iglesias boot animation (attached, untested) :good:.
This is great! Check out the bootanimation I just made from Ace Ventura for my EVO 4G. Resolution 480x800. Feel free to use it yourself. Rename and place in the correct directory on your phone. Have fun!
Simba501 said:
I serendipitously discovered a PC utility for creating boot animations from GIF files.
Click to expand...
Click to collapse
I'm glad you found my program useful! Feel free to submit suggestions for new features
jeffreylin_ said:
When I attempted to make one (launched from cmd), I got the following error:
Code:
Processing animated gif...
Number of frames: 3
Exception in thread "Thread-3" java.lang.ArrayIndexOutOfBoundsException: 4096
at com.sun.imageio.plugins.gif.GIFImageReader.read(Unknown Source)
at javax.imageio.ImageReader.readAll(Unknown Source)
at backend.createBootZip(backend.java:91)
at gif2bootGUI$9$1.run(gif2bootGUI.java:232)
at java.lang.Thread.run(Unknown Source)
Click to expand...
Click to collapse
Please provide a link to the gif so I can test it on my machine. Thanks.
Also, be sure to use the newest version: http://androidforums.com/app-game-a...nimated-gifs-boot-animations-adb-support.html
jeffreylin_ said:
View attachment 2448995
Click to expand...
Click to collapse
The gif you provided is corrupted (specifically the first frame). I suggest you find a different source for this animation, or try to repair the gif with a tool like gifsicle, imagemagick, or some online gif editor. I tried to repair the gif myself (http://i.imgur.com/iLUXgw8.gif), but it looks bad (the first frame is a bit grainy), you can use it if you want, but I'm sure there is a better way to repair it.
jeffreylin_ said:
Ah, I see. Perhaps in the future you should implement a feature that notifies if the .gif is corrupted. I'll be using your image, it seems okay to me.
Oh, and how would one know if a gif is corrupted?
Click to expand...
Click to collapse
Yes, I should include that feature. This is the first time I've seen a gif corrupted in this way, so I didn't know what to look for until now.
I discovered that the gif was corrupted by making my program skip processing of the first frame (which made it run fine). This got me suspicious, so I opened the gif in an editor and saved it again. The other frames remained identical, but the first frame changed.
Thanks for using my program, and if you need anything else just let me know!
jeffreylin_ said:
Also, it seems that my phone is 480 by 800, not the other way around. When this was made into a boot animation, the program appears to have rotated the frames and then converted it. So on my phone it is horizontal. Just thought you might want to know.
Click to expand...
Click to collapse
Yes, that is an intended feature (I should probably make that more obvious with some kind of documentation). If the image is wider than it is tall, is will render in landscape. If you don't want that, you can try the "center frame" option. It will try to intelligently crop the sides of the image to fit your screen correctly, and render it right-side-up.
You should make more detailed instructions like
1. download
2. extract
3.open command window where you extracted (shift+ right click, open command window here)
4. type: "java -jar gif2boot.jar"
5. follow instructions on screen
BLuFeNiX said:
I'm glad you found my program useful! Feel free to submit suggestions for new features
Click to expand...
Click to collapse
Where exactly does the bootanimation get stored when installed by ADB?
Proud2bNoob said:
Where exactly does the bootanimation get stored when installed by ADB?
Click to expand...
Click to collapse
/data/local/bootanimation.zip
BLuFeNiX said:
/data/local/bootanimation.zip
Click to expand...
Click to collapse
Thanks, I wanted to restore my previous one but changing it in /system/media didn't do a thing
Doesn't work in Ubuntu
Tried to run as root, but I still get "IO error: do you have sufficient permissions for the file system?". Is there anyone who has managed to run this on Linux?

[Urgent] Facing error while creating ROM using dsixda kitchen!

Hello all.
I am somewhat a noob at android development so please deal with me. Anyways skipping right to topic, while using dsixda's kitchen I cooked my base or stock ROM and I got error while deodexing,3 files were not deodexed. Later on I faced error about something of magic header not found at boot. I could not modify a single file using kitchen, couldn't add busy box, root access etc.
Anyway I compiled the ROM and made it flashable zip and got error status 0 from CWM
Sorry I am not knowing much details so I cannot provide exact information. I have few log files I am attaching hope it helps
Please help me to develop my own ROM.
I will once again cook the ROM for generating a step by step error I face and will provide later but if with this log you can help me I'll bee highly grateful.
Also if someone can guide me on how to add features to stock ROM for example when we press voume button we see the icon of the voice decreasing or increasing as per the button pressed in respective environment, I want to add all the 3 options of sound whenever I click the button in any any environment i.e when I press the volume up or down keys I see all the options of call sounds, media sounds, and notification sound. Also I want to add custom battery icon and change toggle icons color and their style and create or edit theme for my ROM. I know you'll say use search but trust me I searched a lot for 2 months constantly ending up in vain.! :"( Please if someone can tell me the best way to do it. I use Xperia SP. Thanks all Please help!
Here is the log file attached.
My device
Xperia SP C5302
Stock ROM JB 4.3 Official
Unlocked bootloader ** ROOTED ** Stock kernel
Tech N You said:
Hello all.
I am somewhat a noob at android development so please deal with me. Anyways skipping right to topic, while using dsixda's kitchen I cooked my base or stock ROM and I got error while deodexing,3 files were not deodexed. Later on I faced error about something of magic header not found at boot. I could not modify a single file using kitchen, couldn't add busy box, root access etc.
Anyway I compiled the ROM and made it flashable zip and got error status 0 from CWM
Sorry I am not knowing much details so I cannot provide exact information. I have few log files I am attaching hope it helps
Please help me to develop my own ROM.
I will once again cook the ROM for generating a step by step error I face and will provide later but if with this log you can help me I'll bee highly grateful.
Also if someone can guide me on how to add features to stock ROM for example when we press voume button we see the icon of the voice decreasing or increasing as per the button pressed in respective environment, I want to add all the 3 options of sound whenever I click the button in any any environment i.e when I press the volume up or down keys I see all the options of call sounds, media sounds, and notification sound. Also I want to add custom battery icon and change toggle icons color and their style and create or edit theme for my ROM. I know you'll say use search but trust me I searched a lot for 2 months constantly ending up in vain.! :"( Please if someone can tell me the best way to do it. I use Xperia SP. Thanks all Please help!
Here is the log file attached.
My device
Xperia SP C5302
Stock ROM JB 4.3 Official
Unlocked bootloader ** ROOTED ** Stock kernel
Click to expand...
Click to collapse
brb... im checking errors
there are 3 files not deodexed... delete the odex files
status 0 is incorrect update-binary
I am a gb modder so i know u have to decompile SystemUI.apk/framework-res.apk (for volume theming)
Make sure updater-script is not there, and update-script is
Icons r really easy, just download or create ur own and put them in decompiled (reverse engineered) SystemUI.apk
For the not being able to add anything, what does it say?
I'll reply you asap let me cook ROM again
Sent from my C5302 using XDA Free mobile app
Tech N You said:
I'll reply you asap let me cook ROM again
Sent from my C5302 using XDA Free mobile app
Click to expand...
Click to collapse
Yup. If status 6 or 7 I can fix 4 u
Sent from my HUAWEI Y210-0100
KkdGab said:
Yup. If status 6 or 7 I can fix 4 u
Sent from my HUAWEI Y210-0100
Click to expand...
Click to collapse
I am compiling every error I can and then I'll let you know
KkdGab said:
Yup. If status 6 or 7 I can fix 4 u
Sent from my HUAWEI Y210-0100
Click to expand...
Click to collapse
Here are the error
1st error No system folder found during extraction (so after unzipping made system folder) .. Press enter to continue (after pressing enter , goes to menu)
2nd error while adding root permission
"scripts/add_su_to_update_script: line 13: cd: META-INF/com/google/android NO such directory or file
Error No update script found!
scripts/add_su_to_update_script: line 85: scripts/fix_update_script_blanks No such direcotry found
Working Folder found
Error : boot.img not found!
Finished rooting"
Error 3 : Add busy box
No update-script found
Rest errors in zip file
The fomat ur stock rom is in is not supported by the kitchen......
Tech N You said:
Here are the error
1st error No system folder found during extraction (so after unzipping made system folder) .. Press enter to continue (after pressing enter , goes to menu)
2nd error while adding root permission
"scripts/add_su_to_update_script: line 13: cd: META-INF/com/google/android NO such directory or file
Error No update script found!
scripts/add_su_to_update_script: line 85: scripts/fix_update_script_blanks No such direcotry found
Working Folder found
Error : boot.img not found!
Finished rooting"
Error 3 : Add busy box
No update-script found
Rest errors in zip file
Click to expand...
Click to collapse
If u want, do a wipe then nandroid backup. And get the system, boot.img, and possibly data files then zip them up
Then try creating working folder
Sent from my HUAWEI Y210-0100
I have a boot img file that can help?
Sent from my C5302 using XDA Free mobile app
Tech N You said:
I have a boot img file that can help?
Sent from my C5302 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, but you still need a /system folder, wipe ur phone then ADB pull
Sent from my HUAWEI Y210-0100
---------- Post added at 07:56 PM ---------- Previous post was at 07:04 PM ----------
@Tech N You
http://forum.xda-developers.com/sho...mctr=(not provided)&__utmv=-&__utmk=198230188
use this
I have boot img file, system folder and all other things the big question for me is that which updater-script gile should I use?
Can I download any empty updater-script file or I what should I do?
I downloaded an updater-script from the net and placed it in my meta-inf folder. Boot.img error occurs still
Sent from my C5302 using XDA Free mobile app
Tech N You said:
I have boot img file, system folder and all other things the big question for me is that which updater-script gile should I use?
Can I download any empty updater-script file or I what should I do?
I downloaded an updater-script from the net and placed it in my meta-inf folder. Boot.img error occurs still
Sent from my C5302 using XDA Free mobile app
Click to expand...
Click to collapse
Use the link I gave u
Sent from my HUAWEI Y210-0100
KkdGab said:
Use the link I gave u
Sent from my HUAWEI Y210-0100
Click to expand...
Click to collapse
Error I face during modding any file that requires access of boot.img is
"Android Magic header not found
Checking if it exits somewhere else
Warning Android header not found!
ERROR : Kernel page offset size is <0>

[LOGO] Custom Greeting Boot Screen

If you unlock your bootloader, it will put an annoying warning message instead of the usual greeting screen when you first boot up.
If you want to restore to stock logo screen, go to Hashbang173's thread.
If you want to restore your custom greeting, follow the steps below:
1. Download the XT1575-logo-new-9-14-15.zip file from Hashbang173's thread and extract the logo.bin file.
2. Connect your phone to your computer. Then run this:
Code:
adb shell su -c “dd if=/dev/block/platform/f9824900.sdhci/by-name/clogo of=/sdcard/clogo.bmp”
3. Then you can use a file browser app, go to your sdcard, and email the clogo.bmp to yourself. This clogo.bmp is your original custom greeting screen. You can actually customize that file if you want a different picture.
4. Next, download the boot logo maker by caitsith2.
5. Run the logo maker and load the logo.bin from hashbang173 that you downloaded at the beginning.
6. Replace the logo-boot and logo-unlocked image with your clogo.bmp file.
7. Save the project in the boot logo maker. It will create a flashable zip file.
8. Extract the new logo.bin from that new zip, then flash it via fastboot (replace /path/to/logo.bin with the actual path to the new logo.bin you just extracted):
Code:
fastboot flash logo /path/to/logo.bin
I've uploaded a template logo.bmp file that you can edit and use for the moto maker to make your own custom greeting. If you want to make your own, skip step 2, and use the uploaded logo.bmp to edit as step 3. Dimensions for your custom image needs to be 1440x2560 pixels.
Credit
@Hashbang173 for creating the original logo restore.
@caitsith2 for the logo maker tool.
@vnphantom for figuring out how to retrieve your custom boot screen.
Thank you for this!
Mine is saying Not Found. Is there a way for me to just make my own with it saying whatever I want?
CJ-Wylde said:
Mine is saying Not Found. Is there a way for me to just make my own with it saying whatever I want?
Click to expand...
Click to collapse
Sure. Simply make an image to replace it. I'm assuming any file format would work, but the one pulled from the phone was a BMP file with dimensions 1440x2560 pixels.
I'll upload a template to the OP.
I keep getting Failed at barcodes Produced file is 96889 Bytes Too Large. Already tried lowering down the image resolution to make file smaller but still no success. Any tips?
Tabaqui said:
I keep getting Failed at barcodes Produced file is 96889 Bytes Too Large. Already tried lowering down the image resolution to make file smaller but still no success. Any tips?
Click to expand...
Click to collapse
I am using this tool to create custom logos. You can also fully customize the battery charger and bootloader images (like the android with his belly open).
For the logo file I'm saving them as 1400x2560 24bit .png files. (but in the tool you can see the resolution for the other types.
1) Open the logo.bin from this thread.
2)Replace whichever images you want
3) Save as zip
4) take the bin file from the zip and flash it with fastboot... fastboot flash logo mylogo.bin
http://forum.xda-developers.com/moto...ource-t2848667
To scare away the snoops...
https://imgur.com/Esu7I9s
ErikHellstrom said:
I am using this tool to create custom logos. You can also fully customize the battery charger and bootloader images (like the android with his belly open).
For the logo file I'm saving them as 1400x2560 24bit .png files. (but in the tool you can see the resolution for the other types.
1) Open the logo.bin from this thread.
2)Replace whichever images you want
3) Save as zip
4) take the bin file from the zip and flash it with fastboot... fastboot flash logo mylogo.bin
http://forum.xda-developers.com/moto...ource-t2848667
To scare away the snoops...
https://imgur.com/Esu7I9s
Click to expand...
Click to collapse
It finally worked by using jpeg and reducing the file to 85kb. Sadly the image looks kind of blurry on my phone
Tabaqui said:
It finally worked by using jpeg and reducing the file to 85kb. Sadly the image looks kind of blurry on my phone
Click to expand...
Click to collapse
Mine worked at 191K. I read that the reason the default logo screens are mostly one color is to reduce size. So going with a circle of detail in the middle of rectangle of one color can help.
ErikHellstrom said:
Mine worked at 191K. I read that the reason the default logo screens are mostly one color is to reduce size. So going with a circle of detail in the middle of rectangle of one color can help.
Click to expand...
Click to collapse
I guess that's why it was giving me issues, since I am not using a one color image. I just re-sized one of the icons in the picture and reduced the image to the same 85kb and it wont work again. Even by reducing it at 74kb. Ill attach the image in case you want to take a look at it
Tabaqui said:
I guess that's why it was giving me issues, since I am not using a one color image. I just re-sized one of the icons in the picture and reduced the image to the same 85kb and it wont work again. Even by reducing it at 74kb. Ill attach the image in case you want to take a look at it
Click to expand...
Click to collapse
you should be able to get it in at 1.5 mb
ErikHellstrom said:
you should be able to get it in at 1.5 mb
Click to expand...
Click to collapse
Already tried every format to save it in photoshop and still doesnt work . Ill try asking in the tool's thread to see if photoshop has something to do or what.
Tabaqui said:
Already tried every format to save it in photoshop and still doesnt work . Ill try asking in the tool's thread to see if photoshop has something to do or what.
Click to expand...
Click to collapse
Try this one. Unzip it, then flash in fastboot.
Stryder5 said:
Try this one. Unzip it, then flash in fastboot.
Click to expand...
Click to collapse
Thanks :good: it worked. Ill like to know though, how were you able to make the bootlogo maker accept the big image.??
Tabaqui said:
Thanks :good: it worked. Ill like to know though, how were you able to make the bootlogo maker accept the big image.??
Click to expand...
Click to collapse
Your dimensions were off. I simply stretched it out to the dimensions mentioned earlier. I've edited the OP to reflect dimensions for custom images.
When I pulled the logo, I saved the files as .png... and that's how I save my edits. .png is better at stretching/shrinking and not looking bad. My logo.bin file was 2.43/MB and had no problem..
Plus, I use paint.net to edit... it's free and you can do a lot of stuff with it.. .
Anyone willing to make a video of how to??
cerobles1 said:
Anyone willing to make a video of how to??
Click to expand...
Click to collapse
This is what I did... post #83 with link....
http://forum.xda-developers.com/moto-x-style/development/logo-remove-unlocked-bootloader-warning-t3201141/page9
Decided to recycle an image I've been using since the HTC Vision days. Feel free to use it, just remember that I had to upload it in .jpg format.
Finally decided to root my phone and this was one of the first things i had to do.
I'm a huge kindgom hearts fan and FF7 fan so i had to get cloud as my boot image, after some snooping this is what i came up with. Feel free to use
Tabaqui said:
I guess that's why it was giving me issues, since I am not using a one color image. I just re-sized one of the icons in the picture and reduced the image to the same 85kb and it wont work again. Even by reducing it at 74kb. Ill attach the image in case you want to take a look at it
Click to expand...
Click to collapse
I had the same thing happen when I stretched the image. I had to just leave the image centered. If you stretch it size of image increases and may be too big. I saved in .bmp, but png worked as well. Good luck.
---------- Post added at 09:18 PM ---------- Previous post was at 08:20 PM ----------
Tabaqui said:
Already tried every format to save it in photoshop and still doesnt work . Ill try asking in the tool's thread to see if photoshop has something to do or what.
Click to expand...
Click to collapse
Okily dokily. Here is how it worked for me using Photoshop.
Open a new image 1440 pixels X 2560 pixels, resolution 96px/in
Paste the image in, make changes etc. Make sure the image takes up all the room you want. You don't want to stretch it later.
Go to save as and choose jpeg.
Image options should pull up. Choose low quality. If it is over 100K use the slider to lower it even more. I'm not sure exectly where the cutoff is, but mine worked at 85.1k

We make our own splash screen (the first picture when turned on)

- we take / create a picture of 1440x2560 in the format .bmp
- reflect it vertically and rename it to splash.img
- we throw in the root of the archive and sew from TWRP.
!!-I myself have done this (who needs - the splash in the archive, just flash it)
Download splash.zip
Oh look good
This is great. Any way to revert back to stock, just in case?
KwesiJnr said:
This is great. Any way to revert back to stock, just in case?
Click to expand...
Click to collapse
In the archive with any stock rom you will find the original splash.img
NFound said:
- we take / create a picture of 1440x2560 in the format .bmp
- reflect it vertically and rename it to splash.img
- we throw in the root of the archive and sew from TWRP.
!!-I myself have done this (who needs - the splash in the archive, just flash it)
Download splash.zip
Click to expand...
Click to collapse
Proper good job mate, where did you learn all that stuff?
You build roms, you mod things, damn you're good. xD
NFound said:
In the archive with any stock rom you will find the original splash.img
Click to expand...
Click to collapse
Aha, thank you.
NFound said:
- we take / create a picture of 1440x2560 in the format .bmp
- reflect it vertically and rename it to splash.img
- we throw in the root of the archive and sew from TWRP.
!!-I myself have done this (who needs - the splash in the archive, just flash it)
Download splash.zip
Click to expand...
Click to collapse
Lol someone said that you needed to mess with the kernel to do that...
Motorola had its own program to change the boot image and the battery charging images. It made zips and stuff... But the good thing about Motorola is that it replaced your boot image with a warning sign when you unlocked the bootloader, so you could replace it and you would have no warning because of the unlocked bootloader. Is there any way to get rid of the "can't check for corruption" message? Cover it up at leasy?
Every photo works?
Bumthimble said:
Every photo works?
Click to expand...
Click to collapse
Yes, but do not forget that it should be in .bmp format. To do this, you can use online converters or open an image via Paint and save it by selecting the format .bmp

Categories

Resources