Quote:
Originally Posted by sundar2012
awesome! thank you!
Don't suppose you would know how to get the CM update to not install/auto delete after installation apks like ADWLauncher and wifi calling?
|
You can put the following in /data/local/userinit.sh:
Quote:
mount -o rw,remount /system
for apk in ADWLauncher.apk MS-HTCVISION-KNT20-02.apk
do
rm -f /system/app/$apk
done
for package in com.android.launcher
do
pm uninstall $package
done
mount -o ro,remount /system
exit 0
|
I haven't tried this for removing the Wifi Calling app, so ymmv. I remove a much larger set of apps myself (facebook, email, live wallpapers, amazon mp3 store, DSPManager, FileManager, Browser). http://wiki.cyanogenmod.com/index.php?title=Barebones has a list of apps that can be removed safely.
Current phones: 8x, Rezound, HD2. Previous: GalaxyNexus (toro), Rezound, Bionic, Thunderbolt, Charge, HTC Vision (aka T-Mobile G2), HTC Glacier (myTouch), Nexus One, HTC Touch Pro 2, Dash 3G, Dash.
Current tablets: none. Previous: TouchPad 32GB, Nook Color.
Current eReader: StoryHD. Previous: Nook Touch w/ GlowLight, Kindle Keyboard 3G, Sony PRS-505.
Nook Color/CM7 Install Instructions
deSense/debloat your Verizon Sense 3.6/4.0 ROM
|