[Q] [ROM][REPACK] KU5900 ICS for P970 translating - LG Optimus Black

in order to translate the rom, i never did something like that but i read about it and as far as i know it i need to
decompile apk files (settings.apk,etc)
edit (the xml files and that)
and recompile.
but i just can´t do it when i decompile it give me less files that the expected.
i read and is because is a stock rom and need to be deodexed, i dont know how to do it.
someone can help-me?
is missing any step?

Firstly you should deodex your rom I suggest this way;
http://forum.xda-developers.com/showthread.php?t=1208320
Than decompile all apks one by one and edit all lines inside value/strings.xml(as far as I remember the file was you should edit strings.xml)
than recompile your apk.
But I dont know if your language contain different characters with english language, than you maybe edit rom's encode decode characters but this is not easy and I dont know how to.
If you want to add extra language options in settings menu I suggest you should keep refer 4x deodexed or L7 deodexed roms.You can find that rom files with search in google like this "optimus 4x hd system dump deodexed" or "optimus L7 system dump deodexed".

Related

[Q] Does anyone know how to modify color or image for this area of dial app?

I modifyed contacts.apk which is placed in /system/app
I could modifyed alomost of all O2X dial themes by changing images in contacts.apk
However, I couldn't find the image or xml file for setting up very bottom backgroud image of Dial.
You can see the capture image that I attached and marked.
I think the image for setting up the part of the background is not in contacts.apk file. I tried to change almost of all images in the file.
but nothing changes in the background.
I'm pretty certain modifyng the background would be needed changing xml log and files. but I don't know even which file has the log....
If you guys have ideas and ways to modify, please let me know...
and if it would be needed to fix xml log, please give me detailed information how to fix..like..which file is. and part of log..
because I'm not very good at understanding xml language.
I hope dialing application of Global version of O2X has the same framwork as Korean version of O2X (su660) so, I could get helpful information from XDA clever users.
That's all what I want to know..
If you guys feel my English weird, just understand me please. ^^ It's not my First language. thanks anyway.

Toggle Buttons in Statusbar

Hi, I've searched thoroughly through this and other forums, but this topic doesn't seem to interest many people...and even when there are questions, answers are often imprecise and evasive.
I'd like to know how to modify the toggle buttons in my statusbar. I want to remove the orientation switch (who uses it, seriously?), and add (for a total of 6 buttons), toggle data and 2G/3G switch...is that possible? Yes it is, it's Android
But how to do it? Is there a guide or even some files ready for flashing? I'd like to get rid of Extended Controls once and for all...
Thanks in advance, looking forward for an answer
Unfortunately it's not possible to edit those buttons on the Stock LG ROM.
remczar69 said:
Unfortunately it's not possible to edit those buttons on the Stock LG ROM.
Click to expand...
Click to collapse
Another good reason to switch to a cooked ROM
Anyway, can you post anything you are willing to (links to guides, files...) for doing this on other ROMs? And maybe a list of ROMs that allow this operation (or, at least, the characteristic they need to have, for example a certain kernel or other stuff).
Thanks in advance
I know for sure that CM 7 has that possibility. I use CM7 it is pretty stable for me.
it it possible to hide the buttons?
(using modaco r19)
thx
lixeira said:
it it possible to hide the buttons?
(using modaco r19)
thx
Click to expand...
Click to collapse
cook rom without buttons, you can choose in kitchen
75markus said:
cook rom without buttons, you can choose in kitchen
Click to expand...
Click to collapse
i know ... dont have modaco premium account
you can use apk manager to decompile the framework-res.apk file
then modify a file called status_bar_expanded.xml (found in /res/layout)
then compile it
i have made the edits to the files, but i cant get it do compile again
(attached the xml file, rename the file back to .xml)
Mjuksel said:
you can use apk manager to decompile the framework-res.apk file
then modify a file called status_bar_expanded.xml (found in /res/layout)
then compile it
i have made the edits to the files, but i cant get it do compile again
(attached the xml file, rename the file back to .xml)
Click to expand...
Click to collapse
Not that skilled yet still learning ... but thanks
i'm not that skilled either so don't mind it
i just can't get it to recompile

[Q] Add more languagens to android system

I'm from brazil and my model is verizon xt862(unlocked).
I had a problem with de low signal and I solved thanks to this forum.
I would to like to know if it's possible to add more languages to the Android system. It only supports english and spanish.
TTry morelocale 2. It wont change everything but at least your apps will be in your language if supported
is there any way to overwrite the system to a system with more language options?
hello, its only one way to do this right
decompile by using a apktool framework-res.apk and settings.apk
for settings.apk
\Settings\res\values\strings.xml and translate this file manually
and for framework-res.apk
\framework-res\res\values\strings.xml and translate this file manually
and after that compile both apk and put it to your mobile

[Q] Decompiling and compiling system app

I want to translate AriesParts.apk system app (Galaxy S Settings), but I noticed that after decompiling and compiling it (even without any changes), app doesn't show in app drawer and I can't install it ('Application not installed"), tried copying to \system\app and changing permissions.
Also tried zipalign, signed, without signing...
I'm wondering if it's something related to deodex/odex.
How I can edit this app?
Code:
http://speedy.sh/9nwTW/AriesParts.apk
Extracted from Team ICSSGS RC4.2.
Your rom must be deoxed
So, what can I do now (if I have odexed ROM) with this APK?
If I understand you must to deodex the rom;I use for this xUltimate and here is the link where is show to made:http://forum.xda-developers.com/showthread.php?t=1113937
Is useful the next link;http://forum.xda-developers.com/showthread.php?t=695701
sorry for my bad english
But is there an option to make ODEX from DEODEX?
I don't want to deodex my ROM, it can cause issues.

Need help by (de)compiling frameworkr-res.apk

hello
i cant figure out how to decompile and compile framework-res.apk from free optimus project nightly 6
i tried many versions of apktool and apkmanager some of them works if i change the version for compiling and decompiling and i have one version which is extra for ics and this works without changing
but if i include a framework-res.apk in the rom.zip which is successfully decompiled and compiled (without errors) the phone gets into a bootloop.
can anybody teach me how to do this correctly?
i already have tried to sign the apk and repackaged the whole rom
Müllname said:
hello
i cant figure out how to decompile and compile framework-res.apk from free optimus project nightly 6
i tried many versions of apktool and apkmanager some of them works if i change the version for compiling and decompiling and i have one version which is extra for ics and this works without changing
but if i include a framework-res.apk in the rom.zip which is successfully decompiled and compiled (without errors) the phone gets into a bootloop.
can anybody teach me how to do this correctly?
i already have tried to sign the apk and repackaged the whole rom
Click to expand...
Click to collapse
Means you are missing a software.
And please post in the appropriate category.
THANK ME
CM10 P970 - SouLMoD - TD
SoulExertz said:
Means you are missing a software.
And please post in the appropriate category.
THANK ME
CM10 P970 - SouLMoD - TD
Click to expand...
Click to collapse
if i'm missing any software apktool won't compile without errors or it won't finally start cause it checks all needed sources before starting.
which category do u think is right? q&a - this is not just a question, there's an simple answer 4. dev - i haven't developed anything and want to publish it - theming apps - nothing to do with this.. :cyclops:

Categories

Resources