[Q] extract call charges from call summary toast - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

hello android users,
is there a possible way to extract and increment the call costs or sms costs from the call/sms summary toast message ?
i suppose this is tricky, but any the toast message is made by text and views... just asking....

call charge summary
cosmic blu said:
hello android users,
is there a possible way to extract and increment the call costs or sms costs from the call/sms summary toast message ?
i suppose this is tricky, but any the toast message is made by text and views... just asking....
Click to expand...
Click to collapse
I think there is no more probable methods exists in summarizing the total usage.some of international sim providers like xxsim provides The management of all SIM cards in one single account Option to choose consecutive phone numbers. and email notifications.

sonyjohn said:
I think there is no more probable methods exists in summarizing the total usage.some of international sim providers like xxsim provides The management of all SIM cards in one single account Option to choose consecutive phone numbers. and email notifications.
Click to expand...
Click to collapse
thanks for the response ,
but i had found the solution try USSD checker app on play store

Related

Reject call programmatically

Is there any direct (or convoluted) way to reject an incoming call, i.e. send it directly to voicemail. Meaning
(a) if a call is coming in and matches certain criteria
(b) send the call to VM, and stop the ringing. (programmatically)
I've got (a) under control but I dont know how to do (b).
Any ideas?
Thanks
Jay
Well I know in the phonebook settings there is an option to send directly to voicemail for that particular number but that would require you saving the number in your phone book.
speoples20 said:
Well I know in the phonebook settings there is an option to send directly to voicemail for that particular number but that would require you saving the number in your phone book.
Click to expand...
Click to collapse
+1
I have Telemarketer1 - 7 right now in my phone book and they all go straight to voicemail with that option. Now if there was some way to block "UNKOWN"!
We need a Call Firewall / Blocker Software which can do following.
Register for Intent which can hook Incomming Call events
When Intent is raised if Checks for the number across Predefined Rules in Priority Order if any Rule matched take Action like
Reject Call
Accept and Immediately Reject THIS WILL COST CALLER
Send to Voice Mail
Reject and Reply with SMS
Reject and Create Reminder for Predefined Minutes to Remind us to Call them Back
+1
great idea
Try Youmail (it works for all phones)
There is a program for WM called Mobion MagiCall that would do everything that everyone wants on android but who can port it...
Back to my question...
Folks
I love the lively chit chat but does anyone have an answer to my original question: how do I reject a call programmatically and on the fly (not through phonebook entries set up ahead of time)?
BTW I will have an app available next week on Android Market that allows you to respond to incoming calls with an "I'll call you back asap" text or email, and it will set a reminder for you to call the caller back.
jayandro said:
Folks
I love the lively chit chat but does anyone have an answer to my original question: how do I reject a call programmatically and on the fly (not through phonebook entries set up ahead of time)?
BTW I will have an app available next week on Android Market that allows you to respond to incoming calls with an "I'll call you back asap" text or email, and it will set a reminder for you to call the caller back.
Click to expand...
Click to collapse
OMG!!! YES, WE CAN DO THAT!!!
I was going to kill myself after severe 24 hours of investigating and discovering... But I've found "fresh" solution!
// "cheat" with Java reflection to gain access to TelephonyManager's ITelephony getter
Class c = Class.forName(tm.getClass().getName());
Method m = c.getDeclaredMethod("getITelephony");
m.setAccessible(true);
telephonyService = (ITelephony)m.invoke(tm);
all all all of hundreds of people who wants to develop their call-control software visit this start point
http://www.google.com/codesearch/p?...:http://mylockforandroid\.googlecode\.com&d=0
there is a project. and there are important comments (and credits)
briefly: copy aidl file, add permissions to manifest, copy-paste source for telephony management )))
Some more info for you. AT commands you can send only if you are rooted. Than you can kill system process and send commands but you will need a reboot to allow your phone to receive and send calls =)))
I'm very hapy =) Now my Shake2MuteCall will get an update !
I use tcallblocking lite (search the market for it) to block calls from unknown numbers and any rom with the hacked phone.apk in it allows you to add numbers to a blacklist. No need for additional entries in your contact list
Moved as not Android Development.
I tried Call Firewallv1.40 freeware. It seems to be working at blocking unwanted private calls. I found it here http://www.freewarepocketpc.net/ppc-download-call-firewall-v1-4.html. The price is certainly good.
Features & Options:
a. Accecpt all calls - pretty self explainatory
b. Accept call from My Contacts only - accepts calls from contacts only, others are rejected
c. Reject all calls - pretty self explainatory
d. White List - accepts calls only from the white listed nos
e. Black List - accepts all call except from the black listed nos
f. Black List Pattern - any no STARTING from the black list pattern list is rejected.
for eg. if you enter "123", so all nos STARTING from "123" will be rejected
this is a very nice option with which you can block nos from any particular network, country, city , area or whatever you can think of.

