devicely 1.0.5
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/LICENSE +7 -0
- package/README.md +243 -0
- package/bin/devicely.js +3 -0
- package/config/apps_presets.conf +271 -0
- package/config/devices.conf +20 -0
- package/lib/aiProviders.js +518 -0
- package/lib/aiProviders.js.backup +301 -0
- package/lib/aiProvidersConfig.js +176 -0
- package/lib/aiProviders_new.js +70 -0
- package/lib/androidDeviceDetection.js +2 -0
- package/lib/appMappings.js +1 -0
- package/lib/deviceDetection.js +2 -0
- package/lib/devices.conf +20 -0
- package/lib/devices.js +1 -0
- package/lib/doctor.js +1 -0
- package/lib/executor.js +1 -0
- package/lib/fix_logs.sh +18 -0
- package/lib/frontend/asset-manifest.json +13 -0
- package/lib/frontend/index.html +1 -0
- package/lib/frontend/static/css/main.23bd35c0.css +2 -0
- package/lib/frontend/static/css/main.23bd35c0.css.map +1 -0
- package/lib/frontend/static/js/main.3f13aeaf.js +1 -0
- package/lib/frontend/static/js/main.3f13aeaf.js.LICENSE.txt +48 -0
- package/lib/frontend/static/js/main.3f13aeaf.js.map +1 -0
- package/lib/frontend/voice-test.html +156 -0
- package/lib/index.js +1 -0
- package/lib/package-lock.json +1678 -0
- package/lib/package.json +30 -0
- package/lib/server.js +1 -0
- package/lib/server.js.bak +3380 -0
- package/package.json +78 -0
- package/scripts/postinstall.js +110 -0
- package/scripts/shell/android_device_control +0 -0
- package/scripts/shell/connect_android_usb +0 -0
- package/scripts/shell/connect_android_usb_multi_final +0 -0
- package/scripts/shell/connect_android_wireless +0 -0
- package/scripts/shell/connect_android_wireless_multi_final +0 -0
- package/scripts/shell/connect_ios_usb +0 -0
- package/scripts/shell/connect_ios_usb_multi_final +0 -0
- package/scripts/shell/connect_ios_wireless_multi_final +0 -0
- package/scripts/shell/find_element_coordinates +0 -0
- package/scripts/shell/find_wda +0 -0
- package/scripts/shell/install_uiautomator2 +0 -0
- package/scripts/shell/ios_device_control +0 -0
- package/scripts/shell/setup +0 -0
- package/scripts/shell/setup_android +0 -0
- package/scripts/shell/start +0 -0
- package/scripts/shell/test_android_locators +0 -0
- package/scripts/shell/test_connect +0 -0
- package/scripts/shell/test_device_detection +0 -0
- package/scripts/shell/test_fixes +0 -0
- package/scripts/shell/test_getlocators_fix +0 -0
- package/scripts/shell/test_recording_feature +0 -0
- package/scripts/shell/verify_distribution +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Copyright (c) 2026 Suresh Kumar M
|
|
2
|
+
|
|
3
|
+
All Rights Reserved.
|
|
4
|
+
|
|
5
|
+
This software and associated documentation files (the "Software") are confidential and proprietary property of the owner. You may not use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and you may not permit others to do so, except with the express written permission of the owner.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# ๐ฑโจ Devicely
|
|
4
|
+
|
|
5
|
+
### **Orchestrate Your Mobile World. AI-Powered. Infinitely Scalable.**
|
|
6
|
+
|
|
7
|
+
**The ultimate command center for mobile automation and multi-device orchestration.**
|
|
8
|
+
|
|
9
|
+
[](https://www.npmjs.com/package/devicely)
|
|
10
|
+
[](LICENSE)
|
|
11
|
+
[](https://devicely-ai.vercel.app)
|
|
12
|
+
|
|
13
|
+
[๐ Quick Start](#-quick-start) โข [โจ Key Features](#-the-devicely-advantage) โข [๐ Infinite Possibilities](#-glimpse-of-the-infinite) โข [๐ CLI Reference](#-cli-reference)
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
### โก **Automate at Scale, Not Just Execute.**
|
|
18
|
+
|
|
19
|
+
Devicely isn't just a tool; it's an **orchestrator**. It provides a unified, professional interface to control, automate, and inspect iOS and Android devices simultaneously using **Natural Language AI** and **Voice Commands**.
|
|
20
|
+
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## ๐ Glimpse of the Infinite
|
|
26
|
+
|
|
27
|
+
Devicely redefines what's possible with your mobile infrastructure. By bridging the gap between human intent and device execution, you can:
|
|
28
|
+
|
|
29
|
+
* **๐งช Massive Parallel Testing:** Transform a 2-hour manual smoke test into a 5-minute automated broadcast across your entire device fleet.
|
|
30
|
+
* **๐ค AI-Native QA:** Move beyond brittle selectors. Use natural language to navigate apps, verify UI, and find bugs across different screen sizes autonomously.
|
|
31
|
+
* **๐ข Enterprise Device Labs:** Turn any desk or rack of physical devices into a private, web-accessible cloud lab for your entire global team.
|
|
32
|
+
* **๐ Instant Bug Reproduction:** Record a complex bug on one device and instantly "broadcast" those exact steps to every other device to see which OS versions are affected.
|
|
33
|
+
* **๐ค Voice-Driven Automation:** Speak commands naturally and watch your entire device fleet respond in real-time.
|
|
34
|
+
* **๐ Cross-Platform Sync:** Run the same command on iOS and Android simultaneously with platform-specific intelligence.
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## โจ The Devicely Advantage
|
|
39
|
+
|
|
40
|
+
### ๐ค **AI-Native Interaction**
|
|
41
|
+
Stop hunting for element IDs. Devicely understands your intent.
|
|
42
|
+
* **Natural Language Commands:** `"Open Instagram and find the search button"` or `"Take a screenshot on all Android devices"`.
|
|
43
|
+
* **Voice Control:** Speak commands naturally with automatic silence detection and multi-phrase support.
|
|
44
|
+
* **Context Awareness:** Automatically identifies buttons, inputs, and text across iOS and Android.
|
|
45
|
+
* **7 AI Providers:** Choose from **OpenAI** ๐ค, **Google Gemini** โจ, **Anthropic Claude** ๐ง , **GitHub Copilot** ๐, **Groq** โก, **Cohere** ๐, or **Mistral AI** ๐ฌ๏ธ.
|
|
46
|
+
* **Model Selection:** Pick specific models (GPT-4 Turbo, Claude 3.5 Sonnet, Gemini 2.0 Flash, Llama 3 70B, etc.).
|
|
47
|
+
* **Smart Error Handling:** Clear, actionable error messages displayed inline with results.
|
|
48
|
+
|
|
49
|
+
### ๐ฎ **Unified Command Center**
|
|
50
|
+
A single conductor for your entire device orchestra.
|
|
51
|
+
* **Cross-Platform:** Native, low-latency support for **iOS 14+** and **Android 5+**.
|
|
52
|
+
* **Parallel Execution:** Run the same action on 5, 50, or 100+ devices simultaneously with zero overhead.
|
|
53
|
+
* **Synchronized Commands:** Execute platform-specific commands (different apps) on mixed device fleets at the exact same time.
|
|
54
|
+
* **Live Feedback:** See real-time logs, status updates, and visual confirmations via high-speed WebSockets.
|
|
55
|
+
* **API Key Management:** Secure credential storage with show/hide toggles for easy verification.
|
|
56
|
+
|
|
57
|
+
### ๐ **Smart UI Inspector**
|
|
58
|
+
The most practical way to explore your apps.
|
|
59
|
+
* **Visual Element Scan:** Instantly see all clickable, enabled, and visible elements.
|
|
60
|
+
* **Point-and-Click Control:** Interact with devices directly through the inspector interface.
|
|
61
|
+
* **Developer Friendly:** Export clean selectors and coordinates for your automation scripts.
|
|
62
|
+
|
|
63
|
+
### ๐ด **Record & Broadcast**
|
|
64
|
+
* **Zero-Code Automation:** Record complex manual workflows (logins, checkouts, onboarding) and save them as reusable scripts.
|
|
65
|
+
* **AI-Generated Recordings:** Voice or text commands automatically converted to replayable scripts.
|
|
66
|
+
* **Fleet Replay:** Replay recorded flows on any single device or your entire laboratory at once.
|
|
67
|
+
* **Edit & Refine:** Full editor for AI-generated and manual recordings with add, remove, and modify capabilities.
|
|
68
|
+
|
|
69
|
+
### ๐ค **Voice Commands**
|
|
70
|
+
* **Hands-Free Operation:** Control your devices without touching a keyboard.
|
|
71
|
+
* **Continuous Listening:** Speak naturally with pauses - 2-second silence detection auto-stops.
|
|
72
|
+
* **Live Transcription:** See your words convert to commands in real-time.
|
|
73
|
+
* **Complex Multi-Step:** Voice commands like "launch settings scroll up launch camera go to google.com press home" work seamlessly.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## ๐ Quick Start
|
|
78
|
+
|
|
79
|
+
Get up and running in less than 60 seconds.
|
|
80
|
+
|
|
81
|
+
### 1. Installation
|
|
82
|
+
```bash
|
|
83
|
+
# Install Devicely globally via NPM
|
|
84
|
+
npm install -g devicely
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### 2. Launch
|
|
88
|
+
```bash
|
|
89
|
+
# Start the command center
|
|
90
|
+
devicely start
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
**Visit `http://localhost:3001` to enter your Command Center.**
|
|
94
|
+
|
|
95
|
+
### 3. Configure AI (Optional)
|
|
96
|
+
To enable natural language and voice commands:
|
|
97
|
+
1. Visit Settings โ๏ธ โ AI Configuration
|
|
98
|
+
2. Choose from **7 AI providers** with model selection
|
|
99
|
+
3. Add your API key (secured locally, never transmitted)
|
|
100
|
+
4. Start using AI: `"launch settings on all devices"`
|
|
101
|
+
|
|
102
|
+
**Free AI Options:** Gemini, Groq, and Cohere offer generous free tiers!
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## ๐ฏ Usage Examples
|
|
107
|
+
|
|
108
|
+
### Natural Language Commands
|
|
109
|
+
```bash
|
|
110
|
+
# Simple actions
|
|
111
|
+
"take screenshot"
|
|
112
|
+
"launch chrome"
|
|
113
|
+
"go to google.com"
|
|
114
|
+
|
|
115
|
+
# Multi-step sequences
|
|
116
|
+
"launch settings scroll up launch camera go to youtube.com press home"
|
|
117
|
+
|
|
118
|
+
# Cross-platform (automatically uses correct package IDs)
|
|
119
|
+
"launch settings" # โ com.apple.Preferences (iOS) + com.android.settings (Android)
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Voice Commands
|
|
123
|
+
1. Click ๐ค microphone button
|
|
124
|
+
2. Speak: "launch settings scroll up launch camera"
|
|
125
|
+
3. Pause for 2 seconds
|
|
126
|
+
4. Command executes on all selected devices!
|
|
127
|
+
|
|
128
|
+
### Recording & Replay
|
|
129
|
+
1. Click **Record** button
|
|
130
|
+
2. Perform actions on device
|
|
131
|
+
3. Click **Stop Recording**
|
|
132
|
+
4. Save with name
|
|
133
|
+
5. Replay anytime on any device(s)
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## ๐ค AI Provider Comparison
|
|
138
|
+
|
|
139
|
+
Devicely supports **7 leading AI providers** with multiple models to choose from:
|
|
140
|
+
|
|
141
|
+
| Provider | Models | Speed | Free Tier | Best For |
|
|
142
|
+
|----------|--------|-------|-----------|----------|
|
|
143
|
+
| **๐ค OpenAI** | GPT-4 Turbo, GPT-4, GPT-3.5 | ๐ฅ๐ฅ | โ | General purpose, accuracy |
|
|
144
|
+
| **โจ Google Gemini** | 2.0 Flash, 1.5 Pro, 1.5 Flash | ๐ฅ๐ฅ๐ฅ | โ
Yes | Cost-effective, multimodal |
|
|
145
|
+
| **๐ง Anthropic Claude** | 3.5 Sonnet, 3 Opus, 3 Haiku | ๐ฅ๐ฅ | โ | Complex reasoning, long context |
|
|
146
|
+
| **๐ GitHub Copilot** | GPT-4, GPT-3.5 | ๐ฅ๐ฅ | โ | Developers with subscription |
|
|
147
|
+
| **โก Groq** | Llama 3 70B, Mixtral, Gemma | ๐ฅ๐ฅ๐ฅ | โ
Yes | **Ultra-fast inference** |
|
|
148
|
+
| **๐ Cohere** | Command R+, Command R | ๐ฅ๐ฅ | โ
Yes | Enterprise-grade |
|
|
149
|
+
| **๐ฌ๏ธ Mistral AI** | Large, Medium, Small | ๐ฅ๐ฅ | โ | EU compliance, open-source |
|
|
150
|
+
|
|
151
|
+
### ๐ก Recommendations
|
|
152
|
+
- **Free Users:** Start with Gemini 2.0 Flash or Groq Llama 3
|
|
153
|
+
- **Speed Critical:** Use Groq (fastest inference available)
|
|
154
|
+
- **Best Quality:** Claude 3.5 Sonnet or GPT-4 Turbo
|
|
155
|
+
- **Cost Effective:** Gemini Flash or GPT-3.5 Turbo
|
|
156
|
+
|
|
157
|
+
Get API Keys:
|
|
158
|
+
- **OpenAI:** https://platform.openai.com/api-keys
|
|
159
|
+
- **Gemini:** https://makersuite.google.com/app/apikey
|
|
160
|
+
- **Claude:** https://console.anthropic.com/account/keys
|
|
161
|
+
- **Groq:** https://console.groq.com/keys
|
|
162
|
+
- **Cohere:** https://dashboard.cohere.com/api-keys
|
|
163
|
+
- **Mistral:** https://console.mistral.ai/api-keys
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## ๐ CLI Reference
|
|
168
|
+
|
|
169
|
+
Devicely comes with a powerful command-line interface for quick actions:
|
|
170
|
+
|
|
171
|
+
| Command | Description |
|
|
172
|
+
| :--- | :--- |
|
|
173
|
+
| `devicely start` | Launch the web-based Command Center. |
|
|
174
|
+
| `devicely list` | List all connected iOS and Android devices. |
|
|
175
|
+
| `devicely doctor` | Verify system requirements (ADB, WDA, etc.). |
|
|
176
|
+
| `devicely exec "<cmd>"` | Execute a natural language command on all devices. |
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## ๐ Latest Features (February 2026)
|
|
181
|
+
|
|
182
|
+
### ๐ค Multi-AI Provider Support
|
|
183
|
+
- **7 AI Providers:** OpenAI, Gemini, Claude, Copilot, Groq, Cohere, Mistral AI
|
|
184
|
+
- **Model Selection:** Choose specific models for each provider (GPT-4 Turbo, Claude 3.5 Sonnet, Llama 3 70B, etc.)
|
|
185
|
+
- **Smart Defaults:** Auto-selects best model if not specified (marked with โญ)
|
|
186
|
+
- **Revamped UI:** Modern Settings interface with provider cards, model dropdowns, and help sections
|
|
187
|
+
- **Free Tiers:** Gemini, Groq, and Cohere offer generous free tiers for testing
|
|
188
|
+
- **Performance Hints:** UI shows speed/cost comparisons (Groq = fastest, Claude = best reasoning)
|
|
189
|
+
|
|
190
|
+
### โจ Enhanced AI Capabilities
|
|
191
|
+
- **Multi-Platform Intelligence:** Single AI command generates platform-specific actions for iOS and Android
|
|
192
|
+
- **Simultaneous Execution:** All devices execute at the same time, not sequentially
|
|
193
|
+
- **Error Visibility:** AI errors (quota limits, auth failures) shown inline with results
|
|
194
|
+
- **Response Cleaning:** Automatically removes markdown and explanations from AI output
|
|
195
|
+
- **Cross-Platform Apps:** AI generates both iOS and Android app bundles (Settings, Camera, Chrome, etc.)
|
|
196
|
+
|
|
197
|
+
### ๐ค Improved Voice Input
|
|
198
|
+
- **Extended Listening:** 2-second silence detection for natural speech
|
|
199
|
+
- **Continuous Speech:** Speak multiple phrases with natural pauses
|
|
200
|
+
- **Live Transcription:** See your words accumulate in real-time
|
|
201
|
+
- **Complex Commands:** "launch settings scroll up launch camera go to google.com press home" works flawlessly
|
|
202
|
+
- **No Duplicates:** Fixed transcript accumulation for clean output
|
|
203
|
+
|
|
204
|
+
### ๐ Settings Enhancements
|
|
205
|
+
- **Revamped AI Config Tab:** Professional card-based design with dark mode support
|
|
206
|
+
- **Dynamic API Key Input:** Field changes based on selected provider
|
|
207
|
+
- **Show/Hide Toggles:** Individual toggles for all 7 provider keys
|
|
208
|
+
- **Status Display:** Green success box showing current provider, model, and key preview
|
|
209
|
+
- **Quick Tips Section:** In-UI recommendations for choosing providers
|
|
210
|
+
- **Close Button:** Easy navigation back to main screen
|
|
211
|
+
- **Dark Mode:** Proper color schemes for light and dark themes
|
|
212
|
+
|
|
213
|
+
### ๐ Recording Improvements
|
|
214
|
+
- **AI Recording Editor:** Edit AI-generated recordings like manual ones
|
|
215
|
+
- **Format Conversion:** Seamlessly handles both string and array command formats
|
|
216
|
+
- **Save & Replay:** Edit, save, and replay AI-generated commands
|
|
217
|
+
- **Status Persistence:** Recording status preserved when navigating between screens
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## ๐ License & Privacy
|
|
222
|
+
|
|
223
|
+
**Proprietary & Confidential.**
|
|
224
|
+
Devicely is currently in a controlled rollout phase. This NPM package provides the binary execution environment. Source code remains private under phase 2 & 3 of our roadmap.
|
|
225
|
+
|
|
226
|
+
**Privacy First:**
|
|
227
|
+
- All API keys stored locally on your machine
|
|
228
|
+
- No telemetry or data collection
|
|
229
|
+
- Commands executed directly on your devices
|
|
230
|
+
- No cloud dependencies for core functionality
|
|
231
|
+
|
|
232
|
+
For enterprise inquiries or commercial access, contact: **devicelyai@gmail.com**
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
<div align="center">
|
|
237
|
+
|
|
238
|
+
### **Ready to Scale Your Mobile Automation?**
|
|
239
|
+
[Install on NPM](https://www.npmjs.com/package/devicely) โข [Visit Homepage](https://devicely-ai.vercel.app)
|
|
240
|
+
|
|
241
|
+
**Built with โค๏ธ for the next generation of Mobile Engineers.**
|
|
242
|
+
|
|
243
|
+
</div>
|
package/bin/devicely.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
(function(_0x5564bd,_0x42a7a6){const _0xab1945={_0xcb7944:0x31a,_0xe5f14:0x30f,_0xbc3c3f:0x33b,_0x54dbdd:0x2b4,_0xdd054b:0x2ca,_0x212e2d:0x331,_0x47b7ab:0x305,_0xef3da3:0x366,_0x43e454:0x32e,_0x4c267e:0x28d,_0x4c39d6:0x2be,_0x5563fe:0x30c,_0x232057:0x302,_0x37c86d:0x353,_0x14c544:0x35d,_0x2236ab:0x37f,_0x35ac0f:0x3a2,_0xa0c232:0x355,_0x16fb89:0x332,_0x56edd1:0x372,_0xbbb48d:0x2d0,_0x30e18d:0x2b7,_0x5ac2ac:0x36e,_0xdde739:0x321,_0x5ad6de:0x30d},_0x467dee={_0x4affd9:0x266},_0x1131ef=_0x5564bd();function _0x12d434(_0x3f27e8,_0x36e136,_0x26d890,_0x4bf4ea){return _0x4b09(_0x4bf4ea- -0x3b4,_0x26d890);}function _0x4e634c(_0x8048da,_0x51ffe7,_0x23ebd7,_0x5cfc33){return _0x4b09(_0x51ffe7-_0x467dee._0x4affd9,_0x5cfc33);}while(!![]){try{const _0x36bd3c=parseInt(_0x4e634c(0x31f,_0xab1945._0xcb7944,0x367,_0xab1945._0xe5f14))/(-0x173*-0xf+-0x327*-0x1+-0x18e3)*(parseInt(_0x12d434(-0x347,-0x2bc,-_0xab1945._0xbc3c3f,-0x309))/(0x2436+0x598+-0x29cc))+-parseInt(_0x12d434(-0x248,-_0xab1945._0x54dbdd,-0x260,-0x296))/(0x1*-0x2353+0x1*0x8e1+0x1a75)+-parseInt(_0x12d434(-_0xab1945._0xdd054b,-0x26a,-0x26a,-0x2a1))/(0x14fa+0x15ae+-0x2aa4)*(-parseInt(_0x12d434(-0x2f3,-0x2d2,-_0xab1945._0x212e2d,-_0xab1945._0x47b7ab))/(0xe06+-0x75*-0x16+-0x180f))+-parseInt(_0x4e634c(_0xab1945._0xef3da3,0x31e,_0xab1945._0x43e454,0x35b))/(-0x9*0x303+0xd3*-0x1+0xdfa*0x2)*(parseInt(_0x12d434(-_0xab1945._0x4c267e,-_0xab1945._0x4c39d6,-0x2e0,-0x2d5))/(0x6e4+0x1266+-0xdf*0x1d))+parseInt(_0x4e634c(_0xab1945._0x5563fe,0x32e,0x353,_0xab1945._0x232057))/(-0x1*0x1189+0x31*-0x31+0x1af2)*(-parseInt(_0x4e634c(_0xab1945._0x37c86d,_0xab1945._0x14c544,_0xab1945._0x2236ab,0x3a8))/(-0x155e+-0x25fb+0x2b3*0x16))+parseInt(_0x4e634c(0x340,0x334,0x331,0x31a))/(0x16*0x1c3+0x7*0x51b+-0x4a75*0x1)*(-parseInt(_0x4e634c(_0xab1945._0x35ac0f,_0xab1945._0xa0c232,_0xab1945._0x16fb89,_0xab1945._0x56edd1))/(-0x258e+-0x5de+0x2b77))+-parseInt(_0x12d434(-0x2bb,-0x297,-_0xab1945._0xbbb48d,-_0xab1945._0x30e18d))/(0x2b3+0x19df+0x1*-0x1c86)*(-parseInt(_0x4e634c(_0xab1945._0x5ac2ac,_0xab1945._0xdde739,_0xab1945._0x5ad6de,0x362))/(0x903+-0x891+-0x65));if(_0x36bd3c===_0x42a7a6)break;else _0x1131ef['push'](_0x1131ef['shift']());}catch(_0xd0d26c){_0x1131ef['push'](_0x1131ef['shift']());}}}(_0x3ddb,-0x2d27*0xe+-0x66ab4+0x272*0x68f));const _0x44cf30=(function(){const _0xe8da06={_0x45c845:0x2c3,_0x46b108:0x343};let _0xdbacf8=!![];return function(_0x57c8f7,_0x175b87){const _0x2ed5b4={_0x532368:0x3b7},_0x3026df=_0xdbacf8?function(){function _0xb7f254(_0x33981c,_0x4bc64e,_0x2e65e4,_0x2d7eb8){return _0x4b09(_0x2d7eb8- -_0x2ed5b4._0x532368,_0x33981c);}if(_0x175b87){const _0x1ea41e=_0x175b87[_0xb7f254(-_0xe8da06._0x45c845,-0x30c,-_0xe8da06._0x46b108,-0x2fa)](_0x57c8f7,arguments);return _0x175b87=null,_0x1ea41e;}}:function(){};return _0xdbacf8=![],_0x3026df;};}()),_0x4ed78e=_0x44cf30(this,function(){const _0x994818={_0x40b79f:0x84,_0x543657:0x3a,_0x365815:0x274,_0x57ff23:0x232,_0x53f5b:0x57,_0x53e397:0x12,_0x3a8fbe:0xb,_0x738e2:0x30,_0x497a90:0x14,_0x31c014:0x52},_0x52c371={};function _0xf44713(_0x524bb3,_0x5a34ce,_0x495a70,_0x458769){return _0x4b09(_0x524bb3- -0x350,_0x5a34ce);}_0x52c371[_0x547807(-0x61,-_0x994818._0x40b79f,-_0x994818._0x543657,-0xa4)]='(((.+)+)+)'+'+$';const _0x46a776=_0x52c371;function _0x547807(_0xeac639,_0x108bd6,_0x3877d8,_0x1c062b){return _0x4b09(_0xeac639- -0xe7,_0x108bd6);}return _0x4ed78e[_0xf44713(-_0x994818._0x365815,-0x286,-_0x994818._0x57ff23,-0x25b)]()[_0x547807(-_0x994818._0x53f5b,-0x5e,-0x8f,-_0x994818._0x53e397)](_0x46a776['xAurs'])[_0x547807(-_0x994818._0x3a8fbe,-0x52,_0x994818._0x738e2,0x31)]()['constructo'+'r'](_0x4ed78e)['search'](_0x46a776[_0x547807(-0x61,-0x52,-_0x994818._0x497a90,-_0x994818._0x31c014)]);});_0x4ed78e();const {program}=require(_0x50b840(0x156,0x158,0x132,0x143)),chalk=require(_0x1ac4c8(0x267,0x217,0x23e,0x237)),packageJson=require(_0x1ac4c8(0x272,0x206,0x22e,0x212)+_0x1ac4c8(0x21a,0x1d0,0x1df,0x20c)),{startServer}=require(_0x50b840(0x159,0x171,0x180,0x141)+_0x50b840(0x178,0x15c,0x12a,0x161)),{listDevices}=require('../lib/dev'+_0x1ac4c8(0x1b1,0x21e,0x1f6,0x239));function _0x1ac4c8(_0xe0aa5a,_0x4cdd4f,_0x2bdd7b,_0x4d9160){return _0x4b09(_0x2bdd7b-0x121,_0x4cdd4f);}const {checkDoctor}=require(_0x50b840(0x114,0x13d,0x139,0x147)+_0x1ac4c8(0x1db,0x21a,0x220,0x1d6)),{executeCommand}=require('../lib/exe'+_0x50b840(0x197,0x16b,0x13a,0x152));function _0x4b09(_0xb89705,_0x5252ce){_0xb89705=_0xb89705-(-0x2f4+0x9*0x295+0x6e*-0x2e);const _0xd6268e=_0x3ddb();let _0x8e9708=_0xd6268e[_0xb89705];if(_0x4b09['EoSyha']===undefined){var _0xaa77c4=function(_0x576de4){const _0x35b28c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x23da08='',_0x3830ca='',_0x3c214a=_0x23da08+_0xaa77c4;for(let _0x5c0b9a=-0x23dd+0x5b7+0x1e26,_0x5a28f4,_0x4ac93a,_0x49f3f2=0x7*0x7f+-0x18ec+0x1573;_0x4ac93a=_0x576de4['charAt'](_0x49f3f2++);~_0x4ac93a&&(_0x5a28f4=_0x5c0b9a%(-0x24e7+0x1*-0x22b7+0x23d1*0x2)?_0x5a28f4*(-0x1*-0x1d+0x2*-0x1329+0xb3*0x37)+_0x4ac93a:_0x4ac93a,_0x5c0b9a++%(0x184+0x2f*-0x1b+0x3b*0xf))?_0x23da08+=_0x3c214a['charCodeAt'](_0x49f3f2+(-0x8d*0x6+-0x2375*-0x1+-0x1*0x201d))-(-0xe55*-0x1+-0x3e*0x6d+-0x409*-0x3)!==-0x22e7+0x1f54+0x393?String['fromCharCode'](0x239*-0x6+0x1*-0x22d6+0x133*0x29&_0x5a28f4>>(-(0x113d+-0x1957*-0x1+-0x2a92)*_0x5c0b9a&0x13d*0x1+0xdc7+-0x65*0x26)):_0x5c0b9a:0x17d5+0xad6+0x7d*-0x47){_0x4ac93a=_0x35b28c['indexOf'](_0x4ac93a);}for(let _0x548d30=0x1f94+0x2*-0x1205+-0x2*-0x23b,_0xd07e3a=_0x23da08['length'];_0x548d30<_0xd07e3a;_0x548d30++){_0x3830ca+='%'+('00'+_0x23da08['charCodeAt'](_0x548d30)['toString'](-0x13e+0x1556+-0x1408))['slice'](-(0xb6*-0x31+-0x2091+0x4369));}return decodeURIComponent(_0x3830ca);};_0x4b09['RTbSMJ']=_0xaa77c4,_0x4b09['oGPDgV']={},_0x4b09['EoSyha']=!![];}const _0x566be3=_0xd6268e[0x13fa+0x253c+-0x3936],_0x1b3ca8=_0xb89705+_0x566be3,_0x184d80=_0x4b09['oGPDgV'][_0x1b3ca8];if(!_0x184d80){const _0x5d3e95=function(_0x242ad6){this['Ofydky']=_0x242ad6,this['vokXVN']=[-0x21bf+0x3c0*0xa+-0x1e*0x20,0x1*-0x23b2+0x3*-0xbd+-0x795*-0x5,0xdce+-0xb06+-0x2c8],this['DsOgDt']=function(){return'newState';},this['vRNcxf']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['iJHkgM']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x5d3e95['prototype']['xxYEVt']=function(){const _0x14f635=new RegExp(this['vRNcxf']+this['iJHkgM']),_0x1f5246=_0x14f635['test'](this['DsOgDt']['toString']())?--this['vokXVN'][0x5*0x540+-0xf7c+-0xac3]:--this['vokXVN'][0x3*0x3b3+0x1*-0x2210+0x16f7];return this['AjwlHo'](_0x1f5246);},_0x5d3e95['prototype']['AjwlHo']=function(_0x2b1b9f){if(!Boolean(~_0x2b1b9f))return _0x2b1b9f;return this['IqudRM'](this['Ofydky']);},_0x5d3e95['prototype']['IqudRM']=function(_0x30b7b1){for(let _0x24c94d=0xc2*-0xf+-0x794+0x12f2,_0x201979=this['vokXVN']['length'];_0x24c94d<_0x201979;_0x24c94d++){this['vokXVN']['push'](Math['round'](Math['random']())),_0x201979=this['vokXVN']['length'];}return _0x30b7b1(this['vokXVN'][0x471+0x4ca*-0x5+0x1381]);},new _0x5d3e95(_0x4b09)['xxYEVt'](),_0x8e9708=_0x4b09['RTbSMJ'](_0x8e9708),_0x4b09['oGPDgV'][_0x1b3ca8]=_0x8e9708;}else _0x8e9708=_0x184d80;return _0x8e9708;}function _0x50b840(_0x49ecd1,_0x31fe1a,_0x5f1776,_0x39e6ed){const _0x5b94ad={_0x40fc1d:0x4f};return _0x4b09(_0x39e6ed-_0x5b94ad._0x40fc1d,_0x5f1776);}function _0x3ddb(){const _0x203856=['zMfJzq','BgvUz3rO','C2nHAhC','zhL3shy','t1mVqw5KCM9Pza','lI4VCgfJA2fNzq','vMXQDwu','zxHLyYa8y29TBq','CNnPB24GBNvTyG','zuLqDxG','DMvY','mtG4ogTVz3fUBW','u2HVDYbKzxrHAq','BwvUDhmGzM9Yia','B25Uzwn0zwqGAq','idXWB3j0pG','lweSic0TywXS','EsaTie9UzsbdBW','icaGquKGug93zq','C3nhDxy','Bwf0Aw9U','y2HHBgS','mJiWmte5mefzwgDADq','ihnWzwnPzMLJia','sgHLqLO','zsbZzxj2zxi','Eef1CNm','Be9Mq2K','DxrVBwf0AwnHBa','igLUzM9YBwf0Aq','lwGSic0TAgvSCa','C2XPy2u','ihn0yxj0icaGia','ls11C2iTB25SEq','t1mGyw5KiefUza','C3rLBq','C2vHCMnO','ief1Dg9TyxrPBW','CY4UlG','ls1UBY1ICM93CW','ywn0Aw9U','CevMCxm','tLLTExy','igXPC3qGicaGia','lxySic0TDMvYCW','uw5ruem','uvrrBMq','rxHLy3v0zsbJBW','y2uGpg5HBwu+','BMfTzq','zgvZy3jPChrPBW','zxmGkgrLzMf1Ba','CMvWzwf0','y2vZlI4U','Bw1HBMqSiefSBa','cVcFMOaGrgv2AwnLBa','rgv0zwn0ifvtqG','C3bSAxq','igrLDMLJzxmGBW','Aw9U','zYbMB3iGzgv2Aq','BgncAg4','C3rHCNq','mLPgrMXJBa','y1vIzeK','r0v5reK','CMvK','ntq1mgjyDKD6DG','s2fru04','AgvSCe9WDgLVBG','yxrPB24','iYbmAxn0igrLDG','nJK1ode1wxniC1D2','DMLJzxmUiefjia','yM9Sza','zgroCKq','nJbrEMHUBgW','EvbJtMK','rgLZCgXHEsb2zq','otC4oxjbAejUsG','mZaWmq','yxbWBhK','lMPZB24','y2vSEsbZzxj2zq','DMvYC2LVBG','iYbdAgvJAYbZEq','venJBvu','lxaSic0TCg9YDa','zw0GCMvXDwLYzq','yLzruw8','Bg9N','cVcFK7eGu2nHBM5PBG','mtq0oefKt09Hsa','qML6sgq','EwvLA28','CgfYC2u','DgfYDdO','lI4U','mtuXmeXVwKrjyq','icbKzxzPy2vSEq','ls13AwzPlw9UBa','CMvKie1VyMLSzq','DgnItvO','ug93zxjLzcbnBW','cUkDJcbfCNjVCJO','AwnLCW','v05Uy3K','Bw1HBMqGB24GyW','zxjYB3i','CeDgvNi','BwvZC2fNzq','B25SEq','Dg9tDhjPBMC','y3LHBG','lxySic0TDMvYyG','mJG4mJzUExLUrLC','rxHLy3v0zsbVBG','y2DsAwW','zgv2AwnL','igjYB3DZzxiGyq','ls1Kzwj1zW','zxHPDa','lwqSic0Tzgv2Aq','igrVy3rVCIaGia','y29TBwfUza','z3jHEq','zLb1r2O','zgv2AwnLBhK','yxjNDG','nhWWFdj8mxWZFa','BMX5','ndaWntfkCNbIwei','BgLZDa','iYbtDgfYDcb0Aa','lI4VBgLIl3nLCG','B3v0Chv0sgvSCa','y29TBwfUzgvY','cVcFKQeGuxvPy2SGCW','rgv0zwn0ifDPrG','mZe2nJjOq2f1Exa','lI4VBgLIl2rVyW','D2HPDgu','zYbZExn0zw0GCG','rgLZCgXHEsbOzq','CM9PzcbKzxzPyW','mtK0ndb5ExjPsgS','DwCGBg9Nz2LUzW','Dg9Y','zhjVAwqGyxv0BW','yw5KpG','B3b0Aw9U','y3v0B3i','q2HLy2SGC3LZDa','EvzlALm','tgLZDcbHBgWGyW','r1LguNy'];_0x3ddb=function(){return _0x203856;};return _0x3ddb();}program[_0x1ac4c8(0x1b3,0x193,0x1be,0x1df)](_0x50b840(0x170,0x115,0xf9,0x13a))['descriptio'+'n']('Devicely\x20-'+'\x20One\x20Comma'+'nd,\x20All\x20De'+_0x50b840(0xc7,0x111,0xee,0x104)+_0x50b840(0xd8,0x151,0xd6,0x122)+'bile\x20Autom'+_0x1ac4c8(0x185,0x1dc,0x1d3,0x21a))[_0x50b840(0x11d,0x12e,0x13f,0x10f)](packageJson[_0x50b840(0x148,0x106,0x14b,0x10f)],_0x50b840(0xb8,0x135,0xeb,0xe7)+_0x50b840(0x108,0xf7,0x116,0xf6),_0x50b840(0xde,0x130,0xfe,0x109)+_0x50b840(0x13a,0x129,0x163,0x15f)+'er')[_0x50b840(0xfb,0xe0,0x115,0x100)](_0x50b840(0x11f,0x104,0xc7,0xd9),_0x50b840(0x197,0x126,0x11b,0x14a)+'lp\x20informa'+'tion'),program[_0x50b840(0x118,0x11b,0x175,0x137)](_0x1ac4c8(0x1d5,0x1ac,0x1cb,0x19f))['descriptio'+'n']('Start\x20Devi'+_0x50b840(0xfb,0x131,0x101,0x10e)+'r\x20and\x20open'+'\x20web\x20inter'+_0x50b840(0x17f,0x18e,0x198,0x157))['option'](_0x1ac4c8(0x1ec,0x201,0x1e4,0x1ad)+_0x50b840(0x13b,0x198,0x11b,0x166),'Server\x20por'+'t',_0x1ac4c8(0x19c,0x1a4,0x1dd,0x1d0))[_0x50b840(0x11b,0x14c,0x112,0x151)](_0x50b840(0xe2,0x106,0xab,0xe2)+'er','Don\x27t\x20open'+_0x1ac4c8(0x222,0x1cb,0x204,0x235)+_0x1ac4c8(0x185,0x1b4,0x1a9,0x1c4)+'ly')['option'](_0x1ac4c8(0x1e7,0x223,0x205,0x205),'Enable\x20deb'+_0x50b840(0x10d,0x110,0x14f,0x14d))[_0x50b840(0x140,0x156,0x188,0x151)](_0x1ac4c8(0x174,0x18a,0x1ae,0x1df),_0x1ac4c8(0x202,0x1f5,0x1c5,0x20c)+_0x1ac4c8(0x1a2,0x1c6,0x1c7,0x1e9)+_0x1ac4c8(0x25c,0x21a,0x20f,0x230))[_0x1ac4c8(0x249,0x1f3,0x223,0x252)](_0x1ac4c8(0x1b9,0x210,0x1f1,0x1eb)+'y',_0x1ac4c8(0x237,0x1db,0x217,0x1f9)+'i\x20devices\x20'+_0x1ac4c8(0x208,0x21b,0x1fc,0x1ae))['action'](async _0x51c097=>{const _0x296e13={_0xdb93c2:0x1de,_0x4f0c29:0x212,_0x1744b9:0x19d,_0x22903e:0x1e4,_0x1564bc:0x153,_0x365a5c:0x311,_0x6efa27:0x2fc,_0x2b79e6:0x207,_0xbad43f:0x237,_0x55fd05:0x2c3,_0x24c81f:0x2c6,_0x547f58:0x2ca,_0x4e83b9:0x2d9,_0x29dcfe:0x2a4,_0x174c31:0x2a3,_0x15f01e:0x252,_0x424abd:0x22c,_0x14c96d:0x277,_0x3ab7f5:0x23e,_0x4322a5:0x254,_0x48c097:0x1a9,_0xa4b0a7:0x1a7,_0x112074:0x27f,_0x24d57f:0x253,_0x5035c6:0x2c9,_0x2d4cfb:0x2a6,_0x5e901d:0x1ff,_0x40c74e:0x1ce,_0x4cc867:0x223,_0x4fec24:0x1e5,_0x54493d:0x250,_0x531150:0x296,_0x11f560:0x193,_0x41aad8:0x1c8,_0x27f7cc:0x1f2,_0x3ec36f:0x1e8,_0x354baa:0x223,_0xf55749:0x1df,_0xcfa5de:0x217,_0x458cf9:0x265,_0x8ba8b3:0x22d,_0x3d591a:0x1c7,_0x125a57:0x284,_0x309fbc:0x252,_0x5cc39d:0x1c0,_0x2c94a7:0x1b3,_0xe37b7b:0x1c4,_0x24651d:0x29f,_0x280cc0:0x26b,_0x46ff30:0x277,_0x48fd5b:0x2ad},_0x4adc05={'scahw':'\x0aโ\x20Error:','KaQSN':function(_0x231f18,_0x5870d5){return _0x231f18===_0x5870d5;},'IYrwX':'lLOVc','QnQPC':_0x28bb03(-_0x296e13._0xdb93c2,-0x1eb,-0x19a,-_0x296e13._0x4f0c29),'bVQQo':_0x28bb03(-_0x296e13._0x1744b9,-_0x296e13._0x22903e,-0x157,-_0x296e13._0x1564bc)+_0x2d152d(-0x257,-0x28b,-0x2a8,-0x2a6)+_0x2d152d(-0x28c,-0x2cb,-_0x296e13._0x365a5c,-_0x296e13._0x6efa27)+'n','Vljue':function(_0x4228a9,_0x4e44f1){return _0x4228a9(_0x4e44f1);}};function _0x2d152d(_0x4dc14a,_0x3fc8fb,_0x2e9e51,_0x2cf04c){return _0x50b840(_0x4dc14a-0x183,_0x3fc8fb-0xf0,_0x2cf04c,_0x3fc8fb- -0x3ab);}function _0x28bb03(_0x397b20,_0x433872,_0x2547df,_0x200dbc){return _0x50b840(_0x397b20-0x180,_0x433872-0xa,_0x433872,_0x397b20- -0x306);}try{_0x4adc05[_0x28bb03(-_0x296e13._0x2b79e6,-_0x296e13._0xbad43f,-0x223,-0x1e7)](_0x4adc05['IYrwX'],_0x4adc05[_0x2d152d(-0x2eb,-_0x296e13._0x55fd05,-0x2ed,-_0x296e13._0x24c81f)])?(_0x3b8c0f[_0x2d152d(-0x23d,-0x284,-_0x296e13._0x547f58,-0x26c)](_0x32db5c[_0x2d152d(-_0x296e13._0x4e83b9,-0x2ae,-_0x296e13._0x29dcfe,-_0x296e13._0x174c31)](_0x4adc05['scahw']),_0x1c91a7[_0x2d152d(-0x257,-0x282,-_0x296e13._0x15f01e,-0x243)]),_0x412dc6[_0x2d152d(-_0x296e13._0x424abd,-_0x296e13._0x14c96d,-_0x296e13._0x3ab7f5,-_0x296e13._0x4322a5)](0x21c9+-0x1c99*-0x1+-0x3e61*0x1)):(console[_0x28bb03(-0x1f1,-0x20d,-_0x296e13._0x48c097,-_0x296e13._0xa4b0a7)](chalk[_0x2d152d(-0x27c,-_0x296e13._0x112074,-_0x296e13._0x24d57f,-0x290)][_0x2d152d(-_0x296e13._0x5035c6,-_0x296e13._0x2d4cfb,-0x2d4,-0x285)](_0x28bb03(-0x214,-0x20f,-_0x296e13._0x5e901d,-_0x296e13._0x40c74e)+_0x2d152d(-0x252,-0x243,-0x22c,-_0x296e13._0x4cc867)+_0x28bb03(-0x215,-_0x296e13._0x4fec24,-0x1dc,-_0x296e13._0x54493d)+'\x20Devices')),console[_0x2d152d(-0x255,-_0x296e13._0x531150,-0x2a8,-0x295)](chalk[_0x28bb03(-_0x296e13._0x40c74e,-0x1fa,-_0x296e13._0x11f560,-_0x296e13._0x41aad8)](_0x4adc05[_0x28bb03(-_0x296e13._0x27f7cc,-_0x296e13._0x3ec36f,-0x20a,-0x1b1)])),console[_0x28bb03(-0x1f1,-_0x296e13._0x354baa,-_0x296e13._0xf55749,-0x207)](chalk['gray']('โ'[_0x28bb03(-_0x296e13._0xcfa5de,-0x22e,-_0x296e13._0x458cf9,-_0x296e13._0x8ba8b3)](-0x6f3+0x7d4+-0xaf))),await _0x4adc05[_0x28bb03(-0x1a9,-_0x296e13._0x3d591a,-0x1ef,-0x1a8)](startServer,_0x51c097));}catch(_0x247be1){console[_0x2d152d(-0x250,-_0x296e13._0x125a57,-0x279,-_0x296e13._0x309fbc)](chalk['red'](_0x4adc05[_0x28bb03(-0x1ad,-_0x296e13._0x5cc39d,-_0x296e13._0x2c94a7,-_0x296e13._0xe37b7b)]),_0x247be1[_0x2d152d(-0x285,-0x282,-0x274,-_0x296e13._0x24651d)]),process[_0x2d152d(-_0x296e13._0x280cc0,-_0x296e13._0x46ff30,-_0x296e13._0x48fd5b,-0x25a)](0x20c+-0x2572+0x2367);}}),program[_0x50b840(0xfb,0x114,0xf4,0x137)](_0x1ac4c8(0x240,0x24e,0x211,0x240))[_0x50b840(0x11f,0x107,0xe3,0xed)+'n'](_0x1ac4c8(0x266,0x249,0x227,0x234)+_0x1ac4c8(0x204,0x21a,0x237,0x234)+_0x50b840(0x10a,0xec,0x92,0xdd)+_0x1ac4c8(0x254,0x215,0x21d,0x24d)+'es')['option'](_0x1ac4c8(0x22d,0x1ee,0x1ff,0x21a)+'ose',_0x1ac4c8(0x222,0x21c,0x235,0x214)+'led\x20device'+_0x50b840(0x11e,0xe1,0xb1,0xd8)+'on')[_0x50b840(0x100,0x129,0xda,0xe3)](async _0x25d614=>{const _0x271994={_0xcb4d3c:0x1c8,_0x205f79:0x1b7,_0x5135fd:0x18c,_0xdeda79:0x174,_0x2fecc1:0x1f4,_0x3cadff:0x1ba,_0x1b7a80:0x191,_0x58860b:0x17c,_0x1302e5:0x1e7,_0x1bed96:0x1df,_0x29109f:0x177,_0x5a0a65:0x195,_0x167929:0x14e,_0x213773:0x1e7,_0x51ff7a:0x1c5,_0x33d72f:0x181,_0x8a6337:0x1c2,_0x286c4d:0x192,_0x16a75b:0x17e,_0x74caed:0x18b,_0x4c3cd2:0x169,_0x2b6321:0x1c5,_0xd5c7ad:0x148,_0x1f1717:0x179,_0x3aa5ea:0x184,_0x3247c7:0x19d,_0x497e26:0x1fe,_0x1a21d4:0x1b1,_0xe2a475:0x191,_0x218091:0x14c,_0x248f74:0x14f,_0xf161e4:0x18e,_0x2423e7:0x19e,_0xeb6d19:0x152,_0x182827:0x1b2,_0x3aa7e8:0x175,_0x5c85c6:0x1bb,_0x404fee:0x195,_0x4fed37:0x1a0,_0x26040a:0x155,_0x26ed87:0x190,_0x58f048:0x171,_0x4c3eac:0x140,_0x3e7752:0x1b4,_0x4a29bf:0x1ce,_0x18a051:0x1aa,_0xd97785:0x1d8,_0x11c445:0x18a,_0x340519:0x163,_0x303cfe:0x199,_0x3f1d9a:0x151,_0xafc68e:0x171,_0x460e4e:0x197,_0x3dfd47:0x1e3,_0x2dfb67:0x15c,_0x3d10d7:0x1be,_0x274e66:0x15d,_0x3e206b:0x1e3,_0xae32a7:0x16f,_0x12e768:0x19a,_0x3f17b9:0x150,_0x2bb035:0x18d,_0x369738:0x16b,_0x26d817:0x1d9,_0x185c39:0x1cb,_0xb434bc:0x1c9,_0x2fedf7:0x1dd,_0xee727:0x1a1,_0x69345c:0x1ae,_0xacf3a5:0x176,_0x2dd9fd:0x1af,_0x5a3a7c:0x1fb,_0x3dbe8f:0x1d9,_0x4ebc92:0x19e,_0x19a42e:0x1cd,_0x8b58cb:0x1c6,_0x463755:0x166,_0x39eed5:0x1a2,_0x1e306f:0x19b,_0x44a144:0x1ef,_0x59b996:0x129,_0x1ab868:0x145,_0x4640c7:0x167,_0x3f7360:0x1ab,_0x528819:0x19f,_0x4a38d1:0x1ea,_0x2162e6:0x1d5,_0x119ee2:0x1a7,_0x12b12f:0x192,_0x41508d:0x16b,_0x113974:0x1b2,_0x18c690:0x1a4,_0x48775d:0x194,_0x13643c:0x186},_0x442fd6={_0x357ebe:0x122,_0x4da9bb:0x15a,_0x4ed357:0x2af},_0x461233={_0xe453e6:0x1b9,_0x27eb5f:0x2b3};function _0x279cd7(_0x1201b7,_0x428c47,_0x2d7565,_0x2e8faf){return _0x50b840(_0x1201b7-0x93,_0x428c47-_0x461233._0xe453e6,_0x428c47,_0x2d7565- -_0x461233._0x27eb5f);}function _0x178076(_0x53ddb6,_0x1fabde,_0x5a527d,_0x266c08){return _0x50b840(_0x53ddb6-_0x442fd6._0x357ebe,_0x1fabde-_0x442fd6._0x4da9bb,_0x1fabde,_0x266c08- -_0x442fd6._0x4ed357);}const _0x53cc06={'fPuGj':_0x178076(-0x194,-_0x271994._0xcb4d3c,-_0x271994._0x205f79,-_0x271994._0x5135fd),'yeeko':function(_0x5e487e,_0x37e89b){return _0x5e487e+_0x37e89b;},'djETM':_0x279cd7(-0x1a1,-0x15f,-0x195,-_0x271994._0xdeda79)+_0x178076(-_0x271994._0x2fecc1,-_0x271994._0x3cadff,-0x1ca,-0x1d4),'pEfqs':_0x178076(-0x14c,-_0x271994._0x1b7a80,-_0x271994._0x58860b,-0x16f)+_0x279cd7(-_0x271994._0x1302e5,-_0x271994._0x1bed96,-_0x271994._0x1bed96,-0x1c6),'lOfCi':_0x279cd7(-_0x271994._0x29109f,-0x1da,-_0x271994._0x5a0a65,-_0x271994._0x167929)+_0x279cd7(-_0x271994._0x213773,-0x1cb,-0x1cd,-_0x271994._0x51ff7a),'QTQnd':_0x279cd7(-_0x271994._0x33d72f,-_0x271994._0x8a6337,-0x1b1,-_0x271994._0x286c4d)+_0x178076(-_0x271994._0x16a75b,-0x199,-0x16a,-_0x271994._0x74caed),'TCcmU':function(_0x246ff9,_0x2fd783){return _0x246ff9+_0x2fd783;},'cUbdI':_0x279cd7(-0x1e0,-_0x271994._0x4c3cd2,-0x195,-0x18f)+_0x178076(-0x1b3,-_0x271994._0x2b6321,-_0x271994._0xd5c7ad,-_0x271994._0x1f1717),'tcbMZ':_0x279cd7(-0x1fe,-_0x271994._0x3aa5ea,-0x1ce,-0x1ed),'cgRil':_0x279cd7(-_0x271994._0x1bed96,-0x18f,-_0x271994._0x3247c7,-0x16c)+_0x178076(-_0x271994._0x497e26,-0x1fb,-_0x271994._0x1a21d4,-0x1b8)+_0x279cd7(-0x17f,-0x17a,-0x1c3,-_0x271994._0xe2a475),'dywHv':function(_0xc38cf,_0x4ac913){return _0xc38cf(_0x4ac913);},'lcBhn':function(_0x210921,_0x57df37){return _0x210921!==_0x57df37;},'yVKjS':'WNncy'};try{_0x178076(-0x168,-_0x271994._0x218091,-0x120,-_0x271994._0x248f74)!==_0x53cc06[_0x178076(-0x16a,-0x182,-0x163,-_0x271994._0xf161e4)]?(console[_0x279cd7(-0x1e8,-0x151,-_0x271994._0x2423e7,-_0x271994._0xeb6d19)](chalk[_0x279cd7(-0x1af,-0x1cb,-0x187,-0x1bb)][_0x178076(-0x19f,-_0x271994._0x182827,-_0x271994._0x3aa7e8,-0x1aa)](_0x53cc06[_0x178076(-0x14c,-0x1b0,-_0x271994._0xcb4d3c,-0x17f)])),console[_0x279cd7(-0x1bf,-_0x271994._0x8a6337,-0x19e,-_0x271994._0x5c85c6)](chalk[_0x279cd7(-0x144,-0x134,-0x17b,-0x138)]('โ'[_0x178076(-0x203,-0x1dc,-_0x271994._0x404fee,-0x1c0)](0x29*-0xc1+-0x2328+0x4243))),await _0x53cc06[_0x178076(-0x167,-0x137,-_0x271994._0x4fed37,-_0x271994._0x26040a)](listDevices,_0x25d614)):(_0x3b79fd['error'](_0x3a19ab[_0x279cd7(-0x1b3,-_0x271994._0x26ed87,-0x1b6,-0x189)](hEynqO[_0x279cd7(-0x199,-0x163,-0x17a,-_0x271994._0x58f048)]),_0x44f0cb[_0x279cd7(-0x1a6,-0x1a9,-0x18a,-_0x271994._0x4c3eac)]),_0x56b040[_0x279cd7(-_0x271994._0x3e7752,-0x1ba,-0x17f,-0x153)](-0x1134+0x5*-0x73+-0x14c*-0xf));}catch(_0x46eb84){_0x53cc06[_0x178076(-_0x271994._0x4a29bf,-_0x271994._0x18a051,-0x205,-0x1b7)](_0x178076(-_0x271994._0xd97785,-0x189,-0x173,-_0x271994._0x11c445),_0x53cc06[_0x178076(-_0x271994._0x340519,-0x17f,-_0x271994._0x4fed37,-0x15b)])?(_0x52c0cc[_0x279cd7(-_0x271994._0x303cfe,-_0x271994._0x3f1d9a,-_0x271994._0xafc68e,-_0x271994._0x460e4e)](),_0x307162[_0x279cd7(-_0x271994._0x3dfd47,-_0x271994._0x2dfb67,-0x19e,-_0x271994._0x3d10d7)](_0x4a2e30['cyan'](_0x279cd7(-0x146,-_0x271994._0x274e66,-0x16f,-0x176)+'tart:')),_0x476923[_0x178076(-_0x271994._0x460e4e,-_0x271994._0xf161e4,-_0x271994._0x3e206b,-0x19a)](_0x53cc06[_0x279cd7(-_0x271994._0xae32a7,-0x1e6,-_0x271994._0x12e768,-0x150)](_0x325bc0['gray'](_0x53cc06['djETM']),_0x3e7369[_0x279cd7(-_0x271994._0x3f17b9,-_0x271994._0x2bb035,-_0x271994._0x369738,-0x1b0)](_0x53cc06[_0x178076(-_0x271994._0x26d817,-0x1c5,-0x20d,-_0x271994._0x185c39)]))),_0x47de45[_0x279cd7(-_0x271994._0xb434bc,-0x1ac,-0x19e,-_0x271994._0x2fedf7)](_0x53cc06[_0x279cd7(-_0x271994._0xee727,-0x1a6,-_0x271994._0x12e768,-_0x271994._0x69345c)](_0x44b9fe[_0x279cd7(-_0x271994._0x4fed37,-_0x271994._0xacf3a5,-0x17b,-0x12d)](_0x53cc06[_0x178076(-_0x271994._0x2dd9fd,-0x1ab,-_0x271994._0x5a3a7c,-_0x271994._0x3dbe8f)]),_0x4e9d60[_0x178076(-0x15f,-0x11c,-0x131,-0x167)](_0x53cc06[_0x178076(-_0x271994._0x4ebc92,-_0x271994._0x19a42e,-0x18b,-_0x271994._0x8b58cb)]))),_0x22c210['log'](_0x53cc06[_0x279cd7(-_0x271994._0x463755,-0x1b4,-_0x271994._0x39eed5,-_0x271994._0x58860b)](_0x3b4cf3['gray'](_0x53cc06[_0x178076(-0x172,-_0x271994._0x1e306f,-_0x271994._0x44a144,-_0x271994._0x3e7752)]),_0xb4ecc[_0x178076(-_0x271994._0x59b996,-_0x271994._0x1ab868,-0x176,-_0x271994._0x4640c7)](_0x178076(-0x1d1,-0x15f,-_0x271994._0x3f7360,-_0x271994._0x528819)+_0x279cd7(-_0x271994._0x4a38d1,-0x20f,-_0x271994._0x2162e6,-_0x271994._0x119ee2)))),_0x28ac67[_0x279cd7(-0x1db,-_0x271994._0x12b12f,-_0x271994._0x2423e7,-0x1e3)]('')):(console[_0x178076(-_0x271994._0x41508d,-0x1c3,-0x1c3,-0x188)](chalk[_0x178076(-_0x271994._0x5135fd,-_0x271994._0x1f1717,-0x184,-_0x271994._0x113974)](_0x53cc06[_0x178076(-_0x271994._0x18c690,-0x18c,-0x1af,-0x176)]),_0x46eb84[_0x178076(-_0x271994._0x8a6337,-_0x271994._0x48775d,-0x197,-_0x271994._0x13643c)]),process[_0x279cd7(-0x14e,-0x142,-0x17f,-0x15a)](-0x663+-0x1*0x15c7+0x1c2b*0x1));}}),program[_0x1ac4c8(0x211,0x1d2,0x209,0x231)]('doctor')[_0x50b840(0x135,0xa5,0x106,0xed)+'n'](_0x1ac4c8(0x1e1,0x23c,0x225,0x265)+_0x50b840(0xf2,0xea,0xe9,0x113)+_0x1ac4c8(0x218,0x203,0x236,0x218)+'iOS\x20and\x20An'+_0x1ac4c8(0x1d3,0x25d,0x221,0x1d6)+_0x1ac4c8(0x1fa,0x1f0,0x23d,0x283))[_0x1ac4c8(0x19c,0x185,0x1b5,0x199)](async()=>{const _0x369da0={_0x302540:0x1bb,_0x5cad22:0x1a3,_0x1dc45b:0x258,_0x85fb69:0x4ad,_0xcc75fc:0x4a8,_0x41c85a:0x4ba,_0x3ab115:0x49f,_0x26c7c7:0x4ed,_0x16c969:0x48b,_0x29823e:0x48f,_0x2222b0:0x485,_0x3e8d4c:0x496,_0x3f1924:0x489,_0x1da896:0x4ea,_0x24c13c:0x4b9,_0x28fa16:0x4c7,_0x538ea3:0x4c2,_0x94d5eb:0x495,_0x3b9882:0x4f7,_0xf93282:0x530,_0x3d6459:0x1ca,_0x5445be:0x1a5,_0x65dc5e:0x4ae,_0x2c9490:0x487,_0x518546:0x483},_0x22f68e={_0x2ba084:0x11f},_0x19757c={_0x48d1db:0x11d};function _0xb10521(_0x39899c,_0x4481ed,_0x4d767b,_0xc2664c){return _0x1ac4c8(_0x39899c-_0x19757c._0x48d1db,_0xc2664c,_0x4481ed-0x2b8,_0xc2664c-0x1a5);}const _0x5f5df6={'ddNrD':'\x0a๐\x20Checkin'+_0x4d7220(-_0x369da0._0x302540,-0x1a8,-0x1ba,-_0x369da0._0x5cad22)+'equirement'+_0x4d7220(-0x1f6,-0x210,-_0x369da0._0x1dc45b,-0x25b),'ssGuv':function(_0x3dcd16){return _0x3dcd16();},'GYFRv':_0xb10521(0x470,_0x369da0._0x85fb69,0x461,_0x369da0._0xcc75fc)};function _0x4d7220(_0xc55457,_0x898999,_0x43deb4,_0xaf9683){return _0x1ac4c8(_0xc55457-_0x22f68e._0x2ba084,_0xc55457,_0x898999- -0x3c3,_0xaf9683-0x164);}try{console[_0xb10521(_0x369da0._0x41c85a,_0x369da0._0x3ab115,_0x369da0._0x26c7c7,_0x369da0._0x16c969)](chalk['cyan'][_0xb10521(0x46a,_0x369da0._0x29823e,0x469,_0x369da0._0x2222b0)](_0x5f5df6[_0xb10521(_0x369da0._0x3e8d4c,0x490,0x484,_0x369da0._0x3f1924)])),console[_0xb10521(_0x369da0._0x41c85a,0x49f,_0x369da0._0x1da896,_0x369da0._0x24c13c)](chalk[_0xb10521(_0x369da0._0x28fa16,_0x369da0._0x538ea3,0x50d,_0x369da0._0x94d5eb)]('โ'['repeat'](-0x1*0x10c6+-0x8e7+0x25*0xb3))),await _0x5f5df6[_0xb10521(0x50e,0x4f4,_0x369da0._0x3b9882,_0x369da0._0xf93282)](checkDoctor);}catch(_0x2f2834){console[_0x4d7220(-0x20d,-_0x369da0._0x3d6459,-_0x369da0._0x5445be,-0x1c2)](chalk[_0xb10521(_0x369da0._0x65dc5e,_0x369da0._0x2c9490,0x49b,_0x369da0._0x518546)](_0x5f5df6[_0x4d7220(-0x1ad,-0x19b,-0x1e1,-0x19b)]),_0x2f2834['message']),process['exit'](0x4*0x5de+0x1d*0x46+-0x1f65);}}),program[_0x1ac4c8(0x23b,0x239,0x209,0x229)](_0x50b840(0x14e,0x110,0x171,0x15e)+_0x1ac4c8(0x213,0x22f,0x222,0x20f))['descriptio'+'n'](_0x50b840(0xa2,0x110,0x11c,0xea)+_0x50b840(0x104,0x121,0x129,0x126)+_0x50b840(0x16a,0x134,0x1a0,0x165)+_0x1ac4c8(0x23a,0x1f6,0x22d,0x255)+'\x20devices')[_0x50b840(0x112,0x118,0x17e,0x151)](_0x1ac4c8(0x243,0x1bc,0x207,0x208)+_0x1ac4c8(0x1ce,0x17b,0x1bd,0x181),_0x1ac4c8(0x24b,0x1e8,0x201,0x1bc)+_0x50b840(0x131,0x175,0x1b4,0x16e)+_0x50b840(0xe5,0xe4,0x133,0x131))[_0x50b840(0x116,0x132,0x187,0x151)](_0x1ac4c8(0x232,0x26a,0x239,0x221),_0x50b840(0x152,0x10c,0x14a,0x12f)+'\x20all\x20devic'+_0x50b840(0x11f,0x13a,0xdf,0xee)+'t)')[_0x1ac4c8(0x1bb,0x1e1,0x1b5,0x1d2)](async(_0x92d918,_0x26dd86)=>{const _0x180cbe={_0x17c299:0x40c,_0x2e30fd:0x412,_0x41d12d:0x30e,_0x324944:0x424,_0x127c5a:0x402,_0x49e93b:0x3e9,_0x25ae85:0x458,_0x51036e:0x419,_0x1de5f8:0x40a,_0x22f93d:0x43c,_0x2d8fd2:0x3b1,_0x30f91c:0x39e,_0x32e8ce:0x327,_0x154e7a:0x326,_0x570109:0x324,_0xd020ed:0x349,_0x1b18e1:0x32e,_0x3e3502:0x472,_0x10da18:0x42b,_0x599e11:0x3fa,_0x2abf87:0x3fc,_0x292ceb:0x3f1,_0x1009e7:0x3f9,_0x641484:0x2f8,_0x459422:0x34a,_0x538b06:0x431,_0x5874af:0x408,_0x19a324:0x3ca,_0x49503a:0x3f5,_0x1e3b18:0x420,_0x52c261:0x443,_0x99fe1:0x40f,_0x204b00:0x425},_0x45222b={_0x209457:0x69},_0x5937f3={'HheBZ':function(_0x26dce6,_0x537857,_0x1c9e5f){return _0x26dce6(_0x537857,_0x1c9e5f);},'yPcNi':function(_0x16f92d,_0x2fe569){return _0x16f92d!==_0x2fe569;},'GEyDI':'\x0aโ\x20Error:'};function _0x59973f(_0x504586,_0x4f17f0,_0x25fd39,_0x32d9ec){return _0x50b840(_0x504586-0x138,_0x4f17f0-0x121,_0x25fd39,_0x504586-0x20c);}function _0x21459f(_0x129694,_0x15592c,_0x3ae47b,_0x2d08ad){return _0x50b840(_0x129694-_0x45222b._0x209457,_0x15592c-0x172,_0x15592c,_0x3ae47b-0x2fd);}try{console[_0x21459f(_0x180cbe._0x17c299,0x3db,_0x180cbe._0x2e30fd,0x44c)](chalk[_0x59973f(0x338,_0x180cbe._0x41d12d,0x2f5,0x353)][_0x21459f(_0x180cbe._0x324944,0x447,_0x180cbe._0x127c5a,0x3ed)]('\x0aโก\x20Executi'+'ng\x20command'+_0x21459f(_0x180cbe._0x49e93b,_0x180cbe._0x25ae85,_0x180cbe._0x51036e,0x41c))),console['log'](chalk[_0x21459f(_0x180cbe._0x1de5f8,_0x180cbe._0x22f93d,0x435,0x449)]('โ'[_0x21459f(_0x180cbe._0x2d8fd2,0x402,0x3ec,_0x180cbe._0x30f91c)](0x1c*-0x45+-0x1233+0x19f1))),await _0x5937f3[_0x21459f(0x466,0x44a,0x46c,0x458)](executeCommand,_0x92d918,_0x26dd86);}catch(_0x272451){_0x5937f3[_0x59973f(0x314,0x353,_0x180cbe._0x32e8ce,_0x180cbe._0x154e7a)]('vhRpG',_0x59973f(_0x180cbe._0x570109,0x2df,_0x180cbe._0xd020ed,_0x180cbe._0x1b18e1))?(console[_0x21459f(_0x180cbe._0x3e3502,0x466,_0x180cbe._0x324944,0x3e7)](chalk[_0x21459f(0x411,_0x180cbe._0x10da18,_0x180cbe._0x599e11,_0x180cbe._0x2abf87)](_0x5937f3[_0x21459f(0x3fc,_0x180cbe._0x292ceb,_0x180cbe._0x1009e7,0x3ac)]),_0x272451[_0x59973f(0x335,_0x180cbe._0x641484,0x37d,_0x180cbe._0x459422)]),process[_0x21459f(0x43c,0x3ff,_0x180cbe._0x538b06,_0x180cbe._0x5874af)](0xc5*0x31+-0x65*-0x47+-0x1*0x41b7)):(_0x48a1dc[_0x21459f(0x44b,0x3ee,_0x180cbe._0x324944,0x3f5)](_0x4544ca[_0x21459f(_0x180cbe._0x2abf87,0x3d2,0x3fa,_0x180cbe._0x19a324)](_0x21459f(_0x180cbe._0x49503a,0x44d,_0x180cbe._0x1e3b18,_0x180cbe._0x52c261)),_0x4c487b[_0x21459f(0x445,_0x180cbe._0x99fe1,0x426,_0x180cbe._0x204b00)]),_0x2ba72b[_0x21459f(0x3e7,0x46a,0x431,0x42c)](0xf4d+-0xc*0x1fd+-0x8*-0x112));}}),program[_0x50b840(0xd5,0x128,0x122,0x11a)](process[_0x1ac4c8(0x1f3,0x1d4,0x20d,0x1db)]);if(!process[_0x50b840(0x113,0x101,0x14a,0x13b)][_0x1ac4c8(0x1ca,0x1e8,0x1ac,0x1f1)](0x1916+-0x1*0x5f3+-0x1321)[_0x50b840(0x171,0x116,0x128,0x158)]){const VQThhb=(_0x1ac4c8(0x216,0x22b,0x20e,0x1c1)+'5')[_0x50b840(0x12e,0xe6,0x10d,0xf4)]('|');let yEtctG=-0xa23+0x23*-0x7f+0x1b80;while(!![]){switch(VQThhb[yEtctG++]){case'0':console[_0x50b840(0x109,0x14c,0xea,0x115)](chalk[_0x50b840(0x15a,0x12c,0xf3,0x12c)]('\x0a๐ก\x20Quick\x20s'+_0x1ac4c8(0x232,0x202,0x1ed,0x226)));continue;case'1':console[_0x50b840(0x14d,0xec,0x139,0x115)](chalk[_0x50b840(0x101,0x159,0x163,0x138)]('\x20\x20devicely'+_0x1ac4c8(0x1bd,0x1fc,0x1b8,0x1ad))+chalk[_0x50b840(0x159,0x109,0x100,0x148)](_0x50b840(0x10b,0x10d,0xba,0x102)+_0x50b840(0xeb,0x13b,0x10a,0x124)));continue;case'2':console[_0x50b840(0x116,0x127,0x157,0x115)](chalk[_0x50b840(0x159,0x167,0x129,0x138)](_0x1ac4c8(0x209,0x1fc,0x1f0,0x23e)+_0x50b840(0xa0,0xbe,0xd6,0xdb))+chalk[_0x50b840(0x105,0x132,0x146,0x148)](_0x50b840(0x140,0x166,0x13a,0x140)+_0x50b840(0xbb,0xcb,0xff,0xd4)));continue;case'3':console[_0x50b840(0xf4,0xea,0x148,0x115)](chalk['gray'](_0x50b840(0xd5,0x14b,0x130,0x11e)+_0x50b840(0x152,0x116,0xee,0x136))+chalk['white'](_0x50b840(0x13f,0x12f,0x133,0x110)+_0x50b840(0xc4,0xb3,0x117,0xde)));continue;case'4':program[_0x50b840(0x15d,0x14f,0x12c,0x142)]();continue;case'5':console[_0x50b840(0x12a,0x14c,0x102,0x115)]('');continue;}break;}}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
# Platform-Aware App Presets
|
|
2
|
+
# Format: name.platform,bundle_id
|
|
3
|
+
# Priority: Most commonly used apps first (system apps, then popular apps)
|
|
4
|
+
# All apps support both iOS & Android (cross-platform)
|
|
5
|
+
|
|
6
|
+
# ============================================================================
|
|
7
|
+
# SYSTEM APPS (Highest Priority - Most Frequently Used)
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
# Settings
|
|
11
|
+
settings.ios,com.apple.Preferences
|
|
12
|
+
settings.android,com.android.settings
|
|
13
|
+
|
|
14
|
+
# Camera
|
|
15
|
+
camera.ios,com.apple.camera
|
|
16
|
+
camera.android,com.android.camera2
|
|
17
|
+
|
|
18
|
+
# Photos/Gallery
|
|
19
|
+
photos.ios,com.apple.mobileslideshow
|
|
20
|
+
photos.android,com.google.android.apps.photos
|
|
21
|
+
|
|
22
|
+
# Phone
|
|
23
|
+
phone.ios,com.apple.mobilephone
|
|
24
|
+
phone.android,com.google.android.dialer
|
|
25
|
+
|
|
26
|
+
# Messages/SMS
|
|
27
|
+
messages.ios,com.apple.MobileSMS
|
|
28
|
+
messages.android,com.google.android.apps.messaging
|
|
29
|
+
|
|
30
|
+
# Contacts
|
|
31
|
+
contacts.ios,com.apple.MobileAddressBook
|
|
32
|
+
contacts.android,com.google.android.contacts
|
|
33
|
+
|
|
34
|
+
# Mail/Email (default)
|
|
35
|
+
mail.ios,com.apple.mobilemail
|
|
36
|
+
mail.android,com.google.android.gm
|
|
37
|
+
|
|
38
|
+
# Calendar
|
|
39
|
+
calendar.ios,com.apple.mobilecal
|
|
40
|
+
calendar.android,com.google.android.calendar
|
|
41
|
+
|
|
42
|
+
# Clock/Timer
|
|
43
|
+
clock.ios,com.apple.mobiletimer
|
|
44
|
+
clock.android,com.google.android.deskclock
|
|
45
|
+
|
|
46
|
+
# Calculator
|
|
47
|
+
calculator.ios,com.apple.calculator
|
|
48
|
+
calculator.android,com.google.android.calculator
|
|
49
|
+
|
|
50
|
+
# Notes
|
|
51
|
+
notes.ios,com.apple.mobilenotes
|
|
52
|
+
notes.android,com.google.android.keep
|
|
53
|
+
|
|
54
|
+
# ============================================================================
|
|
55
|
+
# BROWSERS (High Priority)
|
|
56
|
+
# ============================================================================
|
|
57
|
+
|
|
58
|
+
# Chrome
|
|
59
|
+
chrome.ios,com.google.chrome.ios
|
|
60
|
+
chrome.android,com.android.chrome
|
|
61
|
+
|
|
62
|
+
# Safari (iOS only)
|
|
63
|
+
safari.ios,com.apple.mobilesafari
|
|
64
|
+
|
|
65
|
+
# Firefox
|
|
66
|
+
firefox.ios,org.mozilla.ios.Firefox
|
|
67
|
+
firefox.android,org.mozilla.firefox
|
|
68
|
+
|
|
69
|
+
# Edge
|
|
70
|
+
edge.ios,com.microsoft.msedge
|
|
71
|
+
edge.android,com.microsoft.emmx
|
|
72
|
+
|
|
73
|
+
# Brave
|
|
74
|
+
brave.ios,com.brave.ios.browser
|
|
75
|
+
brave.android,com.brave.browser
|
|
76
|
+
|
|
77
|
+
# ============================================================================
|
|
78
|
+
# COMMUNICATION APPS (High Priority - Daily Use)
|
|
79
|
+
# ============================================================================
|
|
80
|
+
|
|
81
|
+
# Gmail
|
|
82
|
+
gmail.ios,com.google.Gmail
|
|
83
|
+
gmail.android,com.google.android.gm
|
|
84
|
+
|
|
85
|
+
# WhatsApp
|
|
86
|
+
whatsapp.ios,net.whatsapp.WhatsApp
|
|
87
|
+
whatsapp.android,com.whatsapp
|
|
88
|
+
|
|
89
|
+
# Telegram
|
|
90
|
+
telegram.ios,ph.telegra.Telegraph
|
|
91
|
+
telegram.android,org.telegram.messenger
|
|
92
|
+
|
|
93
|
+
# Zoom
|
|
94
|
+
zoom.ios,us.zoom.videomeetings
|
|
95
|
+
zoom.android,us.zoom.videomeetings
|
|
96
|
+
|
|
97
|
+
# Skype
|
|
98
|
+
skype.ios,com.skype.skype
|
|
99
|
+
skype.android,com.skype.raider
|
|
100
|
+
|
|
101
|
+
# Microsoft Teams
|
|
102
|
+
teams.ios,com.microsoft.skype.teams
|
|
103
|
+
teams.android,com.microsoft.teams
|
|
104
|
+
|
|
105
|
+
# Slack
|
|
106
|
+
slack.ios,com.tinyspeck.chatlyio
|
|
107
|
+
slack.android,com.Slack
|
|
108
|
+
|
|
109
|
+
# Discord
|
|
110
|
+
discord.ios,com.hammerandchisel.discord
|
|
111
|
+
discord.android,com.discord
|
|
112
|
+
|
|
113
|
+
# ============================================================================
|
|
114
|
+
# SOCIAL MEDIA (High Priority - Very Popular)
|
|
115
|
+
# ============================================================================
|
|
116
|
+
|
|
117
|
+
# Instagram
|
|
118
|
+
instagram.ios,com.burbn.instagram
|
|
119
|
+
instagram.android,com.instagram.android
|
|
120
|
+
|
|
121
|
+
# Twitter/X
|
|
122
|
+
twitter.ios,com.atebits.Tweetie2
|
|
123
|
+
twitter.android,com.twitter.android
|
|
124
|
+
|
|
125
|
+
# Facebook
|
|
126
|
+
facebook.ios,com.facebook.Facebook
|
|
127
|
+
facebook.android,com.facebook.katana
|
|
128
|
+
|
|
129
|
+
# TikTok
|
|
130
|
+
tiktok.ios,com.zhiliaoapp.musically
|
|
131
|
+
tiktok.android,com.zhiliaoapp.musically
|
|
132
|
+
|
|
133
|
+
# Snapchat
|
|
134
|
+
snapchat.ios,com.toyopagroup.picaboo
|
|
135
|
+
snapchat.android,com.snapchat.android
|
|
136
|
+
|
|
137
|
+
# LinkedIn
|
|
138
|
+
linkedin.ios,com.linkedin.LinkedIn
|
|
139
|
+
linkedin.android,com.linkedin.android
|
|
140
|
+
|
|
141
|
+
# Reddit
|
|
142
|
+
reddit.ios,com.reddit.Reddit
|
|
143
|
+
reddit.android,com.reddit.frontpage
|
|
144
|
+
|
|
145
|
+
# ============================================================================
|
|
146
|
+
# MAPS & NAVIGATION (High Priority)
|
|
147
|
+
# ============================================================================
|
|
148
|
+
|
|
149
|
+
# Google Maps
|
|
150
|
+
maps.ios,com.apple.Maps
|
|
151
|
+
maps.android,com.google.android.apps.maps
|
|
152
|
+
|
|
153
|
+
# Uber
|
|
154
|
+
uber.ios,com.ubercab.UberClient
|
|
155
|
+
uber.android,com.ubercab
|
|
156
|
+
|
|
157
|
+
# Lyft
|
|
158
|
+
lyft.ios,com.ubercab.Lyft
|
|
159
|
+
lyft.android,me.lyft.android
|
|
160
|
+
|
|
161
|
+
# ============================================================================
|
|
162
|
+
# ENTERTAINMENT (Medium-High Priority - Daily Use)
|
|
163
|
+
# ============================================================================
|
|
164
|
+
|
|
165
|
+
# YouTube
|
|
166
|
+
youtube.ios,com.google.ios.youtube
|
|
167
|
+
youtube.android,com.google.android.youtube
|
|
168
|
+
|
|
169
|
+
# Netflix
|
|
170
|
+
netflix.ios,com.netflix.Netflix
|
|
171
|
+
netflix.android,com.netflix.mediaclient
|
|
172
|
+
|
|
173
|
+
# Spotify
|
|
174
|
+
spotify.ios,com.spotify.client
|
|
175
|
+
spotify.android,com.spotify.music
|
|
176
|
+
|
|
177
|
+
# Apple Music
|
|
178
|
+
applemusic.ios,com.apple.Music
|
|
179
|
+
applemusic.android,com.apple.android.music
|
|
180
|
+
|
|
181
|
+
# Amazon Music
|
|
182
|
+
amazonmusic.ios,com.amazon.mp3
|
|
183
|
+
amazonmusic.android,com.amazon.mp3
|
|
184
|
+
|
|
185
|
+
# Hulu
|
|
186
|
+
hulu.ios,com.hulu.plus
|
|
187
|
+
hulu.android,com.hulu.plus
|
|
188
|
+
|
|
189
|
+
# Disney+
|
|
190
|
+
disneyplus.ios,com.disney.disneyplus
|
|
191
|
+
disneyplus.android,com.disney.disneyplus
|
|
192
|
+
|
|
193
|
+
# Prime Video
|
|
194
|
+
primevideo.ios,com.amazon.aiv.AIVApp
|
|
195
|
+
primevideo.android,com.amazon.avod.thirdpartyclient
|
|
196
|
+
|
|
197
|
+
# ============================================================================
|
|
198
|
+
# PRODUCTIVITY (Medium Priority)
|
|
199
|
+
# ============================================================================
|
|
200
|
+
|
|
201
|
+
# Microsoft Outlook
|
|
202
|
+
outlook.ios,com.microsoft.Office.Outlook
|
|
203
|
+
outlook.android,com.microsoft.office.outlook
|
|
204
|
+
|
|
205
|
+
# Google Drive
|
|
206
|
+
googledrive.ios,com.google.Drive
|
|
207
|
+
googledrive.android,com.google.android.apps.docs
|
|
208
|
+
|
|
209
|
+
# Dropbox
|
|
210
|
+
dropbox.ios,com.getdropbox.Dropbox
|
|
211
|
+
dropbox.android,com.dropbox.android
|
|
212
|
+
|
|
213
|
+
# OneDrive
|
|
214
|
+
onedrive.ios,com.microsoft.skydrive
|
|
215
|
+
onedrive.android,com.microsoft.skydrive
|
|
216
|
+
|
|
217
|
+
# Notion
|
|
218
|
+
notion.ios,notion.id
|
|
219
|
+
notion.android,notion.id
|
|
220
|
+
|
|
221
|
+
# Evernote
|
|
222
|
+
evernote.ios,com.evernote.iPhone.Evernote
|
|
223
|
+
evernote.android,com.evernote
|
|
224
|
+
|
|
225
|
+
# ============================================================================
|
|
226
|
+
# SHOPPING (Lower Priority)
|
|
227
|
+
# ============================================================================
|
|
228
|
+
|
|
229
|
+
# Amazon
|
|
230
|
+
amazon.ios,com.amazon.Amazon
|
|
231
|
+
amazon.android,com.amazon.mShop.android.shopping
|
|
232
|
+
|
|
233
|
+
# eBay
|
|
234
|
+
ebay.ios,com.ebay.iphone
|
|
235
|
+
ebay.android,com.ebay.mobile
|
|
236
|
+
|
|
237
|
+
# Walmart
|
|
238
|
+
walmart.ios,com.walmart.groceries
|
|
239
|
+
walmart.android,com.walmart.android
|
|
240
|
+
|
|
241
|
+
# Target
|
|
242
|
+
target.ios,com.target.mobile
|
|
243
|
+
target.android,com.target.ui
|
|
244
|
+
|
|
245
|
+
# ============================================================================
|
|
246
|
+
# TRAVEL (Lower Priority)
|
|
247
|
+
# ============================================================================
|
|
248
|
+
|
|
249
|
+
# Airbnb
|
|
250
|
+
airbnb.ios,com.airbnb.app
|
|
251
|
+
airbnb.android,com.airbnb.android
|
|
252
|
+
|
|
253
|
+
# Booking.com
|
|
254
|
+
booking.ios,com.booking.BookingApp
|
|
255
|
+
booking.android,com.booking
|
|
256
|
+
|
|
257
|
+
# ============================================================================
|
|
258
|
+
# FINANCE (Lower Priority)
|
|
259
|
+
# ============================================================================
|
|
260
|
+
|
|
261
|
+
# PayPal
|
|
262
|
+
paypal.ios,com.yourcompany.PPClient
|
|
263
|
+
paypal.android,com.paypal.android.p2pmobile
|
|
264
|
+
|
|
265
|
+
# Venmo
|
|
266
|
+
venmo.ios,com.venmo.touch.Venmo
|
|
267
|
+
venmo.android,com.venmo
|
|
268
|
+
|
|
269
|
+
# Cash App
|
|
270
|
+
cashapp.ios,com.squareup.cash
|
|
271
|
+
cashapp.android,com.squareup.cash
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Device Configuration (Auto-updated)
|
|
2
|
+
# Format: device_name,udid,ip_address,platform,type
|
|
3
|
+
# Platform: ios | android
|
|
4
|
+
# Type: usb | wireless
|
|
5
|
+
#
|
|
6
|
+
# ๐ USB DEVICES: Automatically detected and saved here
|
|
7
|
+
# - No configuration needed for USB connection
|
|
8
|
+
# - Add IP address to enable wireless support later
|
|
9
|
+
#
|
|
10
|
+
# ๐ก WIRELESS DEVICES: Manually add with IP address
|
|
11
|
+
# - Format: device_name,udid,ip_address,platform,wireless
|
|
12
|
+
# - iOS: Device must be paired in Xcode, WebDriverAgent running
|
|
13
|
+
# - Android: Enable wireless ADB first
|
|
14
|
+
#
|
|
15
|
+
# Example entries:
|
|
16
|
+
# MyiPhone,00008130-001A45C83ED8402E,,ios,usb (iOS USB - auto-detected)
|
|
17
|
+
# MyiPad,00008140-002B24361E41901C,192.168.1.100,ios,wireless (iOS Wireless)
|
|
18
|
+
# Pixel8,1A2B3C4D5E6F,,android,usb (Android USB - auto-detected)
|
|
19
|
+
# GalaxyS23,ABCD1234,192.168.1.150,android,wireless (Android Wireless)
|
|
20
|
+
|