วิธีลง รอม sen xl 3.6 for ICS 4.03 อย่างละเอียดยิปๆๆ

ของแพงซื้อมาแล้วก็ต้องใช้ให้คุ้มค่ากับเงินที่เสียไป ระหว่าง htc xl & htc one x ก็ไม่มีความแตกต่างกันมากนัก
one x อาจจะดีกว่าเรื่องกล้อง+ความเร็ว+แรมเยอะกว่า+sen 4.0 +ICS 4.03 แต่ๆเรื่องเกมยังไม่ค่อยดีนะครับ
ส่วน xl เล่นเกม ได้เยอะกว่าราคาถูกกว่า ถอดแบตได้ แต่อีกไม่นาน ทางเว็บ http://forum.xda-developers.com/forumdisplay.php?f=1344 ก็อาจจะสามารถ เอาsen 4.0 มาลง xl ได้แล้วละครับ
***** ขอบอกก่อนละกัน ผมไม่รับผิดชอบใดๆต่อความเสียหายที่จะเกิดขึ้นนะครับ *****
(มันก็ไม่ได้น่ากลัวขนาดนั้น)

ดูรูปได้ที่นี้ครับ https://droidsans.com/node/57085

ติดตัง ไดร์เวอร์ ของ htc และ HTC Sync ให้เรียบร้อยเพื่อที่เวลาเราปิดเครื่อง แล้วต่อสาย usb เข้ากับคอมๆจะได้มองเห็น
ก่อนอื่น ต้อง Unlock bootloader
อันนี้เป็นตัวอย่างวิธีทำนะครับ มันเป็นภนษาอังกฤษนะครับ
จริงๆแล้วเขามีรูปให้ดูนะครับ อันนี้ผมก็อบแต่ตัวหนังสือมาให้อ่านกันก่อนนะครับ
พอเข้าไปที่ http://www.htcdev.com/ สมัครสมาชิก เสร็จแล้วก็เลือก Unlock Bootloader
จะมีรูปกุนแจ อยู่ในคอมนะครับ คลิกตรงคำว่า Get Started ต่อจากนั้น ก็เลือก รุ่นโทรศัพท์ทางขวามือครับ
ถ้าไม่มีรุ่นของเราก็กด All Other Supported เสร็จแล้ว ก็กด Begin Unlock Bootloader(บางครังมันจะให้ยืนยันสมาชิก)
พอเลือกเสร็จกดตกลงมันก็จะมา หน้าข้างล่างนี้แหละครับ
ถ้าอยากเห็นรูปผมอัพไว้ให้แล้วครับ อยู่ข้างล่าง สุดเลยครับ
สู้ๆครับมือใจรัก แต่เอะ เครื่องมันก็แรงอยู่แล้วจะไปเล่นรอมอะไรหรือครับ หรือจะเอาพวกวิดเจ็คออก

Step 1
Remove and reinsert the battery.

Step 2
Press Volume Down and Power to start the device into Bootloader mode.

Step 3
Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button.

Step 4
Connect the device to the computer via a usb cable
Proceed To Step 5

Step 5
On your computer create a new folder (For Example: C:Android) where we will be putting the following 3 files in this new folder:

adb.exe
AdbWinApi.dll
fastboot.exe

Note: for Mac OS X and Linux you will only need adb and fastboot.

To find these files:
a.
Run the “SDK Manager.exe” which is found in android-sdk-windows

b.
Wait about 3 minutes. You will see there are many packages you can update. Please install Android SDK Platform Tools and Android SDK Tools (Please update it if your SDK version is r11).

c.
After you have installed this, you will be able to find the files in the following locations.

1.
To find adb.exe, AdbWinApi.dll, look in android-sdk-windowsplatform-tools

2.
To find fastboot.exe look in android-sdk-windowstools

Note: fastboot.exe may be unavailable in the latest Windows Android Tools release. You can extract it from a previous release available here: android-sdk_r13-windows.zip

3.
Mac OS X or Linux users can download the fastboot binary using the following links:

Platform Download Size (bytes) Checksum
Fastboot binary, OS X
(Unzip the file before executing) fastboot-mac 59071 ed784e50cfcaba3c60380c5f448aa354
Fastboot binary, Linux
(Unzip the file before executing) fastboot 61887 9851bb6ad29cd4b60c9ba9d011ba9efd

Step 6
Open up command prompt. ( Start > Run > Type CMD,). The window that appears is called Command Prompt.

Step 7
Navigate to where you unzipped the ZIP file and go to the folder you just created (For Example: If you created the folder in C:Android, then you would type in Command Prompt: cd c:Android).

Proceed To Step 8

Step 8
Type in Command Prompt: fastboot oem get_identifier_token.

Step 9
You will see a long block of text. Copy and paste this text into the the token field below (in the command prompt: Right Click > Mark > highlight the block of text > Right click to copy).

You will see one of the following two screens:

Ref. 9a

