View Single Post
Old 07-26-2008, 12:23 PM   #33
igorsk
Wizard
igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.
 
Posts: 3,442
Karma: 300001
Join Date: Sep 2006
Location: Belgium
Device: PRS-500/505/700, Kindle, Cybook Gen3, Words Gear
Quote:
Originally Posted by JSWolf View Post
Now what I want to do is find the image created that is then used to flash. Where is this image located once it's created? I want to have a look at the icons and see if I can do something with the replacement icons on the new firmware.
You can extract the cramfs.Fsk.img from the firmware updater.
If you want the final created image, you will need to edit make_opt.sh. I took out the code which copied it to the card since it was crashing the Reader. In the end, before the "Image created successfully " line, add the following:
Code:
cp $W_DIR/new_opt.img /Data
igorsk is offline   Reply With Quote