Boot splash logo ---wip--- - G4 Themes and Apps

HERE you can see "program" I've made to change splash logos on older lg series..
I wanted to change one in LG G4 but my time and resources are limited and could use little help with this updated device...
I know there has been models released since and this phone hasn't got the big buzz about it anymore but I was hoping to get it done with help of some pioneers of the device..
@codeworkx
@genesixxbf3
@BySezerSimsek
Sorry to summon but could use help in pointing me to location of splash and if known the magic bytes explanation.. :good:

No

IGGYVIP said:
HERE you can see "program" I've made to change splash logos on older lg series..
I wanted to change one in LG G4 but my time and resources are limited and could use little help with this updated device...
I know there has been models released since and this phone hasn't got the big buzz about it anymore but I was hoping to get it done with help of some pioneers of the device..
@codeworkx
@genesixxbf3
@BySezerSimsek
Sorry to summon but could use help in pointing me to location of splash and if known the magic bytes explanation.. :good:
Click to expand...
Click to collapse
Take look on:
https://mega.nz/#!U1txhbQS!k4W4Rln2pTBm1QUfTT24MT96s0USCavlzbSsi2LAOjs
It was extracted from H815 kdz.
br

maxx_hr said:
Take look on:
https://mega.nz/#!U1txhbQS!k4W4Rln2pTBm1QUfTT24MT96s0USCavlzbSsi2LAOjs
It was extracted from H815 kdz.
br
Click to expand...
Click to collapse
The m8 . on the go atm but I see in hex its a bunch of core images file?
Where on device does it reside ? I need to get mine out and compare for sake of "magic" and offsets..
Looks like lg standard format but will have to boot PC to see it really.. We should be able to make a change but depends on location really.. This time I think I will try aroma zip to make changes xD

genesixxbf3 said:
No
Click to expand...
Click to collapse
Well that was cold.. But thx for even showing up..
And don't worry.. I'm used to it.. When I've made first post about root of LG L3II had same responses.. Now its all unlocked with custom ROMs...etc..

IGGYVIP said:
Well that was cold.. But thx for even showing up..
And don't worry.. I'm used to it.. When I've made first post about root of LG L3II had same responses.. Now its all unlocked with custom ROMs...etc..
Click to expand...
Click to collapse
This device is already ****. It has an high chance of bootlooping. Doing that will increase the risk
Envoyé de mon iPhone en utilisant Tapatalk

genesixxbf3 said:
This device is already ****. It has an high chance of bootlooping. Doing that will increase the risk
Envoyé de mon iPhone en utilisant Tapatalk
Click to expand...
Click to collapse
Got one few weeks ago n changing ROMs as much as it goes trying to find one I like not a single issue yet... Found the evil thing gets red hot if screen any more than dim during charge and if CPU at max overclock n heavy operation..
In theory changing images that he posted to smaller less complicated ones would work towards saving the device as less code processed on every boot..
I hate the bootloader unlocked notif..

IGGYVIP said:
The m8 . on the go atm but I see in hex its a bunch of core images file?
Where on device does it reside ? I need to get mine out and compare for sake of "magic" and offsets..
Looks like lg standard format but will have to boot PC to see it really.. We should be able to make a change but depends on location really.. This time I think I will try aroma zip to make changes xD
Click to expand...
Click to collapse
You can get your partition from device by:
HTML:
dd if=/dev/block/mmcblk0p45 of=/storage/9016-4EF8/raw_resources
Replace /9016-4EF8/ part with your micro sd's card name.
And on mmcblk0p46 is raw_resourcesbak.
But I doubt that 'bootloader unocked' notification get any relation with boot logo.
BR

maxx_hr said:
You can get your partition from device by:
HTML:
dd if=/dev/block/mmcblk0p45 of=/storage/9016-4EF8/raw_resources
Replace /9016-4EF8/ part with your micro sd's card name.
And on mmcblk0p46 is raw_resourcesbak.
But I doubt that 'bootloader unocked' notification get any relation with boot logo.
BR
Click to expand...
Click to collapse
Great thanks.
By any chance u knowof/remember what kernel/rom changes splash for custom one ?
Having trouble separating the images contained within..

