[Q] Badly bricked /no CWM /no ROM
Hi there,
Currently my phone has no ROM and a disfunctioning ClockworkMod Recovery. (It cannot install zips or take updates).
Therefore I'm using ADB to flash a new recovery and ROM into the phone.
Results in:
Code:
mount: can't find /etc/fstab: No such file or directory
So I copied my file into the /data/ folder with
Code:
adb push c:\rom.zip /data/
This was done successful.
After that I tried to install the rom.zip using
Code:
adb shell
recovery --update_package=DATA:rom.zip
Unfortunately this results in:
Code:
sh: /sbin/postrecoveryboot.sh: not found
Also tried to replace the recovery.img but this also resulted in:
Code:
sh: /sbin/postrecoveryboot.sh: not found
In short: - Can't mount USB in ClockWorkMod
- Can't access phone files with Windows Explorer
- Can't use Kies to recover phone.
- Can't use ClockWorkMod to install a zip or update.
- Can't do normal boot.
- Can't mount data using ADB.
- Can't install recovery ROM using ADB.
I can't think of any way to fix this, hope someone else can help me with this.
|