|
||||
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!!! |
|
||||
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. |
|
||||
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> |
|
||||
Re: User Customization Starter's Package!
Quote:
Quote:
This is from the FIRST POST: Quote:
__________________
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! Last edited by mrnamster; 05-08-2008 at 09:21 PM. |
|
||||
Re: User Customization Starter's Package!
Quote:
2. Do you see the registry change afterwards? |
|
||||
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? |
|
||||
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.
|
|
||||
![]() Quote:
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! ![]() |
![]() |
|
|
|