[android-developers] Re: How to send at command

2010-03-28 Thread saru
to connect your phone in modem mode. Some phones can connect both at same time. On Sun, Mar 28, 2010 at 02:02, saru sarucs...@gmail.com wrote: Hey i need to send AT command to modem in android phone. But by searching android i could not find any API to send AT command. Please can any did it or can

[android-developers] How to send at command

2010-03-27 Thread saru
Hey i need to send AT command to modem in android phone. But by searching android i could not find any API to send AT command. Please can any did it or can any one share any idea regarding AT command. Please it is very much important for me -- You received this message because you are subscribed

[android-developers] Re: Answer automatically to Incoming Call

2010-03-21 Thread saru
Hi Bibek, Is it possible by modifying code??? Are you sure If possible can you give some hints actually what needed to do in source code to answer call programatically. On Mar 19, 1:03 am, Kumar Bibek coomar@gmail.com wrote: This is simply not possible if you are not modifying

[android-developers] Re: send dtmf

2010-03-21 Thread saru
Murphy, expecting a reply about android dtmf and telephony feature On Mar 16, 12:23 pm, saru sarucs...@gmail.com wrote: Thanks again Murphy. Look i need to pass dtmf tone over GSM (telephony line). Look it should be possible in android. From very beginning of my starting in android I

[android-developers] Re: android Telephony API access levels

2010-03-18 Thread saru
Hi i am searching the same feature (specially accepting call) from last 3 months but found nothing significant 1.Some tell to change android source code and relative permission to avail this feature.(fruitless) 2.some tell you should build your own application to accept call. Can you imagine how

[android-developers] Re: Answer automatically to Incoming Call

2010-03-18 Thread saru
if NY ONE OUT THEIR FIND ANY CLUE PLEASE POST HERE. it is a long desired question On Mar 18, 6:43 am, phillip phtp...@gmail.com wrote: Hi, I got the same problem as you do. I'm trying to look atthe original Phone app fromgoogle, but have no clue. The app manifest doesn't have Action_answer.

[android-developers] send dtmf

2010-03-15 Thread saru
Hey Can any one please tell me how to send dtmf in android.any code regarding it would be appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: send dtmf

2010-03-15 Thread saru
...@commonsware.com wrote: saru wrote: Hey Can any one please tell me how to send dtmf in android.any code regarding it would be appreciated. Try ToneGenerator: http://developer.android.com/reference/android/media/ToneGenerator.html -- Mark Murphy (a Commons Guy)http://commonsware.com|http

[android-developers] Re: send dtmf

