Exchange security bypass! - Moto X Themes and Apps

As far as I know this only works on the rooted AT&T version and that's because I didn't create it and that's the only version I've tested it on.
If you download this:
http://d-h.st/z9O
And remove the two apks for email and exchange....
Then I booted into recovery mode and deleted both the existing email.apk and exchange.apk as well as the odex files
After that, I copy and pasted the apks from the zip into the app folder and rebooted the phone again.
Voila!
It didn't work perfect the first time and I got a bunch of force closes. After doing it again I didn't get any so if it works for you you shouldn't have any force closes.
For what it's worth I don't take credit for the zip and I don't take responsibility for If anything bad happens to your device..
I would recommend making a backup of the existing apks in case anything goes wrong.
Sent from my XT1058 using Tapatalk

Personally, I just used the xposed module to bypass exchange security. i would rather not have to replace APKs if possible.

mandrsn1 said:
Personally, I just used the xposed module to bypass exchange security. i would rather not have to replace APKs if possible.
Click to expand...
Click to collapse
How did you do that? I didn't know there was already a method.
Sent from my XT1058 using Tapatalk

cc16177 said:
How did you do that? I didn't know there was already a method.
Sent from my XT1058 using Tapatalk
Click to expand...
Click to collapse
Install Xposed and go to the modules tab and install "Exchange Bypass." Add your exchage account AFTER you install and enable the module and the security is gone.

mandrsn1 said:
Personally, I just used the xposed module to bypass exchange security. i would rather not have to replace APKs if possible.
Click to expand...
Click to collapse
Never mind I figured it I out. Now I feel dumb lol
Sent from my XT1058 using Tapatalk

verizon
No love for the Verizon developer edition?

Related

[Q] Is there any man remove ''checking subscription status'' when open mobile hotspot

