Little Phone Storage on Custom ROMS?

jrdatrackstar1223

Well-known member
Dec 19, 2009
315
10
0
Visit site
I was using Zen's latest ROM and Fresh's latest ROM and after I install all my old apps, I only have 20-30 MB's left, and it really bogs my phone down. I have returned my phone back to stock because it runs so much faster and even after I return all my apps I still have like 70 MB's left. Why do customs take so much internal storage?
 

nfinitefx

Well-known member
Apr 27, 2010
53
8
0
Visit site
I was using Zen's latest ROM and Fresh's latest ROM and after I install all my old apps, I only have 20-30 MB's left, and it really bogs my phone down. I have returned my phone back to stock because it runs so much faster and even after I return all my apps I still have like 70 MB's left. Why do customs take so much internal storage?

Well we the devs where trying to give as much as possible to the end user, but the overall opinion of us lately was to return to a normal sized install and do addons that can be flashed. I just released my new rom this evening that has been changed to this method. it is just slightly larger than stock but 30 megs have been removed of extras.
I hope I explained this well enough
Have a great night
 

nfinitefx

Well-known member
Apr 27, 2010
53
8
0
Visit site
no you can always remove unwanted apps very easily with adb
sample of some htc bloat removal
Code:
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

cd /system/app

rm HtcFootprints.apk
rm HtcFootprints.odex
rm HtcFootprintsWidget.apk
rm HtcFootprintswidget.odex
rm amazonmp3.apk
rm com.htc.StockWidget.apk
rm com.htc.StockWidget.odex
rm com.htc.TwitterWidget.apk
rm com.htc.TwitterWidget.odex
rm Stock.apk
rm Stock.odex
rm Sprint_NFL.apk
rm Sprint_Nscar.apk
rm Sprint_TV.apk
rm Sprint_TVWidget.apk
rm PDFViewer.apk
rm PDFViewer.odex
rm HtcSoundRecorder.apk
rm HtcSoundRecorder.odex
rm HtcTwitter.apk
rm HtcTwitter.odex
rm LearnMore.apk
rm LearnMore.odex
reboot