Page 1 of 1
Pandanet Auto Zoom In Cancellation On Mobiles
Posted: Sat Jul 09, 2016 3:39 am
by PlaySlow
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!
Posted: Sun Jul 10, 2016 8:18 pm
by EdLee
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.

Re: Pandanet Auto Zoom In Cancellation On Mobiles
Posted: Tue Feb 20, 2018 1:51 am
by horace
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: Select all
.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/