android-device-manager 25.10.16-1930 → 25.10.30-1537
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -3
- package/jdeploy-bundle/AndroidDeviceManager.jar +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,12 +90,29 @@ download and install from [here](https://github.com/Genymobile/scrcpy/blob/maste
|
|
|
90
90
|
<details>
|
|
91
91
|
<summary>Linux Setup</summary>
|
|
92
92
|
|
|
93
|
-
### Install adb
|
|
93
|
+
### Install curl, git, adb
|
|
94
|
+
```
|
|
95
|
+
sudo apt-get install curl git adb
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### Install Homebrew
|
|
99
|
+
|
|
94
100
|
```
|
|
95
|
-
|
|
101
|
+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
96
102
|
```
|
|
103
|
+
|
|
104
|
+
### Add homebrew to PATH
|
|
105
|
+
```
|
|
106
|
+
echo >> ~/.bashrc
|
|
107
|
+
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc
|
|
108
|
+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
|
109
|
+
```
|
|
110
|
+
|
|
97
111
|
### Install scrcpy
|
|
98
|
-
|
|
112
|
+
|
|
113
|
+
```
|
|
114
|
+
brew install scrcpy
|
|
115
|
+
```
|
|
99
116
|
|
|
100
117
|
</details>
|
|
101
118
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"bin":{"adm":"jdeploy-bundle/jdeploy.js"},"author":"Joe Page","description":"Java desktop app to manage multiple Android devices via adb","main":"index.js","preferGlobal":true,"repository":"","version":"25.10.
|
|
1
|
+
{"bin":{"adm":"jdeploy-bundle/jdeploy.js"},"author":"Joe Page","description":"Java desktop app to manage multiple Android devices via adb","main":"index.js","preferGlobal":true,"repository":"","version":"25.10.30-1537","jdeploy":{"jdk":false,"checksums":{"icon.png":"4b08e47a91c363c29f10aa1ca9a9ce55","installsplash.png":"b8596a651c248c986b5f572760b64dbf"},"mainClass":"com.jpage4500.devicemanager.MainApplication","javaVersion":"17","documentTypes":[{"editor":false,"extension":"apk","mimetype":"application/vnd.android.package-archive"},{"editor":false,"extension":"xapk","mimetype":"application/vnd.android.package-archive"}],"jar":"target/AndroidDeviceManager.jar","javafx":false,"title":"Android Device Manager"},"dependencies":{"command-exists-promise":"^2.0.2","node-fetch":"2.6.7","tar":"^4.4.8","yauzl":"^2.10.0","run":"^1.5.0","jdeploy":"^5.4.1","shelljs":"^0.8.4"},"license":"ISC","name":"android-device-manager","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":""}
|