- Oct 11, 2009
 
- 5,577
 
- 2,816
 
- 113
 
1.  BACKUP though nandroid on the RA.
2. See #1
Plug in to the PC, navigate to SDK/tools/ and open the console
	
	
	
		
Then
	
	
	
		
To see a list of the apps installed
	
	
	
		
To remove an app
	
	
	
		
This will remove both the apk and the compiled odex binary for Sprint NFL
I would be very selective with what I remove. At first I basically wiped out anything I didn't want, and got many errors. Here's what I've removed with no bad result:
Stock.apk
Stock.odex
Sprint_NFL.apk
Sprint_Nscar.apk
amazonmp3.apk
HtcFootprints.apk
HtcFootprints.odex
HtcFootprintsWidget.apk
HtcFootprintsWidget.odex
I would imagine Sprint TV and it's widget could be added to the list as well, but I decided I may use them. I would be leery of removing peep, IM, Sprint_Nav, and Gtalk.
Discuss
				
			2. See #1
Plug in to the PC, navigate to SDK/tools/ and open the console
		Code:
	
	adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
	Then
		Code:
	
	cd /system/app
	To see a list of the apps installed
		Code:
	
	ls -a
	To remove an app
		Code:
	
	rm Sprint_NFL.*
	I would be very selective with what I remove. At first I basically wiped out anything I didn't want, and got many errors. Here's what I've removed with no bad result:
Stock.apk
Stock.odex
Sprint_NFL.apk
Sprint_Nscar.apk
amazonmp3.apk
HtcFootprints.apk
HtcFootprints.odex
HtcFootprintsWidget.apk
HtcFootprintsWidget.odex
I would imagine Sprint TV and it's widget could be added to the list as well, but I decided I may use them. I would be leery of removing peep, IM, Sprint_Nav, and Gtalk.
Discuss
	