IGGYVIP said:
Great thanks.
By any chance u knowof/remember what kernel/rom changes splash for custom one ?
Having trouble separating the images contained within..
Click to expand...
Click to collapse
If I understand your question:
Never see any changes on bootsplash, with several stock/customs kernel/roms.
Only 'ulocked bootloader' after regular unlocking, but raw_resources don't contain this words.
But on 000800 start order of images with:
lglogo_image; next is:
powered_android_image
quick_lglogo_image
load_charger_image
recovery
backup_restore
etc

maxx_hr said:
If I understand your question:
Never see any changes on bootsplash, with several stock/customs kernel/roms.
Only 'ulocked bootloader' after regular unlocking, but raw_resources don't contain this words.
But on 000800 start order of images with:
lglogo_image; next is:
powered_android_image
quick_lglogo_image
load_charger_image
recovery
backup_restore
etc
Click to expand...
Click to collapse
Hmm might need to dig into dev tree of this thing to find out where does it call the text about bootloader from..
As for the logo partition it seems some new modified lg version of rle packing
Basically its a multi rle(maybe tiff rle now that I think about it...) partition with padding. pulled from device comes out at 4mb
Yes we can see there is few images there and in this order but where does one start and finish and another start n finish etc is still mystery.. thought maybe bytes after the iamge name are pointing to offsets but don't seem to be able to make sense of it

@IGGYVIP
Hey. Don't know if you're still looking into this, but thanks anyway.
I guess it's more of a luxury than a need, but it would be nice to remove that unlocked warning. I would certainly donate if you succeeded.
I assume this would apply to all LG models.
Perhaps we could start a bounty. Though I don't have G4 but V20 and V10.

Related

[Q] Remove AT&T intro screen

How can I get rid of the AT&T splash screen when the phone starts up.
Yes I'm rooted.
Thanks
check910 said:
How can I get rid of the AT&T splash screen when the phone starts up.
Yes I'm rooted.
Thanks
Click to expand...
Click to collapse
Kernel needs standard bootanimation support, or somewhere there's a bootanimation.qmg file you need to change, I don't remember where.
Standard bootanim support will come eventually... But there's a bunch of more important things for kernel devs for the time being.
Entropy512 said:
Kernel needs standard bootanimation support, or somewhere there's a bootanimation.qmg file you need to change, I don't remember where.
Standard bootanim support will come eventually... But there's a bunch of more important things for kernel devs for the time being.
Click to expand...
Click to collapse
TY
10 characters
check910 said:
How can I get rid of the AT&T splash screen when the phone starts up.
Yes I'm rooted.
Thanks
Click to expand...
Click to collapse
you can also use chainfire's live logcat/dmesg if you want a verbose boot instead.

Sony Tablet S alternate method root path recovery [Only ICS] [For Test]

