dear fellow user,
I managed to wreck my MSCONTACTS registration values while uninstalling the otherwise interesting program PocketCM - http://pocketcm.com
Could you please confrim or correct following string for this reg key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:MSCONTACTS
ab 0 Contacts
ab 1 :MSPOUTLOOK contacts
D 2 0
D 3 0
thank you very much
Related
Is there a way to turn off auto keyboard in the registry??
As in, if you click on a field the keyboard does not automatically show?
You'd have to click on the keyboard icon to show.
I find it a bit annoying especially when using MSN Messenger and it keeps popping up and down when changing from contact list to convo.
HKEY_CURRENT_USER\ControlPanel\Sip>:
Create or change DWORD TurnOffAutoDeploy from 0 to 1
Or download & install this cab:
http://4pda.ru/forum/attach/1836803/SIPUpDisable.cab
OR how about this
Use the Gsensor to activate the SIP?
IT would be great to just tilt the diamond forward and have the keyboard pop up then tilt forward past 90 degrees to hide it again
I will post this in the Gsen thread, maybe the dev's can work something out.
Jules
sounds great
How to uninstall the SIPUpDisable.cab
kortez, I used the cab file and on my HTC Touch Diamond and now I have a strange behavior when trying to write a new SMS!
How can I uninstall the cab file?
Thanks,
Andre
i looked for that registry entry but inside the folder SIP i can't find anything like TurnOffAutoDeploy.
what now ?
iliescu902 said:
i looked for that registry entry but inside the folder SIP i can't find anything like TurnOffAutoDeploy.
what now ?
Click to expand...
Click to collapse
how about creating it?
iliescu902 said:
i looked for that registry entry but inside the folder SIP i can't find anything like TurnOffAutoDeploy. what now ?
Click to expand...
Click to collapse
Run Registry editor, then go to HKEY_CURRENT_USER\ControlPanel\Sip, press New, then choose DWORD Value and write Name : TurnOffAutoDeploy and change DWORD Data : from 0 to 1 with
ktsak said:
Run Registry editor, then go to HKEY_CURRENT_USER\ControlPanel\Sip, press New, then choose DWORD Value and write Name : TurnOffAutoDeploy and change DWORD Data : from 0 to 1 with
Click to expand...
Click to collapse
i'm using registry editor but besides open/copy path, view, refresh, about and exit i don't have any other options in my menu screen. not even import. i don't know how to create a new registry key
You can alter this setting in Schaps Advanced Config 3.2
iliescu902 said:
i'm using registry editor but besides open/copy path, view, refresh, about and exit i don't have any other options in my menu screen. not even import. i don't know how to create a new registry key
Click to expand...
Click to collapse
You should use a propper registry editor. Resco Registry Editor, PHM or the one in the Task Manager 3.1.
Good luck.
anybody try setting this inside hklm\software\windows\messenger live\ or something like that? still pops up in ms.n messenger and this setting is cooked into the rom i am using.
I can't say good enough things about XDA Developers for archiving these threads. This registry hack worked perfectly on my Imagio. So many answers to questions for specific models just keep working on new models and new versions of Windows Mobile/Phone.
And thanks to Kortez for the original reply!
Hi,
at my work we use sygate firewall. With my old HTC prophet, I had to use these reg settings:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\RND IS]
Name of value to add: MTU
Type: DWORD
Data: 1514 (decimal)
Reg Sub Key: [HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\RND IS]
Name of Value to add: MaxOutTransfer
Type: DWORD
Data: 1642 (decimal)
... otherwise activesync would not connect.
Now, with my new Diamond I have the same issue. But this time, the Reg settings don't help.
Can someone help?
Thanks
I had the very same problem in the beginning.
SOLUTION: http://www.microsoft.com/windowsmobile/en-us/help/synchronize/guide/activesync-sygate.mspx
Sygate is one of the best firewalls i've used.
hi, thanks - but our firewall is setup by the IT dept, and it cant be changed
in the meantime, I just disabled it
Hi I need some help with a script or app that will automatically switch from Gprs to 3g when Opera is opened and then switch back to gprs when opera is closed.
Is there something like this available or can some of the boffs here make a mort script to do this?
Thanks in advance
Jules
Cool idea. May I suggest it would be even better as native software, and that it would, instead of waiting for Opera to exit, it should switch to GSM when its not been in the foreground for 5 minutes.
Surur
Hi,
I'm also interested have find a solution ?
The better way to create it it is to create a mortScript
http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view&menu=29
Very simple
ZaJules said:
Hi I need some help with a script or app that will automatically switch from Gprs to 3g when Opera is opened and then switch back to gprs when opera is closed.
Is there something like this available or can some of the boffs here make a mort script to do this?
Thanks in advance
Jules
Click to expand...
Click to collapse
I have written a mortscript that switches on wifi when pocket internet explorer is opened and off when closed.
Code:
VariableValue = 0
While (1)
If WndExists "Internet Explorer"
WifiState = RegRead("HKLM", "System\State\Hardware", "Wifi")
If (WifiState < 6 && VariableValue = 0 )
Run "Windows\Wifi_on-off.exe"
VariableValue = 1
Sleep 500
EndIf
EndIf
If (VariableValue = 1)
If not WndExists "Internet Explorer"
Sleep 500
Run "Windows\Wifi_on-off.exe"
VariableValue = 0
EndIf
EndIf
Sleep 2000
EndWhile
Just modify it to what you need.
Hello,
Do you guys know if there is an app that allows to send class 0 sms aka flash SMS?
There is only 1 app on the market that does it but it FC all the time.
On T-Mobile in the UK you can do this by just starting a regular SMS with two exclamation marks. I'm not sure if this would work on other networks or in other countries but try sending...
Code:
!!Test Message
as an SMS to yourself and see what happens.
I juste tried your trick but it doesn't work here (Orange FR).
According to the 3GPP TS 23.038 spec:
Code:
General Data Coding indication
Bits 5..0 indicate the following:
Bit 5, if set to 0, indicates the text is uncompressed
Bit 5, if set to 1, indicates the text is compressed using the compression algorithm defined in 3GPP TS 23.042 [13]
Bit 4, if set to 0, indicates that bits 1 to 0 are reserved and have no message class meaning
Bit 4, if set to 1, indicates that bits 1 to 0 have a message class meaning::
Bit 1 Bit 0 Message Class
0 0 Class 0
0 1 Class 1 Default meaning: ME-specific.
1 0 Class 2 (U)SIM specific message
1 1 Class 3 Default meaning: TE specific (see 3GPP TS 27.005 [8])
Is it possible to modify thoses parameters in Android?
bump !bump !
Such applications exist for Symbian and Winmobile.
Unfortunately not for android.
I wish I had the skills to create such an app
HushSMS for WinMo
SysSMS for symbian
also looking for a app for sending Ping SMS too (or Type 0)
Flash sms
or
Advanced SMS Sender can do that on android
Flash sms it best
I have made some progress in finding out whats wrong but no idea how to fix it.
After installing evtest I get the following:
Code:
OpenELEC:~ # cat /proc/bus/input/devices
I: Bus=0005 Vendor=1949 Product=0404 Version=011b
N: Name="Amazon Fire TV Remote"
P: Phys=00:1a:7d:da:71:13
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/bluetooth/hci0/hci0:71/0005:1949:0404.0001/input/input0
U: Uniq=a0:02:dc:e0:f9:d7
H: Handlers=kbd event0
B: PROP=0
B: EV=10001b
B: KEY=10000 1110 40000800 1681 0 0 0
B: ABS=100 0
B: MSC=10
Code:
OpenELEC:~ # evtest /dev/input/event0
Input driver version is 1.0.1
Input device ID: bus 0x5 vendor 0x1949 product 0x404 version 0x11b
Input device name: "Amazon Fire TV Remote"
Supported events:
Event type 0 (EV_SYN)
Event type 1 (EV_KEY)
Event code 96 (KEY_KPENTER)
Event code 103 (KEY_UP)
Event code 105 (KEY_LEFT)
Event code 106 (KEY_RIGHT)
Event code 108 (KEY_DOWN)
Event code 139 (KEY_MENU)
Event code 158 (KEY_BACK)
Event code 164 (KEY_PLAYPAUSE)
Event code 168 (KEY_REWIND)
Event code 172 (KEY_HOMEPAGE)
Event code 208 (KEY_FASTFORWARD)
Event type 3 (EV_ABS)
Event code 40 (ABS_MISC)
Value 0
Min 0
Max 255
Event type 4 (EV_MSC)
Event code 4 (MSC_SCAN)
Properties:
Property type 20 (EV_REP)
Property code 0 (REP_DELAY)
Value 1000
Property code 1 (REP_PERIOD)
Value 33
Testing ... (interrupt to exit)
***********************************************
This device is grabbed by another process.
No events are available to evtest while the
other grab is active.
In most cases, this is caused by an X driver,
try VT-switching and re-run evtest again.
***********************************************
So something is capturing the input and not letting it go through. Any idea how to fix this?
Just an update. Connected a Bluetooth keyboard and that worked fine and gave the same evtest output saying something else was grabbing the input which would mean that's not the problem with the Amazon remote.
Again, any help is welcomed!
This has been bugging me for the last day or two as well; and to be honest - still is.
The below will work but just seems "wrong" to have to use eventlircd for this...
/storage/.config/eventlircd.d/aftvsremote.evmap
(copy /etc/eventlircd.d to /storage/.config/eventlircd.d)
Code:
KEY_KPENTER = KEY_OK
KEY_UP = KEY_UP
KEY_LEFT = KEY_LEFT
KEY_RIGHT = KEY_RIGHT
KEY_DOWN = KEY_DOWN
KEY_MENU = KEY_EPG
KEY_BACK = KEY_EXIT
KEY_PLAYPAUSE = KEY_PLAY
KEY_REWIND = KEY_REWIND
KEY_HOMEPAGE = KEY_MEDIA
KEY_FASTFORWARD = KEY_FASTFORWARD
/storage/.config/autostart.sh
Bind mount because I'm too lazy to rebuild the openelec squashfs image
Code:
mount --bind /storage/.config/eventlircd.d/ /etc/eventlircd.d/
/storage/.config/udev.rules.d/99-eventlircd.rules
Code:
SUBSYSTEMS=="bluetooth", GOTO="begin-bluetooth"
GOTO="end-bluetooth"
LABEL="begin-bluetooth"
ATTRS{name}=="Amazon Fire TV Remote", \
ENV{eventlircd_enable}="true", \
ENV{eventlircd_evmap}="aftvsremote.evmap"
LABEL="end-bluetooth"
Thank you so much!!! I got a chance to enter the code today and it works perfectly! I had to repair after the initial reboot but it keeps pairing after that for all other reboots. I hope they put this into openelec from here on out.
Again thanks!