VJ we need your help - Windows Mobile Development and Hacking General

VJ,
we - the KJAM or QTEK9100 user need your help with following tool:
We need a little app, where we can assign the new command line overclocking tool to. Once assigned to a HW Button this little app should:
Toggle between some (from user defined) clock settings and a little window (really a little window where only the current clock is depicted) appears for 1 sec.
Lets say you specify clock frequencies 132, 156, 180 (normal operation frequency), 216 and 252. By pressing the HW button once the tool should switch to 216 (the window says: 216), by pressing the HW button again: 252 and afterwards to 132.
What do you think, is this possible in a short time? A lot of people define a fast speed (lets say 252) fix to one button. After standby the original speed of 180 is adjusted automaticallz again. I think, you can make them happy

topcaser: I'll consider it, but I don't have this hardware, so you'll have to send me over the software and any info about how it's setup. I can't promise I can do it, you know I'm quite busy these days. But I need to write similar code for other software of mine, so I'll look into it.
But anyone else with a Wizard want to have a go?
V

vijay555 said:
topcaser: I'll consider it, but I don't have this hardware, so you'll have to send me over the software and any info about how it's setup. I can't promise I can do it, you know I'm quite busy these days. But I need to write similar code for other software of mine, so I'll look into it.
But anyone else with a Wizard want to have a go?
V
Click to expand...
Click to collapse
If you are busy thats no problem. Take care oy your health and postpone this issue. Nevertheless i will send you the info of this command line option:
OmapClock -clock <freq>
Example:
OmapClock -clock 132
There will also be the need to adapt the path to omapClock application.
PS: I will ask your question in the other Thread:
http://forum.xda-developers.com/viewtopic.php?t=40284&postdays=0&postorder=asc&start=100

Related

New! Change SIP and toggle SIP from command line!

