Sunday, April 3, 2011

Android 2.3.3 Gingerbread ROM for galaxy S

Now, let’s move onto the installation process:::
Please follow this guide at your own risk. I will not be liable if your device gets damaged or bricked during the process.
Requirements:
  • ODIN installed on your PC. Download.[ odin is multiloader for android samsung]. I used I9003_Odin3 v1.82.exe
  • Samsung USB drivers. Download for Windows 32bit | 64bit.[ you can escape if you have kies installed/make sure its not running]. I used SAMSUNG_USB_Driver_for_Mobile_PhonesV1.3.450_x86.exe
  • Samsung Galaxy S Gingerbread ROM. I used GT_I9000_XXJVK_XXJVK_OXAJVK_Sbl.exe

Instructions:
  1. To begin, download the ROM from the link above and extract it to any folder.
  2. Now reboot your phone into download mode by pressing the Vol- + Home + Power. Once the screen displays the Samsung logo, release the power button.
  3. Once you enter download mode, start ODIN on your PC and connect your device via the USB cable.
  4. Now that everything’s set up, click on the PDA button and choose the file name starting with PDA from the folder where you extracted the ROM.
  5. Now click on Phone and choose the file name starting with PHONE.
  6. Click on CSC and choose the file name starting with CSC.
  7. Once the files are all set up, make sure the Re-partition box is unchecked, then simply click on Start. Do not unplug your phone during this time and let it flash. The phone will automatically reboot once the flashing is complete.Screenshot as follows

Monday, January 31, 2011

Saturday, January 8, 2011

how to get firefox to open multiple connections?

- Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading. - Alter the entries as follows:

Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

Also, right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it displays the information it receives.