Ref. 9b

When copying the token, start with this line:

<<<>>>
And end with this line:

<<<<>>>>
(Note: Only copy the highlighted sections above. Do not copy the INFO or (bootloader) prefix)

Step 10
Paste this string of text into the token field and hit Submit in order to receive your unlock code binary file. You will receive this information in your email.

Example:

My Device Identifier Token:
Enter TokenSubmit

Step 11
You will receive an email with the attachment: Unlock_code.bin. Save this file in the same folder as your fastboot files (For Example: C:Android).

If, after a short period of time, you have not yet received the mail, or you have received an email from HTC, but does not contain an attached file, it is possible that more stringent spam filters and anti-virus programs will block this mail or attachment.

In order to ensure that you receive the email with the attachment, we suggest you consider using a non-corporate email server as corporate servers tend to have more stringent attachment policies. If you have not received the email at all, please check your spam folder in your email client to check if the email was filtered out.

Step 12
In the command prompt type: fastboot flash unlocktoken Unlock_code.bin. In the command prompt you will see the following message:

Step 13
On your phone you will now see the disclaimer. Please read this carefully as this action may void your warranty. Use the Volume buttons to highlight your choice, and the Power button to make your selection. If you select Yes, your phone will be reset to its’ factory default settings, and your bootloader will be unlocked. If you select No, your phone will reboot and no modifications will have been made.
Step 14
To re-lock your bootloader, in the command prompt, type: fastboot oem lock.

Note: This will not restore the factory default lock, but will simply re-lock the bootloader so no further changes can be made. Furthermore, if you want to unlock your bootloader again, simply repeat step 12 with your original unlock key file to unlock your phone again.

ตอนทำผม มีเซฟหน้าจอไว้ดูแก้ขัดข้องด้วยครับ โหลดไปดูได้เลยครับ ที่นี้ครับ
แค่ เมกกว่าๆเองครับ http://www.4shared.com/rar/mtgkO7oM/New_folder.html

วิธี re-lock bootloader ให้ทำเหมือน Step 12 เปลี่ยนจากfastboot flash unlocktoken Unlock_code.bin
เป็น fastboot oem lock แทนครับ
………………………………………………………………………………………………………………….
พอปลดล็อคได้แล้ว

ก็ทำการ แฟช CWM-based Recovery v5.0.2.7 เพื่อไว้สำหรับ รูทและลงรอม
1.ดาวโหลดไฟล์ ที่นี้ http://forum.xda-developers.com/showthread.php?t=1348693

