View Single Post
  #1 (permalink)  
Old 02-05-2009, 11:29 AM
saviles's Avatar
saviles
Lurker
Offline
 
Join Date: Jan 2009
Posts: 9
Reputation: 5
saviles is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Remove Sprint icons on Treo 800w

Hi all,

I've been searching the forums and I haven't seen a way to remove any of the Sprint stuff from the phones. I see plenty of stuff for the Touch Pro and Diamond models but they do not seem to work on the 800w.

I'd like to remove the following icons/software from the phone:
- anything sprint
- pocket express
- sprite backup
etc...

I'd like to script this so i could deploy it to new provisioned phones in our company. This is some of the code i've tried but i got a 'not enough permission'.

Code:
        <characteristic type="%CE2%\Sprite Backup.lnk" translation="install">
            <characteristic type="Delete">
                <parm name="ForceDelete" />
            </characteristic>
        </characteristic>
I hope someone would be able to provide some direction.

Thanks.
Reply With Quote