Quote:
Originally Posted by corey1138
Is there something else I need to do the the EXT? I tried the updated one and sense wont start...
|
I was having the same issue all day yesterday and this morning until I realized the the facebook </page> in my tab control file was slighty different than the one posted on the first page of the XDA thread. I'm at work and so I can't be specific. Copy and paste the </page> from that thread into your tab control file and see if it works. Before I was just using the same facebook </page> I used with his v1.01 release, but this v1.5 release it slightly different. Something in the first line of the page. My old one said "...facebook..." and the new one says "...peopleupdate...".
Quote:
Originally Posted by shane6374
Here's what I have:
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Co0kie.Wall.AllPortrait"="\\Windows\\WindowsSunlight.png"
"Co0kie.Wall.HomePortrait"="\\Windows\\WindowsSunlight.png"
"Co0kie.Wall.AllLandscape"="\\Windows\\WindowsSunlightlan.png"
"Co0kie.Wall.HomeLandscape"="\\Windows\\WindowsSunlightlan.png"
The file names match the .png's cooked into the rom. When I look at the registry in the phone, the only that has the .png listed is the "AllPortrait" entry.
|
What do the other ones say? jpg or someother format. Make sure the format your trying to cook them in is the actual format your pics are in. If they are jpgs then change your line to
"Co0kie.Wall.AllLandscape"=" \\ Windows\\WindowsSunlightlan.jpg "
and so on and so forth. Although according to Co0kie, pngs look best. That's the only problem I can think of...
Sorry