B
Brazzor65
Neues Mitglied
- 4
Also meine Frage ist , wird es für das Galaxy Ace Custom Roms geben, die die Leistung steigern ??
Danke im Vorraus !!
Danke im Vorraus !!
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
"I have managed to deodex and zipalign packages and framework. This is specific and only for firmware S5830XEKB1.
The downloadlink is here: Link! Use the following instructions to put the files on your mobile phone:
[HOW-TO] Manually deodex your phone. CREDITS TO: Webst3r and others. Original thread Here
I AM NOT RESPONSIBLE FOR WHATEVER HAPPENS TO YOUR PHONE! MAKE SURE YOU MAKE AN BACKUP OF /system/app AND /system/framework. SO YOU CAN RESTORE THE FILES WHEN NECESSARY.
You must be rooted!
This is a guide on manually deodexing, you phone. (Duh!)
What you'll need:
* Patience
Process:
* Put the phone in USB mass storage.
* Go into the extracted folder and copy "done_frame", and "done_app_opti", and move them to the root of the sdcard.
*Open a command prompt, and do the following:
Code:
adb shell
su
stop
mount -o rw,remount -t rfs /dev/stl12 /system
cp /sdcard/done_app_opti/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t rfs /dev/stl12 /system
reboot
Your phone should now be deodexed and zipaligned!
You may notice an increase in speed, and you now have the ability to edit certain files with greater effects. (i.e. services.jar) "
könnte ihn mir einer erklären was der da meint*Open a command prompt, and do the following:
Code:
adb shell
su
stop
mount -o rw,remount -t rfs /dev/stl12 /system
cp /sdcard/done_app_opti/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t rfs /dev/stl12 /system
reboot
redfoo schrieb:Wenn ich an das Einrichten und Verknüpfen der ganzen Kontakte denke, graut es mir auch schon. Aber ich hoffe doch dass es sich lohnen wird
Anyway.. I'll be in here again tomorrow keeping you updated. I expect to have something out by 5pm GMT.