Gingerbread without Exchange Security Policy? - Thunderbolt General

Does anyone know of a way to disable the Exchange Security Policy thing on Gingerbread for the T-bolt?
Yes, there are other posts in several forums about it, but all the files are called "email.apk" and looking in my /system/app/ folder I have "mail.apk"
Do I just rename the file or will the "email.apk" file work the same?
-Bob

Here you go sir.
Gingerbread e-mail apk with exchange security policy disabled.
http://dl.dropbox.com/u/28393515/Email1.apk
You can keep mail.apk if you want or delete it.
For this app, just download it directly onto your phone and it should install. It's signed so no need to push it to system/app
no renaming or anything.
btw e-mail apk is just the name. the link i have is safe to download.
htc mail app sucks balls IMO.

Thank you very much! I'll give it a whirl... I'm hoping my IT dept. doesn't have some funky stuff in the security policy. Froyo based BAMF roms worked fine though so this one should too.
Update: WOO HOO! Works just fine
-Bob

If I caught you doing that on my network, your ass would be booted off in a heartbeat. Be careful, you might get BOFH'ed.

did this work?

the policy is because its and exchange 07/10 server so you can remotely wipe your phone in case it gets lost.
Log into OWA and under options youll see your phone.

Related

Android 2.2 Email.apk - Bypassing Exchange security policy - APK Attached.

