Change the bootlogo??? - Honor 5X Questions & Answers

Is there a way to change the bootlogo the first image you se when the phone is power on before the boot animation??? I try installing a bootlogo.img in fastboot like on my old motoG but thats doesnt work. I read thats the logo is located in the cust partition but dont get how to push the new img there.
Any help is really apreciate. Is not something really necesary but is just to have a little more of personalization [emoji14] (sorry if my english is not perfect)
Enviado desde mi KIW-L23 mediante Tapatalk

you might wanna have a look in themes section, theres athread, ithink...

ciberworm said:
Is there a way to change the bootlogo the first image you se when the phone is power on before the boot animation??? I try installing a bootlogo.img in fastboot like on my old motoG but thats doesnt work. I read thats the logo is located in the cust partition but dont get how to push the new img there.
Any help is really apreciate. Is not something really necesary but is just to have a little more of personalization [emoji14] (sorry if my english is not perfect)
Enviado desde mi KIW-L23 mediante Tapatalk
Click to expand...
Click to collapse
It can be done on rooted phones... If I remember correctly, you can just google keywords and some apps will pop up.

I found a script for windows on the huawei p7 forum that change the bootlogo. I will test it when get to home. Thanks ?
Enviado desde mi SM-T800 mediante Tapatalk

ciberworm said:
I found a script for windows on the huawei p7 forum that change the bootlogo. I will test it when get to home. Thanks
Enviado desde mi SM-T800 mediante Tapatalk
Click to expand...
Click to collapse
let us know if it works

talksickisil said:
let us know if it works
Click to expand...
Click to collapse
Doesnt work on our device. I will search more for a other solution
Enviado desde mi SM-T800 mediante Tapatalk

u need to edit original boot.img then save and flash .

go here..
http://forum.xda-developers.com/honor-5x/themes/alternative-boot-logos-5x-t3317783

thilak devraj said:
go here..
http://forum.xda-developers.com/honor-5x/themes/alternative-boot-logos-5x-t3317783
Click to expand...
Click to collapse
I wish this was maintained more.
Sent from my honor 5X using XDA Labs

adriansticoid said:
I wish this was maintained more.
Sent from my honor 5X using XDA Labs
Click to expand...
Click to collapse
I'll try to do it..In my free time..now, I got exams

thilak devraj said:
I'll try to do it..In my free time..now, I got exams
Click to expand...
Click to collapse
Oh. Goodluck.
Sent from my Galaxy Tab 3 using XDA Labs

adriansticoid said:
Oh. Goodluck.
Sent from my Galaxy Tab 3 using XDA Labs
Click to expand...
Click to collapse
Thank you

Related

Graphics.c Enjoy !

Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Shapeshift said:
Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Click to expand...
Click to collapse
How did you get it?
Enviado desde mi Wildfire S A510e usando Tapatalk 2
o found it 2 weeks ago via root explorer. today i have seen u need it
Shapeshift said:
o found it 2 weeks ago via root explorer. today i have seen u need it
Click to expand...
Click to collapse
Can you tell me the directory where you find it?
Enviado desde mi GT-I8190 usando Tapatalk 2
uff .i dont think i remember
just find it via adb
Shapeshift said:
uff .i dont think i remember
just find it via adb
Click to expand...
Click to collapse
Anyway I cannot see any difference with the one I'm actually using...
Enviado desde mi GT-I8190 usando Tapatalk 2
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
pitchblack5691 said:
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
Click to expand...
Click to collapse
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
xd.bx said:
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
Click to expand...
Click to collapse
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Yes I saw your github
#pitchblack5691#
---------- Post added at 09:20 AM ---------- Previous post was at 09:17 AM ----------
xd.bx said:
He used the Force, methinks.
Click to expand...
Click to collapse
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
pitchblack5691 said:
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
Click to expand...
Click to collapse
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
quendil said:
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
Click to expand...
Click to collapse
Okay! No idea about it!!
#pitchblack5691#
sorry, what is that
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
omniphil said:
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
Click to expand...
Click to collapse
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
You know where exactly it is? I am searching it for motorola razr d1 device.
gabrielking9 said:
You know where exactly it is? I am searching it for motorola razr d1 device.
Click to expand...
Click to collapse
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
gabrielking9 said:
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
Click to expand...
Click to collapse
You're alrwady using it by default, if it didn't work you might need to mod it.
Enviado desde mi GT-I8190 usando Tapatalk 2

LG V10 All Wallpapers (Home & LockScreen)