like my old android 4.1.2 I want to open mobile hotspot without checking subscription status in my new android 4.3 galaxy s3 verizon
where are developers that will modify framework.jar file to enable this again in this new android verizon?
please help
If beans ever gets his 4.3 rom out it will probably be how you want. I know I'm waiting to install safestrap until he releases it. Until then I'm sure you could find a guide on how to do it.
You mean that i wait some months also until this problem solved
Thanks
Sent from my SCH-I535 using XDA Premium 4 mobile app
alnajmalabed said:
You mean that i wait some months also until this problem solved
Thanks
Sent from my SCH-I535 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I mean opposite, it probably isn't that hard and you can have it now if you do it yourself. Or ask for clues on how to do it instead of expecting someone else to do it for you.
I googled that problem for a week and no answer resolve it.
If you have the way to do that, then thank you very match
Sent from my SCH-I535 using XDA Premium 4 mobile app
And this problem not only on my phone, the problem was found in all verizon phones with android 4.3
Sent from my SCH-I535 using XDA Premium 4 mobile app
I resolved this issue and removed '' checking subscription status '' by a zip file flashed by a custom recovery
Thanks
Sent from my SCH-I535 using XDA Premium 4 mobile app
alnajmalabed said:
I resolved this issue and removed '' checking subscription status '' by a zip file flashed by a custom recovery
Thanks
Sent from my SCH-I535 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Friday night I found out how to manually do it but java was being a pain in the butt and I wanted to test it before telling you how also so I could have the file to upload to you. Just so you know the file you needed to edit was the framework-res.apk not the .jar. the xml that needed to be edited was located at framework-res.apk\res\values\arrays.xml
Decompiled it just fine but on the compile after I was done editing java was being stupid and the compile failed. Hope this information can help you in the future.
ThePagel said:
Friday night I found out how to manually do it but java was being a pain in the butt and I wanted to test it before telling you how also so I could have the file to upload to you. Just so you know the file you needed to edit was the framework-res.apk not the .jar. the xml that needed to be edited was located at framework-res.apk\res\values\arrays.xml
Decompiled it just fine but on the compile after I was done editing java was being stupid and the compile failed. Hope this information can help you in the future.
Click to expand...
Click to collapse
thank you the Pagel
if you need the zip file i will upload it and upload safestrap apk that make custom recovery
alnajmalabed said:
thank you the Pagel
if you need the zip file i will upload it and upload safestrap apk that make custom recovery
Click to expand...
Click to collapse
The zip would be nice if its not to much to ask. I can compair a working mod with my own. I already have safestrap.
The other alternative would be to use foxfi
Medicstud007 said:
The other alternative would be to use foxfi
Click to expand...
Click to collapse
I own foxfi but some people would rather use the built in tether.
HotSpot Toggle Widget by Fattin
ThePagel said:
I own foxfi but some people would rather use the built in tether.
Click to expand...
Click to collapse
The alternative alternative would be to use the HotSpot Toggle Widget by Fattin.
I haven't tried it on 4.3 (have been putting off upgrading because of too many cons for the pros...) - but it bypasses all that verification stuff - still using the built-in tether.
Yackley said:
The alternative alternative would be to use the HotSpot Toggle Widget by Fattin.
I haven't tried it on 4.3 (have been putting off upgrading because of too many cons for the pros...) - but it bypasses all that verification stuff - still using the built-in tether.
Click to expand...
Click to collapse
Or edit the framework-res.apk yourself. I am glad I know how now because I will never need to wait for someone else to do it. well the only reason Iwould is if foxfi breaks in a update.
ThePagel said:
Or edit the framework-res.apk yourself. I am glad I know how now because I will never need to wait for someone else to do it. well the only reason Iwould is if foxfi breaks in a update.
Click to expand...
Click to collapse
Where did you learn how to edit the framework-res.apk? I would rather know how to do it myself but my java skills are rudimentary at best (though I am a quick learner!!). What did you use to do the editing?
Thanks!
I downloaded a note 2 recovery zip of the modified apk. I then spent about ten minutes googling where the tether subscription checker was located then compared my apk to the note 2 apk. A lot of trial and error if you would like to see it old and slow has a edited recovery zip for the 4.3 tether (came out a day after I was looking for it so that's why I didn't choose that one). Just decompile both apk and look in framework-res.apk\res\values\arrays.xml. what I did when comparing it to the note 2 was open both of the XML in notepad++ and compare lines. I am confident I can now mod it without examples if it ever happens again. Finding a decompiler is the easy part there are a lot of free ones out there just Google it and as long as you can recognize every character in the XML (no odd symbols) it decompiled correctly. I could not find a guid on how to do this but I probably learned more from my errors than I would have learned from a step by step. Hope that helps and sorry if that made no sense typed it in a rush.
---------- Post added 31st January 2014 at 12:02 AM ---------- Previous post was 30th January 2014 at 11:53 PM ----------
Oh and if you dig around in the apk long enough you might notice how easy (but time consuming) it would be to make your own custom modifications and themes for your own rom. I like doing it this way over xposed because no matter what I do xposed is super buggy for me.

[App mod] milk music working on any android device

