hi friend, can you give me a recommendation on the tool to recompile and decompile the apk file, I have recompiled it and succeeded but after APK was installed it always failed
hi friend, can you give me a recommendation on the tool to recompile and decompile the apk file, I have recompiled it and succeeded but after APK was installed it always failed
Tell us how did you recompile it using what tools and version of it you need to sign the apk again in order to install it
I have the full english data,assets that can be merged to the chinese client to have a fully english client apk.
Sent from my SM-J730G using Tapatalk
@WireShark, nice. We'll wait for your eng apk release.
Yeah dude i got all i will show screenshot later
I am just finding a way to recompile the apk i think i got an idea will try later after work.
Good to know that assembly-csharp.dll is not encrypted we cant used the apk of DNMeasy but the asset and data on it we can use that to merged with other apk like the chinese apk
Files structure and files that important is
.bank = sounds
.ab = asset files which contain ui,data,textasset,images,txt,xml
Config.cfg
Update: @Zyth3 and I discussing it now
Sent from my SM-J730G using Tapatalk
Last edited by WireShark; 17-04-19 at 08:12 AM.
Use this to sign your APK
Tool/Sign apk
https://mega.nz/#!60xxTJ7T!euuIus1M7...M9wZlhhBuGZJPk
Last edited by WireShark; 17-04-19 at 08:31 AM.
Anybody tried to run this on an iPhone and it works?
english version
Dragon Nest Mobile Easy version
i am use dnmeasydotcom and get assetbundle (.ab file)
after I overwrite it with client china, an error always appears like this
E:\apktool>apktool b dnI: Using Apktool 2.4.0I: Checking whether sources has changed...I: Smaling smali folder into classes.dex...I: Checking whether resources has changed...I: Building resources...brut.androlib.AndrolibException: brut.common.BrutException: could not exec: [C:\Users\ADMINI~1\AppData\Local\Temp\brut_util_Jar_3844155136452710680.tmp, p, --forced-package-id, 127, --min-sdk-version, 9, --target-sdk-version, 21, --version-code, 190330, --version-name, 0.1.0, --no-version-vectors, -F, C:\Users\ADMINI~1\AppData\Local\Temp\APKTOOL5248803121123820017.tmp, -0, arsc, -0, assets/button_red.9.png, -0, assets/com.tencent.plus.blue_disable.png, -0, ini, -0, bank, -0,
This is the Data BackUP(Downloaded files) + APK from DNMEasy
https://drive.google.com/file/d/1XpF...ew?usp=sharing Merged
Single Files:
https://drive.google.com/file/d/1UUs...ew?usp=sharing
Hope someone can make it work,
Last edited by paoxbr; 17-04-19 at 02:47 PM.
You must sign apk with signapk.jar, download signapk for fix this problem
Command for signapk
java -jar signapk.jar certificate.pem key.pk8 (apk name) (save apk name)
example
java -jar signapk.jar certificate.pem key.pk8 E:\apktool\dnm\dist\dn.apk E:\apktool\dnm\dist\apk-sign.apk