ADDING DESIRED TEXT DURING ROM INSTALLATION:-
- After Finishing your Rom,drag and drop Meta-inf/com/google/android/"Updater-script" to anywhere in your pc.
- Now open it with Notepad++,and use this code to dislpay your texts in installation:-Code:
ui_print(" ");
- Put any alphabet or symbol or digit between (" ") and it will show during Installation.
- For generating cool Ui prints you can search Google about text to ASCII converter websites and put your text and get cool texts for installation window.
- After all modifications done,drag and drop back updater script to zip.
- For Example:-Code:
ui_print("========STARTING INSTALLATION==========="); ui_print("========================================"); ui_print(" |\ _,--------._ / | "); ui_print(" | `.,' `. / | "); ui_print(" ` ' BEAST ,-' ' "); ui_print(" \/_ _ ( / "); ui_print(" (,-.`. ,',-.`. `__,' "); ui_print(" |/*\ ),-','*\`= ,'.` | "); ui_print(" `._/) -'.\_,' ) ))| "); ui_print(" / (_.)\ . -'// "); ui_print(" ( /\____/\ ) )`'\ "); ui_print(" \ |V----V|| ' , \ "); ui_print(" |`- -- -' ,' \ \ _____ "); ui_print(" ___ | .' \ \ `._,-' `- "); ui_print(" `.__,`---^---' \ ` -' "); ui_print(" -.______ \ . / ______,- "); ui_print(" `. ,' "); ui_print("=== STOCK BEAST ROM BY DIGYVIJAY KR. ===");
ADDING AROMA INSTALLER:-
ADDING CUSTOM BOOT ANIMATION & SHUT-ANIMATION:-
You Can find bootanimation and shutanimation under system/media folder.If you ported from larger resolution device or smaller resolution device then animation will look weird.so you need to resize it or add own made one.
- For adding own or editing previous boot-animation you will need this software-Download thanks to @despotovski01 for this)
- Now install it.You will also need to know your mobile resolution for making or resizing boot-animation or shut-animation to your size.
FOR RESIZING BOOT-ANIMATION & Shutanimation:- - Take bootanimation.zip from system/media and extract it to any folder.
- Now you will see lots of images in it under its sub folder like part0 part1...
- Resize all images to your screen resolution.You can use some softwares to resize them easily.Find on Google.(do not mess with serial number order)
- Now make a New folder and make another folder under it named- "part0" and put your all resized pngs to it.(from all folders you have in your bootanimation.zip)
- Start Boot Animation Factory and Click on "create a new boot-animation",then choose "folder" and click OK.
- Now click choose folder button and browse your created folder in which you put part0 folder.DO not choose part0 folder,choose is outer folder.
- Here Click on add loop then select part0 folder in prompt dialog box and click on add.
- If you want to repeat animation then tick repeat.Now you should preview it first before saving.you can adujust animation speed by clciking on text above your loop created,and click to edit it and then edit FPS according to need.Here is the example line:-30 is FPS here and rest is reso...Code:
480,854,30
- If everything fine then click save boot-animation and save it with name same as in sytem/medaia folder and then replace it.Its all done.
- Same process for shut-animation.
FOR CREATING BOOT-ANIMATION & Shutanimation:-
- You will have to use own creativity skill for creating its frames.Some knowledge of Photoshop required.
- Design your boot animation frames and manage it serially.
- Create a folder with any name and create another sub folder in it named "part0" and put all your designed pngs in it.
- Start Boot Animation Factory and Click on "create a new boot-animation",then choose "folder" and click OK.
- Now click choose folder button and browse your created folder in which you put part0 folder.DO not choose part0 folder,choose is outer folder.
- Here Click on add loop then select part0 folder in prompt dialog box and click on add.
- If you want to repeat animation then tick repeat.Now you should preview it first before saving.you can adujust animation speed by clciking on text above your loop created,and click to edit it and then edit FPS according to need.Here is the example line:-30 is FPS here and rest is reso...Code:
480,854,30
- If everything fine then click save boot-animation and save it with name same as in sytem/medaia folder and then replace it.Its all done.
- Same process for shut-animation.
ADDING DESIRED BOOT LOGO:-
- Download logo builder-Download And install.
- Get Stock logo.bin -Get the file from your device (/dev/logo) or from stock Rom sp tools flasher.
- Open Logo-builder and Click Create New Project
.,? ,1 - Now Select the logo.bin file you extracted from the device or took from stock rom.
- Make a new folder for the project, any name will work
- 0Select the folder and click on OK
- You will see a progress bar running down. After finishing, you will get a whole bunch of images in the above selected folder
- After that,Open the folder containing all the images which you made earlier.
- Here Edit or replace" img1.png and img39.png " but keep one thing in mind that use same name and same resolution and same format(png) for replacing.
- Click on "make" button on LogoBuilder and you will get update.zip in the folder you made for this project.You can flash this update.zip directly via cwm or you can add to your rom by using below step.
- For using logo in your rom,extract logo.bin from update.zip and drag and drop to port rom zip or you can also put this in working folder of kitchen before making Rom.After that,add below code in updater-script to extract your logo-Code:
package_extract_file("logo.bin", "/dev/logo");
Comments
Post a Comment