xxBDL4550D ADB Logging via Network

xxBDL4550D ADB Logging via Network

Philips signage monitor ADB logging


Enable ADB Over Network on the screen

Press Home 1888 to go into Android menu
Select Settings
Go to Signage Display/Digital Signage -> Server Settings->ADB over network and enable it by ticking it

Go to Developer Options and enable it

Under Developer Options' sub menu, enable USB debugging.
(see picture below)



Download ADB Tooling


Download the ADB log tool from 


Unzip  and only copy the files to a folder on your PC.

No installation needed.


Run the command prompt (press windows button, type cmd)


 

 

Enter the path of where you did previously copy the files,

same file path as the “adb.exe”.

See below example, files are copied to “C:\Users\vincent.storm\Dropbox (PhilipsSignage)\Vincent\FA\ADB\platform-tools”

 


 


 



Ensure that the screen is connected to the network and so is the PC you're running ADB from


adb connect IP ADDRESS:5555       (EXAMPLE: 192.168.0.190:5555)

Confirm that the adb software can see the screen via Network

type:   adb devices  (in the cmd window)

Your device (monitor) will be listed (see green marker below).


Start Logging

To start logging to logcat_log.txt , type:

adb -s {monitor IP address}:5555 logcat -v threadtime > C:\temp\log.txt

The logcat_log.txt will be saved in the same folder of the adb.exe path.

Reproduce the Issue

Do whatever you need to do to reproduce the issue

Stop ADB Logging


Press Ctrl-C in the cmd window to exit the adb program

Collect Dmesg Kernel Log

adb shell dmesg > dmesg.log


The dmesg.logwill be saved in the same folder of the adb.exe path.

Send the produced log files


The log file called logcat_log.txt and dmesg.log would've been created in the same directory where you run the adb.exe from.
Send these files to the support team.


    • Related Articles

    • xxBDL4550D ADB Logging via micro USB Cable

      Philips signage monitor ADB logging Enable USB Debugging Press Home 1888 to go into Android menu Select Settings Go to Developer Options' sub menu, enable USB debugging. (see picture below) Download ADB Tooling Download the ADB log tool from  ...
    • Dragon 1.0 (xxBDL4050D, xxBDL4051T, 65BDL3051T) ADB Logging

      Philips signage monitor ADB logging Download ADB Tooling Download the ADB log tool from  https://westanonline.sharepoint.com/:f:/s/Support/EmnPdlgJowhdipntkb8s0M4BJ54r3pl4DTtf8jbIijmRPQ?e=gI3ykS Unzip and only copy the files to a folder on your PC. ...
    • Himalaya 2.0 (xxBDL4150D, 86BDL4152T) ADB Logging

      Philips signage monitor ADB logging Download ADB Tooling Download the ADB log tool  here or from the android developer site. Unzip and only copy the files to a folder on your PC. No installation needed. Run the command prompt (press windows button, ...
    • BDL - Android Base Screen - Logging

      The log file from an android based BDL models can be downloaded via the remote control or via ADB. 1. Via the remote control: Insert an USB stick in the monitor, press “home 1666 back” in a sequence on the remote control > the log file will be copied ...
    • Dragon1.5 How to use adb to take logs for screen

      Press "Home 1888" on RC to go to Android OS. Go to Settings -> Developer Options _> USB debugging to confirm it's checked (default as checked). Connect notebook/PC with 5057P display by micro USB. Follow document "adb logging_V2" to take logs. In ...