https://github.com/jiangxincode/ApkToolBoxGUI

APKToolBoxGUI是一个程序员常用的小工具合集,有个比较友好的交互界面。主要包含编码转换,时间戳转换,颜色拾取器,颜色转换,重复文件查找,批量文件重命名,文件摘要检查等。另外还有些专门为Android开发定制的小工具,比如带界面的Monkey,国际化语言批量处理等。

Why you should try

  • Open source forever
  • More powerful features
  • Easier to use
  • Update more frequently

Features

File

Convert between different character encodings

  • 支持UTF-8,GB2312,GBK,Big5等上百种编码格式间的互相转换
  • 支持多文件夹、多文件批量转换
  • 支持源文件编码自动识别,自动识别采用多引擎方案,识别率高

类似工具:

Convert between different OS types

Convert between Simplified Chinese and Traditional Chinese

Check files digest

Find duplicated files(Not Finished)



类似工具:

RenameIt: http://www.comicer.com/stronghorse/

Convert

Convert between timestamp and formatted time

Convert between color formats

Convert between common color formats: RGB/HEX/CMYK/HSB(HSV)

类似工具:

Color picker

A useful little color picker that grabs the pixel under your mouse and transforms it into a number of different color formats. You can use the built-in magnifier to zoom in on your screen, click on a color value to copy it directly to the clipboard.

类似工具:

Convert between different base

Convert between Chinese character and Unicode character

Reverse

Using third-party tools to decompile package like jar, aar, war, apk, dex and so on.

类似工具:

Name Version Website License
Apktool v2.5.0 https://github.com/iBotPeaches/Apktool Apache 2.0
GD-GUI 1.6.6 http://jd.benow.ca GNU GPL v3
JADX-GUI v1.2.0 https://github.com/skylot/jadx Apache 2.0
ApkSigner 1.3 http://apk.aq.163.com/apkpack.do#download Apache 2.0
AXMLPrinter3 0.0.1-SNAPSHOT https://github.com/jiangxincode/AXMLPrinter3 Apache 2.0

SnapShot

Dumpsys

  • adb shell dumpsys alarm

Test

I18N

Copy Items

Copy some <string /> in strings.xml in the value[.*] directory of the [A directory] to the strings.xml in the value[.*] directory of the [B directory]. It is mainly used to merge translations into several code branches.

Replace Items

Replace some <string /> in strings.xml in the value[.*] directory of the [A directory] to the strings.xml in the value[.*] directory of the [B directory]. It is mainly used to merge translations into several code branches.

Delete Items

Delete some <string /> in strings.xml in the value[.*] directory of the [A directory]

Find the longest

Find the longest translation of a <string />. Primarily for finding cuts or line breaks.

License

Contributing

Any contributing is welcomed.

  1. Fork repository
  2. Make changes
  3. Ensure tests pass (or hopefully adding tests!)
  4. Submit pull request/issue
  • build binary: mvn clean package
  • build project documentation: mvn clean package site

