[android-developers] SMS related API

2014-08-03 Thread Nitin Gautam
Hello Android Gurus, I am looking for some information around SMS API, I want to create an app which will interact with SMS and on basis of sms inbox status like have new message do some action. How to achieve this? Regards, -- You received this message because you are subscribed to the

[android-developers] SMS Receiver Issue

2013-09-07 Thread fahad mullaji
Guys, If user has installed handcent application on his/her device then my code is not catching receive sms event. Anybody faced such issue? -- Regards Fahad Mullaji -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] SMS logger

2012-10-03 Thread bob
Is it possible to create an app that will log SMS messages to the SD Card? I'm having an issue where my phone discards SMS messages cause it thinks it's out of space. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] SMS Header

2012-08-03 Thread fahad mullaji
*Sebastian*, I guess you don't want receiver to know that who has the SMS correct? It will be bit difficult to do.As we use SmsManager class to send message from android code. You can download android package source code and get SmsManager.java file that is source code for it. See if you could

[android-developers] SMS Header

2012-08-02 Thread Basti189
Hello, I want to program an App which can send SMS with the special function. I want to modify the header that the receiver of the sms don't see my phone number but a number that you define in the App. My english is very bad, but I hope you can understand this. Yours Sebastian -- You

[android-developers] SMS ACTION_VIEW intent w/ multiple phone numbers not working on Jelly Bean (4.1)?

2012-07-10 Thread akd17
It should be straightforward to open the SMS app with a pre-populated set of phone numbers as shown below: Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(sms:1234567890;1234543210)); i.putExtra(sms_body, hello!); This has been working on versions 4.0 and below on a variety of devices,

[android-developers] SMS intent ACTION_VIEW w/ multiple numbers not working on jelly bean (4.1)?

2012-07-10 Thread akd17
It should be straightforward to open the SMS app with the ACTION_VIEW intent as shown below, pre-populated with multiple recipients: Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse (sms:1234567890;1234543210)); i.putExtra(sms_body, hello!); This works on versions 4.0 and below on a variety

[android-developers] SMS duplicated as calls on galaxy s II(ICS)

2012-07-10 Thread mighter
Ok, guys, here's my code for getting SMS: Cursor cursor = getContentResolver().query(Uri.parse(uri), null, CallLog.Calls.DATE ++ lastSmsTime, null, CallLog.Calls.DATE + ASC); Where type is: content://sms/inbox content://sms/sent And for calls: String[] projection

Re: [android-developers] SMS intent ACTION_VIEW w/ multiple numbers not working on jelly bean (4.1)?

2012-07-10 Thread Mark Murphy
On Fri, Jul 6, 2012 at 5:06 AM, akd17 akhil.d...@flixster-inc.com wrote: It should be straightforward to open the SMS app with the ACTION_VIEW intent as shown below, pre-populated with multiple recipients: Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(sms:1234567890;1234543210)); IETF

[android-developers] SMS/MMS Default App source code into Eclipse?

2012-05-11 Thread Ginzorf
Greetings all, I'm attempting to make some slight modifications to the SMS/MMS application that comes included with Android. I've found a couple repositories, but downloaded the code from GitHub. However, when I try to build a new solution from the existing source, it says it can't find the

Re: [android-developers] SMS/MMS Default App source code into Eclipse?

2012-05-11 Thread asheesh arya
jave runtime error -- 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+unsubscr...@googlegroups.com For

[android-developers] Sms application mod

2012-05-10 Thread Francesco Venica
hi at all, there is a way for change SMS app adding a mod for load only the last 20/30 SMS and add a line for load the other SMS? this for not overload the app if someone have a lot of SMS, anything like iPhone sms app. I think this is a big problem of sms app, whit a lot of sms the phone is so

Re: [android-developers] Sms application mod

2012-05-10 Thread Justin Anderson
Only if you write your own SMS app or build/release your own firmware... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 9, 2012 at 9:59 AM, Francesco Venica kikko...@gmail.com wrote: hi at all, there is a way for change SMS app adding a mod

Re: [android-developers] Sms application mod

2012-05-10 Thread Kristopher Micinski
This falls into the common theme on this list of: App X is on my phone, can I take X and add something to it? In pretty much all cases the answer is no. So you have to write your own SMS app. kris On Wed, May 9, 2012 at 11:59 AM, Francesco Venica kikko...@gmail.com wrote: hi at all, there is

