File tree 1 file changed +26
-18
lines changed
1 file changed +26
-18
lines changed Original file line number Diff line number Diff line change 1
- # Android Image Modifier
1
+ <p align =" center " ><b >A-I-M</b ></p >
2
+ <p align =" center " >
3
+ <img src="https://img.shields.io/badge/Os-Linux-yellow?logo=linux" />
4
+ <img alt="GitHub" src="https://img.shields.io/github/license/creator54/a-i-m"/>
5
+ </p >
6
+ <p align =" center " >
7
+ This script helps in automating compress/decompress i.e modifing of system.new.dat/system.new.dat.br files.
8
+ </p >
2
9
3
- ## About
4
10
5
- This script helps in automating compress/decompress of system.new.dat/system.new.dat.br files.
6
11
7
- ## Requirements
12
+ #### Dependencies :
8
13
9
14
* brotli
10
- ```
11
- Arch: pacman -S brotli
12
- ```
15
+ ```
16
+ Arch : sudo pacman -S brotli
17
+ Debian : sudo apt install brotli
18
+ ```
13
19
* python
14
- ```
15
- Arch: pacman -S python
16
- ```
20
+ ```
21
+ Arch : sudo pacman -S python
22
+ Debian : sudo apt install python
23
+ ```
17
24
* img2simg
18
- ```
19
- Arch: pacman -S aur/simg-tools
20
- ```
25
+ ```
26
+ Arch : sudo pacman -S aur/simg-tools
27
+ Debian : sudo apt install img2simg
28
+ ```
21
29
* git clone $this_repo --recursive
22
30
* copy of a working ROM
23
-
24
-
25
- ## Usage
31
+
32
+ #### Usage :
26
33
27
34
Copy ROM.zip to this dir
28
35
```
29
36
chmod +x start.sh
30
37
./start.sh
31
38
```
32
39
33
- ## Preview
40
+ #### Preview :
34
41
35
42
![ Screenshot of my desktop] ( https://github.com/Creator54/android-image-modifier/blob/master/preview.png )
36
43
37
- ## Credits
44
+ #### Credits :
38
45
39
46
@xpirt
40
47
41
48
* https://forum.xda-developers.com/android/software-hacking/how-to-conver-lollipop-dat-files-to-t2978952
42
49
* https://github.com/xpirt/img2sdat
43
50
* https://github.com/xpirt/sdat2img
51
+
You can’t perform that action at this time.
0 commit comments