[android-developers] Re: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Jean-Baptiste Queru

ro stands for read-only. Those can't be modified.

JBQ

On Fri, Mar 13, 2009 at 3:01 AM, Nio luodali...@gmail.com wrote:

 hi all,
 I can find that build.prop in the direction product/generic/system/
 build, and there are some items like ro.build.id=TC3 etc. I want to
 add my modification here but i see there is a note says
 #autogenerated by buildinfo.sh. So I wonder where can I modify the
 string ro.kernel.android.gps refer to ?
 




-- 
Jean-Baptiste M. JBQ Queru
Android Engineer, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.

--~--~-~--~~~---~--~~
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: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
You mean I can't modify it? But how about add a item like that? I can't not
find the place to add this properly. Can you tell me? Thanks.

2009/3/13 Jean-Baptiste Queru j...@android.com


 ro stands for read-only. Those can't be modified.

 JBQ

 On Fri, Mar 13, 2009 at 3:01 AM, Nio luodali...@gmail.com wrote:
 
  hi all,
  I can find that build.prop in the direction product/generic/system/
  build, and there are some items like ro.build.id=TC3 etc. I want to
  add my modification here but i see there is a note says
  #autogenerated by buildinfo.sh. So I wonder where can I modify the
  string ro.kernel.android.gps refer to ?
  
 



 --
 Jean-Baptiste M. JBQ Queru
 Android Engineer, Google.

 Questions sent directly to me that have no reason for being private
 will likely get ignored or forwarded to a public forum with no further
 warning.

 


--~--~-~--~~~---~--~~
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: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Jean-Baptiste Queru

Those are set in the factory, they're not meant to be modified by applications.

JBQ

On Fri, Mar 13, 2009 at 8:30 AM, Daliang Luo luodali...@gmail.com wrote:
 You mean I can't modify it? But how about add a item like that? I can't not
 find the place to add this properly. Can you tell me? Thanks.

 2009/3/13 Jean-Baptiste Queru j...@android.com

 ro stands for read-only. Those can't be modified.

 JBQ

 On Fri, Mar 13, 2009 at 3:01 AM, Nio luodali...@gmail.com wrote:
 
  hi all,
  I can find that build.prop in the direction product/generic/system/
  build, and there are some items like ro.build.id=TC3 etc. I want to
  add my modification here but i see there is a note says
  #autogenerated by buildinfo.sh. So I wonder where can I modify the
  string ro.kernel.android.gps refer to ?
  
 



 --
 Jean-Baptiste M. JBQ Queru
 Android Engineer, Google.

 Questions sent directly to me that have no reason for being private
 will likely get ignored or forwarded to a public forum with no further
 warning.




 




-- 
Jean-Baptiste M. JBQ Queru
Android Engineer, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.

--~--~-~--~~~---~--~~
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: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
I know. But I am not meant to build a application. Now you can think that I
am the OEM. I guess i can change or add some thing in the file build.prop. I
saw lots of item like that there.

2009/3/13 Jean-Baptiste Queru j...@android.com


 Those are set in the factory, they're not meant to be modified by
 applications.

 JBQ

 On Fri, Mar 13, 2009 at 8:30 AM, Daliang Luo luodali...@gmail.com wrote:
  You mean I can't modify it? But how about add a item like that? I can't
 not
  find the place to add this properly. Can you tell me? Thanks.
 
  2009/3/13 Jean-Baptiste Queru j...@android.com
 
  ro stands for read-only. Those can't be modified.
 
  JBQ
 
  On Fri, Mar 13, 2009 at 3:01 AM, Nio luodali...@gmail.com wrote:
  
   hi all,
   I can find that build.prop in the direction product/generic/system/
   build, and there are some items like ro.build.id=TC3 etc. I want to
   add my modification here but i see there is a note says
   #autogenerated by buildinfo.sh. So I wonder where can I modify the
   string ro.kernel.android.gps refer to ?
   
  
 
 
 
  --
  Jean-Baptiste M. JBQ Queru
  Android Engineer, Google.
 
  Questions sent directly to me that have no reason for being private
  will likely get ignored or forwarded to a public forum with no further
  warning.
 
 
 
 
  
 



 --
 Jean-Baptiste M. JBQ Queru
 Android Engineer, Google.

 Questions sent directly to me that have no reason for being private
 will likely get ignored or forwarded to a public forum with no further
 warning.

 


--~--~-~--~~~---~--~~
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: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Jean-Baptiste Queru

Ah, you just ended up in the wrong group then. Android-porting is the
group you're looking for.

Sorry about the confusion.

Thanks,
JBQ

On Fri, Mar 13, 2009 at 9:01 AM, Daliang Luo luodali...@gmail.com wrote:
 I know. But I am not meant to build a application. Now you can think that I
 am the OEM. I guess i can change or add some thing in the file build.prop. I
 saw lots of item like that there.

 2009/3/13 Jean-Baptiste Queru j...@android.com

 Those are set in the factory, they're not meant to be modified by
 applications.

 JBQ

 On Fri, Mar 13, 2009 at 8:30 AM, Daliang Luo luodali...@gmail.com wrote:
  You mean I can't modify it? But how about add a item like that? I can't
  not
  find the place to add this properly. Can you tell me? Thanks.
 
  2009/3/13 Jean-Baptiste Queru j...@android.com
 
  ro stands for read-only. Those can't be modified.
 
  JBQ
 
  On Fri, Mar 13, 2009 at 3:01 AM, Nio luodali...@gmail.com wrote:
  
   hi all,
   I can find that build.prop in the direction product/generic/system/
   build, and there are some items like ro.build.id=TC3 etc. I want to
   add my modification here but i see there is a note says
   #autogenerated by buildinfo.sh. So I wonder where can I modify the
   string ro.kernel.android.gps refer to ?
   
  
 
 
 
  --
  Jean-Baptiste M. JBQ Queru
  Android Engineer, Google.
 
  Questions sent directly to me that have no reason for being private
  will likely get ignored or forwarded to a public forum with no further
  warning.
 
 
 
 
  
 



 --
 Jean-Baptiste M. JBQ Queru
 Android Engineer, Google.

 Questions sent directly to me that have no reason for being private
 will likely get ignored or forwarded to a public forum with no further
 warning.




 




