Registry and file tree dumper, A lean and mean registry and file tree dumper |
![]() ![]() |
Registry and file tree dumper, A lean and mean registry and file tree dumper |
|
Dec 31 2008, 01:55
Post
#1
|
||
|
Diehard Group: Posters Posts: 463 Favorited Topics: 24 Joined: 16th December 2008 From: Budapest Member No.: 465,894 Device(s): SGH-i900; HTC Touch Pro |
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 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)
-------------------- |
||
|
|
|||
Dec 31 2008, 05:33
Post
#2
|
|||
|
Addict Group: Posters Posts: 937 Joined: 7th September 2008 Member No.: 423,930 Device(s): i900 |
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.
|
||
|
|
|||
Dec 31 2008, 09:12
Post
#3
|
|||
|
Enthusiast Group: Posters Posts: 159 Joined: 13th January 2008 Member No.: 344,318 Device(s): HTC Touch Vogue |
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#? |
||
|
|
|||
|
Dec 31 2008, 10:41
Post
#4
|
||
|
Regular Group: MoDaCo Plus Posts: 67 Joined: 2nd October 2008 Member No.: 432,890 |
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
|
||
|
|
|||
|
Dec 31 2008, 11:06
Post
#5
|
||
![]() Hardcore Group: MoDaCo Ad Free Posts: 2,448 Favorited Topics: 44 Joined: 21st September 2008 From: UK Member No.: 428,798 Device(s): Too many Twitter: @shokka9 |
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 -------------------- Catch me on twitter too - @shokka9
PLEASE VISIT THIS SITE AND TRY TO MAKE THIS AS PUBLIC AS YOU CAN THIS IS MY YOUTUBE CHANNEL - FREE YOUR MIND! - CLICK HERE |
||
|
|
|||
|
Dec 31 2008, 12:09
Post
#6
|
||
|
Diehard Group: Posters Posts: 463 Favorited Topics: 24 Joined: 16th December 2008 From: Budapest Member No.: 465,894 Device(s): SGH-i900; HTC Touch Pro |
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_ |
||
|
|
|||
|
Dec 31 2008, 12:11
Post
#7
|
||
|
Diehard Group: Posters Posts: 463 Favorited Topics: 24 Joined: 16th December 2008 From: Budapest Member No.: 465,894 Device(s): SGH-i900; HTC Touch Pro |
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. |
||
|
|
|||
|
Dec 31 2008, 12:13
Post
#8
|
||
|
Diehard Group: Posters Posts: 463 Favorited Topics: 24 Joined: 16th December 2008 From: Budapest Member No.: 465,894 Device(s): SGH-i900; HTC Touch Pro |
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 |
||
|
|
|||
|
Dec 31 2008, 12:14
Post
#9
|
||
|
Regular Group: MoDaCo Plus Posts: 67 Joined: 2nd October 2008 Member No.: 432,890 |
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. |
||
|
|
|||
|
Dec 31 2008, 12:31
Post
#10
|
||
![]() Hardcore Group: MoDaCo Ad Free Posts: 2,448 Favorited Topics: 44 Joined: 21st September 2008 From: UK Member No.: 428,798 Device(s): Too many Twitter: @shokka9 |
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 |
||
|
|
|||
|
Dec 31 2008, 14:41
Post
#11
|
||
|
Regular Group: MoDaCo Plus Posts: 67 Joined: 2nd October 2008 Member No.: 432,890 |
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. |
||
|
|
|||
|
Dec 31 2008, 20:22
Post
#12
|
||
![]() Hardcore Group: MoDaCo Ad Free Posts: 2,448 Favorited Topics: 44 Joined: 21st September 2008 From: UK Member No.: 428,798 Device(s): Too many Twitter: @shokka9 |
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: Jan 3 2009, 13:31 |
||
|
|
|||
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
HTC Snap updates - T-Mo USA and Sprint versions spied | 4 | Paul | 2,872 | Yesterday, 08:38 Last post by: angelina22 |
![]() |
***Post your short review here*** |
312 | jmsmartins | 77,164 | Yesterday, 18:19 Last post by: andrew.mazlim |
![]() |
question about calendar and Samsung Today | 4 | Arnacon | 420 | Yesterday, 12:22 Last post by: F0rrest |
![]() |
O2Compass V3.31 released (04/06/2010) |
472 | Rapid81 | 92,649 | Yesterday, 18:49 Last post by: tedkord |
![]() |
Thanks and Goodbye - The Love and Hate Relationship with my Omnia | 6 | ciscokidinsf | 319 | Yesterday, 13:54 Last post by: Heintraag |
![]() |
|
16 | itsme_4ucz | 491 | Yesterday, 22:40 Last post by: chokia |
|
Lo-Fi Version | Time is now: 3rd September 2010 - 00:17 |
Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!
ActiveKitten |
Binaryfish |
Conduits |
DeveloperOne |
eSoft Interactive |
FTouchSL |
Inesoft |
LastPass
Lingvosoft |
monocube |
OmegaOne |
Omnisoft |
Opera Software |
Resco |
SBSH |
Splashdata
Sprite Software |
Syncdata |
Teksoft |
Titanium Backup |
VITO |
WalkingHotSpot |
WebIS |
z4soft
Would your company like to become a 'Plus Partner'? Click Here to contact us!