Post wishes, Feature requests here
Search contacts directly in "Dial number"
When using short-key to open "Dial number" I would like to be able to directly type a name or part of name and the program automaticaly searches for hits in my contacts like it does when i open phonebook and type a name.
That would be perfect and a very fast way to find a contact and dial it.
Great program!!!
Thanks for it!
/Cyberbear
That would be perfect and a very fast way to find a contact and dial it.
Great program!!!
Thanks for it!
/Cyberbear
Re: Search contacts directly in "Dial number"
Cyberbear hat geschrieben:When using short-key to open "Dial number" I would like to be able to directly type a name or part of name and the program automaticaly searches for hits in my contacts like it does when i open phonebook and type a name.
That would be perfect and a very fast way to find a contact and dial it.
Great program!!!
Thanks for it!
/Cyberbear
Doesn't it do that? Perhaps I've misunderstood you. Hmm... What version are you using?
Re: Search contacts directly in "Dial number"
[quote="Leif"][quote="Cyberbear"]When using short-key to open "Dial number" I would like to be able to directly type a name or part of name and the program automaticaly searches for hits in my contacts like it does when i open phonebook and type a name.
That would be perfect and a very fast way to find a contact and dial it.
Great program!!!
Thanks for it!
/Cyberbear[/quote]
Doesn't it do that? Perhaps I've misunderstood you. Hmm... What version are you using?[/quote]
Hi.
It does it but only if you type the name correct from beginning. I would like to be able to search on first-name or last-name like I can do when pressing phonebook-button.
Regards
/Cyberbear
That would be perfect and a very fast way to find a contact and dial it.
Great program!!!
Thanks for it!
/Cyberbear[/quote]
Doesn't it do that? Perhaps I've misunderstood you. Hmm... What version are you using?[/quote]
Hi.
It does it but only if you type the name correct from beginning. I would like to be able to search on first-name or last-name like I can do when pressing phonebook-button.
Regards
/Cyberbear
Support for additional fields when synch'ing with Google
Hi,
see my post here: http://www.fjsoft.at/forum/viewtopic.php?t=7905
I would very much like to see support for at least the birthday field
see my post here: http://www.fjsoft.at/forum/viewtopic.php?t=7905
I would very much like to see support for at least the birthday field
Best regards Leif, Norway
-
HarryB
Spellchecker
Is it possible to implement a spellchecker for the New Message box, perhaps a plug-in to aspell or similar?
-
Jos
Bug report
Just reporting a bug: (using MPE 1.7.2 with a SE K630i)
When my phone's phonebook is empty, MPE's phonebook isn't, and I click the contacts synchronize button, MPE asks: "No contacts on phone! Transfer contacts from program to phone?", with the option to choose "Yes" or "No". But either choice results in MPE copying all contacts from my computer to my phone.
Aside from that, GREAT program. And I'm really looking forward to 1.7.3 with contact picture support.
When my phone's phonebook is empty, MPE's phonebook isn't, and I click the contacts synchronize button, MPE asks: "No contacts on phone! Transfer contacts from program to phone?", with the option to choose "Yes" or "No". But either choice results in MPE copying all contacts from my computer to my phone.
Aside from that, GREAT program. And I'm really looking forward to 1.7.3 with contact picture support.
The question "No contacts on phone! Transfer contacts from program to phone?" comes from an earlier version. In the current version MyPhoneExplorer makes a field-to-field compare when the sync-history gets lost. I will fix it.
Contactpicture-support will come but i'm afraid it will not work on your K630i, at least it does NOT work on the K800i which is a later model.
Contactpicture-support will come but i'm afraid it will not work on your K630i, at least it does NOT work on the K800i which is a later model.
Google sync fails when resuming from hibernate (WLAN)
I have problems when resuming from hibernate. MyPhoneExplorer immediatly connects using bluetooth to my K750i phone. It then tries to sync the calendar with Google, but fails to connect Google.
"Loading enteries from Google failed!
999 HttpSendRequest failed; Systemerror: 12007[]"
This is probably because MyPhoneExplorer tries to connect Google before the wireless link has been restored from hibernate.
=>
Would it be possible to wait doing a sync until the network connection has been restored in some way?
Or increase the timeout/number of retries made?
The option "Start Multi-Sync... if connection was initated automatically" has been enabled.
Broadcom/Widcomm stack 5.1.0.1100.
Intel PROSet/Wireless WiFi Software 12.2.0.0
(2200BG Network Connection, 9.0.4.39)
"Loading enteries from Google failed!
999 HttpSendRequest failed; Systemerror: 12007[]"
This is probably because MyPhoneExplorer tries to connect Google before the wireless link has been restored from hibernate.
=>
Would it be possible to wait doing a sync until the network connection has been restored in some way?
Or increase the timeout/number of retries made?
The option "Start Multi-Sync... if connection was initated automatically" has been enabled.
Broadcom/Widcomm stack 5.1.0.1100.
Intel PROSet/Wireless WiFi Software 12.2.0.0
(2200BG Network Connection, 9.0.4.39)
The HTTP-Error is a systemerror outside MPE and probably it has to do with the wireless adapter which has not connected.
But its a rarly special case, its not important enought to make a own setting for this. The timeout doesn't work here cause its not possible to send the data outside your PC. You can disable "Start Multi-Sync... if connection was initated automatically".
But its a rarly special case, its not important enought to make a own setting for this. The timeout doesn't work here cause its not possible to send the data outside your PC. You can disable "Start Multi-Sync... if connection was initated automatically".
Ok, I can see that. I switched from using the Intel PROSet Software and are now only using the Microsoft XP Wireless controlling software, although still using the 220BG network driver from Intel. I still see the same issue, although the connection to the wireless router is picked up a bit faster. (Btw, this makes me think other people have the same issue. Switching to the Microsoft software seems like a good choice anyway; the network speed/utilization seems to be higher and connecting the router is quicker.)
Ok, when I force MPE to run with priority "BelowNormal" using the Task Manager everything works as intended. The network is restored and synchronization takes off properly.
I then tried writing a simple .cmd-file containing just this line:
start "MyPhoneExplorer" /b /belownormal MyPhoneExplorer.exe
The problem now is that the MPE-process will not get the the correct priority with this script. I guess this is because the CreateProcess() is called internally with NORMAL_PRIORITY_CLASS specified. My suggestion is that the software should not specify the priority class at all. According to documentation the NORMAL_PRIORITY_CLASS will be used by default, but if the user sets a lower priority when starting MPE it will obey the users choice. (You may see the process priority in the Task Manager by selecting view column "Base Priority".)
Would that be a reasonable trade off? (In my opinion, it's rather a bug fix.)
Thanks for a great peace of software!
Ok, when I force MPE to run with priority "BelowNormal" using the Task Manager everything works as intended. The network is restored and synchronization takes off properly.
I then tried writing a simple .cmd-file containing just this line:
start "MyPhoneExplorer" /b /belownormal MyPhoneExplorer.exe
The problem now is that the MPE-process will not get the the correct priority with this script. I guess this is because the CreateProcess() is called internally with NORMAL_PRIORITY_CLASS specified. My suggestion is that the software should not specify the priority class at all. According to documentation the NORMAL_PRIORITY_CLASS will be used by default, but if the user sets a lower priority when starting MPE it will obey the users choice. (You may see the process priority in the Task Manager by selecting view column "Base Priority".)
Would that be a reasonable trade off? (In my opinion, it's rather a bug fix.)
Thanks for a great peace of software!
-
Bigeck
Export to a Data base combining all sms in one database
Hi,
Fabulous program. I just wondered if it would be possible to implement the above - exporting all sms messages to a database file?
Great Program can't thankl you enough for it.
E
Fabulous program. I just wondered if it would be possible to implement the above - exporting all sms messages to a database file?
Great Program can't thankl you enough for it.
E
-
ThisIsMe
Under Windows 7 RC1 (build 7100) x64, my phone is SonyEricsson T700:
Doesn't has the image?
And could you add a support to detect RSSI (signal strength in dBm) under UMTS? Currently it only has a signal strength in GSM...
And could you add the ability to detect assigned profile?
Something like this: MDMA with Huawei:
Thanks for your attention
Doesn't has the image?
And could you add a support to detect RSSI (signal strength in dBm) under UMTS? Currently it only has a signal strength in GSM...
And could you add the ability to detect assigned profile?
Something like this: MDMA with Huawei:
Thanks for your attention
-
[CZ]DrJ3kyll
Mark message as unread
Hi,
I'd really appreciate the option to mark the message back as unread as you can in Outlook and etc.. I wan't to use it as a simple and fast reminder.
thanks
David.
I'd really appreciate the option to mark the message back as unread as you can in Outlook and etc.. I wan't to use it as a simple and fast reminder.
thanks
David.
Images for each phone contacts
Images for each phone contacts. When someone rings the image appears set for the phone contact
-
chillingdk
- Beiträge: 1
- Registriert: Fr 12. Jun 2009, 07:51
- Wohnort: India
Conversation view in MPE for SMS like Gmail email
Can we expect some great features from Phonejournal into MPE?
http://www.funkeemonk.com/phonejournal/
Phonejournal saves SMS on desktop and groups all replies with their original message, creating a single conversation or thread. In other words, replies to replies (and replies to those replies) are displayed in one place, in order, making it easier to understand the context of a message or to follow the conversation.
Message Statistics - shows you how many messages you're using each month.
*Call Statistics - Similar to above feature, but for Calls(incoming & outgoing)This helps in saving money and for cross-check agains cellular bills.
*SMS Conversion to .eml - SMS can be uploaded to webmail for quick search and use.
* Not available in Phonejournal.
http://www.funkeemonk.com/phonejournal/
Phonejournal saves SMS on desktop and groups all replies with their original message, creating a single conversation or thread. In other words, replies to replies (and replies to those replies) are displayed in one place, in order, making it easier to understand the context of a message or to follow the conversation.
Message Statistics - shows you how many messages you're using each month.
*Call Statistics - Similar to above feature, but for Calls(incoming & outgoing)This helps in saving money and for cross-check agains cellular bills.
*SMS Conversion to .eml - SMS can be uploaded to webmail for quick search and use.
* Not available in Phonejournal.