[GUIDE][GB] How to change text Zombie Art By Jack Larson on Platlogo - Android Software Development

This is the first thread that I created on XDA, so sorry if my english bad.
OK, back to the topic. To change the text "Zombie art by Jack Larson" you can follow the steps below.
Take framework.jar. (you can use the framework.jar that exist on your device system)
Change the format to framework.apk
Decompile framewrok.apk. (u can use apktool or apk multi tool)
Use notepad++ to open file "PlatLogoActivity.smali" in /framework.apk/smali/com/android/internal/app/
Find the text "Zombie art by Jack Larson"
Change the text to which you want. For example : "I Love My Android"
Recompile
Delete classes.dex
The result will be System_framework.apk. Change into framework.jar.
Done (^_^)
Thank you also to Alucard1989pl
(if you like with this guide, please give 5 star and click to thanks button)

Thanks :good:
Thanks for the tut sir :good:

teztaz--v3 said:
Thanks for the tut sir :good:
Click to expand...
Click to collapse
success bro ?

cleverior.ipul said:
success bro ?
Click to expand...
Click to collapse
Kinda similar..pls give a proper credits
REAL POST
http://forum.xda-developers.com/showpost.php?p=34563875&postcount=3
http://forum.xda-developers.com/showthread.php?t=2208436

dzolcp said:
Kinda similar..pls give a proper credits
REAL POST
http://forum.xda-developers.com/showpost.php?p=34563875&postcount=3
http://forum.xda-developers.com/showthread.php?t=2208436
Click to expand...
Click to collapse
sorry guys, previously I've been searching on how to change the text in platlogo, but hard to find. Until one day I finally found it, but I forgot from where i got that tutorial. and before this thread was made http://forum.xda-developers.com/showthread.php?t=2208436, I have created my thread before. see at creation date.
And thank you for reminding me, I've added a credit for Alucard1989pl.

sir, i decompiled it with apk manager , but i didn't find resource.arsc , But i found classes.dex , i didn't delete it , then i compiled & flashed the new one & nothing changed !
tried again , & i deleted the classes.dex , when i flashed it i got bootloop

Mohamed Hashem said:
sir, i decompiled it with apk manager , but i didn't find resource.arsc , But i found classes.dex , i didn't delete it , then i compiled & flashed the new one & nothing changed !
tried again , & i deleted the classes.dex , when i flashed it i got bootloop
Click to expand...
Click to collapse
have you change the format from. jar to. apk ?
try to use apk multi tool for compile it.

It works now
cleverior.ipul said:
have you change the format from. jar to. apk ?
try to use apk multi tool for compile it.
Click to expand...
Click to collapse
yes i've changed the format . ok i'll try multi tool
EDIT : thx sir i made it with apk multi tool , i deleted classes.dex only B cuz i didn't find resource.arsc , but it works now
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Mohamed Hashem said:
yes i've changed the format . ok i'll try multi tool
EDIT : thx sir i made it with apk multi tool , i deleted classes.dex only B cuz i didn't find resource.arsc , but it works now
Click to expand...
Click to collapse
OK.. good job sir

can I delete the framework.odex or not to make it works?? pls. reply asap.

ardelsan said:
can I delete the framework.odex or not to make it works?? pls. reply asap.
Click to expand...
Click to collapse
u should deodexing ur rom first.

Related

Easy Apk Disassembler // Software