So I got CM6 installed this morning and then realized how much I despised unlocking my phone. LockPicker from 2.1 doesn't work due to the new method of policy management so I'm attaching an Email.apk that works without issues.
I believe there's another test version of this floating around that someone else has been working on, but I'm not sure if it's being done in the same manner.
I apktool d'd the Email.apk from CM6, then in the SecurityPolicy.smali on line 647 defined v5 as 0x1 (true)..this makes IsActive always return True when policies are checked and bypasses all of the exchange security policy junk. Seems to be working fine for me, if you have any questions feel free, not sure if I'll be able to help too much as I figured this stuff out on the fly today, I'll do my best though.
afflaq said:
So I got CM6 installed this morning and then realized how much I despised unlocking my phone. LockPicker from 2.1 doesn't work due to the new method of policy management so I'm attaching an Email.apk that works without issues.
I believe there's another test version of this floating around that someone else has been working on, but I'm not sure if it's being done in the same manner.
I apktool d'd the Email.apk from CM6, then in the SecurityPolicy.smali on line 647 defined v5 as 0x1 (true)..this makes IsActive always return True when policies are checked and bypasses all of the exchange security policy junk. Seems to be working fine for me, if you have any questions feel free, not sure if I'll be able to help too much as I figured this stuff out on the fly today, I'll do my best though.
Click to expand...
Click to collapse
Do you have this working in 2.1? If so are there any changes I need to make it work for me?
thanks!!!!
regulator207 said:
thanks!!!!
Click to expand...
Click to collapse
regulator207, which ROM are you planning to install this email app on?
hoopsdavis said:
Do you have this working in 2.1? If so are there any changes I need to make it work for me?
Click to expand...
Click to collapse
No need for this in 2.1 - bypassing exchange security policies was much easier as it was just a db setting in the settings provider iirc. There's also a very good app in the market called LockPicker. This was just a quick hack for the new froyo.
Glad to hear its working for someone though
Edit: durrr I can't type.
hoopsdavis said:
regulator207, which ROM are you planning to install this email app on?
Click to expand...
Click to collapse
i was going to try it on cyan later tonight.
afflaq said:
No need for this in 2.1 - bypassing exchange security policies was much easier as it was just a db setting in the settings provider iirc. There's also a very good app in the market called LockPicker. This was just a quick hack for the new froyo.
Glad to hear its working for someone though
Edit: durrr I can't type.
Click to expand...
Click to collapse
Thanks. I just like the look of it, its the best looking email app I've seen
hoopsdavis said:
Thanks. I just like the look of it, its the best looking email app I've seen
Click to expand...
Click to collapse
Lemme know if it works in 2.1. ..that'd be nice. I have my doubts as I don't know if eclair supports DevicePolicyManager which is the mechanism for dealing with security policies.
afflaq said:
Lemme know if it works in 2.1. ..that'd be nice. I have my doubts as I don't know if eclair supports DevicePolicyManager which is the mechanism for dealing with security policies.
Click to expand...
Click to collapse
Tried it, it didn't work. no message just notified me that it did not install.
afflaq said:
No need for this in 2.1 - bypassing exchange security policies was much easier as it was just a db setting in the settings provider iirc. There's also a very good app in the market called LockPicker. This was just a quick hack for the new froyo.
Glad to hear its working for someone though
Edit: durrr I can't type.
Click to expand...
Click to collapse
Is there a thread for the db setting in the iirc, like maybe a how to change the db setting in iirc for dummies? I'm using lockpicker but would love to learn more and experiment with the settings. I'll do a search but figured I'd ask anyway!
this is beautiful!!! works perfectly and it's much more clever solution than running a service in the background!
THANK YOU!
Would this fix the issue where it is not possible to setup Exchange in Froyo 2.2?
needoZ said:
Would this fix the issue where it is not possible to setup Exchange in Froyo 2.2?
Click to expand...
Click to collapse
Exchange is working in Froyo on my EVO. I had to use the OWA instead of an IP address in the server box. Just thought it may help you.
wsantiagow said:
Exchange is working in Froyo on my EVO. I had to use the OWA instead of an IP address in the server box. Just thought it may help you.
Click to expand...
Click to collapse
I'll give it a shot. I am having the issues that most others are regarding Froyo and Exchange. Google for froyo and exchange it has tons of results.
What setup errors are you experiencing?
Uninstalled the original one and installed this one successfully but the lock screen PIN in still present.
afflaq said:
What setup errors are you experiencing?
Click to expand...
Click to collapse
When trying to setup the Exchange account it will tell me I have an invalid username or password when it is correct. I did some googling and a lot of others are having this same issue. It seems to have to do with Froyo not recognizing SSL certificates correctly when it comes to Exchange.
afflaq said:
So I got CM6 installed this morning and then realized how much I despised unlocking my phone. LockPicker from 2.1 doesn't work due to the new method of policy management so I'm attaching an Email.apk that works without issues.
I believe there's another test version of this floating around that someone else has been working on, but I'm not sure if it's being done in the same manner.
I apktool d'd the Email.apk from CM6, then in the SecurityPolicy.smali on line 647 defined v5 as 0x1 (true)..this makes IsActive always return True when policies are checked and bypasses all of the exchange security policy junk. Seems to be working fine for me, if you have any questions feel free, not sure if I'll be able to help too much as I figured this stuff out on the fly today, I'll do my best though.
Click to expand...
Click to collapse
dude, huge favor to ask you
Don't ask me why but i really love the Sense with Froyo.. so attached is the sense Mail.apk that works with 2.2
Could you please try to apply the same patch to it? I tried but i couldn't find the smali or the v5 variable?
I would really appreciate it... as i'm sure other people would too.
Thanks,
-YACO
wsantiagow said:
Uninstalled the original one and installed this one successfully but the lock screen PIN in still present.
Click to expand...
Click to collapse
Try removing the account, removing the mail app, disabling your screen lock. Then reinstall my apk and reconfigure. That should do the trick.
Ill take a look at the sense mail apparently in the morning, though you could just run lockpickef from the market without issues.
afflaq said:
Try removing the account, removing the mail app, disabling your screen lock. Then reinstall my apk and reconfigure. That should do the trick.
Ill take a look at the sense mail apparently in the morning, though you could just run lockpickef from the market without issues.
Click to expand...
Click to collapse
I tried it... doesn't work for 2.2
Thanks for trying in the morning...

How To Disable Exchange Security Policy FROYO!!

