Guest badtrip Posted September 22, 2009 Report Posted September 22, 2009 (edited) Hi there .. Could some developer please develop an exe file that converts HKLM/Security/Phone/Skin value from 1 to 0, and as inverted. And HCU/Controlpanel/Phone/showsim 1 to 0 (plus inverted) Every time i change rom i have to do that, and it really takes time, the screen is so small and its boring .. I think i shouldnt take a long time for a pro developer That would really be helpful. Thank you.. Edited September 22, 2009 by badtrip
Guest andylyf Posted September 22, 2009 Report Posted September 22, 2009 (edited) Hi there .. Could some developer please develop an exe file that converts HKLM/Security/Phone/Skin value from 1 to 0, and as inverted. And HCU/Controlpanel/Phone/showsim 1 to 0 (plus inverted) Every time i change rom i have to do that, and it really takes time, the screen is so small and its boring .. I think i shouldnt take a long time for a pro developer That would really be helpful. Thank you.. woo woo woo woo... Edited September 23, 2009 by andylyf
Guest N_M_S Posted September 23, 2009 Report Posted September 23, 2009 (edited) You can use any regEditor to export only the wanted values (use Export not Export All). or you can create a registry file (.reg) for those values and then import them with any reg editor. someting like this [HKEY_LOCAL_MACHINE/Security/Phone/Skin] "Enabled"=dword:??? <----------- 8-digits value [HKEY_CURRENT_USER/Controlpanel/Phone] "showsim"=dword:??? <----------- 8-digits value 8-digits 0 = 00000000 8-digits 1 = 00000001 Edited September 23, 2009 by N_M_S
Guest badtrip Posted September 23, 2009 Report Posted September 23, 2009 You can use any regEditor to export only the wanted values (use Export not Export All). or you can create a registry file (.reg) for those values and then import them with any reg editor. someting like this [HKEY_LOCAL_MACHINE/Security/Phone/Skin] "Enabled"=dword:??? <----------- 8-digits value [HKEY_CURRENT_USER/Controlpanel/Phone] "showsim"=dword:??? <----------- 8-digits value 8-digits 0 = 00000000 8-digits 1 = 00000001 I exported the values via smartreg, but unfortunatly when i double click the reg file it says no associate application :D I've installed smartreg :) Whats the problem ?
Guest lorin.bute Posted September 23, 2009 Report Posted September 23, 2009 (edited) Use resco registry editor and you can export and import very easy. And together with sashimi 8.0 you can automatically install apps and regs after a rom install without touching the screen. :) Edited September 23, 2009 by lorin.bute
Guest badtrip Posted September 23, 2009 Report Posted September 23, 2009 (edited) Just some info to ppl who dont know.. copy some of the folders you want from "program files" to SD your card. After flashing a new rom, create a shortcut of those program exe files and replace the shortcut in my device/ windows/ startup/ programs Some of those programs may work.. So that you dont even need to install them again. NOTE: Do not create the shortcuts in your computer, shortcuts would not work! Create them via winmobile .. Edited September 23, 2009 by badtrip
Guest Bouvrie Posted September 23, 2009 Report Posted September 23, 2009 Or check out the thread at http://www.modaco.com/content/pocket-pc-so...e-toggling-app/, for ToggleIt: create your own registry modification app! :)
Guest badtrip Posted September 23, 2009 Report Posted September 23, 2009 (edited) Use resco registry editor and you can export and import very easy. And together with sashimi 8.0 you can automatically install apps and regs after a rom install without touching the screen. :) Or check out the thread at http://www.modaco.com/content/pocket-pc-so...e-toggling-app/, for ToggleIt: create your own registry modification app! :D Sashimi 8.0-Makisu and toggleIT are awesome applications. Gotta learn how to use them both.. Edited September 23, 2009 by badtrip
Guest badtrip Posted September 24, 2009 Report Posted September 24, 2009 You can use any regEditor to export only the wanted values (use Export not Export All). or you can create a registry file (.reg) for those values and then import them with any reg editor. someting like this [HKEY_LOCAL_MACHINE/Security/Phone/Skin] "Enabled"=dword:??? <----------- 8-digits value [HKEY_CURRENT_USER/Controlpanel/Phone] "showsim"=dword:??? <----------- 8-digits value 8-digits 0 = 00000000 8-digits 1 = 00000001 Does creating those REG files in pc work? Because i know that "creatiing mobile EXE files shortcuts" in PC dont work in WM.. You MUST creat shortcuts in WM! Is that the same in registery shortcut creation?
Guest N_M_S Posted September 24, 2009 Report Posted September 24, 2009 Does creating those REG files in pc work? Because i know that "creatiing mobile EXE files shortcuts" in PC dont work in WM.. You MUST creat shortcuts in WM! Is that the same in registery shortcut creation? it does work, yes. App shortcuts in PPC uses extra paramaeter that PC don't use, that why they don;t work.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now