[Q] iSecretary for Android ?? [answering machine app] - Android Q&A, Help & Troubleshooting

I have searched almost everywhere, but could not find this. I am surprised no such app for android exists
So should I conclude it is impossible due to some restriction in android OS to record incomming call or to play a message in incomming call, and hence, not possible to make an answering machine app ??
An app that has the features like isecretary has for windows mobile???
Why me and many others like me want this:
we do not have any voicemail service like hullomail, youmail etc available in our country.
voicemail is not free and is heavily charged
also no google service does this in our country afaik
Can any expert android developer tell me in detail as to why making such an app is not possible ??
ps: if it is at all possible I am ready to pay for this project :s

__^BUMP^__
any1 ??

_^BUMP^__
Don't wanna multi-post but I really really need this
Can any1 point me in some direction ?? or just a hint maybe :s

Bumping here again after so many days .. hoping somebody might have some knowledge regarding this

Arjs said:
Why me and many others like me want this:
we do not have any voicemail service like hullomail, youmail etc available in our country.
voicemail is not free and is heavily charged
also no google service does this in our country afaik
Click to expand...
Click to collapse
bump it up for you. ... . it'll be interesting to have of these apps for android

probably the last hopeless bump .. no1 has any idea about my original question -
So should I conclude it is impossible due to some restriction in android OS to record incomming call or to play a message in incomming call, and hence, not possible to make an answering machine app ??
Click to expand...
Click to collapse

Arjs said:
probably the last hopeless bump .. no1 has any idea about my original question -
Click to expand...
Click to collapse
I'm not so sure many App programers visit these forums. Even something basic would be nice. It would only work on a Rooted phone however.

There are many people on xda with good knowledge about Android and its possibilities.. But as you said, I don't think anyone of them cares about whats going on in this forum.
People are asking questions and same average users are trying to answer their questions by guessing stuff.
Nobody even with a little knowledge is trying to answer the question, as to why is this not possible!!!!

Arjs said:
There are many people on xda with good knowledge about Android and its possibilities.. But as you said, I don't think anyone of them cares about whats going on in this forum.
People are asking questions and same average users are trying to answer their questions by guessing stuff.
Nobody even with a little knowledge is trying to answer the question, as to why is this not possible!!!!
Click to expand...
Click to collapse
Probably because between their real job and their families, their free time is taken by developing roms or apps that make your phone awesome, while usually getting very little in return. Whatever time is left over, I hope they spend enjoying themselves or relaxing.
If it's that important, either learn to do it yourself or pm a developer and ask them (nicely!) if it's possible.
It's improbable that such an app would be possible. An internet connection and/or call forwarding would most likely be a requirement, which is not what you're asking for.
Sent from my Evo + MIUI using Tapatalk!

Arjs said:
So should I conclude it is impossible due to some restriction in android OS to record incomming call
Click to expand...
Click to collapse
This seems to be a problem and a major complain from Android devs. There is no API to control the audio from incoming calls. Google problably doesnt include APIs to avoid privacy issues.
Im not sure about audio from you in a call if there are APIs for it.
The program, in theory with these APIs, is possible as it is very simple.
There is undocumented APIs which people have used to record audio from incoming calls. You need root and someone they dont work.
So if you want this then yes, you are either going to have to pay someone, learn how they have (using root and undocumented APIs) made it possible to record incoming voice from calls, or wait for Google to release call and voice related APIs.
---------- Post added at 12:26 PM ---------- Previous post was at 12:20 PM ----------
In SDK 14 this has been added (maybe with workarounds it can be helpful to what you want):
Voicemail Provider
The new Voicemail Provider allows applications to add voicemails to the device, in order to present all the user's voicemails in a single visual presentation. For instance, it’s possible that a user has multiple voicemail sources, such as one from the phone’s service provider and others from VoIP or other alternative voice services. These apps can use the Voicemail Provider APIs to add their voicemails to the device. The built-in Phone application then presents all voicemails to the user in a unified presentation. Although the system’s Phone application is the only application that can read all the voicemails, each application that provides voicemails can read those that it has added to the system (but cannot read voicemails from other services).
Because the APIs currently do not allow third-party apps to read all the voicemails from the system, the only third-party apps that should use the voicemail APIs are those that have voicemail to deliver to the user.
The VoicemailContract class defines the content provider for the Voicemail Provder. The subclasses VoicemailContract.Voicemails and VoicemailContract.Status provide tables in which apps can insert voicemail data for storage on the device. For an example of a voicemail provider app, see the Voicemail Provider Demo.

