★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 ?
Related
Is there a file I can download that allows me to remove the action bar? Or do I need to use a different ROM?
Sent from my Galaxy Nexus using xda app-developers app
Maxwell3004 said:
Is there a file I can download that allows me to remove the action bar? Or do I need to use a different ROM?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
for starters, are supposed to guess what rom are you running?
sent from my i9250
The "are you jellin" ROM.
Sent from my Galaxy Nexus using xda app-developers app
Upload your framework-res.apk and I'll send you a .zip.
You can add this line to your build.prop
qemu.hw.mainkeys=1 or let Jubakuba edit your current framework.apk
jerrycycle said:
You can add this line to your build.prop
qemu.hw.mainkeys=1 or let Jubakuba edit your current framework.apk
Click to expand...
Click to collapse
Good solution...
But the harder solution is "better" in that you'll still get ICS+ optimized menu buttons. (You know, the three dots. If apps see that you "don't have" a NavBar" they don't show the three dots...since that generally means you have a hard menu button).
Decompile framework-res.apk
/res/values/dimens.xml holds three lines in relation to navbar size. Edit all three to 0.0.
Profit.
For this person your edited framework would be best. In my case I use gesture to control back, home, menu & power off/on, so the build.prop is best for me.
How do I do that?
Sent from my Galaxy Nexus using xda app-developers app
Maxwell3004 said:
How do I do that?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Use a file explorer to copy it from /system/framework/framework-res.apk
To your SD card.
Upload somewhere.
Send link.
Is possible for non-rooted? Any apk for remove the action bar? I use not any Rom .... any answers is welcome ... I appreciate it! Thanks!
Sending from Samsung Galaxy S8+
Edit: Problem solved .... I found app that called GMD Immersive Mode ... works very well!!
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
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.
Yes!! hundreds of mods work with Wanam Xposed (root required)
install xposed framwork found HERE
open the app then install the framwork
install Wanam Xposed found HERE
then enabe the module in Xposed
make your changes in Wanam Xposed
reboot and see the magic!
Here is a cool link with more info about all the exposed modules and which phone each one may work on.
http://forum.xda-developers.com/showthread.php?t=2327541
edit:
Things i've changed so far:
Notification panel: remove AP/PM, clock centered, enable circle battery, hide alarm clock, quick settings tiles changed to 6, hide indicator bars, remove gaps between tiles, disable airplane toggle popup, hide wifi notification, hide carrier label,
Lockscreen: Hide carrier label. hide full battery notification, turn on screen when unplugging( i guess this one doesn't work)
Sound: Disabe loud volum warning, disable boot sound
System: Enable 4 way reboot menu (i'm not sure what that does, maybe nothing for me)
Theme: I've changed nearly everything here, mostly i like the transparent dropdown and change the battery color
Security hacks: Fake system status to official
I've also changed many hidden settings with the app "Note 2 Hidden Settings" found HERE
In that app i've changed: extend speed dials to 100, add exit menu to browser, always request desktop site, add toggle for camera shutter sound
Member P2o8wer reports: "I tried to change the rotation of the screen in system in wanam and it caused a soft brick."
jonno95 said:
Yes!! hundreds of mods work with Wanam Xposed (root required)
install xposed framwork found HERE
open the app then install the framwork
install Wanam Xposed found HERE
then enabe the module in Xposed
make your changes in Wanam Xposed
reboot and see the magic!
Click to expand...
Click to collapse
Someone else reported that Wanam soft bricked their device.
Edit: It seems like an isolated incident.
airmaxx23 said:
Someone else reported that Wanam soft bricked their device.
Click to expand...
Click to collapse
it's working for me, but i only enabled a couple of things
I can confirm that Wanam Xposed is also working for me. Has anybody confirmed what aspect of Wanam soft-bricked the guys phone?
kal87 said:
it's working for me, but i only enabled a couple of things
Click to expand...
Click to collapse
I enabled a ton of stuff and all are working for me with no bad side affects.
working
its working, I am using the Call recording module and it works great along with a few other modules
So what is everyone enabling for mods?
airmaxx23 said:
Someone else reported that Wanam soft bricked their device.
Click to expand...
Click to collapse
Where did you see this?
so far worked for me, and everything i've tried... some options don't work, but never soft bricked anything...
BotsOne said:
Where did you see this?
Click to expand...
Click to collapse
In the "how to root thread", it's worked fine for me though.
Yeah I went ahead and installed. I'm using a bunch of mods with no issues so far.
Sent from my SM-N900V using XDA Premium 4 mobile app
Anyone make a list of what mods they using?
Sent from my SM-N900V using Tapatalk now Free
Rootuser3.0 said:
Anyone make a list of what mods they using?
Sent from my SM-N900V using Tapatalk now Free
Click to expand...
Click to collapse
I've updated the OP with settings i've changed.
jonno95 said:
I've updated the OP with settings i've changed.
Click to expand...
Click to collapse
does the exit browser show up with chrome?
Sent from my SM-N900V using Tapatalk now Free
I've noticed the turn on screen when unplugging or plugging doesn't work. My device still toggles on when I plug it in. Also the SMS screen off options enable does nothing
Sent from my SM-N900V using Tapatalk 2
Anyone know how to change brightness slider color?
Sent from my SM-N900V using Tapatalk now Free
I've changed everything on the status bar to white and I enabled the no security exchange. The only issue is everything I open exchange it force closes then I can open it again. I'm going to disable that one and use a script someone else posted to remove security.
Sent from my SM-N900V using XDA Premium HD app
smalltownbird said:
I've changed everything on the status bar to white and I enabled the no security exchange. The only issue is everything I open exchange it force closes then I can open it again. I'm going to disable that one and use a script someone else posted to remove security.
Sent from my SM-N900V using XDA Premium HD app
Click to expand...
Click to collapse
When you in check that auto on to off for the brightness slider it turns the color to blue I just got rid of slider through the settings/display
Sent from my SM-N900V using Tapatalk now Free
thunderbread said:
does the exit browser show up with chrome?
Sent from my SM-N900V using Tapatalk now Free
Click to expand...
Click to collapse
no, just the samsung browser
Has anyone lost the ability to "edit" the multi window bar / list with apps (either remove or add)?
I cannot add or remove apps on my multi-window bar - just noticed this this morning. Everything else functions with MW tho...
**Issue Solved**
Inverted TouchWiz Apks For T-Mobile Stock Deodexed MI7
I thought I'd make these fully inverted stock themed apks (somewhat stock themed anyway)
for those that would prefer not to use a theme, but would like to use their dark counterparts.
Warning!
These are just stock deodexed MI7 apks with no additional mods included.
If your current apks are modded in anyway, those mods will need to be re-added to these apks.
How to
Download zip to your phone
Reboot into custom recovery
Make a backup or at least back up the apks that will be replaced.
Flash zip
Reboot
SecContacts and SecPhone apks
http://sourceforge.net/projects/note3900t/files/Mods/Inverted_Stock_ContactsPhone_MI7.zip/download
SecMms apk
http://sourceforge.net/projects/note3900t/files/Mods/Inverted_Stock_Mms_MI7.zip/download
SamsungIME apk (Samsung keyboard)
http://sourceforge.net/projects/note3900t/files/Mods/Inverted_Stock_SamsungIME_MI7.zip/download
FlashBarService apk (Multi Window)
http://sourceforge.net/projects/note3900t/files/Mods/Inverted_Stock_FlashBarService_MI7.zip/download
I won't have a problem sharing these, but if you would like to include them in your rom or use them as a base for a theme, please ask first.
There were hundreds of xmls edited to achieve this and not to mention digging for the smali files that also needed to be changed. I just ask for some courtesy.
Thanks and enjoy!
Oh and don't forget to smash that thanks button
Just in case.
Thanks
Sent from my SM-N900T using Tapatalk
It makes my brain hurt to think of how much work this would be - nice job and many thanks!
looks awesome as usual foreverloco
sent from my ??????? note 3?
dwitherell said:
It makes my brain hurt to think of how much work this would be - nice job and many thanks!
Click to expand...
Click to collapse
Lol! Thanks man!
deeznutz1977 said:
looks awesome as usual foreverloco
sent from my ??????? note 3?
Click to expand...
Click to collapse
Thanks dude
Somebody plz help. I flashed both zips. Love the inverted look. When I try typing in the messaging app I cant see my text. Its not white like in screen shots. Is there a fix for this? Thanks in advance
Sent from my SM-N900T using XDA Premium 4 mobile app
transporterman said:
Somebody plz help. I flashed both zips. Love the inverted look. When I try typing in the messaging app I cant see my text. Its not white like in screen shots. Is there a fix for this? Thanks in advance
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Are you running a odexed rom? These were meant for deodexed stock. You're going to have delete the odex file for the mms in the system/app folder of your phone.
If you also flashed the contacts and phone zip, then you're going to have to delete the odex files for the SecContacts and SecPhone too.
Can I flash these with Jedi or stock only?
kevinat0r said:
Can I flash these with Jedi or stock only?
Click to expand...
Click to collapse
Bump
kevinat0r said:
Can I flash these with Jedi or stock only?
Click to expand...
Click to collapse
radron said:
Bump
Click to expand...
Click to collapse
I'm pretty sure it will work fine Jedi is a stock.. Even if it doesn't just have a backup and just restore system.
Better question is will it work on tweaked? loco..
sent from my ??????? note 3?
kevinat0r said:
Can I flash these with Jedi or stock only?
Click to expand...
Click to collapse
radron said:
Bump
Click to expand...
Click to collapse
Should work fine, but not sure if Jedi has any mods done to those apks, so I would suggest making a backup just in case.
deeznutz1977 said:
Better question is will it work on tweaked? loco..
sent from my ??????? note 3?
Click to expand...
Click to collapse
Ummm... I've already sent some files to Dwith for Tweaked V2
You know that beast needs to have its own apks modded unless you wanna break something
Updated the SecMms.zip.
I forgot to invert the text color in the font size settings screen for the widget. My bad
Inverted MMS & Contacts look awesome! (I'm not using the TW Dialer because it doesn't display properly with the Nav Bar mod) Thanks ?
Sent from my SM-N900W8 using Tapatalk 2
Updated the contacts and phone apks.
Made the contacts dialer and phone in call dialer look more like the international ones. New screen shots were updated in the OP.
shaggyskunk said:
Inverted MMS & Contacts look awesome! (I'm not using the TW Dialer because it doesn't display properly with the Nav Bar mod) Thanks ?
Sent from my SM-N900W8 using Tapatalk 2
Click to expand...
Click to collapse
A trick to get the navbar mod to look better with some of the apks is to make the size of it smaller in the dimes.xml of the framework-res.apk.
foreverloco said:
Updated the contacts and phone apks.
Made the contacts dialer and phone in call dialer look more like the international ones. New screen shots were updated in the OP.
A trick to get the navbar mod to look better with some of the apks is to make the size of it smaller in the dimes.xml of the framework-res.apk.
Click to expand...
Click to collapse
You're a Star!! Thank You ?
It's not that the Nav Bar is too big - But the dialer keypad & the most recent call in the logs gets cut off..
If you like - I can post a pic of the dialer that I'm currently using? It fits, as does the last call logs - It's just the color that I'd like to be black and white.... Let me know. ?
Sent from my SM-N900W8 using Tapatalk 2
Hey forever loco check ur pm
TWEAKED 1.0 NOTE 3
shaggyskunk said:
You're a Star!! Thank You ?
It's not that the Nav Bar is too big - But the dialer keypad & the most recent call in the logs gets cut off..
If you like - I can post a pic of the dialer that I'm currently using? It fits, as does the last call logs - It's just the color that I'd like to be black and white.... Let me know. ?
Sent from my SM-N900W8 using Tapatalk 2
Click to expand...
Click to collapse
While this is not the inverted/international-ed version, just for reference this is what @foreverloco was referring to as the workaround of sorts regarding the dialer. Yes things are still cut off, but the bottom dialer buttons are there enough to be usable anyway. Darn TW non-adjusting dialer/camera...
I tucked the screenshot in some hide tags below -
dwitherell said:
While this is not the inverted/international-ed version, just for reference this is what @foreverloco was referring to as the workaround of sorts regarding the dialer. Yes things are still cut off, but the bottom dialer buttons are there enough to be usable anyway. Darn TW non-adjusting dialer/camera...
I tucked the screenshot in some hide tags below -
Click to expand...
Click to collapse
Did you edit the build.prop to add the additional soft keys to the Nav Bar (I'm guessing Yes) - Would you mind sharing what the edit was (I'm interested in adding the Menu to the Right side of the Nav Bar.
I'm using a 3rd party Dialer - And both the Dialer & Logs are properly displayed - Yeah - Samsung.....
Sent from my SM-N900W8 using Tapatalk 2
shaggyskunk said:
Did you edit the build.prop to add the additional soft keys to the Nav Bar (I'm guessing Yes) - Would you mind sharing what the edit was (I'm interested in adding the Menu to the Right side of the Nav Bar.
I'm using a 3rd party Dialer - And both the Dialer & Logs are properly displayed - Yeah - Samsung.....
Sent from my SM-N900W8 using Tapatalk 2
Click to expand...
Click to collapse
Yeah I don't know why they didn't allow for the resizing... it's rather annoying (nice dialer btw).
The screenshot there is the result of a bit of work actually - I set it up so that you don't need to change the build.prop to get the navkeys to show at all (can turn them on/off via checkbox/powermenu), and then smali-hacked things to force all 4 buttons to show (and to eliminate the overflow menu button bit that showed in places like SecSettings and SecContacts). I also didn't really follow the navbar guide that's posted exactly - I just added in the missing images (pulled from a CM11 build) and edited the SystemUI /res/drawable xmls to point to those images... the layout xml I didn't change at all.
Sorry for the off-topic stuff