• 7

[1/9終止更新] X920d蝴蝶應急包(已有專用CWM不需應急)

從以前I9000就常跟czh板友的刷機文
現在換成蝴蝶機沒想到又可以跟到了
為何我的執行會出現

D:\HTC\package>Recovery_tar_system.cmd x920d_system_o.tar
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
mount: mounting /dev/block/mmcblk0p32 on /system failed: Device or resource busy

cp: can't stat '/system/bin/toolbox': No such file or directory



patrick007 wrote:
為何我的執行會出現D...(恕刪)
重新下載一樓的附件
有做了一些修正
雖然不知道你在害羞啥?有問題就光明正大的版上討論,別人有相同問題才能一起受益,把問題PM我也沒用,會答的在討論區已經答了,發私訊問絕對不回。
現在便這個
D:\HTC\package>Recovery_tar_system.cmd x920d_system_o.tar
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
cp: omitting directory '/system/bin/toolbox'


做Recovery_tar_system.cmd x920d_system_o.tar
之前還要下那些指令嗎 謝謝


czh wrote:
重新下載一樓的附件有...(恕刪)
我把 toolbox 放到 system/bin下
但是執行 顯示

D:\HTC\package>Recovery_tar_system.cmd x920d_system_o.tar
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
link_image[1891]: 355 could not load needed library 'liblog.so' for 'toolbox'
(load_library[1093]: Library 'liblog.so' not found)CANNOT LINK EXECUTABLE


patrick007 wrote:
現在便這個D:\HT...(恕刪)

patrick007 wrote:
我把 toolbox...(恕刪)

看來是/system還原失敗被清空導致toolbox已經沒了
把Recovery_tar_system.cmd改為以下內容再試試

@echo off
adb kill-server
adb shell "if [ ! -e /system/app ]; then (mount system) fi"
adb shell "if [ ! -e /data/app ]; then (mount data) fi"
adb shell "if [ ! -e /sdcard/Android ]; then (mount /data/media /sdcard) fi"
adb shell push \system_o\bin\toolbox /sbin/
adb shell chmod 6755 /sbin/toolbox
adb shell "if [ -e /sbin/toolbox ]; then (toolbox wipe system) fi"
adb shell rm /system/etc -r
adb push %1 /sdcard/%1
adb shell tar -xpf /sdcard/%1 -C /
adb shell rm /sdcard/%1
echo.Complete&pause>nul
雖然不知道你在害羞啥?有問題就光明正大的版上討論,別人有相同問題才能一起受益,把問題PM我也沒用,會答的在討論區已經答了,發私訊問絕對不回。
不知道你可不可以幫我用遠端操作 幫我修復呢

手機無法用了 哭哭

謝謝你 !!
czh wrote:
看來是/system...(恕刪)
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
/sbin/sh: push: not found
chmod: /sbin/toolbox: No such file or directory
rm: can't remove '/system/etc': No such file or directory


執行結果顯示這個

czh wrote:
看來是/system...(恕刪)
patrick007 wrote:
* daemon n...(恕刪)

沒進CWM模式?
全部操作都要在CWM磚機模式下進行
雖然不知道你在害羞啥?有問題就光明正大的版上討論,別人有相同問題才能一起受益,把問題PM我也沒用,會答的在討論區已經答了,發私訊問絕對不回。
拍血
指令打錯,改用這些內容
@echo off
adb kill-server
adb shell "if [ ! -e /system/app ]; then (mount system) fi"
adb shell "if [ ! -e /data/app ]; then (mount data) fi"
adb shell "if [ ! -e /sdcard/Android ]; then (mount /data/media /sdcard) fi"
adb push system_o\bin\toolbox /sbin/
adb shell chmod 6755 /sbin/toolbox
adb shell "if [ -e /sbin/toolbox ]; then (toolbox wipe system) fi"
adb shell rm /system/etc -r
adb push %1 /sdcard/%1
adb shell tar -xpf /sdcard/%1 -C /
adb shell rm /sdcard/%1
echo.Complete&pause>nul
雖然不知道你在害羞啥?有問題就光明正大的版上討論,別人有相同問題才能一起受益,把問題PM我也沒用,會答的在討論區已經答了,發私訊問絕對不回。
  • 7
內文搜尋
X
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 7)
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?