Files
rr3-apk/smali_classes2/com/ea/nimble/mtx/googleplay/GooglePlay$7.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

90 lines
3.4 KiB
Smali

.class Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/ea/nimble/mtx/catalog/synergy/SynergyCatalog$StringCallback;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/ea/nimble/mtx/googleplay/GooglePlay;->networkCallGetNonceFromSynergy(Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic this$0:Lcom/ea/nimble/mtx/googleplay/GooglePlay;
.field final synthetic val$callback:Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;
.field final synthetic val$transaction:Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;
# direct methods
.method public constructor <init>(Lcom/ea/nimble/mtx/googleplay/GooglePlay;Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;->this$0:Lcom/ea/nimble/mtx/googleplay/GooglePlay;
iput-object p2, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;->val$callback:Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;
iput-object p3, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;->val$transaction:Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;
.line 1971
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public callback(Ljava/lang/String;Ljava/lang/Exception;)V
.locals 3
.line 1975
invoke-static {p0}, Lcom/ea/nimble/Log$Helper;->LOGFUNC(Ljava/lang/Object;)V
const/4 v0, 0x0
if-nez p2, :cond_0
iget-object p2, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;->val$callback:Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;
iget-object v1, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;->val$transaction:Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;
.line 1978
invoke-interface {p2, v1, p1, v0}, Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;->onGetNonceComplete(Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;Ljava/lang/String;Lcom/ea/nimble/Error;)V
goto :goto_0
.line 1982
:cond_0
new-instance p1, Lcom/ea/nimble/mtx/NimbleMTXError;
sget-object v1, Lcom/ea/nimble/mtx/NimbleMTXError$Code;->GET_NONCE_ERROR:Lcom/ea/nimble/mtx/NimbleMTXError$Code;
const-string v2, "Synergy getNonce request error."
invoke-direct {p1, v1, v2, p2}, Lcom/ea/nimble/mtx/NimbleMTXError;-><init>(Lcom/ea/nimble/mtx/NimbleMTXError$Code;Ljava/lang/String;Ljava/lang/Throwable;)V
iget-object p2, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;->val$callback:Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;
iget-object v1, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$7;->val$transaction:Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;
.line 1984
invoke-interface {p2, v1, v0, p1}, Lcom/ea/nimble/mtx/googleplay/GooglePlay$GetNonceCallback;->onGetNonceComplete(Lcom/ea/nimble/mtx/googleplay/GooglePlayTransaction;Ljava/lang/String;Lcom/ea/nimble/Error;)V
:goto_0
return-void
.end method