[android-developers] SMS size

2012-04-10 Thread deepali
hi, i m developing an app in which i m compressing d received SMS before storing in d inbox... d idea is to save the size required per SMS in order to save some internal memory... my question is, where can we see the size required by 1 SMS to store in database... so that i can compare the size

Re: [android-developers] SMS application for iPhone - http://alturl.com/jfzi4

2012-04-10 Thread TreKing
On Wed, Apr 11, 2012 at 12:00 AM, Aliasgar Rangwala aliwor...@gmail.comwrote: We have recently developed SMS Application (Beta version) for *iPhone*. Find below the link for your reference. Please let us know your feedback on the application and your ideas/recommendations to market this

[android-developers] SMS URI trigger Application

2012-04-02 Thread Alex
We just want to trigger application from SMS through URI, but I don't know how to wirte this URI, and also don't know the SMS can support this function. Anybody can help me to solve this problem or give a idea, thanks. -- You received this message because you are subscribed to the Google Groups

[android-developers] SMS as techinque for chatting

2012-03-20 Thread Monerah AlOsaimi
Hello there, How can i make an application that allows users to send and receive sms and this messages will be appear as chatting bw the users (like whatsapp)..? I hv created an application that send and receive but couldnt mk these msgs as chatting? -- You received this message because you

Re: [android-developers] SMS as techinque for chatting

2012-03-20 Thread Kristopher Micinski
This isn't really a question that's formatted for this list. This list is for discussing implementation issues relating to apps. The answer is yes, you can, at least in some sense. It depends what you mean by chat, you could mean it temporally, in terms of how you display things, etc... This

[android-developers] SMS Table

2012-02-21 Thread Deepa M
Dear All can any one help me to create a sms database table as sms table in android to store all iin that created database incoming messages ... -- Thanks Regards Deepa M -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Sms Manager

2012-02-16 Thread Gigi
Hi all, I'm devellopind an app with Java/Eclise and use Sms manager. After having sent a message, there is no trace of this sms in sen box or elsewhere is it normal ? Gigi (French) -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] sms sending

2012-02-11 Thread Goutom
Hi I am building an sms application. Now the question ! I have skype installed in my android phone.When I press defualt Call button it shows a dialog with two items : Dialer (defualt android call option) , Skype. Now, I want when user will press defualt Sms button then a dialog will show which

Re: [android-developers] sms sending

2012-02-11 Thread Kristopher Micinski
Nope, not that. You can't change the action of the default messenger app, because it's actually an app included on the phone. Thus what you're wanting to do is akin to you wanting to open your app whenever somebody clicked on the browser app, for example. You can use intent filters to receive

[android-developers] sms intent filter

2012-01-13 Thread Live Happy
i tried this code in my android application for the SMS message but it is not working , the application not appear in the messaging list should i add something to make it work? action android:name=android.intent.action.SENDTO / category

[android-developers] SMS and Application Integration!

2012-01-12 Thread Prathamesh
Hi all, I want to read received SMS in my application without closing or minimizing or switching application. Is there any provision in android for such functionality ? How to integrate Application and SMS ? Assumption: SMS is intended for that application. SMS has some meta-data related to

[android-developers] SMS interface and timestamps

2011-10-31 Thread John Goche
Hello, I would like to code with android's SMS interface, however I am somewhat new to SMS programming. I would like to know: 1. If I send an SMS, can I be notified from the operator with some option about the timestamp in GMT for instance that the message was sent? I ask because I need to

[android-developers] SMS delivered receiver

2011-10-29 Thread BearTi
Hi, I´ve a SMS App which can send SMS. I also have a send and delivered Broadcastreceiver... Question: Is it possible to find out from which SMS e.g. the delivered-receiver was called, so that I can discern the SMS? Thanks -- You received this message because you are subscribed to the Google

Re: [android-developers] SMS is auto-replied in a loop.

2011-10-24 Thread Isaac Wesley
If I have got your question right, for your app to app method. You can store the first time value or I'd as a shared prefrences. In your second device. So if your second device gets a new or different I'd. You can stop the receive in device 2. (P.S you can set an auto incremental is for this) On

[android-developers] SMS is auto-replied in a loop.