NEW THREAD For EASY APK DISSASSEMBLER
http://forum.xda-developers.com/showthread.php?p=14049173
Hi everyone,
I have create a little app for modified APK
I hope it will be usefull
Please help me to fix the translation in english, i have a bad english
Download Easy Apk Disassembler:
Update V1.3.1 05/2011
http://code.google.com/p/easy-apk-dissassembler/
ScreenShot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How use it ?
Use WinRar
Open .apk with WinRAR
Extract classes.dex at the same folder as EasyApkDisassembler.EN.bat
Run Easy EasyApkDisassembler
Dissasembe
Modify
Compile
How to rebuild apk ?
Open .apk with WinRAR
Copy out.dex to the .apk
remove "META-INF" folder and classes.dex
now rename out.dex to => "classes.dex"
Now you must sign apk
once you have signed apk you can install signed_YourFile.apk
Have fun
Download link:
http :// sharebee.com/2c6b1857
please admin remove me the limitation
I CAN'T POST ANY LINK
yeah!!
thank you , what a nice tool this is!
Thanks!!!!!!!!!!!!!!!!!!!!!!!
Idk
Awesome!!! Now I can specialize to reverse engineering of apks
what are the differences between easy apk disassembler to Brut's apktool ?
Well, you can use this package for win32 environments - tried brut's tool moments ago and got a java exception...-.-
eli1981 said:
what are the differences between easy apk disassembler to Brut's apktool ?
Click to expand...
Click to collapse
EAD is a simple wrapper/helper/front-end to some other tools. It does not decode resources, apktool is currently single one tool, which can do it and 95% of apktool is just about res decoding. EAD has AXMLPrinter builtin, but there is no real use for this tool.
Just downloaded. Thank you
update enjoy
Mhmh... And when I have the XMLs edited, and want them back into binary XMLs? What I have to do?
DarkMio said:
Mhmh... And when I have the XMLs edited, and want them back into binary XMLs? What I have to do?
Click to expand...
Click to collapse
It is impossible to do using this tool.
Mh, yes, but how can i do that back?! When you search here, or use other searches I can't find the answer.
DarkMio said:
Mh, yes, but how can i do that back?! When you search here, or use other searches I can't find the answer.
Click to expand...
Click to collapse
Because it was impossible until 2 weeks ago, when I have released apktool:
http://code.google.com/p/android-apktool/
It is more complicated to use for Windows users, I'm working on a multiplatform version.
Mhmh... Thank you, but I can't use it - all my Linux-Machines are down ...
Okay. oô You said, it is hard for Windows-User -> is it possible without massive extra software on a weak PC (1.8Ghz - worse graphiccard... you know the rest..)
DarkMio said:
Okay. oô You said, it is hard for Windows-User -> is it possible without massive extra software on a weak PC (1.8Ghz - worse graphiccard... you know the rest..)
Click to expand...
Click to collapse
Unfortunately not. VirtualBox + some small linux is a lightiest solution I know, but it should work even on older PC.
ORioN.BAK said:
Hi everyone,
I have create a little app for modified APK
I hope it will be usefull
Please help me to fix the translation in english, i have a bad english
Download Easy Apk Disassembler:
Update V1.1 mar*2010
http://www.megaupload.com/?d=32ZNIKSZ
ScreenShot
Have fun
EDIT:
please admin remove me the limitation
I CAN'T POST ANY LINK
Click to expand...
Click to collapse
join it with jode (jode.sf.net) - then it would be usable
m32 said:
join it with jode (jode.sf.net) - then it would be usable
Click to expand...
Click to collapse
How do you want to use standard Java decompiler with dexed bytecode? Did you manage to join these tools or you just make wishes?
This tool is amazing, It did a real good job. Thank you very much.

[MOD][THEME][4.4.2]Black Themed Settings

