New audio switch program for skype and others. - 8125, K-JAM, P4300, MDA Vario General

This program is an evolution of the first I made. It will route the audio to the earpiece when an certain program is running.
I put the program here because I have test it in wizard, if people test this in others phones and it works, please post here and maybe move this this thread to an more "generic" forum.
the program MUST be under "\($program files)\audioswitch" folder, you must unzip the contents to this folder.
the configuration file (command.txt) is under this format:
1000
skype
fring
etc
the first line is the delay(in miliseconds) in witch the program will "look" if a program in the list is in the top level window, faster phone, smaller delays, I recommend 1000 ms.
the next 20 lines are the programs you want the audio to be routed to the earpiece(max 20 lines for now).
Again the program is under the "do it on your own risk" and "I am not responsible for anything" licence. And,of course, it is free!! Do not sell it!
It is manly intended for little expert users, as it is still in "beta" fase, hehehe.
How it works:
the program runs in an eternal loop and look for the title of the current window that is displayed for the user in a time interval.
When the program mach the title window with one of the names user configured it it will switch the audio, when the program is not running anymore, the audio will swich back.
Do not launch two or more instances of the program at the same time, could really mess things up. -- se the forum (thanks tucahara)
To stop the program, u must use a process manager.
it would be good if someone could make a cab to install it. -- done see the forum (thanks tucahara)
this is still a beta, I intend to make ajustments as people give feedback.
Thanks,
hope u like.
-----first update---
now, an file called "audioswitch_error.txt" in the root directory will hold the error messages.
------------ List - Working ------------
wizard - I tested
P3301 or P3300 - I tested
att tilt - I tested
touch 3452 and 3450
touch dual
touch cruise
touch HD
Sony Ericsson Xperia X1
BenQ E72
Titan --> see the forum
------------ List - NOT working ------------
T-Mobile Diamond
HTC Touch by Sprint
Samsung SGH-i780
------------------------------------------------------------------------------------
check the new thread at:
http://forum.xda-developers.com/showthread.php?t=502361
new aproach to do the switch and now open source, even with an class that others can improve and put in other apps...
Some people complain about me not openning the source of the app, I have just made this way because there was proprietary code inside and I had no time to rewrite it without the proprietary code.
I have made the best I could, and now I had some time and rewrite the app in open source, to those who only complain about it, get the code and make it better instead of complaining!
Thanks for all that encourage me to continue the work and helped the development.
will retire this project for while...
thanks u all.

Audioswitch for Skype
On HTC Touch by Sprint (CDMA, also known as Vogue), audioswitch does switch the audio in the Skype 2.5 windows mobile PPC from external speaker to handset. Unfortunately, the microphone is then also disabled. I hope you'll be able to tweak your audioswitch to resolve this.
Thank you so much for developing this wonderful applet. I'm sure you will have the gratitude of many frustrated Skype windows mobile users.

What really happens is that when the sound output is switched in some phones, the microphone gain changes too. This happens because the phone thinks it is a "normal call".
Most of the times the mic gain increases, but in your phone it must be decreasing. Try to figure out in registry where the mic gain controls are recorded and chage all of then to the same value. I had this issue with my P3301 and solved this way, but there is quite a time now and I do not remenber where are the reg keys to change, but I have found the information here in the forum.
I will try to figure out for other "hack" to solve this issue... thanks for reply.

doesn't work at T-Mobile Compact IV (aka Diamond)
Sound went to loudspeaker....
PS: fring last version working fine with sound at mine phone (without any additional programms). Sound is going to correct destination automatically

I just tried the latest version of Fring, which automatically switches audio to earpiece when call is connected.
The same issue occurs with the new Fring as I described above with your audioswitch program: I can hear audio through earpiece, but microphone doesn't work (or is inaudible).
I couldn't find a tweak or registry hack to correct this. Any help would be greatly appreciated.

MarceloFB said:
This program is an evolution of the first I made. It will route the audio to the earpiece when an certain program is running.
I put the program here because I have test it in wizard, if people test this in others phones and it works, please post here and maybe move this this thread to an more "generic" forum.
the program MUST be under "\($program files)\audioswitch" folder, you must unzip the contents to this folder.
the configuration file (command.txt) is under this format:
1000
skype
fring
etc
the first line is the delay(in miliseconds) in witch the program will "look" if a program in the list is in the top level window, faster phone, smaller delays, I recommend 1000 ms.
the next 20 lines are the programs you want the audio to be routed to the earpiece(max 20 lines for now).
Again the program is under the "do it on your own risk" and "I am not responsible for anything" licence. And,of course, it is free!! Do not sell it!
It is manly intended for little expert users, as it is still in "beta" fase, hehehe.
How it works:
the program runs in an eternal loop and look for the title of the current window that is displayed for the user in a time interval.
When the program mach the title window with one of the names user configured it it will switch the audio, when the program is not running anymore, the audio will swich back.
it would be good if someone could make a cab to install it.
this is still a beta, I intend to make ajustments as people give feedback.
If someone like this program and wants to make an donation...
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=4WLQVA6LTKWSL&lc=GB&item_name=marcelofb&item_number=marcelofbxdadonations&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG_global%2egif%3aNonHosted
Thanks,
hope u like.
Click to expand...
Click to collapse
I have an idea. Rather than regularly polling to see what the current windows is, why not use a windows hook to monitor windows messages. When you see a message indicating a window has come to the foreground test it against your list of windows and enable/disable audio switch as necessary. Use SetWindowsHookEx and hook for WH_CBT messages. If you are unfamiliar with using SetWindowsHookEx I could supply you with the hooking code and all you would need to do is insert the code to check the window names, enable the audio switch, and disable the audio switch. Or you could send me the enable/disable routines.
Another tip, I noticed that skype places an icon in the notification area during a call. If there is someway of detecting the notification icon that could be another great way to trigger the switch.
Great program though. Works beautifully.

OOOH
If this program works on the new BenQ E72 I'm getting in a couple of days I'll certainly donate!
THANKYOUTHANKYOUTHANKYOU

hello,
it does not work on hermes (tytn).
by the way "troca2" does work on hermes! - maybe you guys want to work together?

baal_zebub said:
hello,
it does not work on hermes (tytn).
by the way "troca2" does work on hermes! - maybe you guys want to work together?
Click to expand...
Click to collapse
hehhehe, I made troca2, I will see if the switch code is the same or if I have made some mistake...
are u sure you have put the program in the correct directory?? I will make some modifications to have an error feedback. So u can see if something is wrong...

