[android-developers] Android App - Wifi Audio Route

2012-10-08 Thread saminath sanjai
Hi All,

I need application which automatically answer the phone call. And route the
Audio call into another android phone using wifi network between the
devices.
Any application is exist available?.


Kindly suggest me. Thanks in advance.

with regards,
saminath

-- 
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] Fixed UserId for APK

2011-05-31 Thread saminath sanjai
Hi


 android:sharedUserId
http://developer.android.com/guide/topics/manifest/manifest-element.html#uid=*string*

Is this configuration will help me to fix the userId of the APK


thanks



On Tue, May 31, 2011 at 9:25 AM, Dianne Hackborn hack...@android.comwrote:

 You can't do that.  The user ID must be assigned by the device when it is
 installed.


 On Tue, May 31, 2011 at 9:24 AM, ARM_SOC saminathm...@gmail.com wrote:

 I created the APK, It has different UserId in different phome/Device.
 I need constant UserId for this APK independent of any Hardware. Like
 App_50- 10050.

 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




 --
 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] Fixed UserId for APK

2011-05-31 Thread saminath sanjai
Hi,
 Thanks for your reply,
One more Application verify the UserId of the process(APK) and allow to
further communication.  Application developed by third party. In this case i
have to assign the APK userid as like in
system/core/include/private/android_filesystem_config.h

thanks in advance



On Tue, May 31, 2011 at 9:38 AM, Mark Murphy mmur...@commonsware.comwrote:

 No, it will not. As Ms. Hackborn said, you cannot have a fixed user ID
 of the APK.

 Perhaps if you would actually explain *why* you think you need a fixed
 user ID, we can help you find an alternative solution to your real
 problem.xe

 On Tue, May 31, 2011 at 12:34 PM, saminath sanjai
 saminathm...@gmail.com wrote:
  Hi
 
 
   android:sharedUserId=string
 
 
  Is this configuration will help me to fix the userId of the APK
 
 
  thanks
 
 
 
  On Tue, May 31, 2011 at 9:25 AM, Dianne Hackborn hack...@android.com
  wrote:
 
  You can't do that.  The user ID must be assigned by the device when it
 is
  installed.
 
  On Tue, May 31, 2011 at 9:24 AM, ARM_SOC saminathm...@gmail.com
 wrote:
 
  I created the APK, It has different UserId in different phome/Device.
  I need constant UserId for this APK independent of any Hardware. Like
  App_50- 10050.
 
  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
 
 
 
  --
  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



 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 Android Training in NYC: http://marakana.com/training/android/

 --
 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

[android-developers] Froyo On Beagle

2010-08-09 Thread saminath sanjai
Hi All,
 Anyone ported the Froyo on Beagle Board.
Kindly guide me.

with regards,
saminath

-- 
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