OSCam – EyeTV, and EyeTVCamd Example Configuration Files

I compiled a new version of oscam, eyetvcamd to work with my monitor here... Get the AIO Package here DOWNLOAD Get OSCam + Config-Files here  DOWNLOAD Get EyeTVCamd 32 here  DOWNLOAD Get EyeTVCamd 64 here  DOWNLOAD (EyeTVCamd use 64bit release version for mountain lion) More info@ http://www.oscam.cc https://github.com/eyetvCamd/eyetvCamd !!Remember I am not the author, nor i am the distributor of these tools: So do not ask me any questions regarding using them for piracy purposes!!

11 Comments

VirtualBox: HowTo resize a VDI Container

I recently hit a problem, by setting up a new VirtualBox machine... I set my HDD container to 10Gb and wondered why i was running out of memory :/ So to resize/increase your HDD Container's memory size you have to: [MAC/LINUX] Fire up a terminal and type: sudo vboxmanage modifyhd "PATH TO YOUR *.VDI FILE" --resize "INT AS NEW DISKSPACE SIZE IN MEGABYTES" e.g. sudo vboxmanage modifyhd /User/xyz/VBMachines/Windummy.vdi --resize 100000 Will resize Windummy.vdi to 100GB diskspace! [WINDOWS] I suggest to change to VirtualBox Installation-Directory and execute the command e.g. cd "C:\Program Files\Oracle\VirtualBox\VboxManage" modifyhd --resize 100000 "*.vdi" Attention: You must boot into your os an resize/expand your partition…

1 Comment

Mac OS: iMakeConFiles creates (*.icns and *.iconset) bundles for iOS/Mac OS

Easy ICON ICNS ICONSET CREATOR FROM png AND jpg: This Application converts *.png or *.jpg images to retina icns iconsets for iconset bundles. You only have to select your input image and your output folder and press generate -> iconset folder/bundle is generated!512 256 126 64 32 16 and @2x pictures are generated! 512 256 126 64 32 16 and @2x pictures are generated! The application uses iconutils and sips to convert and resize/convert image files (keep that in mind if something won't work)! Download

0 Comments

Mac OS: AGPM Editing with a sleeping GPU and AppleGraphicsPowerManagement.kext

OS X 8.X: 1. Backup /System/Library/Extensions/AppleGraphicsPowerManagement.kext 2. "Right click" on AppleGraphicsPowerManagement.kext and select "Show Package Contents" 3. Open Contents folder and Info.plist 4. Locate a line according to your SMBios.plist entry (for example MacPro5,1) in the Info.plist: </dict> <key>MacPro5,1</key> <dict> <key>Threshold_High</key> <array> <integer>55</integer> <integer>75</integer> <integer>99</integer> <integer>100</integer> </array> <key>Threshold_Low</key> <array> <integer>0</integer> <integer>87</integer> <integer>87</integer> <integer>87</integer> </array> 5. Change it to (for example): <key>Threshold_High</key> <array> <integer>0</integer> <integer>45</integer> <integer>75</integer> <integer>100</integer> </array> <key>Threshold_Low</key> <array> <integer>0</integer> <integer>85</integer> <integer>99</integer> <integer>100</integer> </array> 6. Save Explanation: The problem happens because the GPU stays at its lowest G-state (lowest performance for energy saving). G-states are defined in keys Threshold_High and…

0 Comments

Torchlight 2 Mac OS Wineskin Bottle

This is a clean and up to date wineskin (http://wineskin.urgesoftware.com/tiki-index.php) bottle... Due to the fact that i synced all my Blogs i ll have to sync the big files too. So please be patient until i am able to upload the bottle again. OS X 8 support Steam preinstalled runnable wineskin bottle preinstalled engine Download ToDo: Open the app and install Torchlight 2 in Steam! Remember: THIS is not playable oob -> You MUST install a legal copy of Torchlight 2 from your own Steam account to be able to play this game with this bottle (THIS is NO warez!!)

5 Comments

Mac OS: Get your NVidia GPU Device Rom and build EFI-String com.apple.boot.plist or DSDT/ACPI Interface

The following is already extracted an demonstrates several ROMs for a GX-X58A-UD3R Board and NVidia GPUs Necessary Tools: Download_gfxutil GA-X58A-UD3R ############# NVCAP VALUE is plist editor conform MEM VALUES IS DASHBOARD CONFORM NVIDIA210 512MB: MEM: 0x20000000 DevicePath = PciRoot(0x1)/Pci(0x3,0x0)/Pci(0x0,0x0) NVCAP: 0400000000000300080000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIA220 1024MB: MEM: 0x40000000 DevicePath = PciRoot(0x1)/Pci(0x5,0x0)/Pci(0x0,0x0) NVCAP: 0400000000000300040000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIA8600 512MB: DevicePath = PciRoot(0x1)/Pci(0x7,0x0)/Pci(0x0,0x0) MEM: 0x20000000 NVCAP: 0400000000000300040000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIA9800 512MB: MEM: 0x20000000 NVCAP: 0400000000000300080000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIAGTX480 1536MB: NVCAP: 0400000000000300000000000000000700000000 Download HEX  Download PLIST  Download ROM PCIBUS (The following shows us that Gigabyte needs to get…

1 Comment