Windows Phone @ MoDaCo: Registry and file tree dumper - Windows Phone @ MoDaCo

Jump to content

Galaxy Nexus Review
We put the Galaxy Nexus and Ice Cream Sandwich through their paces.

Google Music Launch
Google bring Music out of beta and launch their music store.

MoDaCo Plus / Ad Free
Hate ads? Want cool stuff? Sign up for a MoDaCo Plus / MoDaCo Ad Free account with Online Kitchen access!

Close
Open
Close
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Registry and file tree dumper A lean and mean registry and file tree dumper
-----


#1 User is offline   sztupy 

  • Diehard
  • PipPipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 16-December 08
  • Location:Budapest
  • Devices:SGH-i900; HTC Touch Pro

Posted 31 December 2008 - 01:55 AM

Hy!

Now, this application will do nothing but dump your entire registy and file tree to a file in your root directory. No gui, no nothing, except that it uses .NET CE 3.5 (well yes, an application with this complexity shouldn't even use .NET, but I simply can't resort to a language that doesn't have lambda expressions and closures, sorry :rolleyes: ).

Usage: Simply copy this file to your device, and run it. It will create a registry0.txt (or registry1.txt, etc.) in your root directory, with your registry and file tree information (file name, file length, modification time).

Usability: This tool is mostly to detect changes an installation will do to your device (so to track down what a setup.dll does)

Known errors: The tool won't provide you with a correct registry file (for example it lacks type declarations), but it will provide you enough information to use diff to track down the changes.

Attached File(s)


0

Sponsored Links


#2 User is offline   bobobird 

  • Addict
  • PipPipPipPipPip
  • Group: Members
  • Posts: 881
  • Joined: 07-September 08
  • Devices:i900

Posted 31 December 2008 - 05:33 AM

For registry comparisons, it is possible to export the entire registry (before and after) and then use a pc program like registry workshop to compare the changes.

0


#3 User is offline   pidsw 

  • Enthusiast
  • PipPipPip
  • Group: Members
  • Posts: 159
  • Joined: 13-January 08
  • Devices:HTC Touch Vogue

Posted 31 December 2008 - 09:12 AM

You can also use CeRegEditor for this (see http://ceregeditor.mdsoft.pl/) I use this one all the time.
However it is nice to have the file trees and to be able to use winmerge rather than the diff tool built into ceRegEditor.

Lamda and Closures are in native C++ in VC10. Hopefuly their Arm support is fine (it should just be a front end change)
Do you use C#?

0


#4 User is offline   pda512 

  • Regular
  • PipPip
  • Group: Members
  • Posts: 66
  • Joined: 02-October 08

Posted 31 December 2008 - 10:41 AM

View Postpidsw, on Dec 31 2008, 09:12, said:

You can also use CeRegEditor for this (see http://ceregeditor.mdsoft.pl/) I use this one all the time.
However it is nice to have the file trees and to be able to use winmerge rather than the diff tool built into ceRegEditor.

Lamda and Closures are in native C++ in VC10. Hopefuly their Arm support is fine (it should just be a front end change)
Do you use C#?


I also recommend ceRegEditor. It is very useful for comparing your registry after you have changed settings. The relevant part can then be exported and easily made into an XML file which you can reload after a change of ROM for instance.

Nexus One - ERE27
0


#5 User is offline   shokka9 

  • Hardcore
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,498
  • Joined: 21-September 08
  • Gender:Male
  • Location:The moon
  • Interests:|| MUSIC | TECH | LIFE | LFC ||
  • Devices:iPhone 4
  • Twitter:@shokka9

Posted 31 December 2008 - 11:06 AM

hey sztupy

some guy (princeasi) at xda_devs pointed me to an app called package creator v2.7. its still made by ervius too. i tried it last night and added around 6 apps to my ROM. it built sucessfully and i will flash tonight.

it is one simple app and works fast and stable.

at work, cant access this site here so i am using my omnia.

see what u think of it and i will post later about my ROM.

laterz

0


#6 User is offline   sztupy 

  • Diehard
  • PipPipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 16-December 08
  • Location:Budapest
  • Devices:SGH-i900; HTC Touch Pro

Posted 31 December 2008 - 12:09 PM

View Postpidsw, on Dec 31 2008, 10:12, said:

You can also use CeRegEditor for this (see http://ceregeditor.mdsoft.pl/) I use this one all the time.
However it is nice to have the file trees and to be able to use winmerge rather than the diff tool built into ceRegEditor.

Lamda and Closures are in native C++ in VC10. Hopefuly their Arm support is fine (it should just be a front end change)
Do you use C#?


Lambda and closures are not present in native C++, they will be added to C++0x, everything else is not _native_ :rolleyes: Btw, I used C#.

0


#7 User is offline   sztupy 

  • Diehard
  • PipPipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 16-December 08
  • Location:Budapest
  • Devices:SGH-i900; HTC Touch Pro

Posted 31 December 2008 - 12:11 PM

View Postpidsw, on Dec 31 2008, 10:12, said:

You can also use CeRegEditor for this (see http://ceregeditor.mdsoft.pl/) I use this one all the time.
However it is nice to have the file trees and to be able to use winmerge rather than the diff tool built into ceRegEditor.

Lamda and Closures are in native C++ in VC10. Hopefuly their Arm support is fine (it should just be a front end change)
Do you use C#?


I used PTCMD for this task, but as I found out NO WinMo program is able to export a simple file tree. And the latter is useful too to track down the changes.

0


#8 User is offline   sztupy 

  • Diehard
  • PipPipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 16-December 08
  • Location:Budapest
  • Devices:SGH-i900; HTC Touch Pro

Posted 31 December 2008 - 12:13 PM

View Postshokka9, on Dec 31 2008, 12:06, said:

hey sztupy

some guy (princeasi) at xda_devs pointed me to an app called package creator v2.7. its still made by ervius too. i tried it last night and added around 6 apps to my ROM. it built sucessfully and i will flash tonight.

it is one simple app and works fast and stable.

at work, cant access this site here so i am using my omnia.

see what u think of it and i will post later about my ROM.

laterz


Drop me a link, when you're able

0


#9 User is offline   pda512 

  • Regular
  • PipPip
  • Group: Members
  • Posts: 66
  • Joined: 02-October 08

Posted 31 December 2008 - 12:14 PM

View Postshokka9, on Dec 31 2008, 11:06, said:

hey sztupy

some guy (princeasi) at xda_devs pointed me to an app called package creator v2.7. its still made by ervius too. i tried it last night and added around 6 apps to my ROM. it built sucessfully and i will flash tonight.

it is one simple app and works fast and stable.

at work, cant access this site here so i am using my omnia.

see what u think of it and i will post later about my ROM.

laterz


Is this newer, older or just different from XDA Developer Wiki Package Tutorial (the link is to Package Creator v5.4 part way through the post)? I have used v5.4 without problems.

Nexus One - ERE27
0


#10 User is offline   shokka9 

  • Hardcore
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,498
  • Joined: 21-September 08
  • Gender:Male
  • Location:The moon
  • Interests:|| MUSIC | TECH | LIFE | LFC ||
  • Devices:iPhone 4
  • Twitter:@shokka9

Posted 31 December 2008 - 12:31 PM

will do sztupy.

pda512. just checked that out, not sure. google it and download it. maybe you can let us know. i pm'd princeasi and this is what he uses. it was just the issue of whether it would work in our kitchen. i seem to of been sucessful and will flash my new ROM tonightfor confirmation.

it worked very quickly and no instability issues.

laterz

0


#11 User is offline   pda512 

  • Regular
  • PipPip
  • Group: Members
  • Posts: 66
  • Joined: 02-October 08

Posted 31 December 2008 - 02:41 PM

View Postshokka9, on Dec 31 2008, 12:31, said:

will do sztupy.

pda512. just checked that out, not sure. google it and download it. maybe you can let us know. i pm'd princeasi and this is what he uses. it was just the issue of whether it would work in our kitchen. i seem to of been sucessful and will flash my new ROM tonightfor confirmation.

it worked very quickly and no instability issues.

laterz


Had a look at v2.7 and it looks similar if not much simpler than v5.4. I will stick with the later version for the moment and see what happens when I flash the ROM tomorrow.

Nexus One - ERE27
0


#12 User is offline   shokka9 

  • Hardcore
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,498
  • Joined: 21-September 08
  • Gender:Male
  • Location:The moon
  • Interests:|| MUSIC | TECH | LIFE | LFC ||
  • Devices:iPhone 4
  • Twitter:@shokka9

Posted 31 December 2008 - 08:22 PM

View Postpda512, on Dec 31 2008, 14:41, said:

Had a look at v2.7 and it looks similar if not much simpler than v5.4. I will stick with the later version for the moment and see what happens when I flash the ROM tomorrow.


good, so essentially the same thing. These are much better than the other one i was (tried using - the same one) - sorry Sztupy.

v2.7 was very simple, bt i like that. Will get hold of v5.4 too (already had it, don't like it), compare. Let us know how your ROM goes.

Gonna flash mine shortly. It virtually every thing i would install except M2D & Coreplayer. But working on those.

Take care; Happy New Year everyone, all the best for 2009!!

This post has been edited by shokka9: 03 January 2009 - 01:31 PM

0


Sponsored Links

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

MoDaCo is part of the MoDaCo.network, © Paul O'Brien 2002-2012. MoDaCo uses IntelliTxt technology. Privacy Policy / Contact Details.

Skin and Language

Sign in here


Sign in options
Log in with Facebook Log in with Twitter   Go to advanced login Register Now!