Found a way around the enforcement of The Exchange security policy on FROYO (ROOT USERS ONLY), at least until lockpicker gets FROYO support.
You need to unzip and install the attached APK. It will give you an extra mail application on the phone (The Saphire, White envelope, and Gold Message popping out icon), but you can remove the stock one if you have some knowhow, or just delete your account from the stock one.
I take no credit for this. Original work done by raidzero at http://www.droidforums.net/forum/dr...onal-froyo-bypass-exchange-server-policy.html
Disclaimer: For Educational use only. I take no responsibility for your company firing you because you lost precious confidential information.
Edit: I see that member afflaq already posted a similar fix here: http://forum.xda-developers.com/showthread.php?t=729753&highlight=exchange+security
I downloaded the zip file but I am new to rooting and not quite sure how to apply this zip to my phone... do i copy to root of sd card and boot into bootloader and apply it that way via recovery? or can i run the zip from the phone on normal boot.
broj999 said:
I downloaded the zip file but I am new to rooting and not quite sure how to apply this zip to my phone... do i copy to root of sd card and boot into bootloader and apply it that way via recovery? or can i run the zip from the phone on normal boot.
Click to expand...
Click to collapse
You have to extract the apk from the zip file, and then just install the apk from a file manager program like estrongs or astro. You do not need to use recovery or the bootloader for this at all. I probably should gave just posted the apk, without zipping it up to avoid confusion but i didn't.
I have been hit with this ridiculous security policy too, my IT admin guy just shrugs his shoulders, and it doesn't seem to hit iPhones (which are hopeless for security anyway?).
So when I install .apk, do I then need to migrate my Exchange account to a new mail application?
I have a rooted phone, is there any way to just disable Exchange security policy? It even allows 'login attempts' to my device to be 'monitored', get stuffed, I'm not having that.
DroidBois said:
I have been hit with this ridiculous security policy too, my IT admin guy just shrugs his shoulders, and it doesn't seem to hit iPhones (which are hopeless for security anyway?).
So when I install .apk, do I then need to migrate my Exchange account to a new mail application?
I have a rooted phone, is there any way to just disable Exchange security policy? It even allows 'login attempts' to my device to be 'monitored', get stuffed, I'm not having that.
Click to expand...
Click to collapse
Not that I know of yet. Uninstall native email app. Use titanium bu. Clear security. Reboot. Install this one.
Sent from my PC36100 using XDA App
What is this app and how does it work? Is it a hacked native email app? Also, silly question perhaps, how do we know it's safe to use?
Native email ap, modded. Aosp, not sense. Click the link to original post in first thread for more info. I use this exclusively anytime I flash a new 2.2 rom.
Sent from my PC36100 using XDA App
How was it modded, is the native app open source?
How are you all going with this? I'm thinking of installing it. Does it still pull in and integrate the work calendar and contacts?
Yep, but non-sense style...
Sent from my PC36100 using XDA App
Bang3r said:
Yep, but non-sense style...
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
What do you mean non-sense style? It doesn't integrate with the Sense calendar and contacts?
DroidBois said:
What do you mean non-sense style? It doesn't integrate with the Sense calendar and contacts?
Click to expand...
Click to collapse
C'mon....Just give it a try already if you're interested. Don't delete the stock mail app just yet, but delete your credentials, and remove your security (password). Then install this one, see if you like it. I honestly don't remember if it syncs calender with with sense (but I don't think it does). Don't use sense. It is not a Sense app. Its AOSP-like.
Nothing to lose by trying it.
Yeah ok I'll give it a shot.. There are several versions of this app flying around in various threads, is the link in this thread the one to use?
All seem the same to me. Could be mult authors/modders though. I just found on another forum and posted it here.
Sent from my PC36100 using XDA App
Message deleted.
Sweet... working!
How can I get the email widget for unread message count? It does come with it.
pkmusic said:
How can I get the email widget for unread message count? It does come with it.
Click to expand...
Click to collapse
It depends. Is it a sense widget you're talking about? If so, this will not work. This is the native android email application, not the Sense version. As such, the Sense widget cannot "talk" to this application. There may be a widget on the market for that though.
Beautiful...works great. I can't begin to express how much this helps me out. Any way to change the colors in the email app?
Muchas Gracias
FYI..i'm a noob
Sigh, still getting connection errors when trying to d/l attachments >1MB in size. Otherwise it works fine.

email Client Signature "Sent From Tmobile..."

Anyone figured out how to delete it? Every time I erase the 'sent from Tmobile' crap it reverts back.
there should be a signature setting somewhere in the email app
Take it out of your Gmail
Sent from my HTC Glacier using XDA Premium App
It does not allow itself to be removed in the regular imap email app. Annoying as hell. If u delete or change the sig it just reverts back to the T-Mobile sig.
Fortunately gmail app doesn't behave that way.
I gotta say that for a "vanilla" Android phone, T-Mobile really dug their nails into it. This ain't no nexus vanilla that's for sure.
Sent from my LG-P999 using XDA App
This is happening to me too and it is completely unacceptable. This is happening on my exchange email, I know I can use touchdown but I have to pay for that. This should not be like this.
Would it be possible to get the apk from the Nexus One email client and install it on this phone?
And me. I don't want this T-Mobile signature on my corporate e-mail account. Calling support right now...
Talked to support. After the usual basic steps she looked in the database and said "oh yes, I see others are having the same issue. It would need a software update from Google, and there's no timeframe for that".
Time to get hacking...
IMHO, this is completely unacceptable; I just discovered this today. I can't use this for my work email (we have to put in our own corporate disclaimer) if I can't change the signature. The only tedious work around is to to delete it every time I start a new email/reply and put in some shortcut to insert my actual shortcut. As a former BB owner, this is terrible, and this phone is going back to t-mobile right now. Might be time to bite the bullet and just switch to Verizon and the droid pro. Sigh.
Yes it's a stupid bug for sure. Glad I already paid for touchdown.
If you don't want to pay for Touchdown, there are others as good if not better than Touchdown for free. Just look for them.
Fixed the issue by replacing the email.apk file with the one from here:
http://forum.xda-developers.com/showthread.php?t=775007
Can you tell me how you did this. I have tried to install the apk but it fails.
1) End the task of your existing one and click delete data/cache in manage applications.
2) Use Root Explorer and rename the old one in system\app to email.apk.old / make a backup of it
3) Copy the new one to system\app and click install
Thanks so much. No more signature! I was really bummed out about this one, but now all is good.
ahh, glad the directions worked. I had to work from memory as I initially tried the Gingerbread email.apk file and had to do a bunch of delete, uninstall, delete motions to get the one linked above to work.
No - the default Gingerbread version does not work. I believe the one above is based on the 2.3 code and does work. The black back ground is a lot nicer than the grey that the default client had.
This is the default email client and may work better for people that don't want to bypass Exchange security policies:
http://forum.xda-developers.com/showthread.php?t=1041962
Awesome thanks...now I dont have to ask T-Mobile for a monthly fee for the advertising my emails were providing.
This is total crap!
How did you guys get around to renaming the original file? When I try it says insufficient permission. Looks like it is a read only file and am unable to change it.
You need root access.

