-
Notifications
You must be signed in to change notification settings - Fork 2
/
imgeditor.bat
293 lines (261 loc) · 11.8 KB
/
imgeditor.bat
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
ECHO OFF
CLS
:MENU
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
ECHO 1 - Unpack
ECHO 2 - Repack
ECHO 3 - Clear Unpacked Files
ECHO 4 - EXIT
ECHO.
SET /P M=Option:
IF %M%==1 GOTO UNPACK
IF %M%==2 GOTO REPACK
IF %M%==3 GOTO CLEAR
IF %M%==4 GOTO EOF
:UNPACK
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
ECHO 1 - Unpack system.img
ECHO 2 - Unpack vendor.img
ECHO 3 - Unpack system.img and vendor.img
ECHO 4 - Back
ECHO.
SET /P M=Option:
IF %M%==1 GOTO UNPACKSYSTEM
IF %M%==2 GOTO UNPACKVENDOR
IF %M%==3 GOTO UNPACKALL
IF %M%==4 GOTO MENU
GOTO MENU
:REPACK
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
ECHO 1 - Repack system.img
ECHO 2 - Repack vendor.img
ECHO 3 - Repack system.img and vendor.img
ECHO 4 - Back
ECHO.
SET /P M=Option:
IF %M%==1 GOTO REPACKSYSTEM
IF %M%==2 GOTO REPACKVENDOR
IF %M%==3 GOTO REPACKALL
IF %M%==4 GOTO MENU
GOTO MENU
:UNPACKSYSTEM
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
if exist bin\tmp rd /s /q bin\tmp
if exist editor rd /s /q editor
if not exist bin\tmp mkdir bin\tmp
if not exist editor mkdir editor
if exist system.img (
echo - Unpacking system.img
bin\windows\imgextractor system.img editor\system >nul 2>nul
)
set tmp=bin\tmp
if exist system_file_contexts move /y system_file_contexts editor\ >nul 2>nul
if exist system_fs_config move /y system_fs_config editor\ >nul 2>nul
if exist system move /y system editor\system2 >nul 2>nul
if exist editor\system (
echo - Unpack Done
echo.
)
if exist editor rd /s /q bin\tmp
pause
GOTO MENU
:UNPACKVENDOR
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
if exist bin\tmp rd /s /q bin\tmp
if exist editor rd /s /q editor
if not exist bin\tmp mkdir bin\tmp
if not exist editor mkdir editor
if exist vendor.img (
echo - Unpacking vendor.img
bin\windows\imgextractor vendor.img editor\vendor >nul 2>nul
)
set tmp=bin\tmp
if exist vendor_file_contexts move /y vendor_file_contexts editor\ >nul 2>nul
if exist vendor_fs_config move /y vendor_fs_config editor\ >nul 2>nul
if exist editor\system (
echo - Unpack Done
echo.
)
if exist editor rd /s /q bin\tmp
pause
GOTO MENU
:UNPACKALL
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
if exist bin\tmp rd /s /q bin\tmp
if exist editor rd /s /q editor
if not exist bin\tmp mkdir bin\tmp
if not exist editor mkdir editor
if exist system.img (
echo - Unpacking system.img
bin\windows\imgextractor system.img editor\system >nul 2>nul
)
if exist vendor.img (
echo - Unpacking vendor.img
bin\windows\imgextractor vendor.img editor\vendor >nul 2>nul
)
set tmp=bin\tmp
if exist system_file_contexts move /y system_file_contexts editor\ >nul 2>nul
if exist vendor_file_contexts move /y vendor_file_contexts editor\ >nul 2>nul
if exist system_fs_config move /y system_fs_config editor\ >nul 2>nul
if exist vendor_fs_config move /y vendor_fs_config editor\ >nul 2>nul
if exist system move /y system editor\system2 >nul 2>nul
if exist editor\system (
echo - Unpack Done
echo.
)
if exist editor rd /s /q bin\tmp
pause
GOTO MENU
:REPACKSYSTEM
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
if not exist editor\system (
echo - Please unpack a system.img first !!!
pause
GOTO MENU
)
if exist bin\tmp rd /s /q bin\tmp
mkdir bin\tmp
set /p systemsize=<"editor\system_size.txt"
echo - Repack system
bin\windows\make_ext4fs -L system -T -1 -S editor\system_file_contexts -C editor\system_fs_config -l %systemsize% -a system new_system.img editor\system\ >nul
)
if exist new_system.img echo - system.img has been repacked
pause
GOTO MENU
:REPACKVENDOR
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
if not exist editor\vendor (
echo - Please unpack vendor.img first !!!
pause
GOTO MENU
)
if exist bin\tmp rd /s /q bin\tmp
mkdir bin\tmp
echo - Repack vendor
set /p vendorsize=<"editor\vendor_size.txt"
bin\windows\make_ext4fs -L vendor -T -1 -S editor\vendor_file_contexts -C editor\vendor_fs_config -l %vendorsize% -a vendor new_vendor.img editor\vendor\ >nul
if exist new_vendor.img echo - vendor.img has been repacked
pause
GOTO MENU
:REPACKALL
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
if not exist editor\system (
echo - Please unpack system.img first !!!
pause
GOTO MENU
)
if exist bin\tmp rd /s /q bin\tmp
mkdir bin\tmp
set /p systemsize=<"editor\system_size.txt"
echo - Repacking system.img
bin\windows\make_ext4fs -L system -T -1 -S editor\system_file_contexts -C editor\system_fs_config -l %systemsize% -a system new_system.img editor\system\ >nul
)
if exist new_system.img echo - system.img has been repacked
if not exist editor\system (
echo - Please unpack vendor.img first !!!
pause
GOTO MENU
)
echo - Repacking vendor.img
set /p vendorsize=<"editor\vendor_size.txt"
bin\windows\make_ext4fs -L vendor -T -1 -S editor\vendor_file_contexts -C editor\vendor_fs_config -l %vendorsize% -a vendor new_vendor.img editor\vendor\ >nul
if exist new_vendor.img echo - vendor.img has been repacked
pause
GOTO MENU
:CLEAR
cls
ECHO.
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
set /P "=____ __ __ ____ _____ ____ ___ _____ ___ ____ _____ ___ ___ _ " < NUL & echo/
set /P "=|_ _| \/ |/ ___| | ____| _ \_ _|_ _/ _ \| _ \ |_ _/ _ \ / _ \| | " < NUL & echo/
set /P "=-| || |\/| | | _ | _| | | | | | | || | | | |_) | | || | | | | | | | " < NUL & echo/
set /P "=-| || | | | |_| | | |___| |_| | | | || |_| | _ < | || |_| | |_| | |___ " < NUL & echo/
set /P "=|___|_| |_|\____| |_____|____/___| |_| \___/|_| \_\ |_| \___/ \___/|_____|" < NUL & echo/
set /P "=/////////////////////////////////////////////////////////////////////////////" < NUL & echo/
ECHO.
echo - Removing Files
rmdir /s /Q editor
echo - Done
pause
GOTO MENU