[MOD][UPDATE2]White S4 Multiwindow + Guide for Changing Multiwindow Text Color - Galaxy Note II Themes and Apps

Hey guys,
I made this Mod for the Note 1 and now I like to share it with the Note 2. I themed our Note Multiwindow to look as the S4 White Multiwindow.
In this mod I changed the text to black like in the S4 and I also adjusted scrolling to fit exactly in the Multiwindow Tray.
Update:No more FCs now! Everything works perfectly now. So, just download the new FlashBarService.apk that I attached in this post and follow the installation process below. Thanks for everyone whom tested and sent feedback.
Note: This mod also includes the unlimited app hack but you must also have the hacked Services.jar also in order to have full unlimited app functionality. If you do not have the hacked Services.jar then you will only have the White Multiwindow without the unlimited app hack.
This Mod works on Deodexed and Odexed roms. If you are on an Odexed rom, delete the FlashBarService.apk and the FlashBarService.odex files before using this Mod.
Post 2 contains a guide on how to change the text color of the multiwindow.
How to install:
NOTE: I AM NOT RESPONSIBLE FOR ANYTHING THAT GOES WRONG TO YOUR PHONE. DO IT AT YOUR OWN RISK.
1.Do a nandroid backup.
2.Download the attached FlashBarService.apk bellow.
3.Use any root explorer and try to find the location of your FlashBarService.apk. (It is usually located in System\app or in preload)
4. Now, use a root explorer to move the apk that you've downloaded to its proper location.
5. Set the permissions to rw-r-r.
6. Reboot your phone.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads:
View attachment FlashBarService.apk
I hope that you will like!

Guide on How to Change Text Color in Multiwindow:
1. First decompile the FlashBarService.apk using apk-Tool.
2. Go to AppListWindow.smali which is located in smali>com>sec>android>app>FlashBarService and open it with notepad.
3. Activate the search function (ctrl+f) on you computer and type the word color. You will find 6 sentences having the word color.
One example is :
Code:
.line 851
const v6, -0x[B][COLOR="Red"]141415[/COLOR][/B]
invoke-virtual {v0, v6}, Landroid/widget/TextView;->setTextColor(I)V
4. Now you have to convert the hex color you want to a new format. For example, the text color of Multiwindow in the S4 is 3d3d3d and in the new format it becomes c2c2c2. Follow this guide to convert:
0 Becomes F
1 Becomes E
2 Becomes D
3 Becomes C
4 Becomes B
5 Becomes A
6 Becomes 9
7 Becomes 8
8 Becomes 7
9 Becomes 6
A Becomes 5
B Becomes 4
C Becomes 3
D Becomes 2
E Becomes 1
F Becomes 0
5. After converting, replace the number shown in red in the above code with the new number that you converted. Do the same for the 6 lines containing the word color. After finishing don't forget to save.
6.Now, go to AppListEditWindow$AppListEditAdapter.smali (This is for the text in the Edit Tray) which is also found in smali>com>sec>android>app>FlashBarService and open it whith notepad.
7.Repeat step 3 but now you will find only one sentence with the word color. Then follow step 4 and save.
8. Finally, recompile the FlashBarService.apk and add the META-INF and AndroidManifest.xml. Don't forget to zipalign.
Hope you'll like!

Does this conflict with simplistic?
Sent from my GT-N7100 using xda premium

Unfortunately FC... cleared the data and cache also....

Force close for me

FC Please i need the original flachbar
Sent from my GT-N7100 using Tapatalk HD

Genesis206 said:
Does this conflict with simplistic?
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Tbh, I did not try simplistic before and so I have no idea if it would conflict. This mod only replaces your FlashBarService.apk.
radioxmen said:
FC Please i need the original flachbar
Sent from my GT-N7100 using Tapatalk HD
Click to expand...
Click to collapse
tnosz said:
Force close for me
Click to expand...
Click to collapse
Crescendo Xenomorph said:
Unfortunately FC... cleared the data and cache also....
Click to expand...
Click to collapse
Thanks for feedback pals, are you on odexed or deodexed rom?

Same here, after reboot I got, "Unfortunately, com.sec.android.app.FlashBarServices has stopped." I'm on deodex rom.

Please try this one:

Winterlove said:
Please try this one:
Click to expand...
Click to collapse
FC for me :/

Odex rom
Sent from my GT-N7100 using Tapatalk HD

Ok it seems that some pngs are causing the FC or something is wrong with my apk.
Pals could anyone upload for me a Note 2 stock deodexed FlashBarService.apk so I could rebuild a new one again ?
I'd be thankful!

I am on deodexed thank you for this development
Please hit the Thanks button

Can anyone upload for me a Note 2 stock odexed FlashBarService.apk please
Sent from my GT-N7100 using Tapatalk HD

Stock Deodexed FlashBarService.apk
Getting FC aswell on deodexed rom. Here's Note 2 stock deodexed FlashBarService.apk

