[android-developers] Can we update a pre-loaded application via google play with Auto-update apps option to off

2013-04-09 Thread DroidMaster
Dear Experts, 


I understand that we can update preloaded application via Google play with 
android version and name. 

Google Play can manage updates to preloaded applications, provided the 
following conditions are met:

   - The preloaded app needs to be in the system partition
   - The preloaded app needs to be free
   - The preloaded app needs to be signed with the same signature as the 
   app published in Google Play
   - The Package Name of the preloaded and updated app needs to be the same
   - The Version Code of the updated app needs to be greater than that of 
   the preloaded app


However, my concern is that what if the user has turn off the option 
Auto-update apps in Google Play Application 

Also, Is this option control other preloaded applications . 


Regards, 

L

-- 
-- 
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/groups/opt_out.




[android-developers] Android 4.2 introduced SELinux enabled by default on kernel. am I right?

2013-04-05 Thread DroidMaster
Dear Expert, 


   1. As I have understood correctly, Android 4.2 introduced SELinux 
   enabled by default on kernel. am I right. 
   2. There are some of the apps might not work correctly. Do you know what 
   kind of app is not working?
   3. Is there anyway to disable it ? I check on VZW Galaxy Nexus - build 
   JDQ39 - I am not sure what is the Linux version - Either SELinux or Linux.
   4. What is the benefit of using SELinux vs Linux?


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@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/groups/opt_out.




[android-developers] Instruction on how to run Monkey Test on the device directly

2013-04-04 Thread DroidMaster


Hi All, 

I have following monkey script; I would make it to be able to run it on the 
device directly via a emulator. as of now, I am using a PC to send a 
command via adb command. This will prevent monkey from disconnect the 
device by turning the USB debugger mode. I would to be able to load as 
linux's executable file Ex. batch file.   Please let me know if I need to 
change any variable in this command line. 


adb devices 

adb shell monkey --ignore-crashes --ignore-security-exceptions 
--monitor-native-crashes --throttle 1000 -s 1000 -v-v-v 50  
test_result 



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@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/groups/opt_out.




[android-developers] Re: Could Google Play filter by OS before user can download certain application

2013-02-02 Thread DroidMaster
Thank you very much for your answer. 

On Thursday, January 31, 2013 6:47:56 PM UTC-8, antasis9 wrote:

 You can specify minSdkVersion  maxSdkVersion to AndroidManifest.xml.

 If a user device's sdk version is less than minSdkVersion or bigger than 
 maxSdkVersion, Google Play shows alert string to user, you can't 
 download.. blah blah.

 There is detail information.
 http://developer.android.com/tools/publishing/versioning.html

 GL to you.

 2013년 2월 1일 금요일 오전 10시 25분 54초 UTC+9, DroidMaster 님의 말:

 Dear Experts, 

 I have developed an application which is only intended for Jelly Bean ( 
 not ICS ). Is it anyway for Google Play to prevent ICS device from download 
 my application? 

 If the same device has the with a different OS ; I know there is a way to 
 filter by device id. 

 What are the work around on Application or Google Play? I think that if 
 the work around on application side , the user still be able to download 
 the app, but they just can not run. 


 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 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/groups/opt_out.




[android-developers] Could Google Play filter by OS before user can download certain application

2013-01-31 Thread DroidMaster
Dear Experts, 

I have developed an application which is only intended for Jelly Bean ( not 
ICS ). Is it anyway for Google Play to prevent ICS device from download my 
application? 

If the same device has the with a different OS ; I know there is a way to 
filter by device id. 

What are the work around on Application or Google Play? I think that if the 
work around on application side , the user still be able to download the 
app, but they just can not run. 


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 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/groups/opt_out.




[android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-30 Thread DroidMaster
Hi, All

With Nexus 7, Google has shipped Google Chrome as stock Browser. Is Google 
going to eliminate regular browser for the next release of android OS? 


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@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/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-30 Thread DroidMaster
I am kind of agree with you on this; if there is a enforcement from google 
to ship with chrome only then it would be the same browser war on PC. 

I have down load the ROM for CyanogenMod for Jelly Bean 4.2; It does not 
have Chrome; it does have a stock browser.  


On Wednesday, January 30, 2013 6:21:26 PM UTC-8, Mark Murphy (a Commons 
Guy) wrote:

 We will find out when the next version of Android ships. I will be 
 reasonably surprised if we find out before then. And, bear in mind 
 that the choice of browsers is really up to the device manufacturer. 

 On Wed, Jan 30, 2013 at 9:12 PM, DroidMaster 
 lyseng...@gmail.comjavascript: 
 wrote: 
  Hi, All 
  
  With Nexus 7, Google has shipped Google Chrome as stock Browser. Is 
 Google 
  going to eliminate regular browser for the next release of android OS? 
  
  
  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-d...@googlegroups.comjavascript: 
  To unsubscribe from this group, send email to 
  android-developers+unsubscr...@googlegroups.com javascript: 
  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:. 
  For more options, visit https://groups.google.com/groups/opt_out. 
  
  



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

 _The Busy Coder's Guide to Android Development_ Version 4.5 Available! 


-- 
-- 
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/groups/opt_out.




[android-developers] global device

2011-10-18 Thread DroidMaster
I am using following API to get a phone number; however, some of the
device will return the number in following format:

+ + countrycode + phone number Ex. +12062436969

TelephonyManager tm = (TelephonyManager)
getSystemService(TELEPHONY_SERVICE);
String phoneNumber = tm.getLine1Number();
I would like to find out a way/algorithm to remove this + sign and
the country code, so I will get only the last ten digits. Ex.
+12062436969 - 2062436969

I believe I only need the last ten digits. could anyone please suggest
any idea?

-- 
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] Re: global device

2011-10-18 Thread DroidMaster
So, which way is the best option then ?

On Oct 18, 1:45 pm, Mark Murphy mmur...@commonsware.com wrote:
 Since getLine1Number() often returns null or an invalidnumber, I
 suggest that you stopusingit entirely.









 On Mon, Oct 17, 2011 at 3:54AM, DroidMaster lyseng.ta...@gmail.com wrote:
  IamusingfollowingAPItogetaphonenumber;however,someof the
 devicewillreturnthenumberinfollowingformat:

  + + countrycode +phonenumberEx. +12062436969

  TelephonyManager tm = (TelephonyManager)
  getSystemService(TELEPHONY_SERVICE);
  String phoneNumber = tm.getLine1Number();
  I would like to find out a way/algorithm to remove this + sign and
  the country code, so Iwillgetonly the last ten digits. Ex.
  +12062436969 - 2062436969

  I believe I only need the last ten digits. could anyone please suggest
  any idea?

  --
  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/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 _Android Programming Tutorials_ Version 4.0 Available!

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