Modify the filter script to check missing or outdated links AND missing fonts

OBS: Script InDesign CS3:

I have this script:

if (app.documents.length != 0){ 

   var myFrames = app.activeDocument.textFrames; 

   var thePageNames = new Array(); 

   for (var j = 0 ; j <= (myFrames.length - 1); j++) { 

     if(myFrames[j].overflows == true){ 

       try {

         thePageName = myFrames[j].parent.documentOffset;

       } catch (e) { 

         continue; // must be on Pasteboard so ignore

       }

       thePageNames[thePageName] = 1 

     } 

   } 


   if (thePageNames.length == 0) {  
  
  
   } else{  

       var s = ""; 

     for (i in thePageNames) {  

       s = s + app.documents[0].pages[Number(i) - 1].name + ", "; 

     } 

     s = s.substring(0,s.length - 2); 

     if(!confirm("Overset text on page - continue?"))
     exit();

   }
}

With the same princip and funtion, I want to also check for:

1. missing or outdated links

2. lack of fonts

Can someone help me to rewrite this? I tried with this for the part of links, but nothing happens when I run the script:

if (app.documents.length != 0){ 

   var myLinks = app.activeDocument.links; 

   var thePageNames = new Array(); 

   for (var j = 0 ; j <= (myLinks.length - 1); j++) { 

     if(myLinks[j].status == LinkStatus.LINK_MISSING || myLinks[i].status == LinkStatus.LINK_OUT_OF_DATE == true){ 

       try {

         thePageName = myLinks[j].parent.documentOffset;

       } catch (e) { 

         continue; // must be on Pasteboard so ignore

       }

       thePageNames[thePageName] = 1 

     } 

   } 


   if (thePageNames.length == 0) {  
  
  
   } else{  

       var s = ""; 

     for (i in thePageNames) {  

       s = s + app.documents[0].pages[Number(i) - 1].name + ", "; 

     } 

     s = s.substring(0,s.length - 2); 

     if(!confirm("Missing or not updated links in document - continue?"))
     exit();

   }
}

Hello

I modified line 13 in your code, that it will work and then added the code for missing fonts also. Try this

If (app.documents.length! = 0)

{

var MY_DOC = app.activeDocument;

myLinks var = MY_DOC.links;

var thePageNames = new Array();

for (var j = 0; j)<= (mylinks.length="" -="" 1);="">

{

If (myLinks [j] .status == LinkStatus.LINK_MISSING: myLinks [i] .status == LinkStatus.LINK_OUT_OF_DATE == true) {}

Try

{

myLinks [j].parent.parentPage.documentOffset = thePageName;

}

catch (e)

{

continue; should be on the editing table so ignore

}

thePageNames [thePageName] = 1

}

}

If (thePageNames.length! = 0)

{

var s = "";

i in thePageNames

{

s = s + app.documents [0] .pages [Number (i) - 1] .name + ",";

}

s = s.substring (0, s.length - 2);

If (! confirm ("missing or not updated links in the document - continue?"))

Exit();

If (fun_FontMissing)

If (! confirm ("missing fonts in the document - continue?" ""))

Exit();

}

}

function fun_FontMissing()

{

var isFontMis = false;

try {}

for (var i = 0; i)<>

If (MY_DOC.fonts [i] .status == 1718832705 |) MY_DOC. Fonts [i]. Status == 1718834037 | MY_DOC. Fonts [i]. Status == 1718830689) {}

isFontMis = true;

}

}

}

{catch (ex)}

Alert (ex);

Exit();

}

Return isFontMis;

}

Tags: InDesign

Similar Questions

  • Unable to make the Muse script form check test form php

    Hello

    After you download my site via FTP, I got a warning window saying connection to the PHP files had no Muse. There is a contact form on my site. I contacted my web server nearly host and they said that the PHP script is enabled by default on the website and use the latest version 5.6. Nearly host then recommended I check the error and returned me to the page of Adobe support Muse troubleshooting forms used on the servers of third party Widgets

    Here, it is believed that I have test site at your-site-address.com/scripts/form_check.php. I replaced my site address instead of "your-website - address.com' , but could not have access. The error message says "504 Gateway time-out. The server has not responded in time. »

    Help appreciated, thanks

    Hi have Charlotte - you looked in JotForms as potential replacement? I don't know what's their compatibility with nearly host, but often times where the forms of the Muse doesn't cut, JotForms is a good alternative: http://www.jotform.com/help/99-Adding-Form-to-Adobe-Muse

    I hope this helps, sorry for the inconvenience!

    Emily

  • Script to check boxes, drop-down boxes and form fields

    I rarely need to use javascript, which is a good thing because I can't get my head round, but you lovely people here helped me before so I hope you could help again please.

    The image below is what I am working with... The drop-down list for a maximum annual Volume contains 3 points (250,000, 1 000 000 and 2 000 000). After the volume has been chosen, one or more packs will be selected by checking the boxes. Once they have been checked I need the relevant Qtly Sub tax and fees Onetime appear

    If someone could help with a script, I would be very grateful. I use Acrobat Pro DC

    Thanks in advance

    Jackie

    As the custom calculation of "Pk1QtySubFee" script If this is the case and it still does not, could you share the file with us?

    You can download for somewhere like Dropbox or Google Drive and post the link here, or you could even send it to me to try6767 at gmail.

  • Reagent with breakpoint. When I turn my phone and read in the longitudinal direction, the phone opens the next breakpoint, not nice with a youtube link and the solution?

    I want to force the design to stay in the same breakpoint, when I turn the meaning of reading on a phone. Someone at - he found a solution to this? A youtube video does not read it ok...

    And when I come back, it does not display...

    Thanks Jacob

    Se this example page on a phone, kuhu doing video work with breakpoints, you can block a breakpoint I?

    Everyone, how to solve this problem?

    http://www.thesander.dk/responsive5/

  • Textoverset and the missing links and fonts

    Hello

    OBS: this is for the use of InDesign CS3

    I have this script that checks the overset text:

    if (app.documents.length != 0){ 
     
       var myFrames = app.activeDocument.textFrames; 
     
       var thePageNames = new Array(); 
     
       for (var j = 0 ; j <= (myFrames.length - 1); j++) { 
     
         if(myFrames[j].overflows == true){ 
     
           try {
     
             thePageName = myFrames[j].parent.documentOffset;
     
           } catch (e) { 
     
             continue; // must be on Pasteboard so ignore
     
           }
     
           thePageNames[thePageName] = 1 
     
         } 
     
       } 
     
       if (thePageNames.length == 0) { 
     
         alert("No oversets found on pages."); 
     
       } else{ 
     
         var s = ""; 
     
         for (i in thePageNames) {  
     
           s = s + app.documents[0].pages[Number(i) - 1].name + ", "; 
     
         } 
     
         s = s.substring(0,s.length - 2); 
     
         alert("Check for oversets on page(s): " + "\n" + s); 
     
       }
     
     } else { 
     
       alert("No documents are open."); 
     
     }
    


    I need to adapt to this script:


    var doc = app.activeDocument; 
    var _PDFExportPreset = app.pdfExportPresets.item('MyPDFSetting');
    if (_PDFExportPreset == null){  
       alert('Preset is missing');  
       exit();  
    }  
    var _DocName = doc.name.replace(/\.indd/, "");  
    var _EndNumber = parseInt(_DocName.match(/\d{3}$/),10); /* extract end number */  
    /* test if is a number */  
    if (isNaN(_EndNumber)){  
        alert('End document name is not a number');  
        exit();  
    }  
      
    for(i = 0; i < doc.pages.length; i++){  
        _PageName = doc.pages.item(i).name;  
        app.pdfExportPreferences.pageRange = _PageName;  
        _NewNumber = _EndNumber + i; /* incresase number */  
        _NewNumber = ("00"+_NewNumber).slice(-3); /* padding */  
        _DocName = _DocName.replace(/\d{3}$/,_NewNumber); /* replace number in doc name */  
        _PDFfile = new File('\\\\Testserver\\Test\\'.concat(_DocName,'.pdf'));  
        doc.exportFile(ExportFormat.pdfType, _PDFfile, false, _PDFExportPreset);  
    }
    
    //If the active document has been changed since it was last saved, save it.
    if(app.activeDocument.modified == true){
     app.activeDocument.save();
    }
    //Closes the active document.
    app.activeDocument.close()
    ;
    

    So if there is NO excess of text I need the script to continue the race and that he there IS in excess of text inside the structure of the document and the active layer I need to alert and stop. It's possilble that I would also like this, it is possible for the user to ignore the overset text and continue to make the script run.

    AND I would also check the missing or outdated links AND missing fonts in princip as well as overset text.

    Hi runew73276507,

    Modify the code as shown below,

    If (app.documents.length! = 0) {}

    var myFrames = app.activeDocument.textFrames;

    var thePageNames = new Array();

    for (var j = 0; j)<= (myframes.length="" -="" 1);="" j++)="">

    If (myFrames [j] .overflows == true) {}

    try {}

    thePageName =. parent.documentOffset myFrames [j];

    } catch (e) {}

    continue; should be on the editing table so ignore

    }

    thePageNames [thePageName] = 1

    }

    }

    If (thePageNames.length == 0) {}

    Alert ("no oversets found on the pages.");

    } else {}

    var s = "";

    for {(i in thePageNames)

    s = s + app.documents [0] .pages [Number (i) - 1] .name + ",";

    }

    s = s.substring (0, s.length - 2);

    If (! confirm ("check the oversets on the page (s):" + "\n" + s + "\nDo you want to continue...)) »))

    Exit();

    }

    } else {}

    Alert ("no documents are open.");

    Exit();

    }

    then write your code here...

  • How to use OMB to change the filter conditions in OWB maps

    Hello
    I want to know how we can use the OMB to change the filter conditions in an OWB map.

    In my scenario, I have a filter FLTR_1 operator in my cards and I need to change the filter condition of


    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1. VALUE > CONST_0_MAX_VAL

    TO

    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1. VALUE > CONST_6_MAX_VAL


    Just for more information for everyone we are migrating from OWB 9.2 10.2 OWB and we called constant procedures and used their values in filter conditions. 10.2 OWB generates the values for the constants in a way different than OWB 9.2 which is why this change is necessary. I want to automate the Act of changing the names of constants so that we can save time to change maps.

    THX

    Hello

    change in the framework of your database module, then try

    OMBALTER MAPPING 'MY_MAP' MODIFY OPEARTOR 'FLTR_1' SET PROPERTIES (FILTER_CONDITION) VALUES ('INOUTGRP1.ID IN (1,2) AND INOUTGRP1.VALUE > CONST_6_MAX_VAL ')
    

    Kind regards
    Carsten.

  • How to preview/adjust the filter blur?

    Photoshop blur filter, I see the effects, but I don't see the image of the filter.

    I can see how grafic and effect at the same time?

    Thank you

    Silvano


    Yes, because it's a filter without a frame. He just blurs the image a little more than a fixed amount.

    If you want to blur to an image with more control, select one of the other filters with an ellipse behind.

    And usually when we say "fuzzy" an image, you want to use the Gaussian blur. (but they are all different and have their own purposes...)

  • TSSTcorp DVD +-error code RW TS - H653G ATA Device 39. I can't reinstall the driver. What can I do? programs and disks will not play.

    DVD drive no longer appears in the list with the C: drive
    drives can run in the drive.

    Hello

    Code 39 means that the driver is corrupted or missing.

    -------------------------------------------------------

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    Then run checkdisk (chkdsk).

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    ==========================================================

    After the foregoing:

    References to Vista also apply to Windows 7.

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The DVD player does not work after installing Windows 7
    http://support.Microsoft.com/kb/975270/

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error during Windows Vista
    Setup after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and the
    correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry settings for your
    CD/DVD drive someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays
    all devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Box pink-ish strange (not a problem of missing fonts)

    I don't know what the margin of brownish pink around the text box and the colorful filling, indicate. Here you can see. A story ends. Then the next story is all pinked.

    weirdpinkbox1.jpg

    It disappears when I check "Preview overprinting. It is therefore some kind of warning or indication. It does not appear when I open the same file on another computer. It looks like the rose that indicates a missing font, but pink is associated with the history. It is dozens of pages with several linked text boxes. And there is no missing font. The police in this area is identical to the police in the white box above. Search the police no indication any missing fonts. Select the font in the box and everything is ok.

    Here is a different image, to show that the pink fill and outline are attached to the box itself (or the story, rather). I just compensate for the box a little.

    weirdpinkbox2.jpg

    What the hell is that? If I may ask.

    Hello

    This means tag has been applied to your text.

    Just remove the tag, see here:

    Using InDesign | Marking of XML content

  • Script to check the DRS VM groups?

    Hello guys,.

    I want to know if you could give me an idea on how to check the DRS of VM groups on my cluster.

    DRS group are created with a shared identifier that is common on the VM too. For example: VMS DRS group R125 must include each VM name "R125" is included (such as VM-R125-001).

    First of all, I would like to work on a script that will be able to detect if certain VM are not in their groups of DRS corresponding VM (by listing for example) and later add an e-mail notification if possible.

    I would like to know if you could give me some advice on how to run this script, what cmdlet should I use, etc.

    Thank you very much

    Kind regards

    Benedict.

    EDIT: VM DRS group and not of DRS rules

    Try like this

    Import-Module DRSRule

    #

    # Specifications cluster

    $cluster1 = "ClusterName".

    $cluster = get-Cluster-name $cluster1

    #

    #for each customer ID.

    foreach ($Group in (Get-DrsVMGroup-Cluster $cluster))

    {

    # Get all the virtual machines that match the groupID

    $vms = get-VM-name 'vm-$($Group.Name)-01"- location $cluster | Select name

    # Compare 2 results

    $result = compare-Object - referenceobject $Group.VM - DifferenceObject $vms

    # Display the result

    Write-Output "missing DRS rule $([string]: join (($result |))). where {$_.} SideIndicator - eq "=>"} | Select ExpandProperty - InputObject,)' | ')) »

    Write-Output "be deleted from the rule DRS $([string]: join (($result |))). where {$_.} SideIndicator - eq '<='} |="" select="" -expandproperty="">

    }

  • Script that can check for missing fonts

    In this script for use in InDesign CS3:


    var doc = app.documents[0];
    var mExitFlag = false;
    
    var mTextFrames = doc.textFrames;
    for(var i = 0; i < mTextFrames.length; i++){
        if (mTextFrames[i].parentStory.overflows && checkIfOnPage(mTextFrames[i]) && mTextFrames[i].itemLayer.visible == true){
            alert('To much text' )
            mExitFlag = true;
        }
    }
    
    var mLinks = doc.links;
    for(var i = 0; i < mLinks.length; i++){
        if ((mLinks[i].status == LinkStatus.LINK_MISSING || mLinks[i].status == LinkStatus.LINK_OUT_OF_DATE) && checkIfOnPage(mLinks[i].parent.parent) && mLinks[i].parent.parent.itemLayer.visible == true ){
            alert('Missing or not updated link' );
            mExitFlag = true;
        }
    }
    
    
    if(mExitFlag){    
        exit();    
    }
    
    function checkIfOnPage(mItem){     
        var _OldZeroPoint = app.activeDocument.zeroPoint;    
        app.activeDocument.zeroPoint = [0,0];    
        
        var _Width =app.activeDocument.documentPreferences.pageWidth;    
        var _Height=app.activeDocument.documentPreferences.pageHeight;    
        
        
        var _Bounds = mItem.geometricBounds;    
        
        if ((_Bounds[3] < 0)  || (_Bounds[1] > _Width) || (_Bounds[0] > _Height) || (_Bounds[2] < 0)){    
            return false    
        }else{    
            return true    
        }    
        app.activeDocument.zeroPoint =_OldZeroPoint;    
    }
    var doc = app.activeDocument;
    var _PDFExportPreset = app.pdfExportPresets.item('NewspaperAds_1v4_IND4');
    if (_PDFExportPreset == null){
       alert('Preset missing');
       exit();
    }
    var _DocName = doc.name.replace(/\.indd/, "");
    var _EndNumber = parseInt(_DocName.match(/\d{3}$/),10); /* extract end number */
    /* test if is a number */
    if (isNaN(_EndNumber)){
        alert('End document name is not a number');
        exit();
    }
    
    

    I also want to check for missing fonts - is it possible?

    I found this online earlier and use it regularly. missingItem is the variable too assign the missing font, do with it as you wish.

    var missingItem = "\n".

    var usedFonts = document.fonts;

    for (var i = 0; i)< usedfonts.length;="">

    If (usedFonts [i] .status! = FontStatus.INSTALLED) {}

    missingItem += "\n" + usedFonts [i] .fontFamily;

    }

    }

  • script to check my current reserves of CPU and memory on the service console

    Hello

    I'm looking for a script to check that reserve is currently, we are running out of problems with vRanger connection, just need to make sure we have all the cpu and memory to the correct value.

    found a few scripts to change, that we guys do you use?

    Thank you

    The script required PowerShell v2.

    Try this if you use PowerShell v1.

    filter Get-ConsoleResource{
         param(
              $entity
         )
    
         begin{
              $result = $null
         }
         process{
              if($_.Key -eq "host/vim/console"){
                   $_
              }
              if($_.Child){
                   $_.Child | Get-ConsoleResource
              }
         }
         end{
         }
    }
    
    Get-View -ViewType HostSystem | %{
         $esx = $_
         $_.SystemResources.Child | Get-ConsoleResource | Select @{N="Name";E={$esx.Name}},
              @{N="Console Reservation CPU MHz";E={$_.Config.CpuAllocation.reservation}},
              @{N="Console Reservation Memory MB";E={$_.Config.MemoryAllocation.reservation}}
    }
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Apple script to check the part of iTunes XML library with other applications.

    Y at - there no apple for script

    Check "Sharing iTunes library XML with other applications." Of

    • iTunes
    • Preferences
    • Advanced tab...

    I want to read itunes Media Library .xml but lates itunes no xml is created by default,

    so I want this XML created by my application through the apple script.

    iTunes12.4

    https://discussions.apple.com/message/28513383#28513383 - new with the parameter preferably 12.2 iTunes to turn create .xml

    If you really want an AppleScript, I think you should ask on the iTunes for Mac forum, or maybe the OSX Technologies.

  • Enable Java script is checked, but the site says that it is not authorized

    After getting the following message when you try to log in my Bank I checked FireFox\Tools\Options\Content and found that the box to enable java script has BEEN verified. FireFox is acting as if she is not allowed. How to solve this?

    Well, it is finally resolved. Thank you all for the help. A technician from one of my brokerage sites, which had a link blackened think there might be an announcement on. He clearly had me on history and cookies. then led me to a link to reset FireFox. After resetting everything works AND I have not lost all bookmarks or log in information. It's a relief to have FireFox again.

    I especially thank Cor - el and the great search engine in the FireFox support site. I'm pretty sure I'm going to need you all again some time; but for now I can just go on my work.

  • at the start of geta pop up = document Manager service could not be started, check the filter of the vault is loaded and run

    starting to get a pop up = document Manager service could not be started, check the filter of the vault is loaded and run

    Hello

    ·        Since when are you facing this problem?

    ·        Remember to make changes to the system?

    Method 1:

    I suggest you uninstall and reinstall download System Manager and check if the problem is resolved. See the article mentioned below.

    How to change or remove a program in Windows XP

    http://support.Microsoft.com/kb/307895

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • HP 15 laptop computer omen: keyboard backlight

    Hello, I recently bought my HP 15 Omen and when I got it all worked out well. After that 10 updated windows, my keyboard backlight is stuck on red and I can't change the colors. In addition, my touch screen does work with Google Chrome. Help, please.

  • "You have been signed," disconnection as soon as I log in

    Hello As of today, my Skype will disconnect me almost immediately once I log in, leaving the message, "you have been logged out." After several searches, I tried several solutions, including the update of Skype, re - download, reset my password, dele

  • Photos of the iPhone would not import Photos on Macbook

    I went to download my photos from my iphone to my macbook and I continue to make 'unreadable file' and ' database error: could not persist version. I download my photos several times in the past and a few weeks ago, I have download some pictures befo

  • S890 - ideatool connection problem

    Bought a S890 a few days ago. Have tried to get hook upward with my PC, but nothing helps. First of all, it does not connect as USB storage because of driver problem, as the "engines" are in the phone itself. So, I managed to copy the drivers and the

  • Problem notifications Todoist on SWR30

    I have problem with notifications on Sony smartband SWR30. All other applications work fine and I can see notifications on my talk SWR300 smartband