Hi,
thnx for the Info..
will wait to Monday... good work.
bye rene
iMessage not working - iCloud/Internet etc working - Changed boot.plist file and network.plist file - Help
Started by hamzab, Dec 18 2012 11:12 PM
406 replies to this topic
#261
Posted 19 January 2013 - 03:05 PM
#262
Posted 22 January 2013 - 03:38 AM
http://forge.voodoop...ce/commit/2169/
messages fixed. Please enjoy
From Cosmo1t & Meklort
USAGE:
Install FileNVRAM.dylib to /Extra/modules (if you have ACPICodec.dylib, you have to get rid of it)
ENjoy a FULLY FUNCTIONAL NVRAM.
you can use nvram key=val.
everything will be persistent between reboots.
messages fixed. Please enjoy
From Cosmo1t & Meklort
USAGE:
Install FileNVRAM.dylib to /Extra/modules (if you have ACPICodec.dylib, you have to get rid of it)
ENjoy a FULLY FUNCTIONAL NVRAM.
you can use nvram key=val.
everything will be persistent between reboots.
#263
Posted 22 January 2013 - 04:29 AM
#264
Posted 22 January 2013 - 04:30 AM
Nothing like a nice clean fix to make my day... works fine over here.
Little fyi, this would not work with Chimera, had to install Chameleon 2.1 and all worked perfect after.
Little fyi, this would not work with Chimera, had to install Chameleon 2.1 and all worked perfect after.
#265
Posted 22 January 2013 - 05:35 AM
cosmo1t, on 22 January 2013 - 03:38 AM, said:
http://forge.voodoop...ce/commit/2169/
messages fixed. Please enjoy
From Cosmo1t & Meklort
USAGE:
Install FileNVRAM.dylib to /Extra/modules (if you have ACPICodec.dylib, you have to get rid of it)
if you do not create a nvram.plist ROM and MLB will be auto generated.
put the plist as /Extra/nvram.uuid.plist if you make one. (your uuid -- PlatformUUId from IOREg, or uuid from smbios)\
ioreg -lw0 | grep PlatformUUID
use the value found from the above command to create your plist.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NVRAM</key>
<dict>
<key>test-var</key>
<data>AAAAAQ==</data>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<dict>
<key>MLB</key>
<string>BLargh</string>
<key>ROM</key>
<string>ROMVER</string>
</dict>
</dict>
</dict>
</plist>
ENjoy a FULLY FUNCTIONAL NVRAM.
you can use nvram key=val.
everything will be persistent between reboots.
messages fixed. Please enjoy
From Cosmo1t & Meklort
USAGE:
Install FileNVRAM.dylib to /Extra/modules (if you have ACPICodec.dylib, you have to get rid of it)
if you do not create a nvram.plist ROM and MLB will be auto generated.
put the plist as /Extra/nvram.uuid.plist if you make one. (your uuid -- PlatformUUId from IOREg, or uuid from smbios)\
ioreg -lw0 | grep PlatformUUID
use the value found from the above command to create your plist.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NVRAM</key>
<dict>
<key>test-var</key>
<data>AAAAAQ==</data>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<dict>
<key>MLB</key>
<string>BLargh</string>
<key>ROM</key>
<string>ROMVER</string>
</dict>
</dict>
</dict>
</plist>
ENjoy a FULLY FUNCTIONAL NVRAM.
you can use nvram key=val.
everything will be persistent between reboots.
#266
Posted 22 January 2013 - 05:41 AM
Modules should be inside Extra. If it's not there, create it.
#267
Posted 22 January 2013 - 06:00 AM
Ok, did that. Now I can't boot. I'll try again in the morning.
#268
Posted 22 January 2013 - 06:49 AM
suddenly rebooted with 2170, and with my edited nvram.udid
r2168 works well
edit:remove the module from modules folder, fixed, no instant reboot
edit2: i didnt see
r2168 works well
edit:remove the module from modules folder, fixed, no instant reboot
edit2: i didnt see
(ACPICodec you have to get rid of it) my bad
#269
Posted 22 January 2013 - 06:55 AM
Hi,
Can anyone attache the module+a cham here ? (i'm at the office with no chance to compile it)
Can anyone attache the module+a cham here ? (i'm at the office with no chance to compile it)
#270
Posted 22 January 2013 - 06:58 AM
here you go
Attached Files
#271
Posted 22 January 2013 - 06:59 AM
You don't really have to compile it: the dylib file is also available for download.
#272
Posted 22 January 2013 - 07:07 AM
Allright, might be to early for this (read: need coffee) .. but where do i find the downloads ?
#273
Posted 22 January 2013 - 07:10 AM
valkin, on 22 January 2013 - 07:07 AM, said:
Allright, might be to early for this (read: need coffee) .. but where do i find the downloads ?
#274
Posted 22 January 2013 - 07:12 AM
Thank you good sirs
#275
Posted 22 January 2013 - 07:55 AM
confirmed!
r2170 fixed this issue
edit: everytime I tried to edit nvram.UUID.plist, to change the MLB, after restart it goes back into before edited, i cant change the plist.
r2170 fixed this issue
edit: everytime I tried to edit nvram.UUID.plist, to change the MLB, after restart it goes back into before edited, i cant change the plist.
Attached Files
#276
Posted 22 January 2013 - 08:37 AM
Put the file in /extra/Modules and it hung at boot. I'm guessing there's a minimum version number required for this to work? I think i might have something ancient as i haven't updated it ever since i installed ML. Now i have to figure out how to update to r2170. Any suggestions?
#277
Posted 22 January 2013 - 08:48 AM
C.44, on 22 January 2013 - 08:37 AM, said:
Put the file in /extra/Modules and it hung at boot. I'm guessing there's a minimum version number required for this to work? I think i might have something ancient as i haven't updated it ever since i installed ML. Now i have to figure out how to update to r2170. Any suggestions?
#278
Posted 22 January 2013 - 09:06 AM
Regi Yassin, on 22 January 2013 - 08:48 AM, said:
remove ACPICodec.dylib from modules folder.
Don't have it. The only 2 files in there are klibc.dylib and uClibcxx.dylib.
I just installed the Command Line Tools for ML to get my svn command back, i downloaded the source, but i have no idea how to go from there.
#279
Posted 22 January 2013 - 09:49 AM
C.44, on 22 January 2013 - 09:06 AM, said:
Don't have it. The only 2 files in there are klibc.dylib and uClibcxx.dylib.
I just installed the Command Line Tools for ML to get my svn command back, i downloaded the source, but i have no idea how to go from there.
I just installed the Command Line Tools for ML to get my svn command back, i downloaded the source, but i have no idea how to go from there.
extract it and install using chameleon wizard,
#280
Posted 22 January 2013 - 10:59 AM
cosmo1t, on 22 January 2013 - 03:38 AM, said:
http://forge.voodoop...ce/commit/2169/
messages fixed. Please enjoy
From Cosmo1t & Meklort
USAGE:
Install FileNVRAM.dylib to /Extra/modules (if you have ACPICodec.dylib, you have to get rid of it)
if you do not create a nvram.plist ROM and MLB will be auto generated.
put the plist as /Extra/nvram.uuid.plist if you make one. (your uuid -- PlatformUUId from IOREg, or uuid from smbios)\
ioreg -lw0 | grep PlatformUUID
use the value found from the above command to create your plist.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NVRAM</key>
<dict>
<key>test-var</key>
<data>AAAAAQ==</data>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<dict>
<key>MLB</key>
<string>BLargh</string>
<key>ROM</key>
<string>ROMVER</string>
</dict>
</dict>
</dict>
</plist>
ENjoy a FULLY FUNCTIONAL NVRAM.
you can use nvram key=val.
everything will be persistent between reboots.
messages fixed. Please enjoy
From Cosmo1t & Meklort
USAGE:
Install FileNVRAM.dylib to /Extra/modules (if you have ACPICodec.dylib, you have to get rid of it)
if you do not create a nvram.plist ROM and MLB will be auto generated.
put the plist as /Extra/nvram.uuid.plist if you make one. (your uuid -- PlatformUUId from IOREg, or uuid from smbios)\
ioreg -lw0 | grep PlatformUUID
use the value found from the above command to create your plist.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NVRAM</key>
<dict>
<key>test-var</key>
<data>AAAAAQ==</data>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<dict>
<key>MLB</key>
<string>BLargh</string>
<key>ROM</key>
<string>ROMVER</string>
</dict>
</dict>
</dict>
</plist>
ENjoy a FULLY FUNCTIONAL NVRAM.
you can use nvram key=val.
everything will be persistent between reboots.
1. /Extra/nvram.uuid.plist is this the exact name for the file? Or should we replace uuid with our own in the file name
2. Are we required to replace our uuid in the contents of this file if we specify this file ?
3. Nothing to do with the value of ROM and MLB ?
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account










