วันพุธที่ 26 มกราคม พ.ศ. 2554

webdav

http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-ubuntu-9.04
http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-ubuntu-10.04
1 Preliminary Note


I'm using an Ubuntu 9.04 server with the IP address 192.168.0.100 here.



Because we must run all the steps from this tutorial with root privileges, we can either prepend all commands in this tutorial with the string sudo, or we become root right now by typing



sudo su







2 Installing WebDAV

If Apache is not already installed, install it as follows:



aptitude install apache2



Afterwards, enable the WebDAV modules:



a2enmod dav_fs

a2enmod dav



Restart Apache:



/etc/init.d/apache2 restart







3 Creating A Virtual Host

I will now create a default Apache vhost in the directory /var/www/web1/web. For this purpose, I will modify the default Apache vhost configuration in /etc/apache2/sites-available/default. If you already have a vhost for which you'd like to enable WebDAV, you must adjust this tutorial to your situation.



First, we create the directory /var/www/web1/web and make the Apache user (www-data) the owner of that directory:



mkdir -p /var/www/web1/web

chown www-data /var/www/web1/web



Then we back up the default Apache vhost configuration (/etc/apache2/sites-available/default) and create our own one:



mv /etc/apache2/sites-available/default /etc/apache2/sites-available/default_orig

vi /etc/apache2/sites-available/default


NameVirtualHost *




ServerAdmin webmaster@localhost
DocumentRoot /var/www/web1/web/



Options Indexes MultiViews

AllowOverride None

Order allow,deny

allow from all






Then reload Apache:
/etc/init.d/apache2 reload








4 Configure The Virtual Host For WebDAV

Now we create the WebDAV password file /var/www/web1/passwd.dav with the user test (the -c switch creates the file if it does not exist):



htpasswd -c /var/www/web1/passwd.dav test



You will be asked to type in a password for the user test.



(Please don't use the -c switch if /var/www/web1/passwd.dav is already existing because this will recreate the file from scratch, meaning you lose all users in that file!)



Now we change the permissions of the /var/www/web1/passwd.dav file so that only root and the members of the www-data group can access it:



chown root:www-data /var/www/web1/passwd.dav

chmod 640 /var/www/web1/passwd.dav



Now we modify our vhost in /etc/apache2/sites-available/default and add the following lines to it:



vi /etc/apache2/sites-available/default



[...]

Alias /webdav /var/www/web1/web





DAV On

AuthType Basic

AuthName "webdav"

AuthUserFile /var/www/web1/passwd.dav

Require valid-user



[...]

The Alias directive makes (together with ) that when you call /webdav, WebDAV is invoked, but you can still access the whole document root of the vhost. All other URLs of that vhost are still "normal" HTTP.



The final vhost should look like this:



NameVirtualHost *



ServerAdmin webmaster@localhost



DocumentRoot /var/www/web1/web/



Options Indexes MultiViews

AllowOverride None

Order allow,deny

allow from all





Alias /webdav /var/www/web1/web





DAV On

AuthType Basic

AuthName "webdav"

AuthUserFile /var/www/web1/passwd.dav

Require valid-user





Reload Apache afterwards:



/etc/init.d/apache2 reload







5 Testing WebDAV

We will now install cadaver, a command-line WebDAV client:



aptitude install cadaver



To test if WebDAV works, type:



cadaver http://localhost/webdav/



You should be prompted for a user name. Type in test and then the password for the user test. If all goes well, you should be granted access which means WebDAV is working ok. Type quit to leave the WebDAV shell:



root@server1:~# cadaver http://localhost/webdav/

Authentication required for webdav on server `localhost':

Username: test

Password:

dav:/webdav/> quit

Connection to `localhost' closed.

root@server1:~#

วันศุกร์ที่ 21 มกราคม พ.ศ. 2554

Post jailbreak Appsync Aptbackup

How to install Cracked Apps on iPad OS 3.2 with AppSync 3.2

Apple won’t let you install cracked apps on iPad OS 3.2, unless you patch mobileInstallation file on iPad. In this iPad guide you’ll learn how to install cracked apps, games on iPad 3.2 by patching mobileInstallation file with AppSync 3.2.

The developer of AppSync has pushed an AppSync for OS 3.2 via Cydia. AppSync works for both iPad 3G+WiFi and iPad WiFi only models running iPad firmware 3.2.

PREREQUISITES

Any iPad with firmware 3.2

iPad must be jailbroken (iPad jailbreak guides are linked at the bottom of this post)

Disclaimer: This guide is for Testing & educational purposes only. Use it at your own Risk. We strongly discourage Piracy and encourage you to purchase iPad Apps from the AppStore to encourage developers to keep up the great work.

Update 1: AppSync 4.0 for iOS 4.0 is available now!

Update 2: AppSync 4.1 for iOS 4.1 is out now!

Update 3: AppSync 4.2 for iOS 4.2.1 is available now!

Follow the step by step instruction below to patch mobileInstallation file on iPad with AppSync and install cracked apps on iPad 3.2.

How to install Cracked Apps on iPad OS 3.2 with AppSync

Step 1

Open the Cydia from your iPad Springboard (Home Screen).



Step 2

Go to the Manage Tab and Tap on big Sources button.

Tap on the Edit button at the top-right of the screen.

Then hit the Add button at the top-left side.



Step 3

Then input the following URL: http://cydia.hackulo.us

and Hit the Add Source button.

When a warning box appears, hit the Add Anyway. Now Cydia will add the Repo to the list. Once done, hit the big Return to Cydia button.



Step 4

Now Go to the Search Tab and Search for AppSync for OS 3.2. Then Tap on the AppSync for OS 3.2 from the Search results.

Hit the Install button at the top-right corner.

Then hit the Confirm button to begin the installation process.



Step 5

Now AppSync will patch mobileInstallation file on your iPad on OS 3.2. Once the process is complete close the Cydia.

That’s it..

Make sure to download and install a free app from iTunes App Store. Then go for any cracked app.

Now the only thing you need is a cracked app.. Please don’t ask for any cracked app or game here, you won’t get it.. Google is your friend. Once you get a cracked app (.ipa), simple connect your iPad to iTunes, double click on cracked .ipa file (game or app) and Sync your iPad with iTunes..

Have Fun!

Jailbreak iPad OS 3.2

You can jailbreak iPad 3G, WiFi OS 3.2 using Spirit Jailbreak. Follow the guide linked below to jailbreak iPad 3.2 with Spirit:

How to: Jailbreak iPad 3.2 with Spirit

You can follow us to Twitter, Join us at Facebook, and also Subscribed to RSS Feed to receive latest updates on iPhone, iPod Touch and iPad jailbreak and iPhone unlocking stuff.

You may also be interested in:

How to: install cracked apps on iPhone, iPod Touch *Without WiFi*

AppSync 3.1.3 for iPhone OS 3.1.3

Deb installation

http://cydevice.net/Thread-SSH-and-Deb-Installation-Guide-Windows

ipad backup

http://thebigboss.org/moreinfo/AptBackup.php

วิธีใช้โปรแกรม AptBackup [backup โปรแกรมจาก cydia ครับ]


โปรแกรมนี้เป็นการค้นพบ โดยบังเอิญของผมครับ

โปรแกรมนี้ สามารถ backup source จาก cydia

และยังสามารถ back app,theme[ที่ลงจากcydia] ได้อีกด้วย

โปรแกรมนี้ชื่อว่า AptBackup ครับ

รายละเอียดโปรแกรมครับ :

สำหรับ ท่านที่คุ้นเคยกับ Cydia มาตั้งแต่ไอโฟนเฟิร์มแวร์ 1.x อาจจะคุ้นเคยกับวิธี backup และ restore โปรแกรมต่างๆ ที่ติดตั้งผ่าน Cydia Package โดย command line กันไปบ้างแล้ว สำหรับหลายท่าน ที่ไม่คุ้นเคยกับ command line และการพิมพ์คำสั่ง ที่มีสัญลักษณ์เยอะๆ ก็คงจะรู้สึกว่ายุ่งยากพอสมควร ล่าสุดคุณ Chris Featherstone ก็ได้พัฒนาโปรแกรม AptBackup นี้ขึ้นมา โดยหลักการ ก็คือการสร้าง list โปรแกรมที่ติดตั้งผ่าน Cydia รวมถึง package sources ต่างๆ ออกมาเป็นไฟล์ แล้วเก็บเอาไว้ในข้อมูลของไอโฟน เวลาที่ทำการ backup iPhone/iPod touch ด้วยโปรแกรม iTunes ก็จะมีการรวมเอาไฟล์ดังกล่าวเข้าไปด้วย หากมีการ restore หรือ update firmware แล้วทำการ restore data ที่ได้ backup ไว้กลับมา ไฟล์ดังกล่าว ก็จะกลับมาด้วย เพียงแค่รันโปรแกรมนี้ ก็จะทำการดาวน์โหลดและติดตั้งโปรแกรมตามรายการทั้งหมดทันที แต่มีข้อแม้ตรงที่สามารถ restore ข้อมูลดังกล่าว ภายหลังจาก Restore data จาก iTunes เท่านั้นครับ ไม่สามารถสั่ง restore ในสภาวะปกติครับ

Name: AptBackup

Version: 1.1-3

Size: 43 kB

License: ฟรี

Install: Cydia (source: BigBoss)

รายละเอียดโปรแกรมจาก thaiiphoneclub.com

มาเริ่มกันเลยครับ

1.ลง openSSH จาก cydia ครับ[ส่วนมากcydia จะลงไว้ตั้งแต่แรกอยู่แล้วครับ ถ้าลงแล้วก็ข้ามไปเลย]

2.ลงโปรแกรม AptBackup จาก source bigboss ครับ ไม่ต้อง add อะไรทั้งนั้นครับ เพราะ source bigboss มีตั้งแต่แรกอยู่แล้วครับ



3.หลังจากลงเสร็จ เข้าโปรแกรม AptBackup



4.กด backup ด้านในโปรแกรมครับ รอมัน back up ดังรูปครับ



5.ใช้โปรแกรม จัดการไฟล์ ไป back up ไฟล์

โดยเข้าไปที่ ~/var/mobile/Library/Preferences

backup ไฟล์ดังนี้ครับ

1. aptbackup.cydiasources.tgz

2. aptbackup_dpkg-packages.txt

3. aptbackup_openssh.tgz



6. เปิด itune ขึ้นมาครับ sync iphone ให้ itune backup ให้เสร็จครับ ถ้ากลัวมันไม่ backup ให้ไปคลิกขวาที่ตัว iphone แล้ว กด back up ครับ

7.Restore original Firmware ตามที่ต้องการครับ ย้ำoriginal Firmware นะครับครับ ห้ามใช้ custom firmware ครับ ถ้าใช้ Custom Firmware ตอน restore อาจมีปัญหาได้ครับ

8.Jailbreak ให้เรียบร้อยโดยใช้ QuickPWN ครับ

9.หลัง jailbreak เสร็จ ไปที่ cydia

ลงโปรแกรมดังนี้

1.openSSH

2.Aptbackup

3.Sbsetting หรือ Bosspref

4.Five Icon Dock [ข้อ4 นี้ เอาไว้กรณีที่ ก่อน เรา restore เราได้ใช้ five icon dock อยู่แล้ว ถ้าเราไม่เคยใช้ตั้งแต่แรกก็ไม่ต้องลงครับ]

10. กด restore from backup ที่ backup ไว้ครั้งล่าสุดกับ itune ครับ

11. หลังจาก restore from backup เสร็จให้เข้าไปที่ AptBackup แล้วกด restore ในโปรแกรมครับ จะเป็นดังภาพ



12. เสร็จแล้ว มันก็จะกลับมาเป็นแบบเดิมครับเหมือนก่อนเรา restore ครับ



ถ้า ก่อนเรา restore เราได้ใช้โปรแกรม Categories จัดหมวดหมู่ Apps ไว้ หลังจากขั้นตอนที่ 11 ให้ ไปที่ Sbsetting หรือ Bosspref ไป ตั้งให้ Icon ที่ Hide อยู่ จาก Off –>> On ซะนะครับ

หมายเหตุ ถ้า กด restore ดังขั้นตอนที่ 11 แล้ว มันไม่ยอม back up กลับให้เป็นแบบเดิม ให้ทำดังนี้ครับ

1.ลง OpenSSH จาก cydia

2.ใช้โปรแกรมจัดการไฟล์เข้าไปที่ ~/var/mobile/Library/Preferences

ให้ เอาไฟล์ 3ไฟล์ ที่ back up ไว้ตอนแรกที่มีชื่อ ดังนี้

1. aptbackup.cydiasources.tgz

2. aptbackup_dpkg-packages.txt

3. aptbackup_openssh.tgz

มาใส่ครับ

3. จากนั้นเข้าไปที่โปรแกรม AptBackup อีกที แล้วกด restoreด้านในโปรแกรมครับ

แค่นี้ก็เรียบร้อยครับ ลองเอาไปใช้ดูนะครับ


http://me.srwz.us/iphone/appbackup
Backup Location




Backups are stored in /var/mobile/Library/Preferences/AppBackup/tarballs as files called bundleid.tar.gz, where bundleid is a given app’s bundle identifier (e.g. com.ooi.supermonkeyball). These files are regular gzip-compressed tar archives and can be opened with any program capable of viewing them (e.g. 7-zip on Windows). Backup times are stored in an XML property list at /var/mobile/Library/Preferences/AppBackup/backuptimes.plist as Unix timestamps.



If you want to “backup the backups,” you should back up the entire /var/mobile/Library/Preferences/AppBackup directory tree.

วันพุธที่ 19 มกราคม พ.ศ. 2554

iATKOS_S3 version 2 Dell 1525

Though not without some issues...




I'm choosing broadcom for wireless, Graphics Enabler, Chameleon v2 RC4, AHCI SATA, Voodoo PS2, Voodoo P-state, Battery, Card Reader, TSC Sync.



The thing that got it booted for me was disabling RTC. Once I did that, it came right up. At first the camera, track pad, and sound didn't work, but after I applied the "available updates" via the generic os updates pop-up, I was golden (everything worked).



On the sound, I did have to go into the sound settings and switch it to external speaker. The sound is a little more quiet than in my Linux and Win7, but it seems to work fine. Haven't found a way to boost the volume.


If u ever had welcome screen loops after succes installation hackintosh. U should try this.




Boot with “-s” no quotes


http://antyalias.com/2009/06/welcome-screen-loop-after-installation-hackintosh/
type “/sbin/fsck -fy” and then press enter

type “/sbin/mount -uw /” and then press enter

type “passwd root ##” and press enter

you will know be prompted to put in your password twice. Do so and press enter.

type “touch /var/db/.AppleSetupDone and press enter

type “exit” and press enter. you will now be booted into Leopard.
 
 
 
http://antyalias.wordpress.com/2009/05/27/hackintosh-10-5-7-running-on-dell-inspiron-1525/
Go get iPC 105.6 PFF 6 on torrent or whatever or simply can be found here. Burn iso with slower speed.


Download Driver Dell 1525 updated version here (Updated 27 May 2009) and save to flash usb drive.

Download Mac OS X Update 10.5.7 on apple site or download here. save to flash usb drive as well.

As usual boot from DVD and press F8, type -v. lets messy text appear to see the code running.

Open Disk Utility and format your drive to Macintosh Extended Jounal and name it for example Macintosh HD. Erase and next

View option Customize and select only this package



Install and Restart. Remove CD

boot hard drive. your screen will blank after apple logo dissappear. dont panic take a breathe for 1 minute

unplug your power cable. close lid screen. wait until hard drive idle (mean no fast blinking). then open back lid screen. your screen desktop will appear. dont waste your time. setup your information.

Drag copy dell driver and 10.5.7 updates on your flash usb to desktop.

open sleep trick folder / dsdt.aml drag to Macintosh HD. this fix display blank on gma x3100. no close lid if screen blank anymore.

Install chameleon for fake boot interface. Restart.

Install 10.5.7 updates on your desktop. open disk utility and repair permission. Restart.

Install other kext and package inside dell driver pack.

install Wifi broadcom package

install Power Management

Audio. Drag 1525_Codec to AppleHDAPatcher_v1.16

Install samba. if you want to sharing with windows file.

Install SD Card Reader using kext helper.

Open disk utility. Repair disk permission. Restart.

Ok thats it. i will update video installation soon. Happy enjoying your hackintosh.

Checkout my latest post http://antyalias.wordpress.com/2009/10/03/dell-1525-snow-leopard-10a432-10-6-retail-single-usb-method/
 
 
http://antyalias.com/2009/02/how-to-install-1056-on-dell-1525-ideneb-v14/#comments
On this tutorial i will guide u how to install 10.5.6 iDeneb on dell 1525 based on my experience. this guide i wrote for reference to dell 1525 hackintosh fan included me too . here following test worked on my dell 1525.




Wifi. works as aiport

Card reader. No need to run windows anymore to get works

Graphic GMA 3100. works without install any kext. Built in on iDeneb

Battery Life. Need to patch but works like charm.

Samba windows sharing. works perfectly.

Webcam works on iChat. never tested on other application.

Sleep trick works no need to move cursor to the corner.

Before we started Please read changelog here.



1. Go boot CD/DVD to installer. and press F8 to view option. type -v and press return. wait till installer menu appear.



2. Got to Disk Utility and make partition for macos extended journal. On my dell, i only make 2 partion 1st for macos extended journal named as Macintosh and 2nd for window partition fat32 named as u wish. after complete. close and next. Select Partition mac os and next.



3. You will see button customize. and click there. the list of package will shown up. be carefull to select. if ur setting goes wrong. u will never get it works. for my setting i only checked



ICHx Fixed

Network wifi Broadcom 43xx

FireWire Remove

IOUSBFamilyFix (i think this fix not working for me)

kexthelper if something need patch after install

and the rest leave that unchecked. we will install later.



4. then install. u can go to make some coffee and wait till complete. if u follow my setting around 10-15 minutes the installation will be complete.



5. restart ur pc and remove cd installer. press F8 and type -v and press return to see if anything goes wrong.



6. u will see blue screen few second and screen goes blank. dont panic. unplug your plug cable and close your lid screen. wait around 15 minutes. u have to be patient this time. i got experience 15 times format because of this blank screen. keep drink ur coffee u made just now.



7. open lid screen back u will see setup screen. if not, repeat step 5. above. fill ur information and Tada!!! u will see desktop screen. lets see now ur wifi works as airport.



8. go to system preferences and go to expose select active corner to the sleep display. (standby this trick if ur screen goes black again).



Now its time to install other kext to get all thing works.



go download Dell 1525 Driver Here or mirror Here. Thanks to all develepor. i’m just recompile to make easier for dell 1525 user.

go to folder usb. install that dmg files. this fix error if u try mount usb or cd hang.

go to folder sleep display. copy SleepDisplay application and place to “/Users/yourcomputername/ “. Then go to your system preferences. account. login items and add application SleepDisplay that u place just now and tick hide. this fix sleep display without to move cursor to the corner.

UPDATED 9/3/2009 Downlod Screen_Sleeper_Solution_Installer.pkg. Install it and reboot. u have to disable auto login on system preferences to get it works. Thanks to Skribbler

go to folder samba. and install that package. this will fix for windows sharing files.

go to folder Card Reader and open kexthelper drag IOSDHCIBlockDevice.kext to the kexthelper and run. this will fix for card reader.

go to folder ApplePS2Trackpad and drag to kexthelper and run. this fix for Trackpad.

go to folder audio. drag 1525_Codec to AppleHDAPatcher_v1.16. wait and restart. now ur audio should working.

go to folder Power Management. install Power Management 10.5.6 Fix. this fix for battery meter.

go to folder Time Machine Fix. read the instruction. i never tested yet. maybe should fix for time machine.

Here screen shot my desktop. any comment are welcome.
 
http://antyalias.com/2009/10/dell-1525-snow-leopard-10a432-10-6-retail-single-usb-method/
It has been long time i’m not update my blog. Today i’m going to write guide how to install retail Snow Leopard copy to Dell 1525 using usb either external hard drive or flash drive .. for DVD installation it can be found at macyourpc. Thanks to macyour pc for the helful guide, but i’m prefer to install using usb method more faster and easier to inject anything that i want to. Boot 132 also no longer needed. i’m just use chameleon boot loader to make Snow Leopard readable by dell 1525. On this guide also u can install on either MBR partition or GUID partition. No worried to lost any data on my previous MBR partition for example 1. Macintosh HD(System) 2. Data (i want keep this whole data). This method only worked on Retail 10A432 version. havent tried to other version. oke guys lets started.




Requirements



1. USB Flash Drive (8GB above) or external drive and Mac Computer or Hackintosh also considerable and your toy Dell 1525.



2. Mac OS X Snow Leopard (10A432) 10.6 Retail. u can buy from apple store or u can get here for PLAYING PURPOSE. a lot stuff there.



3. Download this Dell 1525 Snow Essential. Place to your mac desktop. What inside?







Preparation



U must did this step on Mac Computer or Hackintosh.



1. Restore installer to USB flash drive. If u dont know how to restore u can refer my previous post. carbon cloner also recommended to clone the installer, its free. Name it your USB flash drive as Snow.



2. Open Dell 1525 Snow Essential. Inject Chameleon 2 RC3 bootloader by installing to USB Drive Snow.



3. Copy All files under folder “Boot/Extra” to Folder Extra on USB Drive Snow.



To make installer recognized the MBR partition, we have to replace original OSinstall file with cracked version.



1. Open terminal type “sudo su” and insert password. copy following to terminal and press enter. It will show all hidden files on your mac.



defaults write com.apple.finder AppleShowAllFiles TRUE

killall Finder



2. Replace “OSInstall” file on USB Snow. read instruction inside OSInstall folder.



3. Copy “boot” file inside Boot folder and replace to USB Drive Snow directory. “boot” file inside USB Snow is hidden. u cant just replace the files by drag and drop. the simple trick without using terminal is



Move to Trash “boot” file inside USB drive snow directory.

Drag “boot” file inside boot folder Dell 1525 Snow Essential to USB drive Snow directory

Thats it. Now your hacked version snow leopard is ready.



Installation on Dell 1525



1. Boot press F2. Disable all boot sequence. save and exit.



2. Boot press F12 and select USB Flash drive and press enter. Chameleon bootloader will come up. Select USB Snow type -v -x and enter. This -x(safe mode) flag is important. i had failed many times to load the installation screen only because without -x .



3. Once your installation screen appear. do as usual. go disk utility to format partition to Mac OS Extended Journal and name it as u like. Close and Next



4. select your partition to install. this time if u are using MBR partition u are lucky no alert error will appear anymore. click customize if u want to save space, otherwise just click install. it will takes around 15minutes. after finish installation



5. restart. press F12 and once again select USB partition and chameleon shown up. Select partition installed OSX. type -v -x. after booted up Setup your information data.



Post Install



Inject all post install files to your Dellintosh. I’m not going to write this step. for the instruction follow guide from macyourpc.



Happy Enjoying!!
 
http://macyourpc.com/2011/01/install-mac-on-dell-inspiron-1525/
*New Guide* Mac OS X 10.6 Snow Leopard Retail Install Boot-132 Method




by GENARO BONILLA on 11. JAN, 2011 in SNOW LEOPARD GUIDES



Download: SnowBoot v1.1.iso



Step 1: Make sure you have your copy of Snow Leopard (I would highly suggest purchasing it, it’s a great price for what it offers!)



Step 2: Download SnowBoot v1.1.iso and burn it to a CD.



Step 3: Put the burned boot cd into your cd-drive and on startup at the “DELL” splash screen press “F12″ now you will be at the boot selection menu, from here wait till your activity light on your cd-drive stops blinking and boot from the disc.



Step 4: Eject the boot-132 disk and replace it with your Snow Leopard Disc and again, wait till the activity light stops blinking. Once it has stopped press “F5″ and the Install Disk will appear. Boot the disc by pressing enter. The disc will take about 5-10 min to load.



Step 5: Once in the install disk go to “Tools” from the menu bar and choose “Disk Utility.” Once you’ve gotten into the Disk Utility you have to select your hard drive and click on the partition tab and under the Volume Scheme choose 1 Partition and click “Options” and choose GPT. From this tab choose “Mac OS Extended (Journaled)” and name it Macintosh HD and click apply.



Step 6: Close Disk Utility and go through the Installer. After it is done restart and again press “F12″ and boot from the Boot-132 disc, this time select the Macintosh HD partition and again boot by pressing enter.



Step 7: Download Mac OS X 10.6.6 by clicking the following link and proceed to install it. Mac OS X v10.6.6 Update. Once you’ve done that you an restart and boot into the partition again following the same method used above. Boot into the partition using the same method that you did in Step 6.



Step 8: Now that you’ve booted into your partition open “My Boot CD” from the desktop. Navigate to the Post-Intall folder located in “My Boot CD/Extra/Post-Install” and double-click “Chameleon 2 RC3″ After this go back to the Post-Install folder and highlight “Extra” and copy the folder.. After you have copied “Extra” from the Post-Install folder open up your “Macintosh HD” and paste “Extra” by right-clicking and pressing Paste Item.



Step 9: Now Open up the Applications folder from the Post-Install folder and open “Kext Helper” now go to “Local Extensions” and Kext Helper all the files in there. (For more information on how to use Kext Helper click here.)



Step 10: Navigate back to the “Post-Install” folder and double-click the “10.6.2 – AppleHDA Installer” and follow the prompt.



Step 11: Go to “System Preferences” click “Security” then click the little lock in the bottom corner. Now uncheck “Use secure virtual memory.”



Step 12: Open up Terminal Located in “Applications/Utilities” and run the following commands one by one:



sudo -s



pmset -a hibernatemode 0



rm /private/var/vm/sleepimage



mkdir /BackupPreferencePanes



cp -R /System/Library/PreferencePanes/Trackpad.prefPane /BackupPreferencePanes



rm -rf /System/Library/PreferencePanes/Trackpad.prefPane



cp -R /Volumes/My\ Boot\ CD/Extra/Post-Install/PrefPane/Trackpad.prefPane /System/Library/PreferencePanes/



Step 13: Restart and at this point you should be all done and updated to Snow Leopard 10.6.6. As new updates come out you should visit below where I will be updating a link on how to upgrade.



Step 14: Feel free to donate anything. Any amount is helpful.