2010-03-15 Thread saru
for this. So hope in future version android will relax their telephony API and Phone application On Mar 15, 7:16 pm, Mark Murphy mmur...@commonsware.com wrote: saru wrote: Thanks Murphy for ur reply. I explored ToneGenerator class. Where i m seeing one function  startTone(int toneType

[android-developers] Re: Looking to becoming a developer part time

2010-03-10 Thread saru
i think a little time is not worthy. so plan to give more time On Mar 10, 2:36 am, TreKing treking...@gmail.com wrote: On Mon, Mar 8, 2010 at 1:12 PM, omnilaw omni...@gmail.com wrote: I plan on spending a little time a night trying to learn the programming needed and get familiar with the

[android-developers] Re: Android MYSQL

2010-03-10 Thread saru
Who told to develop mysql application in android. Android does not support mysql database. rather try to use SQlite database On Mar 9, 4:45 am, Si458 simonsmith5...@googlemail.com wrote: Hiya, Im currently trying to develop a mysql app on the android, ive got the basics working and ive also

[android-developers] What is protected-broadcast in android manifest file?

2010-03-09 Thread saru
Hey i am seeing in android built-in phone application's manifest a tag named protected-broadcast like protected-broadcast android:name=android.intent.action.SERVICE_STATE / I goggled but cant managed to understand actually what it means?/ -- You received this message because you are subscribed

[android-developers] a BET. if u can then do.I think Impossible

2010-03-09 Thread saru
Hey dude!! Whats up. Hope u all r doing all. Almost last 2 months i am searching for an android application which can accept call automatically if there is an incoming call . But i failed to find and i talked with various developer out there and failed to get any response. Now if any guy out

[android-developers] Re: using internal class that is not shipped with android SDK

2010-03-08 Thread saru
version of Android to another (or even from one phone to another phone). This will only make your app break. On Sun, Mar 7, 2010 at 10:28 PM, saru sarucs...@gmail.com wrote: Hey I am very much interested  and also needed to use an internal class which is not shipped with android sdk

[android-developers] Re: How to display all contacts?

2010-03-08 Thread saru
there are hundreds of posts regarding this. Just do a google search. On Mar 8, 6:40 pm, Nox v.beh...@googlemail.com wrote: Hello everybody, I want to develop an app, which displays every Contacts with their birthdays but I don´t know how to display the contacts. Is there a way to do that?

[android-developers] Re: Supress the native In Call Screen and replace with 3rd party?

2010-03-07 Thread saru
Man you cant never do it as android is very much closed. Feom my knowledge I can say no one can suppress android outgoing call screen and Incoming call screen till today.God knows whether android open their their telephony API so that developer can make great software!! I am sure someone

[android-developers] using internal class that is not shipped with android SDK

2010-03-07 Thread saru
Hey I am very much interested and also needed to use an internal class which is not shipped with android sdk. the class is com.android.internal.telephony.Phone. Please if u guys have any idea about how ti use internal class then please let me know. -- You received this message because you

[android-developers] Re: How to implement answer function programmetically?

2010-03-04 Thread saru
hey i am a sufferer of this topic. Last 3 months i am searching and asking from different people both in online and offline. But till any one did not give any satisfactory answer. What i can say you clearly at present there is no API to accept call and also android blocked simulation accept

[android-developers] what is pending intent?

2010-02-16 Thread saru
Hi, Please clarify me What is Pending Intent with an example. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: programatically press a button

2010-02-15 Thread saru
hey, Please tell me about http://davanum.wordpress.com/2007/12/19/android-simulate-key-strokes/. How they did it On Feb 14, 7:17 pm, Mark Murphy mmur...@commonsware.com wrote: saru wrote: Hey i want to write a program in android to press  menu button or end button or answer button

[android-developers] Re: programatically press a button

2010-02-15 Thread saru
...@gmail.com wrote: Hi saru, I posted the same question last Friday. I found the solution which consists on dispatching the event using the event dispatcher of the activity. If you would like to read some advanced technical details about event processing you can read this excellent post:http

[android-developers] expanding android.jar

2010-02-15 Thread saru
Some classes are NOT PUBLIC like android.os.ServiceManager, android.view.IWindowManager, etc, they are implemented in the mobile devices, but not present in the SDK .jar. This is because these classes are private APIs . now please tell me is there any way like compiling source code or importing

[android-developers] programatically press a button

2010-02-14 Thread saru
Hey i want to write a program in android to press menu button or end button or answer button automatically. Please help me if you can. though i got some links like http://davanum.wordpress.com/2007/12/19/android-simulate-key-strokes/ BUT i am getting error because of using import

[android-developers] how to use com.android.internal.telephony

2010-02-04 Thread saru
hey i need to use com.android.internal.telephony package for my development. but i am in a doubt whether i would use android.internal.telephony package or how Please tell me about it? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] answer call using acceptCall() of Phone.java

2010-02-03 Thread saru
Hey i got a function acceptCall() by which android receive call. the path is android.internal.telephony.Phone.java. Now you gays please tell me can i use it answer a call programmetically. Please you got any idea about it then share with me . or if you have any other idea about answering auto

[android-developers] Re: About calling feature in android

2010-02-02 Thread saru
to intercept incoming calls on Android (http://blog.wangling.me/2009/08/why-it-is-impossible-to-intercept-inc... ) but I did not verify the correctness of the content. IMHO, you have to refer the call barring related feature. 2010/2/1 saru sarucs...@gmail.com: Look i need to develop a dialer

[android-developers] android.intent.action.ANSWER

2010-02-02 Thread saru
I am using android.intent.action.ANSWER for receiving my call (android_OS). below i m giving code segment i used: in android manifest file i wrote intent-filter action android:name=android.intent.action.ANSWER / category android:name=android.intent.category.DEFAULT /

[android-developers] android.intent.action.ANSWER

2010-02-02 Thread saru
I am using android.intent.action.ANSWER for receiving my call (android_OS). below i m giving code segment i used: in android manifest file i wrote intent-filter action android:name=android.intent.action.ANSWER / category android:name=android.intent.category.DEFAULT /

[android-developers] Answer and hang up a call

2010-02-02 Thread saru
Can anyone point me how to auto answer calls and hangup programmetically, and the related permission? Sample or skeleton code is appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] About calling feature in android

2010-02-01 Thread saru
Look i need to develop a dialer software(in android-OS) where i need to catch different calling features.So far i get notices of incoming call, outgoing call and different call state. But what is needed to me are * my application can receive the call(Accept button in my application) *my

[android-developers] Re: About calling feature in android

2010-02-01 Thread saru
i posted this messages some 2 hours ago but did not get any answer yet.Please it is urgent for me and please help me if you can atleast give me some clue On Feb 1, 12:09 pm, saru sarucs...@gmail.com wrote: Look i need to develop a dialer software(in android-OS) where i need to catch different