plainjane said:
Probably because between their real job and their families, their free time is taken by developing roms or apps that make your phone awesome, while usually getting very little in return. Whatever time is left over, I hope they spend enjoying themselves or relaxing.
If it's that important, either learn to do it yourself or pm a developer and ask them (nicely!) if it's possible.
It's improbable that such an app would be possible. An internet connection and/or call forwarding would most likely be a requirement, which is not what you're asking for.
Sent from my Evo + MIUI using Tapatalk!
Click to expand...
Click to collapse
lol what is your problem dude?? are you some sort of messiah ?
The point of these forums is people helping out each other and sometimes those with more knowledge than the average user, also jump in to the rescue. If those developers didn't have time apart from their daily life, the Q&A thread would never be created in the first place. And there are people, who are not developers, but have a much better android knowledge and are helping people on these forums.
read what I wrote-
I don't think anyone of them cares about whats going on in this forum.
Click to expand...
Click to collapse
And there is a reason, I said that, because I have seen threads like mine, on the same issue from more than a year old.. lying without answers. No one is even trying to figure it out. My humble request to you is, if you don't know anything regarding this, and cannot understand our problem, and haven't read other thread like these from the last one year.. just mind your own business please and let us deal with our problem.
We are still here // still posting.. because we still hope someone with knowledge would read these threads someday and reply a meaningful reply.

riahc3 said:
This seems to be a problem and a major complain from Android devs. There is no API to control the audio from incoming calls. Google problably doesnt include APIs to avoid privacy issues.
Im not sure about audio from you in a call if there are APIs for it.
The program, in theory with these APIs, is possible as it is very simple.
There is undocumented APIs which people have used to record audio from incoming calls. You need root and someone they dont work.
So if you want this then yes, you are either going to have to pay someone, learn how they have (using root and undocumented APIs) made it possible to record incoming voice from calls, or wait for Google to release call and voice related APIs.
---------- Post added at 12:26 PM ---------- Previous post was at 12:20 PM ----------
In SDK 14 this has been added (maybe with workarounds it can be helpful to what you want):
Voicemail Provider
The new Voicemail Provider allows applications to add voicemails to the device, in order to present all the user's voicemails in a single visual presentation. For instance, it’s possible that a user has multiple voicemail sources, such as one from the phone’s service provider and others from VoIP or other alternative voice services. These apps can use the Voicemail Provider APIs to add their voicemails to the device. The built-in Phone application then presents all voicemails to the user in a unified presentation. Although the system’s Phone application is the only application that can read all the voicemails, each application that provides voicemails can read those that it has added to the system (but cannot read voicemails from other services).
Because the APIs currently do not allow third-party apps to read all the voicemails from the system, the only third-party apps that should use the voicemail APIs are those that have voicemail to deliver to the user.
The VoicemailContract class defines the content provider for the Voicemail Provder. The subclasses VoicemailContract.Voicemails and VoicemailContract.Status provide tables in which apps can insert voicemail data for storage on the device. For an example of a voicemail provider app, see the Voicemail Provider Demo.
Click to expand...
Click to collapse
I didn't notice this reply was made, when I was typing my previous post.
Thanks a lot, riahc3 for helping us out. Finally someone comes to the rescue xD
Google problably doesnt include APIs to avoid privacy issues.
Click to expand...
Click to collapse
yes, I have been reading regarding this lately, but I wasn't so sure until now. So this is a fact now that this is not possible in "normal" case (well, this almost answers my main question) as we don't have the APIs from google to help develop an app which is able to manipulate incoming call. And they do have a good reason for this i agree - privacy issues.
made it possible to record incoming voice from calls
Click to expand...
Click to collapse
well, then I guess I have to keep searching and learning more regarding this. I guess i' ll start with the Voicemail Provider Demo.
Thanks a lot again bro.. for finding out so much regarding the issue ..that helps clear out "the big confusion" . and hopefully, as you said, some workaround might be possible using the sdk14...

