Thanks to all you ... I did with this way ... I tried in onCreate event in
activity.  This is works for me ... Thanks ... Sorry after i found this way
i forgot to reply this post.


DeviceId = "35" + //we make this look like a valid IMEI
         Build.BOARD.length()%10+ Build.BRAND.length()%10 +
         Build.CPU_ABI.length()%10 + Build.DEVICE.length()%10 +
         Build.DISPLAY.length()%10 + Build.HOST.length()%10 +
         Build.ID.length()%10 + Build.MANUFACTURER.length()%10 +
         Build.MODEL.length()%10 + Build.PRODUCT.length()%10 +
         Build.TAGS.length()%10 + Build.TYPE.length()%10 +
         Build.USER.length()%10 ; //13 digits

Resource: http://www.pocketmagic.net/?p=1662
<http://www.pocketmagic.net/?p=1662>

On Mon, Mar 14, 2011 at 11:17 PM, lbendlin <[email protected]> wrote:

>
> http://stackoverflow.com/questions/2785485/is-there-a-unique-android-device-id
>
> On Mar 14, 3:25 pm, David Williams <[email protected]>
> wrote:
> > I will look into that, and this might make more sense to me.
> > ------------------------------------------------------------------------
> >
> > David Williams
> > Check out our WebOS mobile phone app for the Palm Pre and Pixi:
> > <http://www.dtw-consulting.com/GolfCaddie> Golf Caddie
> > <http://www.dtw-consulting.com/GolfCaddie> | Golf Caddie Forum
> > <http://www.dtw-consulting.com/GolfCaddie/forum> | Golf Caddie FAQ
> > <http://www.dtw-consulting.com/GolfCaddie/faq.html> by DTW-Consulting,
> Inc.
> >
> > On 3/14/2011 3:23 PM, Brill Pappin wrote:
> >
> > > why not user AccountManager.getAccounts("com.google").
> > > You can digest that value and use it as a unique id. It will be as
> > > unique as the user is and will work across phones/devices.
> > > Only thing thats needed is for the user to have a google account,
> > > which just about everyone using an android phone does.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Android Developers" group.
> > > To post to this group, send email to
> [email protected]
> > > To unsubscribe from this group, send email to
> > > [email protected]
> > > 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Nesim TUNÇ
Senior Software Developer of Distributed Applications

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to