-- 
Jean-Baptiste M. JBQ Queru
Android Engineer, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.

--~--~-~--~~~---~--~~
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: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
Ah...Then which group i should join in? I thought this group is for
developing rather than app...


2009/3/14 Jean-Baptiste Queru j...@android.com


 Ah, you just ended up in the wrong group then. Android-porting is the
 group you're looking for.

 Sorry about the confusion.

 Thanks,
 JBQ

 On Fri, Mar 13, 2009 at 9:01 AM, Daliang Luo luodali...@gmail.com wrote:
  I know. But I am not meant to build a application. Now you can think that
 I
  am the OEM. I guess i can change or add some thing in the file
 build.prop. I
  saw lots of item like that there.
 
  2009/3/13 Jean-Baptiste Queru j...@android.com
 
  Those are set in the factory, they're not meant to be modified by
  applications.
 
  JBQ
 
  On Fri, Mar 13, 2009 at 8:30 AM, Daliang Luo luodali...@gmail.com
 wrote:
   You mean I can't modify it? But how about add a item like that? I
 can't
   not
   find the place to add this properly. Can you tell me? Thanks.
  
   2009/3/13 Jean-Baptiste Queru j...@android.com
  
   ro stands for read-only. Those can't be modified.
  
   JBQ
  
   On Fri, Mar 13, 2009 at 3:01 AM, Nio luodali...@gmail.com wrote:
   
hi all,
I can find that build.prop in the direction product/generic/system/
build, and there are some items like ro.build.id=TC3 etc. I want
 to
add my modification here but i see there is a note says
#autogenerated by buildinfo.sh. So I wonder where can I modify
 the
string ro.kernel.android.gps refer to ?

   
  
  
  
   --
   Jean-Baptiste M. JBQ Queru
   Android Engineer, Google.
  
   Questions sent directly to me that have no reason for being private
   will likely get ignored or forwarded to a public forum with no
 further
   warning.
  
  
  
  
   
  
 
 
 
  --
  Jean-Baptiste M. JBQ Queru
  Android Engineer, Google.
 
  Questions sent directly to me that have no reason for being private
  will likely get ignored or forwarded to a public forum with no further
  warning.
 
 
 
 
  
 



 --
 Jean-Baptiste M. JBQ Queru
 Android Engineer, Google.

 Questions sent directly to me that have no reason for being private
 will likely get ignored or forwarded to a public forum with no further
 warning.

 


--~--~-~--~~~---~--~~
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: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
e... I have found the group. Thanks for your help!  : -)

2009/3/14 Daliang Luo luodali...@gmail.com

 Ah...Then which group i should join in? I thought this group is for
 developing rather than app...


 2009/3/14 Jean-Baptiste Queru j...@android.com


 Ah, you just ended up in the wrong group then. Android-porting is the
 group you're looking for.

 Sorry about the confusion.

 Thanks,
 JBQ

 On Fri, Mar 13, 2009 at 9:01 AM, Daliang Luo luodali...@gmail.com
 wrote:
  I know. But I am not meant to build a application. Now you can think
 that I
  am the OEM. I guess i can change or add some thing in the file
 build.prop. I
  saw lots of item like that there.
 
  2009/3/13 Jean-Baptiste Queru j...@android.com
 
  Those are set in the factory, they're not meant to be modified by
  applications.
 
  JBQ
 
  On Fri, Mar 13, 2009 at 8:30 AM, Daliang Luo luodali...@gmail.com
 wrote:
   You mean I can't modify it? But how about add a item like that? I
 can't
   not
   find the place to add this properly. Can you tell me? Thanks.
  
   2009/3/13 Jean-Baptiste Queru j...@android.com
  
   ro stands for read-only. Those can't be modified.
  
   JBQ
  
   On Fri, Mar 13, 2009 at 3:01 AM, Nio luodali...@gmail.com wrote:
   
hi all,
I can find that build.prop in the direction
 product/generic/system/
build, and there are some items like ro.build.id=TC3 etc. I want
 to
add my modification here but i see there is a note says
#autogenerated by buildinfo.sh. So I wonder where can I modify
 the
string ro.kernel.android.gps refer to ?

   
  
  
  
   --
   Jean-Baptiste M. JBQ Queru
   Android Engineer, Google.
  
   Questions sent directly to me that have no reason for being private
   will likely get ignored or forwarded to a public forum with no
 further
   warning.
  
  
  
  
   
  
 
 
 
  --
  Jean-Baptiste M. JBQ Queru
  Android Engineer, Google.
 
  Questions sent directly to me that have no reason for being private
  will likely get ignored or forwarded to a public forum with no further
  warning.
 
 
 
 
  
 



 --
 Jean-Baptiste M. JBQ Queru
 Android Engineer, Google.

 Questions sent directly to me that have no reason for being private
 will likely get ignored or forwarded to a public forum with no further
 warning.

 



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