Email Apps - AT&T Samsung Galaxy S II Skyrocket SGH-I727

Looking for some help here regarding versions of email apps/clients.
I am currently using Embryo 6.1 which includes Email 4.0 (or at least that was it says in application management). The icon is a white envelope with a blue "@" symbol on it. It does work fine with exchange accounts. I just don't like how things are laid out as much.
Most other ROMs I have used so far have either included a version with "exchange" which I really don't know the version but I do know the icon is again a white envelope that is open with a yellow card coming out of it, the card has an "@" symbol on it. See the image below.
{
"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"
}
What version of email is this, I have always seen it referred to as "exchange email?" My googling has not been very productive to answer what version or even the name, only yielded some images with the icon above.
Any help would be appreciated.
Thank you.

I know this doesn't answer your question, but it may give you an alternate you prefer. I've used Touchdown for a year for my exchange account. I love it - it is very similar to having Outlook on your phone. 30 day trial. http://nitrodesk.com/

Hi 0rius
You're looking for AOSP Email app.
Here are som threads:
http://forum.xda-developers.com/showthread.php?t=1572901
http://forum.xda-developers.com/showthread.php?t=1948809
http://forum.xda-developers.com/showthread.php?t=1668611
http://forum.xda-developers.com/showthread.php?t=1852459
I'm curios why don't people ask questions, like this one, in the Q&A forum instead of posting it here in apps and themes??

Wrong subsection
3rd party solution? K9-Mail. Best mail app. Period

icenight89 said:
Wrong subsection
3rd party solution? K9-Mail. Best mail app. Period
Click to expand...
Click to collapse
I prefer Aquamail, it keeps to the aosp look and feel

skyrocketeer said:
I prefer Aquamail, it keeps to the aosp look and feel
Click to expand...
Click to collapse
Same features, but I don't like the GUI (preference I suppose), I also dont like that I have to pay for the same features k9 offers for free

icenight89 said:
Wrong subsection
3rd party solution? K9-Mail. Best mail app. Period
Click to expand...
Click to collapse
How is this the wrong subsection?

0rius said:
How is this the wrong subsection?
Click to expand...
Click to collapse
Its a question lol so it goes in the question section. Yes its about an app, so I see your point, but its still a question

I use Touchdown for my work email and love it. Ever better that work paid for it.
Sent from my SAMSUNG-SGH-I727 using xda premium

icenight89 said:
Wrong subsection
3rd party solution? K9-Mail. Best mail app. Period
Click to expand...
Click to collapse
+1 for K9-Mail. It works, just works, does what it's supposed to do, all the time, every time. Push emails, poll, whatever it just works.

email
lsu_tigerfan said:
+1 for K9-Mail. It works, just works, does what it's supposed to do, all the time, every time. Push emails, poll, whatever it just works.
Click to expand...
Click to collapse
Tried most of above and would like to add 1 more for k9-mail.

skyrocketeer said:
I prefer Aquamail, it keeps to the aosp look and feel
Click to expand...
Click to collapse
Why don't you just use the aosp mail? Imho really it's the best e-mail app and if you have an msn/hotmail/outlook account it beats their mail app to the ground (yuk).
It's easy to replace stock email with it. I would suggest you extract the version from CM7/9/10 zip depending on the version of your FW.

Related

[DEV-ONLY] IME in Landscape not to use full screen