Experimentation and study
new procedures for Rooting
Sony and Sony Tablet Terminal Phone with ICS
Procedure # 1 →
a - download the file (all)
b - rename the file to update.zip 01 or 02 before inserting them in the root SDcard →
c - go into recovery mode (power + volume) and select System Update from SD CARD
d - select the pack just copied and renamed
and - recovery time from temporary select the pack 03 (does not need to be renamed)
f - if everything is ok now when you restart you'll have root
Code:
NB: two packs were included, because in theory if one does not work the other
I recommend that you first use the 01 because that's what should be "eaten" without problems.
In theory only side effects of this procedure should be the lack of flash pack.
Code:
DOWNLOAD PACK CLAIMS OF CONSCIENCE EVER TAKEN A TEST OF EXPERIMENTAL PROCEDURE AND POTENTIALLY HARMFUL.
WHAT DO YOU DO ONLY AND SOLELY AT YOUR OWN RISK!
The folder in mediafire is empty.
Yer there's nout in the folder.
attached files.
it will not work.
signature is not correct - even not the proper type - it has to be signed for whole-file.
what is the source of the files? you have created them?
what version of cwm recov is included? is it correct for S?
or some 'other-device' one?
I was getting excited then
This procedure for all devices sony and samsung. Samsung also works on the tablet now goes head to head Sony Tablet if someone tells me where to go or not. Could go. It does not install the CWM but does only the Root
Has anyone tested this yet?
anybody successed?
condi said:
it will not work.
signature is not correct - even not the proper type - it has to be signed for whole-file.
what is the source of the files? you have created them?
what version of cwm recov is included? is it correct for S?
or some 'other-device' one?
Click to expand...
Click to collapse
Is there any risk to try it? I had kernel build9 #1
rfreeman said:
Is there any risk to try it? I had kernel build9 #1
Click to expand...
Click to collapse
no risk, i'm sorry but its useless.
its not getting through verification.
Is there any way that you could fake the verification in a zip file condi? surely there must be.
Why post useless threads, not even chcked personally???
This forum is going down...
If not Condi we would be in all nowhere...
Before you post sth, CHECK if it works. What if it was dangerous and bricks the device???
Have you considered this?
Next time: think about the possible consequences, not post something you don't even know how/if it works, please.
Mods, remove this trash, please.
sebarkh said:
Why post useless threads, not even chcked personally???
This forum is going down...
If not Condi we would be in all nowhere...
Before you post sth, CHECK if it works. What if it was dangerous and bricks the device???
Have you considered this?
Next time: think about the possible consequences, not post something you don't even know how/if it works, please.
Mods, remove this trash, please.
Click to expand...
Click to collapse
May be he doesn't have Sony S. I'm not defending but let's be more open for ideas.
Thanks
Sent from my Desire HD using XDA
SudaDreamS said:
May be he doesn't have Sony S.
Click to expand...
Click to collapse
The OP's signature says they own a Sony Tablet S rooted.
I'm not defending but let's be more open for ideas.
Click to expand...
Click to collapse
Always.
Yes, the idea is what counts.
Since when has it been the standard to post un-checked un-verified and non working files here?
Dangerous is what it is. Lucky this is a sony with barely any user base, if this was posted on the galaxy forums there would be hundreds of possibly messed up phones out there...
I have a sony Tablet S but I can not test this procedure because they are not home. I'm off to work and I will have to stay for a few months so if anyone of good will could test this method and send the results would be happy. @ Condi if the compilation and wrong could you fill it in right way so as to have the root?
@ Condi.Is the guy maybe on the right track ?.If he is maybe you could help him ?
i have a sony tablet s with stock ics rom
tomorrow i'll come back home and try it let's hope it works

How to root your Lenovo K900

