PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP Development (http://forum.ppcgeeks.com/forumdisplay.php?f=68)
-   -   ROM|10-17|WWE|Sprint/Generic TP|6.5.1|Build 23071/23420 *Reflectionist Rom V0.6* (http://forum.ppcgeeks.com/showthread.php?t=85621)

chazybaz13 10-05-2009 11:12 AM

Re: ROM|10-04|WWE|Sprint/Generic TP|6.5.1|Build 23420 *Reflectionist Rom V0.6*
 
Quote:

Originally Posted by sevensicks (Post 1214425)
I was able to change the titanium background, but I had to resize it to 800x480. Its still a little off but better than the stock blue/orange fade.
http://farm3.static.flickr.com/2529/...e7504424_o.jpg

thats sexys. there's some wallpapers in the /My Documents/Wallpapers folder too, until I can get this stupid cab program to work we're SOL.

Viper Matrix Wireless 10-05-2009 12:07 PM

Re: ROM|10-04|WWE|Sprint/Generic TP|6.5.1|Build 23420 *Reflectionist Rom V0.6*
 
Does this have marketplace?

BFL555 10-05-2009 02:13 PM

Re: ROM|10-01|WWE|Sprint/Generic TP|6.5.1|Build 23414 *Reflectionist Rom V0.6*
 
Quick question on a folders created: how do you assign PNG to it (to the newly created directory)

And where in a Kitchen do you change start menu icons to what i would like to have




in Calk's you'd edit the initflashfiles.dat (with notepad) located in: Kitchen\OEM\Touch_Pro\0409\OEM_Lang_0409.

add the following in a new line anywhere in the dat saying:


Code:
Directory("\Windows\Start Menu\Programs"):-Directory("*****")

Formula84 10-05-2009 04:20 PM

Re: ROM|10-04|WWE|Sprint/Generic TP|6.5.1|Build 23420 *Reflectionist Rom V0.6*
 
Quote:

Originally Posted by wannabesean11235813 (Post 1214454)
has anyone had a problem with the physical keyboard not always responding with this new build? I don't know if it is the ROM, or my hardware, but it just started with the new flash of this ROM. I thought it was a bad flash, but I completely re-downloaded and flashed again and the problem seems to be persisting.


I have had this too, but not just with this build I think my HW Keyboard is starting to flake, but it just started after flashing the first of these roms, sometimes hitting a bunch of keys resolves this, but most of the time I yank the battery for 30 sec.

chazybaz13 10-05-2009 04:57 PM

Re: ROM|10-04|WWE|Sprint/Generic TP|6.5.1|Build 23420 *Reflectionist Rom V0.6*
 
Quote:

Originally Posted by Viper Matrix Wireless (Post 1214990)
Does this have marketplace?

I'm gonna put it in the next update :P

chazybaz13 10-05-2009 05:08 PM

Re: ROM|10-01|WWE|Sprint/Generic TP|6.5.1|Build 23414 *Reflectionist Rom V0.6*
 
Quote:

Originally Posted by BFL555 (Post 1215305)
Quick question on a folders created: how do you assign PNG to it (to the newly created directory)

And where in a Kitchen do you change start menu icons to what i would like to have




in Calk's you'd edit the initflashfiles.dat (with notepad) located in: Kitchen\OEM\Touch_Pro\0409\OEM_Lang_0409.

add the following in a new line anywhere in the dat saying:


Code:
Directory("\Windows\Start Menu\Programs"):-Directory("*****")

No create a new folder in the EXT/Shared folder and name it "Icons" (without quotes) or whatever you want. Within that folder create another folder and name it "files" no caps, no quotes. Stick all your pngs into that folder. Return to the root of the Icons folder you just created.
Then create a text document and

on the first line put:

REGEDIT4

then hit return.
Now time to link every PNG you stuck into the Icons/files folder:
in the next line put:
Code:

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\*****\$$$$$$$.lnk]
"Icon"="\\Windows\\#####.png"

replace the **** with the folder you have the .lnk shortcut in. then replace the $$$$$$ with the name (has to be exactly how it shows in the start menu) of the shortcut.lnk.
Lastly replace the ##### with the name (exactly how you named it in the files folder) of the PNG you made.

so do that for every icon you want to change.

here's another example of code in case you get confused:

Code:

REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\System Tools\Pocket RAR.lnk]
"Icon"="\\Windows\\pocketrar21.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Utilities\Messaging.lnk]
"Icon"="\\Windows\\message21.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Games\BubbleBreaker.lnk]
"Icon"="\\Windows\\Start_Icon_Bubble.png"

And you should be good to go, save the txt file when you've plugged in all the pngs. Close out and rename the txt file to "app.reg" (without quotes)

chazybaz13 10-05-2009 05:10 PM

Re: ROM|10-04|WWE|Sprint/Generic TP|6.5.1|Build 23420 *Reflectionist Rom V0.6*
 
Quote:

Originally Posted by Formula84 (Post 1215539)
I have had this too, but not just with this build I think my HW Keyboard is starting to flake, but it just started after flashing the first of these roms, sometimes hitting a bunch of keys resolves this, but most of the time I yank the battery for 30 sec.


Don't say that! AHHH! I don't wanna ruin anyone's keyboard! I've double checked the kitchen and I've never ran into the keyboard issue. Now I'm scared to cook anymore roms if it means ruining someone's device.

BFL555 10-05-2009 05:16 PM

Re: ROM|10-01|WWE|Sprint/Generic TP|6.5.1|Build 23414 *Reflectionist Rom V0.6*
 
Thank you very much


Quote:

Originally Posted by chazybaz13 (Post 1215653)
No create a new folder in the EXT/Shared folder and name it "Icons" (without quotes) or whatever you want. Within that folder create another folder and name it "files" no caps, no quotes. Stick all your pngs into that folder. Return to the root of the Icons folder you just created.
Then create a text document and

on the first line put:

REGEDIT4

then hit return.
Now time to link every PNG you stuck into the Icons/files folder:
in the next line put:
Code:

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\*****\$$$$$$$.lnk]
"Icon"="\\Windows\\#####.png"

replace the **** with the folder you have the .lnk shortcut in. then replace the $$$$$$ with the name (has to be exactly how it shows in the start menu) of the shortcut.lnk.
Lastly replace the ##### with the name (exactly how you named it in the files folder) of the PNG you made.

so do that for every icon you want to change.

here's another example of code in case you get confused:

Code:

REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\System Tools\Pocket RAR.lnk]
"Icon"="\\Windows\\pocketrar21.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Utilities\Messaging.lnk]
"Icon"="\\Windows\\message21.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Games\BubbleBreaker.lnk]
"Icon"="\\Windows\\Start_Icon_Bubble.png"

And you should be good to go, save the txt file when you've plugged in all the pngs. Close out and rename the txt file to "app.reg" (without quotes)


chazybaz13 10-05-2009 05:39 PM

Re: ROM|10-01|WWE|Sprint/Generic TP|6.5.1|Build 23414 *Reflectionist Rom V0.6*
 
Quote:

Originally Posted by BFL555 (Post 1215683)
Thank you very much


No problem.

wannabesean11235813 10-06-2009 01:30 AM

Re: ROM|10-04|WWE|Sprint/Generic TP|6.5.1|Build 23420 *Reflectionist Rom V0.6*
 
The keyboard thing was definitely a problem with the ROM. I flashed to another one and the problem disappeared. May have to check into that!


All times are GMT -4. The time now is 02:32 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0