what arjas and i am looking for
We have an answering machine and voice mail available on the Samsung Start GT-5233A where you can set up the answering machine easily. It plays a greeting when you do not pick up and if he caller wishes, they can record a message as well.
This is a built in application. I believe Arjas and i are looking, trying to find a similar application for android.
I have a galaxy tab 10.1 but no luck so far.

ukayani said:
We have an answering machine and voice mail available on the Samsung Start GT-5233A where you can set up the answering machine easily. It plays a greeting when you do not pick up and if he caller wishes, they can record a message as well.
This is a built in application. I believe Arjas and i are looking, trying to find a similar application for android.
I have a galaxy tab 10.1 but no luck so far.
Click to expand...
Click to collapse
check out this post, talking exactly abt your requirement. share some thought so others might find helpful
http://forum.xda-developers.com/showpost.php?p=22304548&postcount=12

Answering Machine for Android
Though There's no straight app for this, u can combine 2 apps to get the Answering Machine.
1) Auto Call Answer
2)auto call recorder.
of-course there are lots of similar applications too for each type. install both apps from the market.
when ever u don't answer the the call for certain number of rings the 1st app picks the call and plays the voice u recorded for the caller.But it cant record the callers voice.
Thats where the 2nd app comes in handy.It will record all the incoming calls irrespective of whether u lifted or the auto responder lifted.
When ever u find time u can check the recordings which are saved mostly by the number and time.
For the time being this is the only solution we have.
Also mind u,In the calls recorded the callers voice is very low in most of the android devices.Blame google for not giving API for that.So what the apps generally does is it will record from the mic resulting in poor quality.
I also observed that android devices with honkong firmware and arabic firmwares
the recording quality is good.I think the API is buit-in for that firmware.As recording calls in their countries is legal.
Unfortunately in India call recording is not legal.so is in most of the countries.
So the trick is to flash ur cell with honkong(hhkk) or arabic(jpxx) firmwares and u have the rec option right away in dailer options.Then try installing those two apps.
I am using Galaxy Note initially was on Indian firmware now i changed it honkong version and enjoying the rec fecility which is crystal clear.
But as u said when other brands like symbian,windows are offering this app theres no point in google not letting the developers do it. its shame for the owner of a 30k cell phone running the so called great android and not having a fecility that a cheap 3k phone has.
wakeup guys
if not u,who?
if not now when?

What about something like pbxes.org or something like that? The short answer to your original question is "Not right now" for the reasons mentioned by a previous poster. ICS seems to have the appropriate hooks built in, but that isn't the same as having the app.
I can't believe there isn't a SIP provider you could get set up with and manage voicemail over IP. But you would know better than me what you can reach or not. Just thinking there must be some other way to skin that cat.

It would be nice to have an offline standalone answering machine that plays greeting and records voice messages in the SD or phone's memory.
That will save me $7/month, so I am not expecting it for free.

Hi guys, I was thinking the same thing, then I found this thread.
My need is to have an app that answers an incoming call after 3-4 ringing, then it should play a short record and after that start recording the call.
For example when I'm doing shower and friends come my home, they call me, so it will be useful to have an app that auto-answer and say "I'm on shower, take keys under the tree and enter"...:laugh:
I read previous posts, so I will try the 2 apps. Is there something new in the air? ICS is out since June...
I would spend 5 euros or something more for an app like this...

will we ever see that app ?
I hope so
It may be #1 wanted app in android

