[App] Email 2.3.4 w/o exchange PIN requirement - Droid Incredible Themes and Apps

Here's an email app from CM7 that I have edited to remove the requirement for a pin to unlock when using an exchange account. I am not a developer, I simply followed the instructions found in numerous other threads. I am posting this because I couldn't find an updated version anywhere else that actually has user definable account colors working. I also changed the app icon and notification icon to a blue version of the standard icon. This app works great for me on CM7 and I have used older versions of this on Sense roms in the past. Give it a try if you hate the exchange PIN requirement. Be sure to make a backup first as always. Just flash the zip through recovery. It will say that it requires device admin as usual during initial account setup, just hit OK to continue. It should skip past enabling the PIN.

works great for me! Thanks. I'm running IceCream sense. The default email app (I guess Sense 1'0) works okay, but I like having the check boxes fOr multiple selection and being able to add a custom notification. I never use the sense email widget, so no loss there. The only thing I miss is the unread counter on the icon. Cool!
Sent from my ADR6300 using XDA App

Awesome love the black background, the colored accounts, and the combined inbox. Thanks.

Glad you guys like it, I was beginning to wonder if anyone else was going to use it.

Related

Request: AOSP Style Vanilla Lock Screen for Fresh 2.3.3

Before I begin, I want to let everyone know I searched endlessly for the problem I'm having and have found absolutely nothing. I'm hoping someone out there can help solve this problem for me. Also I'm posting here rather than any other section because it seems as though I would get the best help here.
I downloaded all of fresh's different vanilla clock options and tried them all individually making sure to wipe data/dalvik cache and haven't been able to achieve the results I'm looking for. Here are the problems:
1. His vanilla lock screen works but not when I receive calls, only when I turn off/on screen. When I receive calls I get the standard Htc lock screen. I've tried everything I can think of including using root explore to remove factory lock screen and also going in through the adb shell. Both ways seem successful until I get a call and realize I have the same problem all over again.
2. The second problem is that the vanilla clock on the lock screen is blurry and doesn't look the way it supposed to. It's black instead of white and very faint. I've found a way to get rid of the clock in the lock screen but would rather have one.
Basically I'm trying get the vanilla lock that's in darchdroid 2.7 or one that operates in that manner and looks the same. I'm assuming that that's the original unmodified/themed vanilla lockscreen.
Oh, and all this time I thought all those vanilla lockscreen mods (JsChiSurf, flipz, and the Gregalous's metamorph) handled calls this way!
I would also like to see this. Just a pure AOSP lock screen with all the looks and functionality of the original.
I'm confused my clock in the rotary aosp lockscreen is white and when I get a call the arc from the HTC lockscreen comes up but that's what's in the frameworks. I don't know what darchdroid looks like cause I've never tried it. I prefer sense roms.
Papa Smurf151 said:
I'm confused my clock in the rotary aosp lockscreen is white and when I get a call the arc from the HTC lockscreen comes up but that's what's in the frameworks. I don't know what darchdroid looks like cause I've never tried it. I prefer sense roms.
Click to expand...
Click to collapse
I prefer Sense based roms as well after having numerous problems with dd 2.7 I ran out of patience. Plus fresh is running incredibly smooth for me. But the vanilla lock screen on that rom is neat because it's made so that it comes up all the time in similar fashion to phones that come stock with vanilla such as the original droid. This means that when you get a call to answer/unlock the vanilla lock screen comes up as well. No Sense lock whatsoever. Also I believe that it's themed so it's not completely clear but only semi transparent so that you can tell the lock screen is there. Lol I'm probably not doing a good job at describing it and don't have any screen shots since I"m not using dd 2.7 anymore.
Below is a thread from a while back about putting aosp apks on Sense based roms and you (Papa) have a post that you signed the zips so that they could just be flashed on instead of pushed. I wonder if this is possible with the vanilla lock screen? I figured if anyone would know it would be you or jschisurf. I extracted dd 2.7 rom and looked through the individual files for the lock screen but since I don't know what I'm doing (I've programming illiterate) I didn't see anything.
http://forum.xda-developers.com/showthread.php?t=667715&highlight=aosp+apk
It will have to be done differently. Its not an app. Its in the android.policy file in the frameworks folder. I'm not great at classes.dex edits. IR bet is to ask jschisurf. He's the man when it comes to those edits
Should I send him a pm along with a link to this thread then?
Sent from my HERO200 using XDA App
aerajan said:
Should I send him a pm along with a link to this thread then?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
That would be ur best shot
You might want to check out WidgetLocker if you haven't heard of it. It's $1.99 and really customizable.. here's the thread http://forum.xda-developers.com/showthread.php?t=732986
And here's a video review of it http://www.youtube.com/watch?v=9InDlQTy5lY At 5:15 it looks like you can get the exact AOSP lock functionality as well as static wallpaper. Then it's just up to you to find the clock widget you like..
Ok thank you. I will pm him and see what happens.
c00ller said:
You might want to check out WidgetLocker if you haven't heard of it. It's $1.99 and really customizable.. here's the thread http://forum.xda-developers.com/showthread.php?t=732986
And here's a video review of it http://www.youtube.com/watch?v=9InDlQTy5lY At 5:15 it looks like you can get the exact AOSP lock functionality as well as static wallpaper. Then it's just up to you to find the clock widget you like..
Click to expand...
Click to collapse
c00ller, thanks so much for finding this app!!! I downloaded it already and it's awesome! The only thing I wish it could do is replace the answer call drag down bar as well which is part of what I was looking for. This is great though! I wouldn't have know about it otherwise.
No prob I'm actually thinking of getting it myself. I agree though, it would be perfect if it also showed slide to answer a call
1. His vanilla lock screen works but not when I receive calls, only when I turn off/on screen. When I receive calls I get the standard Htc lock screen. I've tried everything I can think of including using root explore to remove factory lock screen and also going in through the adb shell. Both ways seem successful until I get a call and realize I have the same problem all over again.
is there any way to make the receive call the same as the lockscreen?
The in call lockscreen is mutually exclusive of the standard lockscreen, and thus why deleting HtcLockScreen.apk has no impact on the in call lockscreen that displays.
The problem is, the in call lockscreen is controlled by Phone.apk. If it were possible to simply load the AOSP Phone.apk, it would likely work, but I don't think it is that easy, as there would likely have to be major "surgery" to the .apk to integrate into the HTC framework, etc.
The other option is to try and take the elements of just the AOSP Phone.apk file that control the in call lockscreen and incorporate them into our (HTC Phone.apk). Either way, a lot of work, I'm guessing, would be required to make it happen.
So, long story short, this isn't technically a lockscreen issue at all, but a Phone.apk "issue" to address, if possible.
I haven't taken the time to see what it may involve, and haven't even tried to see if an AOSP Phone.apk would load, out of the box (doubt it), but that's the starting point for anyone interested in tackling it.
aerajan said:
Before I begin, I want to let everyone know I searched endlessly for the problem I'm having and have found absolutely nothing. I'm hoping someone out there can help solve this problem for me. Also I'm posting here rather than any other section because it seems as though I would get the best help here.
I downloaded all of fresh's different vanilla clock options and tried them all individually making sure to wipe data/dalvik cache and haven't been able to achieve the results I'm looking for. Here are the problems:
1. His vanilla lock screen works but not when I receive calls, only when I turn off/on screen. When I receive calls I get the standard Htc lock screen. I've tried everything I can think of including using root explore to remove factory lock screen and also going in through the adb shell. Both ways seem successful until I get a call and realize I have the same problem all over again.
2. The second problem is that the vanilla clock on the lock screen is blurry and doesn't look the way it supposed to. It's black instead of white and very faint. I've found a way to get rid of the clock in the lock screen but would rather have one.
Basically I'm trying get the vanilla lock that's in darchdroid 2.7 or one that operates in that manner and looks the same. I'm assuming that that's the original unmodified/themed vanilla lockscreen.
Click to expand...
Click to collapse
JsChiSurf said:
The in call lockscreen is mutually exclusive of the standard lockscreen, and thus why deleting HtcLockScreen.apk has no impact on the in call lockscreen that displays.
The problem is, the in call lockscreen is controlled by Phone.apk. It it were possible to simply load the AOSP Phone.apk, it would likely work, but I don't think it is that easy, as there would likely have to be major "surgery" to the .apk to integrate into the HTC framework, etc.
The other option is to try and take the elements of just the AOSP Phone.apk file that control the in call lockscreen and incorporate them into our (HTC Phone.apk). Either way, a lot of work, I'm guessing, would be required to make it happen.
So, long story short, this isn't technically a lockscreen issue at all, but a Phone.apk "issue" to address, if possible.
I haven't taken the time to see what it may involve, and haven't even tried to see if an AOSP Phone.apk would load, out of the box (doubt it), but that's the starting point for anyone interested in tackling it.
Click to expand...
Click to collapse
By judging from your work i can see that you are quite good at these, would you mind if you could help us out? i guess a lot of people would want this
Jschisurf, thank you for your feedback! I knew if anyone might have an idea it would be you based on the numerous threads involving your work. I wish I could take what you said and begin tackling it however, I've got no skill in this area. The most I could do is offer you or anyone who can do this a small donation to tackle it and can get it working. However, that being said, I can't imagine how much of a pain in the ass this would be based on what's involved so I'm not going to push it.
I've tried to load aosp phone.apk in past but no go

Google Voice 0.4.1.19

This was taken from the leaked engineering rom of the HTC Vision (G2). I confirm that it's working on my Evo.
http://forum.xda-developers.com/showpost.php?p=7851482&postcount=339
Any new features?
If you'll click the link:
"...The new Voice app isn't really any different except that it includes two nice widgets! One is an inbox preview widget, and the other is a controls widget that allows you to go to your inbox, compose a text, access settings, and turn on do-not-disturb right from the widget."
Thanks for the heads up. I won't really use the widgets, but it'll be nice to have the updated version.
No more voicemail error on setup with the evo. Sweet.
Widgets are working great on my Evo with LauncherPro. Thanks for sharing!
it works but its very sluggish for me whne showing new messages or showing new sent ones. anyone else experiencing this? i didnt install it however, i added it to a custom gapps and then flashed it after a fresh wipe.
Apparently the dialer button on the widget doesn't work with Sense ROMs.
The best news about this widget is that this means widgets can now access the Google Voice warehouse on Android which means someone can actually code up an "new notifications" widget or add it straight away to LauncherPro.
Great news, indeed.
Many thanks for this. Running great with stock.
Sent from my PC36100 using XDA App

htc sense mms

I've been using aosp mms for the last couple of days and I mostly like it but it doesn't read my contact in the conversation thread and it doesn't seem to size right inside the messaging thread. So I'm hoping someone has a flashable zip of the original HTC sense mms apk ? I'm running freshes latest Rom if that matters .
just adb push the Mms.apk to system/app
I cannot get the stuff to and push to install on ny computer
Sent From Reach
I'm not sure if that'll work since it's tied to Rosie. However, I do recommend Handcent SMS. It has iPhone-style bubbles and other themes and has a quick reply popup that will come up in any app you're in. I too found the stock Messaging app lacking but this made it much better.
If you do decide to use this app, be sure to turn off notifications in the stock app or you'll get two notifications for each message you get.
Product F(RED) said:
I'm not sure if that'll work since it's tied to Rosie. However, I do recommend Handcent SMS. It has iPhone-style bubbles and other themes and has a quick reply popup that will come up in any app you're in. I too found the stock Messaging app lacking but this made it much better.
If you do decide to use this app, be sure to turn off notifications in the stock app or you'll get two notifications for each message you get.
Click to expand...
Click to collapse
Thanks for the advice. I used handcent for a long time on my g1 and it was alright except for a few bugs . I may consider it in the end
Sent From Reach

[Q] Sense-Like Contacts

I'm currently using Gingerbread Sense Rom for my DHD, however the only reason I use it is for the Facebook integration, the style of the message app is nice but not dissimilar to the stock app and the rest is quite similar or easily replaceable.
Is there an app I'm not aware of that recreates the Sense functionality for non-Sense roms? Would rather use CM7 Nightlies but I do like the contacts and Facebook integration.
Though it us not very sense like, try "go contacts". It is miui like and actually very good
Sent from my glacier using XDA App
Truthfully the design doesn't bother me it's the Facebook integration (automatic pictures and statuses), the auto-linking contacts based on name etc
If you purchase Launcher Pro they have numerous "sense-like" widgets including one for contacts. There is also a free app on the Market called Photo Contracts widget that is similar.
........
Thanks, Colorize does a similar thing too but is there nothing that replicates just how integrated Facebook is with Sense UI? The official Facebook app itself is awful with contacts so I recall... It's nice to just have pictures automatically updates (SyncMyPix is fine but it to be done automatically without extra apps is far better!)
Hi chrisa86,
I'm totally with you. Yesterday I flashed CyanogenMod on my Desire. Coming from a sense-based ROM, specially the Contacts App is a pain. I want my nice and clear list with links and Facebook back!
I don't mind Widgets, because I'm using Launcher Pro, but the App itself.
So far, I tried Youlu, but is it more at the stock side than on the Sense side
Unfortunately, there is nothing like the Facebook integration in Sense. And the latest Gingerbread update even went back in terms of the Facebook/Android connexions.
That's the only thing I miss from Sense ROMS actually...
Yes, I just flashed Redux rom (which is very good by the way) to try gingerbread, and I'm badly missing the HTC contacts as well.
Additionally from facebook integration, there's also something missing: the ability to type a person name's directly from the dialer (aka Smart Dial : http://www.mobisleapps.com/blog/wp-content/uploads/2010/01/Screen-shot-2010-01-12-at-4.16.47-PM.png)
Any workarounds ?
Dialer One in the market has smart dial. You can set that as your default phone app.
Yep, I should have done more research before asking. I just realized that there are numerous alternative dialers.
However, to get back to the OP question, nothing like sense contacts (for facebook sync) at the moment, right ?

Gmail SUCKS on Status?

Hi,
Went to AT&T today to get a Status but decided to play with it first. I have a Legend and absolutely despise it for all its flaws and need a keyboard.
I went into the Gmail app and was appalled by about 2 lines worth of text? The top was filled with oversized gmail icons and the bottom ditto but with some buttons. Add in the status bar and there's virtually no room for the actual email.
Can this be fixed somehow or do you all just live with it?
I don't understand why no manufacturer dares making a premium candybar qwerty/blackberry killer. Except for the Motorola Pro which is huge there really isn't anything viable. I had my hopes up for the Status, let's see what Q4 brings.
did u tried changing the text size thru setting?
Yeah, put it at tiniest and it was still useless since the reply and delete menus were oversized. Have you tried?
You're right the gmail app is poor. Top row of stuff way too big.
K9 mail is better, but not as simple sadly
Sent from my HTC ChaCha A810e using Tapatalk
yeah, its really annoying.
i had try htc mail, but its not simple as gmail.
anyone has solution ?
I've gotten used to it.
The gmail app has been updated, you can now choose to turn off the toolbar at the top and stop it from scrolling down the page
Nice, does it work better now? Screenshot?
The update did improve things a lot. The upper bar scrolls out of the way, so theres more reading area.
which version has the "good" version of gmail ?
i have here installed the v 2.3.4.1 ... where is the better version ?
cheers, Peter
greddy said:
which version has the "good" version of gmail ?
i have here installed the v 2.3.4.1 ... where is the better version ?
cheers, Peter
Click to expand...
Click to collapse
That's the one.
Meh... I'm still not that happy with the GMail app on ChaCha.. I have set up the IMAP account on the standard Mail application and that is way better (from my point of view).
Give it a try if you want.
new is v 2.3.5, is shows more text on the screen ...
it works good but other notify tools not more working with 2.3.5
Menu>More>Settings>General Preferences>Message Actions> select only show in portrait or dont show.
BR
Gmail v2.3.5
Still using Mail app instead of GMail. Mail gives you enough settings and preferences that makes it more powerful than GMail app.

Categories

Resources