Thread: Sprint apps
View Single Post
  #5 (permalink)  
Old 09-08-2010, 12:06 AM
mwalt2's Avatar
mwalt2
VIP Member
Offline
 
Join Date: Apr 2007
Posts: 1,759
Reputation: 5415
mwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Sprint apps

Here are the things you can remove:
Code:
Directory("\Program Files\NFL Mobile Live"):-File("NFL Mobile Live.exe"
Directory("\Windows\Start Menu\Programs"):-File("NFL Mobile Live.lnk"
Directory("\Program Files\NFL Mobile Live"):-File("NFL Mobile Live.xml"

Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("getNAI.exe"
Directory("\Program Files\NFL Mobile Live"):-File("getNAI.exe"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("NASCAR Sprint Cup Mobile.exe"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("NASCAR Sprint Cup Mobile.xml"
Directory("\Windows\Start Menu\Programs"):-File("NASCAR.lnk"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("OcxControls.dll"
Directory("\Program Files\NFL Mobile Live"):-File("OcxControls.dll"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("OpenNETCF.dll"
Directory("\Program Files\NFL Mobile Live"):-File("OpenNETCF.dll"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("OpenNETCF.Net.dll"
Directory("\Program Files\NFL Mobile Live"):-File("OpenNETCF.Net.dll"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("OpenNETCF.Phone.dll"
Directory("\Program Files\NFL Mobile Live"):-File("OpenNETCF.Phone.dll"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("OpenNETCF.Windows.Forms.AxHost.dll"
Directory("\Program Files\NFL Mobile Live"):-File("OpenNETCF.Windows.Forms.AxHost.dll"
Directory("\Program Files\NASCAR Sprint Cup Mobile"):-File("WMPLib.dll"
Directory("\Program Files\NFL Mobile Live"):-File("WMPLib.dll"

Directory("\Program Files\SprintTV"):-File("Bindings.dll"
Directory("\Program Files\SprintTV"):-File("Debug.dll"
Directory("\Program Files\SprintTV"):-File("Dictionary.dll"
Directory("\Program Files\SprintTV"):-File("DShowPlayer.dll"
Directory("\Program Files\SprintTV"):-File("Framework.dll"
Directory("\Program Files\SprintTV"):-File("HWLib.dll"
Directory("\Program Files\SprintTV"):-File("mmvoflt.bin"
Directory("\Program Files\SprintTV"):-File("MobiCore.dll"
Directory("\Program Files\SprintTV"):-File("ScreensVGA.dll"
Directory("\Program Files\SprintTV"):-File("SkinVGA.dll"
Directory("\Windows\Start Menu\Programs\Multimedia"):-File("Sprint TV.lnk","
Directory("\Program Files\SprintTV"):-File("SprintTV.exe"
Directory("\Program Files\SprintTV"):-File("Vending.dll"
This will remove everything except the files from ROM (which you can't remove). Doing this will make it so you won't know they are there (ie won't be installed).

You can also delete the following registry entries:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"NFLMobile"="2_4_3_0"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Build_Order]
"NFLMobile"="5"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PKG]
"shadow"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"NASCARMobile"="2_4_3_1"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Build_Order]
"NASCARMobile"="5"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PKG]
"shadow"="1"

[HKEY_LOCAL_MACHINE\Software\SprintTV]
"UseAccelerometer"="1"
"FullScreenModeByDefault"="0"
"AllowStreamingInBackground"="1"
"FTR"="1"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\MASD]
"SprintTV"="1_7_2108582_0"
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\AutoShortcut]
"|%csidl_program_files%\\sprinttv\\bindings.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\debug.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\dictionary.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\framework.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\hwlib.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\mobicore.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\player.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\screens.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\skin.dll"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\sprinttv.exe"="RemoveReadOnly"
"|%csidl_program_files%\\sprinttv\\vending.dll"="RemoveReadOnly"
"|%csidl_windows%\\start menu\\sprint tv.lnk"="RemoveReadOnly"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Build_Order]
"SprintTV"="8"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PKG]
"shadow"="1"
No need to flash a custom ROM if you don't want to.
Reply With Quote