Anyway don't try to download "Auto call answer" it seems to be a malware

Related

Answering machine\Voicemail App?

Hi,
I'd like to know if there is any app around that does the work of an answering machine. An app that will probably answer the call after a specific amount of rings and save the callers' message on the SD card. This was an idea I got from a few years ago when we were discussion open software for cellphones. I'd love to know if it's already been done.
Thanks.
Anyone know of such an app?
google voice ??
I would vote for YouMail.
It actually downloads your VM messages from the "cloud" and stores them on your SD card.
It also has other nice features.
Best of all, everything is FREE!!!
I also use youmail its the best app out there for voice and its free vzw charges 2.99 for their visual voicemail.
Sent from my DROIDX using XDA App
Airvoice, but it does not work on my desire... Anyone know of anything else?
I use Hullomail.. you can tell it to use your gmail account as storage which is handy because if I miss call when I'm at my computer I can just play the message on my PC...
Sent from my HTC Desire using Tapatalk
Anyone know of such an app?
I haven't seen any such app yet. The apps mentioned in this thread are different.
What is asked for is a voicemail on the phone itself, not any 3rd party who stores your voicemail for you, after which you can download it.
No, what is asked for is an actual app on the phone that actually functions as a voicemail/answering machine and stores the voicemail directly on the sd card. Without redirecting the call to a 3rd party, and without requiring an internet connection anywhere in the process from accepting the voicemail to playing the voicemail.
But there is no such app, to my knowledge.
[Jules] said:
I haven't seen any such app yet. The apps mentioned in this thread are different.
What is asked for is a voicemail on the phone itself, not any 3rd party who stores your voicemail for you, after which you can download it.
No, what is asked for is an actual app on the phone that actually functions as a voicemail/answering machine and stores the voicemail directly on the sd card. Without redirecting the call to a 3rd party, and without requiring an internet connection anywhere in the process from accepting the voicemail to playing the voicemail.
But there is no such app, to my knowledge.
Click to expand...
Click to collapse
A stand-alone app like this would be pretty sweet actually. I think the phone providers would be a little ticked if someone were to write an app like this. I would buy it as i don't subscribe to an answering service on my cell (separate monthly charge for my plan.) Most of these 3rd party (cloud) services don't work in my region.
Most of these 3rd party (cloud) services don't work in my region.
Click to expand...
Click to collapse
Same here.
Waiting for some developer to answer our questions and explain if this is even possible or not :-s
Hi all
I'm looking now for 1 Year for this kind of answer machine.
the only one that do that is until now ---> Airvoice
But, the developer stoped developing this app since HTC Hero.
So it works only on HTC Hero.
Look at the Market for Airvoice,and send, like me, a email to the Developer. Maybe he will finaly start again developing this app!
Greetings ivifly
Arjs said:
Same here.
Waiting for some developer to answer our questions and explain if this is even possible or not :-s
Click to expand...
Click to collapse
seems possible** Check out this post, may be you find/share some input for further developement
http://forum.xda-developers.com/showpost.php?p=22304548&postcount=12
Can anyone help me with this.
xperia phones have this feature integrated, so maybe with a port... tested on gf xperia m2 stock. i'm searching for something like it for months, i'll pay for this kind of app.

[Q] What is the point in Google Voice?

Yes ive searched, and ive done research, but I use it for voicemail right now. Would getting a number benefit me at all? Btw i dont pay for my plan so that doesnt even matter
Nikolai2.1 said:
Yes ive searched, and ive done research, but I use it for voicemail right now. Would getting a number benefit me at all? Btw i dont pay for my plan so that doesnt even matter
Click to expand...
Click to collapse
It's useful if you don't wanna pay for SMS.
I like google voice better than what verizon provides
Sent from my FroyoEris using XDA App
johnston9234 said:
I like google voice better than what verizon provides
Sent from my FroyoEris using XDA App
Click to expand...
Click to collapse
But how is it different?
Here's the idea. Add your Google Voice number to your Friend/Family list. Then use the Google Voice callback app (or use the Google Voice mobile website to set up a call). This will create a phone call that will start with your phone ringing. When you answer the phone, it will then begin ringing your other party. The genius here is that the incoming number on the caller ID is your Google Voice number. No minutes used.
Another bonus is that if you change phone companies, you don't have to change your Google Voice number. Assuming that is the number you are handing out to people, you'll always get calls. Add on to the list superior voicemail, and much better texting and it starts to really shine.
If I am diligent, I can go an entire month using minimal minutes. Since I am sharing minutes, this makes the other users on our plan very happy. =)
Does this help to answer your question?
Rezanow said:
Here's the idea. Add your Google Voice number to your Friend/Family list. Then use the Google Voice callback app (or use the Google Voice mobile website to set up a call). This will create a phone call that will start with your phone ringing. When you answer the phone, it will then begin ringing your other party. The genius here is that the incoming number on the caller ID is your Google Voice number. No minutes used.
Another bonus is that if you change phone companies, you don't have to change your Google Voice number. Assuming that is the number you are handing out to people, you'll always get calls. Add on to the list superior voicemail, and much better texting and it starts to really shine.
If I am diligent, I can go an entire month using minimal minutes. Since I am sharing minutes, this makes the other users on our plan very happy. =)
Does this help to answer your question?
Click to expand...
Click to collapse
Thanks for the reply, yeah i guess i understand now. Probably will do that someday, might switch carriers or something
Nikolai2.1 said:
Thanks for the reply, yeah i guess i understand now. Probably will do that someday, might switch carriers or something
Click to expand...
Click to collapse
It is also helpful for people who would like to split their work life from their non-work life. You can specify conditions to connect a call to a work phone or home phone between specific hours, or you can use one phone with multiple voicemail greetings for different groups of people (family, friends, work, etc.). It lets you screen/block calls from specific or unknown people and send them directly to voicemail. You just have a lot more control over things.
Good point! I had forgotten about those customizations! It is especially amusing to set up a custom voicemail greeting for one specific person. When John calls and it says, "Hey John, leave a message old man!"
Powered by KaosFroyo and the XDA app.

[Q] Why are call-recording apps so difficult to write?

