Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Are you going to try flashing back to stock?
I would but you have to start booted up first or you will loose NV
Man, I'm sorry. I really wish I could help. This is out of my league.
adb push recoveryimage.img /data/local/
dd if=/data/local/recoveryimage.img of=/dev/block/mmcblk0p14
He told me to try this. which I can't because I got a new phone.. lol
I'm no dev and this my be a noob question but I was wondering, since the phone has an internal sdcard and most apps think our sdcard as external_sdcard could we change the "flash_image recovery /sdcard/external_sdcard"
That's not exactly what the command would look like but you get my train of thought.
Again, sorry if this is a bad idea, just throwing out what I'm thinking.
Here are commands to flash recovery
1. Open terminal
2. Type SU
3. First backup stock recovery
cat /dev/block/mmcblk0p14 > /sdcard/recovery_backup.img
4. Now zero recovery partition
cat /dev/zero > /dev/blockmmcblk0p14
* You will get a warning about device full.. This is ok
5. Now flash new recovery
cat /sdcard/nameofrecovery.img > /dev/block/mmcblk0p14
The recovery posted does not work. It bootloops twice and then boots to rom. I then used steps 4 and 5 to flash the backup made and it boots back into stock recovery
Well post em and I'll help you test em.
Sorry meant new one's you get
salvy512,
It's good to see you're back in action.
Thank you for the progress updates and not giving up.
It's good to see that kwknott was able to replace recovery with the backup.
Well, i built a port of CWM for the phone.... didn't work. So when there are any new test builds let me know and I'll give it a shot
Padding problems?
Got out of boot loops with the following (ymmv)
start the phone in download mode,
from QPST Diag remove/add com port
then reset phone from memory debug app
imho we will likely need to build a kernel that includes cwm.