disable bubble notification on incoming call - Windows Mobile Development and Hacking General

Hi all,
I'm new in ppc community (I bought a Trinity and I'm really happy with it ^^).
I searched everywhere to find a solution to disable bubble notifications when an incoming call comes but I found nothing else than same question but no answer
I searched on msdn, forums, google... for some days (...week) but nothing...
I know that some people here made an Apple like incoming call software to show a big photo of dialer... can you please help me to find a solution ?
I'm coding with vb.net but I'm open to try with other language (C++ for example).
All I need is a clue
Thanks for all
Steeve

try S2U2 ..slide2unlock version2
its a phone lock screen plus a caller ID if you choose that fom the settings
latest version is S2U2 v0.86

Hi,
Thanks for your answer but I need some source code I want to find how to disable bubbles with code

insomniak49 said:
Hi,
Thanks for your answer but I need some source code I want to find how to disable bubbles with code
Click to expand...
Click to collapse
I'm also looking for a way to do this

For this and disable SMS Notification bubble and device wakeup!
This is still one of those things i hate on WM!

Here old one here!
"You will need a registry editor to change disable the notification. Download one free at www.phm.lu. You do this at your own risk.
Open the editor and go to HKey_Local_User\Software\Microsoft\Inbox\Settings. Click Menu - New Dword value. Set value name to SMSNoSentMsg and value data to 1.
Restart your device."
Have ti stored on my storage card using resco to export, but thats all u gotta do for sms

MrGalione973 said:
"You will need a registry editor to change disable the notification. Download one free at www.phm.lu. You do this at your own risk.
Open the editor and go to HKey_Local_User\Software\Microsoft\Inbox\Settings. Click Menu - New Dword value. Set value name to SMSNoSentMsg and value data to 1.
Restart your device."
Click to expand...
Click to collapse
Thanks for your trick but this is not what we are looking for. Me (and I think the two others) want to disable incoming call and sms notification. And that's not possible to disable them with the registry

insomniak49 said:
Thanks for your trick but this is not what we are looking for. Me (and I think the two others) want to disable incoming call and sms notification. And that's not possible to disable them with the registry
Click to expand...
Click to collapse
You can change that easy, just the incomming call have not that option there. Go to start/settings/sounds & Notifications, There choose notifications and you can set there -> display message on screen

Hi,
I don't have this parameter. trinity under windows Mobile 6 (faman 4.02 edition)

Related

SmartDialing search by FirstName/LastName

When i try to call somebody through SmartDialing it searches by LastName/FirstName is there a way or some registry hack where i can do it by FirstName/LastName......
isn't anybody facing any problem in this regard???
are u serious????
nobody is experiencing it????
is it only me???
.... is there a solution yet???
same problem
I have the same problem.
In Portugal, we call people by first name/last name.
Anybody knows how to fix it?
Regards
Marcus
I don't know what smart dialing you ppl are talking about but on my exec if i seach by name in contacts it gives both results - by first as well as last name.
If I use the keypad to key numbers in the dial mode then it searchs by number, firstname and lastname. So whats the issue about? Also the list of people is displayed wherein the matches for the firstname are displayed first and then the lastname. Yes the names are displayed in lastname-firstname format but that doesn't really make a difference does it? (the names are highlighted to the last character keyed in)
The only way to change the order from Last, First to First Last is via desktop Outlook. Go into Tools > Options > Contact Options and change the "Default Full Name order" and "Default File As order" options to what you wish.
However, the only way to change the existing contacts is to go into each within desktop Outlook and change the File As option.
Cheers
Ant
but isn't there a way or a registry hack to change the display to FirstName/LastName in smart dialing?
Try This....
I think is this what are you looking for....
Re: Try This....
gazela00 said:
I think is this what are you looking for....
Click to expand...
Click to collapse
I downloaded this to my phone and installed it... but nothing happened... Are there any steps that I should follow?
Re: Try This....
cuteangelika said:
gazela00 said:
I think is this what are you looking for....
Click to expand...
Click to collapse
I downloaded this to my phone and installed it... but nothing happened... Are there any steps that I should follow?
Click to expand...
Click to collapse
In contacts, press the contacts and it appears a new item in Menu in order to make first name, last name

Auto-suggest contacts in Inbox