Hello Folks ,
I found that the tablet interface of Touchwiz is more worse than mobile interface . So , by @_alex74_'s guidance , We both present the modded SecSettings.apk which is black themed . It's only for odexed rom right now.
Instructions:
1)Download the SecSettings.apk from below
2)Copy and paste it into /system/priv-app/'here' and set permission to 644
3)Reboot and Tadaaaaaaaaaaaaaaaa.................... you''ll have black themed settings.
Downloads:
SecSettings.apk
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:
@_alex74_[Without him this would not have been possible ................ A big :good:]
​
Not so hard for this mate...... worser than previous android version, but still can be done
Look really nice! Could you make one for deodexed version? Thanks in advance
Edit: I'm actually using your deodexed SystemUi for S5 toggles
Aeyan Ashraf said:
Hello Folks ,
I found that the tablet interface of Touchwiz is more worse than mobile interface . So , by @_alex74_'s guidance , We both present the modded SecSettings.apk which is black themed . It's only for odexed rom right now.
Instructions:
1)Download the SecSettings.apk from below
2)Copy and paste it into /system/priv-app/'here' and set permission to 644
3)Reboot and Tadaaaaaaaaaaaaaaaa.................... you''ll have black themed settings.
Downloads:
SecSettings.apk
Screenshots:
Credits:
@_alex74_[Without him this would not have been possible ................ A big :good:]
​
Click to expand...
Click to collapse
Any guide on doing this modification? I'm trying to do this on my Note 10.1 2012 but still no luck. I just need parameters(hope I wrote it right) for the background color for both sides(dark blue and gray) and the text color.I mean which part of secsettings are to be modified after decompiling?Hope you can help me.Thanks in advance.
filchi756 said:
Any guide on doing this modification? I'm trying to do this on my Note 10.1 2012 but still no luck. I just need parameters(hope I wrote it right) for the background color for both sides(dark blue and gray) and the text color.I mean which part of secsettings are to be modified after decompiling?Hope you can help me.Thanks in advance.
Click to expand...
Click to collapse
Values are to be modified
Aeyan Ashraf said:
Values are to be modified
Click to expand...
Click to collapse
Thanks for replying. Did you mean change values only in the color.xml inside values folder or is there other .xml to be modified too inside the value folder?Sorry for being noob mate.
Added to my Index !
Well done !
really like deodexed version to..im on pimpdroid rom..with no other kitkat roms till cag rom gets done and untill then stuck with ugly settings ...thanks in advance
lucky_515 said:
really like deodexed version to..im on pimpdroid rom..with no other kitkat roms till cag rom gets done and untill then stuck with ugly settings ...thanks in advance
Click to expand...
Click to collapse
We will do it as soon as possible ..............maybe 2-3 days now..... I don't have my tab as It's charging port has been damaged and It's in the service center....... So I have to mod and send everything to CAG man to test..... 2-3 days more !!!!!
Tried it on my T217S and system phone crash, also there is another SecSettings.apk.odex < what to do with this one?
nice..... ^_^
Could someone post SecSettings.apk.odex APK to go along with SecSettings.apk to function properly on my Tab3 217s
Thank you
HD-man said:
Could someone post SecSettings.apk.odex APK to go along with SecSettings.apk to function properly on my Tab3 217s
Thank you
Click to expand...
Click to collapse
Hey , it was only for tab 3 10.1 & not for T217s . Replace the apk and odex with the backup(If u have made) or else flash stock firmware via odin
Sent from my GT-S6802 using XDA Free mobile app
Aeyan Ashraf said:
Hey , it was only for tab 3 10.1 & not for T217s . Replace the apk and odex with the backup(If u have made) or else flash stock firmware via odin
Sent from my GT-S6802 using XDA Free mobile app
Click to expand...
Click to collapse
i put it on t311 8.0 and its working
Not working on t310 tab 8 hd :/
sent from tab3.
Aeyan Ashraf said:
Hey , it was only for tab 3 10.1 & not for T217s . Replace the apk and odex with the backup(If u have made) or else flash stock firmware via odin
Sent from my GT-S6802 using XDA Free mobile app
Click to expand...
Click to collapse
I backed up original file and had no trouble reverting, how would I be able to theme my UI?

