[XAP]HTC-ProvXml-Deploy. 0.0.1 (updated)

Search This thread

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
Hi
After a lot of research i have found a way to deploy provxml on WP7 HTC Device.
now we can create folder,write registry keys and move files.


Updated V 0.0.1 no more need touchxplorer to move file ,
now autodeploy the provxml you add into this xap


attachment.php


Prerequisites:

-An HTC Device Chevron unlocked
-HTC Connection setup
-the tool rgu to xml attached

-HTC-ProvXml-Deploy0.0.1.xap
1-Create a text file with REGEDIT4 on top 1st line.
put your registry keys in it. like in this exemple(Don't miss REGEDIT4 on the top)
(this key add more option in ease of access)

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\System\Accessibility]
    "CompactMode"=dword:0
    "TTY"=dword:1
    "telecoil_UI"=dword:1
    "telecoil"=dword:1

2-Convert this text file to a provxml with the attached tool rgu-2-xml.exe

3-Rename this file CustClear.provxml

4-Extract the XAP from the attached RAR.

4-Put the custclear.provxml file inside the xap
If you have winrar
do a right clic on the xap then select open with winrar.
replace custclear.provxml .


5-Deploy the XAP on your device, Press the green button to apply your settings.

6-Uninstall HTC-ProvXml-Deploy then reboot to be sure.


Check this thread to found registry tweak (updated 15/05)
http://xdaforums.com/showthread.php?t=907971
You can also move folder,delete files....
Search on Xda there is a lots provxml related thread.

Enjoy!
 

Attachments

  • rgu-2-xml.rar
    51.6 KB · Views: 8,746
  • HTC-ProvXml-Deploy0.0.1.rar
    228.8 KB · Views: 12,426
Last edited:

surfing10

Senior Member
Aug 7, 2007
158
2
Are you saying that is possible to read and write to WP7 registry with this program?
Can you create a guide for this? I'm very excited with this news because I'm looking for a way to correct my Caller ID matching using registry.
 

RustyGrom

Senior Member
Apr 18, 2006
1,006
83
Orlando
Very nice! Keep us posted! If this does indeed allow full file system and registry read/write it is definitely a huge deal.
 
  • Like
Reactions: W.P.7

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
Very nice! Keep us posted! If this does indeed allow full file system and registry read/write it is definitely a huge deal.

Yes
this allow full file system and registry write.
so after some registry tweak i'm sure WP7 will become fully open.
More info soon.
 
Last edited:

RustyGrom

Senior Member
Apr 18, 2006
1,006
83
Orlando
Can you create new keys in the registry, not just writing/reading values?

I speak (am in) France, but I have no experience with WinMo :)
Basically ProvXML is used to "provision" the device, ie configure it. In the past you could do pretty much anything you wanted with the file system and registry (add/delete/modify anything). It sounds like this same thing should be possible here. The ProvXML will presumably be executed in the TCB chamber so should be completely unlimited.
 

(nico)

Senior Member
Feb 25, 2009
138
41
It would be nice to use this to modify XML policy to grant custom DLL higher privileges.
 

indiekiduk

Senior Member
Jul 8, 2005
472
4
How could ProvXML be run from the TCB chamber? Are you flashing a custom ROM or something?
 
Last edited:

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
It would be nice to use this to modify XML policy to grant custom DLL higher privileges.

I have found this list of policies reg.
now need to identify it.
Code:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100c"=dword:800
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100d"=dword:c00
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000101f"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001028"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001029"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102A"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102B"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102C"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001030"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001007"=dword:40
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001008"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001009"=dword:3
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100e"=dword:40
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100f"=dword:e94
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001011"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001017"=dword:8
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001018"=dword:10
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001019"=dword:8c
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001024"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102d"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102e"=dword:f80
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102f"=dword:f80
 

diboze

Senior Member
Jun 2, 2009
316
14
now thats really great use. Now its time to get some new accent color themes :D
Thanks for finding AND sharing these things :)


EDIT: XBMOD.Files.Deployer.exe crashes when creating XAPs here

EDIT2: Found out that ICSharpCode.SharpZipLib.dll is missing in your packet
 
Last edited:

Frasch

Member
Dec 20, 2010
19
0
Nebraska
If you were able to add new registries then you may be able to make new connection types with multiple APN's. As in 1 for the internet and 1 for MMS..?? :)
 

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
now thats really great use. Now its time to get some new accent color themes :D
Thanks for finding AND sharing these things :)


EDIT: XBMOD.Files.Deployer.exe crashes when creating XAPs here

EDIT2: Found out that ICSharpCode.SharpZipLib.dll is missing in your packet

Oups sorry

thanks Fixed!!
 

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
Hi

I have try to Changing this:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
    "PortalUrlProd"="https://developerservices.windowsphone.com/Services/WindowsPhoneRegistration.svc/01/2010"
    "PortalUrlInt"="https://developerservices.windowsphone-int.com/Services/WindowsPhoneRegistration.svc/01/2010"

to:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
    "PortalUrlProd"="http://127.0.0.1"
    "PortalUrlInt"="http://127.0.0.1"

