Хэрхэн apk орчуулах вэ? - IDEs, Libraries, & Programming Tools

Хэрхэн apk орчуулах вэ?
Энд хараад байхад ганц ч монгол үг алга . Тиймээс энэ постоо монгол фонтоор бичлээ. Та бүхнээс асуух зүйл байна аа.
Хэрхэн Андройд APK орчуулах вэ? Энэ талаар надад заавар зөвлөгөө өгөөч. Би судлаж эхлэж байгаа юм л даа. Баярлалаа. Та бүхнийг туслана гэдэгт итгэлтэй байна.

English please!
Sent from my HTC One S using Tapatalk

Guide-Заавар
1. You need ApkTool to Decompile your APK
2. Go to your decompiled apk's folder and locate "res\values" folder's strings.xml
3. Now you're ready to translate !!!
4. Recompile
5. Sign
1. ApkTool ашиглан APK файлаа задла
2. Задласан хавтаснаас strings.xml документийг res\values хавтсанаас ол
3. Одоо ороод орчуулаад бич
4. Эргэн нэгтгэ
5. Sign хий

Related

[Q] How To Decompile Framework-res.apk with APK Manager

Hello
I want decompile Framework-res.apk with APK Manager (Option 10)
it need Dependee Apk , What is this ?
can i use ''SemcGenericUxpRes.apk'' in Framework folder or not ?
if not , please help me .
Thanks a lot

[GUIDE] How to decompile android application

How-To: Decompile/Recompile​apk’s with ApkTool
————————————————————————————————————
Requirements:
ApkTool
Java JDK/JRE 32 bit
Basic mind on how to use CMD
————————————————————————————————————
Download ApkTool
APKTOOL
first you need to extract that zip
folder to anywhere you choose,
preferably on root of c/drive ie: C:/
android/apktool extracting the
files to ‘apktool’ folder
Now place the apkname.apk &
whatever other apk’s you would
like to modify into the ‘apktool’
folder
————————————————————————————————————
Getting to CMD directory
Open up a cmd Prompt and get to
the ‘apktool’ directory ie:
Type
Code:
apktool d apkname.apk
Wait for decompiling….now you will
See folder named as apk
(without .apk)
————————————————————————————
Compiling App
cd to the folder where is apkname
folder
Now type -
Code:
apktool b apname
(note dont
put .apk with apkname)
apktool b music music-new.apk
Now that apk will be in
apkname>dist = apkname.apk
Sign App And install
Note- Do not Sign System app
Guys plz like this post to show me support ..!! if u want more tutorials cl!ck thanx!
cant i use apk manager ???
Avilove.Cullen said:
cant i use apk manager ???
Click to expand...
Click to collapse
u can!
place apk in
'place app for modifying'
open script !
clck decompile app n u will see apkname.apk (folder) in projects foldr
forever king said:
u can!
place apk in
'place app for modifying'
open script !
clck decompile app n u will see apkname.apk (folder) in projects foldr
Click to expand...
Click to collapse
But while using it i cant compile
I dont know the correct steps
Apktool is better or Apkmanager?
Avilove.Cullen said:
But while using it i cant compile
I dont know the correct steps
Apktool is better or Apkmanager?
Click to expand...
Click to collapse
apktool for perfection apkmanager fr easy
forever king said:
apktool for perfection apkmanager fr easy
Click to expand...
Click to collapse
Apktool is very hard
Yeap, Apk Manager is better though
XtremX10 said:
Yeap, Apk Manager is better though
Click to expand...
Click to collapse
Yeah .. !!

how do open. Apk file?

Trying to edit bools.xml file to edit 4g text in status top bar to say lte instead of 4g
Thx
via my NeXus⁴ using XDA Phremium app
download and setup apktool then use this command to decompile it: apktool d name.apk
after your done editing it do this command to compile it: apktool b name
then use 7zip and replace the AndroidManifest.xml and META-INF in your new compiled apk with the ones from the original apk and you'll be good.
Bloodawn said:
download and setup apktool then use this command to decompile it: apktool d name.apk
after your done editing it do this command to compile it: apktool b name
then use 7zip and replace the AndroidManifest.xml and META-INF in your new compiled apk with the ones from the original apk and you'll be good.
Click to expand...
Click to collapse
Doesn't APKTool not support 4.2.1?
What's really the difference in decompile and just dragging the files out with 7zip? I've tried decompiling before and it makes the same folder I would with all the stuff thats extracted with 7zip.. :/
Sent from my Nexus 4

[Q]decompile settings.apk [SOLVED}

