Customizing Your Notifications/Ringtones On E4GT - Samsung Epic 4G Touch

I have been on the look out for sometime for an app that did what WhoIsIt did for customizing your Ringtones/SMS/Notifications and vibrate settings in Gingerbread for ICS. WhoIsIt currently will allow you set Custom ringtones and SMS notification sounds, but the vibrate settings are totally broken. Also the notifications for apps like Gmail that are supported in the program no longer work. In order to customize the notification sounds for apps, you'll need to change the settings in each app which can become time consuming instead of the central management that was provided by WhoIsIt in GingerBread. My current solution is to:
Use WhoIsIt to customize my Ringtones and SMS sounds. I then use ViBe to use custom Vibrate settings for specific contacts. And finally Notifications for apps like Gmail, I usually change the notifications in each one.
If anyone knows of a less involved solution for ICS based ROMS, please feel free to let me know, Also i hope I might have been somewhat informative to those that have ran into this issue when trying to use an App like WhoIsIt to customize there phone.

Just use Zedge works for me
From the 2nd galaxy

I used to use Ringdroid, which from what I can tell, does not work on ICS either.

rmikulus said:
I used to use Ringdroid, which from what I can tell, does not work on ICS either.
Click to expand...
Click to collapse
Works fine for me on ics. However i did realize all my ringtones i created on gb are gone.. But if i make new ones they work.
Sent from my SPH-D710 using XDA

Related

[Q] How to change notification vibrate pattern?

I want to change the notification vibrate pattern so its not so long. I'm not talking about using a 3rd party app to change an sms vibrate pattern. I am looking for a way to change this at the base of the rom so any notification, whether it be for email or other apps like wordfeud, it will be my custom pattern. So if anyone knows what file I need to edit I would really appreciate it!
Sent from my HTC Vision using XDA App
can anyone please help me out with this? i tried looking thru the rom but couldn't really find which file i'm looking for...
does anyone know if it takes editing an xml? or maybe build.prop? or framework-res? i have chompsms custom vibrate pattern to what i want it to be but i would like my regular notifications (wordfeud, google voice, gmail, facebook, etc) to be the same as my chompsms custom vibrate pattern but without using a 3rd party app because those are usually limited to phone calls and sms notifications.
Not sure where this can be set in the ROM itself, but I do know you can use Tasker to vibrate any pattern you want whenever you have a new notification (along with other things). Not as clean a solution as being able to change the default vibrate pattern (and Tasker is a paid app), but if you can't find anything else, could be a solution...
try sms popup, it isnt anything like chomp or handcent simply because all it is notfication and a really simple popup window. you can set the vibrate pattern, change the blink rate of the LED and change the icon. its really nice and i think youll find it great. there isnt a different inbox like chomp. its free in the market
Check out "led me know".
It does a lot of what you've mentioned on a "per app" basis.
Sent from my T-Mobile G2 using XDA App

[APP Help] Widgetlocker

