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
Hey guys am new here and i have a little question
what is needed to do an Android App
Specially a game ??
What is needed to be the Developer : the programming language and Programs that i should download ?
And to Be a designer What is the Programs that u advise me with, to make a good Resolution Game ?
one last question i heard that when i upload an ad app to play store i get 1$ each download ?!
is that true ????
I would like to know everything about the android developing
and i want to know how to get cash from it if anyone can help me plz
FearYourmom said:
Hey guys am new here and i have a little question
what is needed to do an Android App
Specially a game ??
What is needed to be the Developer : the programming language and Programs that i should download ?
And to Be a designer What is the Programs that u advise me with, to make a good Resolution Game ?
one last question i heard that when i upload an ad app to play store i get 1$ each download ?!
is that true ????
Click to expand...
Click to collapse
FearYourmom said:
I would like to know everything about the android developing
and i want to know how to get cash from it if anyone can help me plz
Click to expand...
Click to collapse
First off dont bump your thread people will answer in due cause.
The develop programs for android you will need to use Java, you will then need to download the Android SDK http://developer.android.com/sdk/index.html
You will likely also want to use a IDE something like eclipse or intellij
Where to start all depeneds on past knowledge, If you know very little/nothing there is a few good guides on how to get started on here just search for them.
how you get paid via ads depends on the ad company you use, some pay you per install some pay you per click of the ad etc.
Either way a far better way of making money would be to have a free version and paid version of your app (or maybe in app purchases if it is a game)
maybe i am sharing this no wrong section so kindly move it to right section..
my question is i have sim recharge card and it hav sim toolkit option to make recharge.. while many times i need to make same recharge on 20 numbers so its a long process to put number then select amount then insert pin and all things.. so i want to create an application to make this process easy as i dont knw how it can be done so i will hire some programmer but i talked wid some and they dont have any knowledge on this.. so question i read somewhere that stk menu send information to service provide in sms mode or ussd mode. so how do i spy that which mode is it using and which sms type or number is it sending to so i can easily ask some developer to create application on that .. or is it possible to handle sim tool kit application from any other application?
IF YOU HAVE SKILLS TO CREATE THIS TYPE OF APPLICATION CONTACT ME I CAN HIRE YOU
bumppppp i need help as soon as possible plz
You're better off talking to your Telco company about stuff like this instead of XDA
still waiting for answer no one knows this??/
still waiting anyone have any idea??
is there someone who can reply on this as i need this info on urgent basis plz
Hello! Im a music technology student, my final year project is about improving the media experience on the smartphone. I want to make a simple app that plays video while vibrating in a certain pattern in low intensity. Is it possible? If yes, can a total newb like me can do that? I can provide a thin pay for anyone could help!!!!!Thanks!
Please help me!
Please help me! I really want to experiment with smart devices and I can't find any help in the school!!!!
sotszfung said:
Please help me! I really want to experiment with smart devices and I can't find any help in the school!!!!
Click to expand...
Click to collapse
Well first of all, this is the wrong place to ask this question but still. You'll need Android Studio to program an app (or use xamarin with c# if you don't want to use java). There are extensive tut's about creating your first android application on the internet provided by google. Try to complete (most of) the tut's that they suggest. After that you'll (hopefully) have a basic understanding of programming in android.
But be reminded that learning to program is a process that could take a long time, depending om how much time and effort you put in to it.
Goodluck!
https://developer.android.com/training/basics/firstapp/index.html
Hi
I'm hoping I am posting in the right place.
I have an apk game for my little boy. It has a bug that needs fixing. The company behind it no longer exists.
It's a simple hidden object game and 9 out of 10 levels work, so I would hope comparing them would show what's different about the level that hangs.
Is it possible to employ an apk expert to have a look at the apk to fix the fault so my boy could have the game fixed please?
Please let me know how to go about it thanks.
Alex
alexbobspoons2 said:
Hi
I'm hoping I am posting in the right place.
I have an apk game for my little boy. It has a bug that needs fixing. The company behind it no longer exists.
It's a simple hidden object game and 9 out of 10 levels work, so I would hope comparing them would show what's different about the level that hangs.
Is it possible to employ an apk expert to have a look at the apk to fix the fault so my boy could have the game fixed please?
Please let me know how to go about it thanks.
Alex
Click to expand...
Click to collapse
Just to add to avoid confusion, I am expecting to pay for the services employed.
Also, all the artwork and such is within the apk, the stuck level just hangs as it is supposed to open, so I think it should just be a bit of code line wrong or something as all the components are there, so I dont expect this is a mammoth issue, but I need somebody who knows apk coding to be able to do it please. I have the apk available for emailing.
Please help
PLease, havent had anything yet. Can anyone help, or do you know another place I could go for this type of help please?
Thanks
Alex