And this Seem to definitively unlock your device no longer need to run ChevronWP7 or use in flight mode.
My phone never been relock when connect to zune.
If someone can try and confirm it's cool.
XAP Attached.



This registry key are not for unlock device!!!
just to prevent relock when connect to the computer for chevron user.



But take care do not Relock your device with Chevron after this.
if you do it!
rename and apply the restoreCustClear.provxml include in the XAP
 

Attachments

  • unlockit.zip
    45.5 KB · Views: 26,110
Last edited:

domineus

Senior Member
Jun 16, 2007
2,389
202
Xiaomi Mix Fold 2
OnePlus Open
Hi
I have try to Changing this:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
    "PortalUrlProd"="https://developerservices.windowsphone.com/Services/WindowsPhoneRegistration.svc/01/2010"
    "PortalUrlInt"="https://developerservices.windowsphone-int.com/Services/WindowsPhoneRegistration.svc/01/2010"

to:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
    "PortalUrlProd"="http://127.0.0.1"
    "PortalUrlInt"="http://127.0.0.1"

And this Seem to definitively unlock your device no longer need to run ChevronWP7 or use in flight mode.
My phone never been relock when connect to zune.
If someone can try and confirm it's cool.
XAP Attached.

But take care do not Relock your device with Chevron after this.
if you do it!
rename and apply the restoreCustClear.provxml include in the XAP

yet again htc devices have all the fun!
We need this in lieu of the future updates! TY XBOX
 

oOp

Senior Member
Jan 29, 2008
84
8
any possiblity to release the source code? would be very helpful for all other homebrew devs.

thanks so far.
 
  • Like
Reactions: pth6

Top Liked Posts

  • There are no posts matching your filters.
  • 23
    Hi
    After a lot of research i have found a way to deploy provxml on WP7 HTC Device.
    now we can create folder,write registry keys and move files.


    Updated V 0.0.1 no more need touchxplorer to move file ,
    now autodeploy the provxml you add into this xap


    attachment.php


    Prerequisites:

    -An HTC Device Chevron unlocked
    -HTC Connection setup
    -the tool rgu to xml attached

    -HTC-ProvXml-Deploy0.0.1.xap
    1-Create a text file with REGEDIT4 on top 1st line.
    put your registry keys in it. like in this exemple(Don't miss REGEDIT4 on the top)
    (this key add more option in ease of access)

    Code:
    REGEDIT4
    
    [HKEY_LOCAL_MACHINE\System\Accessibility]
        "CompactMode"=dword:0
        "TTY"=dword:1
        "telecoil_UI"=dword:1
        "telecoil"=dword:1

    2-Convert this text file to a provxml with the attached tool rgu-2-xml.exe

    3-Rename this file CustClear.provxml

    4-Extract the XAP from the attached RAR.

    4-Put the custclear.provxml file inside the xap
    If you have winrar
    do a right clic on the xap then select open with winrar.
    replace custclear.provxml .


    5-Deploy the XAP on your device, Press the green button to apply your settings.

    6-Uninstall HTC-ProvXml-Deploy then reboot to be sure.


    Check this thread to found registry tweak (updated 15/05)
    http://xdaforums.com/showthread.php?t=907971
    You can also move folder,delete files....
    Search on Xda there is a lots provxml related thread.

    Enjoy!
    4
    Hi

    I have try to Changing this:
    Code:
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
        "PortalUrlProd"="https://developerservices.windowsphone.com/Services/WindowsPhoneRegistration.svc/01/2010"
        "PortalUrlInt"="https://developerservices.windowsphone-int.com/Services/WindowsPhoneRegistration.svc/01/2010"

    to:
    Code:
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
        "PortalUrlProd"="http://127.0.0.1"
        "PortalUrlInt"="http://127.0.0.1"

    And this Seem to definitively unlock your device no longer need to run ChevronWP7 or use in flight mode.
    My phone never been relock when connect to zune.
    If someone can try and confirm it's cool.
    XAP Attached.



    This registry key are not for unlock device!!!
    just to prevent relock when connect to the computer for chevron user.



    But take care do not Relock your device with Chevron after this.
    if you do it!
    rename and apply the restoreCustClear.provxml include in the XAP
    2
    I have a lot of Questions
    1: how to attached CustClear.provxml to HTC-ProvXml-Deploy0.0.1.xap???
    2: pate type REGEDIT4 in txt file... copy reg code in next line or i most paste that 2 line then REGEDIT4؟؟؟
    3: how i can Sure about do this edits????
    tnX:)

    Q1 - See explain below.
    Q2 - I don't understand.
    Q3 - We learn frm mistake. ...lol


    4-Put this file into the attached xap with winrar or winzip.(replace existing)

    How do you do this? how do you put the file into the attached xap?

    thank you for your help.

    - Right click open "HTC-ProvXml-Deploy0.0.1.xap" using WinRar, on the menu bar of Winrar there is a "Add" button, use "Add" to add the CustClear.provxml to "HTC-ProvXml-Deploy0.0.1.xap"
    2
    Yes saints
    your right lots of user ask me because registry editor doesn't see key.
    i need to write this bigger :D
    thx for this & the beer i appreciate a lot
    1
    sounds like a custom rom breakthrough keep us all posted
    lemme grab remote execute now to see what it does