PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   Post Your UC User Customization! (http://forum.ppcgeeks.com/showthread.php?t=25316)

Knether 05-07-2008 11:24 AM

Re: User Customization Starter's Package!
 
Quote:

Originally Posted by mrnamster (Post 273870)
That would be sweet!

I'm happy enough to have helped at least one person.

:drunken:

It helped a ton. Cause I could spend hours and hours to get my device ready. Now it does it for me!

a2k 05-08-2008 04:22 PM

Re: User Customization Starter's Package!
 
How can I enter the owner's info in the BASE 64 bit or whatever format is required?

I'm stuck!!!

bigsimo 05-08-2008 06:44 PM

Re: User Customization Starter's Package!
 
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?

<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\ Timeouts">
<parm name="BattSuspendTimeout" value="300" datatype="integer"/>
<parm name="ACSuspendTimeout" value="1800" datatype="integer"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>

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.

<wap-provisioningdoc>
<characteristic type="CM_Mappings">
<characteristic type="1000">
<parm name="pattern" value="*://*.bigsimo.com/*" />
<parm name="network" value="{18AD9FBD-F716-ACB6-FD8A-1965DB95B814}" />
</characteristic>
</characteristic>
</wap-provisioningdoc>

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.

a2k 05-08-2008 07:09 PM

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>

mrnamster 05-08-2008 09:13 PM

Re: User Customization Starter's Package!
 
Quote:

Originally Posted by a2k (Post 276067)
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 (Post 276259)
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 (Post 266249)
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.


mrnamster 05-08-2008 09:30 PM

Re: User Customization Starter's Package!
 
Quote:

Originally Posted by bigsimo (Post 276226)
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?

a2k 05-09-2008 07:59 AM

Re: User Customization Starter's Package!
 
Quote:

Originally Posted by mrnamster (Post 276372)
This is from the FIRST POST:

Thanks, but where is the query input file?

nokry56 05-12-2008 11:20 AM

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?

mrnamster 05-12-2008 01:39 PM

Re: User Customization Starter's Package!
 
I have not been able to copy entire directories. I've had to copy each file one by one. Maybe somebody else has I'm not sure.

mousio 06-01-2008 07:18 PM

mousio's AutoRun
 
Quote:

Originally Posted by mrnamster (Post 280258)
I have not been able to copy entire directories. I've had to copy each file one by one. Maybe somebody else has I'm not sure.

Please take a look at my AutoRun stuff, it uses mortscript's xcopy command to copy files/folders, but does more than that:
now I rarely need to change my SDConfig file anymore and I just drop all of my AutoRun stuff (cab/mscr/zip/reg/xml files and also regular files and folders) in a dedicated folder, it's that easy! :cool:


All times are GMT -4. The time now is 06:03 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0