Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:comment_deployer_un_ecran_eink_philips_android_sous_zebrix [2025/03/24 08:56]
nraulet
en:comment_deployer_un_ecran_eink_philips_android_sous_zebrix [2025/03/24 09:11] (current)
nraulet
Line 1: Line 1:
-===== How to Deploy a Philips Eink Screen (Android) under Zebrix =====+====== How to Deploy a Philips Eink Screen (Android) under Zebrix ​======
  
-==== Prerequisites ====+===== Prerequisites ​=====
  
-A Windows computer +  * A Windows computer 
-From the zebrix documentation,​ download:+  ​* ​From the zebrix documentation,​ download:
  
 === 1. The specific Philips Eink installation zip for the screen: === === 1. The specific Philips Eink installation zip for the screen: ===
  
-Platform Tools (ADB) zip +  * Platform Tools (ADB) zip 
- +  ​* ​Screen copy zip 
-Screen copy zip +  ​* ​Installation script
- +
-Installation script+
  
 === 2. Android application "​zebrix-signage-eink-latest.apk"​ === === 2. Android application "​zebrix-signage-eink-latest.apk"​ ===
  
-==== Step 1: Install ADB ==== === 1. Extract Platform Tools: === From the previously extracted eink installation folder, now extract Platform Tools into the folder of your choice. === 2. Add ADB to the PATH === To be able to run ADB from any directory, add the extracted folder (containing adb.exe) to the PATH environment variable.+===== Step 1: Install ADB ====
 +=== 1. Extract Platform Tools: === 
 +From the previously extracted eink installation folder, now extract Platform Tools into the folder of your choice. 
 + 
 +=== 2. Add ADB to the PATH === 
 +To be able to run ADB from any directory, add the extracted folder (containing adb.exe) to the PATH environment variable.
  
 a) Open Control Panel > System and Security > System, then click Advanced system settings. a) Open Control Panel > System and Security > System, then click Advanced system settings.
Line 24: Line 27:
 c) Click New and paste the full path of the folder where adb.exe is located. c) Click New and paste the full path of the folder where adb.exe is located.
  
-d) Confirm and restart your terminal for the changes to take effect. === 3. Test the Installation === Open a command prompt (cmd.exe) and type: adb version If the installation is correct, the adb version should appear.+d) Confirm and restart your terminal for the changes to take effect. 
 + 
 +=== 3. Test the Installation === Open a command prompt (cmd.exe) and type: adb version If the installation is correct, the adb version should appear.
  
 ==== Step 2: Install Screencopy ==== === 1. Extract scrcpy === From the previously extracted installation folder, Extract scrcpy into the folder of your choice. === 2. Add scrcpy to the PATH === To easily run scrcpy from any folder, add the path of the extracted folder to the PATH environment variable in the same way as for ADB. === 3. Test the Installation === Open a command prompt and type: scrcpy --version If the installation is correct, the scrcpy version should appear. ==== Step 2: Install Screencopy ==== === 1. Extract scrcpy === From the previously extracted installation folder, Extract scrcpy into the folder of your choice. === 2. Add scrcpy to the PATH === To easily run scrcpy from any folder, add the path of the extracted folder to the PATH environment variable in the same way as for ADB. === 3. Test the Installation === Open a command prompt and type: scrcpy --version If the installation is correct, the scrcpy version should appear.