see this thread
This app will allow you to toggle the sip by loading it from the commandline - ie SipSwitch.exe.
However, specifiying a command line will cause the PPC to switch to that SIP AND toggle the SIP, so if no keyboard is shown:
"SipSwitch.exe Keyboard" will switch to Keyboard and display it. Use the same name as the SIP in the SIP menu.s
Best to try it and see!
My girlfriend's gonna kill me - 4.18am and work tomorrow
Links to the app.
Please leave constructive feedback.
V
Hi vijay555,
good job! Works great
some notes from testing:
- I couldn't switch to SIPs with " " (space) as first character, so I had to rename them (HKEY_Classes_Root/CLSID/... look for IsSIPInputMethod - thanks for advice, BGK )
- Blimkeys SIP suddenly stopped working and "basic keyboard" popped out instead.. SR solved it
- nice tool for testing (and creating shortcuts afterwards) is nOpen - http://www.nakka.com/soft/ptools/index_eng.html (and then with mortbuttons you can switch between keyboards using one hw button)
ideas for next version (in case you survived work&girlfriend ) :
- possibility to specify (.ini file) several input methods and then command line options like --next, --previous or --switch
- possibility to switch method without popping SIP pannel out
krysha - thanks for your feedback.
I wasn't sure about the SIP popping on or off. I couldn't think of much use for changing the SIP but NOT popping it up - you would then need 2 shortcuts, one to change it, one to bring it up, which for one handed use seemed wasteful. However, it's certainly easy to make it so it doesn't bring up the SIP.
I suppose at some point I'll learn how to split command lines. I also need to learn how to trim and do left$, right$ and mid$ and split() in C++. Any ideas?!
The idea about the .ini is intersting. I'll think about how to implement it, but it might take some time! If I forget, drop me a line at some point.
Man, coding so late was hard work. I can barely think straight now!
V
PS I use gsfidner for shortcuts, but thanks for the tip.
Any news on this?
Hi vijay555,
I saw you're coding a lot (VJSMS, VJDialer, ToggleStart and many other nice things - thanks for all your hard work!).
But: Are there any news on this little thingy, too?
Would be cool, if it could be used to switch between two (or more) input methods by calling the same command (by using an .ini-file), because then I could switch between those SIPs by pressing one single button.
Greetings and TIA,
BGK
BGK - I will work on it, I haven't forgotten, but I am still learning my C++ and so have to figure out how to read an ini file and parse it... I'm trying to finish off a more generic version of ToggleToday, and then I'll try and look at this again... Don't know if many/any people use this, but it would be nice to toggle through the SIPs.
V
Hi again,
vijay555 said:
I'm trying to finish off a more generic version of ToggleToday, and then I'll try and look at this again...
Click to expand...
Click to collapse
Great! Thanx a lot! If you need any kind of help - please just tell me.
Greetings,
BGK
vijay555 said:
..have to figure out how to read an ini file and parse it...
Click to expand...
Click to collapse
...or you can provide several input methods on command line and switch between them - that should be simplier
for example "SipSwitch.exe Keyboard FullScreen" would switch between those 2 methods each time you run it..
krysha - that's one way I'm thinking of doing it, but you guys have to think, do you want the selected SIP to be displayed (ie keyboard pops up) or toggled (if on, switch off etc) when you change sip by command line. Sometimes it's useful to toggle the SIP, but the command line will want to switch to the next sip in the command line string.
I'm actually thinking of another version, based on this idea of mine: what it will do is you assign a hardware key to the program, and holding down that hardware key will show you the name of the current sip (eg "keyboard"). Letting go will show that SIP.
However, if you don't let go, but hold down the hardware key, it will flash through each SIP on the system, so it will show a little window in the corner: "Keyboard", "Calligrapher" etc, each name being shown for say 3 seconds and then changing to the next SIP name. That way, you can hold down the hardware key until the SIP you want is shown and then let go, and that SIP will be selected and activated.
What do you think?
BTW - can anyone tell me how to split strings in C++.
Eg for the command line seperated by commas, in vb I would do something like
Code:
Commandline="Calligrapher,Keyboard,BlimKeys"
CommandLineArray=Split(Commandline,",")
How do I do that in C++? I haven't read that far in my programming lessons yet I presume I have to write my own routine or use another library right?
V
Hi ViJay,
vijay555 said:
I haven't read that far in my programming lessons yet I presume I have to write my own routine or use another library right?
Click to expand...
Click to collapse
I guess - following the software output you had the last weeks/months - there's no more neet to explain that, right? :wink:
You did nice work on all of the software you gave to this community, so I'm asking you just very polite, if you did a little further development on sipswitch, too? :roll:
It would be really cool beeing able to switch between 2 or 3 predefined input methods (from .ini or command line).
If you need help in any way, maybe I could help you (nor very advanced in C++, but... call me Mr. Google... :lol: ). :roll:
Greetings,
BGK
BGK: I will be working on this, but just not right now. I'm working on something quite big right now, but as soon as I can, I wil get around to this, I haven't forgotten, and I'm often thinking of how best to implement it. Unfortunately right now the "bigger" projects have to take priority
It will hopefully have a bit more of a configuration interface to support its use. Thanks for being patient!
V
vijay555 said:
Unfortunately right now the "bigger" projects have to take priority
Click to expand...
Click to collapse
No problem. I hope, your effort will be honored right this time... :wink:
vijay555 said:
It will hopefully have a bit more of a configuration interface to support its use. Thanks for being patient!
Click to expand...
Click to collapse
Could you do me a favour and tell me how you will change the sip intself (changing registry keys, calling which functions,...)?
Would be interested in this...
Greetings,
BGK
SipSwitch currently starts and compiles a list of the installed SIPs.
If it find the one that matches the command line, it enables and toggles that SIP.
The future version will use a command line of defined SIPs or probably a config file.
Steps:
Compile the array of defined sips from the config file/command line.
Get the array of installed sips.
Get the current sip.
Match that sip to the config array.
If there's a match, get the next SIP specified in the config array.
If next SIP matches installed SIP, switch to next SIP.
No registry involved in SIPs I think!
The work involved is in parsing the config file, preparing the array of sips and looping through the arrays. Nothing too complicated, just needs some attention. I literally don't have a spare minute right now though. I'm on a deadline to finish some code tonight Don't like coding under pressure, just for fun!
V
vijay555 said:
I literally don't have a spare minute right now though. I'm on a deadline to finish some code tonight Don't like coding under pressure, just for fun!
Click to expand...
Click to collapse
Okay, didn't answer my question, but don't hurry. Just do your job and I will come back on that, if you're ready.
Don't like coding under pressure, too. :wink:
Greetings,
BGK
Good Application
Dear vijay555
i have tried this app and working fine, but i have arabic keyboard name and i can not toggle to it using your app, is there anyway to know the english sip name of my arabic keyboard.
gwassef: have a look at the second post from the top, discussing the registry. I've not really thought about it before, but have a look through the registry, and maybe even change the name of the SIP.
Have to run, apologies!
V
Dear vijay555
thanks for reply, i checked the second post from where i got a link to the wiki registry settings and got the CLSID of my SIP and change it to engish, then i used your sipswitch.exe program to change it each time i soft reset my device.
thanks for you all
Hey Vj, I ran a test on your app.
I made a Shortcut using Total Commander with the following line
"\Program Files\SipSwitch\sipswitch.exe" Keyboard
It gives me a window saying "SIP not found". Any clue?
I think it may be case sensitive - did you copy it exactly? Check the CLSID in your registry to make sure it's exactly as written.
Frankly, it's a very basic app. It needs a complete re-write!
V
Yes, they are exactly the same. Attached (I've cut the bottom half from other screen shot to avoid uploading two pics). Note, the " symbol is on the right way, Total Commander somehow omit the starting " symbol, but the short cut is definately functioning. I'm just wondering if there are any other method of putting the " marks. But I did use the same method for OMAPCLOCK, it works.
BTW, for your info, my "Keyboard" is in
\HKCR\CLSID\{42429667-...}\Default
it will be great if u develop an app which can allow multiple SIP's on the system bar(Ref. mCalc adds an icon next to SIP)
p.s: http://www.xcomsoft.com/mcalc.html

Prophet Eutopia

Okay, the Prophet is a great machine. I am getting used to WM5 and like it a lot. The Prophet is fast enough for normal business use, so no complaints.
I do have a wee list of things I would like to be able to do. Some might already have been cracked, so any help would be fab. (These also apply to Wizard and other WM5 devices.)
1) Button Lock
Pressing the power locks the buttons. All is well until you get a notification and then the buttons come alive and your pocket can take over and start dialling people!
Is there any software / reg fix to require a key combination. (I know about the code option, but that is tricky without the stylus.)
Good old Menu * on the Nokia is great!
2) Network info
Is there a simple and clean Today plugin / element that will show you the network name and the signal strength? I know there is commercial stuff out there, but I want something that is in keeping with the regular Today stuff and looks like it came with the machine!
3) Upcoming Events
Can you limit the number in the list. I like to know the next four appointments, but when I have a busy day (!) a scroll bar appears and looks ugly!!
As you can see, I am not that fussy!!
Any ideas appreciated.
1. Mort Saver, get it from www.sto-helit.de
2. DkToday, use the search to find it.
BTW, MortSaver also shows phone signal, but no operator name and only when activated. DKToday shows it in your today screen
prophetuser said:
3) Upcoming Events
Can you limit the number in the list. I like to know the next four appointments, but when I have a busy day (!) a scroll bar appears and looks ugly!!
Click to expand...
Click to collapse
A freeware Calendar+ will definitely help. Download it here: http://mohairsofa.com/content/downloads/calplus.exe
Use the little padlock icon on your today screen to lock the phone.

