MasterOfDesaster
Erfahrenes Mitglied
- 53
Flextrick schrieb:[GUIDE] Use whatsapp with ART - xda-developers
Diesem Tutorial folgen und auch WhatsApp wird unter ART laufen.
Mit Austausch der in diesem Thread angehängten libart.so funktioniert auch die aktuellste im Playstore erhältliche WhatsApp-Version:
xda-developers - View Single Post - Whatsapp ART support
cernekee schrieb:Per the hints from Google, I was able to get current versions of WhatsApp to install under ART by overriding one of the verifier checks.
Here is the procedure to replace libart.so and clean up any partially-installed WhatsApp package, tested on a Nexus 5 running AOSP 4.4:
If something goes wrong it may well result in a bootloop, so if you need to restore from backup, boot to recovery and use:Code:adb root adb remount adb shell "rm -rf /data/data/com.whatsapp" adb pull /system/lib/libart.so libart.so.bak adb push libart.so /system/lib/
Source changes: https://github.com/cernekee/android_art/commit/fc2ac71d0d9e147c607bff9371fe2ef25d8470afCode:adb shell "mount /system" adb push libart.so.bak /system/lib/libart.so
Note that I have not tested this on a Nexus 4 (despite this thread's current location).
Ich habe das ganze mittels Root-Explorer gemacht:
- alte libart.so in libart.so.bak umbenannt
- die in dem Posting angehängte libart.so kopiert
- die Berechtigungen angepasst
- Reboot
- Über den Playstore aktualisiert (hatte die alte .50 Whatsapp-Version nicht deinstalliert)
Kein Force-Close mehr, läuft so wie es soll. Ich habe zwar das factory-image vom Nexus 4, sollte hiermit aber auch funktionieren.
Es gibt nun auch eine flashbare zip:
http://forum.xda-developers.com/showthread.php?t=2527879
Zuletzt bearbeitet: