[THEME] Galaxy S5 Theme + Icons [V1.2]

eficiency1

New member
Jun 14, 2014
1
0
0
yapacağın uygulamayı sıkıyım orospu cocugu bıtch, amk cocugu sabahtan berı ugrasıyorum, dedıgın tum romlarda attım gene sıyah ekran, sızın gıbı uygulama yapanların yedı gobek sulalesını sıkım
 

screenagers

Senior Member
Jun 1, 2013
143
23
38
Hi~ I am using galaxy s3 international (GT-I9300) stock rom, rooted, 4.3 NB1. After I flash the zip with TWRP or CWM, the TouchWiz changes to S5's one , but the wallpaper becomes black and the notification bar missed. Also, I can't get the recent apps page and the application list's words gone.... Is there any steps I missed?:confused::confused: Thanks:laugh:

View attachment 2786628
i'm facing this problem too. why?
 
  • Like
Reactions: Jack123hello

Doubler993

Member
Jun 19, 2014
44
2
0
Marsala
Hi~ I am using galaxy s3 international (GT-I9300) stock rom, rooted, 4.3 NB1. After I flash the zip with TWRP or CWM, the TouchWiz changes to S5's one , but the wallpaper becomes black and the notification bar missed. Also, I can't get the recent apps page and the application list's words gone.... Is there any steps I missed?:confused::confused: Thanks:laugh:

View attachment 2786628
idem :confused::confused:
 
  • Like
Reactions: Jack123hello

maher3232

New member
Dec 28, 2013
4
1
0
Great job it all looks good....

New flat Touchwiz theme from Galaxy S5 brought to you by Kik0o and DrKaOt.

Flash in recovery, restart, first boot will take some time.
Tested and fully working on stock I9300 4.3 [NA7] [NB6] and [NB1] deodexed firmwares.



DOWNLOAD [V1.2]

Enjoy! :)

I support only STOCK unmodified ROMs
If you use modded rom do not use Light or ink lockscreen effect!
Theme may not work correctly on ROMs with ported apps from Note 3
Backups of .apk files are created in vrtheme-backup folder in internal storage.
Report your FW/ROM version if you have issues.

DrKaOt's S5 SystemUI thread

If I see my work in your ROM or theme without credits in OP = report.


one thing........my status bar icons are still the same not white and the notification drawer is still black with the same look :( .....every thing is good but if there is a fix for that i will be very greatful
 

Ijaz Farooq

Senior Member
Apr 28, 2013
551
376
83
Bhakkar
New flat Touchwiz theme from Galaxy S5 brought to you by Kik0o and DrKaOt.

Flash in recovery, restart, first boot will take some time.
Tested and fully working on stock I9300 4.3 [NA7] [NB6] and [NB1] deodexed firmwares.



DOWNLOAD [V1.2]

Enjoy! :)

I support only STOCK unmodified ROMs
If you use modded rom do not use Light or ink lockscreen effect!
Theme may not work correctly on ROMs with ported apps from Note 3
Backups of .apk files are created in vrtheme-backup folder in internal storage.
Report your FW/ROM version if you have issues.

DrKaOt's S5 SystemUI thread

If I see my work in your ROM or theme without credits in OP = report.
@Kik0o
em using 4.3 fully stock unmodified ODEX
i flash v1.2 but it prompt up System UI has stopped
again and again
is it mean my ROM is not supported?

Update: Not Working, Black BG, No status bar
 
Last edited:

Ticklefish

Recognized Themer
Oct 27, 2011
6,743
8,534
263
Hampshire, UK
@efevelasquez
@Kik0o
@DrKaOt
@Zyr3 @Ticklefish
and all senior developers
Can You make possible to flash this theme on an ODEX rom
plz
i know you can do it
plz do something
Here's the problem:

- Updated script to remove SystemUI.odex that was apparently causing force closes for MK6 (and I9305?) users (report if fixed please)
Whenever you flash this file, it deletes a critical file. Deodexed roms don't have this file but odexed roms do which is why you're having trouble.

I'm not going to mirror someone's file without their permission...but I can tell you how to fix it.

Use a program like 7zip to open the theme file and navigate to "S5-THEME-Kik0o-DrKaOt-SIII-V1-2.zip\META-INF\com\google\android\".

Then replace the "updater-script" file with the one in the zip file attached to this post. Then try flashing it.

In theory, it should all work now.

For those who want to know what's going on in more detail....

This is the original file:
ui_print("Galaxy S5 theme for Galaxy S3 I9300");
ui_print("Created by Kik0o and DrKaOt");
ui_print("Please be patient during the process");
show_progress(1, 15);
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/data");
run_program("/sbin/busybox", "mount", "/dalvik");
ui_print("Wiping dalvik-cache and extracting theme");
delete("/system/app/SystemUI.odex");
delete_recursive("/cache");
delete_recursive("/data/dalvik-cache");
delete_recursive("/dalvik/dalvik-cache");
package_extract_dir("vrtheme", "/sdcard/vrtheme");
set_perm(0, 0, 0755, "/sdcard/vrtheme/installtheme.sh");
set_perm(0, 0, 0755, "/sdcard/vrtheme/zip");
set_perm(0, 0, 0755, "/sdcard/vrtheme/cleanup.sh");
set_perm(0, 0, 0755, "/sdcard/vrtheme/zipalign");
run_program("/sdcard/vrtheme/installtheme.sh");
ui_print("Almost there...");
run_program("/sdcard/vrtheme/cleanup.sh");
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
ui_print("Additional files copied");
run_program("/sbin/busybox", "umount", "/system");
run_program("/sbin/busybox", "umount", "/data");
run_program("/sbin/busybox", "umount", "/dalvik");
run_program("/sbin/busybox", "umount", "/sdcard");
ui_print("This package used VillainTheme Flasher");
All I did was delete the line in red... :D
 

Attachments

  • Like
Reactions: Ijaz Farooq

Ijaz Farooq

Senior Member
Apr 28, 2013
551
376
83
Bhakkar
Here's the problem:



Whenever you flash this file, it deletes a critical file. Deodexed roms don't have this file but odexed roms do which is why you're having trouble.

I'm not going to mirror someone's file without their permission...but I can tell you how to fix it.

Use a program like 7zip to open the theme file and navigate to "S5-THEME-Kik0o-DrKaOt-SIII-V1-2.zip\META-INF\com\google\android\".

Then replace the "updater-script" file with the one in the zip file attached to this post. Then try flashing it.

In theory, it should all work now.

For those who want to know what's going on in more detail....

This is the original file:


All I did was delete the line in red... :D
thank you for your effort man
but
same problem
black backgroung no status bar

ok no problem
leave this, perhaps you dont have s3...thats why u can not guide me properly