Speaking Clock with Chime & Signal Strength detector

## TamerSpClock v1.4 ##
Last update 13 Dec 2008
"TamerSpClock" is a Windows Mobile 2003/5/6 software which lets you take hand over your time to the max. It is a fully customizable speaking clock & a chimer.
- you can choose a THEME of time intervals of 1 ,5 ,15 ,30 or 60 minutes ,Then you can choose actions to be done on these choosen theme intervals.
- you can adjust when to speak time or chime and when to mute in a way that differs from other programs by means that you can set multi portions (intervals) of time that mute the program automatically for daily use. you can access the file "Validity.ini" found in the folder named "settings" inside the program installation path. this file can be edited by any notepad or word (pocket or pc word) then you can specify at what hours to work on and what to mute (just Change validity = 0 corresponding to hours that needed to be muted & Change validity = 1 to the rest of the hours).
- The program can wake up the device without waking up your screen conserving your battery life and will chime even if the ppc is sleeping or in a deep sleep, The software have a feature that can force the screen not to wakeup (BlackMe feature) at chiming times or (if you choose to) to leave it to the current windows mobile configurations (settings) to decide ,this is useful for some ppc that wakeup the display on every chime which may have negative results on battery life.
- you can put your own wav files to be chimed ,just insert them in folder "Wav" found inside installation directory but use the same names of course.
- This software differs from other similar products in that if you choose for example 15 minute iterval for speaking the clock ,it wll activate itself and speak time on whole miute numbers like 15-30-45-60 and will not just repeat the choosen interval starting from the time you switched it on which results in speaking times like 4:52 and 7:27 etc.
- you can choose or omit salutations like "the time is" & "Am ,Pm" & saying "Oclock" at the whole number hours. this can be customized using the provided links to enable and disable the action features.
- you can choose whether to use vibration or no with the chiming process.
- you can stop all software processing events by one finger click.
- Software will automaticaly activate itself and work again after any restart of the device.
- you can set an action like signal check to work with Themes (feature to check signal strength every x time) if the signal drops ,it will announce you with an alarm ,this feature only works if the phone is on and the signal is less than 40%.
- you can set an action like Zekr which can help Muslims remember their Lord every 5 minutes with a low volume sound saying God is the most Great. This option acts solely without dependency of the choosen theme interval since it have a fixed firing every 5 minutes (take it or leave it).
# How to install Cab file of TamerSpClock:
1- For versions prior to v1.4 you must download MortScript from the following link
(Version v1.4 & above already have it embedded inside software)
http://www.sto-helit.de/index.php?mo...=view&entry=65
This software acts like an environment for "TamerSpClock" to work. please note that "TamerSpClock" cannot run without installing this software.
2- Transfer cab to any place on your ppc using active sync or any other communicating software.
3- Choose whether to install to Device or to MemoryCard ,It is very important to choose the installation target location during the setup process corresponding to the version you downloaded whether it is on memory card or on phone. Note that program is hard coded ,this is why this point is very important for the program to work.
4-For Version v1.4 & above before running program ,press the icon named "RunFirst" prior to run the program (This acts as if MortScript Cab is installed)
This software had been tested on HTC Tytn & found stable ,Also can work on any windows mobile device.
I have been looking for an hourly chimer that does not wake up the screen. The disappointing thing about this one it it is hard coded to run from the storage card. Can this be modified to use variable paths?
One issue I have with installing to the storage card is Windows Mobile unmounts the card to save power on some devices. I also change my card based on what I am doing. I keep my maps on one card and my MP3s on another.
painter_ said:
I have been looking for an hourly chimer that does not wake up the screen. The disappointing thing about this one it it is hard coded to run from the storage card. Can this be modified to use variable paths?
One issue I have with installing to the storage card is Windows Mobile unmounts the card to save power on some devices. I also change my card based on what I am doing. I keep my maps on one card and my MP3s on another.
Click to expand...
Click to collapse
Added 2 versions ,one if you want to setup on the Phone Main Memory & the other for Storage Card.
This really sounds great - but how to use it?
I am no expert in programming or in mort scripting.......
I would like to use this feature: "you can set an action like signal check to work with Themes (feature to check signal strength every x time) if the signal drops ,it will announce you with an alarm ,this feature only works if the phone is on and the signal is less than 40%."
But no speaking clock, only those alert, when signal drops.
It should check every minute.
What do I have to enable/disable for that?
And how to let it run, when my touch is sleeping?
Thanks!
I'm using a TyTN II. Great software.
Like to feedback that when I was using my bluetooth headset, when the phone is off (no display), announcing (audio) could be heard and vibration. When I don't use the bluetooth headset (bluetooth is off), and phone is off (no display), I don't hear any announcement and there is vibration only. If I turn on the phone now, I will hear the end part of the time announcement.
Is this normal?
Thanks.
zard said:
I'm using a TyTN II. Great software.
Like to feedback that when I was using my bluetooth headset, when the phone is off (no display), announcing (audio) could be heard and vibration. When I don't use the bluetooth headset (bluetooth is off), and phone is off (no display), I don't hear any announcement and there is vibration only. If I turn on the phone now, I will hear the end part of the time announcement.
Is this normal?
Thanks.
Click to expand...
Click to collapse
Zard .. if you enable the black me feature the speaking clock can be capable of walking up the device to say time at chosen theme points without walking up the screen. So i advice you to enable the blackme feature as long as the phone is in your pocket. if you are using the phone for an instance or a period of time you can disable the blackme feature since when you are using the phone the feature will be annoying.
in some devices (devices differ in reaction to wakeup) the phone cannot wake up to say the time if it is sleeping ,this is why i made the blackme feature. So the solution is to enable it.
Also if you go to programs menu in the start button you will see a pack on enable & diable features. you can choose what ever you like to enable and what to diable.this features can be clicked (enabled or disabled) & once confirmed you will notice that it will be active wherever any theme is choosen. iam sure that the blackme feature is able to walking up the device to say the time whether your device is in sleep or deep sleep.
kino-kino said:
This really sounds great - but how to use it?
I am no expert in programming or in mort scripting.......
I would like to use this feature: "you can set an action like signal check to work with Themes (feature to check signal strength every x time) if the signal drops ,it will announce you with an alarm ,this feature only works if the phone is on and the signal is less than 40%."
But no speaking clock, only those alert, when signal drops.
It should check every minute.
What do I have to enable/disable for that?
And how to let it run, when my touch is sleeping?
Thanks!
Click to expand...
Click to collapse
Kino-Kino .. first of all open the start menu programs ,you will find 2 folders ,one is named enable & the other named disable. now you are ready to open each and click what ever features you like to be enabled and whatever to be disabled.
At this time you are ready to go for the Theme selection which means at what intervals you want the choosen features to fire ,you can try the "01M" which means that the software will fire every 1 minute to execute the selected feature (or features if you choose others).
For example ,if you want only the signal detection feature ,go to disable folder and click all features to disable them all ,then go to enable and only click the shortcut named "Signal".
Once done .. every 1 minutes (since we choosed "01M") the phone will execute the selected feature (or features). in some phones the system cannot walkeup itself to execute the so called notification tasks at given times if it was in "Sleep" or "Deep Sleep Mode". So you can check your phone reaction to such notification tasks.
To make sure we are ready to go ,you must check first that your phone registry key when the phone is on and receiving signal looks like this :
[HKEY_LOCAL_MACHINE\System\State\Phone] the value of "Cellular System Available" must be 65
to do this test just download Fred Taskmanager free from this link
http://www.dotfred.net/TaskMgr.htm
once downloaded install it ,open it and go to RegEdit tab and go to [HKEY_LOCAL_MACHINE\System\State\Phone] & check for "Cellular System Available" number .. it must be (65) i mean the number between brackets.
If this is the case ,the program will correctly do the job. but if it isnt (may vary from phone to another) ,then this number must be modified in the software to read correctly ,Go to program installation folder " \Program Files\TamerSpClock\Data\Signal.mscr " rename the file "Signal.mscr" to "Signal.txt" then open it by any notepad or word ,then check the line "if(%PhoneActive% = 65)" and change the 65 to be like the number that you found for your phone in the normal signal state. Do not forget to rename it back once finished to "Signal.mscr".
Thanks
Thanks going to test on my lovly hima.
Thank You for Your reply!
I think, there could be a problem:
The reg key, You mentoned, does have different values.
If I am connected to a "GPRS" network, it is "1".
If I am connected to an "EDGE" network, it is "8".
And if only phone is active, but no internet-connection, it is "1".
So what should I take?
Thank You!
EDIT: There is another key called "Radio ready state" with the value "31".
And all value are "0" when radio is off.
kino-kino said:
Thank You for Your reply!
I think, there could be a problem:
The reg key, You mentoned, does have different values.
If I am connected to a "GPRS" network, it is "1".
If I am connected to an "EDGE" network, it is "8".
And if only phone is active, but no internet-connection, it is "1".
So what should I take?
Thank You!
EDIT: There is another key called "Radio ready state" with the value "31".
And all value are "0" when radio is off.
Click to expand...
Click to collapse
The reply is that you take the number between brackets on the idle state without conecting to any network ,because the idea as you can see from the code that there is 2 conditions must be fullfilled to fire the signal alarm which is 1- if the signal in the idle state be so and so and 2- in the same time signal drops to so and so ... Bingo ... fire
So ,now you got the idea of the code & can now modify it to fullfils your needs ,and you are ready to put your constants that reflects the state where you want spclock to fire. wishing this could help .....
timoz73 said:
Zard .. if you enable the black me feature the speaking clock can be capable of walking up the device to say time at chosen theme points without walking up the screen. So i advice you to enable the blackme feature as long as the phone is in your pocket. if you are using the phone for an instance or a period of time you can disable the blackme feature since when you are using the phone the feature will be annoying.
in some devices (devices differ in reaction to wakeup) the phone cannot wake up to say the time if it is sleeping ,this is why i made the blackme feature. So the solution is to enable it.
Also if you go to programs menu in the start button you will see a pack on enable & diable features. you can choose what ever you like to enable and what to diable.this features can be clicked (enabled or disabled) & once confirmed you will notice that it will be active wherever any theme is choosen. iam sure that the blackme feature is able to walking up the device to say the time whether your device is in sleep or deep sleep.
Click to expand...
Click to collapse
Thanks, with Blackme, it works now.
dont work with my diamond
great sharing.
thanx.
Dynomite232 said:
dont work with my diamond
Click to expand...
Click to collapse
Dynomite232 ,Kindly feedback whether the mortscript program didnt run on diamond or the TamerSpClock itself. i didnt expect this to happen from the Diamond of a VGA screen since my software didnt realy have a User Interface Menu ,its only shortcuts. In addition that Mort do support any windows mobile device.
Thanks again helping me, I think, I start to understand what Your mortscripts are able to do!
But I have to ask once more:
So I have three different scenarios, when I would get that signal-alert:
1 If Cellular Systam Available is "8" AND signal drops to less than 40%
and
2 If Cellular System Available is "1" AND signal drops to less than 40%
and
3 If Cellular System Available is "0" WITHOUT checking the signal strength
So would it be possible to edit the Mortscript this way?
Thank You!!
Reply to Kino-Kino
kino-kino said:
Thanks again helping me, I think, I start to understand what Your mortscripts are able to do!
But I have to ask once more:
So I have three different scenarios, when I would get that signal-alert:
1 If Cellular Systam Available is "8" AND signal drops to less than 40%
and
2 If Cellular System Available is "1" AND signal drops to less than 40%
and
3 If Cellular System Available is "0" WITHOUT checking the signal strength
So would it be possible to edit the Mortscript this way?
Thank You!!
Click to expand...
Click to collapse
Kinio-Kino for your described situation the case will be as follows (copy & paste what is below between the # signs to replace what is inside Signal.mscr ,you can find this file inside a folder called Data inside the program folder inside Program Files)
###################################################################
ErrorLevel ("syntax")
SignalStrength = RegRead("HKLM", "System\State\Phone", "Signal Strength" )
PhoneActive = RegRead("HKLM", "System\State\Phone", "Cellular System Available" )
if(%PhoneActive% = 0)
PlaySound "\Storage Card\Program Files\TamerSpClock\Wav\Signal.wav"
endif
if(%PhoneActive% = 8)
if (%SignalStrength% < 40 )
PlaySound "\Storage Card\Program Files\TamerSpClock\Wav\Signal.wav"
endif
endif
if(%PhoneActive% = 1)
if (%SignalStrength% < 40 )
PlaySound "\Storage Card\Program Files\TamerSpClock\Wav\Signal.wav"
endif
endif
###################################################################
You can now Download the latest version v1.03 ,I build a new user interface for this software instead of the icons .Before Uninstalling Do the process of "StopingAll" feature then make a new Install to v1.03.
.
Hi,
first, thank You again, its working now as expected, great!!
The new Version 1.3: Both cabs get installed to the main memory, maybe something went wrong with one of them?
And one more question:
When my phone is sleeping, I dont get those signal-alerts.
So You have Your blackme-feature:
How could I handle that, to get the hardware-buttons locked, when blackme is active? I have a HTC Touch.
Thank You!
kino-kino said:
Hi,
first, thank You again, its working now as expected, great!!
The new Version 1.3: Both cabs get installed to the main memory, maybe something went wrong with one of them?
And one more question:
When my phone is sleeping, I dont get those signal-alerts.
So You have Your blackme-feature:
How could I handle that, to get the hardware-buttons locked, when blackme is active? I have a HTC Touch.
Thank You!
Click to expand...
Click to collapse
kino-kino ,Welcome again & thank you for your feedback. The Cab file targeting the storage card have been updated in the main thread page.
you are asking now about 2 subjects ,the first one concerning the signal alert didnt fire during deep sleep of the phone ,i think you might try to make the speaking clock feature active along with the signal alert feature ,maybe it will wakeup your device to fire at the specified times, of course if its voice is annoying to you can try deleting the clock wav files but leave of course the signal.wav without deleting. I wonder this happens to you although my Htc Tytn wakeup and fire Signal Alerts at specified times.
The second question can be solved simply by downloading "HomeScreenPluPlus" from the following link:
http://www.chi-tai.info/cs_batterystatus_xda_neo_wm5_im_cs.htm#Download
This software is free and have a feature in the second UI page of options that lock your device when the screen is off and vice versa ,see this pic for explanation.
Thanks for your great app, but I have troubles with BlackMe feature. If this feature is disable, my phone doesn't speak, vibrate only. But if it's enable, it turn off the phone screen when speaking time. That's annoy when I'm doing something on my phone, especially while downloading a large file, it interrupts the wifi connection and I have to re-download from beginning. Any solution for that?
hung_ng said:
Thanks for your great app, but I have troubles with BlackMe feature. If this feature is disable, my phone doesn't speak, vibrate only. But if it's enable, it turn off the phone screen when speaking time. That's annoy when I'm doing something on my phone, especially while downloading a large file, it interrupts the wifi connection and I have to re-download from beginning. Any solution for that?
Click to expand...
Click to collapse
yes i know hung_ng ,i made the blackme feature as a separate item in folder links so that you can assign its icon to a hardware button to be easily accessed so that when you are using your phone you can easily deactivate BlackMe.
This annoying feature (from my point of view as you eaxactly) is essential in many phones ,as the system cannot wakeup the device from a deep sleep to do the choosed actions. the blackme feature (also known as "ToggleDisplay=1") force the phone to wakeup to fire the action. if it is disabled many devices will fall in deepsleep without being able to wakeup. the last version 1.3 have this separate shortcut that i explained.
Another idea i made in my Tytn and made me feel comfortable is that i made my telephone sense when a specific window is open ,the blackme is disabled automatically and when i close this window it reverts automatically to be enabled. for example i made RescoExplorer2007 window when it is opened the blackme is disabled & serving me while i work ,and once i finish i close Resco and automatically blackme returns active and conserving my battery life.
Sorry for being long in my explanation but if you are interested in the idea ,i can make a version for you that is capable of deactivating BlackMe once a specific window is opened. i am not a programer ,i am an Architectural Engineer that once upon a time needed this software and didnt find a really satisfying one available all over the internet ,so i decided to learn Mort Script and i write a one satisfiying my needs and by the way i think that it might help other people who might need it as me.

Attention: Found Unusual Registry within T-Mobile USA HD2!

I was just viewing various system registry... and came across some keys that I've never before noticed in the past.
They really aren't too outlandish, but I'm wondering if folks are interested in "testing" what exactly these registry edits "do" in terms of whether or NOT they are enhancements or NOT much of anything.
DO NOT ATTEMPT TO MAKE ALTERATIONS TO THE SYSTEM REGISTRY IF YOU ARE NOT FAMILIAR WITH ADVANCED WINDOWS MOBILE CAPABILITIES!
Now, having said all of that... here are a few of those interesting "tweaks" I've come across:
1.) HKEY_CURRENT_USER\ControlPanel\Keybd: WM7KeybdLayout - "0"
By default this registry value is ZERO... perhaps if "enabled" by using "1" as the replacement value, something "cool" may happen.
2.) HKEY_CURRENT_USER\ControlPanel\Gestures\Touch: Disabled - "0"
By default this registry value is ZERO... and I'm not entirely sure what this COULD allow your system to do, but it may be "cool" also.
3.) HKEY_CURRENT_USER\Performance: Available RAM on boot - "327274496"
By default this registry value is LIST ABOVE, and perhaps editing this value, and making it larger could allow for a more "hasty" booting process.
4.) HKEY_CURRENT_USER\Software\HTC\WebSnapShot: Enabled - "0"
By default this registry value is ZERO... but I'm wondering if this will allow for some kind of built-in screen shot function to "snap" thumbnail images of your online browsing history. Assumed value to "enable" it, should be "1".
5.) HKEY_CURRENT_USER\Software\Microsoft\Shell: AnalogClock - "0"
By default this registry value is ZERO... so I figure changing this value to "1" might "create" some kind of analog clock on for Manila.
6.) HKEY_CURRENT_USER\Software\Microsoft\Shell: HasKeyboard - "0"
By default this registry value is ZERO... and to be quite honest, this seems pretty obvious that it will "allow" or display the keyboard somewhere on the "shell" of your device. Assumed value to "enable" it, should be "1".
7.) HKEY_CURRENT_USER\ControlPanel\BackLight
This ENTIRE key has some pretty interesting settings that can be adjusted for advanced or unseen backlight settings.
8.) HKEY_CURRENT_USER\ControlPanel\AllLEDMgr
Here is the key in which you can adjust the LED settings such as interval.
9.) HKEY_LOCAL_MACHINE\Audio\SoftwareMixer: SampleRate - "268435456"
The default value is listed above, but my query involves whether or not tampering with this could resolve the "audio delay" for some users.
10.) HKEY_LOCAL_MACHINE\ControlPanel\Power
Here is the key in which you can adjust the values to be labeled for battery power settings. HIGH, MEDIUM, and LOW. The percentage before the system provides a warning can be changed.
11.) HKEY_LOCAL_MACHINE\Drivers\Display
Here is the key in which you will find a majority of your advanced display settings for your device.
12.) HKEY_LOCAL_MACHINE\Software\Qualcomm\DSM
Here is the key in which I believe you might find another possible solution for the audio delay, considering one of the string values is "250" as a file queue setting.
13.) HKEY_LOCAL_MACHINE\Software\OEM\USBtoPC
Here is the key in which you'll find the way to REMOVE or otherwise disable the "popup" window that appears whenever you connect your device via USB to a desktop PC.
14.) HKEY_LOCAL_MACHINE\Software\OEM\MASD
THIS KEY, THIS KEY RIGHT HERE FOLKS... this is VERY important for those of you who are trying to figure out what "official" version number of specific services is currently installed on your device.
15.) HKEY_LOCAL_MACHINE\Software\Microsoft\ActiveSync\OEM Links\T-Mobile Help - "0"
Enabling this key by changing the value to "1" should provide for a direct system link to the T-Mobile support network for the HD2. This is very similar to the Microsoft error reporting services.
16.) HKEY_LOCAL_MACHINE\Software\Microsoft\Calendar: ShowLunarCalendar - "0"
By enabling this, you should be able to have the Lunar Calendar displayed within the HTC system calendar... among other things. Assumed value to "activate" this should be "1".
17.) HKEY_LOCAL_MACHINE\Software\Microsoft\CHome
Here is where you'll find a laundry list of options to make changes to the original WM6.5, "Titanium".
18.) HKEY_LOCAL_MACHINE\Software\Microsoft\Pictures\ImageSendSize
Here is where you'll find 3 sub-keys that contain resolution values that can be altered in order to provide a "bigger picture" for MMS or uploads.
19.) HKEY_LOCAL_MACHINE\Software\HTC\Camera\Image
This key will open up a list of options that will allow you to change various settings for image capture and resizing.
20.) HKEY_LOCAL_MACHINE\Software\HTC\PhoneCanvas
In this key you'll find options that will allow you to make changes to the picture size for contacts.
21.) HKEY_LOCAL_MACHINE\Software\HTC\PHONE
Here are more device settings for in-call and beyond.
ENJOY!
Oh, and don't hesitate to leave a bit of feedback. Thanks.
I am patiently waiting for you to try these and update the post.
I sure as heck don't plan to "play" with my registry
As soon as the store calls to tell me that mine is *FINALLY* in, I'll be happy to test some of those out. As long as you back up your registry before you do anything (and aren't afraid of a Hard Reset as a last resort), there shouldn't be any issue trying these...any of the changes you make can be reversed that way.
Snarksneeze said:
I am patiently waiting for you to try these and update the post.
I sure as heck don't plan to "play" with my registry
Click to expand...
Click to collapse
sirphunkee said:
As soon as the store calls to tell me that mine is *FINALLY* in, I'll be happy to test some of those out. As long as you back up your registry before you do anything (and aren't afraid of a Hard Reset as a last resort), there shouldn't be any issue trying these...any of the changes you make can be reversed that way.
Click to expand...
Click to collapse
Agreed fellas. This stuff seems interesting. I haven't played with these listed items just yet. I was so exhausted last night while skimming through tons and tons of registry keys... that I may have gotten a little desperate to post this rather than test each one.
Some are just useful tips, but others I have not before seen on the EURO model of the HD2. For instance, the WM7 keyboard... that's rather curious, huh?
5 - puts tiny analog clock where digi clock is by battery
6 - for phones with hardware keyboards
14 - can change that to fake any system info you like
18 - doesnt necessarily work. best way ive yet to find to fix the small mms size on some networks is the mms userprofile tweak that reports it as a diamond, and the mms useragent as a nokian95. (I can tfind the link, sorry)
3.) HKEY_CURRENT_USER\Performance: Available RAM on boot - "327274496"
By default this registry value is LIST ABOVE, and perhaps editing this value, and making it larger could allow for a more "hasty" booting process.
When I looked I had a lower value, "281640960". I increased it to "327274496" startup seems a bit faster, not much. I'm gonna try increasing it later. On another note, slide to unlock seems to be faster. Of course this could all be in my head.
chrys9989 said:
3.) HKEY_CURRENT_USER\Performance: Available RAM on boot - "327274496"
By default this registry value is LIST ABOVE, and perhaps editing this value, and making it larger could allow for a more "hasty" booting process.
When I looked I had a lower value, "281640960". I increased it to "327274496" startup seems a bit faster, not much. I'm gonna try increasing it later. On another note, slide to unlock seems to be faster. Of course this could all be in my head.
Click to expand...
Click to collapse
This looks suspiciously like overclocking to me. If it is, I doubt that the S2U being faster is in your head...
Are you sure that "on boot" only means during the bootup process and not the original RAM available before the processes kick in?
Snarksneeze said:
This looks suspiciously like overclocking to me. If it is, I doubt that the S2U being faster is in your head...
Are you sure that "on boot" only means during the bootup process and not the original RAM available before the processes kick in?
Click to expand...
Click to collapse
What's weird though is that the value keeps changing, on every boot it's a different value. On the last boot, it was 280760320.
chrys9989 said:
What's weird though is that the value keeps changing, on every boot it's a different value. On the last boot, it was 280760320.
Click to expand...
Click to collapse
Then it just about has to be a record and not reference value. Shoulda known it wouldn't be that easy
samsamuel said:
5 - puts tiny analog clock where digi clock is by battery
6 - for phones with hardware keyboards
14 - can change that to fake any system info you like
18 - doesnt necessarily work. best way ive yet to find to fix the small mms size on some networks is the mms userprofile tweak that reports it as a diamond, and the mms useragent as a nokian95. (I can tfind the link, sorry)
Click to expand...
Click to collapse
chrys9989 said:
What's weird though is that the value keeps changing, on every boot it's a different value. On the last boot, it was 280760320.
Click to expand...
Click to collapse
Thanks for the reports.
And yeah, I noticed that as well... yet my value is always relatively in the same demographic in terms of "high" or "low".
But yes, it is some "lowbrow" version of overclocking, but as far as I know... it only pertains to the RAM available during and shortly thereafter a booting process is complete. It's like tweaking the allocated resources that "HTC Sense" used each time it booted up.
Awesome find. looking forward to what will be unconvered
I have a few friends skimming the registry keys day n' night as well... it's just very, very exhausting to read thousands of lines of coding.
I doubt I'll be updating the OP with tons of additions, but I'll certainly add to it, should something reasonably decent come to my attention.
I would like to add something that also seems interesting
HKLM/System/Autoupdate: 0 <-- I wonder what 1 does.. I just set to 1, will update as i hopefully receive updates
PS: I'm not sure if its this that caused this, but my phone just locks on slide to unlock.. As soon as i try unlocking the screen turns off.
Reignzone said:
I have a few friends skimming the registry keys day n' night as well... it's just very, very exhausting to read thousands of lines of coding.
I doubt I'll be updating the OP with tons of additions, but I'll certainly add to it, should something reasonably decent come to my attention.
Click to expand...
Click to collapse
Bump.
Anyone found any interesting tidbits as of yet?