LG V10 All Wallpapers (Home & LockScreen)
Screen : http://imgur.com/a/KzyvY
Download : LG_V10_Wallpapers_up_by_S3V3N
Thanks!
Maniakk said:
Turkey don't cry baby.
Click to expand...
Click to collapse
do not tell me that the author is turkbey06?
Enviado desde mi LG-H815 mediante Tapatalk
Maniakk said:
Turkey he said, seven still him wallpaper buahahahaha. XD
Click to expand...
Click to collapse
I do not understand
Enviado desde mi LG-H815 mediante Tapatalk
Thank you very mutch seven
Maniakk said:
He said that seven stole his wallpaper...
Click to expand...
Click to collapse
Did he develop the entire software of the V10?
Sent from my LG-H815 using Tapatalk
Yesterday i downloaded the wallpapers from this link, but i got a corrupted .7z archive (coulden't unzip it).
Now i am trying to download it again, but the link doesn't seem to work anymore... Can someone pls upload?
Thx
Nevermind
Sent from my VS986 using Tapatalk
The download link is still not working... Someone pls reupload.
~1 H
Kemby13 said:
The download link is still not working... Someone pls reupload.
Click to expand...
Click to collapse
done
.. no download
5djpg said:
.. no download
Click to expand...
Click to collapse
Correct. OP has removed DL link
Thread closed

How to Download B330 firm for installing via fastboot?

Hi! I have a problem with my phone.
I had a lot of lag. I installed B330 with the zip downloaded and several options like screen record doesn't appear. I think it should be better to install via fastboot (I have read it) but I don't see the download link
How can I download it? Thanks!
Enviado desde mi KIW-L21 mediante Tapatalk
jona_spdr said:
Hi! I have a problem with my phone.
I had a lot of lag. I installed B330 with the zip downloaded and several options like screen record doesn't appear. I think it should be better to install via fastboot (I have read it) but I don't see the download link
How can I download it? Thanks!
Enviado desde mi KIW-L21 mediante Tapatalk
Click to expand...
Click to collapse
Simply doing a factory reset to your phone after the OTA update will help
If you want to reinstall the entire firmware simply go to my file repository and find the software that matches your current version
Factory reset will erase SD card?
And, how could I find your repository? Thanks so much for your support!
Enviado desde mi KIW-L21 mediante Tapatalk
jona_spdr said:
Factory reset will erase SD card?
And, how could I find your repository? Thanks so much for your support!
Enviado desde mi KIW-L21 mediante Tapatalk
Click to expand...
Click to collapse
No, only data (like settings, apps you installed, wifi passwords...etc)
PalakMi said:
No, only data (like settings, apps you installed, wifi passwords...etc)
Click to expand...
Click to collapse
Use this thread and tool to search for your firmware
http://forum.xda-developers.com/honor-7/general/huawei-firmware-finder-team-mt-t3469621/page1
Sent from my PLK-L01 using XDA Labs
muradulislam said:
Use this thread and tool to search for your firmware
http://forum.xda-developers.com/honor-7/general/huawei-firmware-finder-team-mt-t3469621/page1
Click to expand...
Click to collapse
Thanks a lot
PalakMi said:
Thanks a lot
Click to expand...
Click to collapse
Oops... Sorry... Had to quote the other guy/gal...
Sent from my PLK-L01 using XDA Labs
muradulislam said:
Oops... Sorry... Had to quote the other guy/gal...
Click to expand...
Click to collapse
Cmon it's OK, you introduced to a wonderful tool :good:
jona_spdr said:
Factory reset will erase SD card?
And, how could I find your repository? Thanks so much for your support!
Enviado desde mi KIW-L21 mediante Tapatalk
Click to expand...
Click to collapse
The repository link is in my signature > http://forum.xda-developers.com/honor-5x/how-to/repository-honor-5x-file-depot-t3328288
Thats one of the problems with using Tapatalk you don't get the signature links
And. What does CUST means? I have D003
Can I flash another CUST ver?
Enviado desde mi KIW-L21 mediante Tapatalk
jona_spdr said:
And. What does CUST means? I have D003
Can I flash another CUST ver?
Enviado desde mi KIW-L21 mediante Tapatalk
Click to expand...
Click to collapse
Cust is like a number for a region, and yes you can change it, but it's not easy nor hard
PalakMi said:
Cust is like a number for a region, and yes you can change it, but it's not easy nor hard
Click to expand...
Click to collapse
not in this case D002 and D003 are not region numbers their revision numbers, currently all the variants have some revision of D002 or 3 and even D007
If you actually used the FF tool you would already know this
Wow! What is that application??
Where can I find a tutorial of install full ROMs with fastboot? I don't find anything about the program and commands to use
Enviado desde mi KIW-L21 mediante Tapatalk
jona_spdr said:
Wow! What is that application??
Where can I find a tutorial of install full ROMs with fastboot? I don't find anything about the program and commands to use
Enviado desde mi KIW-L21 mediante Tapatalk
Click to expand...
Click to collapse
http://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146
Here you go
All the KIW-L21C432 OTA found by this app in a zipped html file.

[Mod] Face Unlock with Google Smart Lock

This mod will recognize you in your face lockscreen. You need to do go to Settings > Lockscreen and Security > Smart Lock > Enable Trusted face.
Download : http://www10.zippyshare.com/v/WpTfGXDh/file.html
Im tested khongloi rom , I hope works all roms...
How to install :
Flash twrp wait 3-5 min.
Downloading now. Reverting with feedback
Enviado desde mi SM-G955F mediante Tapatalk
Working ????
Oh no. Googlecontactssync keeps stopping. What should I do?
bern4d1 said:
Oh no. Googlecontactssync keeps stopping. What should I do?
Click to expand...
Click to collapse
Disable auto sync and which rom used ?
OttomanTR said:
Disable auto sync and which rom used ?
Click to expand...
Click to collapse
Khongloi V11. Can't disable it. I need it to be working. Any solutions?
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Khongloi V11. Can't disable it. I need it to be working. Any solutions?
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Me too using khongloi rom, working perfectly for me.
OttomanTR said:
Me too using khongloi rom, working perfectly for me.
Click to expand...
Click to collapse
I fixed it by replacing your googlecontactasyncadapter in system/app with the original one from khongloi rom and now it's working good. Thanks a lot.
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Oh no. Googlecontactssync keeps stopping. What should I do?
Click to expand...
Click to collapse
Same problem here. With Khongloi.
Enviado desde mi SM-G955F mediante Tapatalk
juange said:
Same problem here. With Khongloi.
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
Read my post above.
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Read my post above.
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Now this..
Enviado desde mi SM-G955F mediante Tapatalk
juange said:
Now this..
View attachment 4200424
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
I don't understand the language but nothing's happening to my device after replacing and set permission.
Sent from my SM-G955F using Tapatalk
You can have face unlock by installing open Gapps mini package
im on v10 can i install this one?
Not working on 920S
Confirm working on SMG928F !!
ROM : FUTUREROM L 4.1
Sent from my SM-G955F using XDA-Developers Legacy app
Is this kinda like the s8s one where it takes advantage of the front cam and scans ur face? Anyone try it on khongloi rom? Ottoman seems to have it wrking but some said it wasnt...
Sam Ahmed said:
Is this kinda like the s8s one where it takes advantage of the front cam and scans ur face? Anyone try it on khongloi rom? Ottoman seems to have it wrking but some said it wasnt...
Click to expand...
Click to collapse
Some say it works , Some say it does not work Try the solution simple. Im using khongloirom working perfect. Scan face no iris scanner.
Does this work on touchwiz roms too?
how to replace googlecontactasyncadapter in system/app with the original one from khongloi rom

H933 AOSP? Can it be done?

Hello,
I'm new here on the v30 forum.
I picked up a H933 and I'm worried I made a mistake. I Frankensteined it to US998, and started to look for an AOSP ROM to flash, but I keep reading H933 will not work with AOSP period. Is this true? Has anyone made it work yet? If so how?
Thanks
There is a guide of 931, and it should work on 933. You can have a try.
losingway said:
There is a guide of 931, and it should work on 933. You can have a try.
Click to expand...
Click to collapse
Do you know thw link? Please
Enviado desde mi LG-US998 mediante Tapatalk
dicho said:
Do you know thw link? Please
Enviado desde mi LG-US998 mediante Tapatalk
Click to expand...
Click to collapse
https://forum.xda-developers.com/lg-v30/how-to/running-h930-aosp-rom-us998-converted-t3889320
I am not sure if it really works ,I don't have 933, my device is 931.
losingway said:
https://forum.xda-developers.com/lg-v30/how-to/running-h930-aosp-rom-us998-converted-t3889320
I am not sure if it really works ,I don't have 933, my device is 931.
Click to expand...
Click to collapse
I have 931 too, did you try the aosp on the 931??
Enviado desde mi LG-US998 mediante Tapatalk
dicho said:
I have 931 too, did you try the aosp on the 931??
Enviado desde mi LG-US998 mediante Tapatalk
Click to expand...
Click to collapse
Of course,my 931 can flash aosp freely.
losingway said:
https://forum.xda-developers.com/lg-v30/how-to/running-h930-aosp-rom-us998-converted-t3889320
I am not sure if it really works ,I don't have 933, my device is 931.
Click to expand...
Click to collapse
Thanks for the link.
This is definitely a good start but @losingway said someone tried this method on a H933 and phone doesn't work. So, I still might try it this evening if I'm not too busy.
Perfect, thanks
Enviado desde mi LG-US998 mediante Tapatalk

Categories

Resources