R
RonZ
Neues Mitglied
- 0
Nur wieso funktoniert es weder mit Galaxo 1.6.1 noch mit der JC5 nach dem Schema aus dem XDA-Forum?
Nachdem ich die libdvm.so ausgetauscht habe und Android booten möchte, hängt er sich, im Fall JC5 z.B. beim Samsung-Logo auf?!
Habt ihre einen anderen Ansatz? Fehlt noch eine Datei aus der VMLIBS.zip die noch irgendwo hin muss?
Nachdem ich die libdvm.so ausgetauscht habe und Android booten möchte, hängt er sich, im Fall JC5 z.B. beim Samsung-Logo auf?!
Habt ihre einen anderen Ansatz? Fehlt noch eine Datei aus der VMLIBS.zip die noch irgendwo hin muss?
How to install: (easier to go in recovery mode but can be done through terminal)
1. Download the VMLIBS.ZIP from t3hSteve of allroid.com http://alldroid.org/download/file.php?id=1374
2. You only need the libdvm.so file of which appears to be JIT enabled by default.
3. Backup the original libdvm.so #cp /system/lib/libdvm.so /sdcard/libdvm.so
4. Copy the JIT enabled libdvm.so #cp -f /sdcard/vmlibs/libdvm.so /system/lib/libdvm.so
5. Set permissions on the file #chmod 644 /system/lib/libdvm.so