APK EditorAbout APK EditorExamples of How to Use ItModify App NameBeau的中文翻譯

APK EditorAbout APK EditorExamples

APK Editor

About APK Editor
Examples of How to Use It
Modify App Name
Beauty UI: Change Background Image
Remove Ad
Make an App can Move to SD Card
Remove Unwanted Permissions
About Issues
APK Editor is a super tool that can hack apk files to do lots of things for fun. It can help us to do things like string localization, background image replacement, layout re-architecting, and even ad eliminating, permission removing, etc. What it can do depends on how you use it. However, to use it well, we need a little bit professional skills.
To get started with it, just open an apk file either from a folder or installed apps. It will display some editable information inside the apk. Make some changes as you want, and then click the save button in the upper right corner. That's all! Easy to use, isn't it? In following part, I will give you some examples. For convenience, I will take 'Hack App Data' as the target apk file. (Hack App Data can be downloaded from my app list)

Example 1: Modify App Name
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'

(2) Editable information is showed after clicking the app, input 'Hack' to search the target string item, and then change the value to your favorate. For example, here we change it to 'App Data Hacker'

(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.

(4) Modified apk can be installed from file explorer. (But please note that the original app should be uninstalled before the installation, as the package name is not changed)

Example 2: Change Background Image
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Resource' tab after editable resource shown, and then enter 'drawable' folder by clicking at the item. Click 'hacker_bg.jpg' and it will prompt us a page to select an image to replace it. Just select the image you've prepared. (the format MUST be the same, in this case, it must be a jpg file)
(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
Example 3: Remove Ad
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Resource' tab after editable resource shown, and then enter 'layout' folder by clicking at the item. Click 'activity_main.xml' and it will show the content of activity_main.xml. Click 'Edit' and scroll to the last line, change
layout_height="wrap_content"
to:
layout_height="0dip"

And click 'Save' button in the bottom to save the modification.
(Please note this just make the ad on main page invisible, but it's similiar for other pages)
(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
Example 4: Make an App can Move to SD Card
(ONLY available in pro version, try my another app "Apps Movable" if you don't have pro version)
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Manifest' tab, and then click at the line of manifest (Generally should be line 2)
(3) Click at '+' icon to add a key and value (android:installLocation="auto", refer to the following graph), and then click 'OK'; when return to previous dialog, click 'Save'

(4) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
Example 5: Remove Unwanted Permissions
(ONLY available in pro version, here we will demostrate how to remove internet permission)
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Manifest' tab, and then click at the lines of uses-permission (Should be line 4-6). Find out the line which contains the name of "android.permission.INTERNET".
(3) Long click at the line, it will prompt a dialog like:

(4) Click at 'Delete' menu.
(5) Click save button in the upper right corner. After a while, we w
0/5000
原始語言: -
目標語言: -
結果 (中文) 1: [復制]
復制成功!
APK EditorAbout APK EditorExamples of How to Use ItModify App NameBeauty UI: Change Background ImageRemove AdMake an App can Move to SD CardRemove Unwanted PermissionsAbout IssuesAPK Editor is a super tool that can hack apk files to do lots of things for fun. It can help us to do things like string localization, background image replacement, layout re-architecting, and even ad eliminating, permission removing, etc. What it can do depends on how you use it. However, to use it well, we need a little bit professional skills.To get started with it, just open an apk file either from a folder or installed apps. It will display some editable information inside the apk. Make some changes as you want, and then click the save button in the upper right corner. That's all! Easy to use, isn't it? In following part, I will give you some examples. For convenience, I will take 'Hack App Data' as the target apk file. (Hack App Data can be downloaded from my app list)Example 1: Modify App Name(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Editable information is showed after clicking the app, input 'Hack' to search the target string item, and then change the value to your favorate. For example, here we change it to 'App Data Hacker'(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.(4) Modified apk can be installed from file explorer. (But please note that the original app should be uninstalled before the installation, as the package name is not changed)Example 2: Change Background Image(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Resource' tab after editable resource shown, and then enter 'drawable' folder by clicking at the item. Click 'hacker_bg.jpg' and it will prompt us a page to select an image to replace it. Just select the image you've prepared. (the format MUST be the same, in this case, it must be a jpg file)(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.Example 3: Remove Ad(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Resource' tab after editable resource shown, and then enter 'layout' folder by clicking at the item. Click 'activity_main.xml' and it will show the content of activity_main.xml. Click 'Edit' and scroll to the last line, change layout_height="wrap_content"to:layout_height="0dip"And click 'Save' button in the bottom to save the modification.(Please note this just make the ad on main page invisible, but it's similiar for other pages)(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.Example 4: Make an App can Move to SD Card(ONLY available in pro version, try my another app "Apps Movable" if you don't have pro version)(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Manifest' tab, and then click at the line of manifest (Generally should be line 2)(3) Click at '+' icon to add a key and value (android:installLocation="auto", refer to the following graph), and then click 'OK'; when return to previous dialog, click 'Save'(4) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.Example 5: Remove Unwanted Permissions(ONLY available in pro version, here we will demostrate how to remove internet permission)(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Manifest' tab, and then click at the lines of uses-permission (Should be line 4-6). Find out the line which contains the name of "android.permission.INTERNET".(3) Long click at the line, it will prompt a dialog like:(4) Click at 'Delete' menu.(5) Click save button in the upper right corner. After a while, we w
正在翻譯中..
結果 (中文) 3:[復制]
復制成功!
apk编辑器关于apk编辑器如何使用它修改应用程序名称美容界面:改变背景图像去除广告使一个应用程序可以移动到SD卡删除不需要的权限关于问题apk编辑器是一个超级工具,可以破解APK文件做的事情有很多乐趣。它可以帮助我们做的事情一样,字符串定位,背景图像置换,布局重新设计,甚至广告消除,删除等权限,它能做什么取决于你如何使用它。然而,要使用它,我们需要一点点专业技能。要开始使用它,只开一个APK文件,或者从一个文件夹或安装的应用程序。它会显示一些可编辑的信息里面的APK。做一些修改,然后点击右上角的“保存”按钮。这都是!使用方便,不是吗?在下面的部分,我会给你一些例子。为方便起见,我将以“破解应用程序数据”为目标的APK文件。(破解应用程序数据可以从我的应用程序列表下载)例1:修改应用程序名称(1)选择目标应用程序通过点击“选择APK应用”,然后选择“数据”的黑客程序(2)编辑的信息显示在点击应用程序,输入"黑客"查找目标字符串的项,然后将值更改为你喜欢的。例如,在这里我们把它改为“应用程序数据黑客”(3)在右上角点击“保存”按钮。一段时间后,我们会告知修改APK在某个地方。(4)修改APK可以从文件管理器安装。(但请注意,原来的应用程序应该被卸载在安装前,为包的名称没有改变)例如2:改变背景图像(1)选择目标应用程序通过点击“选择APK应用”,然后选择“数据”的黑客程序(2)单击“资源”标签显示可编辑的资源后,再进入“冲”文件夹中单击项目。单击“hacker_bg .jpg”,它会提示我们一个页面选择一个图像来取代它。只要选择你准备好的图片。(格式必须是相同的,在这种情况下,它必须是JPG文件)(3)在右上角点击“保存”按钮。一段时间后,我们会告知修改APK在某个地方。例3:删除广告(1)选择目标应用程序通过点击“选择APK应用”,然后选择“数据”的黑客程序(2)单击“资源”标签显示可编辑的资源后,再进入“布局”文件夹,单击项目。单击“activity_main。XML”,它会显示activity_main.xml内容。单击“编辑”,滚动到最后一行,更改layout_height =“wrap_content”以:layout_height =“0dip”并点击“保存”按钮,以节省修改。(请注意这只是主网页上看不见的,使广告但很相似的其他页)(3)在右上角点击“保存”按钮。一段时间后,我们会告知修改APK在某个地方。例4:使一个应用程序可以移动到SD卡(仅在专业版,尝试我的另一个应用程序的“应用程序可移动”,如果你没有专业版)(1)选择目标应用程序通过点击“选择APK应用”,然后选择“数据”的黑客程序(2)单击“清单”选项卡,然后单击“清单”(通常为2行)(3)在“+”图标,添加一个键值点击(安卓:installlocation =“自动”,参考下面的图),然后单击“确定”;当返回上一对话框,点击“保存”(4)在右上角点击“保存”按钮。一段时间后,我们会告知修改APK在某个地方。例5:删除不需要的权限(仅在专业版,这里我们将演示如何将互联网的许可)(1)选择目标应用程序通过点击“选择APK应用”,然后选择“数据”的黑客程序(2)单击“显示”选项卡,然后单击“在用线条的许可(应该是线4-6)。找出包含“安卓许可”的线。(3)长按一下,它会提示一个对话框:(4)单击“删除”菜单。(5)在右上角点击“保存”按钮。过了一段时间后,我们
正在翻譯中..
 
其它語言
本翻譯工具支援: 世界語, 中文, 丹麥文, 亞塞拜然文, 亞美尼亞文, 伊博文, 俄文, 保加利亞文, 信德文, 偵測語言, 優魯巴文, 克林貢語, 克羅埃西亞文, 冰島文, 加泰羅尼亞文, 加里西亞文, 匈牙利文, 南非柯薩文, 南非祖魯文, 卡納達文, 印尼巽他文, 印尼文, 印度古哈拉地文, 印度文, 吉爾吉斯文, 哈薩克文, 喬治亞文, 土庫曼文, 土耳其文, 塔吉克文, 塞爾維亞文, 夏威夷文, 奇切瓦文, 威爾斯文, 孟加拉文, 宿霧文, 寮文, 尼泊爾文, 巴斯克文, 布爾文, 希伯來文, 希臘文, 帕施圖文, 庫德文, 弗利然文, 德文, 意第緒文, 愛沙尼亞文, 愛爾蘭文, 拉丁文, 拉脫維亞文, 挪威文, 捷克文, 斯洛伐克文, 斯洛維尼亞文, 斯瓦希里文, 旁遮普文, 日文, 歐利亞文 (奧里雅文), 毛利文, 法文, 波士尼亞文, 波斯文, 波蘭文, 泰文, 泰盧固文, 泰米爾文, 海地克里奧文, 烏克蘭文, 烏爾都文, 烏茲別克文, 爪哇文, 瑞典文, 瑟索托文, 白俄羅斯文, 盧安達文, 盧森堡文, 科西嘉文, 立陶宛文, 索馬里文, 紹納文, 維吾爾文, 緬甸文, 繁體中文, 羅馬尼亞文, 義大利文, 芬蘭文, 苗文, 英文, 荷蘭文, 菲律賓文, 葡萄牙文, 蒙古文, 薩摩亞文, 蘇格蘭的蓋爾文, 西班牙文, 豪沙文, 越南文, 錫蘭文, 阿姆哈拉文, 阿拉伯文, 阿爾巴尼亞文, 韃靼文, 韓文, 馬來文, 馬其頓文, 馬拉加斯文, 馬拉地文, 馬拉雅拉姆文, 馬耳他文, 高棉文, 等語言的翻譯.

Copyright ©2024 I Love Translation. All reserved.

E-mail: