[MOD/ HOW TO] SystemUI Tweaks - AT&T Samsung Galaxy S 4 Android Development

I ran into a lot of trouble getting SystemUI to recompile due to missing Strings and Styles and whatnot so I'm sharing my fully de/compilable SystemUI. It took a good amount of work getting it to recompile so I hope to save somebody some development time with this release.
I have also:
Removed the StatusBar carrier label,
res/layout/status_bar.xml:
Code:
<TextView android:textSize="15.0dip" android:textColor="#ffffffff" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" [COLOR=Red]android:maxLength="0"[/COLOR] />
Click to expand...
Click to collapse
Removed Full Battery notification,
smali/com/android/systemui/power/PowerUI.smali:
Code:
.method notifyFullBatteryNotification()V
.locals 11
.prologue
const/4 v10, 0x0
.line 882
[COLOR=Red] return-void[/COLOR]
Click to expand...
Click to collapse
To install rename existing SystemUI.apk to SystemUI.apk.bak
and SystemUI.odex to SystemUI.odex.bak
and then drop the new apk into system/app.
Mod at your own risk!
UPDATE: The attached APK is out of date and obsolete. See my dev-resources thread for an updated deodexed system installer based on the newest system release that includes this mod.

Awesome!
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2

confirmed working on ATT model. anyway to get the battery icon removed and only show the percentage? I hate having both icons there all the time
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2

You could decompile it and replace the battery images with blank 1px images. Or tweak the code if you're able.

I almost had a heart attact... Renamed SystemUI.apk and copied the modified one and the phone instantly crashed on me... Didn't even rename the odex one.
At least its all fine now, got that stupid AT&T text off my status bar. Thanks!
Now if you could make that clock smaller or take away the AM/PM, I'll be set for awhile until ROMs come our way.
Sent from my Galaxy S4

Thanks. Going yo give that a try
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2

Bjray said:
I almost had a heart attact... Renamed SystemUI.apk and copied the modified one and the phone instantly crashed on me... Didn't even rename the odex one.
At least its all fine now, got that stupid AT&T text off my status bar. Thanks!
Now if you could make that clock smaller or take away the AM/PM, I'll be set for awhile until ROMs come our way.
Sent from my Galaxy S4
Click to expand...
Click to collapse
Me too glad I quickly pasted the apk into there!
Btw thanks 4 my first mod on my s4
Sent from my SAMSUNG-SGH-I337 using xda premium
---------- Post added at 04:41 PM ---------- Previous post was at 04:34 PM ----------
Idk if it matters but I changed the permissions to the original
Sent from my SAMSUNG-SGH-I337 using xda premium

Nottach said:
I ran into a lot of trouble getting SystemUI to recompile due to missing Strings and Styles and whatnot so I'm sharing my fully de/compilable SystemUI. It took a good amount of work getting it to recompile so I hope to save somebody some development time with this release.
I have also:
To install rename existing SystemUI.apk to SystemUI.apk.bak
and SystemUI.odex to SystemUI.odex.bak
and then drop the new apk into system/app.
Mod at your own risk!
Click to expand...
Click to collapse
How did you ever get it to recompile...I'm running into the same problem..

BigDogPooh said:
How did you ever get it to recompile...I'm running into the same problem..
Click to expand...
Click to collapse
I just had to add a handful of layouts. You can find them by googling for their names (NotificationWhateverItIs).

Noob question but do I need root for this?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app

LeKtRiCzzz said:
Noob question but do I need root for this?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Yes, you'd need root to even access the system files and drop in the new apk.

Confirmed working after ATT incremental update
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2

I don't know if this is the right section for it, but please bear with me.
I've noticed that the notification bar goes solid when you use your own wallpaper. If you use the system's included wallpapers, the notification bar is transparent and you see through it to the background wallpaper.
Is there a way to get the notification bar to be transparent while using your own wallpaper? That solid bar cuts off the top part of my images.
Thanks!

importbeats said:
I don't know if this is the right section for it, but please bear with me.
I've noticed that the notification bar goes solid when you use your own wallpaper. If you use the system's included wallpapers, the notification bar is transparent and you see through it to the background wallpaper.
Is there a way to get the notification bar to be transparent while using your own wallpaper? That solid bar cuts off the top part of my images.
Thanks!
Click to expand...
Click to collapse
There are a bunch of modified SystemUI's in the Themes section with this done, but the easiest way (the way I did it) was to use Nova Launcher. The transparent notification bar has just been lifted from being a Beta feature so it can work with just making sure the right selection is made in the settings.

You can also install xposed framework app with tweakbox module.

Any way to remove the carrier label on the lockscreen?

GTRagnarok said:
Any way to remove the carrier label on the lockscreen?
Click to expand...
Click to collapse
Install Nottachs xposed module and profit!
ATT S4 Rooted. Beastin.
4.2.2

Related

[Q]Remove clock from status bar

Does anyone have the mod that removes the clock from the status bar but shows the time whenever you hold your finger on the status bar? Like what bonsai does. I wanted to put it for the syndicate rom I just flashed. Lost and tired has the mod, but it completely removes the clock from the status bar. I swore I had it before, but I can't find it for the life of me now.
If anyone can help, I'd love you forever.
I think that's cause really the mod is two changes. To remove the clock you need to flash a modded services.jar file. In order to see the clock in the status bar requires you to flash a modded framework-res.apk. Specifically, i believe the file /res/layout/status_bar.xml has been modified to add the clock there. So if you were able to remove the clock that's good for step1. Now, you could try either flashing a bonsai framework-res.apk that has the change or taking that change and moving it into your framework and reflashing. Hope that makes sense. Im assumming you meant for EB13. The process might be a little different for EE03 not sure though.
SpicyBurrito said:
Does anyone have the mod that removes the clock from the status bar but shows the time whenever you hold your finger on the status bar? Like what bonsai does. I wanted to put it for the syndicate rom I just flashed. Lost and tired has the mod, but it completely removes the clock from the status bar. I swore I had it before, but I can't find it for the life of me now.
If anyone can help, I'd love you forever.
Click to expand...
Click to collapse
ok i want this sooooo bad.... anybody wanna give this a try
You can remove the clock in any 8 lock theme by going settings > lock screen settings> status bar
And you should be able figure out the rest
Sent from my super awesomely amazing
Generation
Unsubdued
Nuclear
Drive
Assault
Module
gtuansdiamm said:
You can remove the clock in any 8 lock theme by going settings > lock screen settings> status bar
And you should be able figure out the rest
Sent from my super awesomely amazing
Generation
Unsubdued
Nuclear
Drive
Assault
Module
Click to expand...
Click to collapse
i have 6 locks mod & it has no status bar settings...how hard would it be to make the change to 8 locks??? would it be as easy as replacing the tsmparts.apk???
greenmuggy said:
i have 6 locks mod & it has no status bar settings...how hard would it be to make the change to 8 locks??? would it be as easy as replacing the tsmparts.apk???
Click to expand...
Click to collapse
No.... you would have to edit a good amount of framework.
Sent from my SPH-D700 using XDA App
deano0714 said:
No.... you would have to edit a good amount of framework.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
like how much... bc ive already edit the ish outta my framework for my themes
deano0714 said:
No.... you would have to edit a good amount of framework.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
And a good amount of smali in android.policy.jar
Sent from my SPH-D700 using Tapatalk
MysteryEmotionz said:
And a good amount of smali in android.policy.jar
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Exactly... Its not like editing images ... But if you really want to do it the pm massaging and ask him how to do it on ec05 & I'm sure hell give you some tips.
Sent from my SPH-D700 using XDA App
MysteryEmotionz said:
And a good amount of smali in android.policy.jar
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
I kno you can transfer the policy.jar thru 7zip with no compile, so could I just transfer that, tsmparts.apk, settings.apk, & the extra images for the extra lockscreens to identical in my theme???
Sent from the Trans-Epic Express
No cause the changes to policy are linked to the changes in framework-res.apk.
Also frameworks and policy.jar can not be transfered over to other builds ec05-eg22-ect
Sent from my SPH-D700 using Tapatalk
MysteryEmotionz said:
No cause the changes to policy are linked to the changes in framework-res.apk.
Also frameworks and policy.jar can not be transfered over to other builds ec05-eg22-ect
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
LOL well of course its not compatible, i wanted to know if it would work & crossing builds didnt even cross my mind, but i think i found something here http://forum.xda-developers.com/showthread.php?t=1194290 but i dunno how to work this into my theme base with 6locks & pulldown animation(made by GituSum)<-->here http://forum.xda-developers.com/showthread.php?t=1162821 or if its transferable or not bc he has 2 versions eg22/ec05. I have no idea how to dev & im a lil iffy bout it since i cant get apk manager or apk tool to work right for anything i doubt ill be able to do it myself
Edit: or would this conflict with srf1.2's 6locks mod???
SpicyBurrito said:
Does anyone have the mod that removes the clock from the status bar but shows the time whenever you hold your finger on the status bar? Like what bonsai does. I wanted to put it for the syndicate rom I just flashed. Lost and tired has the mod, but it completely removes the clock from the status bar. I swore I had it before, but I can't find it for the life of me now.
If anyone can help, I'd love you forever.
Click to expand...
Click to collapse
FWIW...As I was hoping to achieve something like this myself, here's what I dug up concerning this request.
It requires editing 2 different files in the services.jar for just about any ROM.
1. Remove the clock from the status bar.
The StatusBarPolicy.smali requires these changes:
Code:
--- StatusBarPolicy.smali 2011-08-21 00:58:15.143531002 -0500
+++ StatusBarPolicy2.smali 2011-08-21 00:58:44.775531004 -0500
@@ -831,10 +831,10 @@
move-result-object v3
- iput-object v3, p0, Lcom/android/server/status/StatusBarPolicy;->mClockIcon:Landroid/os/IBinder;
+ #iput-object v3, p0, Lcom/android/server/status/StatusBarPolicy;->mClockIcon:Landroid/os/IBinder;
.line 632
- invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V
+ #invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V
.line 635
const-string v3, "storage"
This one is thanks to ptfmedic...I checked the changes in the services.jar available on his blog, http://lostandtired.com/.
2. Add the clock by the date when the status bar is expanded.
There's 2 methods for doing this one which both require editing the DateView.smali.
Option 1 This one let's you set a date/time in a FULL, LONG, MEDIUM, or SHORT format.
Option 2 This one allows you to set whatever string you'd like based on the SimpleDateFormat.
Whoa there are you speaking human? Lol jk man I dont even know xml yet
Sent from the Trans-Epic Express
greenmuggy said:
Whoa there are you speaking human? Lol jk man I dont even know xml yet
Sent from the Trans-Epic Express
Click to expand...
Click to collapse
There's nothing like a post like that to show me how much I still have to learn!
Sent from my SPH-D700 using XDA Premium App

[MOD] Hide AM/PM in the status bar (FF02/ICS)

Thanks to theHOTNESS for the original mod on the AT&T Skyrocket; agat63 & ssconceptz for putting up with my PMs while I tested smali edits and sextape & sfhub for the awesome leaks!
After digging through the smali files from Samsung, they seem to have changed between 4.0.3 and 4.0.4 and there doesn't seem to be a quick edit to remove AM/PM. However, luckily for us the 4.0.3 modded smali works just fine on 4.0.4!
For devs:
Here's the Clock.smali you need:
http://d-h.st/iew
Drop it in com/android/systemui/statusbar/policy in the SystemUI.apk (or the classes.dex from System UI) and go!
For everyone else:
Here is a modified SystemUI.apk for stock, deodexed FF02 including this mod and nivron's 1X/3G mod:
http://d-h.st/LSv
Rename to SystemUI.apk and push to /system/app. I'll try to make a flashable ZIP later on, just not at my home PC to do it right now.
Thanks for this. I will include this in my next update with credit of course. You da man.
Awesomeness. I've been waiting for this for so long.
Thanks for this mod! Do you know if there is a way to remove the battery percentage? I tried using other battery icons but the percentage is not part of the icon it makes using other icons useless.
thefsfempire said:
Thanks for this mod! Do you know if there is a way to remove the battery percentage? I tried using other battery icons but the percentage is not part of the icon it makes using other icons useless.
Click to expand...
Click to collapse
Settings-Display-Display Bat. Percent
I'm trying to move the battery percent. If anyone can point me in the right direction please hit me up!
_dan said:
Settings-Display-Display Bat. Percent
I'm trying to move the battery percent. If anyone can point me in the right direction please hit me up!
Click to expand...
Click to collapse
I imagine it's in SystemUI, maybe in /com/android/systemui/statusbar/policy/BatteryController.smali but I can't tell where exactly.
datajosh said:
I imagine it's in SystemUI, maybe in /com/android/systemui/statusbar/policy/BatteryController.smali but I can't tell where exactly.
Click to expand...
Click to collapse
Lmao, that's funny
Can you tell us what lines of code were changed please?
tdunham said:
Can you tell us what lines of code were changed please?
Click to expand...
Click to collapse
You need to replace the Clock.smali file with the one in the OP... still works on FF18 and I can upload a modified SystemUI.apk for that one if needed.
datajosh said:
You need to replace the Clock.smali file with the one in the OP... still works on FF18 and I can upload a modified SystemUI.apk for that one if needed.
Click to expand...
Click to collapse
I'm not liking all the changes the programmers made to the ICS xml and smali files either. I'm glad this workaround works too.
Good to see you got it working.
So if I wanted to remove it without losing my themed status bar what where and what lines would I edit?
Because if I'm not mistaken, what you have in the op simply replaces what's already there so I would lose theming.
Sent from my SPH-D710 using XDA
MrDowntown12 said:
So if I wanted to remove it without losing my themed status bar what where and what lines would I edit?
Because if I'm not mistaken, what you have in the op simply replaces what's already there so I would lose theming.
Sent from my SPH-D710 using XDA
Click to expand...
Click to collapse
The OP is correct. The safest thing to replace/edit is the clock.smali in the systemui.apk.
Refer to this thread also:
http://forum.xda-developers.com/showthread.php?t=1591362

[Request] Status Bar Mod

Tried to do this earlier today and kept getting the no statusbar result.
Can somebody please do the following status bar mod for me?
I would like NO Clock, NO Battery and No GPS/Location Icon (the one that is always there, not the one that appears with GPS On/Active).
I'm currently on the NoSympathy Rom. Ive attached the SystemUI.apk
Thanks!
Pretty please? ^_^
Sent from my SCH-I535 using Tapatalk 2
mastamoon said:
Pretty please? ^_^
Click to expand...
Click to collapse
mastamoon said:
I'm currently on the NoSympathy Rom.
Click to expand...
Click to collapse
Am I the only one who finds this a bit ironic?
Sorry mastamoon, but I've not found the edits for those yet.
I can tell you that if you know how to decompile the APK... all you should need to do is comment out a few lines in the appropriate statusbar xml file...
I bet if you ask in the NoSympath ROM thread, someone could tell you exactly which files and edits need to be made.
Especially if you offer to share with other NoSympathy users.
DroidGnome said:
Am I the only one who finds this a bit ironic?
Sorry mastamoon, but I've not found the edits for those yet.
I can tell you that if you know how to decompile the APK... all you should need to do is comment out a few lines in the appropriate statusbar xml file...
I bet if you ask in the NoSympath ROM thread, someone could tell you exactly which files and edits need to be made.
Especially if you offer to share with other NoSympathy users.
Click to expand...
Click to collapse
Haha nice.
I tried for an hour or 2. I have modded apks before but couldn't get these mods to work. Hopefully somebody will be able to help me out. Really miss my TSM tweaks on my old Dinc2.
Sent from my SCH-I535 using Tapatalk 2
I tried but I couldn't get it to decompile, kept getting "bad magic values". So I downloaded the ics_Apktool and kept getting "can't create smali directory" If I can get it decompiled I can take a stab at it, although I don't have Verizon and won't be able to test it. Not sure how Verizon differs from Sprint but here is how I modded my SystemUI
No Clock
-Removed this the following from tw_status_bar_xml.
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:gravity="left|center" android:id="@id/clock" androidaddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
No Battery/No GPS
-I know its not the best way but I just replaced icons with a 1x1 pixel transparent image
Also did you make sure to copy over the original META-INF and AndroidManifest to the new apk?
I got it decompiled and I can remove the clock no problem but I'll have to look into the battery and GPS never removed them before
Sent from my SAMSUNG-SGH-I747 using xda premium
chriswill412 said:
I tried but I couldn't get it to decompile, kept getting "bad magic values". So I downloaded the ics_Apktool and kept getting "can't create smali directory" If I can get it decompiled I can take a stab at it, although I don't have Verizon and won't be able to test it. Not sure how Verizon differs from Sprint but here is how I modded my SystemUI
No Clock
-Removed this the following from tw_status_bar_xml.
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:gravity="left|center" android:id="@id/clock" androidaddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
No Battery/No GPS
-I know its not the best way but I just replaced icons with a 1x1 pixel transparent image
Also did you make sure to copy over the original META-INF and AndroidManifest to the new apk?
Click to expand...
Click to collapse
Yeah I tried a few different combos of swapping meta, manifiest and resources.arsc from old to new, still caused my statusbar to disappear.
smartguy044 said:
I got it decompiled and I can remove the clock no problem but I'll have to look into the battery and GPS never removed them before
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
I was able to decompile and recompile without issue using APK-Tool Beta so Im sure its either one of the edits or moving those files from the original apk to the new apk. Guess Ill have to try again 1 by 1.
If you go look in the Touchwiz theming sticky, all of your questions should be answered there. There is also a repacked apktool and apk manager that will work for you in that thread. The apk manager you're looking for is "wanam apk manager".
Sent from my SAMSUNG-SGH-I747 using xda premium

