Showing posts with label Firmware. Show all posts
Showing posts with label Firmware. Show all posts

Sunday, August 18, 2013

Stock ROM/Firmware Samsung GT-I8160L Galaxy Ace 2 (4.1.2) THL


Download
1. Samsung USB Driver
2. Odin
3. Stock Rom

Instruction
 1. Install / Update Samsung USB Driver on your computer.
samsung_usb_driver

2. Extract Stock Rom on your computer. 
2.1 Single rom file. 
singlefile
2.2 Multiple rom files. 
muti_files
3. Enable USB Debugging on Samsung Device.
3.1 Open Settings > Developers Option > USB Debugging > Tick or Slide to Enable
3.2 Android 4.2.2 or above Go to Settings > About Phone > Built Number (Tab for 5-8 times)

USB-Debugging1  USB-Debugging2
4. Power off your Samsung Device.
power off

5. Boot into Download Mode by Press and Hold Volume Down+Home+Power button.
    In the Download mode press Volume up button to 
continue.

download-mode2

6. Extract Odin, Open Odin and connect samsung device to the computer.
odin

7. Odin will automatically check device/port and show “Added”.
odin3

8. Choose Stock Rom
8.1 Single rom click on “PDA” button select tar.md5 file in step 2.1 and press “Start” to begin flash.
odin31
8.2 Multiple rom select file in step 2.2 :
      - Click on “PIT” button select .pit extension file
      - Click on “BL” or “Bootloader” button select BL_xxx_tar.md5 file
      - Click on “AP” button select AP_xxx_tar.md5 file
      - Click on “CP” button select CP_xxx_tar.md5 file
      - Click on “CSC” button select CSC_xxx_tar.md5 file
 and press “Start” to begin flash.
odin312
9. When you see PASS! message. Samsung device will restart automatically.
 odin4

10. Now, Samsung device will Bootloop. You have to boot in to Recovery Mode by
     Press and Hold Volume up+Home+Power button (Some model use Home+Power)

NOTE 3

11. In Recovery Mode, “wipe data/factory reset” select “Yes” to continue.
wipe1 wipe2

12. Select reboot system now. Samsung Device will restart without Bootloop,
     Stock Rom you have flashed. : )

reboot

Info :
*** Backup your personal data before flashing the Stock Rom. Flashing process is always clear personal data.
*** Downgrading and Flashing Stock Rom does not void of phone warranty.
*** Thanks for all to share some pictures for this instruction.

Tuesday, April 2, 2013

[Binwalk v1.2] Firmware Analysis Tool

Binwalk is a tool for searching a given binary image for embedded files and executable code. Specifically, it is designed for identifying files and code embedded inside of firmware images. Binwalk uses the libmagic library, so it is compatible with magic signatures created for the Unix file utility.

Binwalk also includes a custom magic signature file which contains improved signatures for files that are commonly found in firmware images such as compressed/archived files, firmware headers, Linux kernels, bootloaders, filesystems, etc.

Changelog v1.2

  • Recursive File Scanning and Extraction: Often files extracted by binwalk need to be further scanned / analyzed.
  • Entropy and Strings Analysis: Binwalk’s signature analysis is great, but how do you know it didn’t miss something? What do you do if binwalk doesn’t find anything at all? Examining a file’s entropy can reveal a lot about its contents
  • Plugin Support: In addition to a scriptable API, binwalk now supports plugins that are afforded considerable control over binwalk’s scan process. Plugins are particularly useful for extending or modifying binwalk’s analysis where custom signatures fall short.
Plugins are easy to write; check out some of the examples on the wiki!

Full Changelog: here