[android-developers] Re: Get Device Name

2009-09-09 Thread Greivin Lopez
I tried using this: Settings.System.getString (this.getContentResolver(), ro.product.device); but it returns null. Somebody knows how to get the device name programatically??? On Aug 2, 1:59 pm, dan raaka danra...@gmail.com wrote: try reading it from system properties .. you can see them

[android-developers] Re: Get Device Name

2009-09-09 Thread Mark Murphy
Greivin Lopez wrote: I tried using this: Settings.System.getString (this.getContentResolver(), ro.product.device); but it returns null. Somebody knows how to get the device name programatically??? Try android.os.Build.DEVICE or android.os.Build.MODEL. -- Mark Murphy (a Commons Guy)

[android-developers] Re: Get Device Name

2009-08-02 Thread dan raaka
try reading it from system properties .. you can see them as you do adb shell getprop -Dan On Sat, Aug 1, 2009 at 1:38 AM, fala70 fal...@gmail.com wrote: Is there somebody that know I get infos about the device name Magice, Dream... and the OS version ? thanks On 31 Lug, 18:20, fala70

[android-developers] Re: Get Device Name

2009-08-01 Thread fala70
Is there somebody that know I get infos about the device name Magice, Dream... and the OS version ? thanks On 31 Lug, 18:20, fala70 fal...@gmail.com wrote: Is possible get the device name thanks --~--~-~--~~~---~--~~ You received this message because you are