Palm OS Serial Number

2003-11-19 Thread Régis Daniel de Oliveira
Hy all.

I need to develop a way to identify uniquely all palms that are in use im my
company. I tried to get the Rom Serial Number, but it is not present on Palm
M100 Series (M100, M130, M150 (Zire), ... etc...) Does anybody have any idea
that i can use to make the palm uniquely identified, without need to write
the SN on a database, that can be changed and deleted.

Thanks!
Regis



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm OS Serial Number

2003-11-19 Thread Ben Combee
At 04:36 PM 11/19/2003, Régis Daniel de Oliveira wrote:
Hy all.

I need to develop a way to identify uniquely all palms that are in use im my
company. I tried to get the Rom Serial Number, but it is not present on Palm
M100 Series (M100, M130, M150 (Zire), ... etc...) Does anybody have any idea
that i can use to make the palm uniquely identified, without need to write
the SN on a database, that can be changed and deleted.
Engraving pen?  DNA samples from the skin cells trapped under the keys?

The only thing you can change on a m100/m105/m150 is what's in 
RAM.  There's nothing unique on those devices.  The only solution is to not 
let your application run on a device without a unique identifier.  Anything 
else if malleable.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com 

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm OS Serial Number

2003-11-20 Thread Aaron Ardiri
> I need to develop a way to identify uniquely all palms that are in use im my
> company. I tried to get the Rom Serial Number, but it is not present on Palm
> M100 Series (M100, M130, M150 (Zire), ... etc...) Does anybody have any idea
> that i can use to make the palm uniquely identified, without need to write
> the SN on a database, that can be changed and deleted.

http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=131

if there is no flash rom, there is no serial number. you have to
rely on the hotsync username, which, can be very easily faked.

http://www.mulliner.org/palm/changename.php

this one actually changes the rom id as well :) (not hard) :P

http://www.bitsnbolts.com/username.html
http://www.ardiri.com/index.php?redir=palm&cat=hackme

now - you can start using other things.. device/HAL id's CPU id's
but, when you venture into this territory, you have to realize that
when the user replaces their device - you also have to replace their
registration :) the new devices are much cooler - you get BT mac 
addresses and so forth to also throw into the equation :)

---
Aaron Ardiri
[EMAIL PROTECTED]
http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm OS Serial Number

2003-11-20 Thread Régis Daniel de Oliveira
Thanks Aaron.
Ok. This is the thing that a want... When the users change the device, your
registration should be replaced...

Do have any example that i can use to get the device/HAL id's or CPU id's?

Thanks!
Regis


"Aaron Ardiri" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> > I need to develop a way to identify uniquely all palms that are in use
im my
> > company. I tried to get the Rom Serial Number, but it is not present on
Palm
> > M100 Series (M100, M130, M150 (Zire), ... etc...) Does anybody have any
idea
> > that i can use to make the palm uniquely identified, without need to
write
> > the SN on a database, that can be changed and deleted.
>
>
http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_fa
qid=131
>
> if there is no flash rom, there is no serial number. you have to
> rely on the hotsync username, which, can be very easily faked.
>
> http://www.mulliner.org/palm/changename.php
>
> this one actually changes the rom id as well :) (not hard) :P
>
> http://www.bitsnbolts.com/username.html
> http://www.ardiri.com/index.php?redir=palm&cat=hackme
>
> now - you can start using other things.. device/HAL id's CPU id's
> but, when you venture into this territory, you have to realize that
> when the user replaces their device - you also have to replace their
> registration :) the new devices are much cooler - you get BT mac
> addresses and so forth to also throw into the equation :)
>
> ---
> Aaron Ardiri
> [EMAIL PROTECTED]
> http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Palm OS Serial Number

2004-01-13 Thread Regis St-Gelais
"Régis Daniel de Oliveira" <[EMAIL PROTECTED]> a écrit dans le message
de news:[EMAIL PROTECTED]
> Do have any example that i can use to get the device/HAL id's or CPU id's?
>

Try http://homepage.mac.com/alvinmok/palm/codenames.html
There is an app and source there to get those id's

-- 
Regis St-Gelais
www.laubrass.com



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/