CUSTOM BOOT LOGO PACK FOR OnePlus2
! Boot Logos from this thread are only for OnePlus2 !
For OP3 -> https://forum.xda-developers.com/oneplus-3/themes/mod-custom-boot-logo-pack-op3-t3525143
For OP3T - > https://forum.xda-developers.com/oneplus-3t/themes/mod-custom-boot-logo-pack-op3t-t3539019
Recently I made some custom boot logo images on my own for our beloved OP2. I came across another thread similar to this which gave me the idea (check it out), But it lacked some things I was looking (good work though). So I took the job myself & in a couple of hours I made below zips.
Boot Logo ≠ Boot Animation
Boot Logo is NOT the Boot Animation. These are two different things. Boot Logo is the splash screen we see before the boot animation.
FEATURES
> Modern Material Design
> Crafted From Scratch
> High Quality
> Possible Smallest Size
> Tested (On TWRP)
INSTRUCTIONS
> Flash the zip file using a custom recovery (TWRP, CWM, Hybrid).
COMPATIBILITY
> Compatible with any ROM/Kernel.
REVERT
> Flash 'OP2 Default.zip' to get back to original.
Note: Preview image resolution is reduced for a comfort viewing (original resolution = 1080x1920).[/SIZE]
GOT = Game Of Thrones, POTC = Pirates Of The Caribbean
1. OP2 Default
2. OP2 GOT (1)
3. OP2 GOT (2)
4. OP2 GOT (3)
5. OP2 GOT (4)
6. OP2 GOT (5)
7. OP2 GOT (6)
8. OP2 MrRobot (1)
9. OP2 MrRobot (2)
10. OP2 MrRobot (3)
11. OP2 Sherlock (1)
12. OP2 Sherlock (2)
13. OP2 POTC (1)
14. OP2 POTC (2)
15. OP2 Breaking Bad (1)
16. OP2 Breaking Bad (2)
17. OP2 Batman (1)
18. OP2 Batman (2)
19. OP2 Star Wars (1)
20. OP2 Star Wars (2)
21. OP2 Star Wars (3)
22. OP2 Star Wars (4)
23. OP2 Iron Man (1)
24. OP2 Iron Man (2)
25. OP2 The Flash (1)
26. OP2 Captain America (1)
27. OP2 Captain America (2)
28. OP2 Christmas (1)
29. OP2 Christmas (2)
30. OP2 Christmas (3)
DOWNLOADS
There're many more logos(check posts) aside from the ones above
--- With 'ONEPLUS2' and 'NEVER SETTLE' texts (like preview images) ---
Download the whole pack (.rar) - Here
Download individual (.zip) files - Here
--- Without 'ONEPLUS2' and 'NEVER SETTLE' texts (picture & quote only) ---
Download the whole pack (.rar) - Here
Download individual (.zip) files - Here
Auto Change Boot Logo - Script (Expert only)
For those who want to change boot logo in every boot,
I've made a script that'll randomly select a .zip file in "/sdcard/bootlogo/" directory & copy it to LOGO partition. You can download the script from attachments(remove .txt).
You can use it as an init.d script. Or use an automation app like tasker/macrodroid to run the script anytime you want.
Do not put any other .zip files in that directory.
Use this script at your own risk.
press Thanks! if I helped
Credits : makers_mark for Splash Screen Image Injector.
Disclaimer : I will not be held responsible for any damage caused by using these zip files or the script. Flash/use at your own risk.
! Boot Logos from this thread are only for OnePlus2 !
For OP3 -> https://forum.xda-developers.com/oneplus-3/themes/mod-custom-boot-logo-pack-op3-t3525143
For OP3T - > https://forum.xda-developers.com/oneplus-3t/themes/mod-custom-boot-logo-pack-op3t-t3539019
Recently I made some custom boot logo images on my own for our beloved OP2. I came across another thread similar to this which gave me the idea (check it out), But it lacked some things I was looking (good work though). So I took the job myself & in a couple of hours I made below zips.
It would be amazing if anyone wants to share these somewhere else, but it is my sincere request to please give the author the credits for the same as it has really taken a lot of time in no only developing the flashable zips, but as well as on editing the photos. It just takes a second to give credits and it will also make me happy
Boot Logo ≠ Boot Animation
Boot Logo is NOT the Boot Animation. These are two different things. Boot Logo is the splash screen we see before the boot animation.
FEATURES
> Modern Material Design
> Crafted From Scratch
> High Quality
> Possible Smallest Size
> Tested (On TWRP)
INSTRUCTIONS
> Flash the zip file using a custom recovery (TWRP, CWM, Hybrid).
COMPATIBILITY
> Compatible with any ROM/Kernel.
REVERT
> Flash 'OP2 Default.zip' to get back to original.
Note: Preview image resolution is reduced for a comfort viewing (original resolution = 1080x1920).[/SIZE]
GOT = Game Of Thrones, POTC = Pirates Of The Caribbean
1. OP2 Default
2. OP2 GOT (1)
3. OP2 GOT (2)
4. OP2 GOT (3)
5. OP2 GOT (4)
6. OP2 GOT (5)
7. OP2 GOT (6)
8. OP2 MrRobot (1)
9. OP2 MrRobot (2)
10. OP2 MrRobot (3)
11. OP2 Sherlock (1)
12. OP2 Sherlock (2)
13. OP2 POTC (1)
14. OP2 POTC (2)
15. OP2 Breaking Bad (1)
16. OP2 Breaking Bad (2)
17. OP2 Batman (1)
18. OP2 Batman (2)
19. OP2 Star Wars (1)
20. OP2 Star Wars (2)
21. OP2 Star Wars (3)
22. OP2 Star Wars (4)
23. OP2 Iron Man (1)
24. OP2 Iron Man (2)
25. OP2 The Flash (1)
26. OP2 Captain America (1)
27. OP2 Captain America (2)
28. OP2 Christmas (1)
29. OP2 Christmas (2)
30. OP2 Christmas (3)
DOWNLOADS
There're many more logos(check posts) aside from the ones above
--- With 'ONEPLUS2' and 'NEVER SETTLE' texts (like preview images) ---
Download the whole pack (.rar) - Here
Download individual (.zip) files - Here
--- Without 'ONEPLUS2' and 'NEVER SETTLE' texts (picture & quote only) ---
Download the whole pack (.rar) - Here
Download individual (.zip) files - Here
Auto Change Boot Logo - Script (Expert only)
For those who want to change boot logo in every boot,
I've made a script that'll randomly select a .zip file in "/sdcard/bootlogo/" directory & copy it to LOGO partition. You can download the script from attachments(remove .txt).
Code:
#!/system/bin/sh
# Custom Boot Logo Random change script by B!Gguy
dir=(/mnt/sdcard/bootlogo/*) && mkdir -p /mnt/sdcard/bootlogo/tmp && tmp=(/mnt/sdcard/bootlogo/tmp)
unzip -o "${dir[RANDOM % ${#dir[@]}]}" logo.bin -d $tmp && dd if=$tmp/logo.bin of=/dev/block/bootdevice/by-name/LOGO
Do not put any other .zip files in that directory.
Use this script at your own risk.
Please DO NOT post your images to make boot logos.
However feel free to post your favorite Movies, TV-Shows & I'll make a Logo when I'm free.
! Enjoy Your New Boot Logo !However feel free to post your favorite Movies, TV-Shows & I'll make a Logo when I'm free.
press Thanks! if I helped
Credits : makers_mark for Splash Screen Image Injector.
Disclaimer : I will not be held responsible for any damage caused by using these zip files or the script. Flash/use at your own risk.
Attachments
-
285 bytes Views: 329
Last edited: