[EOL] Redesigned S5 Splash Screens [G900H ONLY] [k3gxx]

Do you like my design?


  • Total voters
    22
  • Poll closed .

willysusilo

Senior Member
Jul 13, 2014
257
142
0
Willy Susilo Presents:
Redesigned Galaxy S5 splash screens for Galaxy S5 Exynos (SM-G900H) [k3gxx]

End of Life Thread Support (EOL) [04 Jul 2017]
So, no more updates and no more new designs for this thread. If you have new splash screen design, use it personally or share it to your new thread and give me credit or post the design to this thread. But, don't worry. You still can download my splash screen design zips and post comments on this thread. I will reply you when I have free time. Thanks for supporting my thread :good:

Information:
1. Special thanks to @amtra for his flashable zip file
2. I AM NOT RESPONSIBLE IF YOU BRICK YOUR DEVICE!
3. For S5 Exynos SM-G900H only
4. I have tested the zips on my Galaxy S5 Exynos (SM-G900H) before posting them to this thread
5. If you want to take these designs please credit me and PM me
6. IF YOU WANT TO DEVELOP THE SPLASH SCREEN TO FLASHABLE ZIP OR PORT TO ANNOTHER DEVICES AND TAKE THIS DESIGNED LOGO SPLASH SCREEN, PLEASE CREDIT ME BECAUSE IT IS MY HARD WORK. I NEED 3 DAYS TO MAKE IT LOOKS PERFECT. IT IS ORIGINAL 100% MADE BY ME



How to use:
1. Boot to recovery (custom recovery)
2. Select the zip (attachment bellow)
3. Flash and reboot
4. BOOM!
5. Download links:
Google Drive
Media Fire


Update Log:
1. UPDATE (2 Oct 2016) I have built Galaxy S7 Edge splash screen for Galaxy S5 Exynos
2. UPDATE (8 Dec 2016) Added S8 Splash screen (Hey our S5 has become futuristic :D) and added The white version of splash screens
3. UPDATE (5 Jan 2017) Im going to add support for another Exynos devices so I need tester
4. UPDATE (1 Feb 2017) I will support S5 Exynos and Note 4 Exynos devices only, dont ask me to make it compatible with other devices
5. UPDATE (28-29 Mar 2017) Added new S5 splash screen designs, designed by @abhinav3081
6. UPDATE (17 Apr 2017) Added Google splash screen for S5, designed by @jayantraj
7. 04 July 2017: End of Life thread support (EOL)


Custom your own boot logo?
Check this out


Gallery:
1. Stock splash screen
View attachment 3663398

2. Redesigned S5 splash screen
logos5.jpg

3. Redesigned S5 splash screen (white version)
logos5white.jpg

4. Redesigned S5 splash screen vs S6 stock splash screen comparison
comparison.jpg

5. S7 Edge splash screen port (black)
logos7.jpg

6. S7 Edge splash screen port (white)
logos7white.jpg

7. S8 splash screen (black)
logos8.jpg

8. S8 splash screen (white)
logos8white.jpg

9. S5 splash screen by Abhinav
logos5-Abhinav.jpg

10. S5 splash screen by Abhinav (2)
logos5-Abhinav2.jpg

11. Google splash screen (black)
Google-black.jpg

12. Google splash screen (white)
Google-white.jpg


If you have interest about computers and IT (software, hardware, etc) you can join my international telegram group -> HERE
 
Last edited:

Rakuu

Senior Member
Jun 16, 2014
2,410
818
0
Houston
Will this work on locked BL devices like g900a?
Edit: can't get the param.bin to open :/, says invalid tar magic.
Sent from my SAMSUNG-SM-G900A using Tapatalk
 
Last edited:

willysusilo

Senior Member
Jul 13, 2014
257
142
0
Can we delete it to boot faster ?
Sorry, you can't delete it. You can make your phone boots faster by: changing boot animation to simpler one or make a blank boot animation! (I've made a blank boot animation but it only boots 1 second faster, LOL)
And, Don't install Xposed Framework! It may make your phone boot slower
 
  • Like
Reactions: Dahaunted

Rakuu

Senior Member
Jun 16, 2014
2,410
818
0
Houston
Have you tried any other terminal emulator apps? I think you have to root and unlock you bootloader.
I tried moving the file to my comp and used the "file" command on it, said it was an executable and tar also refused to open it there. I'm thinking either the mount point is different or its encrypted for us.

Sent from my SAMSUNG-SM-G900A using XDA Labs
 

