Jump to content

ThePianoGuy

Senior Member
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ThePianoGuy

  1. thanks. i hopefully it will run faster
  2. yes i will try it instead. can you give me a download link of mavericks dmg file or the virtual machine? My PC can run Yosemite and it's running fast becasue Yosemite support Nvidia but it always freeze after 5 minutes so that's why i need Mac OS X on a virtual machine.
  3. i set VMWare's priority to 'High' on task manager but it still not helping. Yosemite laaaags a lot like an old PC running Windows XP. i think it's 128 MB VRAM problem but i can't activate 3D graphic acceleration because it is not supported by this guest.
  4. Motherboard: Gigabyte Technology Co. Ltd., Z97X-UD5H-BK, F6 (latest) CPU: Intel Core i7 4770k | Intel HD Graphics 4600 Graphics: NVIDIA GeForce GTX 760 (ASUS) Other Hardware: RAM: 24 GB SSD: 111 GB, Windows 8.1 HDD 1: 4 TB | Part 1: 1.90 TB | Part 2: 1.73 TB (Yosemite VMware) HDD 2: 1 TB i don't have any apps running on my PC which reduce the perfomance. My PC can run 3 android emulators + 1 Ubuntu virtual machine at the same time. what is your virtual machine settings?
  5. ok. i have got Yosemite to work but how can i improve the performace? i tried 4 or 8 cores but still running very slow and disk usage always on 33% and won't go up. my HDD is new and fast.
  6. In "Edit" -> "Preferences"
  7. i could not get it to work on WM hardware 11. it gives me this error the OP say this IMPORTANT: If you create a new VM using version 11 hardware VMware will stop and create a core dump.There are two options to work around this issue: 1. Change the VM to be HW 10 - this does not affect performance. 2. Edit the VMX file and add: smc.version = "0"
  8. what VMware hardware (the hardware version of VMware) you are using? 10 or 11?
  9. Hi Can someone help me with VMware workstation? i have unlocked it to make MAC OS X support. i downloaded the Yosemite 10.10.4 .dmg file from torrent site and converted .dmg to .iso file. but when i boot Yosemite, it always boot into boot manager even i already included .iso file in virtual machine. More info about the unlocker can be seen here: http://www.insanelymac.com/forum/topic/303311-workstation-11-player-7-fusion-7-and-esxi-6-mac-os-x-unlocker-2/ I'm planning to buy UDID reg to get the certificate for InstaSign but when i sign an IPA, can i still be able to login with my Game Center?
  10. thanks. when i type continue, this appear and the game crash 0x4014c388 in ?? () from /system/lib/libutils.so
  11. Hi I'm following this tutorial how to debug a game http://iosgods.com/topic/121-gdb-cheating/and do the same on Android device. 1. Installed GDBserver and GDB on /system/bin 2. Open terminal and type commands root access su show all running process ID dumpsys meminfo | grep com.* Run GDB gdb attach the process attach [PROCESS ID] so it loads the lib files. i type watch 0x[address as shown in memory editor] (watch 0x679317b8) and i got Cannot watch constant value '0x679317b8' what i'm doing it wrong? is "watch" made for iOS only? and if i continue by put the command continue the game unfreeze but GDB gets stuck on "Continuing..." and it does not allow me to put commands anymore. I know this forum is for iOS only but i need help with GDB.
  12. i tried to do the same on Android device but if i watch, i got "Cannot watch constant value '0xXXXXXXXX'".
  13. thanks. i'm gonna buy it
  14. i can buy iGG so what is the repo link?
  15. Hi What is the best memory editor app that support memory storage and floating window? and for GNU debugging? i would like to start GNU debugging with my iPad 2 with 512 MB RAM:
  16. no i have not tried it yet. how to use NSTimer? or how can i remove protection without using Clutch?
  17. Hi My own patcher makes the game crash even the switcher is off by default. I uninstalled my patcher and it's working again. I used DiDA's theos template to create a patcher and edit it. Here is my code and offset censored. #import <Foundation/Foundation.h> #import "writeData.h" #define PLIST_PATH @"/var/mobile/Library/Preferences/minionrushhack.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor { if(GetPrefBool(@"kObs")) { writeData(0xXXXXX,0xXXXXXXXX); } else { } }
  18. Clutch (Just "Clutch") is working perfectly on iOS 8.3. just download it from biteyourapple i think. Do not download Clutch2 because you have to type very long bundle ID
  19. Thanks for the infomation. Mark Solved!
  20. Hi A question. What are sub_xxxxxx in IDA? can you give me full explanation why all functions are sub_xxxxxx?
  21. try erase DNS from Wifi settings or put Google's DNS 8.8.8.8 and it will work Some apps will not work if your DNS is 192.168.x.x
  22. BX LR means end function
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines