Deodexed, Zip-Aligned, etc.

S

streilu

Neues Mitglied
6
Nachdem ich nirgendwo eine Erklärung zu oben genannten Begriffen finden kann frag ich mal nach.

Was heißt deodexed? Sind dabei nur die .odex-Files gelöscht worden oder wie? Und wie siehts mit zip-aligned aus?

Freundliche Grüße
 
  • Danke
Reaktionen: bogeyman
Bittesehr, 2 min Googlen:
http://forum.xda-developers.com/showpost.php?p=6812845&postcount=2 schrieb:
An odex file is basically a chunk of source code that has already been extracted from the apk and put on /system/. This is done to speed up the first boot of a rom (you know how your first boot takes a long time… that’s while it is extracting all of these dex files) and also to save space on /data/.

http://developer.android.com/guide/developing/tools/zipalign.html schrieb:
zipalign is an archive alignment tool that provides important optimization to Android application (.apk) files. The purpose is to ensure that all uncompressed data starts with a particular alignment relative to the start of the file. Specifically, it causes all uncompressed data within the .apk, such as images or raw files, to be aligned on 4-byte boundaries. This allows all portions to be accessed directly with mmap() even if they contain binary data with alignment restrictions. The benefit is a reduction in the amount of RAM consumed when running the application.
 
  • Danke
Reaktionen: CheCroatia, CroSladi und bogeyman
Zipaligned ist jetzt jedoch nichts besonderes.
Sofern man die Standard IDE Eclipse nutzt, wird jede App automatisch mit zipalign 'optimiert'.

Sofern man die .apk jedoch dekompiliert, sollte man diese nach dem rekompilieren wieder mit zipalign 'optimieren'.
 

Ähnliche Themen

F
Antworten
2
Aufrufe
1.265
Flashsuchtl
F
Alesto007
Antworten
5
Aufrufe
6.068
Alesto007
Alesto007
S
  • Gesperrt
  • sonics
Antworten
2
Aufrufe
1.537
DrMole
DrMole
Zurück
Oben Unten