elefiski

Member
Oct 5, 2015
20
3
0
a village
Hi,
I did step 2 and entered all the codes,went on step 3 and opened the folder in CM's file manager,but param folder is empty,just wondering why can't i see the param.bin in the folder,is it because the commands didn't work or do I have to have another file manager to see the file and open it.
 

justinxfan

Senior Member
May 4, 2015
469
119
0
Vancouver
I got error mkdir failed for /sdcard/param, file exists. There is a param.bin file but if i try to open it on my laptop it comes up with param.bin.cpgz and extracting that gives me another param.bin
 

scso43

Member
Dec 28, 2012
44
4
0
I cant tar xf /sdcard/param.bin :( It says "invalid tar magic". Is ur device exynos because i think snapdragon devices dont work
 
Last edited:

Faisal_RK

Senior Member
Apr 2, 2015
195
135
0
Delhi
Hii
I have designed our new Galaxy S5's splash screen

You can also use this menthod to other Android devices BUT, DO AT YOUR OWN RISK! I'M NOT RESPONSIBLE FOR YOUR ANDROID!

Here's how to change it:
1. Install Android Terminal Emulator app
2. Open the app and type these codes:

su

dd if=/dev/block/mmcblk0p8 of=/mnt/sdcard/param.bin bs=4096

mkdir /sdcard/param cd /sdcard/param tar xf /sdcard/param.bin

Note: if you didn't find it on sd card, change all /mnt/sdcard directories with /storage/emulated/0/
Menthod 2: If you failed xf command, extract param.bin on sd card manually by your self

3. Now, in file explorer open sdcard/param
and replace logo.jpg with your new picture (make sure you have name the picture logo.jpg and the picture has the same resolution with your phone)

4. Then, open terminal emulator app again and type these codes:

su

cp -f /sdcard/logo.jpg /sdcard/param/logo.jpg cp -f /sdcard/warning.jpg /sdcard/param/warning.jpg cp -f /sdcard/download.jpg /sdcard/param/download.jpg rm -f /sdcard/param.bin cd sdcard/param
tar cf - `ls | sort -t.` > /sdcard/param.bin

dd if=/sdcard/param.bin of=/dev/block/mmcblk0p8 bs=4096

If you use /storage/emulated/0/ on step 2 don't forget!
If you use menthod 2, you dont need cp command
5. Reboot and see the changes
Bro.. m failed to find this folder... m using root explorar..
 

willysusilo

Senior Member
Jul 13, 2014
257
142
0
I cant tar xf /sdcard/param.bin :( It says "invalid tar magic". Is ur device exynos because i think snapdragon devices dont work
Hey... Android Terminal Emulator not work in my 900H device my device is already rooted and Using stock rom but i try to open Android Terminal Emulator giving FC
Before I post this thread, I have tried on My SM-G900H and it works! I know that our S5 Exynos is lack of support. If I have more free time, I will try to port CM13 to our S5 Exynos. (I'm not promise)
 

Faisal_RK

Senior Member
Apr 2, 2015
195
135
0
Delhi
Before I post this thread, I have tried on My SM-G900H and it works! I know that our S5 Exynos is lack of support. If I have more free time, I will try to port CM13 to our S5 Exynos. (I'm not promise)
Bro... i m also porting a GenNXT deodexed rom.. so plz... can u define it in details..
How to Replace or change ...the new logo.jpg
Plz bro...
I m failed to find a param.bin folder.
 

amtra

Senior Member
Jun 28, 2012
1,506
1,005
0
29
Chennai
After this command i have param.bin but having different size
original=8MB edited=990KB
tar cf - `ls | sort -t.` > /sdcard/param.bin
 

Rakuu

Senior Member
Jun 16, 2014
2,410
818
0
Houston
After this command i have param.bin but having different size
original=8MB edited=990KB
tar cf - `ls | sort -t.` > /sdcard/param.bin
Is the image larger? My param.bin was only 512k, obviously the partitions are different for everyone or at least by device model which would explain most people failing.

Sent from my SAMSUNG-SM-G900A using Tapatalk
 

amtra

Senior Member
Jun 28, 2012
1,506
1,005
0
29
Chennai
Is the image larger? My param.bin was only 512k, obviously the partitions are different for everyone or at least by device model which would explain most people failing.

Sent from my SAMSUNG-SM-G900A using Tapatalk
The extracted param.bin is 8MB, and the extracted param.bin is less than 1MB