[Q] Framework-res - Galaxy S 5 Q&A, Help & Troubleshooting

Hello Gents
does anyone know how to solve this issue when Re-Compiling the Stock Framework-res of the Galaxy S5 4.4.2 SM-G900H ?
{
"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"
}

Did you delete some stuff from the decompiled apk or something?
Sent from my SM-G900F using Tapatalk

Goldie said:
Did you delete some stuff from the decompiled apk or something?
Sent from my SM-G900F using Tapatalk
Click to expand...
Click to collapse
not at all. I just decompiled it and then recompiled it.
I've worked a lot with S4 Framework before. I never faced such an issue as this one.
hope someone can help me.

Goldie already suggested the most common cause, a gap in the ID sequence. Did you add the framework(s) to the session configuration? Perhaps you had a typo when you added them? Otherwise a corrupt apk or an outdated decompiler.
We really can't do more than guess since you didn't provide essential information about your decompiler version or a detailed description of the steps you used to decompile it.
.

I used Apktool for decompiling. Apktool is no longer updated. however I am using its latest available build.
I also used stable Version of APKMulti Tool. it gave the same error. I've read another xda post they said
there should be a problem with the id numbers and their corresponding symobls. however I didn't get the meaning of it

You still didn't tell us what version of apktool you are using, if you added your frameworks to the apktool configuration or any other essential details.
People could help you a lot more effectively if you provide crucial details. My Ouiji board can't tell what file versions you have, how your system is configured or whether you are making any missteps along the way.

fffft said:
You still didn't tell us what version of apktool you are using, if you added your frameworks to the apktool configuration or any other essential details.
People could help you a lot more effectively if you provide crucial details. My Ouiji board can't tell what file versions you have, how your system is configured or whether you are making any missteps along the way.
Click to expand...
Click to collapse
Version 1.5.2, bro decompiling apk is easy. I have worked a lot on other frameworks and faced a lot of errors.
but this one is one of those that I don't know how to solve.

Kurotsuchi said:
Version 1.5.2, bro decompiling apk is easy. I have worked a lot on other frameworks and faced a lot of errors.
but this one is one of those that I don't know how to solve.
Click to expand...
Click to collapse
some samsung framework have errors in recompiling... to solve it you have to delete all the identifier in the log file and recompile... you need time but it works.

soloilmeglio said:
some samsung framework have errors in recompiling... to solve it you have to delete all the identifier in the log file and recompile... you need time but it works.
Click to expand...
Click to collapse
well in fact, I did just that, and all corresponding errors were gone. but I was tired so I left it. I guess I would go for it again.
Thanks for the tip Brother

Kurotsuchi said:
Hello Gents
does anyone know how to solve this issue when Re-Compiling the Stock Framework-res of the Galaxy S5 4.4.2 SM-G900H ?
Click to expand...
Click to collapse
Download the attached zip and replace your apk tool files with these keep a backup of your current version as well
Run the if framework and twframework commands
Now try to decompila and compile the framework without any changes, it should work properly

ag4751 said:
Download the attached zip and replace your apk tool files with these keep a backup of your current version as well
Run the if framework and twframework commands
Now try to decompila and compile the framework without any changes, it should work properly
Click to expand...
Click to collapse
JUST WOWWWWWWWWWWWW.
how is that possible ? Can I know why it WORKED ??
I want to thank you from the DEEPEST OF my Heart. Thank you ALL who answered my question. Thank you Guys SO MUCH

Kurotsuchi said:
Can I know why it WORKED ??
Click to expand...
Click to collapse
Basically its a more recent version of apktool and the aapt files

ag4751 said:
Basically its a more recent version of apktool and the aapt files
Click to expand...
Click to collapse
Great. but I wonder why I couldn't find that newer version on the Code.Google.com official page of the tool!
Thanks again, this helped me so much. I wish you All the best. Thank you so much

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.

APK Easy Manager v1.0 - Apk Editing made easy! [Only for Windows]

