set duchesa
Quote:
Originally Posted by pankaj88
you need to add/edit fields in /res/values/strings, ids, drawable
then when you compile, the missing ids are automatically added in public.xml
public.xml should not be edited
otherwise manually copying rows will generate a lot of errors
now use of remapid.jar is:
source.xml = public.xml of source ROM's framework-res.apk
target.xml = public.xml of your ROM's framework-res.apk (after you have successfully modified thye fields/entries/rows)
fol = decompiled android.policy.jar folder of source ROM which contains a no of .smali files
|
so in the drawable-hdpi,add the missed picture is behind compile or before compile?
because add the missed picture like some circlelock needs picture in framework-res.apk when compile seem happen some error
show error about no define previously that i do compile occurred error
i will do compile again with you suggestion
and if had some trouble i will ask you for advice
sorry,i still don't know how to use the code
can you give me a example?
this code "java -jar remapid.jar ..............."
behind "remapid.jar" should enter what?
i copy the source public.xml to the same directory of remapid,and rename to source.xml
the target public.xml same do it
my enter code is "java -jar remapid.jar source.xml target.xml",but nothing happen
i think my enter code is wrong
|