ApkToolBoxGUI 0.0.8发布了!!的更多相关文章

  1. Castle Core 4.0.0 alpha001发布

    时隔一年多以后Castle 项目又开始活跃,最近刚发布了Castle Core 4.0.0 的alpha版本, https://github.com/castleproject/Core/releas ...

  2. FineUI(专业版)v3.0.0 发布,手机、平板和桌面全支持!

    FineUI(专业版)v3.0.0 已经正式发布,全面支持手机.平板和桌面!       自 2008 年 4 月发布第一个版本,我们持续更新了 126 个版本,拥有 16000 多位注册用户,130 ...

  3. Redis 3.0正式版发布,正式支持Redis集群

    Redis是一个开源.基于C语言.基于内存亦可持久化的高性能NoSQL数据库,同时,它还提供了多种语言的API.近日,Redis 3.0在经过6个RC版本后,其正式版终于发布了.Redis 3.0的最 ...

  4. RDIFramework.NET平台代码生成器V3.0版本全新发布-更新于20160518(提供下载)

    最新版本请转到:RDIFramework.NET平台代码生成器V3.1版本全新发布-更新于2016-10-08(提供下载) RDIFramework.NET代码生成器V3.0版本修改了针对3.0版本的 ...

  5. Bootstrap v4.0.0-alpha.5 发布,大量更新

    Bootstrap v4.0.0-alpha.5 发布了,Bootstrap是快速开发Web应用程序的前端工具包.它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的 ...

  6. ASP.NET Core 1.0 安装并发布到Centos 7.2 使用jexus 5.8.2

    安装运行环境 sudoyuminstall libunwind libicu 下载.net core https://www.microsoft.com/net/download 下载完后上传文件 安 ...

  7. 【翻译】Tomcat 6.0 部署与发布

    本篇参考Tomcat官方文档:<First Webapp>翻译,并结合自己的开发经验介绍关于tomcat部署以及发布的相关内容. 1 目录结构 在tomcat中所有的应用都是放置在CATA ...

  8. MySQL 8.0.0 版本发布,亮点都在这了!

    导读 MySQL是一个开放源码的小型关联式数据库管理系统,开发者为瑞典MySQL AB公司.目前MySQL被广泛地应用在Internet上的中小型网站中.由于其体积小.速度快.总体拥有成本低,尤其是开 ...

  9. docker 1.0.0发布以及一个bug依赖apparmor_parser

    6月10号docker 1.0稳定版本发布,找了台ubuntu的机器,装了下 ubuntu version:12.04 docker version:1.0.0 装docker的步骤可以看官方文档:h ...

随机推荐

  1. JSP常见的状态码

    1.404错误 -- 找不到访问的页面或资源 a.URL输入错误: b.未部署项目. 2.500错误 -- JSP页面代码有错误 3.302状态码+200状态码 -- 重定向 4.200状态码 -- ...

  2. C# 编写一个小巧快速的 Windows 动态桌面软件

    开源自己前段时间使用 C# 编写的 Windows 动态桌面软件,在接下来的博客我将描写一些技术细节和遇到的一些坑.这个软件可以把视频设置成桌面背景播放,不仅如此而且还可以把网页或一个网页文件设置成桌 ...

  3. DIgSILENT PowerFactory 15.1.7 破解过程

    将dll文件复制到安装路径下:

  4. Java中List排序的3种方法

    在某些特殊的场景下,我们需要在 Java 程序中对 List 集合进行排序操作.比如从第三方接口中获取所有用户的列表,但列表默认是以用户编号从小到大进行排序的,而我们的系统需要按照用户的年龄从大到小进 ...

  5. EhCache简单入门

    一 介绍 EhCache 是一个纯Java的进程内缓存框架,具有快速.精干等特点,是Hibernate中默认CacheProvider.Ehcache是一种广泛使用的开源Java分布式缓存.主要面向通 ...

  6. vnc mirror driver

    2012年4月,大二下学期,平静的课堂上老师通知了一个比赛...第一届大学生软件设计大赛!然后我选了第六题:windows屏幕录像.就这样我就开始了我的vc开发生涯. 之前学了c/c++作为基础,自认 ...

  7. thinkphp 5 在页面输出当前时间

    我遇到的使用场景是<input>默认为当前时间,代码如下: <input name="starttime" id="starttime" ty ...

  8. JAVA获取请求的IP地址

    private static final String[] ADDR_HEADER = { "X-Forwarded-For", "Proxy-Client-IP&quo ...

  9. CMAKE为项目输出名添加后缀

    概述 本文将介绍cmake配置动态库和可执行程序两种,使用cmake为其添加Debug和Release配置下的后缀 动态库 下面将介绍使用CMAKE_DEBUG_POSTFIX和CMAKE_RELEA ...

  10. 【九度OJ】题目1078:二叉树遍历 解题报告

    [九度OJ]题目1078:二叉树遍历 解题报告 标签(空格分隔): 九度OJ http://ac.jobdu.com/problem.php?pid=1078 题目描述: 二叉树的前序.中序.后序遍历 ...