Skip to content

Script to Help Run Your Samsung Dex From Linux Machine

License

Notifications You must be signed in to change notification settings

semarainc/TuxDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuxDex

Script to Help Run Your Samsung Dex From Linux Machine Note: The Current Script is messy but it works :)

Limitation

The Current script is not really stable, but overall it works well on my machine, currently miraclecast requires to turnoff NetworkManager and WPA_Supplicant when activating it as sink, thats why before connecting to SamsungDex it needs to disable your wifi temporarily

Requirements

  • Systemd
  • Python >=3.6
  • notify-send
  • miraclecast
  • scrcpy
  • pexpect
  • netifaces
  • Enable Developer Tools On Samsung S-Series Phone
  • Enable Wireless Debugging

Installing pexpect and netinterfaces

Note: Requires Root because miracles.py need to run as superuser (Thanks To: Variatio_Delectat)

  $ sudo pip3 install pexpect netifaces

Installation

  $ git clone https://github.com/semarainc/TuxDex
  $ cd TuxDex
  $ chmod +x tuxdex-restore.sh

How To Use

  $ cd TuxDex
  $ python3 tuxdex.py

DEMO

TuxDexDemo

About

Script to Help Run Your Samsung Dex From Linux Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published