The expert guys from XDA forum solve the issue with convertion of DALVIK -> ART
The main problem was the too small cache partition, to switch DALVIK-> ART we need minimum 256 MB cache partition. Resize the cache partition will solved the problem.
But the XDA guys found another solution without resize the cache partition!
Simply set the "dalvik.vm.dexopt-data-only=1" and cache partition not needed anymore for convertion of DALVIK->ART! Don't ask me difficult question, I'm not an expert! I did not try the convertion yet on X7
see changelog (20 Dec 2013) http://forum.xda-developers.com/show....php?t=2535646
cheers Van
Comment