Disable blinking of green light in VOX - HTC Vox

Hi All,
Is it possible to disable the green light blinking in VOX.
Initially i thought it was for network...then later found that even blinks on offline profile also.
If it can be disabled..i can save some precious battery life..

Hi naidu001,
you can use DontForget utility.

DontForget does not work properly on the Vox for disabling the LED. Unfortunately there is no current way to disable it, even by removing the LED driver keys in the registry.

I use RadioLED, it's not that convenient cause it stays in the memory all the time, but it's the only thing that works for me.

Hm. I didn't realize there was an application that worked for this on the Vox. Do you have a link or can post the file perhaps?
EDIT: Found it. It still does not seem to disable the GSM LED for me.
EDIT AGAIN: It will disable the GSM LED while the application is running and it works to flash LED every 5 seconds when an SMS is waiting! It works! I might disassemble it and find out what it's hooking to and see if it can be done in MortScript. For now I'm using a .lnk that runs load.exe and starts RadioLED at startup.

h4waii said:
Hm. I didn't realize there was an application that worked for this on the Vox. Do you have a link or can post the file perhaps?
EDIT: Found it. It still does not seem to disable the GSM LED for me.
EDIT AGAIN: It will disable the GSM LED while the application is running and it works to flash LED every 5 seconds when an SMS is waiting! It works! I might disassemble it and find out what it's hooking to and see if it can be done in MortScript. For now I'm using a .lnk that runs load.exe and starts RadioLED at startup.
Click to expand...
Click to collapse
seems u know how to handle it hehe, could you make a similar program using mortscript? i would really like that!

cpt.bert said:
seems u know how to handle it hehe, could you make a similar program using mortscript? i would really like that!
Click to expand...
Click to collapse
I will look into it. Running it as a bgprocess takes up roughly 600KB of RAM. Not bad, but not so great. MortScript would chop it down to only 30-40KB.
I think it works by hooking API and interrupting the LED driver and then allowing it to pass after reading a registry key to check for any unread SMS. If there was a way to dump RAM in realtime this would be so easy.

...dont understand it but i sounds great! think u can make it work?

After looking at a short snippet code dump from RadioLED.exe, it uses standard nLED API which is not really possible with MortScript. I have attempted to use some of the nLED controlling applications made, but none of them yield any results so far. I will keep working.
EDIT: Okay, I have included RadioLED and radiodump which is a strings dump of the PE. It should include any required API calls, however, http://blog.csdn.net/hesicong/archive/2005/08/02/444156.aspx and http://www.pocketpcdn.com/articles/led.html give clear and concise .NET and C examples of controlling the LED. The ALLLEDMGR driver is not used on our S710's - so NueLED from no2chem does not work and neither do most other applications currently available.
Perhaps it's time for me to dust off the Visual Studio CD and whip some **** up for you guys.

Alright. VS2008 installed. I will be slowly working on making an application to control all of the LED's on our Vox. I am borrowing a laptop and will be working on it while I have the laptop once a week. Will update when I have working code!

h4waii said:
Alright. VS2008 installed. I will be slowly working on making an application to control all of the LED's on our Vox. I am borrowing a laptop and will be working on it while I have the laptop once a week. Will update when I have working code!
Click to expand...
Click to collapse
Not trying to hassle anyone but has any progress been made on this?

Patiently waiting...!!
Yeah...Patiently waiting...!!

Related

Make LED flash when new notification received

