Leaderboard
Popular Content
Showing content with the highest reputation on 08/27/2022 in all areas
-
2 points
-
Eccomi qua, devo ultimare il post Install ma per ora funziona "tutto" , appena finisco di sistemare passo al punto successivo, ovvero usare la doppia scheda video , mi pare che ci sia qualcosa a riguardo sulla guida di dortania, continuo lo stesso ad aggiornare il post con i vari passaggi, ma per ora un doveroso e sentito GRAZIE a @fabiosun @tomnic e anche ad @antuneddu per il supporto passato e pure quello futuro , ragazzi veramente grazie per la pazienza e il bel lavoro che fate ogni giorno su questo forum.2 points
-
Hello everyone We are pleased to introduce you to Hack Check aka HC It is an application developed by me and @foskvs which I really want to thank for all the work done. The application starts from the basic principle of providing a lot of useful information both for novice hack users but also for more advanced users Information is for: Various system info Audio Disks: integrates the function to mount the EFI, double panel both in "detachable" popover, and as a single window Graphics some system logs Network PCI Device Device Properties USB Downloader Converter Install Maker Mac Enroller ability to change system appearance from dark to light theme and vice versa Each of these parts in turn shows different informations you will discover by yourself thanks @Ciro82 and @fabiosun for icon processing Available for download: [hackintosh app] Hack Check - Applications - MacOS861 point
-
Archivio.zipanzi tieni provali uno alla volta e definiscili nel config.plist prova prima solo il fixup1 point
-
si si quella per reinstallare ce l'ho ben custodita 😓, con quel kext dovrebbe funzionare pure il bt o bisogna di altro?1 point
-
almeno il wifi funziona, comunque che sempre un usb di scorta per avviare😅1 point
-
io non lo farei, almeno prima fai una usb avviabile, di riserva procedi cosi: rifai la usb e mettici su la tua efi funzionante, senza modificarla e prova ad avviarla1 point
-
scrivo qui per la tua wifi scarica HC qui, ti sarà molto utile lancialo vai su PCI Devices e vediamo che wifi hai1 point
-
Fatto grazie gentilissimi .... @chris1111 ok grazie ora ho capito .... prima ho fatto confusione ... @antuneddu Grazie per le dritte ....1 point
-
5120x2880 Flavours-macOS13 Then Rename Background.icns Replace in themes 5120x2880 Flavours-macOS13 Quindi rinomina Background.icns Sostituisci in temi Background Collections1 point
-
Esattamente Alex Create image Background 5120x2880 in 144 pixels ➤ this is for 2560x1440 screen https://github.com/chris1111/OpenCanopy-Generator1 point
-
1 point
-
Ciao hai aggiornato anche i kexts ? in DeviceProperties non c e' il framebuffer prova a inserire come qui https://macos86.github.io/config.plist/coffee-lake.html#deviceproperties Se non funziona con 07009B3E ( AAPL,ig-platform-id ) puoi provare con 00009B3E1 point
-
se stai usando il kext AirportItlwm https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.2.0-alpha se usi solo itlwm + Heliport va un pò meglio https://github.com/OpenIntelWireless/HeliPort/releases https://openintelwireless.github.io/itlwm/#download1 point
-
se è intel il bt lo attiva ma non funziona in beta 6(aspettiamo aggiornamenti dallo sviluppatore), per il wifi attivalo sulla barra di stato, se non lo attiva vai informazioni/ulteriori informazioni/wifi, vai su avanzate attiva e disattiva e dovrebbe connettere Prova1 point
-
1 point
-
1 point
-
Ti sembrerà strano ma, se conosci un sistema per fare il backup del bios su HP spiegamelo perchè non trovo nulla di nulla. Tra l'altro sul sito ufficiale HP riguardo questo modello non si trova nulla perchè non mi fa selezionare un SO qualsiasi, per vedere cosa c'è disponibile. Mah.........1 point
-
macOS 13 beta 6 (22A5331f) kernel patches are still good👍1 point
-
Okay, so, as general thoughts the find pattern for __mkl_serv_intel_cpu_true would be, in a regex, the following: \x53\x48\x83\xEC\x20\x8B\x35[\s\S]{4} and for the others, the masked regex would be: (\xFF{4}|\x90{4})\x56\xE8(?:\x6A|\x5A|\x4A|\x3A)\x00\x00\x00([\s\S]{2}) Now, does anyone love PCRE around here? I sure do. The next step is putting the replace patterns in a regex, so for the first one, essentially, the replace is \x55\x48\x89\xE5\xB8\x01\x00\x00\x00\x5D\xC3 For the second one, things get tricky: \1\x56\xE8\x0A\x00\x00\x00\2 where \1 and \2 are direct references to what we matched earlier. Now, this should in theory work with PERL, so if anyone wants to plug 'em into a command, be my guest. EDIT: Commands? Here they are! perl -i -pe 's/\x53\x48\x83\xEC\x20\x8B\x35[\s\S]{4}/\x55\x48\x89\xE5\xB8\x01\x00\x00\x00\x5D\xC3/sg' /path/to/library.dylib perl -i -pe 's/(\xFF{4}|\x90{4})\x56\xE8(?:\x6A|\x5A|\x4A|\x3A)\x00\x00\x00([\s\S]{2})/\1\x56\xE8\x0A\x00\x00\x00\2/sg' /path/to/library.dylib1 point
-
0 points
-
0 points