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 [Link] installed.
DISCLAIMER: Vsocio.com 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 [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.
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 from Manage Applications or by installing a slightly older version.
0 comments:
Post a Comment