Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,047

Everything posted by Enyby

  1. You need upload video from screen recorded DURING issue. AND upload TEXT FILE WITH logcat recorded DURING issue. If you NOT upload it, then issue not exists for me and conversation over. If you NOT ABLE do it - stop waste my time. It is need for you, not for me, so it is not my problem.
  2. How to collect logcat (#c1aa00vp)
  3. Gathering information about GG errors (#9ggo57t) Need video and logcat from issue.
  4. Only 3.2.1 here: http://www.phoenixos.com/en_US/octopus/intro
  5. Only 3.2.1 here: http://www.phoenixos.com/en_US/octopus/intro
  6. Edit libs allow load payload from internet and embed into lib. So possible create virus.
  7. Enyby

    Time Jump on Nox

    Because its ARM based. Emulator x86 based. So you need ARM libs for ARM device and x86 lib for x86 device. If in game present only x86 lib, then game and speedhack work only in emulator, not on mobile device.
  8. Enyby

    Time Jump on Nox

  9. 73.4 already here.
  10. Wait new fix release.
  11. Use latest version. If it crash -send crash.txt and logcat.txt from sdcard.
  12. Do you want someone's script to make a brick out of your phone? Scripts will never have root rights.
  13. Watch on YouTube: 73.3: Speed up scripts. In some cases, 6 times - GameGuardian
  14. You can use toast for show messages from others. Make menu on GG icon. Show last messages or sent own. Send request on each second and check for new messages. If found - toast it.
  15. You choose not only worst possible way, you try it make more worst. Progressive edit is much worst in performance terms.
  16. Show logcat.
  17. @Shuaiouke No. I understand you right. You need search your 500 address and change it. But you can use long way with loop if you want.
  18. Read 4pda.ru topic. I see some ids there.
  19. Other ways similar. But first is most easy. Read API help and make 3 calls for it. clearResults, startFuzzy, editAll.
  20. Logcat no more need. I fix without it. You can check on this test apk: GameGuardian.git_signed.apk All must work.
  21. 1. Start fuzzy search limited specified range. Edit all found result to desired value. 2. Or. Build table with need values in loop and use setValues.
  22. @Tosti If you run GG outside Parallel in root mode (even without root on device) it crash or no? Also collect logcat from this test version: GameGuardian.git_signed.apk
  23. What Parallel Space version you use? Attach here .apk file of it.
  24. @Tosti Try test apk and tell the result. GameGuardian.git_signed.apk
  25. 02-02 22:38:02.794 22751 22751 E AndroidService: Exception in thread main 02-02 22:38:02.794 22751 22751 E AndroidService: java.lang.IllegalArgumentException: Window type can not be changed after the window is added. win=Window{6e6eded u0 com.lbe.parallel.intl.arm64} 02-02 22:38:02.794 22751 22751 E AndroidService: at android.os.Parcel.createException(Parcel.java:1970) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.os.Parcel.readException(Parcel.java:1934) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.os.Parcel.readException(Parcel.java:1884) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.IWindowSession$Stub$Proxy.relayoutForTranslate(IWindowSession.java:1196) 02-02 22:38:02.794 22751 22751 E AndroidService: at java.lang.reflect.Method.invoke(Native Method) 02-02 22:38:02.794 22751 22751 E AndroidService: at com.lbe.doubleagent.ac.invoke(BinderHook.java:96) 02-02 22:38:02.794 22751 22751 E AndroidService: at java.lang.reflect.Proxy.invoke(Proxy.java:1006) 02-02 22:38:02.794 22751 22751 E AndroidService: at $Proxy45.relayoutForTranslate(Unknown Source) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.ViewRootImpl.relayoutWindow(ViewRootImpl.java:7682) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2442) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1850) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8455) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:949) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.Choreographer.doCallbacks(Choreographer.java:761) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.Choreographer.doFrame(Choreographer.java:696) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:935) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.os.Handler.handleCallback(Handler.java:873) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.os.Handler.dispatchMessage(Handler.java:99) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.os.Looper.loop(Looper.java:214) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.app.ActivityThread.main(ActivityThread.java:6981) 02-02 22:38:02.794 22751 22751 E AndroidService: at java.lang.reflect.Method.invoke(Native Method) 02-02 22:38:02.794 22751 22751 E AndroidService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 02-02 22:38:02.794 22751 22751 E AndroidService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1445) 02-02 22:38:02.794 22751 22751 E AndroidService: Caused by: android.os.RemoteException: Remote stack trace: 02-02 22:38:02.794 22751 22751 E AndroidService: at com.android.server.wm.WindowManagerService.relayoutWindow(WindowManagerService.java:2223) 02-02 22:38:02.794 22751 22751 E AndroidService: at com.android.server.wm.Session.relayoutForTranslate(Session.java:287) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:432) 02-02 22:38:02.794 22751 22751 E AndroidService: at com.android.server.wm.Session.onTransact(Session.java:186) 02-02 22:38:02.794 22751 22751 E AndroidService: at android.os.Binder.execTransact(Binder.java:739) Not a GG problem. Virtual space or firmware issue. Write to Parallel space support. Or try use old version of parallel if it works for you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.