12月
09
2010

X10のリカバリーメニューが出たぁ「xRecovery」X10有Recovery Menu啦「xRecovery」

X10のリカバリーメニューが出たぁ「xRecovery」今までのX10のROM焼きにはFLASHMODE「BACKキーを押しながらUSBケーブルを繋ぐ」しかなかった。ブートローダーのハッキングはいまだにまだ誰もできないが、リカバリーメニューはもう誰かがそれをできてるんだ。それはxRecoveryなんだ。

ご覧写真のアンドロイドマスコットの顔はオリジナルのとだいぶ雰囲気が違うが、やっぱり割れモノだから、その顔って相応しいかもw

[RECOVERY] [xRecovery 0.0.1-beta] [3-12-2010] – xda-developers

How?
Press BACK button few times right after white SE logo appears.

Controls:
Use VOLUME-UP and VOLUME-DOWN to browse, HOME to select, BACK to go back.

Features:

  • ADB root shell
  • Reboot
  • Install update.zip from SD Card
  • Factory reset (full wipe)
  • Wipe cache partition
  • Install custom zip
  • Backup and Restore
  • Partition tools
    • Mount/unmount partitions
    • Format partitions
    • Mount as USB Storage
  • Advanced options
    • Wipe Dalvik cache
    • Wipe battery stats
    • Fix permissions for apps (FC fix)

Installation (easy mode):
1. Install GScript or GScript Lite from market (or here)
2. Unpack the package into your SD Card
3. Open GScript -> Press menu button -> Add script -> Load file -> select xrecovery.sh -> save
4. Click on xrecovery

Installation (normal mode):
1. Unpack the package into your SD Card
2. Issue the commands:

Code:
cp /sdcard/gscript/xrecovery.sh /data/local/tmp/xrecovery.sh
chmod 777 /data/local/tmp/xrecovery.sh
/data/local/tmp/xrecovery.sh

Notes:
Please bear in mind that it’s not the regular android recovery (we cannot replace recovery image without cracked bootloader). Instead, the boot hijacking is used to start recovery mode. You still need basic files on your /system partition to use this. NEVER use the “format /system” option (it’s there only to check if anyone reads this long, boring note).

This recovery is NOT compatibile with Dual Booting for custom roms (for now you can’t have both).

This recovery WILL be used to flash custom roms easily.

DO NOT reinstall busybox. Recovery depends on it’s particular busybox version.

Requirements:
1. Phone must be rooted
2. Busybox from the market installed

Changelog:
0.0.1-beta Initial release

Download:
xrecovery-0.0.1-beta.tar.bz2

 上記の通りにやってみたが、やっぱりshとbusyboxのバージョン違ってるかもしれなくて、うまくshの実行できなかった。その代わりにroot explorerでxrecovery.sh中身の書いてるファイルの取り扱いをやってみた。

