Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 12/04/2011 in File Comments

  1. Sorry Guys, time zone and personal commitments have prevented me from doing all right now! I hope you will understand. In a few hours the topic will be open to the public. Why All in One solution? because with Pandora you can create your system installation on USB, Hard Disk and DVD, using the official app from the App Store, and if you are a developer, and have a GM image, you can use that as well! At the end of the installation on your disk, after the first boot, Pandora is already there waiting for you, if you want to make changes! Pandora is a new project, I hope that its development involves everyone to get to a stable and powerful release! Micky
    9 points
  2. Thanks cvad! Saves trying to remember the URL's.
    7 points
  3. atheros40 missing in mojave, I'll do research why get panic
    6 points
  4. problem already solved in the next commit, it has been solved and is working without problems! I leave here a folder with Clover r5127 where it solves in BigSur but using BOOT.efi as well as CloverX64.efi and the kext that are already ready for AR9285 that I use myself r5127 BOOT + Drivers + Kext Ateros ar9285 BigSur.zip
    6 points
  5. Great! Congrats for your hard work guys!
    6 points
  6. This is fixed in 3.0.2 where I have recompiled the PyInstaller runtime.
    5 points
  7. Yes, @SunKi's Clover "on the fly" patches also work for me on 5 series SATA. If you want to give them a try, delete the modded driver in /L/E and rebuild kext cache ---> will restore loading of AppleAHCIPort.kext v329 from /S/L/E i.e sudo touch /System/Library/Extensions && sudo kextcache -u / Then add @SunKi's patches to config.plist/KextsToPatch... <dict> <key>Comment</key> <string>fix IO error ICH10 for 10.13, credit SunKi</string> <key>MatchOS</key> <string>10.13.x</string> <key>Disabled</key> <false/> <key>Name</key> <string>AppleAHCIPort</string> <key>Find</key> <data>RYX2D5XCiciD4P5mhcl4D4TSdQs=</data> <key>Replace</key> <data>iciD4P5mhckPmMFBCMyQkJCQdQs=</data> </dict> <dict> <key>Comment</key> <string>fix hotplug ICH10 for 10.13, credit SunKi</string> <key>MatchOS</key> <string>10.13.x</string> <key>Disabled</key> <false/> <key>Name</key> <string>AppleAHCIPort</string> <key>Find</key> <data>icglQGACAD1AIAAAdQyB4b9///+Ji1EBAAA=</data> <key>Replace</key> <data>kJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJA=</data> </dict> and reboot .
    5 points
  8. New version, more options....
    5 points
  9. That's a great idea. I'll start working on it soon.
    5 points
  10. 5 points
  11. Have extended the period for free licenses until March 21st 🤙
    4 points
  12. This is what worked for me in Catalina final- - Disable SIP from recovery - Get Hackintool - Unlock it (Bottom left corner) - In Tools tab, run Disable Gatekeeper (Home icon on the bottom) - Run the installer by Cyberdevs
    4 points
  13. Replace this framework in /System/Library/PrivateFrameworks After open Safari and other Apple app. AppleMediaServices.framework.zip
    4 points
  14. It has not done that for sometime as VMware changed the code and was not patcheable. The good news is I have a new method to do it by directly modifying the VMware EFI firmware, which I will release soon.
    4 points
  15. It's been a while since I updated this app. A new version has been uploaded. Check it out guys.
    4 points
  16. Good news. I can boot only installer, but can't boot to installed system with Enoch 2908. found UserEventPlugins is credit to ASentientBot at post#1683 found com.apple.telemetry.plugin is credit to jackluke at post#1761 found patch code of com.apple.telemetry.plugin is credit to Pavo at post here. LGA775 Core2 Duo E7400 CPU with only SSE4.1, without SSE4.2, alive with Mojave now. my config.plist.zip Replace only one file from 10.13.6. telemetry-plugin-10136.zip /System/Library/UserEventPlugins/com.apple.telemetry.plugin or patch the 10.14.db3 com.apple.telemetry.plugin, use Q4-mojave2core/mojave2core to auto-patch with Terminal after update new version. com.apple.telemetry.plugin-patched-1014db3.zip And nVidia GPU card use NVDANV50HalTesla.kext, works here.
    4 points
  17. check here, have a v1.9 http://olarila.com/forum/viewtopic.php?f=6&amp;t=6516
    4 points
  18. It does work. Use the "patch" option if there is no web driver for your version. I just patched the 10.12.2 driver to work in the 10.12.3 beta that has no driver. Open the app, click the tab that says "NVDAstartupWeb.kext", enter your current OS build version from "about this mac" into the "fake OS build version", and then click "patch immediately". This works assuming you already have some webdriver installed from a previous version.
    4 points
  19. 4 points
  20. 4 points
  21. Awesome... Micky1979 and Mirone
    4 points
  22. By the way I just looked at the link you provided (glanced to be honest) but from what I saw he/she just patches the JNE (Jump Not Equal, opcode 0F 85) to JE (Jump Equal, opcode 0F 84). If you see my patches I don't do that. If you patch the binary like that the resulting Disk Utility will not run under Yosemite. And I just verified it by downloading it and trying to execute in Yosemite. Try it yourself if you like. My patch changes it to JMP (00000001000061e3 jmp 0x10000632d) which will work in any OS version (not technically speaking).
    4 points
  23. Any plans for OS X El Capitan? Would make fixing USB ports so much easier.
    4 points
  24. thanks, crushers It was for personal use but at the end I decided to share it here. it does not much but it's a nice app.
    4 points
  25. 4 points
  26. @chris1111, Now I understand, alright. My application was written in Swift. I could do that, but I don't see much need to stare at a screen full of texts, especially when you can minimize the application and perform other tasks. If there's an error during compilation, a message will be displayed, but if the user wants to look at that text screen, I redirected the output to the log file. As I mentioned earlier, I wrote this application for my personal use and decided to share it here because it could be useful to someone else. This application is solely intended for building OpenCore. I'm not sure if I'll implement improvements in the future; it's uncertain. Either way, I appreciate your suggestion, my friend. The Log file is generated in: /tmp
    3 points
  27. I've created a guide for compiling Intel PCM for those who are interested:
    3 points
  28. Yes you can do anything from chris1111 themes For me I just find your subject funny
    3 points
  29. Here is a fix for statusbar icon for hi-dpi screen. Unzip and replace png's inside ESP Mounter Pro app. Path Contents -->Resources-->. Archive.zip
    3 points
  30. Hi @Maxkin To be honest I don't know why MalwareBytes AntiMalware detects my app as a PUB Adware because there is no such thing in my source code. Maybe that's because of some of the commands which are designed for perform certain tasks so I'm not sure.
    3 points
  31. No, I mean, 10.14 update to 10.14.1, 10.14.1 update to 10.14.x from System Preferences update if it's APFS. If you use HFS+, you can't find any updates from System Preferences to update 10.14.x, it seems that happened.
    3 points
  32. The v1.0.4d works fine for me in High Sierra 10.13.6 & Mojave beta 3 (PB). A small suggestion, I'd prefer for all my opened apps to be closed/quit automatically before the restart (including the app) just to ensure that I have a clean reboot.
    3 points
  33. Thanks. It works perfectly with my Legacy-GPT scheme!
    3 points
  34. 3 points
  35. Great tool. It should be noted that SIP needs to be disabled for the patched kext to work. As a newbie here, that wasn't immediately obvious.
    3 points
  36. Please update for Sierra. Thank You!! Regards Amit
    3 points
  37. thx! My first impression is very positive. the new revised version makes editing of dsdt very easy, thanks for these great version. if you could create a package for AMD boards, then that would be great!
    3 points
  38. 3 points
  39. Thanks. It worked. I don't know why I was not able to see the Create New VM for Apple . but I must be frank that I used the unlocker 1.3 on VMware Workstation 11 before using unlocker 2.0 when I first installed VMware Workstation 11. I also noticed a faster booting time with Mac OS X Yosemite.
    3 points
  40. hello to anyone who download, is this tool great?
    3 points
  41. hello nice work. hackers don't sleep .. rsrsrs good hack
    3 points
×
×
  • Create New...