Keeping that in mind, some users may want to disable automatic updating of Android Market on their device, and we’ve discovered a method that lets you do exactly that! Check out the step-by-step guide after the jump.
We would like to know why you prefer sticking to an older (in this case, oldest) version of Android Market. We have had stability issues at times too, but they get fixed either by clearing data fromManage Applications or by installing a slightly older version.
From XDA-Developers:
On my Samsung Galaxy S2, the latest market app (3.4.4) randomly freezes my entire phone, causing me to have to hold the power button down to reboot. Happens nearly every time I browse for apps in that version. My goal: prevent the automatic updates.
Before you continue, please ensure that your Android device is rooted and that you have BusyBox [Market Link] installed.
DISCLAIMER: Redmond Pie will not be held responsible if you lose data or your device gets damaged in the following of this guide. Proceed at your own risk.
Step 1: Navigate to Settings > Applications > Manage Applications > Market and tap on uninstall updates to go back to the version of Android Market that came built-in with your device.
Step 2: Download, install and launch a terminal app such as Android Terminal Emulator [Market Link].
Step 3: Type in the following command:
su
You need this to run the commands in Step 4 and 5 which require privileged access.
Step 4: Type in the follow command:
touch /data/app/com.android.vending-1.apk
Step 5: And the following:
chattr +i /data/app/com.android.vending-1.apk
According to the developer behind this, Steps 4 and 5 place a “bogus” APK file where Android tries installing the newest version of Android. The chattr command disallows Android to update the file. The developer has also mentioned that you can stick to current version of Android Market by going skipping Steps 1 and 4, but this hasn’t been tested.
No comments:
Post a Comment