To get milk music working on rooted, not samsung (and older samsung) devices.
Step 1: Back Up Your Build.prop
Just make a copy somewhere on your sd card, also make a backup of your os.
Step 2: Tweak Your Device Brand & Model.
Now go back to the /system directory, but this time tap on build.prop, don't long-press. Choose RB Text Editor to edit the file, then look for the model, brand, and manufacturer lines (highlighted below). Your original ones will show:
Note:as there are so many devices the <text> areas below will instead be specific to your device but the rest should be the same.
ro.product.model=<model>
ro.product.brand=<brand>
ro.product.manufacturer=<manufacturer>
Simply change them to match a (newer) Samsung device. I used a Galaxy S4.
ro.product.model=Galaxy S4
ro.product.brand=Samsung
ro.product.manufacturer=Samsung
Step 3: Save the build.prop
Step 4: Sideload the apk, because the play store still wont let you download it. So I am hosting an apk copy in my dropbox for ya'll.
https://www.dropbox.com/s/a16vvbhu4h6gvg7/com.samsung.mdl.radio-1.0.176956 (1).apk
Milk Music will now work with most of the functionality that it would on a native Samsung device, except that you won't be able to log into a Samsung account for syncing stations or enable explicit content from the settings.
Please post if this is working or not working for you. Include your device name, android version, and rom version.
Please let me/us know of any tweaks to this process you had to preform in order to get this working.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4
prepaidguy9081 said:
To get milk music working on rooted, not samsung (and older samsung) devices.
Step 1: Back Up Your Build.prop
Just make a copy somewhere on your sd card, also make a backup of your os.
Step 2: Tweak Your Device Brand & Model.
Now go back to the /system directory, but this time tap on build.prop, don't long-press. Choose RB Text Editor to edit the file, then look for the model, brand, and manufacturer lines (highlighted below). Your original ones will show:
Note:as there are so many devices the <text> areas below will instead be specific to your device but the rest should be the same.
ro.product.model=<model>
ro.product.brand=<brand>
ro.product.manufacturer=<manufacturer>
Simply change them to match a (newer) Samsung device. I used a Galaxy S4.
ro.product.model=Galaxy S4
ro.product.brand=Samsung
ro.product.manufacturer=Samsung
Step 3: Save the build.prop
Step 4: Sideload the apk, because the play store still wont let you download it. So I am hosting an apk copy in my dropbox for ya'll.
https://www.dropbox.com/s/a16vvbhu4h6gvg7/com.samsung.mdl.radio-1.0.176956 (1).apk
Milk Music will now work with most of the functionality that it would on a native Samsung device, except that you won't be able to log into a Samsung account for syncing stations or enable explicit content from the settings.
Please post if this is working or not working for you. Include your device name, android version, and rom version.
Please let me/us know of any tweaks to this process you had to preform in order to get this working.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4
Click to expand...
Click to collapse
Can I change back build.prop after install, or do I have to leave it for Milk to work?
Doesnt work outside US
Enviado desde mi GT-I9505 mediante Tapatalk
chape199 said:
Doesnt work outside US
Enviado desde mi GT-I9505 mediante Tapatalk
Click to expand...
Click to collapse
OK if you are rooted easy work around if you are outside the US .. use titanium back up freeze.... 1 1.Samsung Account
2. Use a US VPN
Problem solved it will run perfect I'm using it in Australia ... good luck
Sent from my GT-I9505 Low Flying on Abyss Kernal.. using XDA Premium 4 mobile app
Jesellers88 said:
Can I change back build.prop after install, or do I have to leave it for Milk to work?
Click to expand...
Click to collapse
you have to leave it for it to work... it is for that reason i am searching for a modded apk that bypasses that check so it'll work on any device w/o modding...
the1dynasty said:
you have to leave it for it to work... it is for that reason i am searching for a modded apk that bypasses that check so it'll work on any device w/o modding...
Click to expand...
Click to collapse
I don't know much about it, but it sounds like something an Xposed Mod might be able to address.
Well what do you know - there's a new module in xposed that can make it work. Looks like it was just added.
Sent from my Nexus 5 using Tapatalk
Jesellers88 said:
Well what do you know - there's a new module in xposed that can make it work. Looks like it was just added.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
cool but useless for me running ART... if anyone finds a modded apk that works on any device i'd like to install it on a tablet at work so i have music to listen to... pandora gets boring after a while... lol
the1dynasty said:
cool but useless for me running ART... if anyone finds a modded apk that works on any device i'd like to install it on a tablet at work so i have music to listen to... pandora gets boring after a while... lol
Click to expand...
Click to collapse
I used to run ART but eventually I went back because of xposed. After a while, I really just forgot the difference. Hopefully a modded apk will show up though.
Sent from my Nexus 5 using Tapatalk
Jesellers88 said:
I used to run ART but eventually I went back because of xposed. After a while, I really just forgot the difference. Hopefully a modded apk will show up though.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
i used ART for the first month of owning my N5... then i switched to dalvik for some of goodies that xposed offers... tried out a few and ultimately preferred stability over features and i basically removed all xposed and just left it with dalvik for a bit... I noticed lags and stutters here and there and eventually switched back to ART and I can honestly say that ART is MUCH smoother and stable than running any other mode... i've tested this extensively with various settings and setups (always stock ROM with stock kernel or Franco) and nothing is as smooth as using ART... so i'm not going back for even one feature using xposed... just my experience
I have a galaxy s3. I am using slimkat ROM. Is there a way for me to install and run Milk without having to change build prop?
peach007 said:
I have a galaxy s3. I am using slimkat ROM. Is there a way for me to install and run Milk without having to change build prop?
Click to expand...
Click to collapse
Xposed mod chocolate milk module
Sent from my Nexus 5 using XDA Premium 4 mobile app
---------- Post added at 12:19 AM ---------- Previous post was at 12:16 AM ----------
Can anyone share latest apk
Sent from my Nexus 5 using XDA Premium 4 mobile app
peach007 said:
I have a galaxy s3. I am using slimkat ROM. Is there a way for me to install and run Milk without having to change build prop?
Click to expand...
Click to collapse
I also have a S3 running slimkat. I didn't bother editing the build.prop and just installed the apk. Works fine. Not being able to log in sucks though because I need my explicit fix!
It is possible to install the Samsung account app on non touchwiz firmware. I have managed to sideload it into CM11 and a GPe ROM on my S4.
Here's the .apk that I have saved on my SD card for when I flash new firmware:
https://www.dropbox.com/s/qptszssdcl52i5n/Samsungservice.apk
Install it like any other app. Then in settings>accounts, add a new account and select Samsung. The app will ask to update, then you can create an account or login to an existing one. Milk Music will automatically see the account and then you can enable explicit lyrics in the app.
The only problem I have with Milk Music is that I can't update it. Samsung changed the way it determines device compatibility and "broke" the app for custom firmwares. I had to sideload it and just have to search for the .apk whenever the app gets updated since it won't update via google play store.
---------- Post added at 09:41 PM ---------- Previous post was at 09:25 PM ----------
HeavyA said:
It is possible to install the Samsung account app on non touchwiz firmware. I have managed to sideload it into CM11 and a GPe ROM on my S4.
Here's the .apk that I have saved on my SD card for when I flash new firmware:
https://www.dropbox.com/s/qptszssdcl52i5n/Samsungservice.apk
Install it like any other app. Then in settings>accounts, add a new account and select Samsung. The app will ask to update, then you can create an account or login to an existing one. Milk Music will automatically see the account and then you can enable explicit lyrics in the app.
The only problem I have with Milk Music is that I can't update it. Samsung changed the way it determines device compatibility and "broke" the app for custom firmwares. I had to sideload it and just have to search for the .apk whenever the app gets updated since it won't update via google play store.
Click to expand...
Click to collapse
Milk music .apk for the latest version:
https://www.dropbox.com/s/2or3dxxpf8zmtxu/Milk_Music_ 1.1.179361.apk
Sent from my GT-I9505G using Tapatalk
Update from 6/18
https://www.dropbox.com/s/elorpugy3sml5p8/Milk_Music_ 1.1.180022.apk
Sent from my GT-I9505G using Tapatalk
Update from 7/1
https://www.dropbox.com/s/rdnq91gxabijglu/Milk_Music_ 1.1.183563.apk
Sent from my GT-I9505G using Tapatalk
HeavyA said:
Update from 7/1
https://www.dropbox.com/s/rdnq91gxabijglu/Milk_Music_ 1.1.183563.apk
Sent from my GT-I9505G using Tapatalk
Click to expand...
Click to collapse
I keep getting the "App not installed" error when trying to install the updated version , any ideas? The original version installed fine, I just can't update it with the latest.
Sorry, I don't have any idea what would cause that. I use the apk downloader to pull the file from Google play since my phone (t mobile S4 running the GPE firmware) comes up as incompatible when I try to go to the app directly the play store. This apk installed just fine for me. Try uninstalling the existing app and then install the 7/1 file.
Sent from my GT-I9505G using Tapatalk
HeavyA said:
Sorry, I don't have any idea what would cause that. I use the apk downloader to pull the file from Google play since my phone (t mobile S4 running the GPE firmware) comes up as incompatible when I try to go to the app directly the play store. This apk installed just fine for me. Try uninstalling the existing app and then install the 7/1 file.
Sent from my GT-I9505G using Tapatalk
Click to expand...
Click to collapse
I am seeing the same app not installed error let me know if I can help troubleshoot or get any info to you guys.
Thank you !
I don't have any involvement outside of providing the apks. I deleted the old files and left only the Samsung account apk and the latest milk music apk.
All I can suggest is deleting the old app, rebooting to recovery and clearing cache and dalvik and trying to reinstall. Maybe re-download the apk also. (Try apkdownloader or apkleecher to pull the actual file from Google play - that's how I managed to get it). Other than that, I can't provide any answers
Sent from my GT-I9505G using Tapatalk
---------- Post added at 09:16 AM ---------- Previous post was at 09:12 AM ----------
Out of curiosity, what phone/firmware are you guys using?
Sent from my GT-I9505G using Tapatalk

Wifi Hotspot

Does anyone know how to activate wifi Hotspot? I mean without paying sprint big money for a small amount of data usage. I purchased unlimited data for just this purpose.
Sent from my SM-G900P using XDA Premium 4 mobile app
powerlifter450 said:
Does anyone know how to activate wifi Hotspot? I mean without paying sprint big money for a small amount of data usage. I purchased unlimited data for just this purpose.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You need root if you wish to do that. Once you have that there are apps that can do it easily for you!
WeatherTech said:
You need root if you wish to do that. Once you have that there are apps that can do it easily for you!
Click to expand...
Click to collapse
I have root. Which one do you recommend?
I'm not rooted YET, but haven't heard of anyone confirming any of the tethering apps working yet. If you find one that works you should let everyone know...if not, I'm sure someone will figure it out soon...
Sent from my SM-G900P using xda app-developers app
I got usb tether to work via easytether. Need wifi though
SOLVED!! Fabio's WiFi Tether Router!!
What settings did yo use in wifi tether router? i cant get it going.
powerlifter450 said:
SOLVED!! Fabio's WiFi Tether Router!!
Click to expand...
Click to collapse
powerlifter450 said:
SOLVED!! Fabio's WiFi Tether Router!!
Click to expand...
Click to collapse
Confirmed. Although the speeds are horrible, I'll have to find out why.
I'd wait for the hot spot flash file so you can use the native hotspot app built in like the s4
Sent from my SM-G900P using Tapatalk
ChaddyPaddy said:
Confirmed. Although the speeds are horrible, I'll have to find out why.
Click to expand...
Click to collapse
I know. The speeds are disappointing but at least it works. USB tether is horrifically slow.
powerlifter450 said:
SOLVED!! Fabio's WiFi Tether Router!!
Click to expand...
Click to collapse
2nd on the request for settings...
I've seen fabio's o a couple threads,
even a mention that difficulties were overcome,
I tried the settings on his website, no-joy,
any help appreciated...
I have the Sprint variant, rooted...
thanx
I just used the default settings. I tried to change the password but that was an instant fail. It asks for root permission from super su and starts. If its on n u reboot the phone you must turn the app off then on again.
Sent from my SM-G900P using XDA Premium 4 mobile app
I have it working. You can use this xposed module.
http://forum.xda-developers.com/showthread.php?t=2601859
You also have to edit your SQL. Everything is explained and easy.
Sent from my SM-G900P using XDA Premium 4 mobile app
zgroten said:
I have it working. You can use this xposed module.
http://forum.xda-developers.com/showthread.php?t=2601859
You also have to edit your SQL. Everything is explained and easy.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
"and have the Xposed framework installed"
Sorry, I'm not familiar with Xposed framework.
Xposed framework is cited as Must Have.
Does the Sprint GS5 have Xposed framework installed?
thanx in advance...
No. Xposed framework is an add on for root users. It let's you install other mods. To get xposed framework, download the xposed installer from here:
http://repo.xposed.info/module/de.robv.android.xposed.installer
Then install the apk, open it and install xposed. It will tell you to reboot. Once you reboot, open it and go to downloads. Search for tether and you'll see the tether app. Also try out Gravity Box, Wanam xposed, they are modules, basically let's you change everything about your phone.
Sent from my SM-G900P using XDA Premium 4 mobile app
First we do this...
zgroten said:
No. Xposed framework is an add on for root users. It let's you install other mods. To get xposed framework, download the xposed installer from here:
http://repo.xposed.info/module/de.robv.android.xposed.installer
Then install the apk, open it and install xposed. It will tell you to reboot. Once you reboot, open it and go to downloads. Search for tether and you'll see the tether app. Also try out Gravity Box, Wanam xposed, they are modules, basically let's you change everything about your phone.
Click to expand...
Click to collapse
Then we do this...
zgroten said:
I have it working. You can use this xposed module.
http://forum.xda-developers.com/showthread.php?t=2601859
You also have to edit your SQL. Everything is explained and easy.
Click to expand...
Click to collapse
So....
1st download/install xposed framework apk
Then download/install xtether module for xposed framework
Then edit SQL as directed
Correct.
Sent from my SM-G900P using XDA Premium 4 mobile app
zgroten said:
Correct.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
OK, so I followed those steps and it look s like its gonna work but then after a minute I get the notification that I am "Not subscribed to the hotspot service..."
I opened the SQL file and the value of tether_dun_required is back to 1. I tried changing it to zero, rebooting, and trying again but it doesn't work. Something keeps changing the SQL value back to 1.
Any other ideas? Does someone actually have it working this way using the native HotSpot in settings?
I don't have an Android phone any longer, switched to a Windows 8 phone just for a change of pace.
Don't know if Sprint (or Samsung) changed anything as far as the HotSpot goes on the S5.
I do know that it's much easier to do the mod on a DEodexed rom. On an odexed rom, you must first deodex the services.jar and services.odex, do the mod and then reodex the file. The method I used for reodexing required having an actual phone.
For deodexing the rom, I used Dxisda's kitchen which only runs on Linux. Unfortunately, I removed my Linux setup to recover the partition space on my hard drive. It's a chore to get that set back up, and don't plan on doing it. I'm sure someone will get a deodexed stock rom out there fairly soon, they always have in the past.
I am kind of curious if the hotspot mod will still work though and I DO still have the tools installed to deodex the services jar. If someone will send me the services.jar and services.odex from there phone, I'll take a look.
Unfortunately, what you will end up with is a deodexed services.jar that won't work unless you have a deodexed rom to run it on.
zgroten said:
Correct.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
jmolhava said:
OK, so I followed those steps and it look s like its gonna work but then after a minute I get the notification that I am "Not subscribed to the hotspot service..."
I opened the SQL file and the value of tether_dun_required is back to 1. I tried changing it to zero, rebooting, and trying again but it doesn't work. Something keeps changing the SQL value back to 1.
Any other ideas? Does someone actually have it working this way using the native HotSpot in settings?
Click to expand...
Click to collapse
I have same problem...
Edit not persist...
Sent from my rooted Sprint GS5 SM-G900P

Weather Animation on lock screen

Has anyone got this to work? Mine does nothing when I select it for current location. Weird.
Not sure either, I think it only animates when the weather is rain. Although there is a mod in the verizon dev forums that enables animation for all weather variants but I'm not sure if it works for ATT.
hack14u said:
Has anyone got this to work? Mine does nothing when I select it for current location. Weird.
Click to expand...
Click to collapse
I saw someone who got lightening on theirs one day. I don't think it does anything for uninteresting weather
Sent from my LG-D850 using Tapatalk 2
Since I live in Florida, there's a thunderstorm everyday. At first I thought the thunderstorm lightning lock screen was standard live wallpaper. At least I know it changes on our version. Just another reason to get this bootloader unlocked.
yea...mine works only when it rains. :good:
There are like ten of these threads in each variants forums. It's a known issue across all G3's and G2's running the G3 ports. Go to TMO Android Development. There is a fix that will work on all variants in the Zone Rom thread. Thank the developer if it works for you.
Sent from my LG-D851 using Tapatalk
Skizzy034 said:
There are like ten of these threads in each variants forums. It's a known issue across all G3's and G2's running the G3 ports. Go to TMO Android Development. There is a fix that will work on all variants in the Zone Rom thread. Thank the developer if it works for you.
Sent from my LG-D851 using Tapatalk
Click to expand...
Click to collapse
well despite the apparent dozens of threads I hadn't seen one, thanks for pointing me to this: http://forum.xda-developers.com/showpost.php?p=54487822&postcount=207
I just installed this and works a peach, I now have a sunshine animation, yay.
for those who are going to be confused by this, it's a flashable zip, which since we don't have a proper recovery, doesn't do us much good (although the fake recovery should be able to flash this, I haven't tried it)
you can open the zip and remove the apk and odex files and manually install them, reboot, and you'll be greeted with a lock screen animation for your weather. Tested and working.
Note: if you lock the screen before rebooting, systemui will continually crash
Yea I forgot to mention that you need to delete the odex and replace the apk with that one from the OP in that thread. That's the way I did it even with us having the recovery. Glad you got it working.
Sent from my LG-D851 using Tapatalk
screwyluie said:
well despite the apparent dozens of threads I hadn't seen one, thanks for pointing me to this: http://forum.xda-developers.com/showpost.php?p=54487822&postcount=207
I just installed this and works a peach, I now have a sunshine animation, yay.
for those who are going to be confused by this, it's a flashable zip, which since we don't have a proper recovery, doesn't do us much good (although the fake recovery should be able to flash this, I haven't tried it)
you can open the zip and remove the apk and odex files and manually install them, reboot, and you'll be greeted with a lock screen animation for your weather. Tested and working.
Note: if you lock the screen before rebooting, systemui will continually crash
Click to expand...
Click to collapse
Can u share zip every time I try to download it says lgkeyboard
_Infamous_ said:
Can u share zip every time I try to download it says lgkeyboard
Click to expand...
Click to collapse
It's actually called LGKeyguard (why that is, I couldn't tell you). That is the correct .apk and .odex file, I just tested it out and it does work. I just renamed the 2 in /priv-app with a .bak extension (LGKeyguard.apk.bak for example) and moved the 2 new ones from the zip file into the folder. Just make sure to set the permissions the same as the rest of the files in the folder. Once you get the files in there, reboot and you should see the new animations.
When I download it, it only has the apk in the zip, not the odex. Are you leaving the original odex intact?
Sent from my LG-D851 using Tapatalk
Skizzy034 said:
When I download it, it only has the apk in the zip, not the odex. Are you leaving the original odex intact?
Sent from my LG-D851 using Tapatalk
Click to expand...
Click to collapse
No, the one I downloaded had both the apk and the odex file. Make sure you download it from the post that specifies it's for the stock/odex ROMs, and not the one from his OP.
Wait: here's the direct link to the one I downloaded: http://www.androidfilehost.com/?fid=23578570567720222 (from this post http://forum.xda-developers.com/showpost.php?p=54487822&postcount=207).
RampageRR said:
No, the one I downloaded had both the apk and the odex file. Make sure you download it from the post that specifies it's for the stock/odex ROMs, and not the one from his OP.
Wait: here's the direct link to the one I downloaded: http://www.androidfilehost.com/?fid=23578570567720222 (from this post http://forum.xda-developers.com/showpost.php?p=54487822&postcount=207).
Click to expand...
Click to collapse
in theory it shouldn't matter, when you reboot if there's no odex it should make one, and if the odex is wrong in anyway it should remake it. so really as long as you get the apk in the right place with the right permissions and reboot all should be be fine ( the apk from the odex version, I think this might matter)
Worked great, thanks
RampageRR said:
No, the one I downloaded had both the apk and the odex file. Make sure you download it from the post that specifies it's for the stock/odex ROMs, and not the one from his OP.
Wait: here's the direct link to the one I downloaded: http://www.androidfilehost.com/?fid=23578570567720222 (from this post http://forum.xda-developers.com/showpost.php?p=54487822&postcount=207).
Click to expand...
Click to collapse
You can download the one that doesn't have the odex and it will still work on stock. You just have to delete the odex file.
Sent from my LG-D851 using Tapatalk
Does anyone have the plain stock version that they can post for me
Thanks in advance
Need a new keyguard.apk for D-851 T-Mobile LG G3
Help i meed the original i look up a otherr thred and the files whete deleted now. The only way i csn use the phone is to do a factory reset
Mine shows rain and thunder/lightning. However, once I ditched the stock weather widget (without freezing it uninstalling it), for "weather timeline" I lost the animations. Looks like you have to use the native weather widget for animations to work.
Sent from my LG-D850 using Tapatalk

Galaxy S5 Corporate Exchange Mod Email Security Bypass

It's just the stock email for 4.4.2 without the security requirement.
Been using it with my Fortune 10 company for a while now perfectly without security, I just use swipe on the lockscreen.
I also don't see why this wouldn't work with any other Touchwiz ROM using 4.4.2. Give it a shot.
1. You need root and Safestrap.
2. Remove current email apk and exchange apk first, with Titanium or another.
3. Flash zip in Safestrap.
WhiteSpace
DOWNLOAD
WhiteSpace
Yes I realize the title is ridiculous, mainly tried using all the keywords for the mod because I know a lot of folks have been looking for this.
Credit to Versatile1 at ElementalXDesigns.com
Random
White
Space
WhiteSpace
Syn Ack said:
It's just the stock email for 4.4.2 without the security requirement.
I can't remember where I got it from over a month ago, if someone claims credit I will post credit here gladly. Must be able to verify, I won't post you as credited if you just say that you did it.
Been using it with my Fortune 10 company for a while now perfectly without security, I just use swipe on the lockscreen.
I also don't see why this wouldn't work with any other Touchwiz ROM using 4.4.2. Give it a shot.
1. You need root and Safestrap.
2. Remove current email apk and exchange apk first, with Titanium or another.
3. Flash zip in Safestrap.
WhiteSpace
DOWNLOAD
WhiteSpace
Yes I realize the title is ridiculous, mainly tried using all the keywords for the mod because I know a lot of folks have been looking for this.
Random
White
Space
WhiteSpace
Click to expand...
Click to collapse
it was made by Versatile1... it has been available since May lol...
His original post/site:
https://www.elementalxdesigns.com/eclipse/showthread.php?11970-MOD-Exchange-Email-Policy-Patch
Sent from my SM-G900V using XDA Free mobile app
elliwigy said:
it was made by Versatile1... it has been available since May lol...
His original post/site:
https://www.elementalxdesigns.com/eclipse/showthread.php?11970-MOD-Exchange-Email-Policy-Patch
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
Fixed in OP.
I flashed this to my 4.4.2 S4 with Insane KK v11 rom and it works great except it force closes when I try to go into the settings to adjust the sync frequency.
Are there any ideas on how to clear this issue or find another APK that works with 4.4.x?
Where are email.apk and exchange.apk files located? I've searched for them and can't find them. /system /app? Or could they be another file name on a Sprint s5.
Thanks.
Sent from my SM-G900P using Tapatalk 2

Categories

Resources