my rom is already deodexed?
Yeah but I want a stock deodexed rom so I can customize it myself and remove/keep the programs I want.
Nothing wrong with your ROM though. Its perfectly fine.
When I get off work later tonight i will get you stock rom deodexed to help you get started.
Or If you want to learn yourself there are several ways to make it. You can try android kitchen or apktool from xda. That will get you in the right direction. It does take some time. Just make sure you read everything. Hopefully your using linux, it is recommended for these tools.
If you could that would be great. I'll try and learn it myself as well so I know how it works and maybe create my own ROM
assert failed: write_raw_image("/tmp/boot.img","boot" android
assert failed: write_raw_image("/tmp/boot.img","boot" android
Woah.. alright, I'm done screwing this with myself till someone helps
Extracted the Deodexed_Stock.zip and put the 'app' and 'framework' (the two and only folders needed to be muddled around with to deodex a rom i believe?)
and put the files onto my sd card.
Tried to use root explorer to overwrite all things in /system/app from the deodexed rom.. it hit an error, went into a boot loop. Luckily I was able to recover using CWM.
Perhaps using pushing the files in ADB wouldn't of caused such a mishap?
Or, another idea, could I just simply take the boot.img from one of my clockworkmod recovery folders (i am on stock odex rooted)... and replace it with the boot.img in the original 'Deodexed_Stock.zip' file?
That would be me trying to fix the original problem of just trying to flash it and getting the boot.img error
I'm afraid to do any tests and don't have enough knowledge on ADB or the infrastructure to know if something is possible or if I'll cause another boot loop that I may or may not be able to restore (having CWM problems too)
Someone please help before I attempt any more experiments with this resulting in a deadened permanent brick![]()
adb shell
su
flash_image boot /sdcard/boot.img
adb shell
su
flash_image recovery /sdcard/recovery.img
you are going to ruin your phone.
number one, you don't just extract an update.zip and and copy and paste the folders from inside it to your device. this is not the right way to mod at all.
secondly, don't mess with the /system/app or /system folders at all unless you know what you're doing.
thirdly, you tried to replace system files that were in use and this most likely caused your problem.
not only this but you probably flashed a bad boot.img which is included in that .zip and this messed your phone up too.
1. you need to extract a working boot.img from one of your working nandroid backups, put it on the root of your sdcard, and flash using
2. you need to reflash my A 1.03 recovery.img by extracting the .img from the .rar and putting on root of sdcardCode:adb shell su flash_image boot /sdcard/boot.img
3. you need to then restore a working nandroid backup from before you started messing with it.Code:adb shell su flash_image recovery /sdcard/recovery.img
if this doesn't work, you need to find the stock T-flash and start over, which is probably what you should do anyway cause you might have really screwed your phone up.
True and thanks. I probably will have to T-flash, reinstall cwm and start over to get things back in track. I was able to restore a nandroid back-up so the phone is working now but FUBAR'd something along the way trying to deodex this myself. I'll do that tomorrow since I've messed with this phone way too much for one day![]()