2011-10-21 Thread ntt broken
Hi, i wrote a simple android app that is auto reply. i want this to happen only once: device #1 - send sms - device#2 device#1 - auto reply text - device#2 the problem is that instead of answering with SMS only once, there's a loop that never ends of replying SMS to the device that sent the

[android-developers] sms based app for field data collection

2011-09-09 Thread akash k
hi, every body, iam develoing an application Field user will send the data from a remote place through the sms and that data has to be submitted to the server in the sql or oracle on the computer. how to accomplish this task. write now Iam able to send the data to another mobile. but not able to

Re: [android-developers] SMS Notifications

2011-08-24 Thread Yahor Paulavets
Hello, I think it is not possible. Because there are could be another applications listen to the sms broadcast. Please update this thread if you find a solution. Best regards, Yahor On Tue, Aug 23, 2011 at 8:46 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi, I developed a

[android-developers] SMS Notifications

2011-08-22 Thread nageswara rao rajana
Hi, I developed a service application which receives and send SMS in background.When SMS received or send a notification is displaying.So, i want to disable that notification through application.So, please any one can help me. Thanking you, Nageswara rao. -- You received

[android-developers] SMS-SentItems Delete

2011-08-04 Thread subha
Hi Developers, Im successfully sent sms via android application, next i want to delete that particular sent msg. anybody have any idea? Thanks in Advance, subha. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] SMS-SentItems Delete

2011-08-04 Thread arun kumar
Cursor c = context.getContentResolver().query(Uri.parse(content:// sms/outbox), null,null, null, null); Log.d(TAG, Read + Integer.toString(c.getCount()) + SMS messages from content ( + Integer.toString(c.getColumnCount()) + columns));

[android-developers] SMS App with APN Issues

2011-07-21 Thread Ps By The Way
Developing SMS app, it fails sending MMS on Verizon and Sprint only. It appears to be an APN issue, however all APN data is stored on the phone and not provided by the app. Any help or ideas REALLY appreciated. Thanks! Regards - Adam Pollock PsBTW – Mobile Advertising Network

Re: [android-developers] SMS Broadcastreceiver not received when GO SMS Pro installed

2011-07-12 Thread Mark Murphy
On Mon, Jul 11, 2011 at 11:08 PM, rich friedel rich.frie...@gmail.com wrote: Yeah... Go SMS Pro really screws with things... the only thing I can figure is they are absorbing the incoming broadcast and somehow not letting it through so that other receivers can do what they need to do. The OP

[android-developers] SMS Broadcastreceiver not received when GO SMS Pro installed

2011-07-11 Thread rich friedel
Yeah... Go SMS Pro really screws with things... the only thing I can figure is they are absorbing the incoming broadcast and somehow not letting it through so that other receivers can do what they need to do. Personally I would hope that this type behavior from an app would not be possible. It

[android-developers] SMS Broadcastreceiver not received when GO SMS Pro installed

2011-07-04 Thread Android Geek
I have implemented an SMS receiver which intercepts incoming SMS messages without any issues. However, when I install GO SMS Pro and set Disable other message notification, then my app does not receive any broadcast message even though I have set the priority on intent filter very high. Is there a

[android-developers] SMS not being sent after phone boot in emulator

2011-06-22 Thread G Android
Im trying to send a sms and an email after the phone is get booted. The email is being sent but sms is not being sent. The same message is being sent from another activity when I run the application after the phone get botted. I am using emulator for sending mail and messages. I have setup the

Re: [android-developers] SMS

2011-06-18 Thread Mohammed Hossain Doula
Go to this URL http://bit.ly/juwkZv... On Sat, Jun 18, 2011 at 4:50 AM, Justin Anderson magouyaw...@gmail.comwrote: * I would like to help me or guide me to develop an application to generate an SMS text message* You want to help yourself do this? Cool, then by all means, do so! If you want

[android-developers] SMS

2011-06-17 Thread Miguel Hull
HELLO, GOOD AFTERNOON I've been working on developing an application that allows to generate a text message (SMS) from a package that is received via bluetooth, but I have problems when generating module that generates the SMS, I have the idea and some application source, but i don't know what

Re: [android-developers] SMS

2011-06-17 Thread Justin Anderson
* I would like to help me or guide me to develop an application to generate an SMS text message* You want to help yourself do this? Cool, then by all means, do so! If you want others to help, well, we can't really help without some sort of code... Thanks, Justin Anderson MagouyaWare Developer

[android-developers] SMS converting

2011-06-06 Thread KinetiK
Hi! I'm looking for a tool, or some way to convert PDU code from SMS- SUBMIT format to SMS-DELIVER one. Do you know if there's any? Thank you! -- 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] SMS BroadcastReceiver

2011-05-28 Thread Amita Dev
Hi, Is SMS BroadcastReceiver normal or Ordered? I am setting priority as 100 in androidManifest [ intent-filter ] and calling abortBroadcast() in onReceive as well but even after that native SMS application is getting called. When I try this in emulator this works fine but when I run in my

[android-developers] SMS -Sending

2011-04-24 Thread kaushik p
Hi, In my application i need to send and receive sms programmatically . I have tried using this snippet , SmsManager smsManager = SmsManager.getDefault(); smsManager.sendTextMessage(destAddr, null, mMessageText, null, null); //exact example is SmsManager smsManager = SmsManager.getDefault();

[android-developers] SMS Intent, dealing with fragmentation

2011-03-22 Thread abp_dk
Hi I am having trouble writing a Intent that launches the SMS editor and that works on all devices across all OS version from 1.5 and up. The specific problem I am having relates to pre-filling in the adress and body of the SMS as these do not seem to work uniformly on all platforms. I have

[android-developers] sms compose activity

2011-03-04 Thread b_t
Hi, I can start SMS compose activity by Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(sms:#)); startActivity(intent); Is it possible to set the phone number or contact id? (the To field of the activity) Thanks, Tamás -- You received this message because you are

[android-developers] SMS-receive, Bug in HTC Desire Z or in Android 2.2

2011-02-11 Thread ZEMi
Hi. Last Friday two of my contacts send me SMS-message. And both users get delivery status: received on their Nokia phones. But I didn't receiving SMS-messages (I don’t have any filter/block software)... Message’s was sended to me, last Friday (04.02.2011) between 18:00 - 19:00 (GMT+2). Sometime

[android-developers] SMS application

2011-01-14 Thread jesse
hi: I want to build a SMS application that can intercept certain SMS messages so that they won't be available to system inbox or other SMS applications. is there any special API to achieve this? thanks! -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] SMS application

2011-01-14 Thread Kumar Bibek
You cannot block the system inbox to get new messages. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Jan 15, 2011 at 4:05 AM, jesse chat2je...@gmail.com wrote: hi: I want to build a SMS application that can intercept certain SMS messages so that they won't be

Re: [android-developers] SMS application

2011-01-14 Thread Robin Talwar
can i create a service in which i fwd every incoming msg? everytime the phone recieves it On Sat, Jan 15, 2011 at 10:49 AM, Kumar Bibek coomar@gmail.com wrote: You cannot block the system inbox to get new messages. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On

Re: [android-developers] SMS application

2011-01-14 Thread jesse
you are right, It seems so, Someone came up with a solution that deletes the sms from system inbox once SMS is received. but sms notification still be displayed. The best solution will be creating a customized ROM. On Fri, Jan 14, 2011 at 9:19 PM, Kumar Bibek coomar@gmail.com wrote: You

Re: [android-developers] SMS sending through HTC Desire

2010-12-31 Thread TreKing
On Thu, Dec 30, 2010 at 2:22 AM, Jawwad Farooq jawwad.far...@gmail.comwrote: I make a call to my number and got the busy tone. Please tell me you mean you used a different phone to call your development phone ... because if you're calling your development phone with your development phone ...

RE: [android-developers] SMS sending through HTC Desire

2010-12-31 Thread XiaoXiong Weng
-developers] SMS sending through HTC Desire On Thu, Dec 30, 2010 at 2:22 AM, Jawwad Farooq jawwad.far...@gmail.com wrote: I make a call to my number and got the busy tone. Please tell me you mean you used a different phone to call your development phone ... because if you're calling your

[android-developers] SMS sending through HTC Desire

2010-12-30 Thread Jawwad Farooq
Hi All, I am facing a very weird situation while sending SMS. The problem is: I am going to send SMS to multiple receipients(about 10) through built-in application, and just after pressing the 'Send' message button, I make a call to my number and got the busy tone. From this I got that whenever

[android-developers] SMS Receipt Notification

2010-12-27 Thread Ian
Hi Folks, It would be really good if there was a way to programmatically turn on SMS receipt notification before sending an SMS (again programatically). I couldn't find this - anybody know how? Many Thanks Ian Hunter -- You received this message because you are subscribed to the Google Groups

[android-developers] SMS application

2010-12-21 Thread XiaoXiong Weng
Hi: My application is named Littlebearz and I can't seem to find it on marketplace. So how is there like 57 downloads and why it isn't on the marketplace? -- 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] SMS Injection tool

2010-12-15 Thread Sambath C
Hi all, I have a connection less Android CDMA testing phone. I want to test the SMS receive flow. Is there any tool available from which I can send SMS to the Android phone from my PC without live connection through USB? Thanks in advance. Regards, Sam -- You received this message because

[android-developers] SMS PDU Behaviour

2010-12-01 Thread Tez
Sms's have a max length of 160 characters. Assuming a sender sent an sms with length 200 chars, does the system send out 2 SMS_RECEIVED broadcasts? or it internally aggregates the 160 + 40 characters and sends out a single broadcast? Cheers, Earlence -- You received this message because you are

Re: [android-developers] SMS from laptop

2010-11-26 Thread Marcin Orlowski
Hi, I was wondering if it’s safe to use the http protocol to retrieve the message(SMS) to the phone and send it. http is not encrypted so anyone in-between can listen to the content of your traffic with easy. so in general: no. -- You received this message because you are subscribed to the

[android-developers] SMS from laptop

2010-11-25 Thread XiaoXiong Weng
Hi, I was wondering if it's safe to use the http protocol to retrieve the message(SMS) to the phone and send it. I currently have the simple SMS outbound working. I'm planning to use $_POST in php give a unique id to the sender and retrieve the message through

[android-developers] sms broascast

2010-11-05 Thread herry
hi,all. when i look up sms interception, i want to intercept android.provider.Telephony.SMS_RECEIVED broadcast,and prevents it be published to other receivers(such as system Messaging app). what can i do ? another quest: i'm confused that which app (or hardware) send out this broadcast (if

Re: [android-developers] Sms that Allow Permission

2010-10-22 Thread TreKing
On Tue, Oct 19, 2010 at 3:11 PM, Dliswa dliswa.andr...@gmail.com wrote: How can I send SMS from Emulator A to Emulator B such that when Emulator B receive a Text message (After the Permission is Granted to emulator B) then Emulator B gets its GPS Coordinates and send it As a SMS in Respond to

[android-developers] Sms that Allow Permission

2010-10-21 Thread Dliswa
HeyEveryone How can I send SMS from Emulator A to Emulator B such that when Emulator B receive a Text message (After the Permission is Granted to emulator B) then Emulator B gets its GPS Coordinates and send it As a SMS in Respond to Emulator A. -- You received this message because you are

[android-developers] SMS Group Messaging - Speech to Text

2010-10-19 Thread acutter
HI I just uploaded our SMS Group Messaging E2 Apps with Speech to Text and the Apps do not show up as an update on the phone or AppBrain. Can you please tell me how do I update the Android Market. Al -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] SMS Group Messaging - Speech to Text

2010-10-19 Thread TreKing
On Tue, Oct 19, 2010 at 5:37 AM, acutter acut...@appsdev1.com wrote: the Apps do not show up as an update on the phone or AppBrain. If you already have the app installed on your phone (from developing) it's not going to update, it's already the latest version. And AppBrain take a while to get

[android-developers] SMS Header

2010-10-13 Thread Hank
I've been looking around and have been wondering is there any way to modify the SMS header before sending it out? -- 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

Re: [android-developers] SMS Header

2010-10-13 Thread Kumar Bibek
No. You cannot. On Wed, Oct 13, 2010 at 10:44 PM, Hank hwang...@gmail.com wrote: I've been looking around and have been wondering is there any way to modify the SMS header before sending it out? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] sms uri

2010-10-13 Thread Abava
and what is the current state for SMS URI support? E.g. the following links sms:?body=some_text sms:+some_phone?body=some_text do not work -- 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] SMS Sent but Not Received

2010-10-10 Thread QD
I have an app that listening to the incoming text msg. When it comes, the app replies a msg to the sender. On emulator, it seems working fine as designed. After deployed on phone, the incoming msg comes, the app still can be notified. So the app sends a reply to the sender. The problem is the

