$$ OFFICIAL TWEAKED ROM by Dwitherell HAS BEEN RELEASED $$

sshafranko

Recognized Contributor
Feb 5, 2013
5,568
4,904
0
Little Ferry
Ok with wifi calling on and data off it sends every time. I sent 4 seperate mms and it worked with all 4. Im ok with that but I have 2 questions if someone could help...

1) was there ever a quick toggle in the notification header for wifi calling? Reason I ask is just like the Data toggle I added maybe I can do so for wificalling also. If not would it be feasible to have one on Tweaked?

2) I have an adiction of turning data off when I have a wifi connection from verizon when I didnt have unlimited that why added the Data toggle. Is there any more battery drain from having wificalling activated and does it use more resources as oppose to just using data?

If so than issue closed ill just leave data on all the time. If there is some savings than it may be worth the trouble of toggling data off and maybe adding a toggle for wificalling. Watch you guys think?

Sent from my SM-N900T
 

dwitherell

Retired Forum Moderator
May 2, 2011
4,061
9,252
0
Ok with wifi calling on and data off it sends every time. I sent 4 seperate mms and it worked with all 4. Im ok with that but I have 2 questions if someone could help...

1) was there ever a quick toggle in the notification header for wifi calling? Reason I ask is just like the Data toggle I added maybe I can do so for wificalling also. If not would it be feasible to have one on Tweaked?

2) I have an adiction of turning data off when I have a wifi connection from verizon when I didnt have unlimited that why added the Data toggle. Is there any more battery drain from having wificalling activated and does it use more resources as oppose to just using data?

If so than issue closed ill just leave data on all the time. If there is some savings than it may be worth the trouble of toggling data off and maybe adding a toggle for wificalling. Watch you guys think?

Sent from my SM-N900T
There has never been a native-to-TMobile Wifi Calling toggle (though I did make one for Note 2 Tweaked - not sure if it will be possible here yet... as I haven't looked in SystemUI yet...). I could also look into seeing if I can make data flip on for an mms when one is needed (sounds familiar...). As to the battery drain... I have enough experience with that to feel confident weighing in on the topic.
 
  • Like
Reactions: deeznutz1977

sshafranko

Recognized Contributor
Feb 5, 2013
5,568
4,904
0
Little Ferry
I guess the data flip is probably the way to go. My experience I dont use wifi calling at all as I have perfect service where I live so the toggle would be a waste for me. It may be beneficial to someone who uses it a lot as it is a bit buried in the settings unless you leave it on all the time. As for the battery savings it would bring or not bring im gonna do a bit of research and see if I can come up with some real data.

Sent from my SM-N900T
 

sshafranko

Recognized Contributor
Feb 5, 2013
5,568
4,904
0
Little Ferry
I know im just messing with you. Why dont you turn off the auto replacement in samsung keyboard settings....

Working on the debloat. So far 280mb removed and no issues. Trying to figure out what if any functionality I lost and finish it than ill post maybe tonight.

Sent from my SM-N900T
 
  • Like
Reactions: BACARDILIMON

BACARDILIMON

Senior Member
Jun 12, 2010
5,929
2,378
0
MASTIC BEACH NY
I know im just messing with you. Why dont you turn off the auto replacement in samsung keyboard settings....

Working on the debloat. So far 280mb removed and no issues. Trying to figure out what if any functionality I lost and finish it than ill post maybe tonight.

Sent from my SM-N900T
Can you please give me s voice apk.

NOTE 3
 

sshafranko

Recognized Contributor
Feb 5, 2013
5,568
4,904
0
Little Ferry
You can download TBO (TeamBlackout) app from the market. They have every google, social, store apps, tw calendar and then some all inverted, colored, clear whatever you want. Thats tough to keep up with as google has been updating their apps almost weekly. TBO keeps up with the updates although they havent updated in the past 3 weeks for some reason. I just posted on their site about it. You can also download apks directly from their site but the app is nice.

Sent from my SM-N900T
 

sshafranko

Recognized Contributor
Feb 5, 2013
5,568
4,904
0
Little Ferry
TBO is great. Love their work and they are on top of their updates.

Sent from my SM-N900T using Xparent Skyblue Tapatalk 2
Yea they usually are but havent had any updates in 3 weeks which is unusual for them. Then I checked last night and everything was updated. So all seems to be good again.

Sent from my SM-N900T
 

sshafranko

Recognized Contributor
Feb 5, 2013
5,568
4,904
0
Little Ferry
Here is what I have so far. I found only one issue but havent tested yet to find the fix. Sometimes when I reboot I get a Setup wizard has stopped message. Other than that all is good. Dont for get also you may use some of the things I removed. Obviously if you do dont remove it. If you have knox there are a total of 6 apks to remove. If you need those let me know.

Sent from my SM-N900T
 

Attachments

dwitherell

Retired Forum Moderator
May 2, 2011
4,061
9,252
0
Missed one....these are going to change because im not done yet. Also I think this totals around 260mb I beleive. Once im done ill check the exact amount.

Sent from my SM-N900T
Nice work on all of this @sshafranko - I plan on using your findings as a starting point for getting a "base" together and organizing things for eventual aroma-ish setup :)

Just throwing this out there - if you grab an app like terminal emulator, you could do something like the following:
Code:
ls /storage/extSdCard/SystemBloat/ > /storage/extSdCard/bloatlist.txt
That would throw a list out in to a text file called bloatlist on your external sdcard - might beat all the screenshots in terms of simplicity as the list grows :)
Also - that command assumes no space between System and Bloat - if there is one it would be something more like:
Code:
ls /storage/extSdCard/System\ Bloat/ > /storage/extSdCard/bloatlist.txt
Just thought I'd share.

As a general update - I've been trying to do all things not related to 2 important files (android.policy and SystemUI), leaving the hardest parts for last. I have 2-4 apks to do minor things to still, but once those are done I will be to that final 2 (really its 3 because of some important connections) files.
Of course that's just the modding side of things - there's still a ton of work to do on the packaging side - work that is being aided considerably through what has been shared in this thread!