UBports Black Logos. Update Now Avaible for BQ Aquaris U Plus and Volla Phone
-
Did I miss something, @advocatux?
- I downloaded the appropriate image, and put it in the home folder.
- Put the phone into fastboot
- opened a terminal and ran "fastboot flash imgdata imgdata.img" (Nexus 5)
and got:
-
@3arn0wl first install fastboot. Run:
sudo apt update
sudo apt install fastboot
than try again
-
Thanks @thilov
-
Yay! This worked on my OnePlus One - Big thank to Ruben for creating these! And thanks Advocatux so much for the clear explanation of how to do this. When this had been first posted I had no idea how to go about this - but you made it super easy to follow the step by step. Nice to get rid of the "powered by android" bootup. UBports ftw!
Best regards,
Steve Berson -
@rubencarneiro how did you alter/change the logos? What program/app did you use? I have a plain logo for Meizu Pro 5 and want to customize it.
-
Out of curiosity is it possible(technically) to have these put into the image so devices that flash ubports can have this defacto?
Thanks for this, it's great!
-
@Loops Yes its already so on the FP2, others will follow
-
@Flohack Great things! Thanks Flo
-
@Stefano sorry i was not able to find a way to modify the logo.bin from meizu pro 5.
-
@Ingo yes sorry i will updat the post is also avaible for FP2.
-
@rubencarneiro no problem, in fact it didn't occur to me to first check the gitlab repo before asking...
-
@rubencarneiro that's ok, thanks anyway.
-
Thanks to Ruben for this amount of logos, I love the result and makes our UT more beautiful. now I see smaller android.
For those who do not know much about how to do things, I leave a small text to go step by step and use the terminal as you install the logos, is going the long way but sure.-
Download the files to your PC,
-
Place the logo or image in the personal folder,
put the phone in fastboot mode, let's see if the computer detects it well -
Set phone to developer mode,
-
we put in terminal with the phone connected and ignited:
-
sudo adb devices
....... if it detects it and the numeration of the phone comes out we follow,
-
adb reboot bootloader
.... continue,
-
fastboot devices
....... if it detects it we continue,
-
Give the command below exposed on the terminal, depending on which device,
Nexus 5
How to flash:
• Reboot device to fastboot
• fastboot flash imgdata imgdata.img
Fairphone 2
How to flash:
• Reboot device to fastboot
• In a terminal and do:
• fastboot flash splash splash.img
Meizu MX4
How to flash:
• Reboot device to fastboot
• In a terminal and do:
• fastboot flash logo logo.bin
BQ E4.5
How to flash
• Reboot device to fastboot
• In a terminal and do:
• fastboot flash logo logo.bin
BQ E5
How to flash
• Reboot device to fastboot
• In a terminal and do:
• fastboot flash logo logo.bin
BQ M10HD
How to flash
• Reboot device to fastboot
• In a terminal and do:
• fastboot flash logo logo.bin
BQ M10FHD
How to flash
• Reboot device to fastboot
• In a terminal and do:
• fastboot flash logo logo.bin
OnePlus One
How to flash
• Reboot device to fastboot
• In a terminal do:
• fastboot flash LOGO logo.bin- When installation is complete, then you put in terminal
-
fastboot reboot
the phone will start, the second time you start, you will have the logo changed.
regards...
-
-
@Stefano i will try to fins a way
-
@rubencarneiro OPO3T is ready.
-
@rubencarneiro Thanks!
Sadly I get:FAILED (remote: Partition flashing is not allowed)
I enable Developer-mode in Settings but it is disabled after every reboot. What am I doing wrong?
-
@thilov said in UBports Black Logos. Update OPO 3/3T:
@rubencarneiro Thanks!
Sadly I get:
FAILED (remote: Partition flashing is not allowed)have you done fastboot flash LOGO logo.bin
logo all caps? -
@thilov First ypour bootloader should be unlocked second you should flash in fastboot mode
-
@rubencarneiro Just tried with same result. Device unlocked and in fastboot (OP3) Partion flashing is not allowed
Edit: Could it be down to having to put dev mode back on after every reboot? Just a thought.
-
Bootloader is unlocked and I am in fastboot mode:
thilo@thilo-ESP:~$ cd Downloads/ thilo@thilo-ESP:~/Downloads$ fastboot flash LOGO logo.bin < waiting for any device > target reported max download size of 440401920 bytes sending 'LOGO' (920 KB)... OKAY [ 0.060s] writing 'LOGO'... FAILED (remote: Partition flashing is not allowed) finished. total time: 0.080s