Interop Tools - A versatile registry app for all devices, now on Github

Search This thread

gus33000

Senior Member
Aug 9, 2016
452
588
Bordeaux
And as promised, here's the first pre-release of Beta 1.9 :)

Interop Tools Beta 1.9-pre (1.9.303.0 (fbl_prerelease(gustavem).160822-1600))

Notes:

This is a pre-release version, for testing only, since I changed how the NDTK stuff works it may screw up when writing some specific reg values. Please report any bug about that!
The app will support newer versions of Windows 10 Mobile fine by the way.

Change log:

The app is now using a new lib from MS to call the NDTK service, which allows the app to better work with REG_MULTI_SZ and other things.
You can now swipe right to delete stuff in the registry browser.
The app now includes 4 new pages (all work in progress) such as:
  • The Command Prompt page (will work for now after disabling the firewall)
  • The SSH Account Manager (partially working, everything works but changing some values manually)
  • The Keyboard Page (just a dummy ui for now)
  • The Default apps page, which lists all apps but doesn't change the defaults for now.
Added a new tweak for continuum idle in the tweaks page.
Improved the cap unlock function to be future proof and dynamic with the available caps on the device.
Added proper support for REG_MULTI_SZs
The app now has a builtin custom Key suggestion bar that sits above the touch keyboard on mobile, when inputting in the key location field in the registry editor. This will be expanded to other fields in the future.
Fixed a couple bugs involving not being able to scroll down in certain pages.
Added old registry designations inside parentheses after registry value types and registry hives.
You can now access the test provider, this will be only available in the pre-releases and doesn't actually edit your registry, it's a test provider for testing purposes only. (Don't report bugs with it ;) )
Some other improvements that I may have forgotten to include here.

Known issues:

The Default Apps page will crash with remote access.
Looks like I forgot to remove some parts of Microsoft UWP Community ToolKit when making that release, don't worry about the fbsdk being thrown in here, it's not used and would only work if I added a fb login page. You can check for yourself on MS own github at what it does.
 

Attachments

  • InteropTools_Beta_1.9-pre_0.0.303.0_Test.zip
    19.4 MB · Views: 22,869
  • Dependencies_arm.zip
    8.2 MB · Views: 10,772
  • Dependencies_x86_x64.zip
    16.6 MB · Views: 8,889
Last edited:

Xeeynamo

Member
Dec 16, 2011
18
0
Tests on 1.9 Beta:
- CMD as SYSTEM Access:
Blank screen, no command prompt, then "A connection attempt failed because the connected party etc."
Sometimes the keyboard icon disappears.
- SSH ACCOUNT MANAGER
You can add an user but you cannot delete it.
On Main Options tab, "User name" it's not clear what it does, because it appears that the user name to login it's still the one from User List.
"Password" changes seems to not have effect and SSH continues to return "Permission denied".

Now, I don't know if they are bugs or I don't understand how to use it..
 

gus33000

Senior Member
Aug 9, 2016
452
588
Bordeaux
Tests on 1.9 Beta:
- CMD as SYSTEM Access:
Blank screen, no command prompt, then "A connection attempt failed because the connected party etc."
Sometimes the keyboard icon disappears.
- SSH ACCOUNT MANAGER
You can add an user but you cannot delete it.
On Main Options tab, "User name" it's not clear what it does, because it appears that the user name to login it's still the one from User List.
"Password" changes seems to not have effect and SSH continues to return "Permission denied".

Now, I don't know if they are bugs or I don't understand how to use it..

The CMD and SSH pages are still Work in progress, User name is with what account the ssh shell will run on the phone. CMD will only work if you have the required cmd files in system32 and disabled the firewall for now. As for switching to use a password for ssh, if changing in the dropdown doesn't work, verify that your phone is on the supported list for the system level registry access, if it's a lumia, check if restore ndtk is on. All of this except the firewall part is actually explained in the template section.
 
Last edited:

Xeeynamo

Member
Dec 16, 2011
18
0
The CMD and SSH pages are still Work in progress, User name is with what account the ssh shell will run on the phone. CMD will only work if you have the required cmd files in system32 and disabled the firewall for now. As for switching to use a password for ssh, if changing in the dropdown doesn't work, verify that your phone is on the supported list for the system level registry access, if it's a lumia, check if restore ndtk is on. All of this except the firewall part is actually explained in the template section.

The firewall thing was unexpected; I tried \SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile: EnableFirewall = 0 but I still receive the "connection attempt failed" thing.

For the TextBox's password I confirm that, sometimes the user-pin registry value it's not updated. After smashed the "return" button and pressed the pencil icon , the value was written; it's not clear to me how to confirm textbox changes (how to trigger the control's event that acutally writes value into registry).
 

