azurlane_anti_name

反和谐船名:μ兵装,小XX,重樱,铁血,白鹰,META

B服 / 9游版/ 当乐/百度

在Releases下载,渠道服自行测试

其他渠道服暂时找不到直链,无能为力.

手动修改的教程如下:(中英混杂)(仅介绍单手机教程)

0x1 工具

MT管理器MT管理器 或者np管理器NP管理器

0x2

下载你的碧蓝航线的的安装包或者使用以上任意一种提取安装包

0x3

查看安装包open

0x4

打开classes.dex openit

0x5

在浏览里打开com(文件夹)-->unity3d.player(文件夹)-->UnityPlayerActivity并打开

以下通常被认为是一道门槛,希望你能理解它并越过他

傻瓜版

1x1

在17行粘贴以下内容

.method private static native init(Landroid/content/Context;)V

.end method

1x2

在65行粘贴一下内容



const-string v0, "Dev_Liu"

invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

invoke-static {p0}, Lcom/unity3d/player/UnityPlayerActivity;->init(Landroid/content/

1x3

把仓库里libs文件夹里的三个文件夹复制到apk中lib文件夹里

1x4

一路保存并退出

1x5

卸载碧蓝航线,安装修改后的apk文件 (你可以选择重新下7G或者先把/sdcard/Android/data/(你的碧蓝航线包名)包名一般包括 改一个名字,等重装完碧蓝航线再替换回原名字)

原版教程

##1x0:Loading the library Add the following method to UnityPlayerActivity, anywhere above its onCreate:

.method private static native init(Landroid/content/Context;)V
.end method

And these lines to onCreate:

## Loading the library
Add the following method to `UnityPlayerActivity`, anywhere above its `onCreate`:
```smali
.method private static native init(Landroid/content/Context;)V
.end method

And these lines to onCreate:

    const-string v0, "Dev_Liu"

    invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

    invoke-static {p0}, Lcom/unity3d/player/UnityPlayerActivity;->init(Landroid/content/Context;)V

(Preferably without replacing other variables, such as between .locals 2 and const/4 v0, 0x1.)

Credits