[DEV] [MOD] [HOW-TO] Remove connection optimizer spyware - Note2 MA7 - Sprint Samsung Galaxy Note II

Please give thanks/credit if you use this in your ROM - Donations are also appreciated!
Some may argue this but I find the connection optimizer to be spyware'ish with everything it tracks does in the background. I can handle my WiFi connections myself and do not need my phone automatically jumping onto an open WiFi access point. I prefer to use a VPN connection when using open WiFi so all of my traffic is encrypted and prevents the script kiddies from sniffing my traffic in public places.
Connection Manager still runs even if you turn it off/opt-out. This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.
Decompile SecPhone.apk (there a few files that need to be corrected to recompile. Search XDA as there are already threads on this)
Edit SecPhone/smali/com/android/phone/PhoneFeature.smali and modify the one line:
Code:
const-string v8, "sprint_connections_optimizer"
invoke-virtual {v5}, Ljava/lang/Boolean;->booleanValue()Z
move-result v1
if-nez v1, :cond_2d
invoke-virtual {v7}, Ljava/lang/Boolean;->booleanValue()Z
move-result v1
if-eqz v1, :cond_50
:cond_2d
[COLOR="Red"]--const/4 v1, 0x1[/COLOR]
[COLOR="Green"]++const/4 v1, 0x0[/COLOR]
:goto_26
If you like this MOD and would like to see others please consider a donation via my profile. I encourage other developers to share their work in How-To's as well.

You can also disable the program through Settings > Applications > All and choose disable. Does not require Root.
Sent from my SPH-L900 using xda app-developers app

xKrisx said:
You can also disable the program through Settings > Applications > All and choose disable. Does not require Root.
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
Correct but I prefer the method of not being there at all.

jd14771 said:
if anybody get a chance to do this and is kind enough to mirror a copy of the modified sec.phone.apk, that would be much appreciated. cheers.
Click to expand...
Click to collapse
I have one here (includes the roaming notification removal as well).
http://forum.xda-developers.com/showpost.php?p=38866068&postcount=158

Freeze it with Titanium

MikeyLee said:
Freeze it with Titanium
Click to expand...
Click to collapse
Or how about have the ROM Dev not include it? No freezing required.

I usually remove it with titnium backup.. are there other files that need to be removed as well?
Sent from my SPH-L900 using xda premium

z31k said:
I usually remove it with titnium backup.. are there other files that need to be removed as well?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
From the OP:
This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.

Awesome, thanks!
Sent from my SPH-L900 using Tapatalk 2

Awsome job again thanks again for all of the hard work
Sent from my SPH-L900 using xda premium

Yea digi great work yet again, appreciate you sharing it as well... Thank you as this type of thing is a big peeve of mine as well.

Glad to see you guys enjoy these. I have a few other ones planned. It makes things easier for devs to focus on additional features and not reinventing the wheel plus we have them documented for future ROM bases.
If anyone has any suggestions for mod guides let me know and I'll look into doing them.

digiblur said:
Glad to see you guys enjoy these. I have a few other ones planned. It makes things easier for devs to focus on additional features and not reinventing the wheel plus we have them documented for future ROM bases.
If anyone has any suggestions for mod guides let me know and I'll look into doing them.
Click to expand...
Click to collapse
Thank you for how to's, I hate it when someone posts just the file. It helps out on those of us with less experience!
Sent from my SPH-L900 using Tapatalk 2

Worked great thanks....
sent From My LabRats Edition Galaxy Note 2
{
"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"
}

Digi do you have gtalk? I would like to pick your brain if you don't mind.
check out our rom website, http://updater.team-nocturnal.com/labrats/

fryingpan0613 said:
Digi do you have gtalk? I would like to pick your brain if you don't mind.
check out our rom website, http://updater.team-nocturnal.com/labrats/
Click to expand...
Click to collapse
I guess I need to finally install this as someone else asked me the same thing.
Sent from my little Note2

digiblur said:
I guess I need to finally install this as someone else asked me the same thing.
Sent from my little Note2
Click to expand...
Click to collapse
It's the easiest way to talk to people without giving your number to a million people
check out our rom website, http://updater.team-nocturnal.com/labrats/

