[Q] Blacklist Settings - Atrix 4G General

Seem to be missing under 'Settings > Call settings > Blacklist' on Bell Atrix. Can I get to the option by rooting the phone?
I'm trying to block annoying text message alerts for new voicemail that are sent from network (Bell says can't turn off from their side and now I get two alerts every time I receive a VM).
Thanks!

Try Mr. Number from the Market. It's free, and blocks both calls and texts.

Thanks will check it out.
Maybe a stupid question but would using an app to do this consume more resources than if the OS handled it?

Probably a slight bit, but regardless of where this process runs, whether it be system or user app, it'll still take resources.
I've only seen built-in blacklisting in CM roms, never in any stock device roms.

Related

iPhone Style Voice-mail

Do any of you know of or think that the iPhone style Voice-mail service will be coming to Windows Mobile devices soon? (At no additional cost )
Unfortunately I found the first feature the iPhone has that I currently see no alternative solution for.
Still, I would never get an iPhone but would love to have the ability to browse Voice-mails like TXT messages. Delete without listening to. Seems like something that should be available to all and is long overdue!
nothing free as of yet but here's the one if you willing to pay.
Code:
[url]http://www.viewyourvoicemail.com/?gclid=CLXJp5vLm48CFQh6gwodJUFoeQ[/url]
another pay service:
http://simulscribe.com/?gclid=CPeJndrMm48CFQqZggodMiuRfA
I didn't actually mean get Voicemails as TXT messages, I meant be able to browse through them rather than listen to one at a time and have to skip if you don't want to delete one and stuff like this iPhone ad.
http://www.youtube.com/watch?v=TcPv9PqnqfM
Just a list of voicemails and who left them with the ability to listen to any or delete them if I don't care what they have to say
Like described here in the commercial! http://www.youtube.com/watch?v=X-2PeyLz30E
yea I know what you're talking about. I havent seen an app like that yet but i'd like to see something like that come out soon for us.
I assume that it uses the data connection and/or possibly txt messaging. Otherwise I don't see how they can be doing this. Even with a txt msg list of voicemails, it would take longer than it does in the "demo" video to start playing if it had to dial out and play it on a voice line where as if it downloaded then through a data connection they are on the device ready to play.
That also means that AT&T will most likely charge for the feature if they ever decide to do it for WM Devices.
The iPhone integrates with a custom server in AT&T's network infrastructure that links into AT&T's voicemail servers. The custom server pushes a new voicemail down to the iPhone via the iPhone's data connection, and stores each voicemail on the phone itself as a compressed audio file.
Someone would need to write an application that could pretend it was an iPhone on AT&T's network, and attach itself to the iPhone voicemail push server. That same app could then store each file as it is transferred to the phone in memory and present the voicemails in a graphical interface.
ljinsane said:
another pay service:
http://simulscribe.com/?gclid=CPeJndrMm48CFQqZggodMiuRfA
Click to expand...
Click to collapse
While simulscribe is a pay service.... Simulsays is not. Yes there are two different things. I figured this one out on my own. So here ya go. Go to Simulsays.com and then setup an acct. Where it wants you to chose a package don't worry about it. The trick is to check no to having your voicemails transcribed. Once you set up your acct. you will download the program that works EXACTLY like Visual Voicemail on the iPhone. It is great. The way this one works is it instructs you to reroute your voicemail to the service and then the program that you then download pulls voicemails at a "set by you" time interval or just at will without auto polling. Hope you can figure it out. If you want to be sure you are not getting charged simply go to the link for support and get the phone number and say hey i want to make sure my acct is set up so that I won't get charged.
I am just not sure if every 'cool' service makes sense!
As the name says already: it is a VOICEMAIL! By seeing who left a message and being able to delete you will most likely often delete people who might have an important message! You won't know until you actually listen to it!
However, most likely you see on your phone who called anyway, so, you can asume that that was the person leaving a message. If you don't wanna listen to it then don't!
This reminds me somewhat of the new AUDI cell phone which has its own docking slot within the car and takes pictures of intruders. Those pictures then get forwarded to the AUDI CENTER. Audi really expects you to leave your phone in the car all the time ...
By seeing who left a message and being able to delete you will most likely often delete people who might have an important message! You won't know until you actually listen to it!
Click to expand...
Click to collapse
But what about being able to prioritise your voicemails -you can see a list of who has left you a voicemail, and just jump immediately to the one you want?
Someone would need to write an application that could pretend it was an iPhone on AT&T's network, and attach itself to the iPhone voicemail push server.
Click to expand...
Click to collapse
I am no programmer, so do not know if what follows is feasible or not, but, I can see no reason why you'd need to link to the iPhone's system at all- just use the WindowsMobile 6 system.
1.) When someone calls, this is logged
2.) When a voicemail is left, this is logged, but not against someone's number
3.) By combining the "missed call" log with the "voicemail" log, you should, in most cases, be able to identify who left the voicemail, I believe, or at least have a rough idea.
4.) The application needs to be able to list the voicemails left, and the link the call's number to their name: so you can see that Mr. X left you a voicemail at 10:00am.
5.) Provided that you always access voicemail via the application, and not directly, you could sort out the deleting too - most systems I've used have an IVR which lets you jump between messages, and delete them etc. So, for example, you tap on the third message in this application. The application dials your voicemail number, waits for a period, and then, using the IVR commands, moves to the relevant mail.
for example, something like, 121,,,,1,3,3,3 for the example above. (where "1" is the IVR code for "voicemail", and "121" is the shortcode)
If you deleted the voicemail yourself directly, then, that could cause a problem, as the application is not linked to the voicemail system, but, you could delete it via the application:
121,,,,,1,3,3,3,4 (where "4" is the IVR code for delete)
The application then removes the listing for that voicemail from the list. As such, the fourth voicemail becomes the third etc.
Neil_Brown said:
But what about being able to prioritise your voicemails -you can see a list of who has left you a voicemail, and just jump immediately to the one you want?
I am no programmer, so do not know if what follows is feasible or not, but, I can see no reason why you'd need to link to the iPhone's system at all- just use the WindowsMobile 6 system.
1.) When someone calls, this is logged
2.) When a voicemail is left, this is logged, but not against someone's number
3.) By combining the "missed call" log with the "voicemail" log, you should, in most cases, be able to identify who left the voicemail, I believe, or at least have a rough idea.
4.) The application needs to be able to list the voicemails left, and the link the call's number to their name: so you can see that Mr. X left you a voicemail at 10:00am.
5.) Provided that you always access voicemail via the application, and not directly, you could sort out the deleting too - most systems I've used have an IVR which lets you jump between messages, and delete them etc. So, for example, you tap on the third message in this application. The application dials your voicemail number, waits for a period, and then, using the IVR commands, moves to the relevant mail.
for example, something like, 121,,,,1,3,3,3 for the example above. (where "1" is the IVR code for "voicemail", and "121" is the shortcode)
If you deleted the voicemail yourself directly, then, that could cause a problem, as the application is not linked to the voicemail system, but, you could delete it via the application:
121,,,,,1,3,3,3,4 (where "4" is the IVR code for delete)
The application then removes the listing for that voicemail from the list. As such, the fourth voicemail becomes the third etc.
Click to expand...
Click to collapse
And all that only because of people get too lazy to press and hold "1", set your phone on speaker and listen while doing something else?
However, your plan still would require to communicate with the VOICEMAIL system. You want to delete something by pressing "4" - if you do not communicate with the VOICEMAIL system you can't delete but only the notification in your phone! As a programmer you should know better!
It would require an always-on connection to your voicemail to monitor what is going on there and also to transmit changes you make through the "menu" in your phone! And so on and so on and so on ...
However, your plan still would require to communicate with the VOICEMAIL system. You want to delete something by pressing "4" - if you do not communicate with the VOICEMAIL system you can't delete but only the notification in your phone! As a programmer you should know better!
It would require an always-on connection to your voicemail to monitor what is going on there and also to transmit changes you make through the "menu" in your phone! And so on and so on and so on ...
Click to expand...
Click to collapse
I'm sorry, but, can you please read through what I've written again? I can't see how you reach any of your conclusions, and, as you've written "[a]s a programmer you should know better", whilst I've clearly stated in the first line that I am not a programmer, I have doubts that you've understood it properly.
As long as the application can register a keypress in the Phone application, I cannot see why it would not work. It expressly does not require an always-on connection to voicemail, hence why the dial-strings I've included contain the voicemail dial number... The string dialled is the based on the options you select, combined with call-log details.
I agree that it is probably not worthwhile in terms of time-saving, but, hey, someone bothered starting this thread
Well, I missed the "no" in the beginning of your post - I appologize for that!
However,
a VOICEMAIL with functions mentioned in this thread would need a permanent or repeated connection to the voicemail itself.
A better thing would be to disable the NETWORK PROVIDERS voicemail service and have an application running on your phone just as SMARTPHONEWARE's BestAnswer for SYMBIAN PHONES. This has all the options and I used to love that app when I still had NOKIA. It records your voice messages directly on the phone's memory and not to a virtual MailBox in the network provider's computer.
Info here: http://www.smartphoneware.com/ansmachine-for-s60-product.php
Would be a challenge for WINDOWS MOBILE programmers to teleport it to WM devices ...
However,
a VOICEMAIL with functions mentioned in this thread would need a permanent or repeated connection to the voicemail itself.
Click to expand...
Click to collapse
Indeed- it would need to call voicemail each time, in my model. However, if someone really wanted a visual voicemail application, then, in the short term, it might work.
A better thing would be to disable the NETWORK PROVIDERS voicemail service and have an application running on your phone just as SMARTPHONEWARE's BestAnswer for SYMBIAN PHONES. This has all the options and I used to love that app when I still had NOKIA. It records your voice messages directly on the phone's memory and not to a virtual MailBox in the network provider's computer.
Info here: http://www.smartphoneware.com/ansmac...60-product.php
Would be a challenge for WINDOWS MOBILE programmers to teleport it to WM devices .
Click to expand...
Click to collapse
As I understand it, that would be a nightmare under WM?
thedogger said:
The iPhone integrates with a custom server in AT&T's network infrastructure that links into AT&T's voicemail servers. The custom server pushes a new voicemail down to the iPhone via the iPhone's data connection, and stores each voicemail on the phone itself as a compressed audio file.
Someone would need to write an application that could pretend it was an iPhone on AT&T's network, and attach itself to the iPhone voicemail push server. That same app could then store each file as it is transferred to the phone in memory and present the voicemails in a graphical interface.
Click to expand...
Click to collapse
lol i dont know who told you that but it's blatantly false...
The iPhone system works like every other system except that when a new voicemail message is received (by the server) a text message is sent to the iPhone (not the actual voice message. a text message) that is encoded with the time of the delivery, the caller's #, and various other information like how long the message is and such. A link is also included in the text message that is added to the Voicemail List on the iPhone. When you select to listen to a message from the list you're actually clicking on a link (basically a specific # to input once you're connected to the voicemail server).
Your method would require that every single voicemail message that is received by AT&T would be converted and sent to the receiving user (even if they don't use an iPhone) and then if the user was *not* using an iPhone the file would be denied. That would require huge amounts of converting and data transmission for no reason whatsoever. AT&T's out for money like every other company they're not going to waste time and effort developing a system like that when their simplified system works just fine.
Also, it appears that visual voicemail alerts are sent via SMS, and there's a special handler in the SMS app that passes them to phone alerts in the Phone app.
The SMS alert comes from the number 1000000000, its composition is below. Note that I've replaced the relevant mobile number with 8005551212:
smpp-vip.allntxacds12.attwireless.net:5400?f=0&v=300&m=8005551212&p=&t=8005551212:A:AMS_NB_VIP6:ms01::5065
If you attempt to reply in SMS to this number, you get an error message:
Error Invalid Number. Please re-send using a valid 10 digit mobile number or valid short code.
the text message is the trigger for the voicemail
we know how it works now can we get it to work on wm6 and or 5
Short search with the help of Google bring me this solution - http://www.isecretary.net/
WM based voice mail.
Is this what you all wanted?
Judgementand said:
lol i dont know who told you that but it's blatantly false...
The iPhone system works like every other system except that when a new voicemail message is received (by the server) a text message is sent to the iPhone (not the actual voice message. a text message) that is encoded with the time of the delivery, the caller's #, and various other information like how long the message is and such. A link is also included in the text message that is added to the Voicemail List on the iPhone. When you select to listen to a message from the list you're actually clicking on a link (basically a specific # to input once you're connected to the voicemail server).
Click to expand...
Click to collapse
Wow...why would you say it's false? Do you have an iphone? I can listen to my voicemails when my iphone is in AIRPLANE mode (all raidos and calls disabled)...so either my iphone is lying about being in airplane mode and it's really calling AT&T servers...OR...it really does download the audio voicemail files to your phone.
GrandCentral is your answer ...
Go to GrandCentral.com and signup. You'll probably have to wait, as it is still in private Beta, but not more than a few weeks. Basically, you'll get a free phone number (choose one in your local area) and can route that number to a number of places and can access it in a number of different ways ... including the Internet.
It has voicemail that you can peruse, just like e-mail.
- Unlimited inbound minutes
- Unlimited voicemail
- Unlimited Credit for click-to-call
- All premium features, including call record
And the best part is that it is owned by Google, so it is FREE!!!! Woo hoo!!!!

Reject Call With Text Message

Does anyone know how to get this to work?
It can be found in Start - Settings - Phone - Advanced Tab
Mine is ticked but doesn't seem to do anything when I choose Ignore to an incoming call (i.e. the caller is not sent a text message saying the above)
Any ideas
I have wondered about this for a long time, but haven't come up with anything to make it work, sorry.
I usually disable it sooner or later, just in case.
K_Hismoom said:
I have wondered about this for a long time, but haven't come up with anything to make it work, sorry.
I usually disable it sooner or later, just in case.
Click to expand...
Click to collapse
I have unlimited text messages so charges isn't an issue for me.
All I can find is the option to send a text message when a call comes through, but nothing to automatically send a text message on an ignored call.
Hm, I think it's like this. Someone is calling you and if you wan't to ignore/reject the call, put your phone upside down on a table(with screen to the table), the call will be automatically ignored and I think THEN the message will be sent try it, not sure
I think, I have figured it out.
On an incoming call, you have the option to click on "Send text" in the lower left corner. The call is then rejected and you can compose an SMS to send to the caller.
I use an app called SMS Minder to do this myself, and I'm quite pleased with the results. You can have it respond to all missed calls/texts (select BLACKLIST & leave the field blank) or only to missed calls from certain numbers (select WHITELIST & add the numbers you want to respond to).
I've been using it for several months and it makes my work so much easier. I'm a cabdriver, and when a call comes in & doesn't get answered for whatever reason SMS Minder sends a message that says "I can't talk now, please text me".
For the longest time I didn't really trust Texting that much, but it's become an integral part of my work now. So much easier to read&reply to an SMS (10 to 15 seconds tops) than it is to dial voicemail, listen through the prompts & recital of the phonenumber, then listen to the message...and finally after all of THAT is done, then return the person's call. Texting is just that much easier.
Especially if I use a program like this to automate my responses...and a program on my desktop to send other text messages just like they were an email (it's got an interface similar to Outlook). I plug the phone into the computer & tuck it away...then any interaction I have with the phone is done by using Jeyo Mobile Companion (SMS interface with additional cool features) and/or MyMobiler (fully manipulable screen-shot of the phone's screen) on my desktop.
Of all the apps I've tried and/or discarded, these three have become almost indispensable to my work.
Use QSMS To Buddy:FullFeatured Free app from android market
Posted Android app on non Android forum by mistake. Sorry!
i believe, given the age of this thread, that it is about the native windows mobile feature to reject calls with an sms and there was no need to bump the thread with an app for another operating system. also, on android, depending on your phone and rom, this feature might also be pre-installed and available from stock, w/o the need for a 3rd party app.

Caller Blacklist App ?

Hi
Is there an app that will allow me to either blacklist and reject calls, or direct them to a virtual voicemail box ?
Virtual VM being within the phone not the carrier ?
I had a similar app on my Nokia N95 8GB.
Thanks
You don't need a seperate app. Just add them as a contact and select Send to voicemail. Not tried it though.
norm2002 said:
You don't need a seperate app. Just add them as a contact and select Send to voicemail. Not tried it though.
Click to expand...
Click to collapse
I use that a lot problem is your phone still rings then it goes to voicemail, would have been lot better if it went straight to voicemail...
saayinla said:
I use that a lot problem is your phone still rings then it goes to voicemail, would have been lot better if it went straight to voicemail...
Click to expand...
Click to collapse
Maybe you can create an mp3 file of silence then set that as the ringtone for those contacts you want to send to voicemail. Will that work?
I just came here about to post the same thing!
Individual blocking on a case by case basis is fine. But not powerful enough. I came from Nokia E series and the only thing I miss is Advanced Call Manager.
If you look up this program, what you will find is that it has some great features:
- You can set up many lists then just tell the phone to use the list for a whitelist or blacklist.
- You can block all unknown numbers.
- Block everyone. Essentially turns phone into pager.
Even blocking calls is done in a variety of ways.
- to voicemail
- to busy tone
- block and send sms
- divert to various numbers depending on mode
Etc.
As you can see, it is a very powerful program that is set up very easily and I never had any complains, only praise. I often used it when I was writing when I would only want my partner and my mother to contact me and would block everyone else.
I have been looking but can't see anything as powerful or as highly rated. What I've found are:
aFirewall
Extreme Call Blocker
Phone Armor C.
But these seem either basic or don't work reliably.
Cleargrey said:
I just came here about to post the same thing!
Individual blocking on a case by case basis is fine. But not powerful enough. I came from Nokia E series and the only thing I miss is Advanced Call Manager.
If you look up this program, what you will find is that it has some great features:
- You can set up many lists then just tell the phone to use the list for a whitelist or blacklist.
- You can block all unknown numbers.
- Block everyone. Essentially turns phone into pager.
Even blocking calls is done in a variety of ways.
- to voicemail
- to busy tone
- block and send sms
- divert to various numbers depending on mode
Etc.
As you can see, it is a very powerful program that is set up very easily and I never had any complains, only praise. I often used it when I was writing when I would only want my partner and my mother to contact me and would block everyone else.
I have been looking but can't see anything as powerful or as highly rated. What I've found are:
aFirewall
Extreme Call Blocker
Phone Armor C.
But these seem either basic or don't work reliably.
Click to expand...
Click to collapse
For WM is avalible program which allow you all this. It is called MagiCall I hope that for Android is avalible something that. I hope that Im not do mistake when Im order Desire because looks like Android is not good as WM can be(missing a lot of features which are normal: USB sync like activesync, blocking calls... )

Removing Phone Svc / Keeping Data? [$50 Bounty]

I use a mobile application on my Incredible for work, and have no use for the phone number. I figured that by not giving the device's phone number out, this would result in a peaceful state where I could work without being bothered.
Unfortunately, I get about 3 calls (wrong numbers) a day, which cause me to escape out of my business' application.
Is there some way to disable the phone capability, while retaining the ability to use Verizon's mobile data network?
In other words, I'd still be using Verizon's network, I just don't want the phone-call feature. Neither for incoming OR outgoing.
I've searched but cannot find anything.
Thank you in advance!
-RKM
Added $50 Bounty for any suggestions that do the trick.
We have an in-house app running on DInc's and we desperately need this because .. wrong-numbers keep disrupting our user's workflow.
http://www.appbrain.com/app/mr-number-call-block/com.mrnumber.blocker
http://www.appbrain.com/app/blacklist/org.baole.app.blacklist
Would either of these apps work?
Switch the device to a data only plan maybe?
Sent from my ADR6300 using XDA App
Thank you for the reply.
@Andassaran - There does not seem to be such a thing as a "data only plan" with Verizon, according to them. They claim I have to maintain phone service as well.
@cuban11182 - As far as an *app* that stops calls, the best we've found is "Call Blocker Elite"; however, this still really isn't an ideal solution because it breaks the user out of their app.
Ideally... I would like to have a script that disables the phone-related apps, or does something so that incoming calls cannot come through, while leaving everything else in a working state.
If this is possible using a script that can be run on ROOT'ed phones to disable or "freeze" certain things, that would be fine too! Currently ... We run Titanium Donation on all phones, and I could freeze something if I knew it was not going to cause other problems.
Thank you again for your suggestions!
-RKM
Your best bet is probably to crack open the phone.apk and see if there's a line of code dealing with this in there. I'm pretty sure there is, just can't remember where exactly and I don't have my laptop with me.
PonsAsinorem said:
Your best bet is probably to crack open the phone.apk and see if there's a line of code dealing with this in there. I'm pretty sure there is, just can't remember where exactly and I don't have my laptop with me.
Click to expand...
Click to collapse
PonsAsinorem - This is exactly the type of thing I'm looking for, would be happy to send the bounty if you can help me follow this to find a working solution.. Just one question to get started:
(1) Where do I get a source-code version of phone.apk for the DInc? And, do I have to be sure I'm using a special version based on my radio version?
Thank you,
RKM
Phone.apk is a file in your system/app directory. Based on, or in rather, your ROM, not your radio. It's been a minute since I've tweaked it, I'm almost useless right now at walking an inexperienced person through it without my laptop. Ihtfp69 is a lot more experienced at this, he just might help you if you ask nicely.
Pons- I'm sorry, I don't think I explained properly.
I'm aware of Phone.apk and its location, no problem there.
I was asking about (and am confused on this point): That .apk files are binaries that I cannot modify, and I have no idea where I'd get a source-code version of Phone.apk?
Within the apk itself is a classes.dex file which you use smali and baksmali to compile and decompile. So yes, you can modify it, but it does take a little effort. The hard part is figuring out what line does what.
if you have Titanium Backup Pro, use the freeze function to Freeze Phone.apk/Dialer.apk, this should work. If it stops working, flash back to a nandroid backup, which you should make before trying this.
Swyped from my HTC Desire running AuraxTSense 8.2 with Tapatalk.
I went to verizonwireless.com and choose change plan, then they had a messaging only plan. It was a plan just for unlimited messaging, don't know if you could add data to it, you would still have a phone number,but I don't think you can get calls, just txts.
@Pons- Perfect, thank you. I've tried Baksmali in the past, but the results were pretty obfuscated and I could not make sense of the output.
BTW - something just occurred to me ... will something other than phone.apk be responsible for receiving/fielding calls, then running phone.apk upon the "new call" event?
In an ideal world (if I'm going to be modifying apk's rather than simply enabling/disabling a setting), I'd like to only disable incoming calls. But.. It occurred to me the simple phone.apk mod would be in exiting/disabling outgoing calls.
@BodenM - I'm a bit sketchy about freezing phone (mentioned earlier), and was hoping to only use that in a worst-case scenario. If I cannot determine how to properly alter Phone.apk, I'll look for phone.apk again under Titanium (didn't find it the first time).
@TNS201 - That's an interesting idea. Perhaps there is a way of having a phone number, yet not receiving calls. If Pons idea doesn't work, and Titanium doesn't work, this will be my backup-plan. Thank you!
if you can't find phone.apk, try looking for "Dialer" or something similar.
Swyped from my HTC Desire running AuraxTSense 8.2 with Tapatalk.
Forward the VZ phone# to a bad phone number. Then callers will hear a carrier error. I believe this also keeps your phone from ringing, even keeps it from ringing once.
Your airtime on forwarded calls would be miniscule.
How to Use It
To Activate:
Press *72. Enter the phone number where you want calls to be forwarded. (e.g. *72-908-123-4567).
Press SEND and wait for confirmation. You should hear a confirmation tone or a message.
Press END.
To Deactivate:
Press *73. Press SEND and wait for confirmation. You should hear a confirmation tone or a message.*
Pess END.
Call Forwarding
Description
Forward your calls to another phone number, including your home or office number. Your wireless phone will not ring until you deactivate the service. Airtime applies to forwarded/transferred calls even if you send the call to wireline telephones. When forwarding calls to phone numbers outside your local calling area, you'll be billed for any toll, long distance, and airtime charges incurred. Additional per-minute charges may apply to all forwarded calls. This feature is also known as "Immediate Call Forwarding".
exactly what I was going to say
luvit said:
Forward the VZ phone# to a bad phone number. Then callers will hear a carrier error. I believe this also keeps your phone from ringing, even keeps it from ringing once.
Your airtime on forwarded calls would be miniscule.
Click to expand...
Click to collapse
Exactly what I wasx going to say. If you don't wan't calls and don't give out the number, just have all calls FWDed to another #. No?
http://support.vzw.com/clc/features/calling_features/call_forwarding.html
UPDATE:
Regarding a "Messaging Only" plan.
With 3G "Smartphones" (eg Android handsets), Verizon *only* available if medically Deaf or Mute, and they require a doctor's note.
Regarding the Fowarding. The first Verizon rep I had spoken with (about a year ago) claimed it was an extra cost. I just tried the instructions available on the web and so far it seems to be working. I wonder if this will remain active permanently without resetting itself. If so, this may be the best solution, despite being the most obvious..
Your forwarding wil utilize air time, which you have a set amount if minutes anyway. You will not exceed these minutes, so it wil l not cost you anything more than you are already paying. VZ does have an unadvertised plan of $50/mo, maybe even lower unadvertised plans, today.
This wil be awesome for you.
I'm luvit and I endorse this message.
How do I go about locating the "unadvertised" plan?
The reason I ask, I searched the 'net and spoke with 3 different Verizon reps today, and not one of them gave me any option for a data/messaging-only plan.
Another way you could do it, is use do not disturb call forwarding. It on your line already you just call VZW and have them enable it. I did this for one of my kids phone . The silence was bliss. Anyway just a thought.
Edit: sorry the last few post didn't load so I miss this already being discussed.

ROM advice needed!

Hey folks,
I've got a question regarding a ROM I can't find the answer to anywhere searching.
It's quite simple really -
In CM12.1 - 13 under Privacy i can set my phone to block calls and messages from numbers not in my phone book. TW ROMs can block calls and messages but only from registered numbers or "Unknown" callers meaning that the number had to have been withheld by who was calling.
I get a lot of marketing calls and as a result the features to block all calls and messages from numbers not in my phone book is hugely valuable to me however I prefer TW ROMs mainly because of the camera which is use a lot. I'm currently on AOKP 6.0.1.
Anyone got any recommendations or ideas? Is there something I can do to a TW rom to add this functionality?
Can't see any way to do that in stock TW, but as a workaround, you could set "Do not disturb" to be permanently enabled, and set "All contacts" to be priority so they can always get through, meaning all other calls/texts will be permanently muted, not blocked, but...
*Detection* said:
Can't see any way to do that in stock TW, but as a workaround, you could set "Do not disturb" to be permanently enabled, and set "All contacts" to be priority so they can always get through, meaning all other calls/texts will be permanently muted, not blocked, but...
Click to expand...
Click to collapse
Thanks for the reply mate. Really need it to block them, so will continue my search. Thanks!
yetep said:
Thanks for the reply mate. Really need it to block them, so will continue my search. Thanks!
Click to expand...
Click to collapse
You might find a 3rd party dialer app in the play store you can replace the stock one with that has that option

Categories

Resources