-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsupport.html
More file actions
356 lines (308 loc) · 15.3 KB
/
support.html
File metadata and controls
356 lines (308 loc) · 15.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========================= CORE META (SEO + MOBILE) ========================== -->
<meta charset="UTF-8">
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Description -->
<meta name="description"
content="Need help with ADB Device Manager? Visit our support page for troubleshooting, FAQs, setup guides, and direct assistance for ADB Mode, App Mode, mirroring, notifications, and connection issues.">
<!-- SEO Keywords -->
<meta name="keywords"
content="ADB Device Manager support, ADB help, troubleshooting, connection issues, screen mirroring fix, Android to PC help, Windows integration support, app mode support">
<meta name="author" content="ADB Device Manager">
<meta name="robots" content="index, follow">
<!-- Canonical -->
<link rel="canonical" href="https://shrey113.github.io/Adb-Device-Manager-2/support">
<!-- ========================= PAGE TITLE ========================== -->
<title>ADB Device Manager — Support & Troubleshooting</title>
<!-- ========================= OPEN GRAPH (SOCIAL SHARE) ========================== -->
<meta property="og:title" content="ADB Device Manager — Support & Help Center">
<meta property="og:description"
content="Find support for ADB Device Manager including setup help, troubleshooting, FAQs, and connection fixes.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://shrey113.github.io/Adb-Device-Manager-2/support">
<meta property="og:image" content="https://shrey113.github.io/Adb-Device-Manager-2/images/app_png.png">
<meta property="og:site_name" content="ADB Device Manager">
<!-- ========================= TWITTER CARD ========================== -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ADB Device Manager — Support Page">
<meta name="twitter:description"
content="Get help with setup, ADB Mode, App Mode, mirroring, notifications, and Windows connectivity.">
<meta name="twitter:image" content="https://shrey113.github.io/Adb-Device-Manager-2/images/app_png.png">
<!-- ========================= STRUCTURED DATA — SUPPORT ========================== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I connect my Android device?",
"acceptedAnswer": {
"@type": "Answer",
"text": "ADB Device Manager connects via ADB Mode or App Mode. Follow the setup instructions in the app to pair your device."
}
},
{
"@type": "Question",
"name": "Why is screen mirroring not working?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Make sure USB debugging is enabled and the device is trusted. Check the troubleshooting section for more fixes."
}
}
]
}
</script>
<!-- ========================= FAVICONS ========================== -->
<link rel="icon" href="images/app_png.png">
<link rel="apple-touch-icon" href="images/app_png.png">
<!-- ========================= PERFORMANCE IMPROVEMENTS ========================== -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Google Font (non-blocking) -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"
media="print" onload="this.media='all'">
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</noscript>
<!-- ========================= STYLES ========================== -->
<link rel="stylesheet" href="pages/style.css">
<link rel="stylesheet" href="pages/head.css">
<style>
body {
background: #f7f6f9;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.support-section {
flex: 1;
padding: 6rem 2rem;
max-width: 1200px;
margin: 0 auto;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.support-header {
text-align: center;
margin-bottom: 4rem;
}
.support-title {
font-size: 3rem;
font-weight: 800;
margin-bottom: 1rem;
background: linear-gradient(135deg, #1f2937 0%, #4b5563 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.support-subtitle {
font-size: 1.2rem;
color: #6b7280;
}
.support-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
width: 100%;
}
.support-card {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(20px);
border-radius: 20px;
padding: 2.5rem;
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.support-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
border-color: rgba(99, 102, 241, 0.3);
}
.card-icon {
width: 64px;
height: 64px;
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
color: white;
box-shadow: 0 8px 20px rgba(99, 102, 241, 0.25);
}
.card-title {
font-size: 1.5rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 0.75rem;
}
.card-desc {
color: #6b7280;
line-height: 1.6;
}
</style>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="header-container">
<div class="logo">
<picture>
<source srcset="images/app_webp_50.webp" type="image/webp">
<img src="images/app_webp_100.webp" class="logo-icon" alt="ADB Device Manager" width="49"
height="49" loading="lazy">
</picture>
<span class="logo-text">ADB Device Manager</span>
</div>
<nav class="nav">
<a href="index.html" class="nav-link">Home</a>
<a href="pages/features.html" class="nav-link">Features</a>
<a href="Docs.html" class="nav-link">Docs</a>
<a href="#" class="nav-link active">Support</a>
</nav>
</div>
</header>
<!-- Support Content -->
<main class="support-section">
<div class="support-header">
<h1 class="support-title">Support & Community</h1>
<p class="support-subtitle">Get help, report issues, and connect with the developer.</p>
</div>
<div class="support-grid">
<!-- Repository Card -->
<a href="https://github.com/Shrey113/Adb-Device-Manager-2" target="_blank" class="support-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
</path>
</svg>
</div>
<h3 class="card-title">Repository</h3>
<p class="card-desc">Explore the source code, contribute, and stay updated with the latest development.
</p>
</a>
<!-- Issues Card -->
<a href="https://github.com/Shrey113/Adb-Device-Manager-2/issues" target="_blank" class="support-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<line x1="12" y1="8" x2="12" y2="12"></line>
<line x1="12" y1="16" x2="12.01" y2="16"></line>
</svg>
</div>
<h3 class="card-title">Report an Issue</h3>
<p class="card-desc">Found a bug? Have a feature request? Open an issue on GitHub to let us know.</p>
</a>
<!-- Developer Card -->
<a href="https://github.com/Shrey113/" target="_blank" class="support-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</div>
<h3 class="card-title">Developer Profile</h3>
<p class="card-desc">Check out other projects and contributions by the developer.</p>
</a>
</div>
</main>
<!-- Footer -->
<link rel="stylesheet" href="pages/footer.css">
<footer class="footer">
<!-- Main Footer Content -->
<div class="footer-main">
<!-- Contact Column -->
<div class="footer-contact-section">
<h3 class="footer-column-title">Contact</h3>
<div class="footer-contact-list">
<a href="https://github.com/Shrey113/Adb-Device-Manager-2" class="footer-contact-item"
target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" fill="none">
<path
d="M12 0C5.37 0 0 5.37 0 12c0 5.3 3.438 9.8 8.205 11.387.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 21.795 24 17.295 24 12c0-6.63-5.37-12-12-12"
fill="currentColor" />
</svg>
<span>Repository</span>
</a>
</div>
<div class="footer-contact-list">
<a href="https://github.com/Shrey113/Adb-Device-Manager-2/issues" class="footer-contact-item"
target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" fill="none">
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="2" />
<circle cx="12" cy="12" r="3" fill="currentColor" />
</svg>
<span>Issues</span>
</a>
</div>
<div class="footer-contact-list">
<a href="https://github.com/Shrey113/Adb-Device-Manager-2/releases" class="footer-contact-item"
target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" fill="none">
<path d="M20.59 13.41l-7.17 7.17a2 2 0 01-2.83 0L2 12V2h10l8.59 8.59a2 2 0 010 2.82z"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<circle cx="7" cy="7" r="1.5" fill="currentColor" />
</svg>
<span>App update</span>
</a>
</div>
</div>
<!-- Products Column -->
<div class="footer-column">
<h3 class="footer-column-title">Products</h3>
<div class="footer-links">
<a href="windows_download.html">Windows App</a>
<a href="android_download.html">Android App</a>
<a href="pages/features.html">All Features</a>
</div>
</div>
<!-- Resources Column -->
<div class="footer-column">
<h3 class="footer-column-title">Resources</h3>
<div class="footer-links">
<a href="Docs.html">Documentation</a>
<a href="pages/Developers.html">Developers</a>
<a href="pages/security_pages/virustotal_reports.html">VirusTotal</a>
</div>
</div>
<!-- Security Column -->
<div class="footer-column">
<h3 class="footer-column-title">Security</h3>
<div class="footer-links">
<a href="security/security_model.html">Security Model</a>
<a href="security/transparency_model.html">Transparency</a>
<a href="security/privacy_policy.html">Privacy Policy</a>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<p class="footer-copyright">© 2025 <a href="https://github.com/Shrey113">Shrey113</a>. All rights
reserved.</p>
<div class="footer-bottom-links">
<a href="security/privacy_policy.html">Privacy Policy</a>
<a href="pages/security_pages/app_terms.html">App Terms</a>
<a href="support.html">Support & FAQ</a>
</div>
</div>
<!-- Gradient Border -->
<div class="footer-gradient-border"></div>
</footer>
</body>
</html>