Re: [android-developers] Send Binary sms to any device - without SmsManager

2011-09-19 Thread Sami Pardhan
Hi cync,

Were you able to find a solution to this? Why are you looking for an
alternative to sendDataMessage?

Thanks,

On Thu, Aug 18, 2011 at 2:50 PM, cync  wrote:

>
> Hi All.
> Is there a way to send binary sms to any cellphone ?
> SmsManager - sendDataMessage send binary sms to another Android device
> in a specific port.
>
> I need to send it to any device. Should i try NDK to do this ?
>
> Thanks in advance
>
> --
> 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 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

Re: [android-developers] Re: Home Button

2011-10-06 Thread Sami Pardhan
IcedNet, how did you guys implement the plastic shield to keep fingers away
from the System Bar?

On Thu, Oct 6, 2011 at 6:39 AM, IcedNet  wrote:

> They won't view it as a bug, but yes, I suppose in your case, you
> could see it as such.
> It's only a bug if the behavior is not what they desire it to be.
> We have used a plastic shield to keep fingers away from the System Bar
> and disabled the action bar in our kiosk apps, perhaps you can discuss
> limitations of the platform with your client
> -- Apple won't let you mess with their Big Button, either  ;)
>
> On Oct 6, 9:36 am, Ubiracy  wrote:
> > I have a native app and i need this :( my tablet only do this ( open
> > application on boot and don't close ), but when i use  the progressdialog
> > this lock  method  doesn't work.. bugs?!
>
> --
> 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 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

Re: [android-developers] Re: Home Button

2011-10-07 Thread Sami Pardhan
Is that currently supported in the API? How would one go about implementing
it? I know the home button key event works independently of other keys, is
there a way to override the functionality so that it brings the user back to
my app?

Thanks,

On Fri, Oct 7, 2011 at 1:42 PM, Dianne Hackborn  wrote:

> On Fri, Oct 7, 2011 at 1:25 PM, TreKing  wrote:
>
>> On Thu, Oct 6, 2011 at 10:13 PM, Ubiracy Santos wrote:
>>
>>> the users cannot exit. the application in other words will be a embedded
>>> software
>>>
>> Then build your own version of the platform. Then you will have full
>> control.
>>
>
> Or implement it has a home screen replacement, so pressing home will bring
> the user to your app.
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.
>
>  --
> 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 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

Re: [android-developers] New program to answer an incoming call

2011-07-14 Thread Sami Pardhan
That functionality is not supported. You could try using reflection and
access the internal API but Google recommends you don't do it.

On Mon, Jul 11, 2011 at 9:24 PM, yoav bbb  wrote:

> Hello,
> I want to try and write a new program that will be used to answer an
> incoming call, instead of the supported by the phone.
> Is it possible?
> Do I have to use PhoneStateListener class?
> I saw there is a method onCallStateChanged with state as input
> parameter - CALL_RINGING.
> If I use it, how do I answer the call?
>
> Thanks
> Yoav
>
> --
> 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 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