I am running Myn's Warm 2.2, and I can't tell if this is a ROM issue or what, but when I run widgetlocker, I have a custom slider going to my SMS inbox. I dont use the default messaging app, I use handcent/go sms, but whenever I use widgetlocker to the sms inbox, it automatically opens the default app, and gives no options for the other one's.
Any ideas of what to do?
P.S. I also edited some of the .png's, dont know if that could be the issue?
Wow...2 days and no response...have you made your new messaging app the default in the system?
Htc inc redibly re-engineered
crazyg0od33 said:
I am running Myn's Warm 2.2, and I can't tell if this is a ROM issue or what, but when I run widgetlocker, I have a custom slider going to my SMS inbox. I dont use the default messaging app, I use handcent/go sms, but whenever I use widgetlocker to the sms inbox, it automatically opens the default app, and gives no options for the other one's.
Any ideas of what to do?
P.S. I also edited some of the .png's, dont know if that could be the issue?
Click to expand...
Click to collapse
Is it possible the SMS slider is pointing to the "Messages" app inbox specifically? In contrast to pointing to the system default value for your assigned SMS app?
I think it may be, because the only way to get it to slide to the app i want without using the ugly shortcut of the app itself is to delete the mms.apk. But go sms doesnt show notifications w/o the stock apk. Is there a way to change it to point to the system default? I get nbo option to make an app the default through widgetlocker?
Thanks for finally responding and trying to help guys
how do I make an app the default in the system?
I sent an email to the dev, and linked him to this thread, so maybe he will post the answer here. If not, i will, just in case this issue shows up in the future.
Android's handling of the app defaults is awkward, hence the various apps on the market (including my HomeSmack) to help switching between default Home programs.
The only way to set a default app as of 2.2 is to launch it in a generic way* when there is no default set. Then you'll get the list with the checkbox to set it as a default.
So really what you need to do is clear the default, then slide the SMS slider in WidgetLocker. You should be able to clear the default by:
System Settings > Applications > All Applications > Messaging (Or whatever current default app is) > Scroll down and click Clear Defaults.
Note, you want the Clear Defaults button, not the Clear Data button.
However some vendors might set their app at a higher priority making it impossible to change the default.
The coming update for WidgetLocker will allow you to select an app shortcut and then independently change the icon. Either to your own, or one of the WidgetLocker built in slider icons.
*For the curious:
Code:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setType("vnd.android-dir/mms-sms");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
[email protected] said:
Android's handling of the app defaults is awkward, hence the various apps on the market (including my HomeSmack) to help switching between default Home programs.
The only way to set a default app as of 2.2 is to launch it in a generic way* when there is no default set. Then you'll get the list with the checkbox to set it as a default.
So really what you need to do is clear the default, then slide the SMS slider in WidgetLocker. You should be able to clear the default by:
System Settings > Applications > All Applications > Messaging (Or whatever current default app is) > Scroll down and click Clear Defaults.
Note, you want the Clear Defaults button, not the Clear Data button.
However some vendors might set their app at a higher priority making it impossible to change the default.
The coming update for WidgetLocker will allow you to select an app shortcut and then independently change the icon. Either to your own, or one of the WidgetLocker built in slider icons.
*For the curious:
Code:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setType("vnd.android-dir/mms-sms");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
Click to expand...
Click to collapse
Has anyone ever told you they love you? Cause I do....awesome app too!
Sent from God, who uses CM7 RC1.
I love you so much lol.
So is there a way to use that last part so I can direct the slider myself or should I just wait it (i hope short) out?
Thanks so much again for responding
Sent from my ADR6300 using XDA App
I'm running 2.0 and the functionality is indeed there. However I would just recommend deleting the slider off and then re-adding it and using a shortcut. Don't know if that helps, as I highly doubt that it will show the number of unread messages.
Hey Kevin I love the app but I keep having a few problems maybe you can help.
I'm on CM7 nightly #5 and widgetlocker slows it down significantly. I also keep running into the problem of all my Widgets disappearing randomly and never coming back. The background is still there but its blank.
Love the app. Thanks
HTC Incredible
I'm also having the problem of Widgets dissappearing.... happens after upgrading to a new nightly or after a random reboot..... being able to backup settings would be very helpful.....
Sent from my ADR6300 using Tapatalk
Anything figured out?
HTC Incredible
Off topic, but for what it's worth, I'm having terrific results with WL in combination with an app called "No Lock" which disables the stock lock screen. No Root necessary.
I am rooted though running SkyRaider and now Warm 2.2 with Sense 2.0. I was always having problems with WL locking up my screen when the cpu got going and I was turning my screen on and off a lot quickly. Lots of black screens and such but never any problems without WL. So I run "No Lock" and WL runs perfectly.
Off topic, but good info and testing none the less.

[q] customize look of message app?

I just got my e4gt and I thought I saw some phone with it in the messaging app have a custom skin/look. Like a theme for the texting app? I dont see anything like that at all. just curious as if its possible and how?
I use GO SMS PRO currently, and have used HANDCENT in the past. Both have customizable setting that allow you to change just about any part of the app to look exactly how you want it.
Hope that helps.
I use handcent its awesome
Sent from my Galaxy S2

Unread counters for gmail/sms/missed calls

As per title, is there an unread counter for sms/calls/gmail (which works on gmail)?
thanks
https://market.android.com/details?...DEsImNvbS5tb3JlbmEudW5yZWFkQ291bnRXaWRnZXQiXQ..
wgsesq said:
https://market.android.com/details?...DEsImNvbS5tb3JlbmEudW5yZWFkQ291bnRXaWRnZXQiXQ..
Click to expand...
Click to collapse
as written in the comments, this is not working for gmail since update to 2.3.3
AFAIK there is no working unread counter since GMail changed their permissions for the app.
Stigy said:
AFAIK there is no working unread counter since GMail changed their permissions for the app.
Click to expand...
Click to collapse
that's the problem!!!!! :-(
and wonder why google with ics has not included this by design...
Missed It!.
And for the GMail problem, try this workaround.
https://market.android.com/details?id=com.commind.bubbles&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5jb21taW5kLmJ1YmJsZXMiXQ..
It's a livewallpaper but it does work with all the notifications you ask about with Android 4.x .. the wife messed with it for a while. I was fine with the missed stuff being in the pull down so I never downloaded it. She likes/liked it well enough .. don't know if she's still using it.
This is one of Android's most frustrating things: not having a uniform on-icon notification system. Widgets are fine, but I really don't need yet another widget taking up space, when I already have the icon on the desktop.
I hate the way the notification bar is implemented. It's too small, too ugly and it get's so cluttered that it is hard to tell at a quick glance what the notifications are. Frankly, the iOS notifications bar implementation is way better visually (if you agree, check out the app iPhone Notifications in the Market).
On-icon notifications work randomly. Even the stock launcher does not show on-icon notifications for the stock Email app (not GMail). There is not notification for Google Voice (why, is beyond me). The whole scheme is a mess.
I have kind of been able to make things work with ADW Notifier in Chuck Noritz Mode, but ADW Notifier does not seem to be supported much nowadays, so the service FCs multiple times a day.
I wish that someone would bring in good implementation of on-icons notifications, or that Google redesigns the whole notification scheme and streamlines it.
thegios said:
As per title, is there an unread counter for sms/calls/gmail (which works on gmail)?
thanks
Click to expand...
Click to collapse
Looking for the same thing, tried NOVA launcher but they left our that most important feature. To me that is #1 most wanted thing in a launcher, before all else.
Sent from my Galaxy Nexus using xda premium
If you want it on your lock screen then use WidgetLocker with ADW Notifier. If you want it on your home screen or on your dock then use ADW EX with ADW Notifier.
gomorrah said:
If you want it on your lock screen then use WidgetLocker with ADW Notifier. If you want it on your home screen or on your dock then use ADW EX with ADW Notifier.
Click to expand...
Click to collapse
Yeah, ADW Notifier is pretty much the only thing that sort of works, but as I said above, it FCs constantly and it is inconsistent. Go Launcher also has a notifier, but it works with a much more limited number of apps (you can't get notifications for Google Voice or the stock Email app, for instance).
So far, I have not been able to find a reliable on-icon notifier for Android.
MacGuy2006 said:
Yeah, ADW Notifier is pretty much the only thing that sort of works, but as I said above, it FCs constantly and it is inconsistent. Go Launcher also has a notifier, but it works with a much more limited number of apps (you can't get notifications for Google Voice or the stock Email app, for instance).
So far, I have not been able to find a reliable on-icon notifier for Android.
Click to expand...
Click to collapse
I can't speak to your experience, but I have used ADW EX and Notifier since I got my Nexus and haven't had any FC's or problems with it. That is when applying it to Gmail, the stock messenging app, and the Phone app since that's what the OP inquired about. None of these require the use of Chuck Norris mode, and at least for me none have failed yet. My main reason for switching was the big **** LauncherPro took on ICS, and have been happy with the results since.
ADW Notifier done FC only for some particular aplication not for sms, Gmail, K9, missed call, but for for some sms aplication like go sms and other, a lot sms app in fact adw notifier works until the next reboot
It's the reason why i stopped using it, Missed it is good, personaliy now i use Executive assistant for sms, missed call and K9, Gmail.
There is a free version , try and see.
V.
gomorrah said:
I can't speak to your experience, but I have used ADW EX and Notifier since I got my Nexus and haven't had any FC's or problems with it. That is when applying it to Gmail, the stock messenging app, and the Phone app since that's what the OP inquired about. None of these require the use of Chuck Norris mode, and at least for me none have failed yet. My main reason for switching was the big **** LauncherPro took on ICS, and have been happy with the results since.
Click to expand...
Click to collapse
Well, as I mentioned above, many of us use Google Voice for voicemail (instead of what's offered by the service provider). GV requires Chuck Noritz Mode, and it works most of the time, although it often shows "?" instead of the number of vm messages.
Many of us also use email accounts which are not GMail -- the stock Email app also requires Chuck Noritz Mode.
ADW Notifier has not been updated in a long time, I hope the next update is soon and it fixes some of these issues.
In fairness, it is not really ADW's fault. It sounds like the Android notification system is a complete mess, with no clear standards for developers to follow.
It is simply amazing that even two of the main Google apps, Google Voice and Email, cannot handle notifications properly, like Phone or Messenger. Very sloppy.

I need an alternative phone dialer

Since installing ICS, the phone dialer doesn't have the tabs for contacts, keypad and call logs all under one app. But it did in gingerbread. So I'm looking for something pretty much like the default phone app but with 3 tabs at the top saying Logs, Contacts and Keypad (or Dialer), instead of the two separate apps called Contacts and Phone. The default contacts app has groups, contacts and favourites, and the default phone app has keypad, logs and again, favourites. Well I don't need favourites or groups. I can't really find anything suitable on the market, can you recommend me something preferably with a dark background? Something like this,
http://img231.imageshack.us/img231/8216/icsdialere4touch.png
but without all the rooting and mods needed. Also, if I install a dialer app from the market, will it delete my contacts and call logs or will they remain intact? Thanks.
Roman5 said:
but without all the rooting and mods needed. .
Click to expand...
Click to collapse
Contact.apk is a system application, you will need root.
Try GoDialer or something like this.
Roman5 said:
Since installing ICS, the phone dialer doesn't have the tabs for contacts, keypad and call logs all under one app. But it did in gingerbread. So I'm looking for something pretty much like the default phone app but with 3 tabs at the top saying Logs, Contacts and Keypad (or Dialer), instead of the two separate apps called Contacts and Phone. The default contacts app has groups, contacts and favourites, and the default phone app has keypad, logs and again, favourites. Well I don't need favourites or groups. I can't really find anything suitable on the market, can you recommend me something preferably with a dark background? Something like this,
http://img231.imageshack.us/img231/8216/icsdialere4touch.png
but without all the rooting and mods needed. Also, if I install a dialer app from the market, will it delete my contacts and call logs or will they remain intact? Thanks.
Click to expand...
Click to collapse
You could try this one exdialer and on top of it this theme
but without all the rooting and mods needed. Also, if I install a dialer app from the market, will it delete my contacts and call logs or will they remain intact? Thanks.
Click to expand...
Click to collapse
Your contacts will be safe if you install a new contacts or dealer application.
As stated previously you can try GoContacts.
Only dialer that suits my needs (I have tried tens of them) is DialerOne: https://play.google.com/store/apps/details?id=kz.mek.DialerOne
try exDialer.. i tried them all and it's the best IMHO.
it also has themes and can slide right for call and slide left for SMS.
Thanks guys. Yeah, I'm liking exDialer a lot so I'll go ahead and install the darker themes. :good: I was expecting a separate call log screen but it's cool how the logs and keypad are together. I also like that it actually tells me 'outgoing' 'incoming' 'not answered' and not just indicator arrows. When I make a call from it then uses the default samsung dialer screen (speaker, mute, headset, add call, end call, keypad). It doesn't matter but I thought it was going to have it's own interface. I also installed aContacts which is quite good but I think exDialer is better.
You can download Go launcher and then buy the ICS PRO CONTACTS is the closest dialer to the one u r looking for mate.
Sent from my SGS 2 monster
Thanks Lonzo. Well tbh I'd been using Go Launcher for a while but it was so slow opening things, even not responding, that I'm using Apex Launcher now which is way better. I've installed the exDialer ICS theme and it looks nice and works well. :good:
What's the disadvantages of not rooting your phone? my phone lasted unroot from postman hands to my door only lol. Before the phone arrived I already downloaded the required stuff. Enjoy the freedom of rooting.
Sent from my GT-I9100 using xda premium
rooting <3
hero000 said:
What's the disadvantages of not rooting your phone? my phone lasted unroot from postman hands to my door only lol. Before the phone arrived I already downloaded the required stuff. Enjoy the freedom of rooting.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
rooting is heaven seriously !
Go Launcher
Roman5 said:
Thanks Lonzo. Well tbh I'd been using Go Launcher for a while but it was so slow opening things, even not responding, that I'm using Apex Launcher now which is way better. I've installed the exDialer ICS theme and it looks nice and works well. :good:
Click to expand...
Click to collapse
yes... I had Go Launcher since GB days but for ICS is kinda slow.. APEX is better.
and ICS Pro runs with no lag on APEX... Ex Dialer looks good indeed...

Categories

Resources