theme editing

Can someone help me or point me in the right direction for editing a theme? I want the Cobalt theme to have transparent status bar, transparent system backgrounds(dialer, settings...etc) just like the HoloGlass Beta but with all the nice stuff from Cobalt(https://play.google.com/store/apps/details?id=com.dustinb.theme.cobalt) (HoloGlass https://play.google.com/store/apps/details?id=com.mix3d.theme.hologlass.beta)
I'm still trying to figure this out, I've decompiled both themes, copied like 50 images from cobalt(signal, wifi...etc) to hologlass overwriting the originals, edited preview and changed the default wallpaper then recompiled, signed it, installed but the only thing that I can tell is different is the default wallpaper, everything else is the same, the preview didn't even work, just shows a red X....I don't understand.
If it's a system app you don't want to sign it. You need to preserve the original signatures if I remember correctly. Utilities like apk multi tool can do this for you when it's time to recompile. Could that be the problem?
Sent from my SGH-T999L using Tapatalk 4
Im at work....but when I get home I will tell you how to do it with 7Zip. Very easy to do
Sent from my SGH-M919 using XDA Premium 4 mobile app
DocHoliday77 said:
If it's a system app you don't want to sign it. You need to preserve the original signatures if I remember correctly. Utilities like apk multi tool can do this for you when it's time to recompile. Could that be the problem?
Sent from my SGH-T999L using Tapatalk 4
Click to expand...
Click to collapse
I didn't know a theme was a system app?
Well I was wrong, It mostly worked, most things changed except WiFi and signal bars(Which was one of the main features I wanted from cobalt) Maybe it would be easier just to take the transparent stuff from holo glass and put it into cobalt? Idk but I still need help with this...
k00lguy105 said:
I didn't know a theme was a system app?
Click to expand...
Click to collapse
It depends on what you're theming. I'm just guessing but the status bar is probably in the SystemUI.apk or SecLauncher2.apk. so to theme it would require modding the correct system app.
Sent from my SCH-I535 using Tapatalk 4
DocHoliday77 said:
It depends on what you're theming. I'm just guessing but the status bar is probably in the SystemUI.apk or SecLauncher2.apk. so to theme it would require modding the correct system app.
Sent from my SCH-I535 using Tapatalk 4
Click to expand...
Click to collapse
ok, but signing it didn't break it so idk.

[MOD][GUIDE] How To Unlock The Status-Bar Notification Panel Hidden Toggles!

★How To Unlock The Status-Bar Notification Panel Hidden Toggles★
WHAT DOES THIS MOD DO: This mod will let you unlock the status bar notification panel hidden toggles by default without the need to use any of those SQLite editor apps to add them back in.
★ Go into the system/csc folder on any rom using any root explorer or on a pc and open up "feature.xml"
★ If you don't have "feature.xml", then open up "others.xml" instead.
NOW LOOK FOR:
Code:
[SIZE="3"][COLOR="Green"]<!-- Settings -->[/COLOR][/SIZE]
ALL THE WAY AT THE BOTTOM OF <!-- Settings --> ADD THESE TWO NEW LINES BELOW!
Code:
<CscFeature_Setting_DefNotificationPanelOrder>Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode</CscFeature_Setting_DefNotificationPanelOrder>
<CscFeature_Setting_DefQuickPanelOrder>Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode</CscFeature_Setting_DefQuickPanelOrder>
IF YOUR DOING THIS ON "others.xml" ADD THOSE TWO SAME LINES RIGHT ABOVE </FeatureSet> THAT'S TOWARDS AT THE BOTTOM OF THE XML FILE.
By doing this you should now have 25 toggles in your status bar notification panel. There are two more hidden toggles which are "PersonalMode" and also "DoNotDisturb". These two toggles seem to not do anything since PersonalMode is probably used for KNOX and DoNotDisturb once you press on the toggle to disable it, you cant enable/disable it again. If you want those other two toggles for any reason just to have 27 toggles instead of 25, then here are the two lines with them in it.
Code:
<CscFeature_Setting_DefNotificationPanelOrder>Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;PersonalMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode;DoNotDisturb</CscFeature_Setting_DefNotificationPanelOrder>
<CscFeature_Setting_DefQuickPanelOrder>Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;WiFiHotspot;Brightness;PowerSaving;AllShareCast;MultiWindow;SBeam;Nfc;AirView;AirGesture;SmartNetwork;ToddlerMode;PersonalMode;DrivingMode;SmartStay;SmartScroll;SmartPause;Sync;AirplaneMode;DoNotDisturb</CscFeature_Setting_DefQuickPanelOrder>
If you want, you can also change the order of the toggles in those two lines by re-arranging them around, just make sure that they are in the same order for both the <CscFeature_Setting_DefNotificationPanelOrder> and <CscFeature_Setting_DefQuickPanelOrder> lines.
Note: I kept the toggles the same order for both lines for best results in my opinion, I haven't re-arranged them both differently so who knows it will probably work that way also, just let me know.​
Thanks much!
jjjjayd13
Awesome post. Very helpfully. The only toggle missing there is flashlight!
Any other 'specific' instructions, ie additional spaces or spacing? The process I used was to copy your lines and paste them into file.
The toggles are not taking effect for me.
TIA,
jjjjayd13, ;(
jjjjayd13 said:
Any other 'specific' instructions. The process I used was to copy your lines and paste them into file.
The toggles are not taking effect for me.
TIA,
jjjjayd13, ;(
Click to expand...
Click to collapse
It has always worked for me after doing the mod try wiping dalvik/cache in aroma and see if that works. Also how did you implemented the mod have you used a root explorer or have you done it on your pc?
Sent from my SM-N900T using Tapatalk
jovy23 said:
It has always worked for me after doing the mod try wiping dalvik/cache in aroma and see if that works. Also how did you implemented the mod have you used a root explorer or have you done it on your pc?
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
I used root explorer and tried wiping dalvik/cache but no success.
Will try later using a different ROM.
jjjjayd13,
K I'm lost.......sorry but wat two lines do I add?
Sent from my SM-N900T using XDA Premium 4 mobile app
jjjjayd13 said:
I used root explorer and tried wiping dalvik/cache but no success.
Will try later using a different ROM.
jjjjayd13,
Click to expand...
Click to collapse
It works its just that its a mod that has to do with the sqlite database meaning that when you add it, the mod will not show unless a developer adds it into their rom, perform a full wipe which resets the settings.db, and then it will then show. I will be working on a flashable.zip so the settings.db can reset itself.
Sent from my SM-N900T using Tapatalk
mr pnut said:
K I'm lost.......sorry but wat two lines do I add?
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
The only two long lines in the code part of the mod.
Sent from my SM-N900T using Tapatalk
K thx it's looks different on taptalk.
Sent from my SM-N900T using XDA Premium 4 mobile app
jovy23 said:
It works its just that its a mod that has to do with the sqlite database meaning that when you add it, the mod will not show unless a developer adds it into their rom, perform a full wipe which resets the settings.db, and then it will then show. I will be working on a flashable.zip so the settings.db can reset itself.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
You can also add in a setting that forces the new toggles into the same string the csc files are tapping into - just food for thought
Thanks for this guide jovy!
Would love to see a follow up to this on activating some of the new toggles functionality.
For instance, Personal page shows up after adding the csc code but is not functional.
Anyways Thanks again!
bajasur said:
Thanks for this guide jovy!
Would love to see a follow up to this on activating some of the new toggles functionality.
For instance, Personal page shows up after adding the csc code but is not functional.
Anyways Thanks again!
Click to expand...
Click to collapse
Yeah I played w/ that one - ultimately the bits responsible for the actual function (likely stored in an apk as I saw a name that seemed the likely target in one of those wikileak screenshot images listing out all of the /system/app contents before the note3 was released) behind that toggle are not included in the stock rom (whether it be a carrier-based version or international from what I can tell). The FC happens as it's trying to call up a class that doesn't exist in /system... would be nifty to see that work though
dwitherell said:
You can also add in a setting that forces the new toggles into the same string the csc files are tapping into - just food for thought
Click to expand...
Click to collapse
Care to explain, as to how does one go about doing that?
Walter.White said:
Care to explain, as to how does one go about doing that?
Click to expand...
Click to collapse
It would involve editing either SecSettingsProvider.apk or SecSettings.apk (those would be the two most likely targets anyway). There is a string that is stored that lists out (separated w/ a ; ) the toggles available (this is what people edit manually in the guide) that you can - via smali hacks - manipulate to force-include the toggle names. Given the wide assortment of approaches one could take on this there really isn't just one way to go about it.
It boils down to forcing it to be like this from the get go (secsettingsprovider - this is what jovy alluded to) but it would require a data wipe to see the change... or adding in an option/selection/preference to something like SecSettings and having that preference linked to some smali hacks that force in a string of your own design to make the toggles show.
I doubt this was all that helpful given how general it was... but it's a starting point I suppose
if possible try to add video call option as like as international version !
I have a feeling this is going to be in DarthStalker V7 XD for the Note 3
Sent from my SM-N900T using XDA Premium 4 mobile app
greatricky said:
if possible try to add video call option as like as international version !
Click to expand...
Click to collapse
I don't think video calls supported in the USA
nevermind, got it to work.
jovy23 said:
It works its just that its a mod that has to do with the sqlite database meaning that when you add it, the mod will not show unless a developer adds it into their rom, perform a full wipe which resets the settings.db, and then it will then show. I will be working on a flashable.zip so the settings.db can reset itself.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
any news on flashable.zip for this MOD ?

Categories

Resources