[MOD][ZIP] Custom Boot Logo Pack for OP2

Want these logos without "ONEPLUS2" and "NEVER SETTLE" text ?

  • Yes. I want them without those.

    Votes: 4 57.1%
  • No. I want them with those.

    Votes: 3 42.9%

  • Total voters
    7
  • Poll closed .

B!Gguy

Senior Member
Apr 20, 2016
391
701
0
Colombo
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.


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
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.


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

Last edited:

Harpratap

Senior Member
Jan 24, 2012
701
602
0
Mumbai
Can you provide instructions on how to use them? Which firmware are they compatible with, whether it requires TWRP or Hybrid recovery and other such information?

Thanks for the work, they look sleek! :)
 

sudhakarstoopy

Senior Member
Nov 14, 2015
120
22
0
Awesome dude

I just flashed this over H2OS. I'm able to see this boot image at start after that H2Os boot animation is started to running. Is it work like this or I'm missing something?

Sent from my ONE A2003 using Tapatalk
 
Last edited:

sudhakarstoopy

Senior Member
Nov 14, 2015
120
22
0
I flashed the Sherlock one. At first i can see Sherlock boot animation for almost 5-6sec after that H2OS boot animation starts to showing.

Sent from my ONE A2003 using Tapatalk
 

B!Gguy

Senior Member
Apr 20, 2016
391
701
0
Colombo
I flashed the Sherlock one. At first i can see Sherlock boot animation for almost 5-6sec after that H2OS boot animation starts to showing.
Well then it works. That's what it supposed to do. I thought you said boot logo came after the boot animation, which is not possible. See what happens when we miss punctuation marks ;)
 
Last edited:
  • Like
Reactions: sudhakarstoopy