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 > WM HTC Devices > HTC Touch Pro 2
Register Community Search

Notices


View Poll Results: What you want to know about UC?
Basics - show me how to get started 72 35.29%
Editing and creating cabs - I want to share what I do 13 6.37%
XML Provisioning - I want to set up ActiveSync,WI-FI... automatically 40 19.61%
Scripting - I want to learn MortScript and how it can make UC easier 9 4.41%
Advanced Customizations - Removing the things I don't use 31 15.20%
What the hell is UC anyway? 39 19.12%
Voters: 204. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #101 (permalink)  
Old 07-01-2010, 02:48 PM
b4u2's Avatar
Halfway to VIP Status
Offline
Pocket PC: Samsung Galaxy Nexus
Carrier: Verizon
Location: Iowa
 
Join Date: Dec 2008
Posts: 567
Reputation: 425
b4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to b4u2
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

What if I use a REG file to make the shortcut. Would this line work?

"\\Windows\\Start Menu\\Programs\\Tools\\7zFM.lnk"="\\Storage Card\\Program Files\\7zFM.exe"

What would be a good way to not have it install the shortcut if the app is not installed???

I made a reg file but how do I run it without installing everything in my XDAUC folder?

Last edited by b4u2; 07-01-2010 at 07:14 PM.
Reply With Quote
  #102 (permalink)  
Old 07-01-2010, 10:10 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by b4u2 View Post
What if I use a REG file to make the shortcut. Would this line work?

"\\Windows\\Start Menu\\Programs\\Tools\\7zFM.lnk"="\\Storage Card\\Program Files\\7zFM.exe"

What would be a good way to not have it install the shortcut if the app is not installed???

I made a reg file but how do I run it without installing everything in my XDAUC folder?
Reg files cannot create shortcuts to my knowledge...
__________________
Some requests I have filled: Click Here
Reply With Quote
  #103 (permalink)  
Old 07-01-2010, 11:10 PM
b4u2's Avatar
Halfway to VIP Status
Offline
Pocket PC: Samsung Galaxy Nexus
Carrier: Verizon
Location: Iowa
 
Join Date: Dec 2008
Posts: 567
Reputation: 425
b4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to b4u2
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Serfer222 over at XDA told me about this.

with XDA_UC you can create shortcuts by using registry commands:

for example - create reg file and put it to XDA_UC folder. (edit it for your needs)

Code:
---------
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\XDA\DirCopy]
"\\Windows\\Start Menu\\Programs\\GPS"="Makedir"
[HKEY_LOCAL_MACHINE\Software\XDA\AutoShortCut]
"\\Windows\\Start Menu\\Programs\\GPS\\SeaSGEE.lnk"="\\Windows\\SeaS GEE.exe"
"\\Windows\\Start Menu\\Programs\\GPS\\Clean GPS Data.lnk"="\\Windows\\CleanGPSData.exe"
"\\Windows\\Start Menu\\Programs\\GPS\\HTC GPS Tool.lnk"="\\Windows\\HTCGPSTool.exe"
"\\Windows\\Start Menu\\Programs\\PPCPimBackup.lnk"="\\Windows\\PPCP imBackup.exe"
"\\Windows\\Start Menu\\Programs\\FDC Task Manager.lnk"="\\Windows\\FS_TaskMgr.exe"
---------
Reply With Quote
  #104 (permalink)  
Old 07-02-2010, 12:08 AM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by b4u2 View Post
Serfer222 over at XDA told me about this.

with XDA_UC you can create shortcuts by using registry commands:

for example - create reg file and put it to XDA_UC folder. (edit it for your needs)
Interesting. I did not know you could do this, but I would probably still gravitate to built in functionality like XML over specific implimentations.

Anyway, thanks for sharing the info..
Reply With Quote
  #105 (permalink)  
Old 07-02-2010, 08:11 AM
b4u2's Avatar
Halfway to VIP Status
Offline
Pocket PC: Samsung Galaxy Nexus
Carrier: Verizon
Location: Iowa
 
Join Date: Dec 2008
Posts: 567
Reputation: 425
b4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to b4u2
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

NinjaDuck Will the XML example you posted install the shortcut even if the program/app is not installed?

When I make this XML file how do I run it to test it out? I made an XML file that should create a link to a app on the storage card.

Last edited by b4u2; 07-02-2010 at 09:36 AM.
Reply With Quote
  #106 (permalink)  