mkdir /data/local/tmp/xrecovery
mount -o remount,rw /dev/block/mtdblock2 /system
mount -o rw -t yaffs2 /dev/block/mtdblock0 /data/local/tmp/xrecovery
rm -rf /data/local/tmp/xrecovery/*
cp /sdcard/gscript/chargemon /system/bin/chargemon
cp /sdcard/gscript/busybox /system/bin/busybox
cp /sdcard/gscript/xrecovery.tar /data/local/tmp/xrecovery/xrecovery.tar

上記の赤い部分をroot explorerで弄ってから、xrecovery.shを実行すればオッケーになった。

ちなみに、リカバリーメニューに入り方には最初は迷ってたが、なんとなくうまく入り方がわかった。

How?
Press BACK button few times right after white SE logo appears.

上記にはSEロゴの現れたら何回もBACKキーを押しなさいだと書いてあるが、とりあえず、起動からシステムに入るまでの画面切り替えの有様を見てみよ。

電源が入ったら、まずは「Sony Ericsson」という文字が出て、ちょっとしたら、ソニエリのいつものロゴが現れ、そのあとシステムに入る。

BACKキーを押すタイミングはSEのロゴの現れる時ではなくて、「Sony Ericsson」の現れてる時なのだ。

さってと、リカバリーメニューのできることは上記のは英語しかないが、日本語にこだわる方はぜひ下記のサイトをご参考までね。丁寧に和訳してた風街ブログの管理者さんに感謝していますね。

Xrecoveryを使ってみる – 風 街X10有Recovery Menu啦「xRecovery」X10的刷ROM至今是用FLASHMODE「即係按住個BACK鍵插USB連接電腦」.雖未有人可hack到個bootloader,不過已有人可以弄出Recovery Menu啦.就係xRecovery啦.

如圖中所見那個Android公仔與真的Android公仔個樣雖然非常之唔同感覺,不過不畢都係黑暗東東,所以個樣都襯番吧.w

[RECOVERY] [xRecovery 0.0.1-beta] [3-12-2010] – xda-developers

How?
Press BACK button few times right after white SE logo appears.

Controls:
Use VOLUME-UP and VOLUME-DOWN to browse, HOME to select, BACK to go back.

Features:

  • ADB root shell
  • Reboot
  • Install update.zip from SD Card
  • Factory reset (full wipe)
  • Wipe cache partition
  • Install custom zip
  • Backup and Restore
  • Partition tools
    • Mount/unmount partitions
    • Format partitions
    • Mount as USB Storage
  • Advanced options
    • Wipe Dalvik cache
    • Wipe battery stats
    • Fix permissions for apps (FC fix)

Installation (easy mode):
1. Install GScript or GScript Lite from market (or here)
2. Unpack the package into your SD Card
3. Open GScript -> Press menu button -> Add script -> Load file -> select xrecovery.sh -> save
4. Click on xrecovery

Installation (normal mode):
1. Unpack the package into your SD Card
2. Issue the commands:

Code:
cp /sdcard/gscript/xrecovery.sh /data/local/tmp/xrecovery.sh
chmod 777 /data/local/tmp/xrecovery.sh
/data/local/tmp/xrecovery.sh

Notes:
Please bear in mind that it’s not the regular android recovery (we cannot replace recovery image without cracked bootloader). Instead, the boot hijacking is used to start recovery mode. You still need basic files on your /system partition to use this. NEVER use the “format /system” option (it’s there only to check if anyone reads this long, boring note).

This recovery is NOT compatibile with Dual Booting for custom roms (for now you can’t have both).

This recovery WILL be used to flash custom roms easily.

DO NOT reinstall busybox. Recovery depends on it’s particular busybox version.

Requirements:
1. Phone must be rooted
2. Busybox from the market installed

Changelog:
0.0.1-beta Initial release

Download:
xrecovery-0.0.1-beta.tar.bz2

我試過按照上面所指的去做,始終可能係sh及busybox啲版本出入問題,而無法正常運作得到sh的.取而代之我試用root explorer把xrecovery.sh內文所指的檔案操作.

mkdir /data/local/tmp/xrecovery
mount -o remount,rw /dev/block/mtdblock2 /system
mount -o rw -t yaffs2 /dev/block/mtdblock0 /data/local/tmp/xrecovery
rm -rf /data/local/tmp/xrecovery/*
cp /sdcard/gscript/chargemon /system/bin/chargemon
cp /sdcard/gscript/busybox /system/bin/busybox
cp /sdcard/gscript/xrecovery.tar /data/local/tmp/xrecovery/xrecovery.tar

上面的紅色部分用root explorer唻執行,然後再執行xrecovery.sh便ok了.

另外,那個Recovery Menu之登入方法,我起初好難明,不過總算搵出登入方法啦.

How?
Press BACK button few times right after white SE logo appears.

上面所指的係當索愛之logo出現後按幾吓BACK鍵的,不過,總言之,首先我哋先唻了解吓平常登入時之畫面切換次序吧.

開啟電源後,首先係會出現「Sony Ericsson」的文字,之後,索愛的logo便會出現,然後便會進入系統.

按BACK鍵的時機其實唔係索愛logo出現後才按,而係於「Sony Ericsson」文字出現時就要按架啦.

最後,上面所寫有關Recovery Menu之功能全都是英文唻的,若想睇日文翻譯的朋友,可以於下記的網站睇睇吧.謝謝風街部落格之管理員先生細心的翻譯喔.

Xrecoveryを使ってみる – 風 街

Share and Enjoy:
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Yahoo! Buzz
  • Twitter
  • Google Bookmarks
  • Add to favorites
  • Google Buzz
  • Live
  • MSN Reporter
  • MySpace
  • RSS
  • email

コメントはまだありません »

RSS feed for comments on this post. TrackBack URL

Leave a comment

*