227 replies to this topic
#61
Posted 05 May 2011 - 01:02 PM
Thanks a lot you made my day
#62
Posted 06 May 2011 - 11:12 PM
You may have solved my random KPs and either way I would like to thank you for creating such well-thought application. Previously, I was using Pfix and lately I've tried your application to repair permissions. I used to have frequent kernel panics due to VoodooHDA but with your application, although I get the above messages in my Console, everything seems much better. These messages don't affect the functionality.
Also, I have to move GenericBrightness kext to System/Library/Extensions to get it loaded.
Long story short, thank you.
May 6 13:23:00 localhost kernel[0]: Kext org.voodoo.driver.VoodooHDA - library kext com.apple.iokit.IOAudioFamily not found. May 6 13:23:00 localhost kernel[0]: Can't load kext org.voodoo.driver.VoodooHDA - failed to resolve library dependencies. May 6 13:23:00 localhost kernel[0]: Kext org.voodoo.driver.VoodooHDA failed to load (0xdc00800e). May 6 13:23:00 localhost kernel[0]: Failed to load kext org.voodoo.driver.VoodooHDA (error 0xdc00800e). May 6 13:23:00 localhost kernel[0]: Couldn't alloc class "VoodooHDADevice"
Also, I have to move GenericBrightness kext to System/Library/Extensions to get it loaded.
Long story short, thank you.
#63
Posted 09 May 2011 - 07:45 PM
Added/Changed:
Loading kexts from custom locations, reloading and unloading kexts.
Open Panels are shown as sheets.
Small GUI fixes.
#64
Posted 10 May 2011 - 10:38 AM
janek202, on May 9 2011, 08:45 PM, said:
Version 3.4 published.
Added/Changed:
Loading kexts from custom locations, reloading and unloading kexts.
Open Panels are shown as sheets.
Small GUI fixes.
Added/Changed:
Loading kexts from custom locations, reloading and unloading kexts.
Open Panels are shown as sheets.
Small GUI fixes.
Thanks,
#65
Posted 10 May 2011 - 12:52 PM
janek202, on May 9 2011, 08:45 PM, said:
Version 3.4 published.
Added/Changed:
Loading kexts from custom locations, reloading and unloading kexts.
Open Panels are shown as sheets.
Small GUI fixes.
Added/Changed:
Loading kexts from custom locations, reloading and unloading kexts.
Open Panels are shown as sheets.
Small GUI fixes.
Hi Janeck,
Me again
I have some comments:
1- In Unpacker, Selecting architecture x86_64 seems to unpack 64 bit kexts only.
However, when selecting i386 it unpacks both architectures. Am I correct ?
Should there be an "All" option ?
2- The "Preferences" submenu is greyed out - I take it this is you're leaving that for a future release.
3- My personal preference is to set 'Check for updates' to "NO" as default to save editing the .plist file for each new release. I suppose you can set that in the preferences menu when available.
Thanks for your good work,
Best regards
#66
Posted 10 May 2011 - 01:44 PM
JBraddock, on May 10 2011, 10:38 AM, said:
Hi, I tried that yesterday while trying some new kexts and it was working great. One little suggestion though. I think it would be good to have an option for exporting loaded kexts into a text document with their locations i.e for debugging purposes.
Thanks,
Thanks,
RN95, on May 10 2011, 12:52 PM, said:
1- In Unpacker, Selecting architecture x86_64 seems to unpack 64 bit kexts only.
However, when selecting i386 it unpacks both architectures. Am I correct ?
However, when selecting i386 it unpacks both architectures. Am I correct ?
RN95, on May 10 2011, 12:52 PM, said:
Should there be an "All" option ?
man mkextunpack:
There is no simple way to unpack a segregated mkext file into a set of kexts with universal binaries, but you can unpack each of its component architectures to separate directories for examination.
RN95, on May 10 2011, 12:52 PM, said:
2- The "Preferences" submenu is greyed out - I take it this is you're leaving that for a future release.
RN95, on May 10 2011, 12:52 PM, said:
3- My personal preference is to set 'Check for updates' to "NO" as default to save editing the .plist file for each new release. I suppose you can set that in the preferences menu when available.
#67
Posted 10 May 2011 - 04:06 PM
#68
Posted 10 May 2011 - 05:14 PM
Kext loading was a great addition to this app. That and the previous correction getting rid of the kextstore folder for E/E kexts makes this my favorite utility.
#69
Posted 15 May 2011 - 10:44 PM
Test version 3.5.
Added: Creating and saving a list of loaded kexts into txt file. (File menu item)
Link: [old link, see latest posts]
Please test and report me any bugs, or ideas...
Added: Creating and saving a list of loaded kexts into txt file. (File menu item)
Link: [old link, see latest posts]
Please test and report me any bugs, or ideas...
#70
Posted 15 May 2011 - 11:58 PM
janek202, on May 15 2011, 11:44 PM, said:
Test version 3.5.
Added: Creating and saving a list of loaded kexts into txt file. (File menu item)
Please test and report me any bugs, or ideas...
Added: Creating and saving a list of loaded kexts into txt file. (File menu item)
Please test and report me any bugs, or ideas...
Thank you,
#71
Posted 16 May 2011 - 08:11 AM
I know It's quite slow. The reason is kextfind command, it isn't fast.
I will try to optimize it.
I will try to optimize it.
#72
Posted 16 May 2011 - 08:39 AM
janek202, on May 16 2011, 09:11 AM, said:
I know It's quite slow. The reason is kextfind command, it isn't fast.
I will try to optimize it.
I will try to optimize it.
- In addition to menu item, an export button/icon in "Loaded" section would be nice.
- When someone hits export button, Save window appears immediately. If possible, wouldn't it be nice to open a window or show a warning "Please Wait" while the command you mentioned is being executed. When it is finished, then Save window appears. Currently, the command is being executed when Save button is clicked, after which it takes a while to export. Plus beach ball. I can't talk with a scientific mind so I don't know how possible it is.
- Finally, when Save window appears, the name field should be filled with the Computer Name by default. This may not be everyone's choice though.
Thank you for your time and effort.
#73
Posted 16 May 2011 - 05:06 PM
New test build.
[old link, see latest posts]
I used Grand Central Dispatch.
Should be quite faster. No more beach ball. I'm thinking about writing my own, much faster kextfind function.
Currently I have no idea where put an export button in "Loaded" section.
[old link, see latest posts]
I used Grand Central Dispatch.
Should be quite faster. No more beach ball. I'm thinking about writing my own, much faster kextfind function.
Currently I have no idea where put an export button in "Loaded" section.
#74
Posted 16 May 2011 - 05:30 PM
janek202, on May 16 2011, 06:06 PM, said:
New test build.
I used Grand Central Dispatch.
Should be quite faster. No more beach ball. I'm thinking about writing my own, much faster kextfind function.
Currently I have no idea where put an export button in "Loaded" section.
I used Grand Central Dispatch.
Should be quite faster. No more beach ball. I'm thinking about writing my own, much faster kextfind function.
Currently I have no idea where put an export button in "Loaded" section.
#75
Posted 16 May 2011 - 05:53 PM
nice and useful tool!
what about a prelink-kernel option?
what about a prelink-kernel option?
#76
Posted 16 May 2011 - 06:06 PM
#77
Posted 16 May 2011 - 06:25 PM
it boots faster then with mkext and is supported in chameleon RC5 8xx (UseKernelCache=Yes)
terminal commands are:
terminal commands are:
sudo touch /System/Library/Extensions sudo kextcache -system-caches sudo kextcache -system-prelinked-kernel
#78
Posted 16 May 2011 - 06:37 PM
It won't be a problem. I will add it.
#79
Posted 16 May 2011 - 08:27 PM
Thanks .... very nice!
Doc
Doc
#80
Posted 16 May 2011 - 09:14 PM
Works great, Thanks for your hard work EXCELLENT.....Version 10.7 (Build 11A459e)
Also tagged with one or more of these keywords: Kext, Installer, wizard
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users



Sign In
Create Account








