Showing posts with label System. Show all posts
Showing posts with label System. Show all posts

Sunday, May 17, 2015

HƯỚNG DẪN VIẾT CHỮ LÊN 2 BÊN ĐỒNG HỒ

1. Decompile file SystemUI.apk.

2. Mở status_bar.xml trong /res/layout/ bằng Notepad++

3. Tìm đoạn code đồng hồ.



Thêm dòng code này vào trên đoạn code đó:

<TextView android:textSize="14.0dịp" android:textStyle="bold" android:textColor="#ffffffff" android:gravity="center_vertical" android:text="@string/minh_đức_trước" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" <TextView android:textSize="14.0dịp" android:textStyle="bold" android:textColor="#ffffffff" android:gravity="center_vertical" android:text="@string/name_text" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />



Thêm dòng code này vào dưới đoạn code đó:

<TextView android:textSize="14.0dip" android:textStyle="bold" android:textColor="#ffffffff" android:gravity="center_vertical" android:text="@string/minh_duc_sau" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" <TextView android:textSize="14.0dip" android:textStyle="bold" android:textColor="#ffffffff" android:gravity="center_vertical" android:text="@string/name_text" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />



4.  Mở strings.xml trong /res/values/ bằng Notepad++

Thêm 2 dòng này vào cuối file đó

<string name="minh_duc_truoc">Trước</string>
<string name="minh_duc_sau">Sau</string>



Thay “Trước” thành chữ bạn muốn đứng trước đồng hồ và “Sau” thành chữ bạn muốn đứng sau đồng hồ.

5. Save 2 file status_bar.xml và strings.xml lại.

6. Compile và Sign lại file SystemUI rồi đưa trở về /system/app/

Mọi người làm được thì đăng thành quả lên cho anh em cùng xem nhé :D

Posted on Sunday, May 17, 2015 by Vũ Minh Đức

No comments

Monday, May 04, 2015

Posted on Monday, May 04, 2015 by Vũ Minh Đức

No comments

Friday, August 08, 2014

OpRom Base - OpRom by Minh Duc

OpRom Base is a ROM mod base on stock ROM. Version: OpRom-v1 ***OpRom Base***, which is basis to update the next v2,v3… via OTA

*Add Tweaks
*Add some important things
*Remove App



~~~DOWNLOAD~~~


Posted on Friday, August 08, 2014 by Vũ Minh Đức

No comments

Friday, July 25, 2014

BhekBhek-Rom-v2 by Minh Duc

Nhân dịp MC5 ra mắt, mình giới thiệu cho mọi người bản BhekBhek-Rom-v2 để chơi cho đã =)) thực ra chơi game nào cũng đã không riêng gì MC5 =)) Các bạn có thể chơi The Amazing SpiderMan, Batman, NFS,... mà không phải lo chuyện thiếu ram (Y)

Bài này mình không nói gì nhiều, chỉ là giới thiệu bản BhekBhek-Rom-v2 này thôi, bản này ram trống nhiều *nếu cài quá nhiều ứng dụng thì ram đương nhiên sẽ trống ít nhưng không hiểu sao máy chạy nó vẫn mượt =))*

Mình sẽ giới thiệu sơ qua vài tính năng cơ bản và show vài screenshots cho mọi người nhé.










~~~LINK~~~
 

Posted on Friday, July 25, 2014 by Vũ Minh Đức

52 comments

Sunday, July 13, 2014

Dev Reboot - Phần mềm boot mở rộng.

Phần mềm này mình code được cũng khá lâu rồi nhưng bây giờ mới có dịp giới thiệu với mọi người, phần mềm hỗ trợ tùy chỉnh boot nâng cao:

Normal Reboot ~ Khởi động lại bình thường
Soft Reboot ~ Khởi động lại nhanh
Reboot Recovery ~ Khởi động vào recovery
Power Off ~ Tắt máy



~~~LINK~~~
http://sh.st/rs1uu

Posted on Sunday, July 13, 2014 by Vũ Minh Đức

No comments