I wrote a small app (based on other people's hard work) that will flash the LED when a new notification is active.
I did this because all my previous WM5 PDA's had a visible "new message" notification and I found it useful !
1. Copy the SDKCerts.cab from the Visual Studio SDK onto your device
2. Run the .cab on the device to install the SDK root certs
3. Extract the msgled.zip and copy msgled.exe to the startup folder of your Treo
Done
It *should* check every 10 seconds for new messages and flash the LED if there are any.
Enjoy.
Thanks. . coming from a Treo 650, ive missed this very useful feature via an app called Butler, i do hope that it can also be set to 'steady green or red'
Battery Drain?
Does this affect the battery?
mitch1 said:
Does this affect the battery?
Click to expand...
Click to collapse
It doesn't seem to have much affect at all
Thanks
Great app, works like a charm. Thanks!
Works like a charm indeed, but I am running into a small bug! I have my Treo set for powering off the screen after 1 minute, but if I have your tool active it won't. It will disable the display lights, but not actually turn the Treo off...
Thanks it works great.
Good Job !!!
ehh
works great..
only one thing.. i got a voicemail message so it left a notification and i got the blinking led (great).
But there seems no way to get rid of the voicemail notification now
So i tried to remove the msgled file form the startup folder.. doesnt let me.. hmmmm
Anyway to remove the msgled file? or stop it?
Greetzzz
DvL
service lights not blinking..
acowx said:
I wrote a small app (based on other people's hard work) that will flash the LED when a new notification is active.
I did this because all my previous WM5 PDA's had a visible "new message" notification and I found it useful !
1. Copy the SDKCerts.cab from the Visual Studio SDK onto your device
2. Run the .cab on the device to install the SDK root certs
3. Extract the msgled.zip and copy msgled.exe to the startup folder of your Treo
Done
It *should* check every 10 seconds for new messages and flash the LED if there are any.
Enjoy.
Click to expand...
Click to collapse
Hi,
I guess you can help me in my Problem.
I had flashed my ROM for softbank x01ht witha widows6 rom(dont remember which version).
Since then the Device lights i.e. the bluetooth light and the service ligts are not working meaning they do not blink at all.
When I connect the Charger, a RED LED flash for a fraction of second and then goes off, though the charging is done with no problem.
Can you pls tell me how can I solve this problem, I have tried to search a solutuon with all the possible combination of key words.
Pls. help me if you know any possible solution.
THANKING YOU IN ADVANCE,
Mandrix
This is great, thanks!
is there any way to turn the led orange instead of green when receiving new messages?
great app though. thx.
Treo 750 - Missed call / message notification orange LED
Zwuncki
I too am looking for an option to do this but it seems that the only option so far has been to turn the LED green for notifications (I am using Mortscript and nled). An improvement over the existing but orange would be nice.
For the Treo 650, this was nicely done by an application called "MissedCall" but from reading posts in other forums it seems that no one has figured out a way to turn on the orange LED in Treo 750 (it does this when out of range of signal in its built in default state).
Works great!!!!
cdelauz02 - what works great? I assume you are talking about Mortscript/Nled? or have you gotten the notification to turn the orange LED on somehow?
acowx said:
...It *should* check every 10 seconds for new messages and flash the LED if there are any...
Enjoy.
Click to expand...
Click to collapse
Do you think this will drain the battery? Since it checks every 10 seconds for new messages.
Great feature though! Very nicely done!
I've had this script installed for a couple of months now and can't say that I've noticed any impact on my battery life. I still get 2-3 days between charges.
marsonist said:
I've had this script installed for a couple of months now and can't say that I've noticed any impact on my battery life. I still get 2-3 days between charges.
Click to expand...
Click to collapse
Thanks for your answer. Nice to see some activity on the 750 forum.
At the moment I'm trying SPB Phone Suite. It looks like it also notifies the user by flashing the LED when you've missed a call. One "bug" is when you dismiss a missed call the indicator still shows the number of missed calls.
I might be mistaken, but if I understand what I've read over at the Phonealarm forums the 750 handels notifiers different than other pocket pc's and what you've noticed is one of the results. I believe that the counts should reset if you actually view the missed call log.
Otherwise, how do you like the SPB phone suite? I've been eyeing it, but being a regular reader of the phonealarm forums I know the amount of work that goes into such a program and am a bit weary of a first release. What's your impression?
I must say that I like the idea. It sure is a very good first release! Skinning is not my main target. Stability is
Just installed a Beta of PhoneAlarm. It worked for a few hours, now the screen looks messed up (stripes). Like the images aren't rendered correctly.
Read that the memory footprint of PhoneAlarm is smaller than SPB Phone Suite.
But we're a little of topic now Will post more info when I have it!
faisal said:
cdelauz02 - what works great? I assume you are talking about Mortscript/Nled? or have you gotten the notification to turn the orange LED on somehow?
Click to expand...
Click to collapse
I was referring to the led notifications, I dont mind having the led green, but if orange was available it will be nice as well.

[Q] Disable LED blinking with a WM6 device ?

Hi to all !
Well, i'm absolutly uninterested in knowing my phone have found GSM service considering I'm never in uncovered GSm areas. BUT i'm absolutly interested in sleeping in a dark non-blinking room, or driving a non-blinking car by night.
I've been searching for hours a registry hack to kill service LED blinking on my HTC s710 ... The tweak for WM5 can be found anywhere, but we cant find the same keys in WM6 RDB.
Does anyone know how to act on service LED activity via RDB or even software ?
Thanks to all of you people !
Nicolas
C'mon, no one knows how to disable it or is even bothered by it ?
I am very interested. I never want to see a blinking led and im also looking for a way to toggle the keyboard lights on my Titan.
Ok I found the registry value. Go HKLM\Drivers\BuiltIn\AllLedMgr then change the index from 1 to 0
At your own risk ;-)
does the led blink ever with this one or does this disable it completely?
i know there's a program called "dontforget" that'll disable the constant blinking but permits blinking for other types of notifications.
with the registry change the only time the led lights up is to let you know the battery is charging.
This does not work with the HTC S710. There is no key named AllLedMgr, even if one is created - it seems to be ignored.
DontForget seems to work intermittently on the S710 also, it will slow down the GSM LED, but once anything interacts with it - it will start right back up again.
Try this programs. Work well on my tornado.
Hello
I am trying to use jamespaulritter's method of changing the registry value and I am getting an "access denied" dialog box. Please help me turn the thing off. I am very new to this and am sure I am missing a basic procedure. Please help
Thanks
jamespaulritter said:
Ok I found the registry value. Go HKLM\Drivers\BuiltIn\AllLedMgr then change the index from 1 to 0
At your own risk ;-)
Click to expand...
Click to collapse
I know I'm off forum, but this works for me on my HTC Vogue w/ WM 6.1. However, it kills vibration. Will try the MoDaCo program next.
Solution!!
Lovetz said:
Try this programs. Work well on my tornado.
Click to expand...
Click to collapse
Both apps work!
Tested on Tmobile SDA WM6.1 Smartphone

