View Single Post
  #359 (permalink)  
Old 04-20-2009, 12:00 PM
rkmoray's Avatar
rkmoray
PPCGeeks Regular
Offline
Location: Richmond Hill Ontario
 
Join Date: Oct 2007
Posts: 173
Reputation: 35
rkmoray is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to rkmoray Send a message via MSN to rkmoray
Re: Custom VGA OEM Requests ....Get them here! Updated 4/13/2009

Quote:
Originally Posted by rstoyguy View Post
Here is Spb Mobile Shell v3.0.0.6362

OEM_Spb_MobileShell_v3.0.0.6362 ............................... Spb Mobile Shell v3.0.0 build 6362 (OEM Notes)

Notes:
THIS IS NOT AN OEM YOU CAN JUST DROP IN YOUR KITCHEN!!!

Here is the sniplet from the RGU on how to set this up for your rom:
Code:
;===================================================================================================
;===================================================================================================
;===================================================================================================
; Notes:
; Included is the basic setup for my roms
;
;
; To setup up your rom:
; 1. Flash your rom
; 2. install MS via .cab
; 3. Set it up how you want
; 4. Export the key [HKEY_LOCAL_MACHINE\Software\Spb Software House 2]
; 5. Replace the remainder of this file with your exported Key 
; 6. Flash and Enjoy!
;
; Don't forget the two blank lines at the end of the file! 
;
;===================================================================================================
;===================================================================================================
;===================================================================================================
Edit:
When you export the key, you will most likely have a build error with the following key:
Code:
[HKEY_LOCAL_MACHINE\Software\Spb Software House 2\Spb Mobile Shell\Menu\Programs\Icons]
"\Windows\Start Menu\Programs\Games"=dword:00000068
NO PROBLEM! Change *ALL* the values in this one key to have "Double Slashes" like so:
Code:
[HKEY_LOCAL_MACHINE\Software\Spb Software House 2\Spb Mobile Shell\Menu\Programs\Icons]
"\\Windows\\Start Menu\\Programs\\Games"=dword:00000068
Thanks, but there is no cab. How do I install it?
Reply With Quote