[Q] Touchdown for Android Wakelocks - One (M7) Q&A, Help & Troubleshooting

Does anyone use Touchdown for exchange mail and experience a ton of wakelocks? I did some research and the best I could find was an outdated google groups discussion (https://groups.google.com/forum/?fromgroups#!topic/nitrodesk/iy-MhfG88F8) about an older version.
I've since disabled Touchdown to avoid the wakelocks, but it requires a few extra steps to check my work mail now. Any help would be appreciated!

Related

Android Caldav Client?

Anyone know of a caldav client for the android? If not, anyone have any thoughts about hacking the default android calendar application to be able to sync with an arbitrary caldav server? Does anyone even know what it uses to sync with the google calendar currently? I know that google calendar servers can act like caldav servers, but that does not imply that android is therefore using caldav under the hood to sync.
RE: Android Caldav Client? [bump]
This is a critical step to my adoption of a new phone. Is there anyone developing such an application? Is there a way to extend the existing calendar app to allow connections to other caldav or ical servers with either self-signed certs or non-standard CA's?
bucketoftruth said:
This is a critical step to my adoption of a new phone. Is there anyone developing such an application? Is there a way to extend the existing calendar app to allow connections to other caldav or ical servers with either self-signed certs or non-standard CA's?
Click to expand...
Click to collapse
I actually finally downloaded some of the android source code last night, but I could not find the place where this is coded. I looked in the packages/apps/Calendar and in packages/apps/Sync. The Sync dir was empty, that code seems to have been deleted recently from the repo. I don't know what it was replaced with, anyone?
I will look into it more, but I am not familiar with the source layout yet and it is turning out to be harder than I thought to figure out how this is currently done to see if it could easily be pointed to another service.
Of course, if you don't mind using google's services, you can probably make their service sync with the other calendar services that you mention.
Seems like they're working on Sync internally. Unfortunately AOSP isn't being developed completely in the open yet. Maybe after donut. Anyway you can see the 1.0 branch source for Sync here
http://android.git.kernel.org/?p=pl...=tree;h=refs/heads/release-1.0;hb=release-1.0
You can also git it by specifying -b release-1.0
And of course like the last poster said, I believe there are ways to make it work if you don't mind routing it through GCal. For my personal usage, I like the Google services, but I am looking forward to more robust integrated Mail/Cal/Contacts replacement apps from other cloud-based providers (Yahoo, MS, etc) and local-sync methods.
Hopefully Google will also fix their own broken CalDAV implementation, and support VTODO sync. That'd be nice...
CalendarProvider.apk may provide some answers.
I've also tried looking for programs like this. It's quite strange that it isn't more noise about this. I guess I just have to bite the bullet and use Google Calendar.
I've taken much pride in being autonomous though, I've got everything Google Calendar has, but not the Android->Cloud->Computer (Evolution in Ubuntu) sync. Only Evolution <-> Cloud (which is just my own servers ).
Did you find anything in the code?
People should probably «star» this wishlist item about CalDAV in Android Calendar: http://code.google.com/p/android/issues/detail?id=2361
I really want to kick this one up.
I need a program that syncs my exchange calendar with google one on my phone, like gcalsync did on winmo.
I am also able to use davmail and get the exchangecalendar in caldav mode. Why is this not implemented nor available on market?
Huge $ potential. Contact calendar sync is not working for me.
I just put up a beta app on android market that does caldav sync with the phone's calendar. Search 'caldav' in the market and you should find it.
Cannot find app
I have an HTC desire running 2.1 and I cannot find the CalDav app in the store. I am in the UK and really need this app to sync my calendar at work. Is there a way of obtaining the app and manually installing it.
Seems it is a protected App. But I was able to download it from the market this morning with my unbranded Desire.
I cant download this on my x10 until root is released, can anyone post the .apk for the beta trial
http://www.androidzoom.com/android_applications/demo/calendar-caldav-sync-beta_fqks.html
much appreciated
Hang on there!
I am currently developing a full CalDAV-Client for Android.
As a fact, a prototype was developed during my final exam-work in university. Now i am going to do some bug-fixes and enhancements. Await a Beta soon
cu
Sounds great.
Please let us know if we can test your beta version.
i, too, would much like to beta test your app.
I got to have support for multiple caldav calendars (read-only)
in the structure
calendar transport
|-> vehicle 1
|-> vehicle 2
calendar people
|-> person 1
|-> person 2
easiets would be to be able to add just the main calendar (like in ical mac osx 10.6) but adding all the calendars via their own calendarID would be fine too.
Just multiple calendars will be needed.
Hope you will let me in the beta.
Thnx
Hi
I am also verry interested to test your Caldav app.
CalendarSync lacks support for multiple calendars.
Greetings
Christopher
Well, I am currently redesigning the whole app and adding multilanguage support. as soon as there is a beta, i will be informing you guys
Stay tuned in my Post: hxxp://forum.xda-developers.com/showthread.php?t=738135
Nice!
Thanks for working on that.
Ive been trying to set up the caldav sync for a while now and it just doesn't seem to want to do it.
any news?
Any news on this development?
ACal
Perhaps we might see some progress here?
http://wiki.davical.org/w/ACal

[Project] Android MS Exchange Client

Hi,
I am thinking of creating an Android Exchange client as I am yet to find a 100% suitable one for my G1.
I currently use TouchDown which works acceptably, but I dont think the interface is particularly in keeping with the standard Android theme. It also seems to duplicate many aspects of the G1 features (calander etc) - why not integrate?
So I was wondering if anyone had some experience of programming (I do, before someone asks) in particular with Exchange history if possible, as I could do with some help and I am all for helping the Android community.
I haven't decided yet if the app will be FOSS or closed source, but if I were to charge it would be around the 1GBP mark - I'm not trying to pay the mortgage off, but something to reimburse the time spent is always nice. Maybe a lite version for free etc.
PM me if you are interested in helping out, I will probably setup a Google Code project or something.
Rich
I am not a programmer (sorry), but I just want to say there is definitely a market for good Exchange apps. The company I work for switched to G1s recently and we bought a few Touchdown licenses just for ActiveSync. I personally hate the TouchDown interface (sorry devs, you're nice and all but I am a fan of design as well as function!). If something was created that could do TouchDown's job (or better) and fit in with Android better, you'd have some people interested for sure.
rich,
I may be interested in working on this. I just got my ADP1, and have barely started playing with it. I'm still running touchdown under the free trial period.
Exchange sync is built into Android 2.0. I haven't played with a droid, so I don't know if it's implemented more like you're talking about or not, but that's certainly worth looking into before developing from scratch.
I know that the 2.0 build should support it, however most Exchange interfaces dont work on our setup
We use a different port for the SSL connection and this seems to break most Exchange implementations (excluding TouchDown). Is the Exchange support in the AOSP Email app?? Or is it like the HTC version?
I would find this very useful. As already said we have many G1 and Magic out there using Work Email and Touchdown....
My problem with a couple of the exchange syncs is they don't include Calendars and Contacts. What good is That? When they say Work Email they mean just that, email.
richbayliss said:
Hi,
I am thinking of creating an Android Exchange client as I am yet to find a 100% suitable one for my G1.
Click to expand...
Click to collapse
Hope you have the cash to buy an Activesync Exchange license. That is unless you're planning on using OWA , in which case I doubt folks would pay for an Exchange client without push.
richbayliss said:
I know that the 2.0 build should support it, however most Exchange interfaces dont work on our setup
We use a different port for the SSL connection and this seems to break most Exchange implementations (excluding TouchDown). Is the Exchange support in the AOSP Email app?? Or is it like the HTC version?
Click to expand...
Click to collapse
I have tried the xROM based on the 2.0 AOSP and the mail client supports MS Exchange contacts and calender included.
I would certainly be very interested, especially if you managed to support exchange categories. Touchdown on my HTC Hero (v1.5) certainly doesnt, and neither does the built in HTC activesync program.
Ideally I want to have a month view calendar with the different calendar events shown on a daily timeline with a colour I can choose for each calendar category.
As far as I can find, I dont think that any of the current android/exchange syncing options even support or mention exchange categories!!!
The 2.0 email app is fully configurable to support exchange, you can change ports and ssl settings. Works perfectly.
There are a few issues that I have with the exchange solutions for Android.
1. Touchdown works, but I hate that it does not integrate into the existing framework. I know it can be done, look at SenseUI from HTC. Almost perfect! Just runs like crap on MyTouch.
2. Lack of integration (touched on point 1, but needed to be said).
3. Lack of full features. Seriously, WHY is there NO WAY to tell it what times to sync and what times not too. I don't need to get EVERY email that is sent between 10pm and 5am and then have my phone sqwaking all night. This bugs me about GMail data sync, I have to MANUALLY shut it off... ugh... Touchdown does this, SenseUI does not...
Anyway, a working, full featured integrated application would be worth paying for. Talk about enterprise licensing... People would be all over that... trust me...
Thanks,

[Q] Very Honest Advice Neede

Hi, I have the chance to buy an unlocked/unbranded Galaxy S, but I need your advice about the following:
a. Exchange Mail/Calendar/Contact sync, this is a deal braker for me, the only experience that I have with android was the Milestone, with the Milestone using the mail program or TouchDown was imposible to make my exchange account work, mail worked sometimes, calendar and contact never.
My company use Exchange 2010 with enforced security, I have no problems using it on my symbian devices (E71 and now N97 mini), of course WinMo phones also work without problem the same as iPhone (my wife work with me and her iPhone works), I have no partners with android phones to check with them. Asking anything to my IT is not an option, my company is large (+250K employees) and they won´t make exceptions.
b. Can I use hotmail via IMAP or only POP? (please, don´t suggest to use Gmail, I also use Gmail but need access to Hotmail)
c. My country is not android market "friendly", any experience using Market Enabler to access the market and buying on it?
Many many thanks for your answers. Regards.
I can only answer to C:
Use MarketAccess:
http://amip.tools-for.net/wiki/android/marketaccess
And Eris Market Fix (found in Android Market, to see the protected apps).
I have been using these on 2.1 and now 2.2 and they are working perfectly.
So glad that I have been able to buy apps!
I can only reply to b:
imap works with the stock client but you're better off with K9 from the market (it's free) as it supports imap push and works well.
For b. you can use gmail (a. I'm not sure but you can try it)
Let me explain:
On gmail Settings > Accounts and Import
In Send mail as:
Click on Send mail from another adress (follow the steps)
Then under:
Check mail using POP3:
Click on Add POP3 email account (follow the steps)
Now you will be able to recieve and send message from and to your hotmail account.
If you don't want to do it this way look on community.seven.com for their mail app
NB! Your company Exchange administrators could (and should) in any time to exclude any phone OS to synchronize according to the company policy for security or another reason.
Question a:
- this should not be possible in the Eclair native eMail application (version 2.1 of Android). This might be possible in paid applications, if they have full MAPI compatibility.
- this should be better possible in the Froyo (version 2.2 of Android). Don't know if it works out of box, but...:
Exchange support
Improved security with the addition of numeric pin or alpha-numeric password options to unlock device. Exchange administrators can enforce password policy across devices.
Remote wipe: Exchange administrators can remotely reset the device to factory defaults to secure data in case device is lost or stolen.
Exchange Calendars are now supported in the Calendar application.
Auto-discovery: you just need to know your user-name and password to easily set up and sync an Exchange account (available for Exchange 2007 and higher).
Global Address Lists look-up is now available in the Email application, enabling users to auto-complete recipient names from the directory.
Exchange information from http://developer.android.com/sdk/android-2.2-highlights.html.
there is also TouchDown 2.0 (paid) for Android that is vastly improved over TouchDown 1.0
back to hotmail account, it works great with the Samsung push Email & IM program, i have all my hotmail accounts real & fake ones all running simultaneously.
but as metioined above if you'd like more funtionality then you might be better off with K9 (free) mail app.
AllGamer said:
there is also TouchDown 2.0 (paid) for Android that is vastly improved over TouchDown 1.0
back to hotmail account, it works great with the Samsung push Email & IM program, i have all my hotmail accounts real & fake ones all running simultaneously.
but as metioined above if you'd like more funtionality then you might be better off with K9 (free) mail app.
Click to expand...
Click to collapse
the samsung modified email app push works for you? I only checked with the stock firmware i had (JF3) and didn't have push for imap
btw: i'm personally not a lot in favor of importing stuff to gmail. that's embrace and extend at it's best: they read all data for their statistics. So ok it's a google os with a lot of such stuff but i'd rather separate some things when possible. (note:k9 is giving full satisfaction, just wondering about stock)
yes i'm using the Samsung Push Email as my main email app for all my email accounts, including google
4 accounts from hotmail
3 accounts from yahoo
12+ accounts from gmail
i hardly use my PC for email now since i got the phone, it's amazing!
Many thanks to all, one thing that Android doesn´t lack is user´s support. Since the N8 is delayed again I ordered the Galaxy S to give it a try.
I can respond in general that if you going to use Galaxy frequently with GPS, WIFI, Email then carry your charger or USB plug.
I found that even with light usage the battery needs to be charged everyday which I find it that I cant use it as my main phone as I travel a lot and I need more than 2 day with light usage of phone.

Huge Battery Drain from Native E-mail App Sync

I am experiencing significant battery drain from the Exchange linked native E-mail app on the T-Mobile S6 with the push update installed. The drain accounts for ~50% of the battery usage and is attributed to "Email Sync" from the native app. Has anybody else with an exchange linked phone experienced this? My battery lasts only 6-7 h in the presence of this drain under normal use. I tested the drain during rest overnight, and the drain accounted for ~40% drain over a 6 hour period of absolute rest with complete keep awake over the same time. This drain is a deal breaker and is killing the phone for me...
Your feedback, possible solutions, or sympathetic experience is greatly appreciated.
I froze the native email app and the exchange stuff since I need to bypass exchange security.
Using mailwise, I have no real drain syncing with my exchange account. It's a free app and really good so you might try that as an alternative.
JackieBrown said:
I froze the native email app and the exchange stuff since I need to bypass exchange security.
Using mailwise, I have no real drain syncing with my exchange account. It's a free app and really good so you might try that as an alternative.
Click to expand...
Click to collapse
I was hoping to be able to use the native app and avoid a 3rd party exchange mail app. Mailwise is great though. Actually better than the native app.
I cannot freeze native email services and apps though. Restarting after removal of the account details on the native app worked and all is well. I can finally enjoy the phone!
Many thanks
Sent from my SM-G920T using XDA Free mobile app
use gmails exchange app
http://www.androidpolice.com/2014/1...-support-material-design-landed-apk-download/
This simple method fixed my battery problem, whatever was causing it:
http://forum.xda-developers.com/tmobile-galaxy-s6/general/guide-enable-deep-sleep-rooting-t3080833

Third-party email client secure?

Hello, just a quick question. I'm tired of using three separate apps for my various email accounts. I downloaded Blue Mail and it's great. But my concern is security since they store info on their servers. Is there any chance my passwords/emails/privacy are at risk? Or can I stop worrying and use the app? Thanks for any help offered.
You can use Gmail app for other email providers too.
Chris92881 said:
Hello, just a quick question. I'm tired of using three separate apps for my various email accounts. I downloaded Blue Mail and it's great. But my concern is security since they store info on their servers. Is there any chance my passwords/emails/privacy are at risk? Or can I stop worrying and use the app? Thanks for any help offered.
Click to expand...
Click to collapse
Secure if each account is protected by different passwords and 2fa enabled.
checkout https://protonmail.com
their servers are in the Switzerland and if you get a paid account you can add more emails. they are all 2fa enabled to view and if you're low on cash, use
https://appcloner.app/
its not necessarily the email account you should be concerned about, its which sites you use it for. from where the breach comes from.
There are mails like protonmail and others that provide a very secure mail. but if your'e just looking for an app shouldn't you be using actually like gmail or outlook? they're great and I guess you can turn off any personalization if you don't want to. give it a try

Categories

Resources