Hello,
Yesterday night I was trying to decompile Settings.apk with apktool...
Bt it was being unsuccessful on every try...
Showing errors, see attachments.
plz guide..
LINK: http://d-h.st/mk9
Try with another apk decompiling tools.
aniket.lamba said:
Try with another apk decompiling tools.
Click to expand...
Click to collapse
tried with apkmanager... not wrking..
EDIT: Can I give u the apk to decompile.. as im noob in these things
Did you import "framework-res.apk" and "twframework-res.apk"?
If yes then are you using the same framework from the same rom of the "settings.apk" or your using settings.apk of other rom?
Sent from my GT-S5360 using Tapatalk 2
just load it up,together with your framework-res.apk and twframework-res.apk,so we can help i hope.
-CALIBAN666- said:
just load it up,together with your framework-res.apk and twframework-res.apk,so we can help i hope.
Click to expand...
Click to collapse
WTF, giving error while uploading zip.. :/
your first screenshot shows that you have not placed framework-res.apk in the location your command prompt is at
in other words you did not place framework-res.apk in the location c:\new folder
just as a tip - when working with dos prompt - never put a space in folder or file names - it doesnt like it
marcussmith2626 said:
your first screenshot shows that you have not placed framework-res.apk in the location your command prompt is at
in other words you did not place framework-res.apk in the location c:\new folder
just as a tip - when working with dos prompt - never put a space in folder or file names - it doesnt like it
Click to expand...
Click to collapse
No, Ive placed two folders named 'apktool' and 'new folder'...
'apktool ' includes apkmultitool and new folder includes PY-APKTOOL, I found that here http:// http://forum.xda-developers.com/showpost.php?p=39697820&postcount=4 respectively.
Ive used apkmultitool as:
I renamed framework-res.apk as apktool if framework-res.apk and tried to decompile it. Bit i ve faced an error.
I could not install framework-res.apk in my computer..
Framework-res.apk:
I followed guide to decompile framework-res.apk from here [URL=" http://caliban666isaddicted.blogspot.in/2013/06/guide-for-change-platlogoeasytextmaybe.html?m=1" ] http://caliban666isaddicted.blogspot.in/2013/06/guide-for-change-platlogoeasytextmaybe.html?m=1 [/URL]
And done my modifications in framework-res.apk and installed it successfully.
While I was trying to decompile settings.apk, the errors were occuring..
crazysuraj said:
No, Ive placed two folders named 'apktool' and 'new folder'...
'apktool ' includes apkmultitool and new folder includes PY-APKTOOL, I found that here http:// http://forum.xda-developers.com/showpost.php?p=39697820&postcount=4 respectively.
Ive used apkmultitool as:
I renamed framework-res.apk as apktool if framework-res.apk and tried to decompile it. Bit i ve faced an error.
I could not install framework-res.apk in my computer..
Framework-res.apk:
I followed guide to decompile framework-res.apk from here [URL=" http://caliban666isaddicted.blogspot.in/2013/06/guide-for-change-platlogoeasytextmaybe.html?m=1" ] http://caliban666isaddicted.blogspot.in/2013/06/guide-for-change-platlogoeasytextmaybe.html?m=1 [/URL]
And done my modifications in framework-res.apk and installed it successfully.
While I was trying to decompile settings.apk, the errors were occuring..
Click to expand...
Click to collapse
I dont understand what you are doing with importing the framework
just do this
create a folder called apktool in the root of c: - in other words create a folder apktool so its location is c:\apktool
place framework-res.apk from the rom zip along with the apk you wish to decompile - in this case settings.apk in the folder apktool you have just created
open a command prompt as admin
type the following
cd c:\apktool
apktool if framework-res.apk
apktool d settings.apk settingsdecompiled
-CALIBAN666- said:
just load it up,together with your framework-res.apk and twframework-res.apk,so we can help i hope.
Click to expand...
Click to collapse
Ive uploaded apks
Google Drive :LINKS REMOVED
UPDATED LINK: http://d-h.st/mk9
Thank You!
crazysuraj said:
Ive uploaded apks
Google Drive :LINKS REMOVED
UPDATED LINK: http://d-h.st/mk9
Thank You!
Click to expand...
Click to collapse
no problems with decompiling that apk
Its user error - make sure you are using apktool correctly - there is no point in uploading any decompiled files because you will not be able to recompile it if you dont learn how to use it including trying anything else in the future
here is a screen shot with all my commands
make sure you put framework-res.apk and twframework-res.apk and settings.apk in the folder to which your command prompt is at - in my case its c:\apktool
marcussmith2626 said:
no problems with decompiling that apk
Its user error - make sure you are using apktool correctly - there is no point in uploading any decompiled files because you will not be able to recompile it if you dont learn how to use it including trying anything else in the future
here is a screen shot with all my commands
make sure you put framework-res.apk and twframework-res.apk and settings.apk in the folder to which your command prompt is at - in my case its c:\apktool
Click to expand...
Click to collapse
Yes Sir,
Here, its my fault and I should have knowledge if I love modding
I have to learn more things about how to use apktool : rolleyes:
Thank You...!
regards.
marcussmith2626 said:
no problems with decompiling that apk
Its user error - make sure you are using apktool correctly - there is no point in uploading any decompiled files because you will not be able to recompile it if you dont learn how to use it including trying anything else in the future
here is a screen shot with all my commands
make sure you put framework-res.apk and twframework-res.apk and settings.apk in the folder to which your command prompt is at - in my case its c:\apktool
Click to expand...
Click to collapse
What is this ??
crazysuraj said:
What is this ??
Click to expand...
Click to collapse
it means you havent installed apktool correctly and/or not got java jdk installed as well
Java development tools (JDK)
http://www.oracle.com/technetwork/ja...ads/index.html
Apktool
http://code.google.com/p/android-apktool/downloads/list
Place both apktool files in C:\Windows\
see my thread here for a full picture guide to using apktool
http://forum.xda-developers.com/showthread.php?t=2206938
also why have you renamed your apks to apktool if framework-res and so on in your screenshot thats a big no - do not rename your apk files
they should just be called framework-res.apk settings.apk and twframework.apk
you have renamed them to commands you type into a command prompt and I dont understand why you have done that!
you type in the command prompt apktool if framework-res.apk - you do not rename any files
marcussmith2626 said:
it means you havent installed apktool correctly and/or not got java jdk installed as well
Java development tools (JDK)
http://www.oracle.com/technetwork/ja...ads/index.html
Apktool
http://code.google.com/p/android-apktool/downloads/list
Place both apktool files in C:\Windows\
see my thread here for a full picture guide to using apktool
http://forum.xda-developers.com/showthread.php?t=2206938
also why have you renamed your apks to apktool if framework-res and so on in your screenshot thats a big no - do not rename your apk files
they should just be called framework-res.apk settings.apk and twframework.apk
you have renamed them to commands you type into a command prompt and I dont understand why you have done that!
you type in the command prompt apktool if framework-res.apk - you do not rename any files
Click to expand...
Click to collapse
OMG!
crazysuraj said:
OMG!
Click to expand...
Click to collapse
well done you have decompiled settings.apk to a folder called settings
make sure you use notepad++ to edit any xml files (different from windows notepad)
http://notepad-plus-plus.org/download/v6.6.3.html
to recompile just type
apktool b settings newsettings.apk
and it will recompile the folder to an apk called newsettings.apk (assuming no errors have been made in modding files)
you can then rename this apk back to settings.apk and sign it if required (if you have edited the androidmanifest you need to sign the apk) - you can use zipsigner from the playstore to sign apks if you need to - use a testkey for non system apps and a platform key for system apps