two little apps: automatic rotation & wifi/display stay active - update 28/12

Hello
The Mega is my first smartphone, and thanks to xda I found lots of usefull info and apps to customize it just like i want
I think now it's time to share some apps I did mostly for my own use, but maybe usefull for some other people.
Well, here are two simple applications:
RotateMon
- The first, "rotatemon" (stupid name I know... ) is designed to run invisible in background and simply rotate the screen to landscape if one the following apps are launched: sms /mms ; opera mobile 10 and notes (notes.exe)
When you exit the app, the screen is restored to previous orientation. (meaning if you already are in landscape, you will stay in landscape)
I did this app because i couldn't found something doing this the way i want. I know there are mortscript scripts to do this, but not exactly like this. (and there's a problem with tmail.exe with this method, because mortscripts checks if a windows exist, but sometimes tmail.exe runs in background with the same window title "SMS / MMS" as the active window, so we must check if it is really active or in background...)
I know it's possible too to assign a long key press to the action "rotate sceeen", but I was tired of long pressing this key everytime i launched opera or the sms program...
Well just try it if you want, and let me know what you think about it, it's very usefull for me, maybe for you too
You can launch it at startup like I did (for example with sktools or something equivalent).
Please understand that I did it for myself, so it's "customized" for me (the apps that are monitored to trigger the rotation). If it is usefull for someone else I'll be happy to provide a more "user friendly" version (with the ability to configure what apps are monitored for example). Don't hesitate to ask
StayAlive -update 28/12/2010: now with a nice interface, install cab, more user friendly -
Another very simple program, designed to keep wifi "alive" even when the device is in sleep mode. It's a simple switch: ON/OFF, based on the registry key Comm\BCMSDDHD1\Parms\HTCKeepWifiOnWhenUnattended , you can switch the "StayAlive state" when wifi is on or off, doesn't matter, and the state is keep after a soft reset.
This tool can the display alive too, it provides a simple switch On/OFF to keep the display alive (doesn't prevent locking, well sometimes it locks and sometimes not, don't really know why..., but the screen stay on). Please note that the screen will not stay on at full backlight level, it will stay on at the "lower" backlight level (to prevent too much power drain...)
Ps:Sorry for my poor english
how to remove this software from phone?
rotatemon
Mobtel063 said:
how to remove this software from phone?
rotatemon
Click to expand...
Click to collapse
You just have to delete the program folder. If it's running, kill it with a taskmanager before of course (or soft reset). If you put it in your startup, remove it before, then kill the process or soft reset, then delete the folder.
No modifications are made to the system
ROTATEMON
seb3773 said:
RotateMon
Please understand that I did it for myself, so it's "customized" for me (the apps that are monitored to trigger the rotation). If it is usefull for someone else I'll be happy to provide a more "user friendly" version (with the ability to configure what apps are monitored for example). Don't hesitate to ask
Click to expand...
Click to collapse
Hi seb3773 I like you rotatemon very much. It is what I need, but since I have used Swype I had to turn it off. When the screen rotate my swype keyboard don't rescale well and the screen is cut out on te right side.
I would be grateful if you could disable sms rotation in your program?
or maybe some "user friendly" version above-mentioned?
I'm proud if it is usefull for you too A more user friendly version is coming soon, as i'm actually unemployed , i've plenty of time to do it. I intend to program a configuration interface with some nice features. It will be ready in 1/2 days
Great work
good works, man.
I wonder whether you can add-in one more switch not to connect 3G or smthng.
I'm having problem with that. When i accidentally press on browser icon, it start connecting to 3G network and i got to pay data charges.
It would be good if we can turn off. Thanks

Categories

Resources