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.
I haven't played with the innards of a ROM for a few months, but its in system/resources/????
Just look around in there. Its fairly easy to find, and getting familiar with the innards of a ROM is always a good thing.
I found it under system/customize/resource
Are the actual wallpaper images in framework? I didn't think so..... Maybe I'm wrong though.
yep this is where they are thanks however the wallpaper that the rom has when 1st flashed is this oneI found it under system/customize/resource
Well yes and noSorry, I looked through a few nandroids after extracting them with unyaffs ... and hell, I couldn't find anything. Most of my roms end up dumping all the pics to the sd card though... at least, I think they do.
Looks like everyone helped you out while I was screwing around with these, for MIUI, I found the wallpapers in the media directory, from the system.img
Don't they? Maybe it's just where the 'removed' ones go....
Hmm.. I'll dig through another one in a second...
Well yes and noLOL the one wallpaper i want isnt with the rest of them so im confused as why or how it gets there. When you flash the rom its the default wall paper but it isnt with the rest of them soooo im confused
![]()
whereis unyaffs
/path/to/unyaffs /path/to/nandroid/system.img
cd /tmp/EVO/
ls -R | grep *.jpg
find . -name <>
Thanks I guess its time to set my laptop to dual boot with linux. Something to do after work tomorrowIf you have the nandroid, and a linux computer or VM....
This is the program to extract the .img files. If you don't have it just goolge it, then download it. It's a 9k file or something.Code:whereis unyaffs
as root:
It will extract the files to the current location, I'd do it in /tmp/EVO myself.Code:/path/to/unyaffs /path/to/nandroid/system.img
Next
Okay the <> would be the results of the grep. Mine was wallpaper0001.jpg ... so file just points you where to go for it.Code:cd /tmp/EVO/ ls -R | grep *.jpg find . -name <>
That might help, that's what I did. by the way, the old GB MIUI, had some beautiful wallpapers.
Or a live cd if you don't want to spend the disk space ... or a vm.. they are nice because snapshots let you mess things up.
Those commands will just look for and .jpg image.... so you could try other file types too I suppose. And if they are compressed it shouldn't find them![]()
I did that on a linux mint install VM, though I use Debian for my day to day use.What flavor of linux would u recomend? I have some knowlege of linux but havent messed with it in a while. any sugestion would be helpfull Thanks.
Argedion has the skinny on themeing as well, listen to him, he knows what he's talking about.![]()
If I ever get that wallpaper I def will...only from your good teaching master jedi
hey mike how bout share it with the rest of us![]()
Im about to part my hd and install fedora now. Im hopeing that I will eventualy set Linux up to where I will just want to get rid of windows completely.