Guest bewo Posted February 14, 2005 Report Posted February 14, 2005 Hi, I am a smartphone newbie, and I'm trying to develop a small app which changes the smartphone profiles. I've managed to change the ActiveProfile in the registry HKEY_CURRENT_USER\\ControlPanel\\Profiles However when I try to broadcast the changes using SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE,0,(LPARAM)(LPCTSTR)"HKEY_CURRENT_USER\\ControlPanel\\Profiles") SendMessage returns non-zero. Is there an alternative way of changing the profiles or a way to reload the registry? Thanks
Guest muff Posted February 14, 2005 Report Posted February 14, 2005 Hi, I am a smartphone newbie, and I'm trying to develop a small app which changes the smartphone profiles. I've managed to change the ActiveProfile in the registry HKEY_CURRENT_USER\\ControlPanel\\Profiles However when I try to broadcast the changes using SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE,0,(LPARAM)(LPCTSTR)"HKEY_CURRENT_USER\\ControlPanel\\Profiles") SendMessage returns non-zero. Is there an alternative way of changing the profiles or a way to reload the registry? Thanks have to say that the method I use is a variant on that found in the registry example in the sdk
Guest bewo Posted February 14, 2005 Report Posted February 14, 2005 have to say that the method I use is a variant on that found in the registry example in the sdk <{POST_SNAPBACK}> If you could post the variant, that would be ace. Which example are you refering to in the SDK? Thanks
Guest muff Posted February 14, 2005 Report Posted February 14, 2005 If you could post the variant, that would be ace. Which example are you refering to in the SDK? Thanks the sdk sample code is called RegDemo
Guest zero_divide_1 Posted March 22, 2005 Report Posted March 22, 2005 Hi, I am a smartphone newbie, and I'm trying to develop a small app which changes the smartphone profiles. I've managed to change the ActiveProfile in the registry HKEY_CURRENT_USER\\ControlPanel\\Profiles However when I try to broadcast the changes using SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE,0,(LPARAM)(LPCTSTR)"HKEY_CURRENT_USER\\ControlPanel\\Profiles") SendMessage returns non-zero. Is there an alternative way of changing the profiles or a way to reload the registry? Thanks <{POST_SNAPBACK}> If you figure out how to do this, please let me know. I have been working on this problem for about 3 days now, and all I can say is that the file "profiles.exe" must be using some undocumented API call to change the profiles (I did the same thing you have written, but it doesn't seem to update anything), but I can't get the file off the emulator or off my MPx220 because its a ROM file. Anybody know how to get the file out so that I can "reverse" engineer it? That would help a lot!
Guest bewo Posted March 25, 2005 Report Posted March 25, 2005 If you figure out how to do this, please let me know. I have been working on this problem for about 3 days now, and all I can say is that the file "profiles.exe" must be using some undocumented API call to change the profiles (I did the same thing you have written, but it doesn't seem to update anything), but I can't get the file off the emulator or off my MPx220 because its a ROM file. Anybody know how to get the file out so that I can "reverse" engineer it? That would help a lot! <{POST_SNAPBACK}> I managed to change the profiles without a reboot using simulated key presses. I simulated the quick list launch button, and then the corresponding key for the profile.
Guest maniac103 Posted July 11, 2005 Report Posted July 11, 2005 If you figure out how to do this, please let me know. I have been working on this problem for about 3 days now, and all I can say is that the file "profiles.exe" must be using some undocumented API call to change the profiles (I did the same thing you have written, but it doesn't seem to update anything), but I can't get the file off the emulator or off my MPx220 because its a ROM file. Anybody know how to get the file out so that I can "reverse" engineer it? That would help a lot! <{POST_SNAPBACK}> If you are still interested - I hope so, as I have the same problem :) - here is the file. Please let me know if you find out something.profiles.exe
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now