Can someone please explain, once and for all, why recording incoming audio for calls is so damn difficult? Forget about the legality of it or whatever - my question is purely technical. What are the technical difficulties that a developer runs into when trying to write a call recording app? Particularly for the Atrix?
I've heard that "moto blocks it", but that's not really an answer. Is the driver "hidden" in some way? Is the stream encrypted or something? Is there no API function that exposes the incoming audio stream?
On phones that do successfully record the inbound audio, how is the app doing it, and why does it work on that phone, but not on another? What's different about the platform/software/driver/electronics/etc?
Thanks
Would love to know this as well.
Sent from my MB860 using XDA App
definitely a bump. My bet is that the API is crippled in that area for legality reasons.
Trust me, I'm sure your phone already has plenty of call recording software on it....
Techcruncher said:
Trust me, I'm sure your phone already has plenty of call recording software on it....
Click to expand...
Click to collapse
Totally bro it like totally records your words and stuff and like saves em on an invisible SD card and the file is 0kb... oh and then if you check your memory to see if it is recording it sends it via the internet... even without a connection!
Sent from my Xoom using XDA App
ChongoDroid said:
Totally bro it like totally records your words and stuff and like saves em on an invisible SD card and the file is 0kb... oh and then if you check your memory to see if it is recording it sends it via the internet... even without a connection!
Sent from my Xoom using XDA App
Click to expand...
Click to collapse
+5,000,000
LMFAO!
Sent from my MB860 using XDA Premium App
probably is the legality issue. worried about something being recorded during a conversation that can't legally be recorded.
Can't really imagine any technical difficulty that would prevent it.
If you call me its legal for me to record the conversation. There is nothing illegal about that.
Sent from my MB860 using Tapatalk
And if someone else is using your phone, it's not.
Techcruncher said:
Trust me, I'm sure your phone already has plenty of call recording software on it....
Click to expand...
Click to collapse
Totally clueless lol.
Jnewell05 said:
If you call me its legal for me to record the conversation. There is nothing illegal about that.
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
In many jurisdictions, all participants must be aware that a conversation is being recorded, or the recording is illegal.
Sent from my MB860 using XDA App
Thanks for all the replies, everyone, but I'm afraid this post is turning into the legal conversation that I hoped it wouldn't. I'm sure none of us are lawyers, so let's stick to the nerdy technical stuff we're good at.
So just to try to reign the conversation back in; there's gotta be some devs out there who have dabbled in this area before. What are the technical nuances and obstacles in wirting code to record the incoming audio of a phone call?
(Ya, I know about the 'speaker-phone' trick. I'm asking about the incoming audio stream.)
Techcruncher said:
Trust me, I'm sure your phone already has plenty of call recording software on it....
Click to expand...
Click to collapse
...
...
Uh... ok. Thanks for that...
ChongoDroid said:
Totally bro it like totally records your words and stuff and like saves em on an invisible SD card and the file is 0kb... oh and then if you check your memory to see if it is recording it sends it via the internet... even without a connection!
Click to expand...
Click to collapse
BAAAHH HAHAHAHAHA!!!!
Skadoosh!!
See this: http://code.google.com/p/android/issues/detail?id=2117#c401
netter159 said:
definitely a bump. My bet is that the API is crippled in that area for legality reasons.
Click to expand...
Click to collapse
Back to the post..
the Atrix, cannot record calls is because Moto left out a standard Android function from one of the libraries, the libaudio.so file. Supposedly that is the standard way to stream the live call audio (both incoming & outgoing) for Android programming.
Since other Android phones CAN record calls, and since other Android apps do work with multiple other phones--it seems likely that this is a Moto issue and not an "Android" problem. Moto have no comment on the topic other than "we don't make call recording software".
Someone capable of shimming in some new code or writing a driver that can access the hardware will be my hero. in another post I saw someone that was able to bring a driver from another phone and use its functionality to record calls
I would pay good money to record MY phone calls.....
I came across this idea from another board about a "virtual recorder"
Quote:
"For example, maybe we could develop a virtual bluetooth device. Similar to a virtual DVD drive in widows. There's no real physical drive, but the driver makes windows think there is and it can be used to mount ISOs... Well, same concept - make a virtual bluetooth device that android thinks is a physical device, and use whatever existing mechanisms to divert the audio stream to the virtual device. Then of course, the back-end for the virtual bluetooth could simply send the sound back to the handset whilst recording the audio stream."
^^Thats a neat idea. However, I am not sure it is possible to do that given the APIs and the inherent limitations of the platform!
That post about the "other driver" is here http://forum.xda-developers.com/showthread.php?t=806451
according to him he "Because it wasn't open source, I had to disassemble it in order to write what I wanted exactly."
Also here is a link to android FYI
http://developer.android.com/reference/android/media/MediaRecorder.AudioSource.html
l8r
OldOneEye said:
Back to the post..
the Atrix, cannot record calls is because Moto left out a standard Android function from one of the libraries, the libaudio.so file. Supposedly that is the standard way to stream the live call audio (both incoming & outgoing) for Android programming
Click to expand...
Click to collapse
Is this something that can be corrected with a custom ROM and kernel? I admit to not knowing much about programming for Android and how a lot of that works. I've got some programming experience outside of Android and Linux, and I'd be willing to cross over and work on custom ROMs just for that feature. Like you, I think it's worth it's weight in gold...

[Q] call forward from and to specific number

Dear All
I'm sure everybody had this already that he got calls from unwanted numbers, and they don't stop.
I usually use blacklist pro (bought version) with android 4.1.1 it doesn't work currently, probably it has something to do with pdroid, i'm using a cyanogen rom.
Anyway..
So far i'm more intrested in call forwarding instead of blocking.
I am locking for an app which can forward this annoying caller to another number, or all numbers which are not in my contact list.
so far i couldn't find an app doing exactly this what I wanted to.
(It does not matter if the forward counts on my own phone bill, because i've got flat anyway...)
so does someone know an app for this?
would this anyway technicaly be possible?
chruez said:
Dear All
I'm sure everybody had this already that he got calls from unwanted numbers, and they don't stop.
I usually use blacklist pro (bought version) with android 4.1.1 it doesn't work currently, probably it has something to do with pdroid, i'm using a cyanogen rom.
Anyway..
So far i'm more intrested in call forwarding instead of blocking.
I am locking for an app which can forward this annoying caller to another number, or all numbers which are not in my contact list.
so far i couldn't find an app doing exactly this what I wanted to.
(It does not matter if the forward counts on my own phone bill, because i've got flat anyway...)
so does someone know an app for this?
would this anyway technicaly be possible?
Click to expand...
Click to collapse
well all those so called 'Call blocking or forwarding' apps available on stores are not compatible enough to wrk efficiently with JB based roms, due to lack of upgradation of those apps from there developer's
so ICS based roms r better for ur issue, since they can support those apps
Sun90 said:
well all those so called 'Call blocking or forwarding' apps available on stores are not compatible enough to wrk efficiently with JB based roms, due to lack of upgradation of those apps from there developer's
so ICS based roms r better for ur issue, since they can support those apps
Click to expand...
Click to collapse
I know, but this was not the point of my thread!
copy from above;
So far i'm more intrested in call forwarding instead of blocking.
I am locking for an app which can forward this annoying caller to another number, or all numbers which are not in my contact list.
chruez said:
I know, but this was not the point of my thread!
copy from above;
So far i'm more intrested in call forwarding instead of blocking.
I am locking for an app which can forward this annoying caller to another number, or all numbers which are not in my contact list.
Click to expand...
Click to collapse
as i said please use google for the same if u put 'Call forwarding apps for android' in the search u will get a lot of them, choose the one that suits ur needs
Sun90 said:
as i said please use google for the same if u put 'Call forwarding apps for android' in the search u will get a lot of them, choose the one that suits ur needs
Click to expand...
Click to collapse
I try staying nice and calm but it's hard not getting mad..
So listen, I don't post stupid questions in a form because i'm lazy or i can't use google. In reality i've been searching such an app which exactly supports my needs for few hours, i've also tested few apps, but sadly my search was unsuccessfull.
Considering that the world is full of noobs posting sometimes unhappy,not well explained or just unintelligent posts I can partially understand your replies.. PARTIALLY!
But this is a Question and Answers forum and you do NOT have to write me "use google there are lot of apps and search the one for your needs"
If you CAN'T give a competent answer do not reply!
If you do not understand what exactly has been requested, read the topic until you do and then reply only if your answer is competent!
Now please do no more post reply on this thread you're not hitting the topic anymore and you can't help further!!
If somebody knows an App which exactly fullfills my needs, feel free to post it..
@ OP
Have you found such an app? I am also in search.
myawan said:
@ OP
Have you found such an app? I am also in search.
Click to expand...
Click to collapse
Same here @ OP
Would really appreciate a response.
The OP's outrage at being told to use Google is just as hilarious as it was almost two years ago.
I just want to be able to forward calls from specific contacts (not send to voicemail). I currently have all undesired callers automatically hung up on.
Hi frnd,
I found out a method which works perfectly for me....Hope this will be useful for u as well.
first add the particular number from which u don't want to receive calls to a call blocking list app.( i used cm security app)
second, go to your call settings, and enable 'call forward when busy' to your any other number or to which number u want the calls to forward
That's It...now if the blocked number called u, it will get hang up and automatically redirected to another number..

answering machine for android ?

I'm looking for an application that answering machine for my Galaxy Note, but I can not find it.
You know of any application that works well?
thanks
socmoi said:
I'm looking for an application that answering machine for my Galaxy Note, but I can not find it.
You know of any application that works well?
thanks
Click to expand...
Click to collapse
voicemail lol
Google?
Sent from my Nexus 7 using xda app-developers app
Not google. Voicemail of your provider!
I already look for that.
I dont think you can.
Voice mail is the best choice you have.
some japanese android phones(like my sh-12c) have build in answering machine , not sure but maybe someone already made some good port !?
u can set the answering machine time when to pickup and to 3 different modes (normal,drive and manner)
there is an example video http://app-coming.jp/ja/articles/detail/64
i really love this function and miss this on my galaxy note T_T
dbaf14
Yes that would be great i used to have this on my Simbian phones voice mails are recorded straight to your device
someone attempted this on windows mobile but not Android yet (perhaps to many restrictions )
I was also looking for this type of application recently. Used to love this on my symbian but was shocked when i realised this had not been done fro droid as yet.
Is there a reason why it seems "impossible" on Android? Many of us have to PAY for voicemail and PAY with our minutes for retrieving voicemail!
And to those who would replay that this is a legal/privacy issue (like I've read elsewhere), I say, why should I trust my voicemail to my phone company or, God forbid, to Google?
Ridiculous omission
I want the same thing for my Note2, and for my S2 before that. It is a complete joke that Android does not have it built in. It is one area where Symbian is superior to Android. At the moment my only options are to have my provider turn off voicemail and refuse all messages, or to have them pile up which is incredibly inconvenient - if I have a meeting with somebody and they leave me a message there is no way I can go through a dozen messages to get to the latest one (especially without pen and paper to hand). Not to mention my provider does not even give me the phone number of the person that left the voicemail.
I've been waiting years for a simple voicemail app. It's pathetic one hasn't appeared. Even my Sony Z5 had it over a decade ago.
Other links asking for the same:
http://forum.xda-developers.com/showthread.php?t=1855032
http://forum.xda-developers.com/showthread.php?t=1695420
Phillip.
Voice mail is not the solution especially in India, I tried to pull the trick using tasker, but android had two audio channels n thus I failed, need it badly though
Sent from my GT-N7100 using xda premium
so my already saying in the "sh-12c root thread" lets make an own answering machine apk based on the japanese sharp one which worked fine for me in germany.
if everyone have same network talk flatrate and just my answering machine app take the call instead of me and record the saying... its free for everyone. ..
ill post the dumped files here again later.
dbaf14
Sent from my GT-N7000 using xda app-developers app
and again I'm not alone in this search...yeah I'm a precious symbian user too
and here I was thinking that I'm prolly not using the right keywords to search
BTW we even had a software to set up an IVR on our phone in symbian
Count me in, I tried a couple of apps... They don't work quite as you expect though
+1 for answering machine app.
Sadly, I don't think it's an option on regular Androids due to either hardware or programming constraints. Doubt it's due to lack of user interest.
Hmmmm, maybe it's conspiracy by telco provides so they can rake in more $$$$.? (reaches for tin foil hat)
Again, for the benefit of the head scratchers out there ... Voicemail is NOT a free god given right to all phone users in the world. It costs money with some service providers. Hence the desire for "in phone" answering machine application.
hullo mail is a voice mail app that I use. It works in Ireland, the UK and America I think.
Sent from my HOX
You can also try my VoiceMail profile with tasker !
http://forum.xda-developers.com/android/apps-games/tasker-local-voicemail-answer-machine-t3076273
CoolJoseph96 said:
You can also try my VoiceMail profile with tasker !
http://forum.xda-developers.com/android/apps-games/tasker-local-voicemail-answer-machine-t3076273
Click to expand...
Click to collapse
Will have to see if that works.. Looks good.. You are a genius if this works..
Obviously! Let me know how it works in my thread. Any advice are welcome and i'll be glad to support you !
Voicemail
you should be able to use your voicemail.

Categories

Resources