SGS2: Removing Bol.com app
14 Dec 2011 by David (admin)
Tags: Samsung Galaxy S2
Tags: Samsung Galaxy S2
Samsung has preinstalled several applications on the Samsung Galaxy S2 that cannot be uninstalled, such as the boekenbol application from bol.com. Now this wouldn't be a problem, if only it would stay in the background. But sometimes it doesn't.
In the last few days, a new version of boekenbol was released, and Android keeps nagging to upgrade the app. I don't want to upgrade, I don't want this app to have any permissions on my phone, but I can't remove the app.
After starting SSHDroid, I start the Wi-Fi hotspot and connect my laptop to it. I logged on using ssh -l root. Then I performed the following commands.
Other apps I've removed, include: MMM_Smartphone_1.5.1_final.apk MusicHub_10.apk ReadersHub.apk ReadersHub.odex SamsungIM.apk SocialHub.apk SocialHub.odex
My steps to remove boekenbol
First, I upgraded my phone using Samsung Kies to be running the latest Android version currently available. After the upgrade, I was running GINGERBREAD.XWKK2 on a 2.6.35.7-i9100XWKK2-CL726411 kernel. Then I rooted the phone, using the CF-Root 5.0 version CF-Root-SGS2_XW_XEN_KK2-v5.0-CWM5. That was actually pretty easy to do. I installed a few tools for easy access and convenience:| SuperUser | Grant and manage Superuser rights for your phone. Don't know if this is required, but I do use it. |
| SSHDroid | SSH Server for Android. Actually a dropbear implementation. |
mount /system -o remount,rw # mount read-write mkdir /system/app-disabled # move the (cr)app out of sight (i'm not totally removing the file from the disk, just in case) mv /system/app/Bol.com_version_1.0.3.3.apk /system/app-disabled mount /system -o remount,ro # mount read-only

Hello. I've just done the same to get rid of Voice-Talk but found it simpler to use Titanium Backup to remove the annoying apps. SSHdroid was not needed - I don't like command line editors unless I know the OS inside out.
Hi Brian, Thanks for your comment!
Personally, I prefer the command line, cause I have 10 years of Linux experience ;-)
But your suggestion may be very useful to other people.
Cool!
Finally got rid of that pesky bol.com app!
Thanx!
Hi David,
Thanx a lot for you guide. It took me some time to figure out how it works exaclty but finally I managed. I just have a quick question about the other programms you moved to the app-disabled folder. For the social and readers hub you also move a .odex file but not for the music hub. Why is this so?
Kind regards,
Catweazle
I have no clue why i did it like this. Probably I haven't seen the .odex file of the music hub.
Anyway, on my phone, the music hub has disappeared, which is the wanted result. Guess the odex file is ignored when there's no .apk linked to it.
As long as the boekenbol app cannot be deleted normally I will not order any products from bol.com anymore.