Hi all!
How can I enable auto-suggest feature in inbox? I mean when I start to type in the TO field the device should offer a few contacts starting with the letters I type. This worked for me on my other devices, but not on Diamond.
Currently I can only tap on the TO text, then it slowly opens Contacts app, where I search for a contact, then it opens another screen where I can select which number I want to use. This is way too complicated!
EDIT: I see that if I use the built-in keyboard it does suggest ONE contact and I need to hit the arrows multiple times to get to the right one. However, if I use any other keyboard (like e.g. Resco Keyboard which is my default one), no contacts are offered at all.
Thanx
Still no joy
I found this info, but it still does not work:
"If you want Auto Complete function in "To:" field in SMS app, go to HKLM>System>Inbox>RecipientAutoComplete and change value of the string MaxSuggestions. from 0 to 4 for example."
Half-solution
I found a solution at http://forum.ppcgeeks.com/showthread.php?p=241036
This hack works, however disables the default auto-suggestion of the built-in Touch keyboard. However, I do not intend to search further, this is a completely acceptable compromise for me:
"The culprit is Xt9, when it's enabled it disables sms name lookup, so disable XT9 and whalla. Instructions... browse registry:
HKLM\System\CurrentControlSet\Control\Layouts\e001 0409\Ime File
set the Ime File value from \windows\eT9ime.dll to compime.dll"
You may also need to add these registry entries (not sure):
HKLM>System>Inbox>RecipientAutoComplete
MaxSuggestions (DWORD): 4
HKLM>System>Inbox>RecipientAutoComplete>SuggestionGenerators:
email (STRING): "{364D1505-915A-4b1d-85A6-8C258B2D2246}"
phone (STRING): "{45EEED9B-898c-4caf-BC3E-A5422F56085B}"
Hope somebody will be happy with this finding
aczelkri said:
I found a solution at http://forum.ppcgeeks.com/showthread.php?p=241036
This hack works, however disables the default auto-suggestion of the built-in Touch keyboard. However, I do not intend to search further, this is a completely acceptable compromise for me:
"The culprit is Xt9, when it's enabled it disables sms name lookup, so disable XT9 and whalla. Instructions... browse registry:
HKLM\System\CurrentControlSet\Control\Layouts\e001 0409\Ime File
set the Ime File value from \windows\eT9ime.dll to compime.dll"
You may also need to add these registry entries (not sure):
HKLM>System>Inbox>RecipientAutoComplete
MaxSuggestions (DWORD): 4
HKLM>System>Inbox>RecipientAutoComplete>SuggestionGenerators:
email (STRING): "{364D1505-915A-4b1d-85A6-8C258B2D2246}"
phone (STRING): "{45EEED9B-898c-4caf-BC3E-A5422F56085B}"
Hope somebody will be happy with this finding
Click to expand...
Click to collapse
Hey i was looking for this since long. But the problem is that when i try to change the registery key it says access denied. How to change it. I am using Ceregistry editor. This doesnt allow me to change the value.
bump.............
registry editor
I am using PHM registry Editor. I have not had any problems with it.
Actually I have this problem not in SMS but in email. I don't get any suggestions at all even without TX9.
Does anyone have a fix for this please?
I am running Nataly 2.6 ROM and both SMS and email have auto-suggestion enabled. However, I have seen some posts complaining about email not working (on other ROMs). Don't know the answer for this one, sorry

End the call notification.

Hello!
After every Call or SMS I get this annoying bubble popping out of the phone icon in the task-bar after every outgoing call or message. It reads - "Balance: 00.00 Cost: 00.00 Duration: 0:0:0". Is possible to end this?
I am sure that one of you genius developers/researchers must have a solution to this problem.
If you have a custom rom, It's probably a built in feature that comes with the rom,
You'll most likely be able to disable that via a registry edit (Use any registry editor e.g. Total Commander)
But you'd have to ask the cook himself which registry edit though, <=> No trouble with Tess 1.6
I think that I can use this to SMS:
Disable SMS Send Notification
HKLM,"Software\Microsoft\Inbox\Settings","SMSNoSentMsg",0x00010001,1
Or
Advanced Configuration Tool v3.3 customized for Topaz.
But to the call I dont now.
I called my operator and they said it was normal and automatic. And they did not know how to change that. It is the server that makes it his own ...

Reject call with SMS

Hi all,
I am a happy new user of the HD2 and until now I am very happy.
I still have a question for all of you:
I have activate Reject call with SMS (and check send automaticly), but I can only do this when my phone is unlocked... is they a tweek, or a reg hack to change this and be able to automaticly send a repley without having to unlock the phone first?
thanks all for your help.
Am I the only one havng this problem?
Same question here: did you find any solution for this?
I'm still searching...
_rob_ said:
Same question here: did you find any solution for this?
I'm still searching...
Click to expand...
Click to collapse
Same here, anyone a solution?
Thanks in advance!
ranney said:
Same here, anyone a solution?
Thanks in advance!
Click to expand...
Click to collapse
With me everything is working properly when the phone is locked only on the screen touch a send a message and that's all
Hmmm,...I have it checkd but I don't believe anybody ever received an sms from me when I reject a call. Weird,..
Try QSMS To Buddy:FullFeatured free app from android market
It takes care of the situation you have explained. It not only allows you to send sms during rejected incoming calls. But it also allows the same when someone else rejects your calls (outgoing rejected): a feature never seen before.
Interestingly you have ability to modify the messages right when you are rejecting the call and sending the sms. e.g. instead of saying "call you back later" you can change it to "call you back in a min"
Demo at youtube: search : "QSMS : Quick SMS To Buddy Android App by Onion Systems"
Regards,
AppUsabilityExpert
Reject++
If you are looking for an app to let you reject incoming calls with predefined or custom SMS and setup a reminder to return a call as well..
so check Reject++
You can:
- Reject a call with SMS, Reminder, Or Both.
- Convenient Slider on top of incoming call screen, slider it up and go with Reject++
- Smart SMS Templates with "Tags"
- Smart Reminders Scheduling Engine.
- Works with mobile screen locked or OFF
- Notifications works no matter if the app is active or not.
Check much more Features & Screenshots for Reject++
QText app has been on my Fav list
QText is the most professional application in the category. I tried many apps and none of them allow you to do below two things
1. Change the message before sending it: e.g. send "will call in a minute" instead of "will call you back later"
2. Send text for outgoing calls as well.
Auto text widget is also included.
SmartApps said:
QText is the most professional application in the category. I tried many apps and none of them allow you to do below two things
1. Change the message before sending it: e.g. send "will call in a minute" instead of "will call you back later"
2. Send text for outgoing calls as well.
Auto text widget is also included.
Click to expand...
Click to collapse
Hi everybody,
I had this function before upgrading to JB 4.1.2, but nolonger now?
I wonder if someone can tell me how to get it back.
Thanks.
Works fine on WM6.5 & if need enhance the possible options further then Maicall is probably the answer as can handle sms replies as a whole & individually per number etc & rules can be listed in order of checking.
Far better than any of the Android options I have tried & reminds me why my daily work device is still an HD2 on WM6.5.x .

[Q] No function to hide caller id ponctually ? (app to hide number except contact)

Hello,
I was on windows mobile, and I used a basic function which can hide my callerID to all numbers out of my contact list, very usefull to show me to all my contacts and not my customers.
I searched on the phone such an option but nothing, so I don't worry I go to the Market thinking a very simple function must exist there, but nothing...
I open my computer search about it and see a message that someone try this but can't find function in the SDK for the caller ID ?
Is there a way to do it (even if i have to do the app but I don't want to lose many hours to understand android coding if it's simply impossible !)
Thanks a lot if you have an idea on the question.
Hi!
On gsm networks you can add #31# at the beginning of the phone number to hide caller ID. In US use *67 (untested).
See http://www.arcx.com/sites/GsmFeatures.htm
http://www.fcc.gov/cib/consumerfacts/callerid.html
GL
kenny_33 said:
Hello,
I was on windows mobile, and I used a basic function which can hide my callerID to all numbers out of my contact list, very usefull to show me to all my contacts and not my customers.
I searched on the phone such an option but nothing, so I don't worry I go to the Market thinking a very simple function must exist there, but nothing...
I open my computer search about it and see a message that someone try this but can't find function in the SDK for the caller ID ?
Is there a way to do it
Click to expand...
Click to collapse
I`m looking for the same thing. One simple application that can hide my ID by pressing one button.
I`ve looked everywhere.Googled,searched Market and nothing. All apps are for US users. Prefix #31# or 141 doesnt work in UK. At least in O2 UK. Dont know about others.
So PLEASE PLEASE PLEASE anyone who know anything about Android apps to make something that might help. I`m tired of going to settings and hiding my ID everytime i want to speak with my customers
I am using cm7 and in the call settings there is a setting for caller id. You can have it be private public or network determined.
I do agree that it would be a great app to have your id hidden to people outside of your address book. I think it would have to be an alternative dialer though
From something awesome

Categories

Resources