Re: [android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-04-01 Thread Terry
I am fed up with the answers (why do you want to do this, etc) that one often 
gets on a question like this. The simple answer is that this is no longer 
possible, from Android version 4.4.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-04-01 Thread Daniel Chacon
I appreciate the feedback and suggestions, i was able to find something
that seems to be working.. Since this was not going to be a messaging app,
but an app that had a small messaging feature in it, i was looking for the
easiest way to implement something. After the comments above, i was able to
get this working(still needs to be tested between 2 devices, but running
the app on my phone, i can send and receive messages.

https://github.com/welsinga/sample_sms

http://blogmobile.itude.com/2012/12/03/sending-and-receiving-data-sms-messages-with-android/

Using DATA SMS. If it works between 2 devices, then this will work just
fine..the main purpose of the app is for inventory, this was a very minor
feature we wanted to add so that any communications about the
items/inventory could be stored and not have to deal with anything outside
the app.

thank you.

On Wed, Apr 1, 2015 at 1:21 AM, Terry terb...@gmail.com wrote:

 I am fed up with the answers (why do you want to do this, etc) that one
 often gets on a question like this. The simple answer is that this is no
 longer possible, from Android version 4.4.

 --
 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 more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-04-01 Thread Steve Gabrilowitz
Glad to have been able to point you in the right direction.  If you want to
test between devices and don't happen to have 2 physical devices handy you
can use 2 emulator instances!
On Apr 1, 2015 12:25 PM, Daniel Chacon cuban...@gmail.com wrote:

 I appreciate the feedback and suggestions, i was able to find something
 that seems to be working.. Since this was not going to be a messaging app,
 but an app that had a small messaging feature in it, i was looking for the
 easiest way to implement something. After the comments above, i was able to
 get this working(still needs to be tested between 2 devices, but running
 the app on my phone, i can send and receive messages.

 https://github.com/welsinga/sample_sms


 http://blogmobile.itude.com/2012/12/03/sending-and-receiving-data-sms-messages-with-android/

 Using DATA SMS. If it works between 2 devices, then this will work just
 fine..the main purpose of the app is for inventory, this was a very minor
 feature we wanted to add so that any communications about the
 items/inventory could be stored and not have to deal with anything outside
 the app.

 thank you.

 On Wed, Apr 1, 2015 at 1:21 AM, Terry terb...@gmail.com wrote:

 I am fed up with the answers (why do you want to do this, etc) that one
 often gets on a question like this. The simple answer is that this is no
 longer possible, from Android version 4.4.

 --
 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 more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-04-01 Thread Kristopher Micinski
Why do you want to do this? is a better response than this is a
totally stupid design and is not possible!  If someone asks about the
use of a certain feature for a use which it's not designed, it usually
is because they are trying to do something that could be accomplished
by another method for which there *is* an API. Rather than shrug
someone off wholesale and refuse to answer their question, asking them
to get to the root of the issue leads to being able to give better
feedback.

So I apologize if it came across as condescending, but in my
experience, it's better than the alternative.

Kris

On Wed, Apr 1, 2015 at 2:21 AM, Terry terb...@gmail.com wrote:
 I am fed up with the answers (why do you want to do this, etc) that one 
 often gets on a question like this. The simple answer is that this is no 
 longer possible, from Android version 4.4.

 --
 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 more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups 
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: My app removed after 3 years...thank you Larry google

2015-04-01 Thread JackN
I hear they are manually reviewing apps for spyware and other malware.
 
Be thankfull you got a 3 year ride before being caught.
 

On Tuesday, March 31, 2015 at 1:01:48 PM UTC-7, JHandal wrote:


 Comment #1 on issue 162501 by al...@android.com: Where is my app
 https://code.google.com/p/android/issues/detail?id=162501


-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Request location updates in IntentService instead of Activity

2015-04-01 Thread Etienne
So these google samples set up location updates in an Activity but can this 
logic be moved to an IntentService?  I have been searching but can't find 
any examples of managing location updates in a Service, including checking 
to see if Location Settings is on for the device.

https://github.com/googlesamples/android-play-location

#Android https://plus.google.com/s/%23Android   #GooglePlayServices 
https://plus.google.com/s/%23GooglePlayServices  #Location 
https://plus.google.com/s/%23Location#IntentService 
https://plus.google.com/s/%23IntentService #Activity 
https://plus.google.com/s/%23Activity

-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: My app removed after 3 years...thank you Larry google

2015-04-01 Thread J Handal
Funny jack where is the money?



On Wednesday, April 1, 2015, JackN j...@jacknorth.com wrote:

 I hear they are manually reviewing apps for spyware and other malware.

 Be thankfull you got a 3 year ride before being caught.


 On Tuesday, March 31, 2015 at 1:01:48 PM UTC-7, JHandal wrote:


 Comment #1 on issue 162501 by al...@android.com: Where is my app
 https://code.google.com/p/android/issues/detail?id=162501

  --
 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
 javascript:_e(%7B%7D,'cvml','android-developers@googlegroups.com');
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','android-developers%2bunsubscr...@googlegroups.com');
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','android-developers%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.