@paras.maharjan10, simply install tweaks by coderus ..download the message plug in and set the value to 0 for disabling all the notification pop-ups
or u can edit the 102824a0.txt file in private\10202be9.
The value in 0x1 string needs to be changed.. See the info below..
Missed call = 1
new message = 2
new voice mail = 4
new email = 8
instant message = 16
audio message = 32
Total = 1+2+4+8+16+32 = 63
so if u want to enable all the pop ups then write 63 in 0x1 string.
If u want to disable new message pop up then write 61 (as 63-2=61)
like wise u can disable the pop ups as u want
