junkie2100
Android Expert
oh god, connection optimizer? really? i hate that thing its always messing up the mobile data connection. to do the phone apk though it is a real pain, i know i have done it myself on the warp2, you cant rebuild it because of zte's shotty coding. the solution although not exactly elegant, is to figure out what is causing the errors, im gonna assume that its certain spanish strings, and the touchui xml file. delete the touchui file that gives you issues, copy any other file, then rename it to the actual name of the touch ui file, and delete the bad strings from the correct strings.xml
you will see a readout whenever you run a recompile, itll say W:whatever warning, those dont matter, its the E: things starting from the top you have to worry about, warnings will still let it build. identify the strings by line number, i think its :599 means its line 598 is the problem or something im not really sure anymore but youll figure it out, hell you can delete a whole section of them if you really want it wont matter kuz you wont be using that file
once you get it to rebuild the thing, open it up in an archive manager, its basically just a glorified zip file so it wont be a problem, the problem is its encoded so you cant edit it directly like that, youll want to take the files you modified from the apk you just built, and toss them and only them in the original apk you started with
i know its a horribly painful workaround but it does work and it seems to be the only option
you will see a readout whenever you run a recompile, itll say W:whatever warning, those dont matter, its the E: things starting from the top you have to worry about, warnings will still let it build. identify the strings by line number, i think its :599 means its line 598 is the problem or something im not really sure anymore but youll figure it out, hell you can delete a whole section of them if you really want it wont matter kuz you wont be using that file
once you get it to rebuild the thing, open it up in an archive manager, its basically just a glorified zip file so it wont be a problem, the problem is its encoded so you cant edit it directly like that, youll want to take the files you modified from the apk you just built, and toss them and only them in the original apk you started with
i know its a horribly painful workaround but it does work and it seems to be the only option


