This post descries how to downgrade your Ipod Touch (ITouch) Firmware. This post shows you how to downgrade Ipod Touch (ITouch) from 1.1.4 Firmware to 1.1.1, or from 1.1.3 to 1.1.1. If you ask why we need to perform this downgrade, the answer will be to be able to Jailbreak your Ipod Touch (ITouch). This post works for all Ipod Touc (ITouch) 8GB, 16GB, New 16Gb with two nand chips. Files Needed 1) Download the Firmware 1.1.1 from h3r3 2) Download AutoDown from h3r3 If you ask why you need we need "AutoDown", because without it ITunes will refuse to downgrade the IPOD Touch (ITouch) that goes to 8GB,16GB. 3) ITunes from Apple site. Steps to do the downgrade 1) Run AutoDown, by clicking the down.bat file 2) Run ITunes , and click SHIFT+RESOTRE 3) This will open File Borwse window, please point to the downloaded Fimrware at step (1) 4) ITunes will downgrade your IPOD No we have an IPOD Touch 8g,16GB with Firmware 1.1.1 now to Jail Break your IPOD Touch(ITouch) ...
All, This is how to remove SugarCRM logo and keep the login page working and everything working. it is not only removing the SugarCRM logo , but replacing it with any image on your own and keep SugarCRM happy and does not feel anything. I'm posting this as I took it as a challenge once, and since it is open source the license is enough for me, no need to force me to have you logo. How it works: it is Simple, they hash EVERY file on the SUGARCRM folder, and they create on fly a has for every file and compare it with the original hashs. when the comparison fails, SugarCRM get stucked. Details are below: File Name&Path : include/utils/encryption_utils.php --> please modify the above file to have only the below lines function sugarEncode($key, $data){ return base64_encode($data); } function sugarDecode($key, $encoded){ $data = base64_decode($encoded); return $data; } _____ File Name & Path : modules/Administration/ updater_utils.php function check_now add exit; add the en...
Comments