Stock ICS Email App - Exchange Included!

As promised, here are the files and instructions if needed to install the stock ICS Email app. You MUST have root!
To install the Stock ICS Email app:
1. Turn off Fast Boot! Root your phone!
2. Install ES File Explorer and under Root settings, enable Root Explorer and Mount File System.
3. Download attached EmailGoogle.apk and ExchangeGoogle.apk
4. Drop them into the System/App folder and reboot!
5. Setup your Exchange accounts and enjoy true PUSH EMAIL!
I recommend not using the Gmail email app and just setup your Gmail via Microsoft Exchange and add it to the stock ICS Email app.
Click to expand...
Click to collapse
Hmmm I'm not sure what I did wrong but I can't get it to work. I rooted my phone successfully, downloaded these two apks and dumped then in the app folder and restarted. But they don't seem to work. I keep getting "unfortunately email has stopped working"
Sent from my HTC One X using Tapatalk 2
Did you turn off fast boot?
Figured it out, I forgot to uncheck the mount button in the file viewer. Thanks!!
Sent from my HTC One X using Tapatalk 2
broseph23 said:
Figured it out, I forgot to uncheck the mount button in the file viewer. Thanks!!
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
You're welcome! Now click Thanks
I'm getting the same issue and I've made sure fastboot is off and unmounted the /system after.
Do I need to copy both to get exchange only?
Sent from my HTC One X using XDA
Amazing!
Thank you so much for this fix!
This push bug is a PITA. This a guaranteed fix for near instant push emails?
In order for this to work, do I have to clear out the data from the HTC Stock Mail app and disable it first?
will this allow me to finally see exchange in HTML? the stock sense email app doesnt support HTML in exchange running version 03.
The phone got sluggish after I installed this until I disabled the HTC email app.
A nice bonus this does is that it enables you to ignore your Exchange Security Policy.
guizzy said:
The phone got sluggish after I installed this until I disabled the HTC email app.
Click to expand...
Click to collapse
I had similar issues. You have to disable or at least clear data from anything else that uses Exchange. You can't have two mail apps using ActiveSync at the same time.
I disabled Gmail and the stock app, and uninstalled another mail I was using, then everything was fine.
Can't find the applications
Not really sure if i have done this correctly, but i have followed the instructions.
I have rooted the phone and dropped the files in system/app
But i can't find any new applications after rebooting. Trying to click on the .apk and install them the regular way doesn't help either (and probably shouldnt?)
I am fairly certain i have disabled fastboot but how can i be really sure of this?
I just installed this on my EVO 4G LTE and it works great! Figured I would give this a bump
guizzy said:
The phone got sluggish after I installed this until I disabled the HTC email app.
A nice bonus this does is that it enables you to ignore your Exchange Security Policy.
Click to expand...
Click to collapse
how do you disable the exchange security policy? i setup my exchange account but i dont see where you can disable this feature....
trant01 said:
how do you disable the exchange security policy? i setup my exchange account but i dont see where you can disable this feature....
Click to expand...
Click to collapse
Search for it. I believe I have seen it in the Android Themes and Apps Forum
Champman said:
Not really sure if i have done this correctly, but i have followed the instructions.
I have rooted the phone and dropped the files in system/app
But i can't find any new applications after rebooting. Trying to click on the .apk and install them the regular way doesn't help either (and probably shouldnt?)
I am fairly certain i have disabled fastboot but how can i be really sure of this?
Click to expand...
Click to collapse
II also have the same problem. No new email app after dropping them into system/app with Root Explorer. I have fast boot off and am running cleanrom 4.5.
Removed stock exchange/email apps?
Mount Write permissions? I use ES File Explorer. It's free so maybe try that instead...?
Itaintrite said:
II also have the same problem. No new email app after dropping them into system/app with Root Explorer. I have fast boot off and am running cleanrom 4.5.
Click to expand...
Click to collapse
Odd. I've never had any problems with that, and I have to copy the two apks back into system every time I upgrade CR. Did you try rebooting?
Attachment size limit is low
I have noticed that the attachment size limit is 5MB or less.
Kinda weak compared to stock.
Anyway to mod it to get a larger attachment size?

