[GUIDE][NOUGAT][ROOT] Enable Pixel Launcher Round Icon on Any Android Devices. - Android Apps and Games

Intro
This guide will help you to activate round icon on your android device. Round icon isn't provided by launcher but the app itself https://www.xda-developers.com/psa-android-7-1-circular-icon-support-is-determined-by-the-oem/. Every app that support round icon will provide two type of icon (normal and rounded), so what will we do is enabling using the round icon provided by OEM by change framework-res.apk in our devices.
List of tools that we need
1. JDK, download it here http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
2. Apktool, download it here https://ibotpeaches.github.io/Apktool/
3. Root Explorer
4. Text Editor
STEP 1 - Get the firmware-res.apk
First you need your own device firmware-res.apk, it is located here \Root\System\framework\
STEP 2 - Copy firmware-res.apk to the same folder with Apktool.jar
I recommend locate it on folder easy to located like desktop folder
STEP 3 - Decompile firmware-res.apk
Open CMD on your folder (on windows use [shift + right click -> open command window here]) that firmware-res.apk and Apktool.jar located and run this command
Code:
java -jar apktool.jar d framework-res.apk
STEP 4 - Enable round icon
Open bools.xml that located at \framework-res\res\values\bools.xml using any text editor
Edit one line of code that writted like this
Code:
<bool name="config_useRoundIcon">fasle</bool>
Become like this
Code:
<bool name="config_useRoundIcon">true</bool>
STEP 5 - Compile your framework-res.apk
Code:
java -jar apktool.jar b framework-res -c
STEP 6 - Replace old firmware-res.apk with the new one
Copy your new compiled firmware-res.apk in framework-res\dist to your Android Device \Root\System\framework\. It is recommended to backup the default framework.res-apk first
Note: It is recommended to copy it from recovery, but you can also copy it directy via root explorer but your device will restart instantly
STEP 7 - Clear the pixel launcher data
App Info -> Storage -> Clear Data
Notice
Only tested on android version 7.1.1, maybe not work on lower version because of API 25 dependencies
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"
}

This only activate round icons?

rjcreations said:
This only activate round icons?
Click to expand...
Click to collapse
Yes, I made it because there pixel icon apk on the apk mirror and gapps but round icon is firmware-res based

nashrulmalik said:
Yes, I made it because there pixel icon apk on the apk mirror and gapps but round icon is firmware-res based
Click to expand...
Click to collapse
Do not work . i'm using crdroid 7.1.1 Kenzo.

romano19 said:
Do not work . i'm using crdroid 7.1.1 Kenzo.
Click to expand...
Click to collapse
have you clear the launcher data?

nashrulmalik said:
have you clear the launcher data?
Click to expand...
Click to collapse
yes, clear data & restart my phone.

romano19 said:
yes, clear data & restart my phone.
Click to expand...
Click to collapse
Are you copyng the new firmware-res.apk that located on /firmware-res/dist folder?

nashrulmalik said:
Are you copyng the new firmware-res.apk that located on /firmware-res/dist folder?
Click to expand...
Click to collapse
of cause, i know that

romano19 said:
of cause, i know that
Click to expand...
Click to collapse
Can you upload your firmware-res.apk

nashrulmalik said:
Can you upload your firmware-res.apk
Click to expand...
Click to collapse
i upload 2 file:
1. original
https://drive.google.com/file/d/0BwRUYhZsqz8wS0JFS09FcTQ0VEE/view?usp=sharing
2. Modified
https://drive.google.com/file/d/0BwRUYhZsqz8wdWw1dEhNWTloams/view?usp=sharing
tks you

thank u ,its work
LG E975 Nitrogen OS 7.1.1

christboanerges said:
thank u ,its work
LG E975 Nitrogen OS 7.1.1
Click to expand...
Click to collapse
You're welcome, if you don't mind please hit the thanks button.

romano19 said:
i upload 2 file:
1. original
https://drive.google.com/file/d/0BwRUYhZsqz8wS0JFS09FcTQ0VEE/view?usp=sharing
2. Modified
https://drive.google.com/file/d/0BwRUYhZsqz8wdWw1dEhNWTloams/view?usp=sharing
tks you
Click to expand...
Click to collapse
I try to decompile your modified framework-res, but it still show false, try this
https://drive.google.com/open?id=0B4OA5z5MiekpRTliSUxlOEhEeGc

I dont have this line inside my bools.xml
<bool name="config_useRoundIcon">fasle</bool>

helandortega said:
I dont have this line inside my bools.xml
<bool name="config_useRoundIcon">fasle</bool>
Click to expand...
Click to collapse
Just add it to your bools.xml with "true" value

Still, didn't work. Here's the original framework-res.apk
https://drive.google.com/file/d/0B5PdI8iDG7sAbDJ5Tk9BT3VYWFk/view?usp=drivesdk

helandortega said:
Still, didn't work. Here's the original framework-res.apk
https://drive.google.com/file/d/0B5PdI8iDG7sAbDJ5Tk9BT3VYWFk/view?usp=drivesdk
Click to expand...
Click to collapse
What rom do you use? Also please upload your result

Im using a OnePlus 3 running FreedomOS based on OxygenOS 4.0.1 (Android Nougat 7.0) When this will become successful, it will help the oneplus community a lot
---------- Post added at 02:35 PM ---------- Previous post was at 02:31 PM ----------
This is the result, updated apk file with your tutorial added
https://drive.google.com/file/d/0B5PdI8iDG7sAS0cxamJ3X29NTkE/view?usp=drivesdk
---------- Post added at 02:38 PM ---------- Previous post was at 02:35 PM ----------
nashrulmalik said:
What rom do you use? Also please upload your result
Click to expand...
Click to collapse
Reply sent on my previous comment
---------- Post added at 03:01 PM ---------- Previous post was at 02:38 PM ----------
nashrulmalik said:
Just add it to your bools.xml with "true" value
Click to expand...
Click to collapse
Waiting for your reply

helandortega said:
Im using a OnePlus 3 running FreedomOS based on OxygenOS 4.0.1 (Android Nougat 7.0) When this will become successful, it will help the oneplus community a lot
---------- Post added at 02:35 PM ---------- Previous post was at 02:31 PM ----------
This is the result, updated apk file with your tutorial added
https://drive.google.com/file/d/0B5PdI8iDG7sAS0cxamJ3X29NTkE/view?usp=drivesdk
---------- Post added at 02:38 PM ---------- Previous post was at 02:35 PM ----------
Reply sent on my previous comment
---------- Post added at 03:01 PM ---------- Previous post was at 02:38 PM ----------
Waiting for your reply
Click to expand...
Click to collapse
https://drive.google.com/file/d/0B4OA5z5MiekpMmtUNUpfczEyWWs/view?usp=sharing

Still, no luck But thanks!

Related

JellyBean/ICS Framework Animation (ROOT)

Only works on JellyBlast v3.0.3!!:silly:
Here is an awesome JB?ICS Framework Animation based on JellyBlast v3.0.3. This is not for duos.
Note: Does not work in stock rom because status bar will disappear!:crying:
DO IT AT YOUR OWN RISK!:cyclops:
Download: MOD EDIT: Download Removed.
Installation guides (Please follow carefully):
1. Place zEri.zip in your sd card (not in any folder)
2. Enter recovery mode (Volume up+Lock Button+Home button)
3. Enter CWM
4. Select "Install zip from sd card"
5. Choose MOD EDIT: Download Removed.
6. "Yes"
7. Reboot your phone
After reboot, go to settings -> display -> animation ->tick "all windows animations"
lock-screen & other > animation speed > fast
:good::good:Enjoy! :good::good:
This is my first post i hope u all like it..:angel:
If you want to try on other roms and more effects go to http://forum.xda-developers.com/showthread.php?t=1923085
This is my first post!!
i believe i post this in wrong section..it should be in themes and apps section..
i dont know how to move this thread...if anyone know pm me please..
btw do have try this is awesome
http://forum.xda-developers.com/showthread.php?t=1939669
i think this is better thread for your modification
Wysyłane z mojego GT-S5360 za pomocą Tapatalk 2
This is cool...
I know I'm Awesome! Why don't you press thanks to show it?
Sent from my Galaxy Y using JELLYBLAST V3!
how do i get this silver shiny icon packet.
****If any thing helped you which asked or ported by me don't forget to press THANKS****
# sent from my puny cute little Galaxy Y#
zEr! said:
i believe i post this in wrong section..it should be in themes and apps section..
i dont know how to move this thread...if anyone know pm me please..
btw do have try this is awesome
Click to expand...
Click to collapse
Pm the moderator to move this thread to th proper section.
LITERALLY AWESOME THANX bro!
You are copier!!
zEr! said:
Only works on JellyBlast v3.0.3!!:silly:
Here is an awesome JB?ICS Framework Animation based on JellyBlast v3.0.3. This is not for duos.
Note: Does not work in stock rom because status bar will disappear!:crying:
DO IT AT YOUR OWN RISK!:cyclops:
Download: View attachment 1452313:highfive:
Installation guides (Please follow carefully):
1. Place zEri.zip in your sd card (not in any folder)
2. Enter recovery mode (Volume up+Lock Button+Home button)
3. Enter CWM
4. Select "Install zip from sd card"
5. Choose View attachment 1452313
6. "Yes"
7. Reboot your phone
After reboot, go to settings -> display -> animation ->tick "all windows animations"
lock-screen & other > animation speed > fast
:good::good:Enjoy! :good::good:
This is my first post i hope u all like it..:angel:
Click to expand...
Click to collapse
HEY!!Why you copy the post!!Here is the original post=
http://www.galaxyyarchive.info/2012/11/ics-framework-animitionroot-required.html
---------- Post added at 03:21 PM ---------- Previous post was at 02:57 PM ----------
AvijitGhosh82 said:
This is cool...
I know I'm Awesome! Why don't you press thanks to show it?
Sent from my Galaxy Y using JELLYBLAST V3!
Click to expand...
Click to collapse
hey!!Avijit Ghosh!Don't believe him..He is the copier.Here is the original post!
http://www.galaxyyarchive.info/2012/11/ics-framework-animitionroot-required.html
stop flaming and blaming!!
hacker0377 said:
HEY!!Why you copy the post!!Here is the original post=
http://www.galaxyyarchive.info/2012/11/ics-framework-animitionroot-required.html
---------- Post added at 03:21 PM ---------- Previous post was at 02:57 PM ----------
hey!!Avijit Ghosh!Don't believe him..He is the copier.Here is the original post!
http://www.galaxyyarchive.info/2012/11/ics-framework-animitionroot-required.html
Click to expand...
Click to collapse
i did this on my own and i aint bothered what u feel..!!
and also i made this happen with the help of this thread..;p (http://forum.xda-developers.com/showthread.php?t=1923085)
hacker0377 said:
HEY!!Why you copy the post!!Here is the original post=
http://www.galaxyyarchive.info/2012/11/ics-framework-animitionroot-required.html
---------- Post added at 03:21 PM ---------- Previous post was at 02:57 PM ----------
hey!!Avijit Ghosh!Don't believe him..He is the copier.Here is the original post!
http://www.galaxyyarchive.info/2012/11/ics-framework-animitionroot-required.html
Click to expand...
Click to collapse
hacker0377 is right. After doing some quick minor investigation, I came to the conclusion that zEri's "version" of ICS Framework Animation is just a renamed zip.
After extracting both of their zips, I also noticed the last modified date:
{
"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"
}
See how on both it's the same? Also if most people didn't know, you CAN change your date on your computer and if you modify a file, it will display the modification date based on your current date set on computer. So it is possible that hacker0377 could have an older date set.
Another thing is once you open the updater-script on both, and same for the MANIFEST.MF files, they both completely match.
Thread Closed, clearly stolen work.
@OP, should you have proof that you made this, please PM me.

(MOD + How to) Transparent statusbar for 9500/9505

Flash from recovery, both odexed and deodex roms supported.
Note: Latest Nova beta gives transparent statusbar without any mod.
1: Download the correct version: 9500 or 9505
2: Place the zip on internal/external sd
3: Reboot into recovery
4: Flash zip
5: Reboot
The zip will remove any systemui.odex file if its present in the system/app folder.
(Do it yourself):
1: Use apk-tools to decompile SystemUI.apk
2: If you get an error in decompiling the apk: remove the
"system_bar_settings_view.xml" and "system_bar_notification_panel_title.xml" from the layout folder
(SystemUI.apk\res\layout\). Do not forget to add the files back after compiled the modded the statusbar.
3: Go to the decompiled folder \Apk Manager\projects\SystemUI.apk\res\values
4: Open drawables.xml with Notepad++
5: Change
Code:
<item type="drawable" name="status_bar_background">#ff1e1e1e</item>
to
100 % transparent :
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
80% transparent :
Code:
<item type="drawable" name="status_bar_background">#88000000</item>
6: Compile the apk, add the 2 files back if you removed them
7: Add the apk to the updater zip.
Update: more on setting the transpancy:
A good software to get the color codes:
http://download.cnet.com/ARGB-To-Hex-Converter/3000-2192_4-10565877.html
Some numbers:
#00000000 - black with 100% transparency
#3F000000 - black with 75% transparency
#7F000000 - black with 50% transparency
#BF000000 - black with 25% transparency
{
"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"
}
Cred : Cybdani for the 9505 mod
Great !
Now we need to find deodexed rom
nice to see you here
Could you share the method you created it?I've tried to make transparent stbar on my i9505 with no success.
Thanks for your help!
hunhool said:
nice to see you here
Could you share the method you created it?I've tried to make transparent stbar on my i9505 with no success.
Thanks for your help!
Click to expand...
Click to collapse
Have a look here: http://forum.xda-developers.com/showthread.php?p=41032155#post41032155
Let me know if you still have a problem and i give it a go
Hi DocRambone. Could you bake same statusbar for odex system please. If you have a free time of course.
Regards
does it work only for root device?
thank you
bongoz said:
does it work only for root device?
thank you
Click to expand...
Click to collapse
You need to have a recovery.
avetny said:
Hi DocRambone. Could you bake same statusbar for odex system please. If you have a free time of course.
Regards
Click to expand...
Click to collapse
You should be able to use one of the systemui files from 1st post. Delete the associated odex file first, in system/app folder.
DocRambone said:
You should be able to use one of the systemui files from 1st post. Delete the associated odex file first, in system/app folder.
Click to expand...
Click to collapse
Hi ! Thank you, but I did this before writing you message.
Is not working. The status bar disappeared.
Regards.
Apply by Android Recovery ??
Thanks for the i9505 uploading.It works on my phone.
Just renamed systemui.odex and replaced the .apk from the link above.
Brilliant
Sent from my GT-I9505 using xda premium
---------- Post added at 12:32 AM ---------- Previous post was at 12:30 AM ----------
---------- Post added at 12:54 AM ---------- Previous post was at 12:32 AM ----------
avetny said:
Hi ! Thank you, but I did this before writing you message.
Is not working. The status bar disappeared.
Regards.
Click to expand...
Click to collapse
I've just tried it on my odexed rom(i9505) and works fine.
Sent from my GT-I9505 using xda premium
hunhool said:
Thanks for the i9505 uploading.It works on my phone.
Just renamed systemui.odex and replaced the .apk from the link above.
Brilliant
Sent from my GT-I9505 using xda premium
---------- Post added at 12:32 AM ---------- Previous post was at 12:30 AM ----------
---------- Post added at 12:54 AM ---------- Previous post was at 12:32 AM ----------
I've just tried it on my odexed rom(i9505) and works fine.
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
Hmm interesting. Thank you.
avetny said:
Hmm interesting. Thank you.
Click to expand...
Click to collapse
Just copied it into /system,set permission and owner,then renamed both odex and apk in /system/apps(at this point your device will be pop up some error messages >system has stopped working< ,ignore that move the apk in and reboot.
hunhool said:
Just copied it into /system,set permission and owner,then renamed both odex and apk in /system/apps(at this point your device will be pop up some error messages >system has stopped working< ,ignore that move the apk in and reboot.
Click to expand...
Click to collapse
Yes I know how to do this things.,but it's not working
thank you
avetny said:
Yes I know how to do this things.,but it's not working
thank you
Click to expand...
Click to collapse
Are you sure you've installed the right version? OP has i9500 in the attachments and i9505 in the box.com link.
---------- Post added at 09:15 AM ---------- Previous post was at 08:53 AM ----------
OP, is it possible to make a file where the notification bar is dark grey (like the original) instead of black when used with apps please? I have an i9505.
Doesn't the transparent background work properly with scrollable wallpapers? I've noticed that it works fine on the single-screen lockscreen:
But doesn't align properly with the scrollable homescreen wallpaper:
It seems to draw its background from the centre of the wallpaper:
Is there any way to fix this, or is it just an embedded feature of the transparency option?
Dosen't work for me i9500
Deodex rom
I removed .odex file and replace SystemUI.apk
How i set permission ?
This working for 9505 odex would be awesome!
It does not work on i9500
Fir3blade said:
This working for 9505 odex would be awesome!
Click to expand...
Click to collapse
Yes indee a version for 9505 stock rom will be great :victory:
pepez05 said:
Yes indee a version for 9505 stock rom will be great :victory:
Click to expand...
Click to collapse
The posted version in 1st post runs on stock 9505, make sure you delete the odex file first.
Note: I have a very slim rom for 9500 ready. Runs very smoothly. Anyone want to try?

[Guide][UPDATED][10/8]Change Xperia L System Font

Hello,
Finally, i figured it out, how to change system fonts?
No need to download any app
Check Screenshots:good:
Updated 10/8
Now you can Change font both of System+Apps
Tested only on Stock Roms
Change Whole Device Font
Requirement
1.Root
2.Text Editor (I use ES File Explorer to edit for .xml file)
Instruction
1.Download any .ttf font according to your choice from google or Dafont! For test download this font Angry Bird Font
2.I assume you've downloaded AngryBird font now change font name "angrybirds-regular.ttf" to "Roboto-Regular.ttf"
3.Move your font into "/system/fonts" replace and set permissions to "rw-r-r" (Before replace font Backup your old Roboto-Regular.ttf)
4.Now, Download Attach file extract it and move to /system/vendor/etc and set permissions to "rw-r-r"
5.Reboot your device.
It's very easy download any fonts according to your choice and rename your font name "Roboto-Regular.ttf" move into /System/fonts, set permissions to "rw-r-r" Done!
Feel free to try it and report back which effect you see.
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"
}
Sony Sketch Font
Hit Thanks button if i helped you in any way.​
I recommend the font Rosemary
this instruction is wrong-in 5. i cant have 2 files in folder fonts which have name angrybirds-regular.ttf
kris555777 said:
this instruction is wrong-in 5. i cant have 2 files in folder fonts which have name angrybirds-regular.ttf
Click to expand...
Click to collapse
bro you need to download it read instruction carefully. check instruction no.1 there's link for "angrybirds-regular.ttf"
download and move your "angrybirds-regular.ttf" "/system/fonts" and set permissions to "rw-r-r"
then go to "/system/vendor/etc" Open "system_fonts.xml"
You only need to change name.
Cheek this SS
Before
After
Perfect !
Thanks for your help
Its Worked Properly.
i install Fine Again.ttf font
Does it only change the system and launcher ? I don't see any change in apps like snapchat, ask.fm etc.
Yes only system ui not for any app installed in device.
Sent from my C2104 using xda app-developers app
can i use open type font file?
TRMG said:
can i use open type font file?
Click to expand...
Click to collapse
Nope!
Only .ttf font file supports.
While moving through ES file,it gives a EROFS error
theserpent said:
While moving through ES file,it gives a EROFS error
Click to expand...
Click to collapse
Your system partition is in Read-Only mode. Mount the system in RW mode.
damian01211 said:
Does it only change the system and launcher ? I don't see any change in apps like snapchat, ask.fm etc.
Click to expand...
Click to collapse
Now It's Possible to change System+Apps font
Check New update.
ashoksc19 said:
Now It's Possible to change System+Apps font
Check New update.
Click to expand...
Click to collapse
Bro, your my hero right now ! Working perfectly well in every app
Thanks very much !
damian01211 said:
Bro, your my hero right now ! Working perfectly well in every app
Thanks very much !
Click to expand...
Click to collapse
Glad to know that you like it :victory:
how to mount system
how to mount system. please.
---------- Post added at 10:13 AM ---------- Previous post was at 09:50 AM ----------
how can i mount system to RW and i cant find "permission". please help, i want to change my font. (( PLEASE.
What app are you using ? Use Root Explorer, you don't have to mount system. For permission in this app just long press on the file and search for permission in pop out menu.
Btw. do you have a root ?
Why its not work to hole divise?
ashconan said:
how to mount system. please.
---------- Post added at 10:13 AM ---------- Previous post was at 09:50 AM ----------
how can i mount system to RW and i cant find "permission". please help, i want to change my font. (( PLEASE.
Click to expand...
Click to collapse
ok,Click the phone/globe icon in ES File explorer.
1)Then turn on Root Explorer
2)Long press it after turning it on
3)Mount R/W
Done
I tried but it will say it is. not applicable to my device. why?
---------- Post added at 04:34 AM ---------- Previous post was at 04:29 AM ----------
damian01211 said:
What app are you using ? Use Root Explorer, you don't have to mount system. For permission in this app just long press on the file and search for permission in pop out menu.
Btw. do you have a root ?
Click to expand...
Click to collapse
maybe i dont have a root. tried to on the root explorer but it said its not applicable to my device. my phone is xperia l.
ashconan said:
I tried but it will say it is. not applicable to my device. why?
---------- Post added at 04:34 AM ---------- Previous post was at 04:29 AM ----------
maybe i dont have a root. tried to on the root explorer but it said its not applicable to my device. my phone is xperia l.
Click to expand...
Click to collapse
It's true you don't have root. xD
You need to root your phone manually. xD Here's the link root your phone, you need pc and usb cable http://forum.xda-developers.com/showthread.php?t=2307983
First root your phone then try all this stuff. :good:
if you are facing any problem with root explorer then download this one---> https://play.google.com/store/apps/details?id=com.estrongs.android.pop&hl=en

[mod][guide]☆★nfc icon on status bar★☆

{
"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 NFC ICON ON STATUS BAR​
Requirements
1. Root Explorer or any root file apk. I did mine with Root Browser
2. Have Knowledge.​
1. Go to System folder
2. CSC folder.
3. Open Feature.xml or Other.xml depending on your S4
4. Add this in under <!-- NFC -->
Code:
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
5. Save and reboot. Make sure you have NFC turn on
NFC icon
Oh this would be great to my GT-i9500 looks amazing Nfc icon i hope you can make it
dg350z said:
Oh this would be great to my GT-i9500 looks amazing Nfc icon i hope you can make it
Click to expand...
Click to collapse
any luck i would like to have this if possible
It's solved. Will edit the thread once I get home.
Great news
gypsy214 said:
It's solved. Will edit the thread once I get home.
Click to expand...
Click to collapse
oh great great news thanks for your support
It works even on I9500
Thanks!
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
On I9500 we have three types on NFC icon:
1)
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
2)
<CscFeature_NFC_StatusBarIconType>Default</CscFeature_NFC_StatusBarIconType>
3)
<CscFeature_NFC_StatusBarIconType>Cityzi</CscFeature_NFC_StatusBarIconType>
sorg said:
It works even on I9500
Thanks!
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
On I9500 we have three types on NFC icon:
1)
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
2)
<CscFeature_NFC_StatusBarIconType>Default</CscFeature_NFC_StatusBarIconType>
3)
<CscFeature_NFC_StatusBarIconType>Cityzi</CscFeature_NFC_StatusBarIconType>
Click to expand...
Click to collapse
I only seen 2 types of NFC icons on i9500 when I decompile sec settings.
The icons are there but with CSC/feature.xml is pretty much telling the system what to do. That N icon is set to ATT that is why it shows only with that line
gypsy214 said:
I only seen 2 types of NFC icons on i9500 when I decompile sec settings.
Click to expand...
Click to collapse
I don't know which FW version you've explored, but in MH1 version NFC icons (and NFC CSC code parser) are in NfcNci.apk
I went with 3rd type as more compatible with other icons. First two are too big IMHO.
Finding Csc folder
Hi gypsy214 i cant find csc folder with root browser any idea why im using odex preroot BMG1 rom even i try with root explorer but didnt found some help would be great
NFC icon
After try many ways i found other.xlm thanks to kkoolpatz its says"These features can be found in /system/csc/feature.xml
Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to /system/csc/others.xml (same directory)." but even i try modified others.xml with file explorer adding these lines says cant save the changes so i think the problem its because im using preroot and not full root but im a noob so maybe some member can advise about this
dg350z said:
After try many ways i found other.xlm thanks to kkoolpatz its says"These features can be found in /system/csc/feature.xml
Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to /system/csc/others.xml (same directory)." but even i try modified others.xml with file explorer adding these lines says cant save the changes so i think the problem its because im using preroot and not full root but im a noob so maybe some member can advise about this
Click to expand...
Click to collapse
Right forgot to mention here in the US is on Feature.xml in Canada as well as internation is on Other.xml
gypsy214 said:
Right forgot to mention here in the US is on Feature.xml in Canada as well as internation is on Other.xml
Click to expand...
Click to collapse
well well even nobody help me i got it after many search read write work but looks awesome and open full feature.xlm customization a pic to show my Nfc icon active great great after this i will make a tuto to explain better how i go it
[/url]
subir fotos a internet[/IMG]
Its a little bit confusing this, i have a i9500 also features.xlm and others.xlm can someone explain to me how to do this. Thanks a lot!
Sent from my GT-I9500 using Tapatalk 4
Ok i got it ...
<!-- NFC -->
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
This line into both files features.xlm and other.xlm and it worked..
Awesome!
Sent from my GT-I9500 using Tapatalk 4
---------- Post added at 12:23 PM ---------- Previous post was at 12:21 PM ----------
ktouy said:
Ok i got it ...
<!-- NFC -->
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
This line into both files features.xlm and other.xlm and it worked..
Awesome!
Sent from my GT-I9500 using Tapatalk 4
Click to expand...
Click to collapse
Sent from my GT-I9500 using Tapatalk 4
Tried both:
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
or
<CscFeature_NFC_StatusBarIconType>true</CscFeature_NFC_StatusBarIconType>
But I can't see the nfc icon when it is actived
What could I do?
Galaxy S4 i9505
... this is my screen, changing alone feature.xml :good:
Thanks OP, worked great on Omega 13.2
I cannot save the .xml file due to read only error. How to fix? Somebody please help..
Sent from my GT-I9500 using Tapatalk
shahransani said:
I cannot save the .xml file due to read only error. How to fix? Somebody please help..
Sent from my GT-I9500 using Tapatalk
Click to expand...
Click to collapse
use:
- Root Explorer
- RB text editor
make sure your fone is rooted:laugh:
_alex74_ said:
use:
- Root Explorer
- RB text editor
make sure your fone is rooted:laugh:
Click to expand...
Click to collapse
Okay will try it. Thanks
Sent from my GT-I9500 using Tapatalk

Samsung S8 DreamUX Theme v3

Greetings friends, It is my Samsung theme tested on the Ale95 ROM Note5 port 7.1 fix.
Install as a normal apk, wait a few minutes for the installation to finish. It is recommended to restart the device. Use any method described in the XDA forums to change the trial version to full version. Test in others roms.
Enjoy!
Link: https://www.dropbox.com/s/vwiqqzo5eeze7j2/Samsung%20S8%20Dream%20UX%20v3_Theme_M2.apk?dl=0
{
"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"
}
Nice work.....but a small problem cant see thetop right menu for some apps like contacts and some other..plz fix it
---------- Post added at 15:11 ---------- Previous post was at 15:10 ----------
It works on morphose v1 also
ace6446 said:
Nice work.....but a small problem cant see thetop right menu for some apps like contacts and some other..plz fix it
---------- Post added at 15:11 ---------- Previous post was at 15:10 ----------
It works on morphose v1 also
Click to expand...
Click to collapse
Hi, fix in the next version coming soon! Please send screenshot.
blascogm said:
Hi, fix in the next version coming soon! Please send screenshot.
Click to expand...
Click to collapse
Code:
See the two screenshots.the problem i mentioned is that i cannot see the 3 dot option dor getting the panel as seen in 2nd screenshot.plz add the fix....Also could you change the title colour from red to black...black looks good...
ace6446 said:
See the two screenshots.the problem i mentioned is that i cannot see the 3 dot option dor getting the panel as seen in 2nd screenshot.plz add the fix....Also could you change the title colour from red to black...black looks good...
Click to expand...
Click to collapse
It works fine on the ROM I'm currently using. I'll check your problem and try to fix it.
Black title text is good. :good:
blascogm said:
It works fine on the ROM I'm currently using. I'll check your problem and try to fix it.
Black title text is good. :good:
Click to expand...
Click to collapse
Anywy nice work....
V2 is ready......what are the changes?
The problem i had mentioned still exists and now in settings the title settings is not visible.....
ace6446 said:
The problem i had mentioned still exists and now in settings the title settings is not visible.....
Click to expand...
Click to collapse
Ok, I need other fix.... test thobby s8 dreamUx v5 theme.
http://www.thobbyblog.id/?m=1
ace6446 said:
V2 is ready......what are the changes?
Click to expand...
Click to collapse
Other colors themed in app.
I have a question... morphose rom is lollipop or marsmallow android system???
blascogm said:
Other colors themed in app.
I have a question... morphose rom is lollipop or marsmallow android system???
Click to expand...
Click to collapse
Lollipop
---------- Post added at 10:39 ---------- Previous post was at 10:37 ----------
blascogm said:
Ok, I need other fix.... test thobby s8 dreamUx v5 theme.
http://www.thobbyblog.id/?m=1
Click to expand...
Click to collapse
This is for marshmalllow.s4 i9500 does not have a marshmallow touchwiz rom so the above theme will not work..so i will not test it...waiting for ur fixes and more additions to the theme
ace6446 said:
Lollipop
---------- Post added at 10:39 ---------- Previous post was at 10:37 ----------
This is for marshmalllow.s4 i9500 does not have a marshmallow touchwiz rom so the above theme will not work..so i will not test it...waiting for ur fixes and more additions to the theme
Click to expand...
Click to collapse
This is for marshmallow and lollipop. View links for your version.
blascogm said:
This is for marshmallow and lollipop. View links for your version.
Click to expand...
Click to collapse
I tried it..i dont like icons with white borders
---------- Post added at 12:30 ---------- Previous post was at 11:46 ----------
V2.1 i can read settings menu...but contacts top right 3 dot option still not visible.....i can adjust that...v2.1 is good...
---------- Post added at 12:31 ---------- Previous post was at 12:30 ----------
It is strange that no one else comments on this theme
the theme is great. love it. Thanks.
ace6446 said:
I tried it..i dont like icons with white borders
---------- Post added at 12:30 ---------- Previous post was at 11:46 ----------
V2.1 i can read settings menu...but contacts top right 3 dot option still not visible.....i can adjust that...v2.1 is good...
---------- Post added at 12:31 ---------- Previous post was at 12:30 ----------
It is strange that no one else comments on this theme
Click to expand...
Click to collapse
View attachment 4153260
blascogm said:
View attachment 4153260
Click to expand...
Click to collapse
I am happy with ur theme v2.1 thanks
ace6446 said:
I am happy with ur theme v2.1 thanks
Click to expand...
Click to collapse
Perfect, sorry I can not solve the 3 dots menu in the ROM you are using in your samsung s4.
will it work on the I9506 ?
Hedi.Karray said:
will it work on the I9506 ?
Click to expand...
Click to collapse
Test in your​ i9506 and comment the results
Hi, i installed apk successfully and then anything. rebooted and nothing still happens. please help me.

Categories

Resources