we have an i.MX6SL EVK. we did booting from SD card. we are having Android ICS and we do not want all the applications. We deleted the unnecessary apps from the app folder. the only icon is deleted and the apps are running in the background. we want to customise our app list. so, please provide the steps to follow to uninstall the unnecessary applications and to install what we want. please provide any documents available regarding this issue.
Solved! Go to Solution.
Removing apps from your SD card is not the best way to remove apps you don't need. Instead, after following the preparation and build instructions in the freescale user guide for the Android release your using, you need to perform a recursive search for those Android make files (mk) referencing PRODUCT_PACKAGES and which get included in your build. myandroid/device/fsl/... is a good place to figure out which make files you need to reference (look for inherit-product). If you want to affect all your builds, look in build/target/product/*.mk.
Michael Robbeloth
Install app from playstore easily.
Open the apps drawer. Find the app that you want to uninstall. Tap and hold the app and drag it to the Uninstall button. Where you drag the app may differ depending on your device.
...
Tap managed Google Play store .
Tap Menu. My apps.
Tap an installed app. Uninstall.
You can also checkout:- Passion.io review , Apps Like ThopTV
Apps downloaded from Google Play can be easily uninstalled from your device. If an app was purchased, you can always reinstall it at a later date.
Removing apps from your SD card is not the best way to remove apps you don't need. Instead, after following the preparation and build instructions in the freescale user guide for the Android release your using, you need to perform a recursive search for those Android make files (mk) referencing PRODUCT_PACKAGES and which get included in your build. myandroid/device/fsl/... is a good place to figure out which make files you need to reference (look for inherit-product). If you want to affect all your builds, look in build/target/product/*.mk.
Michael Robbeloth