This is basically like APK Manager but made simpler, it is made for modders who wants to edit multiple apks at once and built them at once!
It includes two builders and two decompilers for full compatibility of APK's whether from ICS and Gingerbread.
Download: APK Easy Manager v1.0
Features:
Graphical User Interface
Lighter Size
More Organized
APK's that's needed to be decompiled can be placed anywhere
Supports Drag and Drop
Decompile and Build Multiple APK's at once!
Supports Both ICS and Gingerbread APK's
Built for no0bs and novice modders
Works on all Windows Platform which Supports net framework 2.0
To Do list:
Add the option to have parallel decompiling and building!
Improve GUI
Add an application icon
Known Bugs:
Can't be maximized properly
Requirements:
Java (JRE will do)
.Net Framework 2.0
only
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"
}
TIP: Even though the box says Drop ______ Here, you can just drop it in the listbox
Thank you for your work....
just a question does it do all signing, compressing process at its own???
krish_nank said:
Thank you for your work....
Click to expand...
Click to collapse
your welcome, it's really intended for personal use only but I decided to share it with you guys since there were too many things to click and press on the normal apk manager...and btw the app was made less than a day xD
hi trettet thanks for the toold downloading now guna give it ago thanks
So can't wait to finish work looks like it make things easyer
Sent from my MT15i using Tapatalk
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
signing??
Sent from my LT18i
wintel_mac said:
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
Click to expand...
Click to collapse
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
rashid.fairus said:
signing??
Sent from my LT18i
Click to expand...
Click to collapse
will add that on the next version...
Can I get the code of an apk, somehow? Or will this application just allow me to modify resources of apk?
thankyou, it's helped
nice work....
no offence but i cnt get it to work well ever....i get d apk decompiled properly most of time ut compilation never works for me....either der is an error or d modd isnt actually applied...
by d way i knw how to use apktool n apkmanager ut wanted to give dis a try
Sent from my GT-I9100G using XDA
tnx
Tnx a lot , for me it is a good app
Superb Tool
hi,trettet thanks for sharing this wonderful tool..
IMHO this is by far the easiest tool to decompile & compile apk
It would be handy if you can implement the following features also:
*Batch Sign
*Batch Zip-align
*Batch Install Apk
*Batch Rename
By implementing these features,this would an complete tool dealing anything related to apk..."One tool to rule them all"
Here is an icon for the tool which i have created..
View attachment 998369
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
181charan said:
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
Click to expand...
Click to collapse
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
trettet said:
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
Click to expand...
Click to collapse
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
ggoodman1022 said:
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
Click to expand...
Click to collapse
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
HumanXv2 said:
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
So, do I just copy that file, and place it in the same directory for the app that I want it to build?
Basically, what I've done is decompiled an app, edited a few text files within it (I couldn't get edits to stick simply within root browser) and now I want to build the app. The instructions say to just drag & drop the path into the manager and click "Start Building."
But with, or without the framework-res.apk from the phone, it just says "Smaling" for about ten seconds, then runs more script and closes before I can read any of it. But nothing shows up in the result folder...

[CROSSPLATFORM][Decompile/Compile] Quick Mod Tool CrossPlatform [decompile and compile with speed]