Old 07-02-2010, 10:05 AM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by b4u2 View Post
NinjaDuck Will the XML example you posted install the shortcut even if the program/app is not installed?

When I make this XML file how do I run it to test it out? I made an XML file that should create a link to a app on the storage card.
It will create the shortcut no matter what. There are registry entries for customizing the icon that can be included in the XML as well (search). You can import XML using dotFred task manager, advanced configuration utilitiy, or just by running XDA_UC with that as the only file in the folder.

Best of luck.
Reply With Quote
  #107 (permalink)  
Old 07-02-2010, 11:22 AM
b4u2's Avatar
Halfway to VIP Status
Offline
Pocket PC: Samsung Galaxy Nexus
Carrier: Verizon
Location: Iowa
 
Join Date: Dec 2008
Posts: 567
Reputation: 425
b4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regularb4u2 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to b4u2
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

I can't get this to work. I have it in the XDA_UC and when I run XDA UC the link does not get created.

<wap-provisioningdoc>
<characteristic type="FileOperation">

<!--Create “7zip” shortcut from exe on storage card and copy it into Tools folder-->

<characteristic type="%CE2%\Start Menu\Programs\Tools" translation="install">
<characteristic type="MakeDir" />
<characteristic type="7zFM.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="\Storage Card\Program Files\7-Zip\7zFM.exe" translation="install"/>
</characteristic>
</characteristic>
</characteristic>

</characteristic>
</wap-provisioningdoc>
Reply With Quote
  #108 (permalink)  
Old 07-02-2010, 12:58 PM
kgb247's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc 6800 /ppc 6700 /TP2/Droid X
Carrier: Verizon
Location: okc
 
Join Date: Oct 2008
Posts: 237
Reputation: 220
kgb247 is keeping up the good workkgb247 is keeping up the good workkgb247 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by kgb247 View Post
that page is one of my fav's. have the rom dumped, there is no windows folder to put it in, thus my inquiry about oemmapps. i believe that i found the location for the regedit to lax security
Quote:
Originally Posted by NinjaDuck View Post
Are you cooking your own ROMs? If not, then your question is not valid and you should check out Sashimi.

If you are, you should check out this thread:

http://forum.xda-developers.com/showthread.php?t=562568
i am and you haven't responded, so i guess you are not valid
__________________
affiliate......Heavy Hung Daddy


Last edited by kgb247; 07-02-2010 at 02:29 PM.
Reply With Quote
  #109 (permalink)  
Old 07-02-2010, 01:31 PM
bsarlo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium Touch Pro2
Carrier: Sprint
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by b4u2 View Post
...
I made a reg file but how do I run it without installing everything in my XDAUC folder?
XDA_UC will only install what has not been installed yet. When you run it the first time, it creates a reg file that lists all of the completed tasks. When you manually run it again, it checks the reg file and only installs/runs what has not been completed the first time.

Quote:
Originally Posted by kgb247 View Post
i am and you didnt haven't responded, so i guess you are not valid
You are in the wrong thread. NajaDuck has more validity in his ESC key than you have in this thread. Watch who you insult because this is a pretty close community. People are glad to help, but not rude, ungrateful posters who ask irrelevant, off-topic questions in the wrong threads. Since you have posted nothing of use to anyone at PPCGeeks, other than holding the door and saying hello, I'd refrain from insulting the members who could actually be helpful to you.

To quote someone you may think is valid :

Quote:
Originally Posted by kgb247 View Post
... There's no need to clutter the forums with useless rubbish.
Stop posting useless rubish.
Reply With Quote
  #110 (permalink)  
Old 07-02-2010, 02:27 PM
kgb247's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc 6800 /ppc 6700 /TP2/Droid X
Carrier: Verizon
Location: okc
 
Join Date: Oct 2008
Posts: 237
Reputation: 220
kgb247 is keeping up the good workkgb247 is keeping up the good workkgb247 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

get his schlong out your front or back wherever you keep it. didnt really see how my question was invalid when i provided detail and it does pertain to the thread. and by your di-- riding comment, you are as useless as the answer provided and the search you performed to keep up with what i been doing. dont talk about insults when you are quick to dish, how valid is that? and fyi, no one helped.

Last edited by kgb247; 07-02-2010 at 02:44 PM.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2


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 11:02 PM.


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