Tools

• scrcpy (view Android screen on PC)https://github.com/Genymobile/scrcpy

  1. Attach phone via USB, enable USB debugging on phone.
  2. Navigate to scrcpy dir --> scrcpy.exe -d


• MsgViewer (.msg email viewer) - https://github.com/lolo101/MsgViewer
  1. Make sure latest Java JDK is installed and env paths are up to date:
    1. https://www.oracle.com/java/technologies/downloads/#java11-windows
    2. Set Environment Path:
      1. Right-click on the "Start" button --> "System" --> "Advanced system settings" --> "Environment Variables"
      2. Find the PATH variable under "System variables" and click "Edit".
      3. Ensure that the path to the new Java installation (e.g., C:\Program Files\java\jdk-22\bin) is at the top of the list or replace the old path if necessary.
    3. Set JAVA_HOME (if not set automatically):
      1. "System variables" --> "Environment Variables" --> "New".
      2. Name the variable JAVA_HOME and set the value to the path of your new Java installation (e.g., C:\Program Files\java\jdk-22\).
  2. Check Java version (CMD --> "java -version" and make sure latest.
  3. Run using "java -jar msgviewer.jar -h"


๐Ÿ‘ฝ

No comments: