-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
317 lines (315 loc) · 9.97 KB
/
index.html
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
<!DOCTYPE html>
<html class='no-js' >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Eros</title>
<link rel='stylesheet' type='text/css' href='bootstrap/css/bootstrap.min.css' >
<link rel='stylesheet' type='text/css' href='css/ionicons.min.css' >
<link rel='stylesheet' type='text/css' href='css/owl.carousel.css' >
<link rel='stylesheet' type='text/css' href='css/magnific-popup.css' >
<link rel='stylesheet' type='text/css' href='css/style.css' >
</head>
<body>
<div class='page-borders' >
<div class='left' ></div>
<div class='right' ></div>
</div>
<a href='#' class='menu-btn' >
<span class='lines' >
<span class='l1' ></span>
<span class='l2' ></span>
<span class='l3' ></span>
</span>
</a>
<nav class='menu' >
<ul>
<li>
<a href='#intro' >
Eros
</a>
</li>
<li>
<a href='#features' >
Features
</a>
</li>
<li>
<a href='#screenshots' >
Screenshots
</a>
</li>
</ul>
</nav>
<div id='main-wrapper' >
<section id='intro' class='section intro-section' >
<div class='container' >
<div class='row intro-cols' >
<div class='col-md-6 col-md-push-6' >
<div class='phone' >
<div class='phone-img' >
<img src='img/phone1.png' alt>
</div>
</div>
</div>
<div class='col-md-6 col-md-pull-6' >
<div class='v-align' >
<div class='inner' >
<div class='intro-text' >
<h1>
Eros
</h1>
<p>
Heimdall/Thor like flash tool for android
</p>
<div class='intro-download-btns'>
<a href='https://github.com/Gabriel2392/eros_samsung' class='app-btn' target='_blank'>
<img src='img/gh.png' alt>
</a>
<a href='https://t.me/ErosMobileTool' class='app-btn' target='_blank'>
<img src='img/tg.png' alt>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id='features' class='section features-2-section bg-lightgray' >
<div class='container' >
<div class='phone-img' >
<img src='img/no_pc_no_problem.png' alt>
</div>
<div class='row' >
<div class='col-md-8 col-md-offset-2' >
<div class='screen-info-text' >
<h2>No PC? No problem</h2>
<p>
Say goodbye to lagdows.
</p>
</div>
</div>
</div>
</div>
</section>
<section id='features-2' class='section features-2-section' >
<div class='container' >
<div class='row' >
<div class='col-md-6' >
<div class='phones order-alt' >
<img class='back' src='img/logs.png' alt>
<img class='front' src='img/phone-black.png' alt>
</div>
</div>
<div class='col-md-6' >
<div class='screen-info-text' >
<h2>Powerful</h2>
<p>Backed up with C, C++, Kotlin and Java.</p>
</div>
</div>
</div>
</div>
</section>
<section id='features-3' class='section features-2-section bg-lightgray' >
<div class='container' >
<div class='phone-img' >
<img src='img/phone2.png' alt>
</div>
<div class='row' >
<div class='col-md-8 col-md-offset-2' >
<div class='screen-info-text' >
<h2>No Root Needed</h2>
<p>
Eros is a non-root alternative to Thor/Heimdall.
</p>
</div>
</div>
</div>
</div>
</section>
<section id='features-4' class='section features-2-section' >
<div class='container' >
<div class='row' >
<div class='col-md-6' >
<div class='phones order-alt' >
<img class='back' src='img/phone-black.png' alt>
<img class='front' src='img/phone-white.png' alt>
</div>
</div>
<div class='col-md-6' >
<div class='screen-info-text' >
<h2>Secure, completely offline</h2>
<p>Eros doesn't require any device or network permissions to operate.</p>
</div>
</div>
</div>
</div>
</section>
<section id='screenshots' class='section screenshots-section bg-lightgray' >
<div class='container' >
<div class='top-section-header' >
<h2>Screenshots</h2>
<p>Everything Eros is capable of at a glance.</p>
</div>
<ul class='screenshots-slider' >
<li>
<div class='inner' >
<img src='img/screens/1.jpg' alt>
<div class='overlay' >
<a href='img/screens/1.jpg' class='view-btn' >
<i class='ion-ios-plus-empty' ></i>
</a>
</div>
</div>
</li>
<li>
<div class='inner' >
<img src='img/screens/2.jpg' alt>
<div class='overlay' >
<a href='img/screens/2.jpg' class='view-btn' >
<i class='ion-ios-plus-empty' ></i>
</a>
</div>
</div>
</li>
<li>
<div class='inner' >
<img src='img/screens/3.jpg' alt>
<div class='overlay' >
<a href='img/screens/3.jpg' class='view-btn' >
<i class='ion-ios-plus-empty' ></i>
</a>
</div>
</div>
</li>
<li>
<div class='inner' >
<img src='img/screens/4.jpg' alt>
<div class='overlay' >
<a href='img/screens/4.jpg' class='view-btn' >
<i class='ion-ios-plus-empty' ></i>
</a>
</div>
</div>
</li>
<li>
<div class='inner' >
<img src='img/screens/5.jpg' alt>
<div class='overlay' >
<a href='img/screens/5.jpg' class='view-btn' >
<i class='ion-ios-plus-empty' ></i>
</a>
</div>
</div>
</li>
<li>
<div class='inner' >
<img src='img/screens/6.jpg' alt>
<div class='overlay' >
<a href='img/screens/6.jpg' class='view-btn' >
<i class='ion-ios-plus-empty' ></i>
</a>
</div>
</div>
</li>
</ul>
</div>
</section>
<section id='team' class='section team-section' >
<div class='container' >
<div class='row' >
<div class='col-md-2' >
<div class='col-section-header' >
<h2>Gabriel2392</h2>
<p>
Founder & Active maintainer.
</p>
</div>
</div>
<section id='faq' class='section faq-section' >
<div class='container' >
<div class='top-section-header' >
<h2>FAQ</h2>
<p>Most asked questions, answered here.</p>
</div>
<div class='col-md-6' >
<div class='faq' >
<h4>Does it need root?</h4>
<p>
No. Eros can fully operate without root access, meaning it can run on unrooted devices with locked bootloaders.
</p>
</div>
<div class='faq' >
<h4>Do I need another phone?</h4>
<p>
Yes. Using Eros requires having 2 phones, the host phone (which has Eros installed on) and the target phone (which is the phone in download mode) while connecting both devices with usb OTG.
</p>
</div>
<div class='faq' >
<h4>Why Eros?</h4>
<p>
Eros is a pc independent flash software, which proved helpful in cases where the owner doesn't own a computer, and it does everything that odin can do.
</p>
</div>
</div>
<div class='col-md-6' >
<div class='faq' >
<h4>Can I use Eros below android 7?</h4>
<p>
No. Although it might work with some modifications, it is highly not recommended as random errors can occur by doing such modifications.
</p>
</div>
<div class='faq' >
<h4>Is it actively maintained?</h4>
<p>
Yes. Until now, Eros is still maintained by the developer, in addition to the active telegram support group.
</p>
</div>
<div class='faq' >
<h4>Does it work on devices that have no download mode?</h4>
<p>
When it comes to the host, Yes. Eros can be installed on any android phone. While target phone must be in download mode.
</p>
</div>
</div>
</div>
</section>
<section id='download' class='section download-section' style='background-image:url(img/bg1.jpg);' >
<div class='container' >
<div class='row text-center' >
<div class='col-md-8 col-md-offset-2' >
<div class='download-text' >
<h2>Download</h2>
<p>
Confirmed working on Android 7 and above, up to Android 15. Seek support/feedback at the Telegram group.
</p>
</div>
</div>
</div>
<div class='download-btns text-center'>
<a href='https://github.com/Gabriel2392/eros_samsung' class='app-btn' target='_blank'>
<img src='img/gh.png' alt>
</a>
<a href='https://t.me/ErosMobileTool' class='app-btn' target='_blank'>
<img src='img/tg.png' alt>
</a>
</div>
</div>
</section>
<footer>
<div class='container text-center' >
<p>Copyright Eros © 2024. Gabriel2392</p>
</div>
</footer>
</div>
<script src='js/jquery.min.js' ></script>
<script src='js/jquery.fitvids.js' ></script>
<script src='js/owl.carousel.min.js' ></script>
<script src='js/jquery.magnific-popup.min.js' ></script>
<script src='js/script.js' ></script>
</body>
</html>