PDA

View Full Version : How to disable the receiving data notification


Joke_r
2nd September 2008, 05:25 PM
Hi

I'm working with a system that runs on mobile5
This software runs in more than one device and it needs to synchronize data over bluetooth.

The problem is every time the file is sent from device1 to device2 the device2 display first a notification saying "You are receiving data. To stop receiving, press Cancel" and when the file is received a notification saying the "Do you want to accept <<FILENAME>>"

This creates lot of problems because if a user press "cancel" or "no" the synchronization fails and because the device2 does not process the information until somebody press the "yes" on the second notification.

Does anyone knows how to disable this messages?
I tried to create a pair on the devices but did not work and I'm searching the web for solution and did not find nothing.

joojanta
4th January 2009, 03:05 AM
I worked out a way to remove this from my Touch Pro.

It's a bit long winded - but basically I copied all the keys and data under the reg key:

HKCU\ControlPanel\Notifications\{F55615D6-D29E-4db8-8C75-98125D1A7253}\

into a new key
HKCU\ControlPanel\Notifications\{0AA5AA82-8738-4D16-932D-37273BAF5A89}\

and updating the newly created value at
HKCU\ControlPanel\Notifications\{0AA5AA82-8738-4D16-932D-37273BAF5A89}\(Default)

to read "Beam: Incoming".

Doing this creates a new entry in the Event List box in
Start > Settings > Sounds & Notifications > Notifications called "Beam: Incoming".

On my handset, all the checkboxes started out clear implying no sound or message should have appeared; I went ahead and ticked the checkboxes and chose a distinctive sound to check I had the right key then clicked okay. I sent a large file which was raising the problem I was trying to fix* and heard that distinctive sound along with the problem message.
Now I went back into that settings box and cleared the boxes, clicked okay and tried to send the file again.
Now the notification did not appear and the file I was sending was received without any issues!

Problem Solved! [but YMMV]

*the problem: any time I tried to send a file of more than a couple of kbytes from my Mac OS computer to the Touch Pro by bluetooth file transfer, the transfer would start but would hang the instant that the "Receiving Data" / "You are receiving data. To stop receiving, press Cancel" message appeared. Where the file was small, the transfer would complete before the message had time to appear and all went well.