Unpack and Repack Apk Files

Unpack And RePack Any Apk uSing Android Phone
Easy Method By Yasikst
Required
Apk Extracter(To make Apk File Of The Installed app)
Zarchiver(To Unpack And Repack Apk)
Zarchiverhttp://www.mediafire.com/download/1z42d4vr4f3qv7j/ZArchiver_0.8.3_830.
ApkExtracterhttp://www.mediafire.com/download/zbxmynlb3bdj4g1/Apk_Extractor_3.03_29.apk
INSTALL THE APPS......
STEPS
1. OPEN ApkExtracter And Extract Any Apk That You Want To Unpack
Unpack Apk
2. Open Zarchiver (It Will Show You 2 popups On first Open..Just Click Ok and Ignore It)
3. Goto SdCard (Not External Sd) There Will a folder Name ExtractedApks....You can Get
The All Extracted Apk Using ApkExtracter Here..
4. Now Click On The Apk (That You Want To unpack )And Select Extract Here..(Or where
You want)
5. It Wil Extract The Apk.. You Can Change And Make Any change
Repack Apk
6. NOW Select All The Files That You Extracted (Using Multi select In Zarchiver)
Select Compress Zip(not 7zip) And Compress ..
7 After That.. Rename The ZIP IF You are Unpacked And Going to Repack
SystemUi .. Then SystemUI.zip to SystemUI.Apk
You Done..
YOU CAN FLASH THE MODE IF YOU GOING TO EDIT SYSTEM APPS
oR You Can Install Normally...
BY yasikst......
ANY QSTNG ABOUT THIS PLZ COMMENT
IF I HELPED YOU PRESS THANKS

Categories

Resources