forked from Empyreal96/ProjectAstoria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
153 lines (140 loc) · 8.61 KB
/
tools.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ProjectAstoria Repo</title>
<link rel="shortcut icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="assets/projecta.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="assets/projecta.js"></script>
</head>
<body>
<div id="page-loader"><span class="loader"></span></div>
<!-- Start Landing Page -->
<div class="landing-page">
<div id="header-placeholder"></div>
<div class="content">
<div class="container">
<div class="info" style="width: 100%;">
<div class="panel panel-success">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapseRepo"><i
class="fa fa-store"> </i>ASTORIA
REPO</a>
</h4>
</div>
<div id="collapseRepo" class="panel-collapse collapse in">
<div class="panel-body">
WUT Mini (Windows Universal Tool) is now available for all W10M builds,<br />and it
contain
Astoria repo
by default
this will make getting packed apps easier, <br /> WUT is designed by default to auto
install, it has also tools to restart Astoria service and create storage shortcut
easily.
<br /><br />
<p><strong>Get WUT Mini</strong> [<a target="_blank"
href="https://github.com/basharast/wut/releases/latest"><i
class="fa fa-download"> </i>Download</a>]</p>
</div>
</div>
</div>
<div class="panel panel-warning">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapseTools"><i
class="fa fa-tools"> </i>ASTORIA TOOLS</a>
</h4>
</div>
<div id="collapseTools" class="panel-collapse collapse in">
<div class="panel-body">
<p>After you update to build <strong>14320</strong> with Astoria, <br />you can use
these tools to
convert APK to
APPX or for installation:</p>
<br />
<ul>
<li><strong>Astoria Package Manager</strong> (by <a target="_blank"
href="https://github.com/Empyreal96">Empyreal96</a>)<br>
[<a target="_blank"
href="https://github.com/Empyreal96/Astoria-Package-Manager/releases/latest"><i
class="fa fa-download"> </i>Download</a>]
</li>
<br />
<li><strong>Apk2Appx Converter</strong> (by <a target="_blank"
href="https://github.com/fadilfadz01">fadilfadz01</a>)<br>
[<a target="_blank"
href="https://github.com/fadilfadz01/Apk2Appx_Converter/releases/latest"><i
class="fa fa-download"> </i>Download</a>]
</li>
</ul>
<h2>More Details</h2>
<p>By default, the basic system installer is able to install apps. <br />Additionally,
you can use
the Device Portal to do that. <br /><br />However, tools like the <strong>Astoria
Package
Manager</strong> can assist
in retrieving packed apps from the repository. <br />It also helps you to install
games along
with their related data, <br />which is not possible with the normal installer.</p>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapseAdb" style="color: white;"><i
class="fa fa-terminal"> </i>USE ADB</a>
</h4>
</div>
<div id="collapseAdb" class="panel-collapse collapse">
<div class="panel-body">
<p>
To install APK apps directly from your PC, you need to use ADB (Android Debug
Bridge).
<br />However,
ADB doesn't work directly with Astoria. First, you'll need to connect your phone
using tool
called <code>wconnect</code>.
</p>
<p><strong>Get WConnect & ADB</strong> [<a target="_blank"
href="https://drive.google.com/drive/folders/15lIaxH3t8sxbKb_WrXc-UOIeiJv-HtiR"><i
class="fa fa-download"> </i>Download</a>]
</p>
<br/>
<h4 style="color: green;">Setting Up WConnect Agent</h4>
<ol>
<li>Prepare a PIN code from <strong>Settings > Update > For
Developers</strong>.</li>
<li>At <strong>Device Discovery</strong>, enable the toggle.</li>
<li>Click on <strong>Pair</strong>, then use the given pin in the command below.
</li>
<li>Open <strong>CMD</strong> on your PC.</li>
<li>Navigate to the wconnect folder using:
<code>cd "Location of wconnect folder"</code>
</li>
<li>Connect your phone using the command: <code>wconnect usb <pin></code></li>
<li>Or via IP command: <code>wconnect 198.168.0.xxx <pin></code></li>
<li>Once your phone is connected, you can start using ADB commands.</li>
<li>ADB install command: <code>adb install "Path to APK app"</code></li>
</ol>
</div>
</div>
</div>
<br />
<br />
<br />
</div>
</div>
</div>
</div>
<!-- End Landing Page -->
</body>
</html>