Tóm lại là làm như thế này nè
Bước 1: Cài đặt ADB và driver cho thiết bị
1. Tải Android SDK từ Google
Android SDK
2. Giải nén Android SDK .Zip vào C:\AndroidSDK
3. Vào Settings > Applications > Development and make sure USB Debugging is on. trên điện thoại
4. gắn điện thoại vào máy tính qua cáp USB cable
5. Sau khi tự động cài đặt driver xong, Vào Run gõ lệnh cmd để mở cửa sổ command prompt.
6. Gõ lệnh :
cd\
cd AndroidSDK\tools\
adb devices
(((*Nếu thấy thông báo adb .có thể tải file ADB và giải nén vào thư mục Tools của AndroidSDK
trường hợp không có driver của thiết bị thì có thể tải chương trình PDANet )))
Cách sử dụng :ADB Commands
adb devices – lists which devices are currently attached to your computer
adb install <packagename.apk> – lets you install an Android application on your phone
adb remount – Remounts your system in write mode – this lets you alter system files on your phone using ADB
adb push <localfile> <location on your phone> – lets you upload files to your phones filesystem
adb pull <location on your phone> <localfile> – lets you download files off your phones filesystem
adb logcat – starts dumping debugging information from your handset to the console – useful for debugging your apps
adb shell <command> – drops you into a basic linux command shell on your phone with no parameters, or lets you run commands directly
adb devices – lists which devices are currently attached to your computer
adb install <packagename.apk> – lets you install an Android application on your phone
adb remount – Remounts your system in write mode – this lets you alter system files on your phone using ADB
adb push <localfile> <location on your phone> – lets you upload files to your phones filesystem
adb pull <location on your phone> <localfile> – lets you download files off your phones filesystem
adb logcat – starts dumping debugging information from your handset to the console – useful for debugging your apps
adb shell <command> – drops you into a basic linux command shell on your phone with no parameters, or lets you run commands directly
Bước 2: Unlock
0. Cài đặt chương trình visionary cho HTC My Touch 4G.
Tài về file nén gfree_02.zip:
http://www.mediafire.com/?s7afymwe2wb3x60
1. Giải nén file fgfree_02.zip vào thư mục Tools trong thư mục của Android SDK .
2. Kết nối điện thoại vào máy tính.
3. Chạy chương trình windows command của Windows, đồng thời chuyển đến thư mục Tools trong thư mục cài đặt Android SDK.
4. Gõ lệnh: "adb push gfree /data/local" và Enter để chép gfree vào điện thoại.
5. Gỡ cáp kết nối điện thoại với máy tính.
6. Chạy chương trình visionary đã được cài đặt vào điện thoại để cho phép temp root.
7. Chạy chương trình terminal emulator trên điện thoại (nếu chưa có thì nên cài đặt). Gõ lệnh :"su" và nhấn Enter để cho phép root privileges.
8. Gõ lệnh: "cd /data/local" và Enter.
9. Gõ Lệnh "chmod 777 gfree" và Enter để chương trình thực thi.
10. Gõ lệnh "./gfree -f" và Enter.
11. Đợi cho chương trình hoàn tất và và khởi động vào HBoot sẽ báo if S=Off. và Hboot version 0.86.0000 nó đã làm việc.
12.Nếu là lần đầu tiên root thiết bị chương trình visionary không có (temproot w/set system r/w after root checked and then attempt permroot) hãy mở root privileges permanent và sau đó khởi động lại.