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

Search This thread

diboze

Senior Member
Jun 2, 2009
316
14
Its all just HTC Connection Setup combined with Chevron Ringtone Manager.

I love you, xboxmod :p

I just hope Ms hasnt already included fixes for these exploits in their copy&paste-update
 

thesecondsfade

Retired Recognized Developer
Jul 30, 2009
1,038
119
Samsung Galaxy Grand Prime
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
So this XAP is meant to help unlock the device... could you pre-package a XAP that reverses this just to make it easier for those of us who are not as tech-savvy?
 

martani

Senior Member
Nov 3, 2009
74
16
Hi

I'm searching people with Samsung device
to see if i can found leak to do the same think.
If you have a samsung WP7 and some skills
send me PM

Hi, I have a Samsung Omnia 7, and I've already succeeded to use the Samsung native DLLs to change the registry.

Unfortunately we have no way of how to copy files to the \Windows directory etc on Samsung yet.

And also, the fact that your device must be unlocked to apply the registry hack to unlock it!

I'll be glad to help anyways :)
 

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
Hi, I have a Samsung Omnia 7, and I've already succeeded to use the Samsung native DLLs to change the registry.

Unfortunately we have no way of how to copy files to the \Windows directory etc on Samsung yet.

And also, the fact that your device must be unlocked to apply the registry hack to unlock it!

I'll be glad to help anyways :)

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

For samsung phone
if you can write in the registry
you can maybe run custom provxml to move or copy files
contact me by PM if you want more info.
if you wanna try.
 

domineus

Senior Member
Jun 16, 2007
2,389
202
Xiaomi Mix Fold 2
OnePlus Open
Hi, I have a Samsung Omnia 7, and I've already succeeded to use the Samsung native DLLs to change the registry.

Unfortunately we have no way of how to copy files to the \Windows directory etc on Samsung yet.

And also, the fact that your device must be unlocked to apply the registry hack to unlock it!

I'll be glad to help anyways :)

can you post the samsung dlls I want to see if it works on dell device too...if it is resigned for it that is
tyvm or even post up your reg editor

edit also lg users if you can post the zune links to your registry editor that would be so appreciated. I want to see if xboxmod's signing method can be used for general devices and I think it can so please share with me the link to the LG registry editor
 
Last edited:

martani

Senior Member
Nov 3, 2009
74
16
can you post the samsung dlls I want to see if it works on dell device too...if it is resigned for it that is
tyvm or even post up your reg editor

edit also lg users if you can post the zune links to your registry editor that would be so appreciated. I want to see if xboxmod's signing method can be used for general devices and I think it can so please share with me the link to the LG registry editor

You can find all the native Samsung DLLs in the xap files here http://thounsell.co.uk/wp7/
 

domineus

Senior Member
Jun 16, 2007
2,389
202
Xiaomi Mix Fold 2
OnePlus Open
You can find all the native Samsung DLLs in the xap files here http://thounsell.co.uk/wp7/

now to read up on some dev stuff =/ oh joy
I know samsung and dell users have read access to registry but not write so far for file explorer for the windows directory it is the same
I was thinking perhaps if we could pull the lg apps maybe we can find what we are looking for in the mfg settings...
Give me a day or so I have to type a clinical paper on research methodology re muslim adolescents and religiosity/spirituality and I'll try to catch up on how to use some of the dlls
...
is it bad that I have very little experience? meh well carpe diem
 

lyriquidperfection

Inactive Recognized Developer
Jun 14, 2009
2,571
2,996
Nottingham
Hi



I'm searching people with Samsung device

to see if i can found leak to do the same think.

If you have a samsung WP7 and some skills

send me PM


Hi, I have a samsung omnia 7, my skills are limited but i have knowledge of visual basic and hex editing. I have been pulling the samsung roms apart and may also know a way of writing to registry but would require recalculation of checksums then reflashing modified rom. Also at present, we can only extract files from samsung rom but not modify or inject them.

Sent from my OMNIA7 using Board Express
 

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
For now the only possible door is this registry key.

[HKEY_LOCAL_MACHINE\Software\Microsoft\FieldTest]
"ManufacturingProvXmlPath"="\\windows\\DiagnosisAp p_1.provxml"

if we can identify when it's called and by what.
possibly
FieldTestApp.exe
DiagnosisApp.xap
 

indiekiduk

Senior Member
Jul 8, 2005
472
4
Is it possible to make a provxml to provision an app run in TCB chamber? Or does provxml only have reg and file methods?
 

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