JKingDev said:
I have an idea. Rather than regularly polling to see what the current windows is, why not use a windows hook to monitor windows messages. When you see a message indicating a window has come to the foreground test it against your list of windows and enable/disable audio switch as necessary. Use SetWindowsHookEx and hook for WH_CBT messages. If you are unfamiliar with using SetWindowsHookEx I could supply you with the hooking code and all you would need to do is insert the code to check the window names, enable the audio switch, and disable the audio switch. Or you could send me the enable/disable routines.
Another tip, I noticed that skype places an icon in the notification area during a call. If there is someway of detecting the notification icon that could be another great way to trigger the switch.
Great program though. Works beautifully.
Click to expand...
Click to collapse
It is a good idea to use hook, I have not think of it!
I use a proprietary code included in a lib at the company I work for to make the "switch" but it is not different of what u find here in the forum.
Maybe we can make an effort to re-make it with hooks...

so this program must run all the time? after every softreset you have to start it?
is it not easier with mortscript (for example) to make an shortcut that opens skype as well as the audioswitch program? and closes the audioswithc program when you close skype?
I am using it right now and it seems to work perfect:
i used this script after installing mortscript (http://www.sto-helit.de/):
run( "\Windows\SkypeSoundSwitch.exe" )
runwait( "\Program Files\Skype\Skype.exe" )
close( "troca2" )
(see that in my case i downloaded your original program and renamed it to skypesoundswitch.exe and put it in the windows map)
I renamed it so i could remember what the purpose the file had.. changed nothing but the name!
Thanks for the program by the way! it always worked perfect!!

so to sum up the way i have it now (most files included) on my xperia x1:
1) installed skype
2) installed mortscript
3) add skypesoundswitch to \windows\....
3) add skype.mscr to \.... (root)
4) overwrite skype.lnk with the new skype.lnk in \windows\start menu\programs\..
in the way whenever i open skype(.lnk), it opens skype.mscr, this opens skypesoundswitch.exe and than skype.exe... when you close skype.exe it closes skypesoundswitch.exe...
it seems to work perfect.. but hey maybe i am doing something totally wrong here.. than just shout!
by the way, the .mscr and the .lnk files are offcourse edit-able .. so you can put the files everywhere you like..

madhijs said:
so this program must run all the time? after every softreset you have to start it?
is it not easier with mortscript (for example) to make an shortcut that opens skype as well as the audioswitch program? and closes the audioswithc program when you close skype?
I am using it right now and it seems to work perfect:
i used this script after installing mortscript (http://www.sto-helit.de/):
run( "\Windows\SkypeSoundSwitch.exe" )
runwait( "\Program Files\Skype\Skype.exe" )
close( "troca2" )
(see that in my case i downloaded your original program and renamed it to skypesoundswitch.exe and put it in the windows map)
I renamed it so i could remember what the purpose the file had.. changed nothing but the name!
Thanks for the program by the way! it always worked perfect!!
Click to expand...
Click to collapse
That works great too. The advantage of this new program is that it will only reroute the audio when skype is in the foreground. You could minimize skype and leave it running, and audioswitch will automatically restore your sound. Get a call and open up skype and your sound goes back to the earpiece.
I will create the code to do it with a windows hook when I get a chance MarceloFB. Please pm me your email address. All you will have to do is insert the code to read the config file, check the window names, and when necessary enable or disable the switch. Or please show me where to find details on how to code this myself. Thanks!

Hat off to both of you and really glad that we will have a much improved solution.

JKingDev said:
That works great too. The advantage of this new program is that it will only reroute the audio when skype is in the foreground. You could minimize skype and leave it running, and audioswitch will automatically restore your sound. Get a call and open up skype and your sound goes back to the earpiece.
I will create the code to do it with a windows hook when I get a chance MarceloFB. Please pm me your email address. All you have to do is insert the code to read the config file, check the window names, and when necessary enable or disable the switch.
Click to expand...
Click to collapse
okay! I only used skype to make calls and than get offline so this way did the trick for me! but i have to admit it would be much better when i can keep skype online!
this new program does the trick indeed! it changes the output back when i minimize skype!
But still my question above, you have to start this program on every startup isn't it? what does it do with the battery?

madhijs said:
okay! I only used skype to make calls and than get offline so this way did the trick for me! but i have to admit it would be much better when i can keep skype online!
this new program does the trick indeed! it changes the output back when i minimize skype!
But still my question above, you have to start this program on every startup isn't it? what does it do with the battery?
Click to expand...
Click to collapse
Yes it must be run at startup but placing a link in your startup folder will make everything transparent to the user. I don't think there will be an effect at startup. In it's current form it must check every second (or whatever you set the timeout to), but its only a little bit of code. I am not really sure if that will really have an effect. The more often it checks the faster it will switch when you open skype, but also the more processor use. Check less often and it uses less processor, but there might be a delay in switching the audio. I proposed doing it by hooks though because this would use even less processor. The app will only check when a new window takes focus, rather than just periodically checking. This way it only checks when it needs to and will always switch instantly.

I am glad u liked the program.
I will try to answer most of the questions...
1- JKingDev:
I have though in your idea of using hooks, but if I use a hook, the program will have a loop anyway to check for the messages(hidden loop ;-) ), and it would have to have an "fake window" or something to process the messages. This way we have only one loop, in a very simple command line program with high optimization, so we have to think what is really the best way of doing it... I will pm u as soon I have any time to "program" again. hehe
2- people that uses mortscript with the old "troca2"
I will try to make a way to make this program work the same way as troca2, maybe with an "argc argv", wait the next update.
3- the battery life??
if u notice any battery life decreasing with the usage of the program, configure a bigger delay, maybe 5000ms, it is a matter of adjust the "timming" for each processor. Post your results here so others can find the optimum value for the delay in their phones.
4- have to start the program every reset?
yes, just put it in the startup folder.
maybe someone can make an cab that put the program in the right place and a link in the startup, it would be cool! I dont have an easy program to deal with cabs, and the vs projects for cabs.... I really cant make that thing work!!

well it is only the batterylife i was worried about. but i'll try running the phone this weekend with the program running and doing some skype.. lets see how it turns out!

For folks who have issues of mic on using this program, there is a quick solution for this problem. You can try sjphone. It provides a internal mic volume control. However, the major setback is that it's only working in wm5.
my 2 cents

weekendli said:
For folks who have issues of mic on using this program, there is a quick solution for this problem. You can try sjphone. It provides a internal mic volume control. However, the major setback is that it's only working in wm5.
my 2 cents
Click to expand...
Click to collapse
will check this, but people reported that worked in xperia... and it is running in my P3301... anyway, will check and post an wm6 build if it is the case... check the error file and see if it tells anything.
Other thing, this program uses low level api`s, so your windows MUST be fully unlocked for it to work in wm6.

Related

SMS Notifier released – a great application for PPCPE users!

Finnish Aali Alikoski, Academic Developer Evangelist of Microsoft Finland, has just released a highly useful application, SMS Notifier, along with its source code.
The application offers some really nice and, up to now, to my knowledge, on the Pocket PC Phone Edition platform, unprecedenced functionality: it waits for unanswered incoming calls and, depending on the configuration settings, it either sends an SMS message to the caller (with configurable contents), possibly containing also the end time of current appointment (this is also configurable) or adds an item to the system-level Windows Mobile calendar (containing the caller info).
The latter functionality is nothing new – you can check the caller's identity and the call date/time in any low-end mobile phone. The former – that is, the SMS feedback –, however, is really long-awaited!
Downloading and Installation
You can download the application here. Transfer the CAB file to your PDA and execute it there.
If, after installing and upon starting SMS Notifier, you're presented this error message, make sure you download and install .NET CF 2.0 from Microsoft. Make sure you install it in the main memory. Also note that, as the application heavily relies on the new, connectivity/database-related libraries of .NET CF2, it's not very easy to port it to run under the earlier Compact Framework library. (For CAB lovers, you will only need c:\Program Files\ Microsoft.NET\SDK\CompactFramework\ v2.0\WindowsCE\wce500\armv4i\NETCFv2.wm.armv4i.cab ; you can also download it from here (to avoid having to download the 24 Mbyte-long MSI installer).
Configuration
On the main set-up screen, there're some checkboxes in AND relationship. The first one, Send SMS to unanswered callers, instructs the application to send an SMS to everybody that tries to call you but his or her calls remain unanswered. Using (not disabling) the second two checkboxes, however, you may make the application not send a SMS to anyone that calls you, just to the ones that call you during an active/busy appointment.
The checkbox/text input area at the bottom makes it possible to report the end of the current appointment so that he or she can know when you are reachable again.
The Calendar tab contains only one checbox, which instructs the application to enter all the incoming calls into Calendar.
Note that the configuration settings are not correctly saved/restored, as the author also points out.
Usage
To use the application, just start and configure it to your liking. Do not click the Quit button – then, it won't send your callers any SMS. Just let it run. You can, of course, suspend the PDA while you do so and also minimize the application. This also means you can safely start it from \Windows\Startup (just like the other highly recommended application, PMRecorder – please see this article on it if interested) – if it's running in the background, it'll safely catch all unanswered calls.
Other stuff
I also recommend the author's blog here. Don't be taken aback of some of the material's being in Finnish: there's nothing really interesting in them for non-Finns (the Finnish blog posts are only about local, Finnish meetings, conferences). Unfortunately, some of the other Finnish .NET bloggers (see the links in the lower left of the page) post exclusively in Finnish, even highly technical stuff that would be interesting for non-Finnish speakers too. (Feel free to ask me in my blog for a public translation for some of them if really interested.)
thanx man .. jus tried it . this application actually works .rockinnn
I can't seem to be able to install the .net Framework 2.o on my new T-Mobile MDA - USA (Wizard)
I get the same error from .cab install or activesynch install:
"Installation error. Stop all applications and processes, maximize all available storage space, and run installation again. Support info:4"
Any suggestions?
oops
PhoneGuy said:
I can't seem to be able to install the .net Framework 2.o on my new T-Mobile MDA - USA (Wizard)
I get the same error from .cab install or activesynch install:
"Installation error. Stop all applications and processes, maximize all available storage space, and run installation again. Support info:4"
Any suggestions?
Click to expand...
Click to collapse
Did you try to install it in the main storage or the storage card? Only install it in the main storage.
Yeah, the options were "Device" or "Storage Card".
I tried Devicce but no luck...
PhoneGuy said:
Yeah, the options were "Device" or "Storage Card".
I tried Devicce but no luck...
Click to expand...
Click to collapse
I've encountered the same when I first tried to install it on a storage card. Then, subsequent installs to the main memory didn't succeed either. A hard reset helped.
I have installed it and it seems to work well. My only concern is that it seems to use the notification application of the phone rather than the call list of the phone. The reason I say this is because it puts a calendar entry in when I miss a call then adds another entry when I check the notification of missed calls.
is this what is supposed to happen? would it send 2 text messages in this case (when the call comes in and when I check the notification that the call did come in)?
thanks,
Edwin
also, it seems if I am on the phone when I miss a call it uses the name of the person I was on the phone with and not the person I missed.
Ruttensoft also has a similar program call minder - works well but not as many features as above program but you don't need NET thing - hate those addons
ethorn said:
is this what is supposed to happen? would it send 2 text messages in this case (when the call comes in and when I check the notification that the call did come in)?
Click to expand...
Click to collapse
That's what happens for me... I stopped using it because of the duplicated sms's...
meschle said:
Ruttensoft also has a similar program call minder - works well but not as many features as above program but you don't need NET thing - hate those addons
Click to expand...
Click to collapse
Tried it. Keep getting "Cound not find resource assembly" error.
Strange works sweet for me.
this is the link I used
http://www.freewareppc.com/communication/callassistant.shtml
meschle said:
Ruttensoft also has a similar program call minder - works well but not as many features as above program but you don't need NET thing - hate those addons
Click to expand...
Click to collapse
after using the Ruttensoft on my Qtek, i can no longer creat SMS, when I click on new, only a while screen appear, cannot input both phone number and Text.... did anyone meet the same ???
meschle said:
Strange works sweet for me.
this is the link I used
http://www.freewareppc.com/communication/callassistant.shtml
Click to expand...
Click to collapse
No it didn't... you didn't use this program. we are trying to give feedback to the author of this program which has so much more potential than the limited software you used.
No sms works for me even when activated. my qtek rom is 1.6.7.1 maybe that's the diff. Sorry ethorn could start a new thread if you like but may help some people if the other prog don't work for them.
Hi
I have a XDA 2i & a XDA Mini S and use a program called Do Not Disturb by Jguisoft, a very small footprint and easily configurable
no I am all for putting ideas of other products, but the way you worded it sounded like this program that Menneisyys worked on worked on your phone and that the version of his program you used was at another link.... my problem is that neither are true. Software Guru did things right and just introduced another alternative.
thanks guys
Software Guru said:
Hi
I have a XDA 2i & a XDA Mini S and use a program called Do Not Disturb by Jguisoft, a very small footprint and easily configurable
Click to expand...
Click to collapse
Can you provide a link? Did a google and no results found.
Cannot download the SMSNotifierSetup cab
Can someone please post this as i cannot seem to download it.
thanks

Simple, reliable, FREE apps. Which one do you use for...

Hello,
I know this is mostly a personal tastes dilemma, but I am looking to add a few specific functions to my Wizard and I just can't find some solutions to very simple issues. Of course I already searched through several boards and freeware sites, but most of the times I am stumbling on overcomplicated, unreliable, unstable or just plain not-working apps even for the most trivial tasks. Other times they work fine... unless you have any other app installed, in which case they bork up the system royally.
So, what are your freewares of choice for the following functions?
1) ALARM CLOCK
Yes, just a damn simple alarm clock to wake me up in the morning. No fancy tricks: just set it (possibly even on a week's advance), select the sound/Mp3 to be played and be sure it rings up when the time is right. If you want to get luxurious, a snooze function initiated by any hardware button would be nice.
I used M.Toda's AlarmClock 0.04, but it seems to be impossible to select a specific sound or buzzing mode (it's always an ear-splitting MEEEEEEEEEEEEEEEP!!!), nor to keep using the Wiz when the alarm is set.
[Update: following Pat12's advice (see below) I downloaded the latest AlarmClock version (ARM version) and it works smoothly. No Mp3 alarms yet, though]
2) MP3 PLAYER
Just the very basic player functions: play the whole folder, add Mp3 to playlist, previous/play/pause/next buttons and a Mute function. What's the problem, you say? Well, all the players I found either blocked the phone functions (a player going on auto-hold on incoming calls would be wonderful), or would keep the touchscreen always active, making it impossible to put the Wiz in a pocket while listening to music.
[Update: The current best candidate seems to be Tcpmp, although it lacks a full graphic interface (meaning Previous/Next song buttons)]
3) WARDRIVER
Yes, I know. But WiFiFoFum hasn't any user-friendly way to select which available AP to hook to. HitchHiker does, but any time I launched it after the first one it made the Wiz unstable. That was on a non-updated ROM, though... I admit I have to check it again... unless you suggest anything better.
4) LAUNCHBAR
Nonononono... no l33t, gigacustomizable stuff, please. I simply need a self-starting thingie to have the icons for the Office apps and maybe the latest X opened apps always on my Today screen. If you've seen the "green" UK ad campaign for WM5 - that's exactly what I'm looking for.
5) ANTITHEFT APP
[edited: the correct name happens to be EyeOnThief, see below]
I used to use LockOnThief, which supposedly sends tracking SMSs to a hidden number list whenever a non-approved SIM card is inserted in the device. Great. Just one more thing would make it perfect: the ability to remotely wipe the device via SMS.
I know this is an AKU2 trick, but I've got no Exchange server so I'd like a simpler approach. Do you know any solution encompassing both the tracking and the wiping functions?
And, by the way, has anyone of you actually field-tested LockOnThief tracking abilities?
6) WI-FI "G" ENABLER
I'd simply like to enable the 802.11g protocol on my Wizard. The problem is: the Djvw Wizard Optimizer 2 seems to make my Wiz unstable, and Registry Wizard crashes on start (yes, I installed the other Cab too). What other layman's solution would you suggest?
[Update: thanks to Meschle (see below) now there is an optimal Cab-tweak for enabling the protocol!]
To give a little contribution, I can only give my undivided suggestions for four softwares I fully endorse:
SCROLLING - You guessed right, it's Smartskey! [And not "softkeys" as per my initial post...]
PERSONAL INFO MANAGER - EWallet. Not a freeware, but great in the way it synchs up with its desktop counterpart.
GAMES - PpcAtaxx (a much more interesting variant on the Othello/Reversi theme which is perfect while commuting) and PocketScumm, to play the old LucasArts graphic adventures
Thank you in advance for your help, I'll really appreciate it!
Hi I'll answer a couple of those
For an alarm see 'Wizard reliable alarm project' WRAPhere http://forum.xda-developers.com/viewtopic.php?t=43692
where there is an english version of pocket wakeup
Enable 802.11G reg tweak
HKEY_LOCAL_MACHINE\COMM\TNETWLN1\PARMS: dot11SupportedRateMask=1
HKEY_LOCAL_MACHINE\COMM\TNETWLN1\PARMS: dot11SupportedRateMaskG=8
All values are decimal
What does this green WM5 ad campaign look like? We yankees have been hearing all about it.
http://www.microsoft.com/windowsmobile/default.mspx
V
Can you provide a link for LockOnThief?
SCROLLING - You guessed right, it's Softkeys!
What is this? I'm having issues scrolling in PIE Plus since upgrading to AKU 2.3 and if this is an app i can try it may help. Do you happen to have a link to it?. TIA
Thanks for the first answers. Here are my first replies:
Meschle: I did check that thread, and it seems that Pocket Wakeup isn't very reliable at all... Also (but this is just an aside), the Italian translation of Pocket Wakeup was one of the worst apps I ever tried, totally borking the Wiz.
And about the registry tweak... I'm just a retarded farmgirl... no hacking tricks for me, please... I just can't believe there is no "download, run, forget" apps to enable the G protocol...
Mattucd & vijay555: Yup, that's it!
Romp: http://www.mycnknow.com/LockAppen.htm (My bad: the actual app name is EyeOnThief... I was confused by the actual filename)
Xandermac: Gah! I misquoted the name again! That would be Smartskey! I don't know if Smartskey will do anything for your problem, but it's right on this board, at http://forum.xda-developers.com/viewtopic.php?t=41060
Any more takers, please?
Alarm Clock: AlarmClockE is the only alarm clock software that is reliable for me, at least for the time being...(until it fails, like all the other I tried including Pocket WakeUp)
MP3 Player: TCMP, it does pause the song or video currently playing upon incoming phone calls
bubism said:
Thanks for the first answers. Here are my first replies:
Meschle: I did check that thread, and it seems that Pocket Wakeup isn't very reliable at all... Also (but this is just an aside), the Italian translation of Pocket Wakeup was one of the worst apps I ever tried, totally borking the Wiz.
And about the registry tweak... I'm just a retarded farmgirl...
Click to expand...
Click to collapse
Try mobialarm 3.2 then - I find this reliable and like it because it plays wma's http://guillaume.tristant.free.fr/
btw are you really a farmgirl? :wink:
Meschle: I am actually quite a bit of an IT girl, but sometimes I'd much rather go back to the farm. Case in point: MobiAlarm. To witness:
Installation notes :
- Uncompress the ZIP file in any directory in your PocketPC
- Run the CAB file, it will install a "runtime"
- Run the file called "install.app", it will install MobiAlarm[/url]
MobiAlarm link is located in \Windows\Start Menu\ or \Windows\Menu Démarrer\
The program himself is installed in \Program Files\MobiAlarm\
WHY?!? Why, I ask, should anybody need TWO installations for one godawful simple ALARM CLOCK, forchrissakes? And why does it end up tucked in a forsaken folder, with no icon anywhere? How should I be supposed to remind myself to browse up the Wizard to find a lone file among hundreds... just to get awaken on time?!?
And the punchline? I followed this guy's installation instructions: the runtime went smoothly, and his app simply never appeared anywhere. (my two cents: it found localized foldernames and aborted without any warning message).
Pat12: AlarmClock does the trick!!! No chance to get it playing Mp3s, apparently, but the ARM flavour gets the fade-in working. Thanks!
bubism said:
Meschle: I am actually quite a bit of an IT girl, but sometimes I'd much rather go back to the farm. Case in point: MobiAlarm. To witness:
Installation notes :
- Uncompress the ZIP file in any directory in your PocketPC
- Run the CAB file, it will install a "runtime"
- Run the file called "install.app", it will install MobiAlarm[/url]
MobiAlarm link is located in \Windows\Start Menu\ or \Windows\Menu Démarrer\
The program himself is installed in \Program Files\MobiAlarm\
WHY?!? Why, I ask, should anybody need TWO installations for one godawful simple ALARM CLOCK, forchrissakes? And why does it end up tucked in a forsaken folder, with no icon anywhere? How should I be supposed to remind myself to browse up the Wizard to find a lone file among hundreds... just to get awaken on time?!?
And the punchline? I followed this guy's installation instructions: the runtime went smoothly, and his app simply never appeared anywhere. (my two cents: it found localized foldernames and aborted without any warning
Click to expand...
Click to collapse
LOL I gather you liked the program :lol:
bubism said:
And about the registry tweak... I'm just a retarded farmgirl... no hacking tricks for me, please... I just can't believe there is no "download, run, forget" apps to enable the G protocol...
Click to expand...
Click to collapse
I put together a wlan g registry tweak cab and also a wlan b tweak for anybody who wants to revert back to b mode.
Install to device and softreset after.
2) MP3 / video player:
TCPMP, www.tcpmp.org
I doubt better could be made
Thanks for the auto-tweak, meschle!
If only things were always so straightforward...
Kilrah: The link you provided ain't working, but I found this download page for other interested people: http://corecodec.org/frs/?group_id=53&release_id=224#r224 (the version you want is the "Windows Mobile Smartphone" one).
In fact Tcpmp is very close to perfect. I only found it strangely lacks Previous/Next buttons on the main screen... or is there a plugin or something to get it?
Just a little update to say I recently needed a tool to fix a storage card, and I was pointed to the non-free but very good SK Tools... yay for it!
By the way, any more suggestions for my initial search?
about TCMP, you are right:no next/prev button. But it's highly customizable and you can assign the otherwise useless softkeys to it. I did it and I can operate TCMP without getting the stylus out or using my greasy fingers on my clean screen
Well..I find it's much easier to have clean fingers
Just kidding. TCMP is a true gem.
Mortplayer is a pretty good free mp3 player. Also there is an alarm clock built in, so you can use ur mp3's to wake you up, and it's been pretty reliable for me. Good interface and not very processor intensive.
http://www.sto-helit.de/modules/edito/content.php?id=28
Thank you all! I'm treasuring your suggestions... and continuing my search for the remaining apps!
For launchbar try http://forum.xda-developers.com/viewtopic.php?t=42913
Look also http://forum.xda-developers.com/viewtopic.php?t=39725 for more registry tweaks.
Ciao

P4350 small issues

Hi
(1)
I dont like annoying sound of opening/closing Start menu or choosing a menui item. To avoid it, I have to uncheck "Events (warning, system events)" item in Sounds&Notifications screen. However then I miss sound of warnings and system events I guess. How to disable sound for Start menu only?
(2)
When I ActiveSync with Exchange, ActiveSync keeps synchronizing endlessly. Its status is "Looking for changes", then "Synchronizing" and the same again and again without any limit. I just synchronize emails from Outlook folders. No matter if "DirectPush" or "Synchronize during"="When new items arrive" is turned on/off.
(3)
On the forums, BatteryStatusExt1.04.cab is being distributed. It doesn't work. I wonder what the file actually is. Original BatteryStatus tool has another filename and version as well.
(4)
smsOrganizer needs to activate using code from authors web. If you make a mistake (thats what I PROBABLY did), it will never run, even after reinstalling. Not nice. I can just wonder in what file or regkey the author stores the key:/
(5)
htCustom tool (tested version 1.4 and 1.5) completely not functional, throwing exceptions everywhere.
(6)
Any plugins to see Herald files in FAR manager (preferable) or Total Commander?
(7)
Any idea how to import VCF containing more items (not just one)? Seems Windows and Nokias have this problem. I already splitted one big VCF to 300 small VCFs and wonder how I'm going to import them. Clicking on them will take years..
(8)
My VCFs which Im going to import contain more mobile phones. Windows generally doesnt support it. In the address book, there is no option to add new field like on Symbians. How do you solve this situation? What do you do if you want to store more mobile phones? Of course lot of people have more mobile phones!
(x)
Why you use Rapidshare to store files? Please don't support those ****!
Great phone anyways. I dont care about money and this is the best phone I could find. Nasty size, high stability (wow, no single crash), fast synchronization, freaky keyboard (with sym.txt to be easily altered). Very happy with it
any hints??
Well i got you a hint for the last point (rapidshare):
Use http://www.xirror.com
Uploads all your files to 4 Sharedhoster automatically.
xsign said:
Well i got you a hint for the last point (rapidshare):
Use http://www.xirror.com
Uploads all your files to 4 Sharedhoster automatically.
Click to expand...
Click to collapse
Or: www.putstuff.com
and some xda-dev user made an own host for the xda community. I don´t remember the mirror at the moment. But i will search.
no thanks, I actually DONT want to support ANY of filehosting services. I strictly say NO to making business from sharing files. Use torrents or whatever instead.
any help for other points (except 3 which I found out why)?
more points
what i found negative also is
- alarm can use only WAV files (no chance to wake up)
- M$ formats forced (WMAs everywhere, no details about MP3 songs in Info)
- regurarly, when i type with hw keyboard, arrows stop to work
- sometimes storage card disappears (+ had "StorageCard2" problem)
- low quality loudspeaker, people just cant hear me
- use a program
- use coreplayer
- not true
- not true
- not true
xsign said:
- use a program
- use coreplayer
- not true
- not true
- not true
Click to expand...
Click to collapse
- ok im using a huge slow tool now, just to set the system scheduler...
- no problem
- true, even with remote control from Windows desktop, arrows stop working after some typing
- true, every morning, my scheduled events dont happen because the storage card is missing. but actually i see it's working, even if the drive is not corrupted (also happens sometimes)
- true, very bad speaker and microphone. loudspeaker is screaming and you actually dont hear voice. also people hear twice. also people dont hear you well generally. also, even with quietspeaker, people can hear you properly.
To your first problem I think all you have to do is uncheck screen taps. I had the same problem with activesync also. The problem turned out to be my firewall. Had to turn it off in order for the device to sync even if i set a permission first.
And if your still using WM5 I found this in the wiki:
Improve Sound Quality of Speaker Phone
You might have observed that when you turn on speaker while during a call, the other person has complained of too much disturbance on the line and can hear more of static then your voice. Here's a fix to improve mic sensitivity:
HKLM\Software\HTC\AUDIOGAIN(x)\RECEIVE_UPLINK_VOLUME = CC (DWORD hexadecimal)
HKLM\Software\HTC\AUDIOGAIN(x)\EARPHONE_UPLINK_VOLUME = CC (DWORD hexadecimal)
where (x) = none, 0, 1, 2
You can find most of the reg edits from HTCustom and just do em yourself.
M
Heres the actual e-mail pertaining to the activesync problem. This can also be found on the Microsoft Website.
Good afternoon
We are aware of the HTC P4350 memory card corruption problem Farooq. We believe that Windows Mobile 6 will fix this issue that you are experiencing. We are expecting this update to be available for download through the HTC eClub on our website at the end of July.
With regards to your ActiveSync problem, there are many things which could be causing active sync to not synchronise
with your computer. One possible cause could be your anti-virus software and
your firewall.
To solve firewall issues, please open up your firewall program and navigate to
the exceptions section. Here you can set the firewall to allow certain programs
and ports. You will need to make sure your firewall is set to "allow
exceptions", then in the allowed programs list you will need to have four
programs related to active sync allowed. the filenames are as follows, however
they may be called different names in this list.
wcesmgr.exe
wcescomm.exe
rapimgr.exe
astu.exe
Also you will need to allow the following ports:
Inbound TCP
990
999
5678
5721
26675
Outbound UDP
5679
Once these ports and programs have been added to the exception list, you should
find that Active Sync will now work with your computer. If you are still
experiencing problems, then try disabling your anti-virus software as this can
sometimes conflict with Active Sync. If you still cannot synchronise then
please phone our call centre and one of our agents can troubleshoot your setup
with you in order to solve this issue.
Thank you for your enquiry, Should you have any other problem, please do not hesitate to call us. Your Local number can be found at http://www.europe.htc.com/support/csbyphone.html
Best regards,
Matthew
HTC Europe
[email protected]
http://www.htc.com
Hope that helps.
neptune, thank you very much for your reply. i have fixed most of my issues (they start with √).
(1) of course i have "screen tap" off, but Start menu still beeps loudly!
(2) √ FIXED somehow the problem disappeared - maybe by altering AllowLSP reg value, which was required to route internet from home PC to PPC.
(3) √ FIXED
(4) √ OBSOLETE - i dont care, will not search for some registry key to use the tool
(5) √ OBSOLETE still crashing - will not use the tool. I use ASergOptimize pack instead.
(6) would like to know. I heard TC plugin exists.
(7) √ OBSOLETE: i did it manually. it was really complicated job with lot of hacks, using regexp search/replace and manual import of all contacts one by one. I wish I never change platform again...
(8) √ OBSOLETE: again lot of hacking, I mapped Symbian fields to funny Outlook fields (e.g. "Mobile 2" -> "Car", "Mobile 3" -> "Radio")
(a) √ OBSOLETE I will use some tool. (I hate using separate tool for alarm. Why Windows doesnt have normal one.. I tried Gentimer tool, very slow one, crashing my phone on each event!)
(b) √ OBSOLETE - will use some tool
(c) BIG PROBLEM 1 arrows!!!
(d) BIG PROBLEM 2 morning schedules!!!
(e) wow thanks for this, will try it
overall, transfer from Symbian to Windows is not easy... a lot of work I had to do... however I feel much happier with it.
one note: interestingly, i find WM programs to be very small and take very small memory!
I sometimes had the same problem with the arrow keys on the keyboard.
Maybe you can fix the problem temporary if you switch to the Todayscreen and back again to your application where you type. For me this fixed it most of the time.
Dont know if i only was lucky because i did not got the problem often.
beowulf6 said:
I sometimes had the same problem with the arrow keys on the keyboard.
Maybe you can fix the problem temporary if you switch to the Todayscreen and back again to your application where you type. For me this fixed it most of the time.
Dont know if i only was lucky because i did not got the problem often.
Click to expand...
Click to collapse
I get this problem very often, basically when I type any SMS and that's not acceptable.. It can happen several times when writing one SMS. That's toooo much. I want it to be fixed somehow..
never encountered a keyboard problem such as this in the past. If you havent tried changing the keyboard then i'm not sure what it is.
never had any of the issues written about here with my p4350
either with wm5 or wm6
maybe I have missed something, but have you guys tried the wm5 ruu update for p4350? (http://www.brightpoint.com/Brightpo...HTC_NOR_5.4.409.2_4.1.13.34_02.79.90_Ship.exe)
thats a norwegian ruu, but im sure you can get it from your provider..or wait for the wm6
sorry if im stating the obious here

Random Ringtones, MortScript by oblyvaeon

So people are constantly saying to me, "But Dak! I'm too much of a sodding conformist to have anything resembling a unique personality! All of my ringtones are exactly the same stock drivel that everyone else in my suburbanite wonderland has on their phones! If my phone played random ringtones, as you propose, I wouldn't be able to tell if it was in fact my phone ringing because I don't have a creative bone in my evolutionary throwback of a body!", at which point they usually dissolve into the obscure nothingness of mundania.
But now you don't have to fall victim to this pitiful demise! Naysayers be damned and behold: here is a MortScript to make your phone play ringtones randomly selected from a directory that you specify.
Developed for Hermes/WM5, but it might work for you with little or no modification.
Code:
[U]Version History[/U]
1.0
-Initial Release
1.1
-Fixed path error-checking
-Compacted code a bit
1.2
-More error-checking
-Script automatically reconfigures itself if files in ringtone path have changed
nice job man...
keep it up.. really nice aps.... thanks...
New version (1.2) available; major changes:
1. Much more comprehensive and robust error-checking routines.
2. Automatically detects and reconfigures itself when you add/remove/change files in your ringtone directory.
no *.exe file was attached in zip file to execute oblyvaeonRandomRingtones.mscr . pls advice
no .exe is needed, you need to install mortscript (freeware) in your pda.
not work on o2i?I tried but not work.
Works on the Sprint HTC Touch running WM6. Thank you so much for this. I was looking for something that could do this and so far it appears to work great. Thanks a bunch.
Thank you -- it works great on Kaiser.
While 1-2% CPU usage isn't much, I think it would be better to reduce the run time further -- if only to reduce battery usage. I suppose there's no way to only run a script as part of an incoming call event (like in event-based VBA coding, etc.)?
Also, I seemed unable to change the folder to \Storage Card, until I manually changed it in the ini file. Maybe I was doing something wrong.
Any chance of getting something like this for slider sounds?
mmoroz said:
Thank you -- it works great on Kaiser.
While 1-2% CPU usage isn't much, I think it would be better to reduce the run time further -- if only to reduce battery usage. I suppose there's no way to only run a script as part of an incoming call event (like in event-based VBA coding, etc.)?
Also, I seemed unable to change the folder to \Storage Card, until I manually changed it in the ini file. Maybe I was doing something wrong.
Click to expand...
Click to collapse
The 1-2% spike only occurs every 1 second (maybe not clear in documentation), but you could reduce this further by modifying the delay time to every 5, 10, 30, or any arbitrary number. The line "Sleep(1000)" is the 1000 millisecond delay. MortScript is not quite as advanced as any implemetation of VB script (loop-based or nothing as far as I can tell), heh
As for working from \Storage Card, that's how mine is personally set up and I did it through the default interface (no ini edit), so it does work; must have been an input error.
supa4h said:
Any chance of getting something like this for slider sounds?
Click to expand...
Click to collapse
Not sure what "slider sound" is... ? It's probably possible; if there's a setting in the registry, this script could handle it. Case in point: I'm currently modifying it to work with Text Messaging at the request of a user.
"Technical Details
=================
The method used to detect an incoming call is to check if the phone window is currently active (WndActive). The condition becomes true as soon as an incoming call notification is received, regardless of whether or not you can see the actual keypad. Of course, the condition is also true when you activate the phone to place a call..."
I noticed this does not hold true when using AC's S2U2 slide to answer function. The ringtone will stay the same unless I actually answer the call.
This is great, thank you.
I've been trying to rack my brain and I'm just not able to figure out how to modify this script so that it just changes the ringtone once a day. I can use a scheduling program (CT Scheduler Lite does the trick for me), but I'd like to have a script just like this run once in the early morning, and then be done, so as to save CPU cycles.
My amateur coding level allows me to create a script that renames each file every morning, but that makes it difficult to add in new mp3s.
Any ideas?
This program works perfectly like it should. But now i have a problem when i updated to windows mobile 6.1 it dosent seem to work. Im not sure if its mortscript thats not workin on 6.1 or is it this app. I hope the creator reads this and does a fix for this because its a really good program.
I have a Sprint touch running windows 6.1 and this is working great for me.
Thank!
Scripts is Great
Newbie on this, How do i install the script?
When i try to install it all that happens is that my tytn 2 don`t know how to handle the file..
randomly stops
it works fine, then it randomly quits working, and i have to restart the script again.
any ideas?
yeah, im lost too
I've been looking for a ring tone "randomizer," and this really seems like it's going to work. I need to get it on my phone now.
Little Help anyone ?
LG Voyager VX10000
1st step: I need to find a script program for my phone ?
Installed on my Touch Pro 2, it did not work =(.

(LAST CHANCE TO VOTE) need some idea's

10/16/08--
It is 12:00 central time (17:00 GMT I think) and I will close voting at 5:00pm Central Time (22:00 GMT) today. So that leaves you just 5 Hours to make your vote. I will try and post the winner up here later tonight, or you can check yourself at www.gudensoft.com.
Thanks!!
10/14/08--
First, thanks for all the great ideas. I would love to develop all of these if I could, but we have to decide on just one of the programs! So, Since I couldn't add a poll to this thread, I added it to HERE.
CLICK HERE TO VOTE!​
I bet I know which will win, but who knows? The poll will end Thursday or Friday (depending on if it is a close race or not).
Thanks
Gudy
10/10/08--
Hey guys,
I want to know what cool program, functionality, or software you would like to see created. I am a .net programmer (among others) and would like some ideas of projects you would like to see. I would like to stay away from a graphic intense program and involved games, so think functionality, usefulness, fun, etc. If I get some good ideas, I will then add a poll, vote on the best one, then build it. I will release it under my donationware license which means it will be free. Right now I am finishing up my Golf Gps program (and will continue to support), but will start this project once we get it deceided. So Shoot me your ideas!
Gudy
cool a programmer who need ideas
I have proposed something here: http://forum.xda-developers.com/showthread.php?t=434925
though it would maybe not appear as a grateful program for a developper ( a toolkit for other programs), it could be a good way to have a large diffusion through many config panels in different programs
it was just an idea
Wishlist
Hi,
Maybe simple for .NET, but for me impossible to do (without performance/battery penaulty) with basic4ppc or mortscript. And thats all I can handle.
What I would like to have is a program that enables me to execute programs when specific events occur. I'd like to know when AC power gets connected/disconnected, when there is a change in screen orientation, and when a headset gets connected/disconnected and so on. Maybe even when an internet connection through WIFI is available/unavailable.
Also I'd like to know is a specific BT device is connectable/conneted. I'd like to know if a specific WIFI network is connectable/connected. I'd like to know if I'm at a specific location. All event driven, without a performance consuming programing loop or battery drain.
Yeah, all or even some of those options would make my digital mobile life so much easier
Good luck huntig for input, if you ever get bored contact me and make me happy
Cheers,
Cacti
le_cactus said:
Hi,
Maybe simple for .NET, but for me impossible to do (without performance/battery penaulty) with basic4ppc or mortscript. And thats all I can handle.
What I would like to have is a program that enables me to execute programs when specific events occur. I'd like to know when AC power gets connected/disconnected, when there is a change in screen orientation, and when a headset gets connected/disconnected and so on. Maybe even when an internet connection through WIFI is available/unavailable.
Also I'd like to know is a specific BT device is connectable/conneted. I'd like to know if a specific WIFI network is connectable/connected. I'd like to know if I'm at a specific location. All event driven, without a performance consuming programing loop or battery drain.
Yeah, all or even some of those options would make my digital mobile life so much easier
Good luck huntig for input, if you ever get bored contact me and make me happy
Cheers,
Cacti
Click to expand...
Click to collapse
Doable, handy, not a massive undertaking, I like it! Not sure I would go the .net route on something like this, as really a GUI is not required (except for settings maybe) and the overhead is large with .net. Certainly will add it to the list. Keep them coming!!
t0k0m0k0 said:
cool a programmer who need ideas
I have proposed something here: http://forum.xda-developers.com/showthread.php?t=434925
though it would maybe not appear as a grateful program for a developper ( a toolkit for other programs), it could be a good way to have a large diffusion through many config panels in different programs
it was just an idea
Click to expand...
Click to collapse
This would be pretty difficult unless all of developers used the same programming langauge/technique. The only real feasable way I see this working would be developers using a common set of graphics. That would be more of a graphic undertaking instead of programming. I do like the idea, but pretty hard to impliment.
Thanks
Gudy
I would love to see something like Launchy for launching apps and files etc. as well as quick search of various types online. I'm guessing the on the fly search would require too much processing power, but if it's doable it would be awesome.
http://www.launchy.net/
I'm interested in new ideas too. I also use B4PPC.
Here's a few ideas:
-A tamagotchi, really. I was about to try this out tonight but Paint hates me.
-An app launcher like PetitLaunch on PalmOS. It's something that can pop from any app (hardware button) and when you type in extra letters it filters which apps are shown. I got this started and I can give you the files if you want.
-Pursue the development for Tippy. The source is on Nicbou.com/downloads if you want it.
-A time clock. A friend of mine notes down how long he works to make sure he doesn't get screwed and it takes him several minutes every week. He doesn't have a Pocket PC but maybe someone would be interested in something that tracks the hours you work and calculate the salary. I almost did this too.
And don't forget to share the source! If you need any help with B4PPC I'm here
galt said:
I would love to see something like Launchy for launching apps and files etc. as well as quick search of various types online. I'm guessing the on the fly search would require too much processing power, but if it's doable it would be awesome.
http://www.launchy.net/
Click to expand...
Click to collapse
Sounds simular to the app launcher listed in the next post, seems like there is a theme going on here, you all need some sort of good app launcher.
Gudy
I'd like the Launchy features for search-on-the-fly off on board apps and file launching, but ever more for different site searches (google, maps, wikipedia, live, youtube, Amazon, etc).
N1c0_ds said:
I'm interested in new ideas too. I also use B4PPC.
Here's a few ideas:
-A tamagotchi, really. I was about to try this out tonight but Paint hates me.
-An app launcher like PetitLaunch on PalmOS. It's something that can pop from any app (hardware button) and when you type in extra letters it filters which apps are shown. I got this started and I can give you the files if you want.
-Pursue the development for Tippy. The source is on Nicbou.com/downloads if you want it.
-A time clock. A friend of mine notes down how long he works to make sure he doesn't get screwed and it takes him several minutes every week. He doesn't have a Pocket PC but maybe someone would be interested in something that tracks the hours you work and calculate the salary. I almost did this too.
And don't forget to share the source! If you need any help with B4PPC I'm here
Click to expand...
Click to collapse
I had to look up tamagotchi, either I am too old, or just out of the loop to know that 10 million of these things were sold! Wow! That could be fun, but would take a pretty fancy AI type system to really be fun.
A form of Tippy is already out there, 1-calc has some of the features built in already.
A time clock could be cool, maybe a stop watch type thing perhaps?
Never used B4PPC, I mainly use C# and Visual Studio. It looks like the old Visual Basic for desktops. And last but not least, depending on the project, I more than likely will release the source.
Thanks!!! Keep'em comin!
Gudy
File Explorer Needs Help
Has anyone wanted to see a preview image in explorer's folder??
I'm not talking about fexplorerext2. although it is a fantastic enhancement; it takes a long time to load the preview immages.
I have a better idea (well, actualy MS thought of it first)
THUMBS.DB
for every folder that has an image file, this dll is created to replace cache of images. this way ou do not have to load it everytime and scale them down for thumbnail view. it is already there specificaly for each folder.
This alows the explorer to show a preview of the first image in the folder (or last created/accessed)
This is whatt I think WinMo is lacking - windows. lol.
I do not care much for the tabbed browsing. it hurts my head. too much scroling and not enough info. Icons work better I think, and waste less space on an already small screen.
well, that's been on my wishlist for a very long time. a dll that ataches to the already existing explorer making it work better.
Thanks for workin g on something new
program that makes led lights flash when phone rings would be nice
Interesting...I will have to think about how to tackle that. It would basically take a new file explorer (like total commander). This might be a bit larger than I want to tackle, but will research it a bit before ruling it out.
GUdy
bedaweed said:
program that makes led lights flash when phone rings would be nice
Click to expand...
Click to collapse
This would be very difficult as not every device handles the leds the same. Also, not every device has the same leds (color, # of, etc). I think No2Chem has a int. driver, but think it is only for the titan. Would be cool though...
Gudy
a system-wide launcher dock program like that on the velocity 103 PPC..
here's the URL for the review and video of the app (and the phone)
-------------------------------------------------------------
a new top bar replacemeent/notification system much like the "android Notification Drawer" it can replace the bubble (multiple) notifications icon when you got multiple and simultaneous notifications.. and also make it finger friendly (unlike M2D, no need to go back to homescreen to check email/sms previes and also calendar events, calls, etc.. also unlike big taskbar - from the touch phones, this'll have previews)
video: http://www.youtube.com/watch?v=z7qbPa1O8Ys&eur (at the 2 minute mark) , http://www.youtube.com/watch?v=hy-YcGNyJds
mjg7876 said:
Interesting...I will have to think about how to tackle that. It would basically take a new file explorer (like total commander). This might be a bit larger than I want to tackle, but will research it a bit before ruling it out.
GUdy
Click to expand...
Click to collapse
Fexplorer2 is basically a dll that works with the original file explorer context menu. there is a small exe that overwrites the original explorer to make it think that the explorer"s context menu has already been opened.
in a way it maybe possible to write a new dll and two exe
EXE 1 to replace the file explorer
EXE 2 to make thumbs db
DLL (conte4xt menu that alows to view as thumbnails/list etc ; as well as launching the second exe to make a thumbsdb)
maybe you can get some help from Hou Ming, the guy that made that program before.
it would be cool if you could get some of the old emus like pocket gba and pocket snes with window 6.1 I know i would be happy.
le_cactus said:
... when AC power gets connected/disconnected, when there is a change in screen orientation, and when a headset gets connected/disconnected and ...
Click to expand...
Click to collapse
I have been looking for a program that would stop the music (S2P, Audio Manager, or WMP etc...) if during playback of the music the headset is removed. Or for instance, when the device is on vibrate and you connect headset, it automatically changes profile to normal or something.
Another one is when I dock my device (or connect AC basically), I'd like clock program (or home screen, or photo slideshow, etc...) to come up automatically.
A feature that I miss from my older phones is the ability to set them to beep every minute during a phone call.
Now these are very general and not specific features. If you have any questions, don't hesitate to contact me!
Thank you,
SiNAra
ytsejam_ said:
a system-wide launcher dock program like that on the velocity 103 PPC..
here's the URL for the review and video of the app (and the phone)
-------------------------------------------------------------
a new top bar replacemeent/notification system much like the "android Notification Drawer" it can replace the bubble (multiple) notifications icon when you got multiple and simultaneous notifications.. and also make it finger friendly (unlike M2D, no need to go back to homescreen to check email/sms previes and also calendar events, calls, etc.. also unlike big taskbar - from the touch phones, this'll have previews)
video: http://www.youtube.com/watch?v=z7qbPa1O8Ys&eur (at the 2 minute mark) , http://www.youtube.com/watch?v=hy-YcGNyJds
Click to expand...
Click to collapse
The launcher on the 103 looks a lot like manilla, I know it is diff, but to me it seems mainly by presentation, not functionality. I do however like the notification top bar like that on android. Not sure how difficult taking over the top bar would be. I will do some digging.
S.V.I said:
Fexplorer2 is basically a dll that works with the original file explorer context menu. there is a small exe that overwrites the original explorer to make it think that the explorer"s context menu has already been opened.
in a way it maybe possible to write a new dll and two exe
EXE 1 to replace the file explorer
EXE 2 to make thumbs db
DLL (conte4xt menu that alows to view as thumbnails/list etc ; as well as launching the second exe to make a thumbsdb)
maybe you can get some help from Hou Ming, the guy that made that program before.
Click to expand...
Click to collapse
Can you give me a link to this? The only thing I could find (quickly) was sketchy at best. Still seems a bit much, but would like to know more about this Fexplorer2 thing before nuking the idea.
Gudy

Categories

Resources