Today..
I gonna to show u how to unpack repack boot.img withput pc
1. Download unpack/repack img.apk
2. Open it n select the image u want to decompile
3. Select the output folder
[emoji102]
Note- If u want to Port ur bootimg just replace zimage from base rom img to port rom img..
So simple to unpack..
4. To repack it
5. Write "cmdline" in cmdline option
6. Write the page no and base no.. By seeing it in unpack folder where base file n page list is given.. Just edit it by text editor n copy the value..
7. Paste that value in App
8. Done.. Enjoy
If you want to understand better checkout my video - https://youtu.be/5yROqXPNqKQ
Related
I have builded my rom I've zipaligned it and deodexed. I've packed rom with cygwin and tried to flash it via CWM but it won't flash. does anybody knows how to pack a rom?
Not sure if i am understanding you correct .
Rezip and sign a rom i use . signing -zip posted here sorry cannot find the link .
jje
Details
his script has 2 main uses:
1. Modify an update.zip
2. Create an update.zip
For #1 - You just extract the contents of an update.zip into the placehere folder, modify its contents, and run the script stating to create an update.zip
For #2 - So far these are the options i have in there for create the update-script
1. Copy directories
2. Copy files
3. Create Symlinks
4. Delete file
5. Delete directory
6. Flash boot image
7. Set permissions for file
8. Set permissions for directory
New Features in 2.0 :
- Set java heap size / compression level for zip
- New drag/drop mode.
>>> - If you drag a folder onto the script's icon (as in Script.bat) it will compress the contents of the folder into a zip and sign it.
>>> - If u drag a zip onto the script's icon (as in Script.bat) it will sign the zip for you.
So this script guides u as u select each option, and adds the appropriate command to the update-script file. Then u exit that sub-menu and create update.zip
I've fixed it already anyway thanks for help
Sent from my GT-I9000 using XDA Premium App
| TUTORIAL ON HOW TO ADD UR NAME IN NAV BAR || (for education purpose only )
-------------------------------------
# Things u will need r:-
1. Ur name Pic in ".png" format (with no backgroud)
2. Computer or Mob (having es file explorer).
3. Zipsigner app ( available on play store ).
4. Yu moded apk (link - http://d-h.st/LumP) (in my case *TAKE ANY THEME APK )
5. Little Techie MInd & Common sense. tongue emoticon
# Steps -
1. Download Yu Moded Apk (THE THEME APK ) n keep it in specific folder of Internal storage only.
2. Select the apk by holding apk n change its extension only from "yu.apk" to "yu.zip". Ur apk will get converted into zip format..
3. Select the zip now n in options u will get "Extract" option... Extract the apk now...
4. Nearly 4 files will get extracted... (Assets, Meta-inf, Android Manifest.xml, resources.arsc) Make sure all r extracted.. grin emoticon
5. Now rename ur "____.png" to "ic_sysbar_home.png" keep '.png' same... Now come to ur extracted file folder...
6. Now go in this directory- assets>overlays>com.android.systemui>res>drawable-xxhdpi n copy/paste that "urname.png" pic in drawable-xxhdpi folder n click on overwrite button...
7. Go back n now select all the 4 files (Assets, Meta-inf, Android Manifest.xml, resources.arsc). After selecting in options press on compress button.. name it whatever... Set compression level to "STORE"
n the press ok n ur zip will get compressed...
8. Now open the zipsigner app.... Press on "choose in/out" then click on sign the file... U will see the new zip in the same folder named as "___-signed.zip"...
9. Select that signed zip n again Change the extension by renaming it from "___-signed.zip" to "___-signed.apk"
10. Install that apk n apply it from themes...
That's it... now u r ready to rock... Plz read and follow each step correctly before commenting ur problems...
credits
sushant​VIDEO GUIDE​https://www.youtube.com/watch?v=yIvGRsZdzjI
https://plus.google.com/+ANDROIDNOOBS/posts/HHimrCBLryk
google plus (+1 if u find it usefull )
AT LAST
SORRY FOR BAD ENGLISH
STILL LEARNING
How to Replace Storage_list.xml from Base rom to Ported rom
First download = Apk editor (available in play store)
N Extract Framework-res.apk of both roms
1. Open apk editor
2. Select Base rom apk
3. Go in xml folder
4. Save Storage_list.xml
5. Now open port rom apk
6. Go in xml folder
7. Select replace option which is given near file name.. Select that xml file which we had saved earlier..
8. Save apk.
Donee.. congrates..
Hi,
Here is how you can change or create your own bootlogo for Infinix Hot 2 with ease!
Disclaimer:
Code:
Standard disclaimer always applies.
I'm NOT responsible of any damage to your device if you
follow an even small part of this tutorial.
If something wrong happens, consider it as fate
and live with it!
What you need:
- A Windows Computer
- Logo Builder from here mega.co.nz
- A bootlogo of your choice, or an image of your choice (images must be 720x1280)
Click to expand...
Click to collapse
Instructions:
1) Create a folder on your desktop or somewhere you wish and name it STOCK LOGO. If you want to port a Logo (assuming you have the bootlogo you want to port), then also create another folder and name it PORT LOGO.
2) Unzip LogoBuilder_v1.6.zip and open the unzipped folder. Double click on LogoBuilder.exe
3) Click on "Create new project". Locate your stock logo.bin . Now point to STOCK LOGO folder. It will extract your stock logo to that folder. If you want to use another device's bootlogo, then repeat this step with port logo , but choose port logo.bin and point it to PORT LOGO.
4) Now, if you want to use your own picture as logo, then go with a) otherwise, go with b)
a) - Copy your image to STOCK LOGO folder. Images must be in PNG format and resolution must be 720x1280 (this is very important)
- Delete img1.png and img39.png from STOCK LOGO
- Copy your image to STOCK LOGO and name it img1.png
- Copy it again to STOCK LOGO and name it this time to img39.png
b) If you want to use a device's boot logo. Then follow. (If image size isn't 720x1280, you obviously need to resize it!)
- Assuming that you already unpacked the port logo.bin to PORT LOGO
- Go to PORT LOGO folder, copy img1.png and paste it in STOCK LOGO (replace when prompted).
- Go to PORT LOGO folder, copy img1.png and paste it on your DESKTOP. Rename it to img39.png .
- Copy it from your DESKTOP to STOCK LOGO folder.
5) Go back to Logo Builder and click on "Make" button.
When done, you w'ill find your new logo.bin inside STOCK LOGO folder. There will also be a flashable zip BUT DON'T FLASH THAT FILE! I suggest you take the logo.bin inside that zip archive instead and flash it with SP Flash tools. If you still want to flash with Recovery. Then download this file META-INF (mega.co.nz) and extract it, put the created new logo.bin and the extracted META-INF folder inside a folder. Zip both files and flash via Recovery.
Credits:
kadan for the awesome tool @ Google Sites
KUL let me check it out
Hey Guyz I'm back But this Time with OREO Boot Animation for our Moto G3...... Hope U would Like it
Requirements:
1. Rooted Moto G 2015 Device
2. Es File Explorer or Any Explorer that gives you excess to Root Folder
3. Dont flash the zip file using custom recovery as it wont work
Download the Zip file from The Attachment and Follow the Instruction carefully : :angel:
Installation:
1 . Download the ES file Manager or Root Explorer from the Play store.
2. Open Root Browser (or your file manager) app and once inside, locate your original boot animation file (bootanimation.zip) in /system/media. See Image No 1.
3. Long-press the file, choose Rename and name it to bootanimation1.zip see image No 2.
4. Next, browse to the custom boot animation that you want to switch to, copy the zip file to /system/media. Long-press, choose Permission.
5. Tick the boxes as shown in the screenshot below, and press OK. After that, rename the file to bootanimation.zip, if the zip file name is different. see image no 3.
Note: You have to make sure that the file name is correct (bootanimation.zip) for the system to recognize your boot animation, and boot properly. see image no 4.
6. Now you should be able to see two zip files, one, bootanimation.zip (new file) and the other is bootanimation.zip1 (original).
Note: If you ever want to switch back to your original boot animation, delete the current bootanimation.zip and rename the original file back to bootanimation.zip (from bootanimation.zip1).
I have Also Attached the Image File of these instructions step by step for clear understanding......
Hope U like It Hit ThanX Button:good:
Credits
Tech Burner :angel:
ME
If u face any problem although u will not face , but in case if any I will be quick to response:highfive:
Please close the Thread