While playing with android today, I discovered something in the docs which people have been looking for. (I remember there was a thread on this few days ago but couldn't find it now. :S) The docs tells you how to make the IME not cover the fullscreen.
Picture speaks a thousand words:
{
"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 decision is controlled by the App, the TextView itself by specifying android:imeOptions.
See here: http://developer.android.com/resources/articles/on-screen-inputs.html (Ctrl+F: flagNoExtractUi)
I hope this helps the devs.
omg some please make this happen
me likey...i hate the keyboard being fullscreen sometimes..
djdamon said:
omg some please make this happen
Click to expand...
Click to collapse
You realize this is up to the developer of every single application that you use. I know some of our local wiz devs can whip this into the stock open sourced apps, such as the browser (please!) and messaging. However, for 3rd party apps it is going to rely on the developers seeing this thread, taking interest in this idea, and implementing it.
So... you have an app you use, point your developers to this thread and ask for some love.
daveid is right.
The picture above is a quick hack on my Mms.apk. However, I do think it's possible to make it a default behavior. Need someone to force this to always on in the framework. That's dirty hack though, at least to me.
I remember there was a thread on this few days ago but couldn't find it now. :S
Click to expand...
Click to collapse
You were probably referring to my post. I knew I should have posted it in the dev section. My thread is of people saying they want it but with no progress. good job tho. hopefully we will start to see a fix.
http://forum.xda-developers.com/showthread.php?t=666990
well you said that the app is what follows this restriction; to make it always use fullscreen. what if we just remove the feature from the IME.apk all together? is the noextract cmd written within the IME? if so we can make the app have to use the non full screen mode. perhaps set the parameters to zero on IME so fullscreen can never be called upon. just a thought. don't know that much about this stuff. could u share exactly what you did to make this work? just insert the noextract value in the apk and resign?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
daveid said:
You realize this is up to the developer of every single application that you use. I know some of our local wiz devs can whip this into the stock open sourced apps, such as the browser (please!) and messaging. However, for 3rd party apps it is going to rely on the developers seeing this thread, taking interest in this idea, and implementing it.
So... you have an app you use, point your developers to this thread and ask for some love.
Click to expand...
Click to collapse
Or up to the devs of IME's to simulate that flag always being set. I'm looking into it in my mod anyway.
jonasl said:
Or up to the devs of IME's to simulate that flag always being set. I'm looking into it in my mod anyway.
Click to expand...
Click to collapse
thanks man! im sure ull make it happen. please keep us posted.
Yes, jonasl, looking forward to that. since i've been using ur MOD since some version ago, you deserve some bucks for your work.

Official Twitter app in the Android market now

In case you didn't know, Twitter has been working on an official app for Android and Apple, and Android's app is available in the market now.
This is one beautiful and well working app, thanks for the heads up
hmmm.. wonder if I should replace my Twicca with this
ufff, will check that..
KnightMAREcrow said:
This is one beautiful and well working app, thanks for the heads up
Click to expand...
Click to collapse
No problem, I wish I could post the image thing but idk how lol.
wow i cant decide to use this or touiteur there both great
blaboy51 said:
wow i cant decide to use this or touiteur there both great
Click to expand...
Click to collapse
lol, I'm torn too.
AbsoluteDesignz said:
lol, I'm torn too.
Click to expand...
Click to collapse
lol iam just gonna use both switch off from time to time on each one
touiteur still has more features...like multiple reply function. Plus it has @ auto complete. Also threaded replies is a must for me!
official twitter app sync with your contacts is amazing feature though and I like how it builds in the OS like facebook does
I'm not much of a Twatter person, but this is a nice looking app, will try it instead of Twicca
Nice, simple...damn, sync feature is nice...but I got used to Touiteurs different colours..
thanks for the head up bro! This app is awesome! Love the sync feature.
nephron said:
thanks for the head up bro! This app is awesome! Love the sync feature.
Click to expand...
Click to collapse
hmm it seems the sync feature replaces your contacts address book name with their twitter name which is actually pretty damn annoying
I don't know, I'm pretty used to Twidroid already
hmmm, I already theme Touiteur to match my minimalistic theme...I'm about to theme Twitter and see how that goes...I'll let you know.
lazaro17 said:
hmm it seems the sync feature replaces your contacts address book name with their twitter name which is actually pretty damn annoying
Click to expand...
Click to collapse
Same problem here. :-(
Could someone please post apk file?
JR_de said:
Same problem here. :-(
Click to expand...
Click to collapse
yea i've disabled sync for now. hoping it's treated as a bug and fixed in a update soon
{
"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"
}
Twitter
lazaro17 said:
hmm it seems the sync feature replaces your contacts address book name with their twitter name which is actually pretty damn annoying
Click to expand...
Click to collapse
This is already driving me up a wall.

Official Twitter for Android is available in Android Market!

Twitter for Android: Robots like to share too
{
"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"
}
Twitter v1.0.0.apk
sweet ill try this out
It's very nice. I'm thinking about replace Twidroid, now.
Does it come with a translator? Seriously, I have no idea what anyone is saying on that site. @wtf _#??omg http://bit.ly/a8HjPE @forsure tweet!
it's pretty sweet...all the basics. does the animated background slow anybody else's phone down?
can anyone say FINALLY?

			
				
what's the peep apk, so I can uninstall it?
Twitter Releases Official Android App, Kicks All Other Twitter App Devs Where It Hurts
is anyone having trouble getting it to sync with existing contacts?
does it have Autocomplete for @'s like Twidroid?
someonenewhere said:
does it have Autocomplete for @'s like Twidroid?
Click to expand...
Click to collapse
No it doesnt. But its early on this app and i like it and im a twidroid pro user. Give it a try.
TWEETCASTER rocks
I think I will keep Tweetcaster...
jonesdana said:
I think I will keep Tweetcaster...
Click to expand...
Click to collapse
Agreed. I've yet to find a twitter client that worked as well as TweetCaster.
jasnmb said:
is anyone having trouble getting it to sync with existing contacts?
Click to expand...
Click to collapse
yeah it doesn't give any syncing option anywhere. it says that i have no contacts when i look in view yet i have 10 followers who i follow. that makes them contacts surely?
and where is this map interaction? i cant find it
FOR 2.1 Only !
My personal strategy does not involve, being on 2.1 until an official release gets modded, so I can't use it. Maybe it aught to be said up front. FOR 2.1 Only ! Doesn't show in my 1.5 market.
Just for the record.
willy900wonka said:
My personal strategy does not involve, being on 2.1 until an official release gets modded....
Click to expand...
Click to collapse
You're only doing yourself a disservice, the jump from 1.5 to the current 2.1 build everyone is using is massive compared to what an official release is going to provide on top of what we have.
coldsweat said:
You're only doing yourself a disservice, the jump from 1.5 to the current 2.1 build everyone is using is massive compared to what an official release is going to provide on top of what we have.
Click to expand...
Click to collapse
You may be right. That's why it's personal. I'm not recommending it. I'm not justifying it. It just is.
Back on topic: the 2.1 issue for com.twitter.android should be posted. Even the QR code should have been posted.
keridel said:
yeah it doesn't give any syncing option anywhere. it says that i have no contacts when i look in view yet i have 10 followers who i follow. that makes them contacts surely?
and where is this map interaction? i cant find it
Click to expand...
Click to collapse
the sync is strange. I even switched it to Sync All and it did add the people I follow to my contacts, but the one contact that I already had in my phonebook, whom I also follow on twitter, did not get added or updated with the twitter link. oh well.
I found the map interaction after viewing a profile that had location-based tweets turned on, then pressing Menu > map.
yay
this twitter app is sick, i like the animations, and its pretty smooth.

[Q] 'Messaging' App

I'm looking to sideload the sms app that i've had with two previous android phones. After getting my new N5 yesterday, it seems the stock 'messaging' app has been replaced in favor of hangouts. New to hangouts, but after about a day, i can say f-that. I know other sms apps are out there, but i really just want the one I've had for years. I promise I've used the search feature, please don't fault me if this info is out there.
Ohiostyle said:
I'm looking to sideload the sms app that i've had with two previous android phones. After getting my new N5 yesterday, it seems the stock 'messaging' app has been replaced in favor of hangouts. New to hangouts, but after about a day, i can say f-that. I know other sms apps are out there, but i really just want the one I've had for years. I promise I've used the search feature, please don't fault me if this info is out there.
Click to expand...
Click to collapse
Hi, you need to install the app you want, go to Settings/wireless & Network/More/Default SMS app
{
"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"
}
There you new app may show up, so, you can set it as default.
Btw, your post was not too clear but is that what you mean?
GUGUITOMTG4 said:
Hi, you need to install the app you want, go to Settings/wireless & Network/More/Default SMS app
Click to expand...
Click to collapse
The problem is that the messaging app wasn't installed. My N5 was bought from the play store jsut this week. Maybe it is installed on the t-mobile or sprint variants? Has anyone pulled that apk and posted it anywhere? My wife just got an unlocked moto x and it has it.
Ohiostyle said:
I'm looking to sideload the sms app that i've had with two previous android phones. After getting my new N5 yesterday, it seems the stock 'messaging' app has been replaced in favor of hangouts. New to hangouts, but after about a day, i can say f-that. I know other sms apps are out there, but i really just want the one I've had for years. I promise I've used the search feature, please don't fault me if this info is out there.
Click to expand...
Click to collapse
The app you may be looking for is 8sms! Its on play store you dont have to sideload!
http://forum.xda-developers.com/showthread.php?t=2519733
Ohiostyle said:
The problem is that the messaging app wasn't installed. My N5 was bought from the play store jsut this week. Maybe it is installed on the t-mobile or sprint variants? Has anyone pulled that apk and posted it anywhere? My wife just got an unlocked moto x and it has it.
Click to expand...
Click to collapse
http://www.hugedrive.com/published/WG/show.php?q=RU5NQU5VRUwyNDAz-a8a1a0ba&mode=preview&file=NzA=
this is the stock MMS.apk you see in that picture
Thanks, I see it's not totally the stock messaging app, but I will give it a try. It mentions a lack of bloat, but new useful features. Anyone know what additional features are that they've added?
goofball2k said:
http://forum.xda-developers.com/showthread.php?t=2519733
Click to expand...
Click to collapse
:laugh: Thanks mate. It works with me.

[APP][4.0+] Floating Mail - Email client with (Facebook) chatheads style notification

Floating Mail is a free email client with chat-heads style notifications.
Based on the popular K-9 Mail, Floating Mail is a free email client with chat-heads style notifications.
Get notified on new emails with beautiful chat head style floating notifications.
Floating mail allows you to read incoming mail while using other apps.
Just touch the floating bubble to open your incoming mail. You can freely move the bubble and toss it around the screen.
The floating bubble will display your contact's picture (if one is available).
Update: I'm getting a lot of good reactions, especially about the floating UI, and I must say that the credit for it goes to Tooleap. I created several floating apps with their SDK and I know they accept developers to their private beta on their site: www.tooleap.com
Here is their XDA thread http://forum.xda-developers.com/showthread.php?t=2727437
Download Floating Mail on Google Play
https://play.google.com/store/apps/details?id=com.floaters.email
{
"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"
}
Does this replace K9 or augment it? Get similar capability with Floatifications on ROMs with Halo or allowing Xposed XHalo module.
If it replaced K9, will it takes its configuration?
Very nice, but... cannot open/save attachments in Exchange mail
Dovidhalevi said:
Does this replace K9 or augment it? Get similar capability with Floatifications on ROMs with Halo or allowing Xposed XHalo module.
If it replaced K9, will it takes its configuration?
Click to expand...
Click to collapse
Hi,
it replaces the k9 mail, and doesn't take its configuration.
Nice idea.
Does this handle multiple email accounts?
jayinc11 said:
Nice idea.
Does this handle multiple email accounts?
Click to expand...
Click to collapse
Thanks!
Yes, the app handles multiple accounts.
Floatricks said:
Hi,
it replaces the k9 mail, and doesn't take its configuration.
Click to expand...
Click to collapse
Will it import exported kmail configuration?
An interesting concept and implementation, though I am not big fan of green email icon though, I actually hate the icon (no offend)... I would probably recommend you to make it use email app's own icon to displayed (not sure how difficult this would be)
neverletless, this is excellent app, in fact I found quite useful to use (have been testing last an hour or so), so a lot of thanks FloatricksQ:good:
Dovidhalevi said:
Will it import exported kmail configuration?
Click to expand...
Click to collapse
Yes, it should work
thank you man,, I will try to
jazzespresso said:
An interesting concept and implementation, though I am not big fan of green email icon though, I actually hate the icon (no offend)... I would probably recommend you to make it use email app's own icon to displayed (not sure how difficult this would be)
neverletless, this is excellent app, in fact I found quite useful to use (have been testing last an hour or so), so a lot of thanks FloatricksQ:good:
Click to expand...
Click to collapse
Thanks! (Even though you hate our green mail icon. No offense taken :laugh
Floatricks said:
Thanks! (Even though you hate our green mail icon. No offense taken :laugh
Click to expand...
Click to collapse
heh heh heh..glad that you did not offend it :angel: green goblin

Categories

Resources