Contribute
Register

Your device or computer could not be verified. Contact support for assistance. plz help

Status
Not open for further replies.
You need Ethernet at 'en0', WiFi should be at 'en1'.

So install the right kext for your network card or use NullEthernet.kext.
 
IOBuiltin=false for your WiFi.

Use NullEthernet: https://github.com/RehabMan/OS-X-Null-Ethernet

Actually, I found that I can inject built-in property via clover's device property setting, but I lose the fakeid for intelgfx that way, even though appstore was login-able after that mod. Could you tell me how to use clover's additional properties section to inject built-in property, or how to include IntelGFX FakeID in the device properties hex string? Thank you.
 
Actually, I found that I can inject built-in property via clover's device property setting, but I lose the fakeid for intelgfx that way, even though appstore was login-able after that mod. Could you tell me how to use clover's additional properties section to inject built-in property, or how to include IntelGFX FakeID in the device properties hex string? Thank you.

Are you using config.plist/Devices/Arbitrary to inject these properties?

If you do, you must do all property injections that way, including those for graphics, fakeid, etc.
 
Are you using config.plist/Devices/Arbitrary to inject these properties?

If you do, you must do all property injections that way, including those for graphics, fakeid, etc.
Yes, could you instruct me on how to include the fakeid in that? thanks
i followed the instructions by noam aa here http://www.insanelymac.com/forum/to...r-what-i-do-cant-work-app-store-and-facetime/ ,
so i would just like to know the key name for pci id, and the data type of entry. thanks.
 
like the key name and the data type
 
Yes, could you instruct me on how to include the fakeid in that? thanks
i followed the instructions by noam aa here http://www.insanelymac.com/forum/to...r-what-i-do-cant-work-app-store-and-facetime/ ,
so i would just like to know the key name for pci id, and the data type of entry. thanks.

Example is provided here: http://www.insanelymac.com/forum/topic/304530-clover-change-explanations/#entry2163346

To do fakeid, you inject "device-id" property (<12 04 00 00>).
 
Status
Not open for further replies.
Back
Top