Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

Help with error

$
0
0
Hi everyone,

I have started developing my own MIUI ROM with patchrom. Everything went OK, but when I execute the make workspace function, an error message appears and Google doesn't help me with it.

It seems like it's trying to unzip a file that doesn't exists in the stockrom.zip file. I think that I have to modify a file, but I don't find which one it is.

Does anyone have an idea?

This is a fragment from console:
Code:

jose@jose-kubuntu:~/MiCode/patchrom/m7ul$ make workspace
>>> Install framework resources for apktool...
install framework-miui-res.apk
/home/jose/MiCode/patchrom/tools/apktool --quiet if /home/jose/MiCode/patchrom/miui/XHDPI/system/framework/framework-miui-res.apk
/home/jose/MiCode/patchrom/tools/apktool --quiet if /home/jose/MiCode/patchrom/miui/XHDPI/system/framework/framework-res.apk miui
unzip >/dev/null stockrom.zip "system/framework/*.apk" -d out
install out/system/framework/framework-res.apk
<<< install framework resources completed!
unzip >/dev/null stockrom.zip system/framework/services.jar -d out
/home/jose/MiCode/patchrom/tools/apktool --quiet d -f out/system/framework/services.jar services.jar.out
unzip >/dev/null stockrom.zip system/framework/android.policy.jar -d out
/home/jose/MiCode/patchrom/tools/apktool --quiet d -f out/system/framework/android.policy.jar android.policy.jar.out
unzip >/dev/null stockrom.zip system/framework/framework.jar -d out
/home/jose/MiCode/patchrom/tools/apktool --quiet d -f out/system/framework/framework.jar framework.jar.out
unzip >/dev/null stockrom.zip system/framework/framework2.jar -d out
caution: filename not matched:  system/framework/framework2.jar
make: *** [framework2.jar.out] Error 11

¡Thanx a lot!

Viewing all articles
Browse latest Browse all 3614

Trending Articles