[MOD] GS3 SecEmail.apk & Exchange.apk with Exchange Security Disabled

DISCLAIMER: If your place of employment's exchange policy requires the use of a pin, please be advised that use of these apks may be punishable up to termination of employment, as well as other possible legal action. Some companies take their exchange security VERY seriously and this mod is only for those whose policy does not require a pin but are unnecessarily prompted to enter one anyway. Please speak with your IT department before using these files as I will not be held responsible for any mis-use of this app or any collateral damage that may ensue. YOU HAVE BEEN WARNED. In the event you need to get back to stock, I have also posted stock apks below which will get you back to stock. Download the 'Return to Stock' link, unzip the downloaded file, and then just push them to /system/app/
Below is the Mail and Exchange apks for the S3 with exchange security disabled. This is for those who use exchange support at work, but who hate entering a pin or password every time they want to unlock their phone. Many of us use low-level security corporate exchanges that don't require a pin, so the apk files below remove that security.
1) Delete any exchange email accounts from your phone and remove any shortcuts to the mail app from your device
2) If applicable, remove any exchange administrators from Settings -> Security -> Device administrators
3) Download the 'Hacked Mail apks' file linked below. THIS IS NOT A FLASHBLE ZIP. The apk files were just too big for XDA's upload limit and so I had to zip them up and host them online. Once downloaded, unzip and grab out the 2 apk files inside (SecEmail.apk and Exchange.apk)
4) Mount your phone's system as R/W (either using Root Explorer or 'adb remount')
5) Copy the newly downloaded SecEmail.apk and Exchange.apk files to system/app/ via root explorer and overwrite the older file if/when it asks, or you can just push the files to system/app via adb
6) Set permissions on both apks as rw-r--r--
7) Reboot
8) After reboot, create a shortcut if you want and then open up the Email app and set up your corporate account.
7) You will be prompted to enable security policy midway through... this is normal so hit 'OK' and it will not ask you to enable security any further.
As previously mentioned in the disclaimer, you can use the Stock apks to get back to stock if you run into any issues. Just download the 'Return to Stock' link below, extract the 2 apks out, and follow the same process as above.
Donations always appreciated. Enjoy
LINKS:
Hacked Mail apks: http://d-h.st/8xa
Return to Stock apks: http://d-h.st/aAk
Not working for me. Still requiring me to allow all the bull**** permissions.
Edit: Never mind. I completed the whole process, and even though it says I must enable all kinds of ****, it doesn't appear to enforce anything. Never been that far cause the permissions are ridiculous. Still though, with Touch my BAMF 1.04 rom on my Tbolt, it never asks for any security in the email app. Well hope I don't get fired, but I'm already sick of having to login through my web browser.
Thanks.
I don't even have an exchange mail app on the phone now. Also cannot add an exchange account in settings > accounts.
Thanks for putting these APKs together for us eschelon!
For those having trouble with these, you can use the tool located here to patch the stock email apps.
Not as easy if as just pushing these APKs if you dont have ADB installed, but if you do then it is a piece of cake. When it asks you for the name of the email app, just type SecEmail and it should patch and reboot. When you enter your info into the patched app, it may warn you about security, but it wont ever go into effect.
alexcolodner said:
Thanks for putting these APKs together for us eschelon!
For those having trouble with these, you can use the tool located here to patch the stock email apps.
Not as easy if as just pushing these APKs if you dont have ADB installed, but if you do then it is a piece of cake. When it asks you for the name of the email app, just type SecEmail and it should patch and reboot. When you enter your info into the patched app, it may warn you about security, but it wont ever go into effect.
Click to expand...
Click to collapse
Tried to post about this last night. If you are trying to do this you might as well figure out how to do it this way. I have used this method for a long time now on multiple devices. It works the best because it patches the APK's you have and not pushing different ones. Once you get it working it's a piece of cake.
It will still popup and say something like "Your Exchange server requires security measures" and you just click OK or whatever and it doesn't actually implement them. I can confirm it works on the VZW GS3 stock email app.
does this disable the remote wipe feature? anyone willing to test that?
preusstang said:
does this disable the remote wipe feature? anyone willing to test that?
Click to expand...
Click to collapse
Yes. What this does is change the code to show that you have security enabled when you don't.
I did this but when it booted it said "Android is Upgrading. Starting applications." I then went to use the app and it wanted to use the security.
Does it sound like I missed a step or is something special happening to me?
32 GB Metallic Blue Verizon Samsung Galaxy S III (SCH-I535).
clambert11 said:
I did this but when it booted it said "Android is Upgrading. Starting applications." I then went to use the app and it wanted to use the security.
Does it sound like I missed a step or is something special happening to me?
32 GB Metallic Blue Verizon Samsung Galaxy S III (SCH-I535).
Click to expand...
Click to collapse
I get the the same as well. Followed the steps exactly and emailed the links to me from my dropbox to download to the device and used root explorer. Seems the files sizes are the same for both zips but that may mean nothing...
Do I need to try the other method... using the apk I still have to set a pin
For what it's worth, my Verizon phone came with an update sticker on it. Turns out it had a software update on it that has only recently has started to be pushed OTA. HERE is a blog post mentioning the update that I actually have. Nothing seems different to my wife's phone, which has the old software version.
Could it be a thing with Verizon? Are you also running VRLGL1 Parcou?
Is there a reason for the significant increase in the file sizes, between the original and hacked versions? Thanks in advance for the technical clarification.
parcou said:
I get the the same as well. Followed the steps exactly and emailed the links to me from my dropbox to download to the device and used root explorer. Seems the files sizes are the same for both zips but that may mean nothing...
Do I need to try the other method... using the apk I still have to set a pin
Click to expand...
Click to collapse
+1 I followed steps exactly, but I still have to set and use a PIN.
Use the patch references in post #4. It is super easy and you will use it going forward.
dtdmdrums said:
+1 I followed steps exactly, but I still have to set and use a PIN.
Click to expand...
Click to collapse
Nckmsn said:
Use the patch references in post #4. It is super easy and you will use it going forward.
Click to expand...
Click to collapse
Thanks! For those of you having trouble getting it to work with replacing the apk, definitely try the patch.
It works for a short while for me, then I get an alert saying exchange security has to be updated and once I do that it stops syncing.
parcou said:
I get the the same as well. Followed the steps exactly and emailed the links to me from my dropbox to download to the device and used root explorer. Seems the files sizes are the same for both zips but that may mean nothing...
Do I need to try the other method... using the apk I still have to set a pin
Click to expand...
Click to collapse
Use the method in post 4.
Everyone should use that method. It's much easier.
---------- Post added at 01:02 PM ---------- Previous post was at 12:56 PM ----------
The patch in post 4 does the same thing everyone else is trying to do manually. If you what the steps you can see that it's pulling the apps. Modding them. Then pushing them back to your device.
I am on CM10 right now and it asked me to specify some of my APK names. Others may have to use Root Browser to see what their apk's are named if you have issues. Also if you run into this problem the names are case sensitive I think. If it shows like mine Exchange2.apk type it into the patch tool just like it looks.
I got an error when I did it on CM10 that Exchange services had stopped. However, I guess it worked itself out because I still get my work email and it's just as fast sometimes faster than getting it on my computer.
clambert11 said:
For what it's worth, my Verizon phone came with an update sticker on it. Turns out it had a software update on it that has only recently has started to be pushed OTA. HERE is a blog post mentioning the update that I actually have. Nothing seems different to my wife's phone, which has the old software version.
Could it be a thing with Verizon? Are you also running VRLGL1 Parcou?
Click to expand...
Click to collapse
Mine says VRLF2 (I535VRLF2 base) (build I535VRALF2) what does that mean?
Also I was able to do post #4 with stock to get it to work...
alexcolodner said:
Thanks for putting these APKs together for us eschelon!
For those having trouble with these, you can use the tool located here to patch the stock email apps.
Not as easy if as just pushing these APKs if you dont have ADB installed, but if you do then it is a piece of cake. When it asks you for the name of the email app, just type SecEmail and it should patch and reboot. When you enter your info into the patched app, it may warn you about security, but it wont ever go into effect.
Click to expand...
Click to collapse
THIS
this works, thank you so much
now to find a way to copy my exchange calendar appointments to my google calendar so everyone else can see them too....
my face unlock is BACKK!!!
thank you so much x
screwyluie said:
THIS
this works, thank you so much
now to find a way to copy my exchange calendar appointments to my google calendar so everyone else can see them too....
Click to expand...
Click to collapse
Had the same issue wanted it to show so all others can see. I found a way but not conventional. I created a new gCal account with a new email and called it by my job name. Then I shared that account with my current gCal account. Then on my work PC I downloaded the Google calendar sync app and logged in with the new work account. So now in my default account I just check the shared calendar for my job and it shows all my job appointments as well as all my other shared calendars.
Works for me
Sent from my SCH-I535 using xda app-developers app

Categories

Resources