Here I want to give. how to root k900
1 first download (inb) file at here! https://disk.yandex.com/public/?hash=7s8h1Xn1VP+rDQuXX6gGylP6xlTNMWkrzma8NHcHKrI=
After success download ind file, Please place its that (inb file) at buit in memory.
ok here they way to do its!
1-put inb file into sd main
2 create sdfuse folder.
3-put inb file into sdfuse
4-reboot-your k900 into recovery mode with long press volume up and together with power button.
5-after reboot to recovery mode use up and down volume button to navi up side down.
6-choose sdupdate and press power button
7-after finish update reboot again.
8-yeah bingo and u can see (Superuser) was already in u lenovo K900:good:
Hope i can sharing to everyone !! And Sorry About my Bad English
anyone tried ?
Yup the process is legit if that is what you are asking LOL!
But Yandex takes ages for me to download so i downloaded the same file from another source. Adding it to my google drive so others can use it too. Will update later when its done. :fingers-crossed:
Edit - It's done Enjoiceeeee~
KROW inb file (Google Drive)
http://bit.ly/1l0fdKB
Need some advice on getting this K900! Please n.n
Evaravenspell said:
Yup the process is legit if that is what you are asking LOL!
But Yandex takes ages for me to download so i downloaded the same file from another source. Adding it to my google drive so others can use it too. Will update later when its done. :fingers-crossed:
Edit - It's done Enjoiceeeee~
KROW inb file (Google Drive)
http://bit.ly/1l0fdKB
Click to expand...
Click to collapse
Hey! Thank you so much for the upload!! It's downloading at 1.3MBps. ha n.n Just in time for me that I come here only sometimes!
Although I don't really need it right now I think I'll need it cause I'm going to buy this K900 very soon! I'm actually about to order it today! Is this file the latest ROM?
Do you have the K900? Can you, please, encourage or discourage me about getting it? What do you say? I love its desing and size, and I like it's Intel's chip in it. I've had a Razr i and was great!
I've followed this forum months ago, but have missed all news about this device. Can you tell me if this device will get any update like 4.3 or 4.4? Any good changes in the last months with software updates? I've heard it heated a lot at first. :/
Anything you could tell me about how this device is doing now could help me!
Thank you!
- Leonardo
Need some advice on getting this K900! Please n.n
Sw33t_Lov3r said:
Hey! Thank you so much for the upload!! It's downloading at 1.3MBps. ha n.n Just in time for me that I come here only sometimes!
Although I don't really need it right now I think I'll need it cause I'm going to buy this K900 very soon! I'm actually about to order it today! Is this file the latest ROM?
Do you have the K900? Can you, please, encourage or discourage me about getting it? What do you say? I love its desing and size, and I like it's Intel's chip in it. I've had a Razr i and was great!
I've followed this forum months ago, but have missed all news about this device. Can you tell me if this device will get any update like 4.3 or 4.4? Any good changes in the last months with software updates? I've heard it heated a lot at first. :/
Anything you could tell me about how this device is doing now could help me!
Thank you!
- Leonardo
Need some advice on getting this K900! Please n.n
Click to expand...
Click to collapse
The phone is good. Im very satisfied. There has been rumors that we will get the 4.3 update but not sure when. Yes the phone heats up sometimes but with the latest updates i feel like its gone down tremendously. There is no actual flaw to this phone i really like it. I will be using it until the K910 is officially released in my country. I wanna try an LTE phone lol.
HereSomeScreenShot
Here my Lenovo K900 After (Rooted) With latest Firmware onK900_ROW_1_S_009_0288_131277
Evaravenspell said:
Yup the process is legit if that is what you are asking LOL!
But Yandex takes ages for me to download so i downloaded the same file from another source. Adding it to my google drive so others can use it too. Will update later when its done. :fingers-crossed:
Edit - It's done Enjoiceeeee~
KROW inb file (Google Drive)
http://bit.ly/1l0fdKB
Click to expand...
Click to collapse
Yes I know its very much "legit" . I had no problem in downloading the file uploaded initially. I will try this soon as my phone is just a week old and just wana make sure everything fine with it as after rooting I will loose its warranty.
Just a single question I have is, when on lock screen I press PIN code the whole screen brightness kinda flicker/brighten up on touch. Is it normal or its only me getting this? Also screen brightness varies while I use the phone!
Yes I know its very much "legit" . I had no problem in downloading the file uploaded initially. I will try this soon as my phone is just a week old and just wana make sure everything fine with it as after rooting I will loose its warranty.
Just a single question I have is, when on lock screen I press PIN code the whole screen brightness kinda flicker/brighten up on touch. Is it normal or its only me getting this? Also screen brightness varies while I use the phone!
Rshahzad......can i known is, What version do u own now at u K900?
Rshahzad......can i known is, What version do u own now at u K900?
Its 32 gb non-rooted. See the snapshot !
Will this reformat phone?
Will these delete everything? I mean reset the phone?
dade14 said:
Will these delete everything? I mean reset the phone?
Click to expand...
Click to collapse
Yes, update of .inb file allways erases data
Help
stevenchew said:
Here my Lenovo K900 After (Rooted) With latest Firmware onK900_ROW_1_S_009_0288_131277
Click to expand...
Click to collapse
I downloaded this ROM and run and error shown as CRC error and can't find System.img in the SDFUSE folder .
Please help and advoise :crying:
merankassim said:
I downloaded this ROM and run and error shown as CRC error and can't find System.img in the SDFUSE folder .
Please help and advoise :crying:
Click to expand...
Click to collapse
Which ROM you now use?
Same problem !
merankassim said:
I downloaded this ROM and run and error shown as CRC error and can't find System.img in the SDFUSE folder .
Please help and advoise :crying:
Click to expand...
Click to collapse
I've downloaded this ROM, first I've checked every single thing as version I'm using, Kernel etc and all of them are perfecly equal to the image that them posted as "my device after flashed" but didn't work for me \:
someone has faced this issue to ?
please, support if you can
I'd really like to get ROOT !
thanks in advance
felipemichelr said:
I've downloaded this ROM, first I've checked every single thing as version I'm using, Kernel etc and all of them are perfecly equal to the image that them posted as "my device after flashed" but didn't work for me \:
someone has faced this issue to ?
please, support if you can
I'd really like to get ROOT !
thanks in advance
Click to expand...
Click to collapse
Just flashed successfully and the phone is also running perfectly.. saw superuser access request on the start
What is u k900 stock version? My tis firmware are worldwide rooted version! And onemore important step is , didt u clear all user data or cache after full flash?
Sent from my Lenovo K900_ROW using xda app-developers app
felipemichelr said:
I've downloaded this ROM, first I've checked every single thing as version I'm using, Kernel etc and all of them are perfecly equal to the image that them posted as "my device after flashed" but didn't work for me \:
someone has faced this issue to ?
please, support if you can
I'd really like to get ROOT !
thanks in advance
Click to expand...
Click to collapse
What is u k900 stock version? My tis firmware are worldwide rooted version! And onemore important step is , didt u clear all user data or cache after full flash?
merankassim said:
I downloaded this ROM and run and error shown as CRC error and can't find System.img in the SDFUSE folder .
Please help and advoise :crying:
Click to expand...
Click to collapse
What is u k900 stock version? My tis firmware are worldwide rooted version! And onemore important step is , didt u clear all user data or cache after full flash?
Thanks all but
Thanks for your efforts ..
If this process is totally successful and every thing is good , but suppose that i decided to remove the root and back to stock kernel ??
Are there any easy methods ??
Any advice???
just_lion said:
Thanks for your efforts ..
If this process is totally successful and every thing is good , but suppose that i decided to remove the root and back to stock kernel ??
Are there any easy methods ??
Any advice???
Click to expand...
Click to collapse
Just go to superuser and hit the unroot button. Only stock kernel is available, no custom kernels around yet.
Sent from my Lenovo K900_ROW using xda app-developers app