2. จากนั้นไฟล์ CWM-based Recovery v5.0.2.7ที่ได้มาดให้
เปลี่ยนชื่อเป็น recovery.img เอาไปไว้ที่ไดร์ C:Android
(ปรกติจะมีโฟร์เดอร์ Android อยู่แล้วตอนทำ unlock bootloader
ในโฟร์เดอร์ Android ต้องมีไฟล์ fastboot โหลดได้ที่นี้ http://www.htcdev.com/process/legal_fastboot_linux)

3. จากนั้นปิดเครื่อง
(ปุ่มควบคุม ต่างๆตอนเข้าโหมด Boot loader มีดั่งนี้ครับ
1 ปุ่มเปิดเครื่อง คือ ตกลง
2 ปุ่มเร่งเสียง คือ เลื่อนขึ้น
3 ปุ่มลดเสียง คือ เลื่อน ลง………..)
……………………………………….
ถอดแบตออกมาจากนั้นก็ใส่แบตกลับไปเหมือนเดิม
แล้วกด ปุ่ม volume down ค้างไว้ แล้วกดสวิทซ์เปิดเครื่อง เพื่อเข้าโหมด Boot loader ครับ
จากนั้นเลือก FASTBOOT แล้วกดปุ่ม POWER เพื่อเป็นการตกลง แล้ว ตัว FASTBOOT จะเป็นสีแดงอยู่ข้างบน
จากนั้นเสียบสาย ต่อกับคอม โหมด FASTBOOT จะมีตัวต่อท้าย เป็นอย่างนี้ครับ FASTBOOT USB (ผ่าน)

4.เข้า Command Prompt หรือ cmd เช่น ( Start > Run >CMD)
พอเข้าโหมด cmd แล้วให้พิมษ์ cd c:Android กด แอนเตอร์ หนึ่งที
ก็จะได้ C:Android>
จากนั้น ก็ใช้คำสัง fastboot
อย่างนี้ C:Android>fastboot flash recovery recovery.img
รอแป๊ป เดียว พอเสร็จ ให้ใช้คำสั่ง fastboot reboot
ที่เครื่องโทรศัพท์ จะทำการรีบูทตัวเอง เสร็จละ จากนั้น exit จากโหมด cmd
เสร็จแล้วครับการ แฟช cwm

ต่อจากนี้ไปก็ทำการรูทเครื่องครับ

ดูวิธีทำได้ที่นี้ครับ
http://www.4shared.com/rar/MBZBqfja/ROOT_HTC_XL.html

โหลดไฟล์ DooMLoRD_v2_ROOT-zergRush-busybox-suสำหรับรูทเครื่อง
ได้ที่นี้ครับ http://forum.xda-developers.com/showthread.php?t=1466436
เลื่อนลงไปเรื่อยๆนะครับจะเจอลิ้งเอง ครับ แล้วก็กดดาวโหลดได้เเลย

มาเสียวกันต่อเลยครับ สุดท้ายแล้ว ฮ้าๆๆ

โหลด รอม ได้ที่นี้ครับ
รอม Ice Cold Zombi.e v1.4 [ICS|Sense 3.6]
http://forum.xda-developers.com/showthread.php?t=1528889

รอม Zombi.eSandwich 1.1 ¦ ICS ¦ Sense 3.6 แนะนำตัวนี้จะไม่ค่อยทานแบตครับ
http://forum.xda-developers.com/showthread.php?t=1523829

พอได้ไฟล์รอม .zip มาแล้วให้เอาไปใส่ไว้ที่ sd card (ไม่ต้องใสไว้ที่โฟร์เดอร์ไหนๆนะครับไว้ข้างนอกเลยครับ

มาต่อละกัน
ปิดเครื่อง เข้าสู่โหมด Boot loader อีกที
ถอดแบตออกมาจากนั้นก็ใส่แบตกลับไปเหมือนเดิม
แล้วกด ปุ่ม volume down ค้างไว้ แล้วกดสวิทซ์เปิดเครื่อง เพื่อเข้าโหมด Boot loader
พอเข้ามาหน้า Boot loader แล้ว
ให้กด ปุ่มลดเสียง เพื่อ เลื่อนลง ไปที่ RECOVERY กด ปุ่ม power เพื่อตกลง
จะเข้าสู่โหมด
CWM-based Recovery v5.0.2.7

ก่อนอื่น จะลงรอมจำเป็นจะต้อง แบ็คอัพรอมศูนย์ ของเราไว้ก่อนเผื่อ ผิดพาด จะได้กลับมา รอมศูนย์ได้เหมือนเดิม
(จำเป็นมากจะต้องทำ ทุกๆครังที่ลงรอม ห้ามข้ามเด็ดขาด)
ให้กดปุ่มลดเสียงไปที่ backup and restore กดปุ่ม power หนึ่งครั้งเพื่อยืนยัน
ให้เลือก backup กดปุ่ม power
เครื่องจะทำการ เบ็คอัพ สำรอง ข้อมูลของเราไว้ครับ เผื่อ เราไม่ชอบ จะได้กลับมา ที่ร อมศูนย์ได้เหมือนเดิมครับ
อาจจะใช้เวลานานหน่อยนะครับ

พอ backup เสร็จ จะกลับมาที่หน้า CWM-based Recovery v5.0.2.7 อีก

ให้เลือก – wipe data/factory reset กด power แล้วรอ
ต่อจากนั้นเลือก -wipe cache partition กด power แล้วรอ
(จำเป็นมากจะต้องทำ ทุกๆครังที่ลงรอม ห้ามข้ามเด็ดขาด)
เสร็จ จะกลับมาที่หน้า CWM-based Recovery v5.0.2.7 อีก

คราวนี้ เลือก Install zip from sdcard กดปุ่ม power 1 คร้ง
เลือก choose zip from sdcard กดปุ่ม power 1 คร้ง
จะมาที่ sdcard แล้วก็เลือกรอมที่เราโหลดมาเช่น Zombi.eSandwich_1.1.zip กด power
จะมีหน้าตาอย่างข้างล่างนี้ขึ้นมานะครับ
-N0
-NO
-N0
-NO
-N0
-NO
-YES- Install Zombi.eSandwich_1.1.zip
-N0
-NO
-N0

ให้กดเลื่อนลงมา เลือก -YES- Install Zombi.eSandwich_1.1.zip
แล้วกด ปุ่ม power หนึ่งครั้ง
เครื่อง จะทำการ Install zip อาจใช้เวลานานหน่อยนะครับ พอเสร็จ เลือก reboot
̣ตอนบูทเครื่อง อาจจะใช้เวลานานหน่อยนะครับ ให้อดทนรอครับ ประมา เกือบ สิบนาทีเลยครับ
แค่นี้ก็สามารถได้ใช้ รอม ics 4.03 แล้วครับ

ผิดตกประการใด ช่วยแนะนำด้วยนะครับ

ถ้าพอมีเวลา จะ ถ่ายเป็น วีดีโอมาให้ดูครับ ขอให้มีความสูขกับรอม
ผมใช้มาแล้ว ไม่ค่อยกินแบตครับ
ไวไฟล ใช้ได้ดีครับ

ขอขอบคุณทีมพัฒนา xdadevelopers http://forum.xda-developers.com/forumdisplay.php?f=1344