[android-developers] SMS to Contact

2010-08-24 Thread nirm
Hello all, How can I send a SMS and the contact person will appear in the To input field? Until now I have managed to insert his phone to the To input, but when I send his name or contact id I don’t get the DISPLAY_NAME Intent sendIntent = new Intent(Intent.ACTION_SENDTO);

[android-developers] Sms hiding and deletion

2010-07-09 Thread Usama
i am currently making an application in which i require to delete an sms. How do i go about it. Also I may need to hide a sms i.e not visible in the inbox but i may choose to unhide it later. How do i do that ? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] SMS notification always displays the first message not the resent message

2010-06-14 Thread mike
hi guys, i have implemented a notification manager which will notify me when ever i got a new message the notification manager will notify me. which works fine. but when ever i expand the notification manager it always displays the first message not the resent message. this is the code where I

[android-developers] SMS database access

2010-06-03 Thread Nando Android
Hello all, I believe the Java API does not give full access to the SMS database and other databases. Is there any way to have root access to some of those databases such as SMS and phone settings so that I can fetch some information out of it? Thanks -- You received this message because you

[android-developers] sms to specific port

2010-05-12 Thread kiran
Hi developers, I am developing an app, the application needs to be listening to a particular port for sms the message for that application should come to it and handled there programatically specific to app and not in inbox, and even it should send the text based sms through a particular port .

[android-developers] SMS PendingIntent with AlertDialog.Builder class

2010-05-03 Thread rinascimentoman
Hi, Here's the hypothetical scenario: I want to send a form/instant message to a contact and get a response back in real time. The form/ dialog box contains a Yes or a No button. When the recipient contact clicks Yes or No, the originating app is notified with the appropriate response. In other

[android-developers] SMS text messages and data messages

2010-04-15 Thread 64
HEEELP Can anyone explain how to send sms text messages on a specific application port (including java and xml code) ?? If it's impossible then plz show at least how to send receive sms data message successfully (java xml) on android emulator (and not G1 or others...).

[android-developers] sms messaging

2010-04-13 Thread ranjit R
hi... how to send an automatic scheduled sms ?? -- 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] SMS number

2010-04-04 Thread perumal316
Hi, Is there any record in Android which keep track of all the numbers to which SMSes are send? Because for the application I am writing I want to display the record if possible. Is there any way I can access and display the numbers SMSes has been send to? Thanks In Advance, Perumal -- You

[android-developers] SMS Persistent notification!

2010-03-29 Thread nep0x
Hi! I 've bought a LG GW620 with 1.5 android OS. I have a issue that i m not able to resolve. I tell the problem i hope someone knows. You know, that if your phone is off and you receive a call, when you turn on the mobile you receive a message telling you the number and day/ hour of the call. I

[android-developers] SMS

2010-03-24 Thread irfan
Hello all I am trying to make an application in android that can intercept an incomming sms. I then want to parse it and then trigger certain events according to certail header present in that sms or text message. Can any one help me regarding this as i am a very beginner in android development.

[android-developers] SMS BroadcastReceiver

2010-03-05 Thread Ne0
Hi, I am writing my own sms receiver app and i want it to catch all the sms using a broadcast receiver. This on its own, is no problem, but i want to be able to stop the message being passed to the messaging app. Does anyone know if this is this possible? -- You received this message because

[android-developers] SMS Ringtone

2010-03-01 Thread abdelmonim abetti
Hi, I want to change SMS ringtone programatically from a raw resource but I don't find any example to do it. Thanks Regards -- 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] SMS ringtone

2010-03-01 Thread abdelmonim abetti
Hi, I want to change SMS ringtone programatically from a raw resource but I don't find any example to do it. Thanks Regards -- 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] SMS inbox Read Problem

2010-02-18 Thread Akage
Hi Thank you for Read this thread. i tryed for apps sms blocker first i get sms inbox message like this public class CsmsHandler extends BroadcastReceiver { public void onReceive(Context arg0, Intent arg1) { Bundle bundle = arg1.getExtras(); SmsMessage[] msgs =

[android-developers] SMS appliaction-- would someone would like to help?

2010-01-19 Thread Jack Hsu
Hi all, Sorry to bother you all. I have a proposal that I want to look someone to help me to develop a new SMS ( short message system) in Android platform to replace the SMS in android system. And I would like to out source. Any one would like to take this job? this SMS application should be: 1.

[android-developers] SMS inbox

2010-01-19 Thread abhi
How do I access the SMS inbox in android? I am able to receive new messages. However I could not find a straightforward tutorial on accessing the SMS inbox. I know I have to use content provider. If you know how to use content provider to access SMS inbox, please let me know. Thanks. -- You

[android-developers] SMS Question

2010-01-09 Thread Bobbie
How can I tell, using android.telephony.SmsManager, if the phone supports SMS? Will the getDefault() value be null? Anyone have any idea? Thanks! -- 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] SMS text garbled using native Messaging app when message spans two text messages?

2009-12-29 Thread Mark Wyszomierski
Hi, I'm working with the sms intent. Testing this on 2.0 emulators. If I use the built-in messaging app to create a text message which spans two messages, the receiving emulator displays the received message as garbled text. Looks like it's encoded or compressed etc. Does anyone else see this?

[android-developers] SMS Interception

2009-12-03 Thread Raj
Hi My app needs to intercept SMS messages but the problem is that the SMS are intercepted while my App is active and running. Otherwise, the SMS messages are delivered to the SMS app only. How do you configure the Android Manifest file to let the system send certain SMS messages to be send to

[android-developers] SMS date/timestamp

2009-11-22 Thread superphilo
hi android is a great product, easy to use. but i think that SMS inbox doesn't display the usefull date/timestamp. SMS receive date/timestamp is displayed but not the sending timestamp. it is most important to have this timestamp. when somebody send you : i'm on the way and my phone is powerdown

[android-developers] SMS to an email address

2009-11-12 Thread Justan Provence
Can you not use SMSManager sendTextMessage() to send a SMS message to an email address? -- 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,

[android-developers] SMS PDU code

2009-10-26 Thread simon
Hi, all When i send a message, 1234, to my own phone, it can't get anything response! my log: D/GSM ( 78): sendRawPdu D/GSM ( 78): SMS send size=0time=946686609079 D/GSM ( 78): *SMSDispatcher.java sendSms D/RILJ( 78):

[android-developers] SMS/MMS confirmation message

2009-10-20 Thread hap 497
All, Is there anyway for my application to get notify when the SMS /MMS message have been received by the destination phone number? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] SMS Database with new Hero ROM

2009-09-24 Thread Markus
Hello I've developed an sms application. With the new Hero rom, the app doesen't work anymore. It seems as if the database has changed. I use the following approach to get the data I need: private String[] mProjection = new String[] {thread_id,address,body,read,date,m_type,type}; private Uri

[android-developers] SMS intent does not fill in number

2009-09-17 Thread Gustav Mauer
I want to send an SMS from an application, but without needing the SMS permission, using an intent. This way the user can also decide if he/ she really wants to proceed to send the SMS. The code looks as follows: Uri smsToUri = Uri.parse(smsto:123456); Intent sendIntent = new

[android-developers] SMS Sent Listener

2009-08-28 Thread stanlick
Is there a workaround to wiring up a listener for SMS messages sent? The android.provider.Telephony.SMS_RECEIVED works great, but I cannot find it's partner! Peace, Scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] SMS Notification

2009-08-18 Thread androiduser mobile
Hello all, I am writing an app to generate an SMS notification in the notification bar. I would like to run this app in an emulator(only one instance). I am using the sendTextMessage(devicePhoneNo,null,dummy message, sentPI,deliveredPI) where devicePhoneNo is like the fake number 1215135. I

[android-developers] SMS Query

2009-06-17 Thread bsbi...@googlemail.com
Hello, I need to send a sms to a number of recipients. If these receipts reply to the sms I want to send back a default sms reply. How do I know that the recipient is replying back to the sms I send or just sending a unrelated message to me? Thanks

[android-developers] SMS inbox and Simple cursor adapter.

2009-06-15 Thread miguel
Hi to all, Im trying to read the sms inbox with getContentResolver() , and the create a list of all messages with SimpleCursorAdapter. I can read fine all the fields with the cursor methods, but when I try create a list of sms bodies with SimpleCursorAdapter, the list appears(with the correct

  1   2   >