Skip to content

Commit df99e46

Browse files
committed
Update README.md
1 parent 967b14c commit df99e46

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

README.md

+26-18
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,51 @@
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>
29

3-
## About
410

5-
This script helps in automating compress/decompress of system.new.dat/system.new.dat.br files.
611

7-
## Requirements
12+
#### Dependencies :
813

914
* brotli
10-
```
11-
Arch: pacman -S brotli
12-
```
15+
```
16+
Arch : sudo pacman -S brotli
17+
Debian : sudo apt install brotli
18+
```
1319
* python
14-
```
15-
Arch: pacman -S python
16-
```
20+
```
21+
Arch : sudo pacman -S python
22+
Debian : sudo apt install python
23+
```
1724
* 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+
```
2129
* git clone $this_repo --recursive
2230
* copy of a working ROM
23-
24-
25-
## Usage
31+
32+
#### Usage :
2633

2734
Copy ROM.zip to this dir
2835
```
2936
chmod +x start.sh
3037
./start.sh
3138
```
3239

33-
## Preview
40+
#### Preview :
3441

3542
![Screenshot of my desktop](https://github.com/Creator54/android-image-modifier/blob/master/preview.png)
3643

37-
## Credits
44+
#### Credits :
3845

3946
@xpirt
4047

4148
* https://forum.xda-developers.com/android/software-hacking/how-to-conver-lollipop-dat-files-to-t2978952
4249
* https://github.com/xpirt/img2sdat
4350
* https://github.com/xpirt/sdat2img
51+

0 commit comments

Comments
 (0)