Could you please point me to a plain text editor for WM5 whic supports reading/writing UTF-8? There are many with ANSI and Unicode, but I've failed to find one with UTF-8.
Related
Well, very strange: Since a couple of days everytime I open up the keyboard menu I found myself with a list of probalby a hundred selection entries. Not only Keyboard etc, but also strange names like:
ATI Audio Decider DMO Class
Active SSCE engibe Object...
CE Shell...
(you get the idea)
I opened up sipchange.exe and found the same entries.
Seems my registry got corrupted. Everything else works. Could someone send me an export of the standard registry entries for the SIPs?
Would be very appreciated, thank you.
More on this issue ....
Ok, after reading some of the Wiki I found out, that I find all Input methods in
HKEY_CLASSES_ROOT\CLSID\
Well, and I could put them on "hide" by setting the IsSIPInputMethod to "0".
since I found like 150 entries in CLSID - I would like to know if it is safe to completely delete the CLSID entries that are not corresponding to my standard inputs or if I have to manually set all IsSIPInputMethod to "0". Inother words: Do I need the other CLSID entries for anything else?
I would now really really appreciate if someone could send me his part of the registry below "HKEY_CLASSES_ROOT\CLSID\" from a Hermes.
Could Paypal help anyone for his effort? I would suggest SKTools since it can export a registry. I only need the part mentioned above.
Regards,
Apple*
And again...
Well, it seems the entries have to stay there. Just looked at an old backup registry.
Well, anyone knows a registry editor that can easily "search & replace" entries?
Regards,
Apple*
All done ...
No idea which application tampered with my registry - but I managed to put all the values back to normal:
I did a Export with the Registry-AddIn from Resco Explorer 2005, then I exported this to a PC, edited the file with an Texteditor and copied it back to the device. Resco Explorer did import the .reg file without problems.
Didnt know Resco Explorer had an import function as well :
Well done you did it with no help from anyone. I would have helped out but site was so slow until now that I was not able to do much for anybody recently - sorry.
Cheers
Mike
Is anyone using a 3 uk simcard in a hermes tytn or spvm3100. Im having problems connecting to msn and skype via gprs. I was wondering if anyone could post their 3 uk settings especially the phone band settings. I used to be able to connect to skype and msn but ever since I temperd with the settings it refuses to connect. It connects onto the 3g network to surf the net though. They both also connect using wifi. Help please!!!
Telco Settings - Wiki?
Well, there are more and more posts about GPRS/MMS settings in these forums. Could anyxone open up a Wiki for WM5/WM6 settings?
I could gladly provide german T-Mobile and Vodafone settings.
Mike, thanks for the offer. I suspect Beemer NullKeyboard in getting all my CLSID registry entries registered as SIP. So a big "caveat" to all readers using this software.
Is there an app that handles quickly flipping the IE user agent string? That is, when using Bank Of America, and some other sites, I have to change how IE reports. Right now I've only changed it by manually editing the registry. One tool has a text field for it. But I'd like to have one that allowed storing the value in a drop-down field.
So before I go fire up Visual Studio, has anyone already done this?
If you're using WM5, PIEPlus will do it. If you're using WM6, PIEPlus does not work for changing the user agent string (it allows you to tweak the setting but nothing actually changes). If WM6 is what you're on, I would suggest going ahead with Visual, and then post it here when you're done!
Is there a wm6+ proxy which has capability to modify the urls on the fly ?
For e.g. if user types http://www.cnn.com it could modify it to http://www.cnn.com?browser=winmo ?
I know for most of the sites the extra parameter will be useless but I need the extra parameter to be sent to few of the websites which my friend owns..
since I need that parameter to be appended to each request (image,css,js file, form post url etc) Just manually typing the url in browser will not work for me.
any ideas ?
Folks,
maybe someone can give me a hint on the following. I'm trying to intercept calls to ril.dll functions from one specific application.
The application calls RIL_GetEquipmentInfo and this call should be "routed" through my own dll. any other calls should be forwarded to ril directly via export forwarding.
I already tried to accomplish that via modifying the import table of the calling application to redirect to my own dll. Unfortunately my proxy dll seems to be wrong or not functioning at all. My current step is to just pass through all calls to the ril.dll functions. But even that does not work.
I've created an empty standard dll with vs2008. Then I created a def file with the calls like this:
...
LIBRARY "gil"
EXPORTS
RIL_GetUserIdentity=ril.RIL_GetUserIdentity
RIL_GetEquipmentInfo=ril.RIL_GetEquipmentInfo
RIL_Deinitialize=ril.RIL_Deinitialize
...
I linked ril.lib to the project because if not I will get unresolved symbols (is that right?)
I compiled the dll, edited the import table of the calling application and checked with peinfo that my proxy dll is loadable.
But the calling application now wont start.
Any ideas on how to accomplish that, or on what I'm doing wrong here?
TIA, cheers
Small update:
It is working now for some applications but not all.
If I call my proxy dll from a self written program to access ril functions this works. But it does not work from the program I want it to work. However doing export forwarding for another dll like cellcore for example works without problems, but not with ril in this specific app.
Any hints/ideas?
Nevermind, I got the export forwarding working. I needed to compile my proxy dll as ril.dll because the targeted app was checking that...
I'm trying to create an app which sends some parameters to a PHP page (which in turn writes the parameter values to a file). I don't don't get any exception while executing the program but the parameters are not getting written to the file either. So, I was wondering if the emulator is actually sending any requests. Is there any way to track this?