gus33000

Senior Member
Aug 9, 2016
452
588
Bordeaux
The firewall thing was unexpected; I tried \SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile: EnableFirewall = 0 but I still receive the "connection attempt failed" thing.

For the TextBox's password I confirm that, sometimes the user-pin registry value it's not updated. After smashed the "return" button and pressed the pencil icon , the value was written; it's not clear to me how to confirm textbox changes (how to trigger the control's event that acutally writes value into registry).

For the firewall this isn't how you turn it off actually, you need to change MPSVC service start value to 4 and reboot, to put it back like normal change it to 2, since it will break deployments when off. To confirm the edition of values, you need to type the write button, aka the button with the pencil.
 
  • Like
Reactions: Saragossa

Xeeynamo

Member
Dec 16, 2011
18
0
For the firewall this isn't how you turn it off actually, you need to change MPSVC service start value to 4 and reboot, to put it back like normal change it to 2, since it will break deployments when off. To confirm the edition of values, you need to type the write button, aka the button with the pencil.

Okay, with HKLM\SYSTEM\ControlSet001\Services\MpsSvc: Start = 4 it works, thanks! And great job!
 

Saragossa

Member
Aug 23, 2016
17
2
For the firewall this isn't how you turn it off actually, you need to change MPSVC service start value to 4 and reboot, to put it back like normal change it to 2, since it will break deployments when off. To confirm the edition of values, you need to type the write button, aka the button with the pencil.

Hi! Thank you for app. What about full support lumia x50 series?
 

ahmedll

New member
Aug 23, 2016
3
0
And as promised, here's the first pre-release of Beta 1.9 :)

Interop Tools Beta 1.9-pre (1.9.303.0 (fbl_prerelease(gustavem).160822-1600))

Notes:

This is a pre-release version, for testing only, since I changed how the NDTK stuff works it may screw up when writing some specific reg values. Please report any bug about that!
The app will support newer versions of Windows 10 Mobile fine by the way.

Change log:

The app is now using a new lib from MS to call the NDTK service, which allows the app to better work with REG_MULTI_SZ and other things.
You can now swipe right to delete stuff in the registry browser.
The app now includes 4 new pages (all work in progress) such as:
  • The Command Prompt page (will work for now after disabling the firewall)
  • The SSH Account Manager (partially working, everything works but changing some values manually)
  • The Keyboard Page (just a dummy ui for now)
  • The Default apps page, which lists all apps but doesn't change the defaults for now.