Thanks Ruthx if this did not work, I will use your FlashBarService.apk and create a new one. Thanks anyway!
This is for deodex. For odex you may try to delete the flashbar and the odex file but always do a nandroid backup and leave a spare if anything went wrong.
It may contain some bugs. I will fix them but I want to make sure that it is working at first.
Please try this I hope it would work:

Winterlove said:
Thanks Ruthx if this did not work, I will use your FlashBarService.apk and create a new one. Thanks anyway!
This is for deodex. For odex you may try to delete the flashbar and the odex file but always do a nandroid backup and leave a spare if anything went wrong.
It may contain some bugs. I will fix them but I want to make sure that it is working at first.
Please try this I hope it would work:
Click to expand...
Click to collapse
Works perfectly well Thank u!! Thumbs up:thumbup::thumbup:
Sent from my SAMSUNG-SGH-I317 using xda premium

Hmm, the new deodex file works. But for some reason when i clicked the edit, none of my apps showed up?

tnosz said:
Works perfectly well Thank u!! Thumbs up:thumbup::thumbup:
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
You are very welcome pal! And thanks for your feedback.
leprophotography said:
Hmm, the new deodex file works. But for some reason when i clicked the edit, none of my apps showed up?
Click to expand...
Click to collapse
Do you have multiwindow unlimited app hack? Do the apps show in the flashbar?
I just have some questions:
1. Does the white divider fit perfectly in the screen? (I mean the one that appears between 2 open apps)
2. When you press the buttons near the white divider, does the flashbar Fcs?

Works perfectly well on my odex rom :thumbup: :thumbup: :thumbup:
Sent from my GT-N7100 using Tapatalk HD

Related

3 Screen TouchWiz Launcher XWKG9 & UEKMB

Just wanna share my modification
Thanks to DocRambone for the idea
Based on : Launcher2.apk dari Touch Wiz untuk Firmware version XWKG9 & UEKMB
Features
1. 3 Screen Home Screen
2. Removed unused wallpaper images
3. Enabled hardware configuration
4. Deodexed & Zip Align Apps
How to install (Rooted & Deodexed only)
1. adb push launcher-3rows.apk /system/app/Launcher2.apk
2. Reboot
File XWKG9 : http://www.multiupload.com/L5HDVY87QV
File UEKMB : http://www.multiupload.com/ZOF5KHFU92
NB:
Dont forget to backup especially path /system using CWM
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thanks to : thenickisme for Launcher2 UEKMB source
screenshots?
no clue what u mean by 3 rows lol, care to expand?
It says "Screenshot"... and yet there is none.
Perhaps "three rows" refers to additional row space on each home screen? And I'd probably be interested in a 'trimmed-down' launcher.
I think its 3 screens instead of normal 5.
EvoXOhio said:
screenshots?
Click to expand...
Click to collapse
Done...I've just added
DocRambone said:
I think its 3 screens instead of normal 5.
Click to expand...
Click to collapse
yes, I mean 3 screen instead of 3 rows
Very nice. Been wanting this for awhile. CWM flash didn't work. Pushed the API using ES File Manager.
Sent from my GT-P7510 using XDA Premium App
Live2Follow said:
Very nice. Been wanting this for awhile. CWM flash didn't work. Pushed the API using ES File Manager.
Sent from my GT-P7510 using XDA Premium App
Click to expand...
Click to collapse
Let me check on CWM flash. Thanks for the response
Thanks for this, will have to check it out as I never know what the hell to use all 5 screens for lol
You should just mod it to let us pick hour many screens we want
But thanks I wanted 3 screens
Sent from my super awesomely amazing
Generation
Unsubdued
Nuclear
Drive
Assault
Module
keren eui, funky81! udah dipajang di kaskus yah.. silahkan maen maen kesana dan MANA link kernelnya?
in english: thanks for a great job as fellow indonesian
For anyone having issues with the given instructions and would like to do it graphically using a file explorer the instructions are quite simple.
1. Open file explorer of choice (Root Explorer or ES which is free) and navigate to the downloaded modified apk.
2. Rename file to Launcher2.apk if it is not already.
3. Navigate to /system/app and make a backup of your original Launcher2.apk.
4. Copy and paste the modified file from your download location into /system/app and replace the original.
5. From here all you have to do is reset or go to your settings and force kill the Launcher app under "All".
6. You will notice that any widgets you had will be gone/malfunctioning. This is normal. Simply delete what is left and replace what you had as normal. Apps should stay the same.
Could you possibly make another one of these for UEKMB? I noticed that you said this mod is for P7500XWKG9. I am using P7510UEKMB and it is very choppy and jittery. (Which is to be expected, of course.)
I am assuming it is as simple as applying the same modification to Doc's UEKMB Touchwiz Launcher2.apk found here:
http://forum.xda-developers.com/showthread.php?t=1188701
Thanks funky81!
thenickisme said:
For anyone having issues with the given instructions and would like to do it graphically using a file explorer the instructions are quite simple.
1. Open file explorer of choice (Root Explorer or ES which is free) and navigate to the downloaded modified apk.
2. Rename file to Launcher2.apk if it is not already.
3. Navigate to /system/app and make a backup of your original Launcher2.apk.
4. Copy and paste the modified file from your download location into /system/app and replace the original.
5. From here all you have to do is reset or go to your settings and force kill the Launcher app under "All".
6. You will notice that any widgets you had will be gone/malfunctioning. This is normal. Simply delete what is left and replace what you had as normal. Apps should stay the same.
Click to expand...
Click to collapse
Thanks for these steps...
Could you possibly make another one of these for UEKMB? I noticed that you said this mod is for P7500XWKG9. I am using P7510UEKMB and it is very choppy and jittery. (Which is to be expected, of course.)
I am assuming it is as simple as applying the same modification to Doc's UEKMB Touchwiz Launcher2.apk found here:
http://forum.xda-developers.com/showthread.php?t=1188701
Thanks funky81!
Click to expand...
Click to collapse
Hmm..if you interested, I can do that for you. Please send me your Launcher2.apk and I will try it for you
robobear said:
keren eui, funky81! udah dipajang di kaskus yah.. silahkan maen maen kesana dan MANA link kernelnya?
Click to expand...
Click to collapse
Thanks to post it to kaskus bro..
Kernelnya? lg ada bugs bro,7000mah ilang dlm 1jam hahaha...
in english: thanks for a great job as fellow indonesian
Click to expand...
Click to collapse
Thanks bro..
VERY cool! Just a quick question, this doesn't affect anything that b00sted is working on with the task bar modifications, does it? What I mean is, if I modify the task bar with one of his selections, reboot, modify the launcher, and reboot, it won't revert back to the stock TW task bar, right? I don't know if they are two separate mods in the /system folder or not because I don't have the TW ROM installed yet
Thanks in advance and great work!
GarciaM25 said:
VERY cool! Just a quick question, this doesn't affect anything that b00sted is working on with the task bar modifications, does it? What I mean is, if I modify the task bar with one of his selections, reboot, modify the launcher, and reboot, it won't revert back to the stock TW task bar, right? I don't know if they are two separate mods in the /system folder or not because I don't have the TW ROM installed yet
Thanks in advance and great work!
Click to expand...
Click to collapse
I guess, it wont work, because I modify it based on stock launcher
so it will break any b00sted modifications.
funky81 said:
I guess, it wont work, because I modify it based on stock launcher
so it will break any b00sted modifications.
Click to expand...
Click to collapse
Do you think I should modify yours first and then his to keep it intact?
GarciaM25 said:
Do you think I should modify yours first and then his to keep it intact?
Click to expand...
Click to collapse
Hi GarciaM25, I'll modify your since, my modification not too hard to do it.
do you mind pm me your latest file so I can integrate it?
Thanks
funky81 said:
Hi GarciaM25, I'll modify your since, my modification not too hard to do it.
do you mind pm me your latest file so I can integrate it?
Thanks
Click to expand...
Click to collapse
I haven't updated to TW yet, but as soon as I do, what do I need to send you exactly? Thanks!!!