[CROSSPLATFORM][Decompile/Compile] Quick Mod Tool CrossPlatform [decompile and compile with speed]
Java Cross-Platform QuickMod tool
Click to expand...
Click to collapse
The latest cross platform build was brought to you by @userdelroot, thank him for the GUI cross platform version, he deserves 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"
}
QUICK MOD TOOL
Sick of having to download multiple tools to get one job done? heres one that does JUST the basics​
Installs framework
Decompiles .apk files
Decompiles .jar files(classes.dex)
Compiles .apk files
Compiles .jar files(classes.dex)
Decompiles classes.dex file
Cecompiles classes.dex file
Signs .apk files
Clear working files
Integrated process log
Integrated verbose log​
Click to expand...
Click to collapse
DOWNLOADS
-Only 4MB
............
Mirror 1 | Mirror 2​
Click to expand...
Click to collapse
INSTALLATION
Extract.
Place the files you wanna mod in the folders.
Run the tool and select what you wanna do.​
Click to expand...
Click to collapse
CREDITS
userdelroot - this guy is the legend who made the linux version!
iBotPeaches
Brut.all​
XDA:DevDB Information
QuickModTool, Tool/Utility for the Android General
Contributors
ricky310711, userdelroot
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2013-11-22
Created 2013-11-21
Last Updated 2014-05-11
@ricky310711 thanks alot for this tool!!
why the heck hasnt anyone being using the crap out of this thing??????....its awesome...allow me to explain...i really like the ui of the focal camera but hate not being able to turn the sound off...so i used this...decompiled it....replaced the sounds with blank /silent mp3s and recompiled it and signed it...and it worked...only issue is that the video camera forced closed when trying to switch back...im going to do a logcat nad post the apk here so if anyone can help it would be greatly appreciated....
heres the apk... ill submit the logcat as soon as i can
https://drive.google.com/file/d/0B06L494jdQAlVzZubWdWS2FVVFU/edit?usp=sharing Focal Cam w/o Sound
Just one word.....AWESOME!!!!!GREAT WORK.:thumbup::thumbup::beer::beer:
MANY GREEEETZ!!!
cezeff said:
why the heck hasnt anyone being using the crap out of this thing??????....its awesome...allow me to explain...i really like the ui of the focal camera but hate not being able to turn the sound off...so i used this...decompiled it....replaced the sounds with blank /silent mp3s and recompiled it and signed it...and it worked...only issue is that the video camera forced closed when trying to switch back...im going to do a logcat nad post the apk here so if anyone can help it would be greatly appreciated....
heres the apk... ill submit the logcat as soon as i can
https://drive.google.com/file/d/0B06L494jdQAlVzZubWdWS2FVVFU/edit?usp=sharing Focal Cam w/o Sound
Click to expand...
Click to collapse
-CALIBAN666- said:
Just one word.....AWESOME!!!!!GREAT WORK.:thumbup::thumbup::beer::beer:
MANY GREEEETZ!!!
Click to expand...
Click to collapse
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Thanks
ricky310711 said:
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Click to expand...
Click to collapse
Hi,
I made this with your tool, thank you, and please, update
I just needed tu run the bat file as administrator tu fully working.
Le [email protected] said:
Hi,
I made this with your tool, thank you, and please, update
I just needed tu run the bat file as administrator tu fully working.
Click to expand...
Click to collapse
looks good! confirmed working on the SGS3 i9300 SmartDroid rom by me and SkywalkerZ!
i will update it in 5 minutes, and i will add request for admin when opening it!
Updated to 2.0
bug
Thank you for the update.
There is a problem of distorted display.
Just add this line that comes from the previous version:
mode con: cols = 124 lines = 35
at the beginning of file tool.bat
Not tested the new faetures yet.
Thanks again.
Le [email protected] said:
Thank you for the update.
There is a problem of distorted display.
Just add this line that comes from the previous version:
mode con: cols = 124 lines = 35
at the beginning of file tool.bat
Not tested the new faetures yet.
Thanks again.
Click to expand...
Click to collapse
Really? In V2 I didnt set the mode because I had problems when facing errors while doing task, I couldnt see far back!
ricky310711 said:
Really? In V2 I didnt set the mode because I had problems when facing errors while doing task, I couldnt see far back!
Click to expand...
Click to collapse
Please Make A Tool To Decompile Huawei Apks. I Cannot Decompile Huawei System Apks With Anytool In This Forum
Files Are Here If You Want To Check : Download
Thanks A Lot
husen4u said:
Please Make A Tool To Decompile Huawei Apks. I Cannot Decompile Huawei System Apks With Anytool In This Forum
Files Are Here If You Want To Check : Download
Thanks A Lot
Click to expand...
Click to collapse
did you install the framework?
ricky310711 said:
did you install the framework?
Click to expand...
Click to collapse
Yes i Did. Thanks For Reply
husen4u said:
Yes i Did. Thanks For Reply
Click to expand...
Click to collapse
You will have to take it up with @iBotPeaches as thats the developer of apktool...
ricky310711 said:
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Click to expand...
Click to collapse
yeah i would recommend whatever updates that you could push out...that would be great...its already an awesome tool
cezeff said:
yeah i would recommend whatever updates that you could push out...that would be great...its already an awesome tool
Click to expand...
Click to collapse
really it was just a little project i went through with for myself, to do the basics.. glad everyone likes it!
thanx for update,worx great. :good:
a new tooll in market...
but i think it have smaili error when i editing, it generates weird error i cant read it... annoyed but great tool..
I'll probably have to wait for a Linux version, but good job :good:
Wow, this is featured on the XDA Portal. Nice job. I will start using this, seems less uglier than most. I like it !!
Sent from my Nexus F...Fi...Fii...Ahem...*clears throat*... Five.

[TOOL][WINDOWS] Watchface digital signing application (WDS)

Hi, this is basically an alpha version of an Digital signing application i made for the guys that make the watchfaces for the chinese smartwatches like no1. d6 and finow q1. It signs both the xml files and the png graphics with a signature made with the help of a self signing certificate. The certificate is generated in the application and all of the signatures can be verified.
With the application you can :
*Create self signed certificates (certificates are saved in a ".pfx" file locally)
*Delete self signed certificates
*Sign XML files
*Sign Png files
*Verify signed XML and Png files
I have made some choices along the way with this app that i think are logical like if you try to sign files that already have a digital signature in them then it is overwritten and they are re signed. So for example if you guys don't agree that it should be that way i will listen and make the change before i put out the next version which will be a proper release complete with an installer and everything. The main reason that i have posted the application and started this thread is so you the watchface designers can test out the application and voice your suggestions.
As far as i see everything is working good. So try it out and let me know in the thread if you have any suggestions for improvement or if you find any bugs.
P.S. run the application as admin for now because of permissions!
The application is written in WPF so there might be some differences between older windows versions and newer ones, if the application does not look like in the following screenshots, i would appreciate if you could take a screenshoot and post it in this thread so i can fix the problem.
{
"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"
}
Thank you very much for this.
I hope you don't mind but I have linked it to our G+ forum where a lot of the trouble was discovered.
I have told them to visit here to say thanks,
Cheers
ado_dado said:
Hi, this is basically an alpha version of an Digital signing application i made for the guys that make the watchfaces for the chinese smartwatches like no1. d6 and finow q1. It signs both the xml files and the png graphics with a signature made with the help of a self signing certificate. The certificate is generated in the application and all of the signatures can be verified.
With the application you can :
*Create self signed certificates (certificates are saved in a ".pfx" file locally)
*Delete self signed certificates
*Sign XML files
*Sign Png files
*Verify signed XML and Png files
I have made some choices along the way with this app that i think are logical like if you try to sign files that already have a digital signature in them then it is overwritten and they are re signed. So for example if you guys don't agree that it should be that way i will listen and make the change before i put out the next version which will be a proper release complete with an installer and everything. The main reason that i have posted the application and started this thread is so you the watchface designers can test out the application and voice your suggestions.
As far as i see everything is working good. So try it out and let me know in the thread if you have any suggestions for improvement or if you find any bugs.
P.S. run the application as admin for now because of permissions!
The application is written in WPF so there might be some differences between older windows versions and newer ones, if the application does not look like in the following screenshots, i would appreciate if you could take a screenshoot and post it in this thread so i can fix the problem.
Click to expand...
Click to collapse
Thanks ado
Sent from my SM-G930F using XDA-Developers mobile app
pablo11 said:
Thank you very much for this.
I hope you don't mind but I have linked it to our G+ forum where a lot of the trouble was discovered.
I have told them to visit here to say thanks,
Cheers
Click to expand...
Click to collapse
No problem happy to help but this is not the final version. And there are likely bugs i have not noticed/been able to test for. Hopefully people will give some feedback on it so i can make it better for you guys.
ado_dado said:
No problem happy to help but this is not the final version. And there are likely bugs i have not noticed/been able to test for. Hopefully people will give some feedback on it so i can make it better for you guys.
Click to expand...
Click to collapse
It's great that you put in the effort to make it happen :good:

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