Added a new tweak for continuum idle in the tweaks page.
Improved the cap unlock function to be future proof and dynamic with the available caps on the device.
Added proper support for REG_MULTI_SZs
The app now has a builtin custom Key suggestion bar that sits above the touch keyboard on mobile, when inputting in the key location field in the registry editor. This will be expanded to other fields in the future.
Fixed a couple bugs involving not being able to scroll down in certain pages.
Added old registry designations inside parentheses after registry value types and registry hives.
You can now access the test provider, this will be only available in the pre-releases and doesn't actually edit your registry, it's a test provider for testing purposes only. (Don't report bugs with it ;) )
Some other improvements that I may have forgotten to include here.

Known issues:

The Default Apps page will crash with remote access.
Looks like I forgot to remove some parts of Microsoft UWP Community ToolKit when making that release, don't worry about the fbsdk being thrown in here, it's not used and would only work if I added a fb login page. You can check for yourself on MS own github at what it does.

why the first and second option in interop unlock can't be activated on lumia 1320
 

gus33000

Senior Member
Aug 9, 2016
452
588
Bordeaux
i did that but still already not working . now even ndtk can't be switched off

You can't turn off any option in the interop unlock page, that's by design (except for the Full FS via MTP), it doesn't work even after another reboot? The first Cap unlock option will btw turn off after each reboot, but that doesn't mean you're not cap unlocked. The second option shouldn't turn off.
 
Last edited:
  • Like
Reactions: ahmedll

ahmedll

New member
Aug 23, 2016
3
0
You can't turn off any option in the interop unlock pag, that's by design (except for the Full FS via MTP), it doesn't work even after another reboot? The first Cap unlock option will btw turn off after each reboot, but that doesn't mean you're not cap unlocked. The second option shouldn't turn off.

yes, i restart phone several times still not working:(
 

Top Liked Posts

  • There are no posts matching your filters.
  • 69
    a6Gu3VN.png


    IMPORTANT ANNOUNCEMENT (11/25/2017): https://forum.xda-developers.com/showpost.php?p=74628972&postcount=1071
    IMPORTANT ANNOUNCEMENT (08/02/2020): https://forum.xda-developers.com/showpost.php?p=83193721&postcount=1236

    Source code: https://github.com/gus33000/InteropTools

    OP update is still Work in progress

    READ BEFORE POSTING ANYTHING
    • Interop Tools can't be installed, like with a lot of other apps that uses restricted CAPs, if you CAP unlocked your phone using vcREG, vcREG changes 2 registry values that breaks the whole deployment system since one build of the rs1 development, so please reset your phone, use only vcREG to install an older NDTK if needed, and install Interop Tools (h/t @vcfan see your DMs)
    • Interop Tools doesn't require and will never require any CAP unlock
    • Please read the installation instructions carefully
    • Interop Tools versions older than or equal to Beta 1.8.1 are not supported in any way, please update the app
    • I'm not responsible for any damage made by your device if this ever happens even though I'm really careful each time I'm posting a new version
    • When submitting a bug report, please specify what apps related to Interop/Cap unlock you have installed, if you did anything, some reproduction steps and the phone model you are using, along with if you cap unlocked your device.

    INSTALLATION INSTRUCTIONS
    If you have an IT version older or equal to Beta 1.7 already installed, please uninstall it and reboot your device prior to installing/updating Interop Tools
    1. Download the latest Interop Tools appxbundle for your device architecture and its dependencies
    2. Extract both zips, and extract the certificate file if you're installing Interop Tools on a desktop device
    3. If you're on a Desktop device, double click the certificate file, select Local Machine as the installation location, press next, select place the certificate into the following certificate store, and pick trusted peoples, then press ok, and next.
    4. Install Interop Tools dependencies like any regular appx, by opening up the Device portal for your device, going into the application section, click on browser for the app package, select the dependency appx, and then press install, do that for each dependency
    5. The install Interop Tools main appxbundle by pressing browser, pick it, then press install.

    ENABLE SYSTEM REGISTRY ACCESS INSTRUCTIONS
    For x50+ lumia devices by Microsoft

    1. Download and install vcREG and proceed to install the older NDTK version as instructed in the vcREG thread, for support about this whole process, please see the vcREG thread in the same forum section
    2. Don't do any CAP unlock, otherwise Interop Tools might not install properly
    3. Install Interop Tools if you never installed it like instructed on this post

    For other lumia devices by Microsoft

    1. Go to the Interop Unlock section of Interop Tools
    2. If restore NDTK isn't on, turn it on, and reboot your device

    For all other OEM devices

    1. Download the NDTK packages and the WPAK utilities from here: http://forum.xda-developers.com/attachment.php?attachmentid=3860782&d=1472659473 http://forum.xda-developers.com/attachment.php?attachmentid=3860780&d=1472659433
    2. Go to the Interop Unlock section of Interop Tools, and tap the button that says "Enable installing NDTK on any device"
    3. Put the two NDTK cabs in one empty folder on your PC
    4. Open a command prompt as administrator and make sure you're in the directory where the iutool executable is located from the WP(AK) zip
    5. run "iutool -V -p "<fulllocationwherethetwondtkpackagesarestored>" with your phone connected into the PC
    6. if iutool throws an error, please unplug your device, go to the control panel, devices and printer, select your phone, should be ghosted, click on uninstall device, and then replug the device and wait for it to reinstall. If you still have issues, run GETDULOGS from the same CMD prompt, and post the cab you get along with a message in this thread
    7. When the installation is finished, open Interop Tools, go to the Interop Unlock section, and tap restore the original manufacturer info button.


    You can find a Q&A in the post below the OP.

    FEATURES

    This app allows you to:
    • Edit the registry through the registry editor
    • Browse the registry hives through the registry browser
    • Find sepecific registry values/keys through the search page
    • Apply tweaks to your device
    • Interop and Cap unlock your device
    • Access device information
    • Remotely edit the registry through the built-in desktop app
    • Manage Applications
    • Manage Certificates
    • Perform standard registry operations such as deleting, renaming, and copying details
    • Built-In Command Prompt inside the app (coming in pre-1.9)
    • Manage SSH accounts and more (coming in pre-1.9)
    • and more.

    This app includes a lot of neat features which makes a better experience while editing the registry such as for example, the key suggestion bar in the registry editor, or the jump to button in the browser.

    STATE OF THE APP

    The app is still in development and has some rough edges. I would appreciate if you could report bugs about it, but before make sure you read the Q&A.
    Currently the app has limited support for the registry for all devices running at least Windows 10 Mobile build 10240 by default.
    Some specific devices have extra support out of the box, please read the list inside the spoiler below.

    Lumia handsets (including other handsets with the ndtk service installed):
    SYSTEM level access for editing and reading the following registry values and hives:

    HKLM
    HKCU
    HKCR
    HKU
    HKCC

    REG_DWORD
    REG_QWORD
    REG_SZ
    REG_MULTI_SZ
    REG_EXPAND_SZ
    REG_BINARY


    SYSTEM level access for LG and Samsung devices (untested, please report some feedback about it):

    HKLM
    REG_DWORD
    REG_SZ


    You can however enable more access privileges by following the instructions above, about enabling system registry access.



    LINKS

    See the second post for current pre-releases
    Main Mega folder for download links and older versions: http://bit.ly/InteropTools See the current pre-releases
    App Twitter account (for direct communication if I'm not available directly): http://twitter.com/InteropTools
    My Personal Twitter account: http://twitter.com/gus33000

    SCREENSHOTS

    zltkFtw.png
    rGlm2aX.png
    zwLQAJU.png
    bCbsRRg.png
    EDP4LT3.png
    1tDDpEt.png
    QaiBLah.png
    cwpsErc.png
    cjBnYlc.png
    IYEBYo4.png
    H2UiBrt.png
    V8to4uy.png
    M4JYRwn.png
    TGzJ267.png
    PikCFwS.png
    29
    It's been a long time since I made an announcement on here, I originally wanted to release a new build yesterday for all of you but some big things happened and before releasing it I need to announce a few things:

    Recently I got way more busy than I really imagined, and as a result I didn't really find much more time to continue working on the app. So I've been trying to look for somebody to help developing the app with me, but I also didn't find time to do this. As a result many of my plans for the app never came to light yet, and I wish I could also refactor some key areas of the application as well. Yesterday I got a notification from Microsoft saying they banned the application from the store, because of the privacy link going down (something they don't usually ban for but I imagine they were waiting for that little thing to ban the app), as I'm speaking the app is in the process of getting pulled. Sure it's not a big deal for most of you, but it really affects me a bit and on top of this, the store app while useless for now for most of you, had really big plans going for it that I never really talked about (those plans are the entire reason it exists in the first place). So with no time and MS roasting me it's hard to find motivation to continue working on the app. At first I was also very happy to provide support for it, especially here on XDA, and on twitter as well, which also managed to find new friends a year ago. But as you probably noticed I don't post anymore on here (I wish I could), work is slowly eating my time, and I'm sad about it.

    But to be clear, I'm not going to let the application die, I found somebody that was gladly nice enough to propose his help for the development of the app, I don't want to say who it is yet but he is awesome and I have been knowing him since a long time. I'm not going away either, when I'll have time I'll still try to continue working on the app. But I wanted to say, I will probably not be releasing builds all the time as I used to in the early days, and I would also like to thank every single one of you here that gladly helped others, without even me asking them, essentially doing what I should have been doing. It means a lot more for me than just helping people.

    That being said, a new application listing is getting created in the store and I'm fighting with MS to appeal the decision (which I'm allowed to do but it may take some time and may not even be possible to bring the store preview listing back). On top of this, somebody a long time ago before me reserved the "Interop Tools" application and pfn name to the store, which I'm not too happy about it, but if I had a guess it's probably Microsoft playing with me since the beginning.

    Back to topic, here's a new build of Interop Tools (only legacy, no store version obviously....), same instructions as usual, I'll just note one important bug fix I made which will probably make all of you happy:

    The app will not crash and exit anymore
    Yes you heard it right, when a crash will happen the app will just display an error popup and will not close.
    Along with this some important bug fixes were made but I don't have much time to detail all of them.

    Download: https://mega.nz/#!zBthTSqJ!H9829o_cTn760UiV_vQAIpTImQLel2ajszQsjUsRvGA

    To all of you, once again, thank you, I didn't realise until yesterday the people around the app, it's been amazing since last year to have seen the app grow that much and people around it helping each other, have a good weekend people, and don't brick your devices too much.

    every setback has a major comeback
    21
    THIS VERSION IS OUTDATED. PLEASE USE INTEROP TOOLS L IF YOU DON'T WANT TO USE EXTENSIONS. YOU CAN FIND BUILD 2.0.7x.0 HERE: https://forum.xda-developers.com/showpost.php?p=73608163&postcount=1006

    Original post follows as below. Do not ask for support for this version, it's deprecated and nobody should use it.

    Releasing Interop Tools Release Candidate 3

    Changelog: http://insidewindows.net/2017/02/12/interop-tools-release-candidate-3-change-log

    Sorry for the little delay, but the lack of electricity for one whole week and being busy didn't help at all to get a proper release faster. Anyway, have fun with the changes! And as always... Removed SOON again.
    19
    Sorry for the lack of updates lately folks, but got pretty busy with life IRL, and just started becoming free again, pushed a new status update about Interop Tools on insidewindows here which talks about why that posts exists and what to expect from the new upcoming Interop Tools S release. Have a nice week, oh and I'll try to reply to everything next week :)

    Interop Tools L: https://mega.nz/#!XQNnCbCS!ePnfB08AldVAtkeeNapOaVWxq9bAvR1noCq7hD_Vv9w

    Update 6/24/2017 10:56 AM UTC+1: A new build of Interop Tools L and extensions have been released to fix a big issue. Please update to the new version of both extensions and the app, Sorry for the inconvenience.
    17
    And it happened, welcome to the first preview of ITS :)

    Link: https://www.microsoft.com/store/apps/9ntgwlc0d3cs
    Important release notes: http://insidewindows.net/2017/04/02...the-store-its-2-0-technical-preview-build-18/

    Current provider extensions (reg NDTK and WinRT): https://mega.nz/#F!yUUB1LCb!N_s6HHYgI2sw1IdY258w_w

    Have fun, and keep in mind it's still a preview :)