[RC4][CAB][SRC]LedNotifications [minor update][03/04/2010]

NEW VERSION RELEASE CANDIDATE 4
NOTE: I DON'T HAVE ENOUGH TIME TO OFFER SUPPORT FOR THIS APP. I'M RELEASING THE SOURCE CODE UNDER GPLV3 LICENSE.
SCREENSHOTS CLICK HERE TO SEE
LedNotifications it's a event based application that will detect when some applications write in the notification bar and will raise a led event.
The app consists in a:
-background process (lednotifybkg.exe)
-configuration tool (LedNotifyGUI.exe)
Bakground process it's coded in C to maximice performance and memory consumption.Background process will trigger the led events so you don't need the configuration tool to be running.
The application it's now hardcoded so only works with HD2 devices.
How to use it
Just run the configuration tool. Now raise a notification (for example a misscall) and go to configure-> add last active notification. Now select the led and press Add. To ensure compatibility you'll only be able to configure the LAST ACTIVE NOTIFICATION. So if you have 3 notification, you'll be able to configure the last one. To configure the others rid of the last one and do the same again.
When you finish, start the background process. If it's started, shutdown it and start it again to apply changes.
PLEASE SHUTDOWN THE CONFIGURATION TOOL WHEN FINISH WITH THE EXIT BUTTON OR THE BATTERY CONSUMPTION MAY BE INCREASED
Warning: The background process will not start automatically.You should start it when your device it's reset.
SOURCE CODE
I'll release the source code when I get positive feedback indicating that the application has no bugs.Just to release something in good conditions. I'm not a software developer so don't expect too much.
THANKS TO...
MichyPrima for the ManilaSDK
NetRipper for LeoExtendedNotifications source code
WARNING: INCOMPATIBILITIES
To raise an event I delete a registry value that saves the id of the active notification. Concretely HKEY_LOCAL_MACHINE\System\State\Shell\Notifications\Active value ID. If you experience any problem with other notification software it can be related with this. Disable my app, make a soft reset and check if the issue has been solved.
MUST READ
I've made an effort coding this application, ensuring it has no bug and fixing it. So now I'm asking you if you like the application please donate to some ONG (ie http://www.supportunicef.org/), so I've helped you with this app, you can help other people with your money . Now you've read this you know that the pword to open the file is donateong
KNOWN BUGS
a) When the bicolor led it's blinking if you rid off some notification maybe it won't shutdown. Please report if this happens to you, I don't know if I fixed it at all.
FAQ
What's the battery consumption?
The battery consumption it's 0!!. The led it's put in an automode so the application it's not responsible of making the on/off process, the app just triggers leds on/off
Why I can't configure led's frequency and duty cicle?
To ensure maximum battery performance the led it's put in an automode. The driver is the responsible to blink the led so you can't configure it. You can still download previous versions but they consume battery power.
Why have you changed the Add apps menu?
With the new system I can't monitor all notifications so I've coded this way to ensure notifications you add will raise an event in the background process.
Why don't you use the netRippers code to blink the keypad?
Because I don't know howto put in automode and this affects battery performance
What's the password for the file?
Please read MUST READ section
DOWNLOAD RC4 SOURCE CODE
DOWNLOAD AUTOSTARTUP RC4 CAB
DOWNLOAD AUTOSTARTUP RC3 CAB
DOWNLOAD RELEASE CANDIDATE 3
DOWNLOAD RELEASE CANDIDATE 2
DOWLOAD RELEASE CANDIDATE 1 HERE
-----------------------------------------------------------------------------------------------------------------------------------------------------
OLD VERSIONS
Hello!,
I'm here to present my first windows mobile application LedNotifications. It's a general purpose led notifier but designed in an HD2 (so by now only works in an HD2).
The application looks for notifications in the notification bar and let's you to configure a led color. The led will start to blink as soon as the notification icon appears in the notification bar. There's a quicklist to enable/disable apps quickly. The app also lets you to override the power led.
There are some known bugs:
1)the configuration tools sometimes crashes.
2) Slide reported that sometimes the app doesn't work in stanby mode, if anybody knows what the reason could be please write in this post
It will let you configure led email notifications on the HD2!
Use at your own risk, I'm not responsible for the damages that this program can cause to you or/and your device.
Background program can crash and run CPU as high as 90% so if this happens it will drain your battery.I've been working on that so I expect this not to happen but it's a possibility.
Configuration files allow you to use in other devices. Format text files are
on.txt -> configuration to bring led on
off.txt -> configuration to turn the led off
so every file has LED_ID,LED_STATUS_VALUE
in HD2 green led is 1 and on status is 1
on.txt looks like this 1,1
I hope you like the program. I will post the source code soon.
The program does not register to startup so a reset will disable it (and solve any problem related to this)
Lots of thanks to MichyPrima for the manila controls
showthread.php?t=566188
Regards,
Jordi
(OLD) Last BETA version LedNotifications003.zip (OLD)
(OLD) DOWNLOAD IT HERE (OLD)
Changelog
31/03/2010 rc3 Solved power led always going green afeter a notification.
Solved bad management of notification. Led was not turned of after rid of the notification.
Solved OverridePowerLed issue
Solved some GUI crashes
30/03/2010 rc2 When you set OverridePowerLed and you rid of a notification, the led goes to its original state
30/03/2010 New background with no power consumption, completely event based. Based on NetRipper's LeoExtendedNotifications code.
21/03/2010 Improved power consumption up to 60%. Improves your battery life
20/03/2010 Fixed bug that did'nt turn off the led after you rid o the notification. Some improvements on the led code. Now the led behaviour it's more similar to the one you see in the configuration tool.
17/03/2010 I've changed the app name to LedNotifications to avoid legal issues. There's a led control app for BB that it's called LedNotifier.
Very interesting!
really interesting ..will check the memory usage.
antoniomistretta said:
Very interesting!
Click to expand...
Click to collapse
Thank you!!
karaern said:
really interesting ..will check the memory usage.
Click to expand...
Click to collapse
The app has two executables. One for the GUI and the other for the background. The background process manages leds and it coded in C++. Only around 70kbyte of memory and around 1% CPU . The GUI it's about 2Mbyte but it can be shutdown once you have configured it.
Will be watching this with exteme interest!
Interesting....keeping an eye on it.
kenkiller said:
Interesting....keeping an eye on it.
Click to expand...
Click to collapse
+1
Olioaglio
Hi htcjordi!
Thanks for the program. I am testing it on my Topaz. It seems to be working perfectly so far. I love the interface.
Many thanks! I will report any bugs I find.
I have a link from the start menu to this so it auto starts after a reset.
So far not too bad... Occasionally the led stays on but otherwise i finally have my flashing email notification
Well done!
Hi! Very interesting application you made there.
I think it would be even more interesting if the 2 settings txt files would be replaced by registry entries.
Thanks for the good work!
I have been testing this for about a day now. I received an email but the LED was not responding. When I woke up my device, the LED illuminated and stayed illuminated even after I removed all notifications and my TD2 was not charging.
It would be nice to be able to configure the different notifications with different LEDs. I haven't figured out how to do this yet.
Otherwise, it is great.
please
we want nimbuzz to notify us when we have a missed call or massage
because there is noway i can know if i have a missed call or massage
can you make your app work also with nimbuzz ? like what you did woth palringo ?
Aqrab said:
please
we want nimbuzz to notify us when we have a missed call or massage
because there is noway i can know if i have a missed call or massage
can you make your app work also with nimbuzz ? like what you did woth palringo ?
Click to expand...
Click to collapse
If you read the about tab in the GUI, this gives instructions on how to do this.
mitsi said:
If you read the about tab in the GUI, this gives instructions on how to do this.
Click to expand...
Click to collapse
yeah but the problem is nimbuzz does not have a notification icon bar
THATS WHY IM ASKING HERE
NO RESPOND FROM NIMBUZZ SITE
EpiphanyNL said:
Hi! Very interesting application you made there.
I think it would be even more interesting if the 2 settings txt files would be replaced by registry entries.
Thanks for the good work!
Click to expand...
Click to collapse
Actually it was easier to do with registry entries but I did it with text files because I think it's more friendly to work with text files than work with the registry. Just in case somebody want to write new files! Anyway I apreciate your comment
mitsi said:
I have been testing this for about a day now. I received an email but the LED was not responding. When I woke up my device, the LED illuminated and stayed illuminated even after I removed all notifications and my TD2 was not charging.
It would be nice to be able to configure the different notifications with different LEDs. I haven't figured out how to do this yet.
Otherwise, it is great.
Click to expand...
Click to collapse
Hi mitsi! I figured out that you have a Diamond, I can't test my app with this machine but I'll try to help you.Did your TD2's leds work through the configuration menu? I mean the menu you can configurate led's frequency and duty cicle. If the led is not blinking you'll have to play with configuration files.
You can configure notifications with different leds. Raise some event in the notification bar to list some app in the app menu. Then activate the app pressing the on/off button : it should appear a menu indicating wich led you want to turn on (in my case green/orange). If different physical leds are avaliable (not one with many colors) they should appear with indepentents on/off buttons.
Thank you for all your feedback
Aqrab said:
please
we want nimbuzz to notify us when we have a missed call or massage
because there is noway i can know if i have a missed call or massage
can you make your app work also with nimbuzz ? like what you did woth palringo ?
Click to expand...
Click to collapse
Hi Aqrab this software works only with the notification bar.I've playing with Nimbuzz and only plays a sound on notifications!!!! I've playing with talkonaut also and the same but at least vibrates.
Aqrab said:
yeah but the problem is nimbuzz does not have a notification icon bar
THATS WHY IM ASKING HERE
NO RESPOND FROM NIMBUZZ SITE
Click to expand...
Click to collapse
If Nimbuzz does not respond I can't do much more . I recommend you to use Palringo instead
How is work going on this?
I seem to keep getting an instant where by the flashing LED stays solid when i get rid of the notification (by reading the email).
I have currently set up a shortcut to the GUI so i can stop/restart it but it's a bit annoying... any chance you can add a restart into the script after the notification is removed?
PS its a HD2....
crispy514 said:
How is work going on this?
I seem to keep getting an instant where by the flashing LED stays solid when i get rid of the notification (by reading the email).
I have currently set up a shortcut to the GUI so i can stop/restart it but it's a bit annoying... any chance you can add a restart into the script after the notification is removed?
PS its a HD2....
Click to expand...
Click to collapse
I'll work on it this weekend. There's a trick to avoid that: get rid of the notification when the led is off.
htcjordi said:
I'll work on it this weekend. There's a trick to avoid that: get rid of the notification when the led is off.
Click to expand...
Click to collapse
easier said than done will practice my timing!
crispy514 said:
easier said than done will practice my timing!
Click to expand...
Click to collapse
Stop practicing! I've fixed the bug

