PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Software
Register Community Search

Notices


View Poll Results: Was this thread useful?
Yes 25 83.33%
No 5 16.67%
Voters: 30. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-08-2008, 09:30 PM
mrnamster's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Jewel
Carrier: Sprint [SERO Premium]
Threadstarter
 
Join Date: Mar 2008
Posts: 169
Reputation: 175
mrnamster is keeping up the good workmrnamster is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Customization Starter's Package!

Quote:
Originally Posted by bigsimo View Post
Alright, I've got most of my UC to work, but there are a couple of pieces that still don't seem to want to cooperate.

1) I have the following code to set the BattSuspendTimeout and it appears to work fine if I run the .CAB file I create with it from File Explorer on the device. The problem is that when I place the .CAB file in the persistant memory and allow the device to autorun this file the BattSuspendTimeout does not get set. Do I need to set another registry entry for this to work with autorun?

2) When I try and set the Work URL Exceptions the exception URL nevers gets added to the list. The .CAB file says that it installed successfully, but when I look at the Work URL Exceptions there is nothing there. I can do this programmatically throught my VB.net code, but I would rather do this at the UC so that I don't have to worry about setup tasks in my applications code.

Any suggestions would be appreciated. It's the last couple tweaks in a long list that I've got working and they are really starting to frustrate me.
1. I noticed there is a space before 'Timeouts' which could either be your problem or a typo in the post. Why use cab instead of xml?
2. Do you see the registry change afterwards?
__________________
HTC Jewel: viperROM eLiTE v1.2, TWRP 2.1.7, stock kernel/radio
Misc: HTC Kaiser, Vogue, Titan, Herman, Rhodium, Supersonic, Samsung Galaxy Tab 2 7.0
Need software? Use coupon code PPCGEEKS to enjoy free shipping at CheapAntiVirus.com!
Reply With Quote
  #2 (permalink)  
Old 05-08-2008, 07:09 PM
a2k's Avatar
a2k
Regular 'Geeker
Offline
Pocket PC: Diamond
Carrier: Sprint and the occasional headaches
 
Join Date: Oct 2007
Posts: 307
Reputation: 100
a2k is keeping up the good worka2k is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Customization Starter's Package!

Okay, can someone explain who I can turn the XXXXXX's which will represent my personal info into a binary format please.

<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\Owner">
<parm name="Owner" datatype="binary" value="xxxxxxxxxxxxxxxxxxxx"/>
<parm name="Name" datatype="string" value="John Doe"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Reply With Quote
  #3 (permalink)  
Old 05-08-2008, 09:13 PM
mrnamster's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Jewel
Carrier: Sprint [SERO Premium]
Threadstarter
 
Join Date: Mar 2008
Posts: 169
Reputation: 175
mrnamster is keeping up the good workmrnamster is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Customization Starter's Package!

Quote:
Originally Posted by a2k View Post
How can I enter the owner's info in the BASE 64 bit or whatever format is required?

I'm stuck!!!
Quote:
Originally Posted by a2k View Post
Okay, can someone explain who I can turn the XXXXXX's which will represent my personal info into a binary format please.

<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\Owner">
<parm name="Owner" datatype="binary" value="xxxxxxxxxxxxxxxxxxxx"/>
<parm name="Name" datatype="string" value="John Doe"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>

This is from the FIRST POST:
Quote:
Originally Posted by mrnamster View Post
Note: For binary values I'd recommend using RapiConfig! Simply customize your device first, fill in the query input file, connect your PPC to PC via ActiveSync and run RapiConfig on your PC. It will export the queried binary values into the output file. You can get RapiCnfig here.

Last edited by mrnamster; 05-08-2008 at 09:21 PM.
Reply With Quote
  #4 (permalink)  
Old 05-09-2008, 07:59 AM
a2k's Avatar
a2k
Regular 'Geeker
Offline
Pocket PC: Diamond
Carrier: Sprint and the occasional headaches
 
Join Date: Oct 2007
Posts: 307
Reputation: 100
a2k is keeping up the good worka2k is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Customization Starter's Package!

Quote:
Originally Posted by mrnamster View Post
This is from the FIRST POST:
Thanks, but where is the query input file?
Reply With Quote
  #5 (permalink)  
Old 05-12-2008, 11:20 AM
nokry56's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Vogue
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 75
Reputation: 15
nokry56 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to nokry56
Re: Post Your UC User Customization!

ah, stupid mistake on my part. i do have another question. is it possible to copy entire directories?

for instance can i copy everything from /Storage Card/ringtones to /windows/rings with one command?

or do i have to copy each file individually?
Reply With Quote
  #6 (permalink)  
Old 03-22-2009, 06:59 AM
psyki's Avatar
VIP Member
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: Seattle
 
Join Date: Feb 2009
Posts: 1,346
Reputation: 9015
psyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your UC User Customization!

Quote:
Originally Posted by nokry56 View Post
ah, stupid mistake on my part. i do have another question. is it possible to copy entire directories?

for instance can i copy everything from /Storage Card/ringtones to /windows/rings with one command?

or do i have to copy each file individually?
Yep! Check out xcopyce: http://forum.xda-developers.com/showthread.php?t=418417

Works like a charm, but it can ONLY copy directories, not individual files. For individual files just use CPY1/CPY2.
Reply With Quote
  #7 (permalink)  
Old 07-25-2009, 07:06 PM
mrnamster's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Jewel
Carrier: Sprint [SERO Premium]
Threadstarter
 
Join Date: Mar 2008
Posts: 169
Reputation: 175
mrnamster is keeping up the good workmrnamster is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your UC User Customization!

Updated first post with my new provisioning xml and config.txt for my Sprint Touch Pro. Also attached an OEM containing the needed files. Just thought I'd share.

Last edited by mrnamster; 07-25-2009 at 07:08 PM.
Reply With Quote
This post has been thanked 1 times.
  #8 (permalink)  
Old 07-02-2008, 07:36 PM
jeiyuu's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc EVO 4G
Carrier: Sprint
Location: Pacifica, CA
 
Join Date: Feb 2008
Posts: 222
Reputation: 140
jeiyuu is keeping up the good workjeiyuu is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your UC User Customization!

anyone know if there is anyway to have UC resigter your programs that you are installing from a cab? I have the registration numbers.. For example, if I am installing SPB Phone Suite, is there a way to have UC enter the registration information? Just looking to not have to re-enter registration numbers after each flash.
__________________
-Jei



If I helped you in any way, be sure to say
Reply With Quote
  #9 (permalink)  
Old 07-02-2008, 09:00 PM
mrnamster's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Jewel
Carrier: Sprint [SERO Premium]
Threadstarter
 
Join Date: Mar 2008
Posts: 169
Reputation: 175
mrnamster is keeping up the good workmrnamster is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your UC User Customization!

For Resco Explorer, I copy in my own /windows/wmtrigger.dat
Reply With Quote
  #10 (permalink)  
Old 12-02-2008, 03:20 PM
peai_peai's Avatar
Lurker
Offline
 
Join Date: Aug 2007
Posts: 4
Reputation: 0
peai_peai is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your UC User Customization!

Oh! It's very good. Thank you.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:22 AM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com