digiblur said:
I guess I need to finally install this as someone else asked me the same thing.
Sent from my little Note2
Click to expand...
Click to collapse
Agreed! Hit me up when you do
Sent from my SPH-L900 using xda premium

Installed it and it seems to be working.
Sent from my little Note2

the_plattypus said:
Agreed! Hit me up when you do
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
NO HOMO!!!:highfive:

Related

[FIX] S Voice App "Network Error"

After installing the S Voice app, use a root explorer app to edit your build.prop to mimic that of the SGSIII. SEE POST #5 FOR PIC GUIDE.
Change...
ro.product.model=(Your Device)
To...
ro.product.model=GT-I9300
Do the same with line ro.product.device
Save changes and exit app. Reboot device and enjoy.
EDIT: Its been reported that this may cause GWallet not to function!!
Modified APK Courtesy of pHaez. Thanks B.
GDrive Mirror Courtesy of Waldos
For the purpose of disclosure on what was modified, and for those that wish to make the changes manually, you can use apktool to decode the apk, then edit smali/com/vlingo/sdk/internal/deviceinfo/PhoneInfo.smali and modify:
"method public getModel()" and "method public getDeviceID()". Right before the return at the bottom of each function, put: const-string v1, "GT-I9300" (replace v1 with the value the return uses, v0 for getModel, v1 for getDeviceID.
~pHaez
Click to expand...
Click to collapse
Sent from my GT-I9300 using Tapatalk 2
thanks a lot man, but for the noobs like me, would you mind posting the file path to get to the build.prop?
/system/build.prop
What he^^^ said.
Sent from my GT-I9300 using Tapatalk 2
Here's a visual step by step...
{
"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"
}
Reboot...
Sent from my GT-I9300 using Tapatalk 2
I can't edit.. Running miui 2.5.18
Sent from my Galaxy Nexus using Tapatalk 2
Hey it works, but mine seems to have lost voice feedback
kentamayo said:
Hey it works, but mine seems to have lost voice feedback
Click to expand...
Click to collapse
Tap the icon in the lower left corner.
Sent from my GT-I9300 using Tapatalk 2
Ahmato27 said:
I can't edit.. Running miui 2.5.18
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Make sure you set /system/ as RW
Sent from my GT-I9300 using Tapatalk 2
It worked
Sent from my GT-I9300 using Tapatalk 2
Thanks for posting this... I'm wondering a couple of things:
- why did it work for a good 13 or 14 hours with no problem, through a few reboots, and never once give a network error -- and then suddenly start showing this, to me and to several other folks round the same time?
- if I modify build.prop as described, what's the potential impact on other operations on my Galaxy Nexus? Will other software get screwed up, thinking it's on a phone that's different than what it's really on?
Thinking about the first question brings me back to my earlier speculation that perhaps Samsung or Vlingo was filtering communication based on the S Voice unique ID -- but that was pretty much disproved. Now I'm wondering whether Vlingo is filtering traffic for this app based on device type, and is restricting it - for the moment - to S3 devices...
BlackElvis79 said:
Tap the icon in the lower left corner.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Thanks OP. Working for me now, sort of. Weather seems to think I'm in Cambridge, Massachusetts.
Only 750 km's from my house. haha
BlackElvis79 said:
Tap the icon in the lower left corner.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Wait... I redid everything and restarted... it's all good now! WOOT!
Cheers!
thanks for this
It sorta works now, but it's still not allowing me to set alarms/reminders via S-Voice
Just a quick question.. Does Lockscreen wake work on the galaxy Nexus?
Sent from my GT-I9300 using Tapatalk 2
jonstrong said:
Thanks for posting this... I'm wondering a couple of things:
- why did it work for a good 13 or 14 hours with no problem, through a few reboots, and never once give a network error -- and then suddenly start showing this, to me and to several other folks round the same time?
- if I modify build.prop as described, what's the potential impact on other operations on my Galaxy Nexus? Will other software get screwed up, thinking it's on a phone that's different than what it's really on?
Thinking about the first question brings me back to my earlier speculation that perhaps Samsung or Vlingo was filtering communication based on the S Voice unique ID -- but that was pretty much disproved. Now I'm wondering whether Vlingo is filtering traffic for this app based on device type, and is restricting it - for the moment - to S3 devices...
Click to expand...
Click to collapse
So far, I've gone thru all of the apps on my device and haven't had any FC's. I'm currently downloading a few from market to see if there's any issues with that.
Hopefully, Sammie doesn't start filtering based on something else.
Sent from my GT-I9300 using Tapatalk 2
AverageCanadian said:
Thanks OP. Working for me now, sort of. Weather seems to think I'm in Cambridge, Massachusetts.
Only 750 km's from my house. haha
Click to expand...
Click to collapse
I usually ask for the weather by, "What's the weather in...?" If I just ask the weather without stating a location, it times out.
Sent from my GT-I9300 using Tapatalk 2
FC
I did the above and i don't get a network error but i get a FC when the answer starts to come back from any questions. tks,
If you are getting FCs after making the the build.prop changes and rebooting just reinstall the apk and that should fix everything.

[DEV] [MOD] [HOW-TO] Fully Remove Sprint Connection Optimizer - MC3

First lets give a little shout out to digiblur for the original mod found on the NoteII.
That thread can be found here - http://forum.xda-developers.com/showthread.php?t=2188928
So what I did is modify the smali coding to make this work for us on the Galexy SIII. As I found it to be a little different, I decided to write this for anyone who wanted this mod, but could not figure it out trying to use digiblurs method. I also find this to be a very annoying little feature....and a battery sucker as well. And because simply removing and or freezing the app will cause a fc in Settings/Mobile Networks.
This tut. will assume already that you know how to use apktool and or smali/baksmali.
Decompile SecPhone.apk or baksmali classes.dex from SecPhone.apk
Navigate to and edit smali/com/android/phone/PhoneFeature.smali
There are three lines that must be edited.
Code:
const-string v6, "sprint_connections_optimizer"
invoke-virtual {v7}, Ljava/lang/Boolean;->booleanValue()Z
move-result v2
[COLOR="Red"]--if-nez v2, :cond_58[/COLOR]
[COLOR="Lime"]++if-nez v2, :cond_60[/COLOR]
invoke-virtual {v9}, Ljava/lang/Boolean;->booleanValue()Z
move-result v2
[COLOR="Red"] --if-nez v2, :cond_58[/COLOR]
[COLOR="Lime"]++if-nez v2, :cond_60[/COLOR]
invoke-virtual {v10}, Ljava/lang/Boolean;->booleanValue()Z
move-result v2
[COLOR="Red"]--if-nez v2, :cond_58[/COLOR]
[COLOR="Lime"]++if-nez v2, :cond_60[/COLOR]
const/4 v2, 0x0
And thats it. Basically what your are doing is telling the switch to point from :cond_58 to :cond_60
:cond_58 = const/4 v2, 0x1
:cond 60 = const/4 v2, 0x0
Recompile SecPhone.apk / smali classes.dex
Now you can delete the ConnectionManager.apk from system/app folder without any fc in your settings.
Enjoy...:good:
Please give thanks/credit if you use this in your ROM
Heres a flashable zip for those apktool impaired....
http://d-h.st/cIW
First. Yea yuh!
Sent from my SPH-L710 using xda premium
Frostacious said:
First. Yea yuh!
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
lol....Well hopefully you will find this useful.
Sent from my SPH-L710 using xda app-developers app
Thanks gruesome wolf. I've tried to uninstall and got force closes.but I will try this thanks again
Sent from my SPH-L710 using xda premium
This works great thanks
Sent from my SPH-L710 using xda premium
Awesome as always Gruesome! :good:
rompnit said:
Awesome as always Gruesome! :good:
Click to expand...
Click to collapse
Thanks man. That connection optimizer drives me absolutely crazy.
Sent from my SPH-L710 using xda app-developers app
.zip please. Lol
Sent from my SPH-L710 using xda app-developers app
I'm definitely going to have to do this. Thanks a lot. That thing was annoying.
Sent from my SPH-L900 using Tapatalk 2
TheDudeAbides said:
.zip please. Lol
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
zip added to op
gruesomewolf said:
Heres a flashable zip for those apktool impaired....
http://d-h.st/cIW
Click to expand...
Click to collapse
That would be me Thanks!
**Does whatever a spider can...
LIKE A BOSS!**
soo.... im guessing this is for MC3 only or would it work on MB1?
therenegadenail said:
soo.... im guessing this is for MC3 only or would it work on MB1?
Click to expand...
Click to collapse
Should work just fine in mb1 also, backup before flashing just in case though... BUT... I have mine frozen and don't get any fc, the option for connection optimizer is just grayed out....
{
"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"
}
either way though, great find!
SPRINT GS3 FAQ
GRU should we unfreeze or reinstall it before the flash? Also I'm on the MOAR ROM should it be fine with this ROM?
Sent from my SPH-L710 using xda premium
5FOOTER said:
GRU should we unfreeze or reinstall it before the flash? Also I'm on the MOAR ROM should it be fine with this ROM?
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Moar is still mb1 based. ...so I'm not sure about that. Make a back up first. The script will delete the connection manager from system app for you.
Sent from my SPH-L710 using xda app-developers app
gruesomewolf said:
zip added to op
Click to expand...
Click to collapse
Odexed? Deodexed?
5FOOTER said:
GRU should we unfreeze or reinstall it before the flash? Also I'm on the MOAR ROM should it be fine with this ROM?
Click to expand...
Click to collapse
Just flashed using MOAR V2.4 worked just fine.
Sent from my SPH-L710 using Tapatalk 2
Thanks for the zip.. Kuzz like you mentioned I'm impaired ..
Funny, I first stumbled across the FC in networks menu yesterday and was meaning to research it today. I completely deleted C manager when I installed the rom.
// Galaxy S3 SPH-L710 // KT747 ktoonservative-NOOP 1728Mhz + TK Mod + scaling tweaks // entropy + DNS // fsTRIM // MOAR // sent from xda premium
DurhamHusker said:
Odexed? Deodexed?
Click to expand...
Click to collapse
Deodexed
Sent from my SPH-L710 using xda app-developers app

New hangouts app replaces talk.

https://play.google.com/store/apps/...medium=CTA&utm_term=&utm_campaign=landingpage
can anyone get this to install mine just says open....
delete talk and install hangout. mine said the same thing until I deleted it and reinstalled hangout.
Sent from my SPH-L710 using xda premium
bonebeatz1234 said:
delete talk and install hangout. mine said the same thing until I deleted it and reinstalled hangout.
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
actually got it to update by going to the web and pushing the install from there..
This new app is atrocious..
Sent from my SPH-L710 using Tapatalk 2
This is stupid. I know saying hey you want to GTalk? Now what I'm I suppose to say? Hey want to Google Hangout?
please upload apk here, because it says not available for your device on play store..
Originalas said:
please upload apk here, because it says not available for your device on play store..
Click to expand...
Click to collapse
http://db.tt/1Wx7QTer
Sent from my SPH-L710 using Tapatalk 2
It's kinda cool. Some people I talk to on there isn't there now though.
Sent from my SPH-L710 using xda premium
.Bambino said:
This is stupid. I know saying hey you want to GTalk? Now what I'm I suppose to say? Hey want to Google Hangout?
Click to expand...
Click to collapse
Ghang is what you say all the cool kids are doing it.
You settle 4 less I want M.O.A.R.
I like it better than talk
Sent from my SPH-L710 using Tapatalk 2
Rats
*
{
"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"
}
THE PROBERS THEME with Multi View Morph
Multi-Window Theme's, Pulldown Backgrounds, Frameworks, and Morphs zips
MOAR ROM Defining / MultiWindow / Multimod / Morphology
Multi View Tool - cover art theme
I wonder if there's a way to export the emoji keyboard off the app and make it a standalone apk for use anywhere
Sent from my SPH-L710 using xda app-developers app
Thought it was supposed to be a text replacement or an all in one thing
Sent from my SPH-L710 using xda app-developers app
I am getting duplicate notifications, one for Hangouts, and one for Talk, although the Talk one wont open...is anyone else having this issue?
XxSilent.NightmarexX said:
I wonder if there's a way to export the emoji keyboard off the app and make it a standalone apk for use anywhere
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
That would be awesome. I love these emojis!
Jess813 said:
I am getting duplicate notifications, one for Hangouts, and one for Talk, although the Talk one wont open...is anyone else having this issue?
Click to expand...
Click to collapse
Go into system/apps and delete talk.apk. I had the same issue until I did that.
.Bambino said:
That would be awesome. I love these emojis!
Go into system/apps and delete talk.apk. I had the same issue until I did that.
Click to expand...
Click to collapse
Which method would you recommend for this? Titanium backup?
I'm finding the new Hangouts to be very aesthetically pleasing. However, my only gripes with the application is that there is no indicator of who is online/offline and no ability to sign out. Otherwise, I really love what Google is doing / planning to do.
Jess813 said:
Which method would you recommend for this? Titanium backup?
Click to expand...
Click to collapse
No get a root file explorer navigate to system/app and delete talk. Simple as that.
Sent from my SPH-L710 using Tapatalk 2
Jess813 said:
Which method would you recommend for this? Titanium backup?
Click to expand...
Click to collapse
cbass15 said:
No get a root file explorer navigate to system/app and delete talk. Simple as that.
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Yup! What he said. Thanks cbass15.
NYCHitman1 said:
I'm finding the new Hangouts to be very aesthetically pleasing. However, my only gripes with the application is that there is no indicator of who is online/offline and no ability to sign out. Otherwise, I really love what Google is doing / planning to do.
Click to expand...
Click to collapse
Hard time theming it too, they have done something weird to it and everytime I try, then install it, it either cannot connect or it FC's.
Recompiling also threw some weird errors that I fixed, but still cannot get a clean/functioning install.

[MOD] Google Wallet fix (ALL VARIANTS..TMOBILE, ATT, AND VERIZON confirmed)

First and foremost i would like to say that i did not do this alone. With the help of Ogdobber, we got it working! its only right that i give half the credit to him! Since the first day owning this device, i tried numerous times to try and get it working, and now finally here it is!!
[THIS SHOULD WORK ON ALL VARIANTS (VERIZON AND ATT) WITH A CUSTOM RECOVERY, HOWEVER ITS TESTED FOR SURE ON TMOBILE]--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
INSTRUCTIONS.. (MUST BE ON A DEOXDED TOUCHWIZ ROM. stock odexed roms will not work with this fix! I am running wicked V2 and it is confirmed working..)
10/5/2013 update.... Due to the new wallet verson, a build.prop change is NOT necessary... this can now be simplified into 2 very easy setep.
Step 1 .. Download my lib fix file and the modified wallet zips here..
https://www.dropbox.com/s/gvm9pvjqmo1j9j1/sgs4-lib_fix-w1.6-R96-v13.zip
https://www.dropbox.com/s/y8x1w9v97whpcuq/Google Wallet 2.0-R133-v9-MODDED.zip
Step 2.... Flash both files in CWM
reboot and setup wallet and youre golden!
-------------------------------------------------------------------------------
HUGE THANKS TO OGDOBBER, Xeonox,romracer, and everyone who helped get this working!
Confirmed working on Wicked V2.
Thanks for all your hard work & weeks of fiddling around to get this up & working! :thumbup:
Sent from my SGH-M919 using xda premium
sorry but how do you mod prop files to sprints? with a rooted file manager? if so, where are the files located under?
cbbplanet said:
sorry but how do you mod prop files to sprints? with a rooted file manager? if so, where are the files located under?
Click to expand...
Click to collapse
Yes.. I prefer root explorer..
Long press system/build.prop, choose "open with text editor"
Find that string that I posted above and modify them 3 to the sprint names listed above.. Exit and save
Sent from my SPH-L720 using Tapatalk 2
UPDATE......
After following the instructions in the OP, download MoDaCo's xposed toolkit from here http://www.modaco.com/topic/361634-xmod-modaco-toolkit-for-xposed-framework/
Enable the module in xposed and reboot
load MoDaCo's toolkit, click Google, check "Disable Wallet checks" and "Prevent app disabling"
Reboot
change build.prop back to orginal
Reboot
Profit!
dannyben said:
UPDATE......
After following the instructions in the OP, download MoDaCo's xpsoded toolkit.
Enable the module in xposed and reboot
load MoDaCo's toolkit, click Google, check "Disable Wallet checks" and "Prevent app disabling"
Reboot
change build.prop back to orginal
Reboot
Profit!
Click to expand...
Click to collapse
Im gonna try this and edit the op
Sent from my SPH-L720 using Tapatalk 2
joemagistro said:
Im gonna try this and edit the op
Sent from my SPH-L720 using Tapatalk 2
Click to expand...
Click to collapse
Found an even easier way without modaco toolkit.. Will update in a little
Sent from my SGH-M919 using Tapatalk 2
Tried this on Wicked v2, and the first time I ran the Wallet app, it FC'd. However, launching it a second time, it succeeded. Not sure why, thought it was odd, but now it's up and running. Woot.
I do get the 'Unsupported Device' at top, but other than that it seems to fire off okay.
coyttl said:
Tried this on Wicked v2, and the first time I ran the Wallet app, it FC'd. However, launching it a second time, it succeeded. Not sure why, thought it was odd, but now it's up and running. Woot.
I do get the 'Unsupported Device' at top, but other than that it seems to fire off okay.
Click to expand...
Click to collapse
Yepp same here! Thanks!! Can't wait to test it out!
Sent from my SPH-L720 using XDA Premium HD app
OP updated if you would like to keep your tmo build prop.. Follow steps 7 and up of you already did the fix
Sent from my SGH-M919 using Tapatalk 2
coyttl said:
I do get the 'Unsupported Device' at top, but other than that it seems to fire off okay.
Click to expand...
Click to collapse
The unsupported device message goes away with the xposed installer mod.
Sent from my SGH-M919 using xda premium
Followed all steps, works like a charm ty.
joemagistro said:
Found an even easier way without modaco toolkit.. Will update in a little
Click to expand...
Click to collapse
I suppose it does the same hack, but found a couple of other very useful hacks in the toolbox....
1. Can removed the battery icon from the notifications bar (and just show %)
2. Enable NFC to always work... When the screen is off.
Sent from my SGH-M919 using xda premium
Thank you, both of you. My dreams of now being able to use my phone to buy a soda from a vending machine have come true. Thanks
joemagistro said:
OP updated if you would like to keep your tmo build prop.. Follow steps 7 and up of you already did the fix
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
First of all... congrats guys! Well done! :good:
Secondly... when you say "steps 7 and up of you already did the fix".... does that mean we only need to do steps 8 and on, if we have not done the fix?
luckyduck69 said:
First of all... congrats guys! Well done! :good:
Secondly... when you say "steps 7 and up of you already did the fix".... does that mean we only need to do steps 8 and on, if we have not done the fix?
Click to expand...
Click to collapse
If you did not do the fix, start from scratch
Sent from my SGH-M919 using Tapatalk 2
joemagistro said:
If you did not do the fix, start from scratch
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Cool. Thanks. One last question... If a black bear and a polar bear get it on... do they make a panda?
luckyduck69 said:
Cool. Thanks. One last question... If a black bear and a polar bear get it on... do they make a panda?
Click to expand...
Click to collapse
Nope itll be a grey bear. Duh!!!!
Sent from my SGH-M919 using xda app-developers app
bzlik88 said:
Nope itll be a grey bear. Duh!!!!
Sent from my SGH-M919 using xda app-developers app
Click to expand...
Click to collapse
RAWR
{
"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"
}
Okay, I'm done. Back on topic. LOL
:silly:
For those of you that jumped the gun like myself and forgot to note what the tmobile ones were...
ro.product.model=SGH-M919
ro.product.name=jfltetmo
ro.product.device=jfltetmo

[ROM][TW] WarpDrive SGS4 Edition M919 {6-14-13} {UPDATE DL AVAILABLE}

{
"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"
}
Enjoy YOUR phone again!
FEATURES:
ᴥ Completely user-end customization
ᴥ Screen on toggle for SMS notifications
ᴥ Native tethering (thanks @jovy23 for that guide you posted)
ᴥ Smooth scroll hack
ᴥ Many build.prop tweaks
ᴥ Call recording
ᴥ init.d tweaks
ᴥ Carrier IQ completely removed
ᴥ Ktoonsez kernel (thanks @ktoonsez for your permission!)
ᴥ Debloated a lot of bs apps (They can be re-added using the aroma bloat installer)
ᴥ A lot of stuff I can't remember
INSTALLATION INSTRUCTIONS:
1. ***READ THE ENTIRE THREAD***
2. Ensure you are running a CUSTOM recovery. Don't know what that is, GIYF!
3. Place ROM zip onto SD card of choice.
4. Reboot into recovery.
5. Choose "install from sdcard."
6. Select the ROM zip.
7. Install.
8. YOU MUST WIPE DATA IF COMING FROM ANOTHER ROM. My ROM updates won't need a data wipe.
9. Hit thanks
10. Reboot and Enjoy let it settle and wait for the screen to timeout before pressing any buttons or setting up your device!!!
**VERY IMPORTANT INFORMATION**
Do NOT flash ANY other mods to this ROM. They WILL break the customization feature. Also.. DO NOT USE ANY OF MY MODS OR MY WORK IN ANY OTHER ROM!
FEATURE/MOD REQUESTS:
If there is a feature or mod you would like to see implemented, just send me an email to [email protected] and I will see what I can do. (Most likely I can add them. Just remember i have a personal life too ) DO NOT PM me or post in the thread for feature/mod requests. I will NOT reply to them. (Not because I don't want to, but because they get lost) FYI: Donations motivate me
FORMAT FOR EMAIL:
In the subject, simply type, without the quotes, "WarpDrive feature request: <name of feature here>" then in the message body just put what you want and maybe a link to a thread that you saw or something.
SPECIAL THANKS TO:
@theos0o
@ktoonsez
@evil1art
And everyone else here on XDA for providing such a great community!
DOWNLOADS:
WarpDriveROM SGS4 Edition (M919) v1.0.0.zip​
SCREENSHOTS:​
<reserved2>
<reserved3>
Wifi calling??
Sent from my SGH-M919 using xda app-developers app
peppersu812 said:
Wifi calling??
Sent from my SGH-M919 using xda app-developers app
Click to expand...
Click to collapse
Of course its TouchWiz Guess i should add that in the "features" though xD
elesbb said:
Of course its TouchWiz Guess i should add that in the "features" though xD
Click to expand...
Click to collapse
was wondering when you were going to release your rom!! cant wait to download this.. Thanks:good:
unciviilized said:
was wondering when you were going to release your rom!! cant wait to download this.. Thanks:good:
Click to expand...
Click to collapse
I hate having slow internet And it took longer than I thought, I actually didn't get called off from work this past week so I wasn't able to put as much time into as I hoped.
is it stock theme?
kevinrubio1 said:
is it stock theme?
Click to expand...
Click to collapse
Yes. No time to theme it.
Sent from my SGH-M919 using Tapatalk 2
Screen mirroring work?
Sent from my SGH-M919 using Tapatalk 2
alexandroid5 said:
Screen mirroring work?
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Everything is working. If something isn't working, just let me know
Sent from my SGH-M919 using Tapatalk 2
Man. Was hoping to be first to download for the first time lol
Sent from my SGH-M919 using xda app-developers app
peppersu812 said:
Man. Was hoping to be first to download for the first time lol
Sent from my SGH-M919 using xda app-developers app
Click to expand...
Click to collapse
Haha sorry but internet sucks
Sent from my SGH-M919 using Tapatalk 2
elesbb said:
Haha sorry but internet sucks
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
No problem. Not like I'm in a rush lol
Sent from my SGH-M919 using xda app-developers app
Coo, I just got done setting up appolyon, looks like I gotta try this ROM too
Sent from my SGH-M919 using Tapatalk 2
Texus915 said:
Coo, I just got done setting up appolyon, looks like I gotta try this ROM too
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Same here..
Sent from my SGH-M919 using xda app-developers app
elesbb said:
Yes. No time to theme it.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
No worries. Stock is sexy!
Sent from my SGH-M919 using xda app-developers app
Odex or deodex? Umm I didn't even see how to donate. Does this include the fix you made for the volume to loud warning, or should that be used separately?
dragon-son said:
Odex or deodex? Umm I didn't even see how to donate. Does this include the fix you made for the volume to loud warning, or should that be used separately?
Click to expand...
Click to collapse
Crap... i knew i forgot something. Thank god i didnt upload yet xD Well, thank god it kept failing xD and i'll include it. In the OP i say not to mix mods as things will break and crash.
And to donate, underneath my avatar there should be a donate button. I will add a link to the OP as well.

Categories

Resources