Modded Skype by SammyBlaze - finally the sound switches to earphone automatically

Hi guys, I tried some experiments with skype and Mort Skript.
So I created this modded version:
rapidshare.com/files/366681199/SkypeMobile_Modded_by_SammyBlaze_v1.1.CAB
udate: mortskript short cut added for first start to start menu
Skype switches now automatically between earphone and speakerphone by simply using Mortscript and Troca2:
Everytime skype is in focus troca2 will be executed so the sound is directed to earphone.
Install on Device.
After installation please reboot and run "RunMeFirstThenDeleteMe" first from Start Menu.
Now you can delete "RunMeFirstThenDeleteMe" (file explorer - my device - windows - startmenu -programs)
I recommend to uninstall your old skype first.
please report your bugs and advice here.
I am trying to integrate Hd2ProximityScreenOff so the screen turns off when you do a call.
awesome! testing this tonight!
Tried it, but unfortunately it does not even run on my Stock ROM Telstra HD2 in Oz.
Sounds nice, but you could say it needs to be installed in internal memory, that this installs and uses Mortscript, and that it's needed to run Mortscript.exe in \Program files\Mortscript to associate the extensions before the shortcut will run. Took me 15 minutes of tracking down what the shortcut was pointing to, opening the file in question to find leads as to how to etc to finally randomly run the Mortscript exe to make it run. Most people don't know/use Mortscript.
Anyway, it seems to work. But there again some explanations from your part would have been nice... at first it wasn't working, and I had to read the script to understand what it did to do correctly. So, it seems it opens an exe that switches output to front speaker whenever the Skype window is in focus. But as I turn screen off when talking (otherwise with screen on I keep pressing on hangup or other stuff when I put the phone at the ear as proximity sensor is not active), and this brings up S2U2, the Skype window wouldn't be in focus anymore, so audio switches back to rear speaker. Also, tapping anywhere in the Skype window during a call makes the little 6-icon popup appear, which the script interprets as Skype losing focus, and audio also switches. Same when adjusting volume, the volume window switches audio. Would be nice to have a simple way to find out a few window names and add them to the script.
Deactivating "lock when screen is blank" in S2U2 seems to make it useable, as long as you have a hardware key assigned to "Turn screen off" and use it.
Also for some reason, everytime I press the power key when Skype is in focus, the device comes back on.
sammybusse said:
Hi guys, I tried some experiments with skype and Mort Skript.
So I created this modded version:
rapidshare.com/files/366524799/SkypeMobile_Modded_by_SammyBlaze_v1.0.CAB
Skype switches now automatically between earphone and speakerphone.
I recommend to uninstall your old skype first.
I only tested this with a german rom so please report your bugs and advice here.
Click to expand...
Click to collapse
Tried it, but it does not even run on my ROM 1.66.405.2 wwe
Shame soo much trouble with this..
would be nice not to have to use Audio Route...
appleseed245 said:
Tried it, but it does not even run on my ROM 1.66.405.2 wwe
Click to expand...
Click to collapse
Read my post above. Run \Program files\Mortscript\Mortscript.exe once first.
Made an update
look at first post.
I will try to implement Hd2ProximityScreenOff-0.2 but:
This would trigger the device lock
...this would cause lag in skype
Ok I could deaktivate device lock and then use hd2ProximityScreenOff
It works, thanks ^^
thanks summybussy ..i managed to install. it works fine. but screen is on when i make call....?
So now I understand why it did not work. I will continue to use Audio Route and/or my headphones. But thanks for the efforts. Not something I would even think of doing...
Skype soundswitch and turn display off
appleseed245 said:
thanks summybussy ..i managed to install. it works fine. but screen is on when i make call....?
Click to expand...
Click to collapse
Unfortunately the screen remains on during calls.
I use ProximityScreenOff for that in combination with DisableAutoDeviceLock
forum.xda-developers.com/showthread.php?t=624206
With AeButtonPlus I mapped windows button (double tab) for device lock.
Hi sammybusse! I found skype drilling my battery very fast. MortScript.exe takes mem 428k and CPU 35%. I left my phone with fully charged battery and runing skype approx. for 6 hours. and went to bed when i awoke phone was off.Any idea haw to fix it. thanks
appleseed245 said:
Hi sammybusse! I found skype drilling my battery very fast. MortScript.exe takes mem 428k and CPU 35%. I left my phone with fully charged battery and runing skype approx. for 6 hours. and went to bed when i awoke phone was off.Any idea haw to fix it. thanks
Click to expand...
Click to collapse
I have the same problem. Big issue.
It is because mort script run all the time and checks wether skype is active.
With the attached skypecode.mscr it will check only every 5 seconds wether skype is on focus.
replace it with the file in windows folder.
Skype uses a lot of battery on its own, even without Mortscript. Really not optimized at all, firstly it will prevent the device for entering standby as long as it's running, and secondly it uses a lot of CPU even when it has nothing to do.
i got it to work perfect on the 1st try...my only concern is, when someone calls, it rings iin the earpiece as well...can this be fixed?