Rom not booting, needing help

I have ported a rom, but my rom isnt booting, but i have an adb logcat but i dont see what is making my rom not to boot
Added it like a zip because it was too heavy to upload it like a txt because it weights 1 mb
persano said:
I have ported a rom, but my rom isnt booting, but i have an adb logcat but i dont see what is making my rom not to boot
Added it like a zip because it was too heavy to upload it like a txt because it weights 1 mb
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2274119
demkantor said:
http://forum.xda-developers.com/showthread.php?t=2274119
Click to expand...
Click to collapse
well, i said i have read it but i didnt understand why it didnt boot, i dont find the problem !
A great place to seek help to your question is the thread I pointed you to, its best not to create new threads for every issue or this forum becomes impossible to navigate.
Asking where I linked you will get you help much faster as well

A 64bit Vendor for our A10

Where are the programmers?...
The programmers are programming
ShaDisNX255 said:
The programmers are programming
Click to expand...
Click to collapse
why is nobody interested in the A10?
rockeirodohs said:
why is nobody interested in the A10?
Click to expand...
Click to collapse
bcuz its a cheap low budget device?
elliwigy said:
bcuz its a cheap low budget device?
Click to expand...
Click to collapse
yea
but it is still a great cell phone
rockeirodohs said:
yea
but it is still a great cell phone
Click to expand...
Click to collapse
if u say so.. its great for its price i guess
Sent from my SM-G977P using Tapatalk
rockeirodohs said:
yea
but it is still a great cell phone
Click to expand...
Click to collapse
Why don't you try learning? That's pretty much how all developers start, wanting to make their phone better.
rockeirodohs said:
Where are the programmers?...
Click to expand...
Click to collapse
Has the 64bit vendor been made yet?
ShaDisNX255 said:
Why don't you try learning? That's pretty much how all developers start, wanting to make their phone better.
Click to expand...
Click to collapse
How can I do it? I am willing to do, or at least start. If you could help me.
mmacedoc7 said:
How can I do it? I am willing to do, or at least start. If you could help me.
Click to expand...
Click to collapse
There are lots of tutorials on XDA, I suggest you start using google + XDA to learn.
Trust me, it's better to ask
"Hey, I'm following this guide and I'm stuck on this step" instead of
"Hey, can you teach me? Can you give me a guide?"
I tried adding the lib64 folder from the galaxy a20's android 9 vendor to my android 10 galaxy a10 vendor and editing all the .prop files in /vendor to support arm64-v8a, but it didn't boot arm64 gsis (black screen after a10 logo for a while, then reboot). Is this because the library files are made for android 9 or do i have to edit the device tree and kernel too? or is there something else in the vendor I'd have to edit?
Pankiefield said:
I tried adding the lib64 folder from the galaxy a20's android 9 vendor to my android 10 galaxy a10 vendor and editing all the .prop files in /vendor to support arm64-v8a, but it didn't boot arm64 gsis (black screen after a10 logo for a while, then reboot). Is this because the library files are made for android 9 or do i have to edit the device tree and kernel too? or is there something else in the vendor I'd have to edit?
Click to expand...
Click to collapse
I think there was also something you needed to do in ramdisk, but I'm not sure.
The only person I've seen who's been successful in porting arm64 libs to another device is @Astrako I don't know if you want to ask him and maybe he can help you out.
ShaDisNX255 said:
I think there was also something you needed to do in ramdisk, but I'm not sure.
The only person I've seen who's been successful in porting arm64 libs to another device is @Astrako I don't know if you want to ask him and maybe he can help you out.
Click to expand...
Click to collapse
i tried to take a deeper look into the exynos 7870 64bit vendor and seems like app_process64 support needs to be added to init.rc (which is in ramdisk).
i tried looking up how to edit the init.rc but only found older tutorials and the tools ive tried wont extract the ramdisk from the boot.img (saying that its missing or smth). so thats going to be the hardest thing...
Pankiefield said:
i tried to take a deeper look into the exynos 7870 64bit vendor and seems like app_process64 support needs to be added to init.rc (which is in ramdisk).
i tried looking up how to edit the init.rc but only found older tutorials and the tools ive tried wont extract the ramdisk from the boot.img (saying that its missing or smth). so thats going to be the hardest thing...
Click to expand...
Click to collapse
Have you tried using ClassyKitchen? https://forum.xda-developers.com/chef-central/android/tool-classykitchen-android-roms-t3862584
Pankiefield said:
i tried to take a deeper look into the exynos 7870 64bit vendor and seems like app_process64 support needs to be added to init.rc (which is in ramdisk).
i tried looking up how to edit the init.rc but only found older tutorials and the tools ive tried wont extract the ramdisk from the boot.img (saying that its missing or smth). so thats going to be the hardest thing...
Click to expand...
Click to collapse
I think ramdisk may already be in the system (system-as-root device).
Check inside system to see if you have something like init.rc and stuff
ShaDisNX255 said:
I think ramdisk may already be in the system (system-as-root device).
Check inside system to see if you have something like init.rc and stuff
Click to expand...
Click to collapse
but when installing a gsi, system partition would be overwritten, it wouldnt make sense to edit it then.
or do you mean system_root?
Pankiefield said:
but when installing a gsi, system partition would be overwritten, it wouldnt make sense to edit it then.
or do you mean system_root?
Click to expand...
Click to collapse
Yes, I mean system_root
ShaDisNX255 said:
Yes, I mean system_root
Click to expand...
Click to collapse
almost finished my vendor, but cant test it, because the vendor partition is too small.
i searched for a way to resize it but no luck
also, i think theres no zygote stuff that needs to be edited, besides zygote type in default.prop, due to the device being a lot newer than the exy 7870 devices

Categories

Resources