[Q/REQ] SMS Anti-Spam/Blocker

I'm looking for an app that would allow me to build a blacklist of cellphone numbers and will block all SMS messages from those numbers.
Sort of like an AntiSpam for email, but without any filtering. Just a user-edited blacklist.
I've found many call blockers around the web, but nothing for SMS...
If anyone tested something of the sort, please let me know.
Thanks!
Try a search for Call Firewall.
http://forum.xda-developers.com/showthread.php?t=307178
direct link. Highly recommended, worked really well for a friend who was being stalked/harassed by some guy.
This is a bit of a misnomer... Call and SMS blocking software can only "block" the call or sms after it has already been received by the phone. Think about it this way - your phone doesn't know there's anything there until it's already received it. The software simply keeps the user from seeing the call or message. Bottom line - at that point - you've already paid for the text message (or been deducted one if you have a certain number included). The only option is to call your provider who *might* have the ability to stop texts or calls from specific numbers.
I propose CallMgrPro. Search in this forum.
Although it is not free I have made good experiences with MagiCall. Check out http://www.mobiion.com/magicall.html
you can use kaspersky mobile security, which incorporate a spam module where you can put phone number in a white/black list.
Most providers will give you 2 options:
1) Deal with it
2) Block SMS all together

CallBlocker

Very nice, I've been looking for an app like this for a while now. Just input a # you don't want to receive calls from and it will be blocked. Requires root, though.
Sure, you can use the built in "Send to Voice Mail" feature in Contacts, but that's not a good solution because 1) It clogs up my voice mail inbox and 2) I get an almost as annoying text notification every time someone that I have chosen to send to VM tries to call me.
The app is still pretty new, so it's lacking a few features I would like (such as regexp patterns), and I'm not sure it'll block text messages as well (which would be nice), but it's definitely a very good start.
http://www.cyrket.com/asset/9001392803553682779
market://search?q=pname:com.ap.CallBlocker
I just downloaded it gonna start putting number in it. Do you know if you can use it to block unknown numbers?
I haven't actually tried blocking my home phone in it to try it out for myself, but supposedly what this app does is to send the caller directly to voice mail, just like the feature that's already available to us in the default contacts app. That's not quite what I'm looking for, as that means I will still get those annoying notifications and the voice mail inbox will (might) get clogged up.
Perhaps what I'm looking for is just not possible, but simply put I want an app that interceps an incoming call/text, cross-refs it against a black list, and if it's a match - mimics a red phone button press (decline)/refuse the text message - all within a few milliseconds. It would also be nice if it stopped the number from getting logged in the call log.
mannyb said:
I haven't actually tried blocking my home phone in it to try it out for myself, but supposedly what this app does is to send the caller directly to voice mail, just like the feature that's already available to us in the default contacts app. That's not quite what I'm looking for, as that means I will still get those annoying notifications and the voice mail inbox will (might) get clogged up.
Perhaps what I'm looking for is just not possible, but simply put I want an app that interceps an incoming call/text, cross-refs it against a black list, and if it's a match - mimics a red phone button press (decline)/refuse the text message - all within a few milliseconds. It would also be nice if it stopped the number from getting logged in the call log.
Click to expand...
Click to collapse
I'm pretty sure that what this application does is to receive the phone call (it may do half a ring) and immediately answer it and hang up. This should avoid the problem of sending it to voicemail.
i have been talking to the dev since release, the callers do NOT go to voicemail so it won't clog your voicemail manny.
also it cannot be used to block Unknown numbers so fo that you would need to write your app(i am trying but it is very hard to do when you don't know exactly what you are doing). but the dev claims that if you put in 1800 in the block box then it will block ALL 1800 numbers that call you. seems pretty good but i haven't been able to test it yet(crazy ex might have finally gotten the hint)
EDIT!! as soon as i posted this i got an update on it and now you are able to choose between unknown numbers or blacklisted numbers, i suggested checkboxes to select both, as well as text message block, but i am not sure how possible that would be
tubaking182 said:
i have been talking to the dev since release, the callers do NOT go to voicemail so it won't clog your voicemail manny.
also it cannot be used to block Unknown numbers so fo that you would need to write your app(i am trying but it is very hard to do when you don't know exactly what you are doing). but the dev claims that if you put in 1800 in the block box then it will block ALL 1800 numbers that call you. seems pretty good but i haven't been able to test it yet(crazy ex might have finally gotten the hint)
EDIT!! as soon as i posted this i got an update on it and now you are able to choose between unknown numbers or blacklisted numbers, i suggested checkboxes to select both, as well as text message block, but i am not sure how possible that would be
Click to expand...
Click to collapse
Ah, thanks for clearing that up mate. Very good to know.
where can we get that updateeee
does anyone have the update for this?
mannyb said:
Very nice, I've been looking for an app like this for a while now. Just input a # you don't want to receive calls from and it will be blocked. Requires root, though.
Sure, you can use the built in "Send to Voice Mail" feature in Contacts, but that's not a good solution because 1) It clogs up my voice mail inbox and 2) I get an almost as annoying text notification every time someone that I have chosen to send to VM tries to call me.
Click to expand...
Click to collapse
Really? I use the built in feature and I don't get a text when someone on my blocked list calls. It will show up in the call log but I don't get a text or notification unless they leave a VM.
where can i download? please?
I decided to start developing my own version..
^^^That is cool let us know, I am willing to test it. The developer has stopped updating this app.
Good to hear your making a new app. This one bugged me as it wouldnt block 1-800 type numbers..
Yes!
Joey3002 Please post it when completed. I cant find the other app anywhere. If you take paypal donations, I will send some $ after you post it. Thank You!

VM notification for Fido users of HTC Dream/Magic

Hi all,
I made a small android program that displays the Voice Mail Indicator when you receive a Voice Mail (it waits for the +18 sms). This is a simple proof-of-concept app. When I have time, I'll improve it by adding proper notification (Sound, Led, Vibrating...).
I am providing it as is, it works well on my phone. Feel free to post questions, comments, suggestions...
Might not hurt for you to explain what a "VM" is.
I'm assuming Voicemail.
He said it's a proof-of-concept app, like a more complex 'Hello World!' app. So probably not very useful, but just a skill test.
Interesting, so an icon or led when somebody leaves a message...
Seems to me that with phones the way they are now, that messages should be recorded on the phone itself rather than by the provider. I certainly wouldn't want private information stored on somebody's unknown server where they can mess with at their leisure.
To the OP:
How about counting (x configurable) rings, playing an outgoing message, and capturing incoming message for, (configurable) seconds? Then everybody can tell their provider's to f-off and save the $6/month that they're dumping into the answering service.
I apologize for the confusion, I should have been clearer. Fido users will understand what this app is for, but I can understand why others don't.
The situation is simple. With Fido, whenever someone leaves us a new VM (VoiceMail), we get an SMS from fido, with the source address being +18. I personally find this annoying and would much rather have the "normal" behaviour of having a status icon alerting me that I have a new voicemail. That way, I can quickly know if I received a new VM or a new SMS. With Fido, you actually have to check the SMS to see if it's a normal SMS or if it is the +18 notification that Fido sends.
So that's what my app does. It monitors incoming SMS and when it detects an SMS form +18, it gives the user a notification that a new VM has arrived, with the proper icon.
I hope that explains it better!
FYI: The acronym "VM" typically is used for "Virtual Machine".
lbcoder said:
FYI: The acronym "VM" typically is used for "Virtual Machine".
Click to expand...
Click to collapse
I've always seen voicemail referred to as VM, just like callerid is referred to as CID. Anyways, that's just a detail and I made the modification in the first post.
Is it possible to have working this app. on HTC One S?
I installed it, but can't find nowhere!
VadimI said:
Is it possible to have working this app. on HTC One S?
I installed it, but can't find nowhere!
Click to expand...
Click to collapse
I don't know why you'd need it, every Android system since 1.0 can display Voicemail notifications. I believe some carriers, in the early days, didn't do this properly, which is why this app was created. Still, it shouldn't be needed today, your HTC One S should have this capability built-in and your carrier should be able to use it just fine.

Question How to get +1 to stop showing up on phone numbers from text messages.

I am having a interesting issue with my phone that I cannot figure out. When I receive a text message the system adds a +1 to the start of the phone number it is coming from, I am using the Samsung Messages application but this does the same thing apparently with the Google SMS app and the Verizon messenger app (as I have\ tried these as well), this only happens with a text and if I get a phone call or look in the address book no numbers have a +1.
The reason this is an issue is because my car imports my phonebook as it appears in the contacts and when I get a text it comes up as Unknown Caller because of the added +1 but phone calls do not have the +1 so they show up just fine.
While working on this I have discovered that if I go to the text by going to my contacts then clicking on the persons name it will remove the +1 and it will stay removed as I text them but the second I get texted back the +1 is added. I called Verizon eventually and was told reset settings, reset network settings, turn off assisted dialing. None of these work and there next solution was to factory reset, I don't think this will help because it isn't just my phone but my wife and son who also got the same phone have the same thing happen.
Has anyone experienced this and know how to fix it. I have been through all the phone and dev settings looking for something. I cannot find any other threads online for this except for a couple from AT&T users from different samsung phones years ago with no answer. Previous to this we were using Note 9's and did not have this issue. Any help is appreciated.
edit: The phone is not rooted or modded and is on Android 11 One UI 3.1, sorry forgot to add that.
I think it's under: Settings -> Call Settings -> Other call settings -> Roaming assistance
rufus15 said:
I think it's under: Settings -> Call Settings -> Other call settings -> Roaming assistance
Click to expand...
Click to collapse
That is assisted dialing I turned off already and it didn't affect it. It's also just on text messages phone functions don't have this happen for some reason.
The +1 is your coumtry code prefix (USA).
While you can change this in your messaging app you can't change it from eveyone else's phone.
From using it in your car radio might be somethng in your car settings or else in your contact list add the +1 to all your contacts.
spawnlives said:
The +1 is your coumtry code prefix (USA).
While you can change this in your messaging app you can't change it from eveyone else's phone.
From using it in your car radio might be somethng in your car settings or else in your contact list add the +1 to all your contacts.
Click to expand...
Click to collapse
I understand that the +1 is the country code.
It isn't from other people's phones it is the way the Ultra is handling the information when it comes to text messaging. I did the following test. I removed my son as a contact in my phone and called my phone from his. The phone number shows up as (xxx) xxx-xxxx. I then sent a text message to myself from his phone while he still was not in my contacts. I have 3 different text applications on my phone right now for testing purposes (default Samsung, Google's SMS app, and Verizon Messeages) and all 3 shows the phone number as +1 (xxx) xxx-xxxx.
The car isn't adding the the +1 to contacts, when my phonebook syncs to the car and I go into it the phonebook on my cars display they show the same as in my contacts "Contacts Name" (xxx) xxx-xxxx but when a text comes in it shows Unknown +1 (xxx) xxx-xxxx.
The issue solely lies with text messages being received on the S21 Ultra as this happens when people on Apple phones or Android phones (multiple brands) text me.
In regards to text messaging in general, i live not far from you ( about 9500 miles ) and I have a different device then yours. Receiving text messages from someone in my contacts list shows up contact name. Receiving other text message not in my contact list will show as country code and phone number. There are exceptions to this in regards to texts from government agencies and google which will show up who are not in my contacts list. I think texts messaging work around the international standard ie: country code + phone number while phone calls may not (unless making international calls). So i don't think it's device specific as it more to do with the networks that you connect to.
In regards to talking to you car ( text wise ) i may be of little help as i don't have a android 11 device and a car to talk to.
Since your note 9 works, and as far as i know latest version is android 10, it could be an issue with android 11. From your test using your son's phone have tried to add the +1 to his number to your phone and see if it's make a difference.

Categories

Resources