Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
martani
Old
#1  
Member - OP
Thanks Meter 16
Posts: 74
Join Date: Nov 2009
Default [XAP - Source] Samsung Registry Editor

A lot of you guys have been asking about how to read/write/add values to the registry on Samsung devices, so I wrote a small app showing how to use the Samsung native DLLs to do so.

Please notice that you can use this app called RegistryViewer that works on all WP7 devices [read only for now, but useful to discover the registry] here http://forum.xda-developers.com/show...5&postcount=19

This app is limited too compared to the HTC ones, unfortunately a big part of the registry is restricted for read/write.
Attached Files
File Type: zip SamsungRegistry - source.zip - [Click for QR Code] (28.6 KB, 1812 views)
File Type: zip SamsungRegistry - xap.zip - [Click for QR Code] (25.6 KB, 4371 views)
The Following 3 Users Say Thank You to martani For This Useful Post: [ Click to Expand ]
 
eried
Old
#2  
eried's Avatar
Recognized Developer
Thanks Meter 124
Posts: 284
Join Date: May 2010

 
DONATE TO ME
Nice! I have a samsung

There is no way to list the reg keys right?
My website http://erwin.ried.cl (in spanish )
Was Phone7Market helpful to you? so click thanks!
 
KingpinEX
Old
#3  
Member
Thanks Meter 5
Posts: 68
Join Date: Dec 2010
tried to read some values, but all i get is gibberish...

how can i build the solution i get a missing reference error for "using Microsoft.Phone.InteropServices;"
 
martani
Old
#4  
Member - OP
Thanks Meter 16
Posts: 74
Join Date: Nov 2009
Quote:
Originally Posted by eried View Post
Nice! I have a samsung

There is no way to list the reg keys right?
Yes you can, here is a registry viewer to list the reg keys http://forum.xda-developers.com/show...5&postcount=19

Quote:
tried to read some values, but all i get is gibberish...

how can i build the solution i get a missing reference error for "using Microsoft.Phone.InteropServices;"
This is natural when you try to access restricted areas in the registry or you try to read a DWORD while it is a String and vice versa!

For the InteropServices look at the requirements in my blog post here http://www.martani.net/2010/12/readi...7-devices.html
The Following 2 Users Say Thank You to martani For This Useful Post: [ Click to Expand ]
 
(nico)
Old
#5  
Senior Member
Thanks Meter 41
Posts: 138
Join Date: Feb 2009
Here is a new version of my app that support Samsung device.
XAP: http://bit.ly/eEZ0Uf
 
FireSokar
Old
(Last edited by FireSokar; 15th January 2011 at 08:40 PM.)
#6  
Senior Member
Thanks Meter 2
Posts: 294
Join Date: Jun 2007
Location: Illinois
Perhaps we can combine this with the registry tweaks to create an on device app limit remover. I am sifting through your code and am gonna combine it if I can figure it out correctly.
This should work.
Quote:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\In stall]
"MaxUnsignedApp"=dword:7fffffff ; Allow max number of unsignd apps

[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
"PortalUrlProd"=""
"PortalUrlInt"=""
 
CyiDev
Old
(Last edited by CyiDev; 15th January 2011 at 09:22 PM.)
#7  
CyiDev's Avatar
Junior Member
Thanks Meter 3
Posts: 15
Join Date: Jan 2011
Location: Chicago

 
DONATE TO ME
I have finally gotten this working correctly. I will post my results however I will not post the product because I know it will inevidetly support piracy.
The Following User Says Thank You to CyiDev For This Useful Post: [ Click to Expand ]
 
FireSokar
Old
#8  
Senior Member
Thanks Meter 2
Posts: 294
Join Date: Jun 2007
Location: Illinois
I have gotten it compiled, however it is not reading or writing to the registry properly.
 
martani
Old
#9  
Member - OP
Thanks Meter 16
Posts: 74
Join Date: Nov 2009
Quote:
Originally Posted by FireSokar View Post
I have gotten it compiled, however it is not reading or writing to the registry properly.
please take a look at the posts above http://forum.xda-developers.com/show...19&postcount=4
 
FireSokar
Old
#10  
Senior Member
Thanks Meter 2
Posts: 294
Join Date: Jun 2007
Location: Illinois
so what would the format i enter be to get the values i posted above?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...