I. Giới thiệu:
- Như các bạn đã biết, có nhiều bài hướng dẫn build tar khi dùng tool Simg2img và Make_ext4fs cho
samsung ver 4.0.x và 4.1.x 4.2.2 thì thành công, Nhưng khi samsung ra những model mới đặc biệt S4,
Note 3 version 4.3 thì pp này hay gặp thất bại.
- S4, Note 3 sau này thường chạy processor Samsung Exynos Octa nên pp cũ không còn hiệu quả
- Do đó hôm nay mình xin đưa hướng mới để AE chúng ta cùng nghiên cứu nhé.
II. Chuẩn bị:
- Hệ điều hành Linux 64bit ( Mình chọn ubuntu 64bit giả lập trên windows )
- Cập nhật hệ thống để sử dụng trong việc build.
Mã:
sudo apt-get install git-core gnupg flex bison gperf libsdl-dev libesd0-dev libwxgtk2.8-dev build-essential zip curl libncurses5-dev zlib1g-dev valgrind libreadline6-dev gcc-multilib g++-multilib libc6-dev x11proto-core-dev libx11-dev libz-dev gawk texinfo automake libtool cvs libsdl-dev
Mã:
sudo add-apt-repository “deb http://archive.canonical.com/ raring partner” sudo apt-get update
Mã:
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-jdk7-installer
Mã:
sudo apt-get update sudo apt-get install ia32-libs
III. Thực hiện:
1. Download: http://up.4share.vn/f/370405040e0e03…utils.zip.file
2. Giải nén, Copy ext4_utils vào utils ( Mình tạo ra trong Home của ubuntu )
3. Gõ lệnh:
Mã:
cd utils
Mã:
ext4_utils/simg2img ./system.img ./system.raw.img
Mã:
mkdir system
Mã:
sudo mount -t ext4 -o loop system.raw.img system
Mã:
sudo nautilus
* Việt hóa, Deodex, Mod….. là ở đây.
4. Sau khi thực hiện những thay đổi cần thiết ở đây ta tiếp tục đóng gói hệ thống lại.
Mã:
ext4_utils/ext2simg -v system.raw.img system_new.img
Mã:
ext4_utils/sgs4ext4fs –bloat system_new.img notesystem.img
Mã:
sudo umount system
5. Khi xong mình lấy file system thực hiện đóng thành file tar.md5 up qua odin.
Team build rom tar , dịch rom no root, add việt hóa.
Đăng nhận xét