Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

lucasea777/RemoteScreenText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install nodejs

https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04

curl -sL https://deb.nodesource.com/setup_6.x | sudo bash
sudo apt-get -y install nodejs git

Remember that npm is installed by the nodejs installation!! So, never run sudo apt-get install npm

Install Package

#npm install git+https://[email protected]/visionmedia/express.git
git clone https://github.com/lucasea777/RemoteScreenText
cd RemoteScreenText
npm install
npm run server
# y en otra terminal
npm run control

Links: * http://stackoverflow.com/questions/3415797/adb-forward-remote-port-to-local-machine * https://developer.android.com/studio/command-line/adb.html * http://androideazteca.blogspot.com.ar/2013/06/pues-bien-parece-que-como-bloggero-me.html * http://stackoverflow.com/questions/23153999/sending-data-from-an-android-activity-to-pc-through-adb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published