[Themed Keyboards][Cm7]SC_Keyboard (22/12/12) (+[Guide])

Hi guys,
I want to share with you my personal themed keyboard, the SC_Keyboard.
SC_Keyboard_blue:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download links:
SC_Keyboard_v02_blue
SC_Keyboard_v01_blue
SC_Keyboard_red(*actually something between red and orange):
Download links:
SC_Keyboard_red
SC_Keyboard_white:
Download links:
SC_Keyboard_white
(for the guide scroll down to the 8th post or click here)
Basically this is the stock gingerbread keyboard with (image) changes made by me. I’m not the developer of this app, I just changed some things to make it look more cool
I started theming the keyboard app just for my personal use but after using it for a while I think the outcome is good and I thought some may like it.
This will not work with ics/jb, so there is no point try it, but if you want to try it that bad, go ahead, its not like you will suffer from something, its just an apk.
If someone use 2.1 or 2.2 please test it and tell me if it worked, I think it will work, but I haven’t tried it.
If you have any bugs please report them by posting them below
All Credits go to the original developer(s) of this app.
Changelog​ 22/12/12 SC_Keyboard_v02_blue
changed the button for capital letters and for the symbol pages
now the original button look like this
SC_Keyboard_red initial release (at the same style as blue,see scrrenshots above)
SC_Keyboard_white initial release (at the same style as blue,see scrrenshots above)
1/12/12 initial release​
I have some plans for the future, so you can expect more themed keyboards in this thread and of course if there is any problem I’ll try my best to fix it.:fingers-crossed:
Do you like the keyboard’s style but the colors don’t look well with your theme?
You are lucky, I’m open for color requests.
How to install
Its very easy to install the keyboard, but I'm making a short tut just in case…
Instructions
1)Download the apk from the above attachments.
2)Find it with your file manager.
3)Install it.
4)Go to settings>language and keyboard>and check the box next to “SC_Keyboard”, a message will pop out, if you don’t have any problem with what you will see then click ok(this massage doesn’t mean that your device have find something suspicious on the app. This message pop out everytime you install a keyboard and its caused by the permissions of the keyboards apps)
5)Go somewhere where your keyboard will open(long press menu button or go to sms)
6)Hit the settings buttons
7)Hit “select input method”
8)Select “SC_Keyboard”
Done
**please don’t post anything like “I cant find the icon to launch it”, if you indeed think this, reread the instructions.**
Enjoy
Thanks bro will try it when i flash back 2.3..
Nice keyboard, good job!
Sent from my X8 using xda app-developers app
The images in the second thread are all gone...
Awesome dude
Try coloring like black & red combination like walkman fone body
Sent from my Sony Walkman to yours
[sort guide]How to get started with apk manager and soft modding
IAmNice said:
Maybe make a tut on how to theme the keyboard?
Sent from my E15i using xda app-developers app
Click to expand...
Click to collapse
First of all what im gonna describe is how i did it and it doesnt mean that its the best way to do it,google is your best friend.
We are gonna do our job with apk manager for now.(alternative you can use apktool)
First of all download apk manager.
Try to open it, if it opens without errors that means you have already installed java and adb successfully and you can skip the followings.
-install java jdk
-install sdk
-set up adb
----------linux users go here or google for more informations
----------windows users go here or google for more informations
Now you must be ready.
Take the app you want to edit and place it at the "place-apk-here-for-modding" folder
Open the apk manager by open the "script.dat"
Now you are seeing many options,type 22 and press enter. Select the apk you wanna work on.
Decompile
it by pressing 9,a new folder have being made inside "projects" folder. This file contain the files you want to edit.
Make changes,
about changing the look of an app you just have to edit the images with a photo manipulation program (I'm using gimp) and some xml that contain the colours about certain things. The images that you need to change are at the res>drawable-mdpi
If you want to make changes at any .xml file,you can make them even with a simple text editor.
Compile
by pressing 11,an apk named unsigned<sth>.apk have being made at the "place-apk-here-for-modding" folder.
Sign
now move the unsinged*.apk that is inside "place-apk-here-for-modding" to "place-apk-here-for-signing" folder,go to script and press 12
Your modded apk must be ready
make changes and see what will happen
Sent from my X8 using xda premium
I will update the guide with more details later
Sent from my X8 using xda premium
nice
only got one prob..
Ronald Rosanes said:
only got one prob..
Click to expand...
Click to collapse
Thanks for point it out,I know about it and I'm trying to correct it....
I have try to fix it but I only got more errors while compiling...
Sent from my X8 using xda premium
stamatis16 said:
Thanks for point it out,I know about it and I'm trying to correct it....
I have try to fix it but I only got more errors while compiling...
Sent from my X8 using xda premium
Click to expand...
Click to collapse
It's a font bug.
Chris95X8 said:
It's a font bug.
Click to expand...
Click to collapse
Can you help me fix it?
Sent from my X8 using xda premium
Just use another font.
That's the "&" symbol, by the way.
Sent from my HTC One S using xda app-developers app
I am facing the same problem. Also no vibration.
I have changed font . Still same problem.:'(
idhbar said:
I am facing the same problem. Also no vibration.
I have changed font . Still same problem.:'(
Click to expand...
Click to collapse
Vibration works fine,hit the settings icon>KC_Keyboard settings>check vibrate on keypress
Sent from my X8 using xda premium
Hey stamatis which rom are you using in the post #2 and the theme ?
androidnerd2 said:
Hey stamatis which rom are you using in the post #2 and the theme ?
Click to expand...
Click to collapse
Gingerdx with xperia s theme by chris(but its not the latest one).
Sent from my X8 using xda premium
22/12/12 Thread Updated
added two more keyboards and made some changes
check the op guys
:victory:
stamatis16 said:
22/12/12 Thread Updated
added two more keyboards and made some changes
check the op guys
:victory:
Click to expand...
Click to collapse
Superb thanks for accepting my request to make black & red combination
Sent from my SONY WALKMAN using JellySony Rom
TAJ_Rocks said:
Superb thanks for accepting my request to make black & red combination
Sent from my SONY WALKMAN using JellySony Rom
Click to expand...
Click to collapse
I hope it's near at what you imagined

[MOD][JB]XyanogenWiz+ | CM+TW=XW

XyanogenWiz
CM+TW=XW
This project is created to allow the users to have the CM feel, while using TouchWiz.
With this theme I'm trying to reach something that no one has ever done on our phone
XyanogenWiz+
The PLUS version of this theme, is a theme which will get a new concept, after the build gets through the testing.
The PLUS version will be available for download, the same for the normal versions.
Downloads
XyanogenWix v1.3
XyanogenWiz v1.4
XyanogenWiz v2.0
XyanogenWiz v3
XyanogenWiz+ v1
How to install
1. Download
2. Place the ZIP on the SD-card.
3. Boot into custom recovery ( CWM/TWRP )
4. Make a Nandroid ( just in case )
5. Flash the zip
6. Reboot
Note to all users:
I am not responsible for any damage done to your phone. If you're so willing to try this on any other Sammy phone, go ahead but be aware of any problems you might encounter. Gingerbread users have to upgrade to JellyBean 4.1.2 first in order to use this mod
Changelog
08/12 - Started complete new build because of bootlooping problems.
08/12 - Replaced all needed images
08/12 - Changed status bar color
08/12 - Changed .xml files --> Caused recompiling problems... Restart -.-
08/12 - Removed toggle name and status
08/12 - Created new quick settings icon
08/12 - New build has seen light. Link is up!
08/13 - Changed divider colors
08/13 - Changed notification drawer colors
Jeroenvk94 said:
Hello again,
I'm here with my new mod.
The project started with TransCyan v1.0, but at v1.3 ( the first release I can give you ) I found out a better name for the project.
XyanogenWiz is a combination between CyanogenMod toggles etc and TouchWiz SystemUI.
V1.3
=> Compatible with LQE firmware
=> Changed to Project XyanogenWiz
=> Changed notification drawer toggles
=> Changed battery icon
=> Changed signal bars for wifi and data connection
=> Changed settings logo in notification drawer
=> More to come in v2.0
Screens
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to install
1. Download from https://skydrive.live.com/redir?resid=257367390A2AE1E4!128&authkey=!AO6oyyN7aTU2ysE
2. Place the ZIP on the SD-card.
3. Boot into custom recovery ( CWM/TWRP )
4. Make a Nandroid ( just in case )
5. Flash the zip
6. Reboot
Note:I am not responsible for any damage caused to your phone. I only tried this on LQE software so you try for yourself if it works on other firmwares.
Note2: If there's anything wrong with it, please report it!
Note3: the most important, DO NOT FLASH OVER GINGERBREAD
Press thanks if I helped!
Click to expand...
Click to collapse
bang bang skid skid nigga, this is nice :highfive:
Thanks bro!
Press thanks if I helped!
Mr.xD97 said:
bang bang skid skid nigga, this is nice :highfive:
Click to expand...
Click to collapse
Why u quoting the long heavy post? Please....
Sent from my GT-I9070 using xda app-developers app
TO ALL USERS:
In v1.3 on my phone I got a FC on SystemUI after a few hours.
Please report if you have that problem
Press thanks if I helped!
Which image you edited to change the background to dark blue plz quote your answer ...
Sent from my GT-I9500 using xda premium
amitnv said:
Which image you edited to change the background to dark blue plz quote your answer ...
Sent from my GT-I9500 using xda premium
Click to expand...
Click to collapse
I don't know exactly I'm not at home.
Extract the package and scroll around the images. I can't do it now, not coming home till tonight.
OT: it's 10:43AM here and I'll be gone till 8:30PM or something
Press thanks if I helped!
Upcoming Releases:
=> XyanogenWiz v1.4
=> Project Touch-PAC v1.0 ( PAC with a touch of TW ) -> In Mr.xD97 thread!
XyanogenWiz v1.4
=> Strange FC on SystemUI will be fixed
=> A little surprise for y'all
Press thanks if I helped!
Press thanks if I helped!
I'm here with my new mod.
The project started with TransCyan v1.0, but at v1.3 ( the first release I can give you ) I found out a better name for the project.
XyanogenWiz is a combination between CyanogenMod toggles etc and TouchWiz SystemUI.
V1.4
=> Made it a little more with black for ultimate CM feel.
=> Surprise: project has got a basic logo.
Screens
- v1.4!!!
How to install
1. Download from https://skydrive.live.com/redir?resid=257367390A2AE1E4!130&authkey=!ACPQhihvjRKQdtY
2. Place the ZIP on the SD-card.
3. Boot into custom recovery ( CWM/TWRP )
4. Make a Nandroid ( just in case )
5. Flash the zip
6. Reboot
Note:I am not responsible for any damage caused to your phone. I only tried this on LQE software so you try for yourself if it works on other firmwares.
Note2: If there's anything wrong with it, please report it!
Note3: the most important, DO NOT FLASH OVER GINGERBREAD
Press thanks if I helped![/QUOTE]
Press thanks if I helped!
Jeroenvk94 said:
I don't know exactly I'm not at home.
Extract the package and scroll around the images. I can't do it now, not coming home till tonight.
OT: it's 10:43AM here and I'll be gone till 8:30PM or something
Press thanks if I helped!
Click to expand...
Click to collapse
Pm me about the image when you return...
Sent from my GT-I9070 using xda premium
amitnv said:
Pm me about the image when you return...
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
I'll look it up in an hour
Sent from my GT-I9070 using Tapatalk 4 Beta
amitnv said:
Pm me about the image when you return...
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
Hey amit
I've been looking at my changelogs ( I keep an exact log of every step I take ) and I haven't found the file u were looking for.
If you want to use the grey thingy I'll give you my permission to mod this theme for your use or whatever you wanted to do with it.
Envoyé depuis mon GT-I9070 en utilisant Tapatalk 4 Beta
Anyone wanting v2.0?
It's coming up!
Envoyé depuis mon GT-I9070 en utilisant Tapatalk 4 Beta
One way or another the v2.0 XML editings didn't show up.
So it took a while for me to finally make it work.
In v2.0 nothing showed up again and the UI stayed the same.
These are the changes I made but wouldn't appear:
=> Centered clock
=> Changed clock & battery text color
=> Notifcation drawer black with 25% transparency.
If anyone is able to look into the file and PM me where my mistakes are, ro why it ain't showing any changes, the SystemUI.apk is for download here.
http://d-h.st/LVe
Jeroenvk94 said:
One way or another the v2.0 XML editings didn't show up.
So it took a while for me to finally make it work.
In v2.0 nothing showed up again and the UI stayed the same.
These are the changes I made but wouldn't appear:
=> Centered clock
=> Changed clock & battery text color
=> Notifcation drawer black with 25% transparency.
If anyone is able to look into the file and PM me where my mistakes are, ro why it ain't showing any changes, the SystemUI.apk is for download here.
http://d-h.st/LVe
Click to expand...
Click to collapse
I think you forgot to save the xml file
And yes did you actually copy the resource.arsc file to the original systemui.apk?
Edit :I haven't downloaded the link since I'm on 2G network
Sent from my GT-I9070 using xda premium
amitnv said:
I think you forgot to save the xml file
And yes did you actually copy the resource.arsc file to the original systemui.apk?
Edit :I haven't downloaded the link since I'm on 2G network
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
I used the original resources.arsc , not the one in the modded SystemUI.apk
And I checked it and the XML strings are showing what I wanna see.
Maybe there's a mistake in updater script?
Sent from my GT-I9070 using Tapatalk 4 Beta
Jeroenvk94 said:
=> Centered clock
Click to expand...
Click to collapse
For me it's the only thing for non-downloading this theme.
Nekrid said:
For me it's the only thing for non-downloading this theme.
Click to expand...
Click to collapse
The old version doesn't have centered clock.
Press thanks if I helped!
I pushed SystemUI.apk that wouldn't flash into system/app. But it resulted in a bootloop one way or another....
I guess there's something wrong in the .apk file, so the XML-editing has to start from scratch again... FML
Edit;
I've fixed the issue!!!!!!!
V2.0 will be coming sunday or monday. Tomorrow some teaser screens will arrive

[vrtheme]Sensewiz V4●Sense 5 icon●GT-N7100●MK4●Updated:31\12\2013

[vrtheme]Sensewiz V4●Sense 5 icon●GT-N7100●MK4●Updated:31\12\2013
Hello all XDA Users
Many of us don't like touchwiz cartoony icon
so i created this mod for those who don't like tw icon including me
What Does This Mod Incude
Sense 5 theme for
-Music Player
-Gallery
-Browser
-Video Player
-Phone
-Contacts
-Calculator
-S Planner
-Messages
-FM Radio
-Email
-Clock
-Voice Recorder
-Camera
-S Note
-My Files
-Downloads
-Settings
-All In Settings Icons
-Power Menu Icons
-All Status Bar Icons
-Recent App panel Icons
-Most Of The Notification Panel Toggles.
Click to expand...
Click to collapse
How To Install
-Put the zip in your sdcard
-reboot in to your recovery
-Wipe cashe(recommended)
-Wipe dalvik cashe(recommended)
-flash the zip
-reboot and enjoy
Click to expand...
Click to collapse
this mod has been tasted on MK4 Base
Flash it on your own risk
Download
http://www.mediafire.com/?w1stcybt4v0ciox
Click to expand...
Click to collapse
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Reserved
Great idea thanks mate.
I just tried on MK4 rom to see if it would work.
It didnt really.
The camera and music icons changed but the phone and messages and others didnt. Also systemui f.c a few times on boot.
The one icon I really dont like is the messages one. I have no idea why it looks ike an email, I would love to change even just that one.
please for mk4..
Flashed the system ui mod on mk4 nothing changed ,system ui fc multiple times had to re flash the entire rom. It would be nice if u create a working sense status bar icon mod for mk4 base.
Sent from my GT-N7100 using Tapatalk
Thnx for all of you guys for trying it
mk4 will be supported. in 28/11/2013
jarayn said:
Great idea thanks mate.
I just tried on MK4 rom to see if it would work.
It didnt really.
The camera and music icons changed but the phone and messages and others didnt. Also systemui f.c a few times on boot.
The one icon I really dont like is the messages one. I have no idea why it looks ike an email, I would love to change even just that one.
Click to expand...
Click to collapse
as i said i'll make the with mk4 support also i'll provide to you the stock messages apk.
but until 28/11 because i don't have much time right now
thnx again for trying the mod
Thanx i will waiting
Sent from my GT-N7100 using XDA Premium 4 mobile app
bade398 said:
as i said i'll make the with mk4 support also i'll provide to you the stock messages apk.
but until 28/11 because i don't have much time right now
thnx again for trying the mod
Click to expand...
Click to collapse
Thanks for this MOD
and we are desperately waiting for this MOD in MK4:laugh::good:
this mod will run on mk4 phoenix rom???
Mod has been updated now mk4 support.
Enjoy
Sent from my GT-N7100 using Tapatalk
bade398 said:
Mod has been updated now mk4 support.
Enjoy
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
Instaled SenseWiz(mk4) on DrKetan_Custom_ROM_V5 MK4 .
All icon change but when I try to go to setting I get the message
unfortunately,settings has stopped.
What shall I do
Thank for help
griny said:
Instaled SenseWiz(mk4) on DrKetan_Custom_ROM_V5 MK4 .
All icon change but when I try to go to setting I get the message
unfortunately,settings has stopped.
What shall I do
Thank for help
Click to expand...
Click to collapse
I think drketan rom changes the settings so you got fc it is not 100% stock.
I'm on dn3 rom works perfectly.
To solve the problem just copy secsettings app that is inside drketan rom and put it in your system/app.(fix permissions to rw-r-r) using root explorer.
If you want you can give me the secsettings app of drketan and I'll mod it to you.
Sent from my GT-N7100 using Tapatalk
bade398 said:
I think drketan rom changes the settings so you got fc it is not 100% stock.
I'm on dn3 rom works perfectly.
To solve the problem just copy secsettings app that is inside drketan rom and put it in your system/app.(fix permissions to rw-r-r) using root explorer.
If you want you can give me the secsettings app of drketan and I'll mod it to you.
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
I have to reinstall again the Rom or there is a way to find the secsetting app from drkretan rom witout reinstalling everything
Thank
griny said:
I have to reinstall again the Rom or there is a way to find the secsetting app from drkretan rom witout reinstalling everything
Thank
Click to expand...
Click to collapse
Put the rom in to your phone memory.
Open the zip of the rom using root explorer.
In the rom you can find folder called system open it then open app and search for secsettings.
Extract secsettings then copy it in to app inside system.
If you didn't know how to do this just install the whole rom(don't make a full wipe just wipe cache and dalvik).
Sent from my GT-N7100 using Tapatalk
thank you very much.
Ieverything work perfect now.
I unrar the rom.zip and find it in app directory of rom.
Best regards
griny said:
thank you very much.
Ieverything work perfect now.
I unrar the rom.zip and find it in app directory of rom.
Best regards
Click to expand...
Click to collapse
You are welcome.
Don't forget to fix permissions (rw-r-r ).
Also if you want to have the modded secsettings for drketan just upload it to me and I'll mod it to you
Sent from my GT-N7100 using Tapatalk
griny said:
Instaled SenseWiz(mk4) on DrKetan_Custom_ROM_V5 MK4 .
All icon change but when I try to go to setting I get the message
unfortunately,settings has stopped.
Click to expand...
Click to collapse
The same problem on Phoenix v.15.
bade398 said:
To solve the problem just copy secsettings app that is inside drketan rom and put it in your system/app.(fix permissions to rw-r-r) using root explorer.
Click to expand...
Click to collapse
And it's working) Thanks!
But how can i change the stat bar like on the screenshots? sorry for my English)
Status bar icon mod worked flawlessly on Dr. Ketan rom . Thank you.
Sent from my GT-N7100 using Tapatalk

4.4.2 SecContacts_OSup 240 dpi mod (dialer)

I made the SecContacts_OSup app for 240 DPI roms.
I only test this in DN3v4RC2...so I dont know if this work on others roms.
Download
https://www.dropbox.com/s/s4k95mmg0pdymf8/SecContacts_OSup_v1_240dpi.zip
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to get 240 dpi in you rom?
Look to @nitol post:
http://forum.xda-developers.com/showpost.php?p=50947488&postcount=14573
Other way (easy one) look in the google store for https://play.google.com/store/apps/details?id=com.texdroider.texdroider_dpi and change the dpi to 240.
If you like 240 dpi mode and you use stock launcher and keyboard, you need to look at this posts:
Launchers:
http://forum.xda-developers.com/showthread.php?t=2708234 by me (note this launcher its has a lot of mods and autorotation, its not perfect).
or
http://forum.xda-developers.com/showthread.php?t=2706306 by @kenet (note this launcher havo no autorotation)
Keyboards:
http://forum.xda-developers.com/showthread.php?t=2717866
Hey my others apps look wierd!!!
You need to use the AppSetting framework module to set the dpi individually per app in 320....Im working on a camera and seccontact and phone app 240 dpi version...
For multiDPI camera version 1.5 look this (and please give the thanks to @Pafcholini:
http://forum.xda-developers.com/showpost.php?p=46975905&postcount=3
Apk file is not there in the zip .plz check it.
Sent from my GT-N7100 using Tapatalk
Not working please recheck.
Sent from my GT-N7100 using XDA Premium 4 mobile app
SecContacts_OSup.apk is in zip file, but probably some mistake in updater-script and it is not replaced, You can push it manually to /system/priv-app (remember to correctly set permissions!), working correctly here
Screenshot after replacing: http://i62.tinypic.com/veaikl.png
Thanks @Cocolopes
Sorry people...I cant fix the zip...please do it like @DVB-T
I would've hit THANKS button 100 times if possible for this mod
Thank You !!!
Deleted link
Download this and push to Priv-app and give permission
Does it have anything to do with the systemui?
Because after pushing this apk I lost the brightness bar slider from notification bar...
Even the option is checked in settings> notification panel. I tried replacing original systemui apk extracted from dn3 v4rc2 rom.. nothing changed.
Sent from SG NOTE II powered with DN3 V4 RC2
BlushMaq said:
Does it have anything to do with the systemui?
Because after pushing this apk I lost the brightness bar slider from notification bar...
Even the option is checked in settings> notification panel. I tried replacing original systemui apk extracted from dn3 v4rc2 rom.. nothing changed.
Sent from SG NOTE II powered with DN3 V4 RC2
Click to expand...
Click to collapse
Everything work fine for me.
aukhan said:
Everything work fine for me.
Click to expand...
Click to collapse
Don't know what went wrong but I lost it. I'm searching for the solution..
Sent from SG NOTE II powered with DN3 V4 RC2
BlushMaq said:
Don't know what went wrong but I lost it. I'm searching for the solution..
Sent from SG NOTE II powered with DN3 V4 RC2
Click to expand...
Click to collapse
Check dn3 thread, replied there.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Cocolopes said:
I made the SecContacts_OSup app for 240 DPI roms.
I only test this in DN3v4RC2...so I dont know if this work on others roms.
Download
https://www.dropbox.com/s/s4k95mmg0pdymf8/SecContacts_OSup_v1_240dpi.zip
Screenshot:
View attachment 2688785
View attachment 2688786
How to get 240 dpi in you rom?
Look to @nitol post:
http://forum.xda-developers.com/showpost.php?p=50947488&postcount=14573
Other way (easy one) look in the google store for https://play.google.com/store/apps/details?id=com.texdroider.texdroider_dpi and change the dpi to 240.
If you like 240 dpi mode and you use stock launcher and keyboard, you need to look at this posts:
Launchers:
http://forum.xda-developers.com/showthread.php?t=2708234 by me (note this launcher its has a lot of mods and autorotation, its not perfect).
or
http://forum.xda-developers.com/showthread.php?t=2706306 by @kenet (note this launcher havo no autorotation)
Keyboards:
http://forum.xda-developers.com/showthread.php?t=2717866
Hey my others apps look wierd!!!
You need to use the AppSetting framework module to set the dpi individually per app in 320....Im working on a camera and seccontact and phone app 240 dpi version...
For multiDPI camera version 1.5 look this (and please give the thanks to @Pafcholini:
http://forum.xda-developers.com/showpost.php?p=46975905&postcount=3
Click to expand...
Click to collapse
it is not working on NC2 build. the phone app is not installed ...
thanks for the input
DVB-T said:
SecContacts_OSup.apk is in zip file, but probably some mistake in updater-script and it is not replaced, You can push it manually to /system/priv-app (remember to correctly set permissions!), working correctly here
Screenshot after replacing: http://i62.tinypic.com/veaikl.png
Thanks @Cocolopes
Click to expand...
Click to collapse
Could someone tell me the correct permissions ? Dont want to reinstall the phone just to find out the correct information
serphentos said:
Could someone tell me the correct permissions ? Dont want to reinstall the phone just to find out the correct information
Click to expand...
Click to collapse
[X] [X] [-]
[X] [-] [-]
[X] [-] [-]
you need to set that permssions in any root explorer.
Hmm strange, that's what I tried. going try to download the file again incase the archive got corrupted last time.
Thanks
Sent from my GT-N7100 using XDA Premium 4 mobile app
+1 the zip file must be corrupted. If i extract the zip the included priv-app folder couldn't be opened. Could you please fix this? Thanks in advance.
Gesendet von meinem GT-P7500 mit Tapatalk
serphentos said:
Hmm strange, that's what I tried. going try to download the file again incase the archive got corrupted last time.
Thanks
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Some mistakes In zip just extract the zip and place the sec contacts into system/priv-app and set permissions ad mentioned that will fix
Sent from my SM-G900L using Tapatalk
aukhan said:
Some mistakes In zip just extract the zip and place the sec contacts into system/priv-app and set permissions ad mentioned that will fix
Sent from my SM-G900L using Tapatalk
Click to expand...
Click to collapse
But that is the problem. The sec contacts apk could not be extracted cause the priv app folder is corrupted in the zip file itself.
Gesendet von meinem GT-P7500 mit Tapatalk
Daywalker84 said:
But that is the problem. The sec contacts apk could not be extracted cause the priv app folder is corrupted in the zip file itself.
Gesendet von meinem GT-P7500 mit Tapatalk
Click to expand...
Click to collapse
Extract it from your PC not phone then you will get the sec_contacts.apk

Categories

Resources