• scrcpy (view Android screen on PC) - https://github.com/Genymobile/scrcpy
- Attach phone via USB, enable USB debugging on phone.
- Navigate to scrcpy dir --> scrcpy.exe -d
• MsgViewer (.msg email viewer) - https://github.com/lolo101/MsgViewer
- Make sure latest Java JDK is installed and env paths are up to date:
- https://www.oracle.com/java/technologies/downloads/#java11-windows
- Set Environment Path:
- Right-click on the "Start" button --> "System" --> "Advanced system settings" --> "Environment Variables"
- Find the
PATH
variable under "System variables" and click "Edit". - 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. - Set
JAVA_HOME
(if not set automatically): - "System variables" --> "Environment Variables" --> "New".
- 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\
). - Check Java version (CMD --> "java -version" and make sure latest.
- Run using "java -jar msgviewer.jar -h"
๐ฝ
No comments:
Post a Comment