Automatic bluetooth on when on external power

Wouldnt it be great if bluetooth turned on automattically when I put the phone in the car holder(with charge function), and when i pull it out bluetooth turns off.
I Know that Phone alarm can do the trick but i don't need all the extra things that come with phone alarm, it only messes things up.
Is there a simple cab file around who enables this function?
Or if there isnt, could someone make such a cab file? I know a lot of guys who would love to have this working.
I would like it!
i am using phonealarm which also supports this function. Find it at www.pocketmax.net
I know i used it also but it is overkill if i only want to use it for the bluetooth function.
forum.xda-developers.com/showpost.php?p=3367344
I installed it, reset my phone but it does not work.
Is this one especially for the hd2?
Oh boy would I like this! It's such an simple and usefull thing, and yet there still is no cab for it.
I'm not a developer, but it seems easy: power on = BT on, power off = BT off. It should be a matter of finding the right trigger for power on, and then combine it with the bluetooth-toggle cab found elsewhere. (See attached)
Who can help!
ps: it's for a HD2, so post mentioned above (bluepower) doesn't work indeed. Probably because of the other BT protocol used.
ps2: the attached Touch X Bluetooth Toggle.cab DOES work on HD2, but manually. If this cab can be changed to toggle BT on power-status in stead of manual input we'd have what we want.
ps3: phonealarm does know how to do the trick, but it's not flawless, and surely overkill. BUT.... the right trigger (powerstatus-on, powerstatus-off) should be in it somewhere... who can find it, and convert the attached BT toggle with it to the wanted function?
would be a nice one to have indeed, hope someone can help!
4stimpy said:
I Know that Phone alarm can do the trick
Click to expand...
Click to collapse
It can? How
Really searching for this, would love it...
Hope there wil be one soon
Yeah, as per the thread I started on a similar subject, I want to do this stuff but like others, Phonealarm is a little bit OTT for what I need, and g-profile just simply doesn't seem to work for some reason.
I set up a bunch of profiles but when you change (either manual or auto) the stuff you set up for the profiles in question just doesn't seem to happen. Hoping I'm just doing something wrong!
teake said:
Oh boy would I like this! It's such an simple and usefull thing, and yet there still is no cab for it.
I'm not a developer, but it seems easy: power on = BT on, power off = BT off.
Click to expand...
Click to collapse
Sorry, but the logic is flawed. Some times the user may have BT on when not charging, then start charging. It would be bad to disconnect bt when he or she did not want to charge any more.
I'd do it like this: power on, save bt status, turn on bt regardless of previous state. power off, turn bt to same state as saved. You could possibly ask the user if he or she wanted to disconnect.
That would be an improved functionality indeed. But not needed for me (yet). I only use Bluetooth for connecting to my carkit. The rest of the day it's turned off. So for me power_on=BT_on and power_off=BT_off would be enough.
Your added function makes it even nicer though....
Nobody who can help us?
Bump,
wow this topic goes down fast.
hope someone will pick this up, it's a really good idea
and so simple.... it seems.
I really would like to have it too. I even provided the raw material with the working other programs, now all we need is a Winmo magician who can extract the needed elements, and brew it into a working cab...
dio62000 said:
It can? How
Click to expand...
Click to collapse
On the profiles tab hit options an use the top function(automatically change) to ad the toggle on power state.
Ok, one last try.
Isn't there anyone who can help us.
I do use phonealarm right now but i think it drains my battery fast.
How about this guys?
http://www.kixass.net/bluepower/
Havent used it myself, and it is not clear if this is touchscreen compatible..

Categories

Resources