Mod Edit
https://forum.xda-developers.com/galaxy-s8/how-to/telegram-chat-channels-forward-t3764521#login
Related
Hello. I wish someone could help me with editing my framework file. I have some problems with apktool Basically I need someobe who could edit some files in res/values. Enable on screen buttons and change their height to 24 pixels. Enable 'ShowNavigationBar' in bools.xml and 'NavigationBarHeight' in dimens.xml. Every helpful post in this thread will be thanked
Edit: oops, there is the link http://db.tt/Dlu60svI
Hello
i have one question and need your help so i make my own rom but i want replace systemui.apk and edit build.prop
so how i can replace systemui do i need replace other file together with systemui or just replace systemui with one from other rom systemui.apk I would like to replace it as far as I know is in there the whole look and icons?and how i can in build.prop edit name of rom,version of rom and author of rom I already tried to edit build.prop tweaks and work fine but when i change rom id in build.prop my rom won't start when install rom so what i do wrong?
So please help me i not need tutorial i just need easy help ho replace systemui.apk do i need replace framework-res when i replace systemui.apk and how edit build.prop id etc......
please help me
BLiNKT said:
Hello
i have one question and need your help so i make my own rom but i want replace systemui.apk and edit build.prop
so how i can replace systemui do i need replace other file together with systemui or just replace systemui with one from other rom systemui.apk I would like to replace it as far as I know is in there the whole look and icons?and how i can in build.prop edit name of rom,version of rom and author of rom I already tried to edit build.prop tweaks and work fine but when i change rom id in build.prop my rom won't start when install rom so what i do wrong?
So please help me i not need tutorial i just need easy help ho replace systemui.apk do i need replace framework-res when i replace systemui.apk and how edit build.prop id etc......
please help me
Click to expand...
Click to collapse
Right click systemUI.apk and open with 7-zip,click res folder,then drawable-hdpi or whatever your resolution is and extract that folder to your desktop,there you can edit the images inside,when finished,delete the folder inside the 7-zip window and drag and drop the edited folder on your desktop into the opened 7-zip window and click yes to paste,now to edit your build.prop/name,right click the build.prop and edit with notepad++,scroll down to ro.build.description=xxxxxx.xxx or ro.product.version=xxxx.xxxxx ,x's is where the name goes.Add the build.prop tweaks to the bottom of the build.prop.I hope this helped you.
THANK YOU VERY MUCH
i try your tutorial right now
hello i have this in build.prop on top
ro.build.id=GRWK74
ro.build.display.id=GWK74
ro.build.version.incremental=eng.vladimir.20120531.091931
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.7
ro.build.date=Thu May 31 09:20:05 MSK 2012
ro.build.date.utc=0
ro.build.type=user
ro.build.user=vladimir
ro.build.host=vladimir-desktop
ro.build.tags=test-keys
ro.product.model=GT-S5830
ro.product.brand=samsung
ro.product.name=cooper
ro.product.device=cooper
where here i type my rom name version etc....
ro.build.version.release=2.3.7
Questions should be asked in Q&A forums, not Development forums.
Thread moved.
Does anyone know how do i change my calculator theme???
Devils77 said:
Does anyone know how do i change my calculator theme???
Click to expand...
Click to collapse
You must edit calculator.apk in system/app.
Decompile it with apk manager or whatever you like to use and edit its resources and recompile it.
Or
Create modded resources and create a flashable zip file.
Hi
Very please help
The rom 4.1.2 I could using winrar for simple to change png to another png
Now I'm on 4.4.2 (DittoNote 5.2).
I want to change the png (tw_quick_panel_quick_setting_button_bg_normal.9 ???)
I think it is png a background toogles
I change my png i using winrar but nothing changes.
It is still the old png and no new png.
For what is this happening?
png's ending with 9 are not ordinary png's, they are 9-patch png's and in order to edit them you must DECOMPILE the APK, edit and then RECOMPILE. Anyway, simple adding with winRAR is nota good idea if you don't do ZIPALIGN because it slows down the reading of images....
Ah, and why post a question in app section, isn't Q&A more logical choice?
So I should do this in the Q & A - my mistake.
Ok thanks for the information.
delanik - this is just an example:
I'm trying to change the png in Note 5.2 Ditto 4.4.2
Is the file is tw_quick_panel_quick_setting_button_bg_normal.9 is background switches?
I exchange tw_quick_panel_quick_setting_button_bg_normal.9 another png
with another theme rom Note 2 but nothing has changed.
As I said - pngs with 9 at the end CAN'T be edited without recompiling. Use APKTOOL to decompile APK, then edit, then RECOMPILE. Then from recmpiled APK, copy PNGs (or whole res\drawable folder) to original APK.
If it doesn't change (and it should even when you don't do recompile - it should show BAD image) then you are not editing correct image.
Thank you very much dalanik
I SystemUi decompile framework-res.apk and now the rom DN4 v2.
It will be very difficult for me because there is a lot of files QMG
There is no custom QMG files (icons, button ....) in other roms or themes
to replace them in my rom DN4 v2
Hey guys, does exists any Xposed framework module for editing Framework-res.apk?
Or any other?!
I know about Privset, but it does not edit directly xml files or compile it to readable form.
Thanks!