Life In 19x19
http://lifein19x19.com/

Pandanet Auto Zoom In Cancellation On Mobiles
http://lifein19x19.com/viewtopic.php?f=33&t=13356
Page 1 of 1

Author:  PlaySlow [ Sat Jul 09, 2016 3:39 am ]
Post subject:  Pandanet Auto Zoom In Cancellation On Mobiles

Is there a way to cancel the automatic zooming in for Pandanet in Note 4 or any other cell phone? It does not zoom in automatically in Ipad but in my note 4 it's super annoying.
Thanks for help!

Author:  EdLee [ Sun Jul 10, 2016 8:18 pm ]
Post subject: 

Panda fails 100% on an iPhone 4S, iOS 7 --
it crashes instantly 100% of the time.

Developer: 100% crash is kind of a show-stopper. :shock:

Author:  horace [ Tue Feb 20, 2018 1:51 am ]
Post subject:  Re: Pandanet Auto Zoom In Cancellation On Mobiles

I have to reverse engineer the apk to force Pandanet Go to run in tablet mode (no auto-zooming) on my Samsung Note 8. Here is the section of code to be patched:

Code:
.method public static isTablet()Z
    .locals 4

    .prologue
    .line 534
    sget-object v0, Lbe/gentgo/tetsuki/Main;->sInstance:Lbe/gentgo/tetsuki/Main;

    invoke-static {v0}, Lbe/gentgo/tetsuki/Main;->getScreenDiagonalInInch(Landroid/app/Activity;)D

    move-result-wide v0

    const-wide/high16 v2, 0x4014000000000000L    # 5.0

    cmpl-double v0, v0, v2

    if-ltz v0, :cond_0

    const/4 v0, 0x1

    :goto_0
    return v0

    :cond_0
    const/4 v0, 0x1  # force to tablet mode

    goto :goto_0
.end method


To decompile apk, you will need apktool: https://ibotpeaches.github.io/Apktool/

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/