[Guide] Add Xperia battery icon to cm SystemUI

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Requirements:
-Knowledge on how to use apktool
-Notepad++
1- Decompile your SystemUI.apk
2- Download THIS ZIP and extract it
2- Move the extracted files to /res/
3- Open Notepad++, press Ctrl + F and choose the "Find in Files" tab
4- Set the directory to the layout folder of you decompiled systemUI
5- Find "<com.android.systemui.BatteryLevelTextView" and replace with "<com.android.systemui.BatteryLevelTextView android:background="@drawable/somc_sys_battery_percent_am" android:gravity="center" "
it should look like this:
6- Go to /res/values/dimens.xml
7- Find "battery_level_text_size" and set the value of it to "9.0sp"
8- Recompile and push it to your device
9- Set the Battery status style on settings to Text
10- Enjoy
Also checkout THIS GUIDE by abhishekr700
Confirmed working on cm12.1 bro....
Thanks... :good::good::good:
afah_me said:
Confirmed working on cm12.1 bro....
Thanks... :good::good::good:
Click to expand...
Click to collapse
Nice theme! Which is it?
STRYDER~007 said:
Nice theme! Which is it?
Click to expand...
Click to collapse
This is future update of my theme called "colorful xperia v1.6"
but WIP
nice guide sir :good:
but there's no charging indicator
take a look at this method http://forum.xda-developers.com/android/themes/how-to-change-battery-icon-kitkat-rom-t2919361/
it works for me :laugh:
afah_me said:
This is future update of my theme called "colorful xperia v1.6"
but WIP
Click to expand...
Click to collapse
Nice work! Looking forward to use it..
can support to cm7?
Hi, I have a question, the battery level is not in the center of the battery icon for me. I feel like it is a bit more to the left and I want to move it a little to the right.. What value do I edit to accomplish that?
Edit: Nvm found what to edit to get what I needed
Lovely Guide ,,,
U r the boss
Araib93 said:
Hi, I have a question, the battery level is not in the center of the battery icon for me. I feel like it is a bit more to the left and I want to move it a little to the right.. What value do I edit to accomplish that?
Edit: Nvm found what to edit to get what I needed
Click to expand...
Click to collapse
How did you do it? Thanks!
vjtigas said:
How did you do it? Thanks!
Click to expand...
Click to collapse
Look for battery_padding_end and change its value from 2.0 to -2.0, also hit thanks that should do the trick
idid idamrep said:
nice guide sir :good:
but there's no charging indicator
take a look at this method http://forum.xda-developers.com/android/themes/how-to-change-battery-icon-kitkat-rom-t2919361/
it works for me :laugh:
Click to expand...
Click to collapse
Please, how you do that because I don't understanding any thing from this method?
And I want know what is your keyboard name?
Thanks....
I cant decompile nothing on Windows 10, can you help me please?
Hi folks, thanks for the nice thread. I added to my CM12.1 for Sony Scorpion (Xperia Z3 tablet compact). If somebody compiles, can pick the code here. https://github.com/GeyerA/platform_frameworks_base/commit/307ab760c54324c3437fbf0387af3b043015f4fa
@naheel azawy, thanks for the tutorial. How to add battery charging icon next to battery icon?
I can not find the folder " values" in ressurection remix with android 6.0.1
who tried this on cm13 odexed ?
anagramgenius said:
@naheel azawy, thanks for the tutorial. How to add battery charging icon next to battery icon?
Click to expand...
Click to collapse
this is i want to ask
naheel azawy said:
Requirements:
-Knowledge on how to use apktool
-Notepad++
1- Decompile your SystemUI.apk
2- Download THIS ZIP and extract it
2- Move the extracted files to /res/
3- Open Notepad++, press Ctrl + F and choose the "Find in Files" tab
4- Set the directory to the layout folder of you decompiled systemUI
5- Find "<com.android.systemui.BatteryLevelTextView" and replace with "<com.android.systemui.BatteryLevelTextView android:background="@drawable/somc_sys_battery_percent_am" android:gravity="center" "
it should look like this:
6- Go to /res/values/dimens.xml
7- Find "battery_level_text_size" and set the value of it to "9.0sp"
8- Recompile and push it to your device
9- Set the Battery status style on settings to Text
10- Enjoy
Also checkout THIS GUIDE by abhishekr700
Click to expand...
Click to collapse
look at mine
Will it work in cm11??

[GUIDE][AOSP][CM11/12/12.1][MIUI]How To Port Fully Featured Sony Camera

Quick Guide To Port Xperia Z4 Framework & Fully Featured Sony Camera Including Superior Auto,Manual,Creative Effects,Sweep Panorama,Info Eye,Background Defocus,Social Live,AR Effect,AR Fun,Sticker Creator,Live On YouTube etc. For Many Phones Running AOSP,CM11,CM12,CM12.1,MIUI I Hope Everyone Like & Enjoy It.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Guide & Download Link Is On 2nd Post
Video On 3rd Post
Cheers U Can Post Screenshots Too & I'll Add To This Thread
If U Like My Work Dont Forgot To Press Thanks Button
Guide For AOSP,CM11,CM12CM12.1,MIUI
1. Extract framework.jar Decompile classes.dex
2. Go to android/os/storage (if there is no os folder u need to decompile classes2.dex)
3. Download & Extract Z4FullyFeaturedCameraFramework.zip (In This Universal .smali which works on many phones.)
4. Replace All 13 .smali Files In android/os/storage
5. Recompile & Move Modify classes.dex In framework.jar
Done
Now CM12,CM12.1,AOSP Users Can Flash This Z4 Sony Camera http://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/port-xperia-z4-framework-sony-stock-t3154772
Video
amazing work , thanks for the support for sony devices
i will try to port to my xperia sp in future after my exams
.. btw the song in video is nice - enrique
jangid said:
amazing work , thanks for the support for sony devices
i will try to port to my xperia sp in future after my exams
.. btw the song in video is nice - enrique
Click to expand...
Click to collapse
yeah thanks alot bro thats awesome
xperiaz2 said:
yeah thanks alot bro thats awesome
Click to expand...
Click to collapse
So this could work on other devices that aren't xperia
Sent from my GT-I9305 using XDA Free mobile app
@xperiaz2 Thanks a lot for sharing..
How can i deodex my framework.jar. I cant see any framework.odex file in arm or framework folder.
Can some one plz port is for me i provide the necessary file....plz. ...
Will work on CM12.1 or Paranoid Android ( Android version 5.1.1 ) Tks
Doesn´t work for me when rebuilding the framework.jar. Problems with StorgeManager$ListenerDelegate.smali
Maybe somebody can try to build the framework.jar for me.
mayank22 said:
How can i deodex my framework.jar. I cant see any framework.odex file in arm or framework folder.
Can some one plz port is for me i provide the necessary file....plz. ...
Click to expand...
Click to collapse
ok now i came to know that odex files are grouped in boot.oat,
Now i extacted the odex from boot.oat and plased the classes.dex and classes2.dex in framework.jar after replacing files,When i placed this framework.jar in my phone nothing happened camera, superior auto and manual mode fc plz help
th0ngpham said:
Will work on CM12.1 or Paranoid Android ( Android version 5.1.1 ) Tks
Click to expand...
Click to collapse
yes work
MegaRacingHD said:
Doesn´t work for me when rebuilding the framework.jar. Problems with StorgeManager$ListenerDelegate.smali
Maybe somebody can try to build the framework.jar for me.
Click to expand...
Click to collapse
here ported
mayank22 said:
ok now i came to know that odex files are grouped in boot.oat,
Now i extacted the odex from boot.oat and plased the classes.dex and classes2.dex in framework.jar after replacing files,When i placed this framework.jar in my phone nothing happened camera, superior auto and manual mode fc plz help
Click to expand...
Click to collapse
what phone? and what camera zip u flash ? check log
xperiaz2 said:
what phone? and what camera zip u flash ? check log
Click to expand...
Click to collapse
Xperia u with aosp 5.1 i will attach logs soon
Hi , here's my framework.jar. I tried to mod it using the guide but it gives me errors.
Could somebody help me?
@xperiaz2: Get this error recompiling status
..\3-Out\framework.jar\smali\android\os\storage\StorageManager$ListenerDelegate$1.smali[26,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\os\storage\StorageManager$ListenerDelegate$1.smali[27,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\os\storage\StorageManager$ListenerDelegate$1.smali[28,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\os\storage\StorageManager$ListenerDelegate$1.smali[27,15] mismatched input '"x0"' expecting END_METHOD_DIRECTIVE
..\3-Out\framework.jar\smali\android\os\storage\StorageManager$ListenerDelegate$1.smali[45,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\os\storage\StorageManager$ListenerDelegate$1.smali[45,15] mismatched input '"msg"' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: android/os/storage/StorageManager$ListenerDelegate$1.smali
does this work with non samsung phones like the s5?
it fail to recompile. i use xperia p cm11.
:crying::crying::crying:
xperiaz2 said:
what phone? and what camera zip u flash ? check log
Click to expand...
Click to collapse
Here are the logs

Request : How to translate chinese roms from bbs.gfan into english?

Dear Devs,
Can someone please guide me through how i can deodex and translate the chinese roms from bbs gfan? I tried using softwares like FulmicsDeodexer , ASSAYYED'S kitchen etc to deodex the rom but without luck.
Also, i tried using apktool for decompiling the systemUi.apk and ROM control to translate into english but after recompiling the apk doesnt seem to install.
I would be grateful for your small help and guidance.
Help
@djb77 @sac23 @Ouweshs28 @rifek4 @Tkkg1994 @mwilky @albe96 @ambasadii
any of devs?
Rom control needs to be recompiled with new sign
Can not sign systemUI in oreo. Open both original & modified systemUIs with winrar or 7-zip. Drag & drop res, resources.arsc, class.dex, class2.dex folders from new one to old one
Change csc (omc). Add gapps
Thank You
@hilary trump Thank You so much.. What about deodexing the oreo SE roms? None of the softwares i used seem to work.
Question
@hilary trump Dear Developer, i see that you had translated norma roms for Nougat while back. Have you happen to have translated the Rom control app from Norma oreo roms?
ragassagar said:
@hilary trump Dear Developer, i see that you had translated norma roms for Nougat while back. Have you happen to have translated the Rom control app from Norma oreo roms?
Click to expand...
Click to collapse
I have worked on samsung roms, rebuild chinese roms. Yep, Norma rom. Translate some xml files in res\values. Then recompile it with new sign
As for as systemUI, recompile with old sign then drag & drop as i said above. Hope all works as before :laugh: I stopped working on Norma rom
---------------------------
What device do you build rom for, bro
i rebuilt norma r17 note FE port for my s7 edge for personal use which i have been using at the moment.
Here are some of the screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I see hilary answered most of your queries
For deodex
You can see batchapktool for windows
And superr for linux
Free version does the job
You can use vmware or dual boot
Its up ro you
@Ouweshs28 I did try that but didnt work for me... Dragging and dropping from modified systemui into original didnot work at all. Am i missing something?
Use winrar and normal compression
Try diffrent types of gui apktool
Ticklemyandroid
or apkmultitool
Ouweshs28 Thank You DEV.... Will try it.
@Ouweshs28 These chinese characters seem to be hardcoded somewhere. I couldnt locate it in systemui or framework-res. Also, there are chinese characters on RAM details appearing on recents.. How can i change them?
ragassagar said:
@Ouweshs28 These chinese characters seem to be hardcoded somewhere. I couldnt locate it in systemui or framework-res. Also, there are chinese characters on RAM details appearing on recents.. How can i change them?
Click to expand...
Click to collapse
Its in framework-res.apk
and ram i think its in system ui
Ouweshs28 said:
Its in framework-res.apk
and ram i think its in system ui
Click to expand...
Click to collapse
Where exactly? I tried alot but couldn't find it.
ragassagar said:
Where exactly? I tried alot but couldn't find it.
Click to expand...
Click to collapse
values/ strings.xml
Ouweshs28 said:
values/ strings.xml
Click to expand...
Click to collapse
@Ouweshs28 How to remove lunar date from aurora rom? It is appearing on the notification dropdown on the side of date?
ragassagar said:
@Ouweshs28 How to remove lunar date from aurora rom? It is appearing on the notification dropdown on the side of date?
Click to expand...
Click to collapse
Can hide it in rom control. Or replace dateview.smali by the international one. Or modify lunars.smali (lunar.smali)
You can find them in systemUI
0down vote
i want to add language to rom that not support this language
i found an article that says: in system folder of the rom decompile "framework-res.apk" and after that translate some xml files pack it back to zip and flash it the problem is i didn't find the stock rom so i downloaded twrp backup file and extract it to similar format like a rom i do it all. my question is if i will pack it back(after modified) and try to flash it it will work?

Categories

Resources