Thursday, March 14, 2013

Karbonn A5 Rooting and Installing ClockworkMod Recovery


Karbonn A5 ClockworkMod Recovery Installation and ROM Update

  1. Install ADB Drivers.
    • Plug the USB cable connected to the computer, the computer will notice a new hardware device called TianyuHSUSB, click Next and select "Install from a list or specific location", then click Next.
    • Unzip the downloaded file Driver.zip above, click on "Browse", find the extracted driver
    • Repeat the above steps until the popup window does not appear anymore.

    http://goo.gl/6xcIL

  2. Continue to install drivers for your ADB, adb_driver select the folder, click "OK" button, click "Next" to start installing the drivers of ADB.
    • If the driver does not show up the settings window ADB, we can install manually in Device Manager.
     
  3. Update the Baseband of your Mobile using method mentioned in the Post  http://forum.xda-developers.com/showthread.php?t=2036053
  4. If you are not performing above step(Baseband Upgradation), your mobile will not accept the ROMS which you are going to deploy.
  5. Install CWM Recovery. Start the mobile, press and hold Volume Up key and power button until the screen appears green, then take your hands off, plug the USB cable into the computer.
    • Unzip the file W619-CWM-English.zip into a certain directory.
    • After you unzip it, open recovery.bat, a command line window will appear, in each window, press any key to reboot,it is installed ClockworkMod Recovery v.5.0. 2.8

     http://www.mediafire.com/?k1qoddaa2xezz95

  6. Press any key. If you press any key, but the window just hangs forever waiting for device i.e. you have not installed the correct driver for the ADB, disconnect the USB cable and reinstall. 
  7. After this step will reboot the machine we have it for your Recovery.
  8. To get into Recovery. Start the mobile again, press and hold Volume Up key and power button until the screen appears green, held next to the red screen, then quickly put out.

How to Install ROM?

1) Download the ROM zip

2) Place that zip in the root of your sd card

3) Go to CWN recovery mode

4) Factory Reset/wipe data

5) Wipe Cache

6) Goto advanced option and wipe dalvik cache and battery stats

7) Then, Flash the ROM

8) Again wipe cache 4 times & Reboot

 

Friday, February 8, 2013

Karbonn A5 Mobile Drivers


Here is the attachment for Drivers which I got from various sources for Karbonn Android Mobiles.

You can use these drivers for Debugging, Modem as well as other number of things

It worked well on Windows 8 Pro.

Mobile Tested : Karbonn A5

Download it From  : http://goo.gl/6xcIL


Thanks n do comment.

Thursday, August 25, 2011

Changing Default Port of WSUS Server from 8530 to 80?

Problem : How to change Default Port of WSUS Server from 8530 to 80?

Environment : Windows Server 2008 R2 with WSUS 3.0 SP2

Solution :

1) Go to Start -> RUN -> inetmgr

2) Go to "WSUS Administration" Site

3) Under "Edit Site", click on "Bindings"

3) Change the port from 8530 to 80, and click OK

4) Open Registry Editor with Start -> RUN -> regedit

5) Goto HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Update Services\Server\Setup

6) Change "Port Number" Value to "80"

7) Goto Command prompt and type following command
cscript "WSUS Installation Location\Update Services\setup\installselfupdateonport80.vbs
e.g.
"cscript "c:\Program Files\Update Services\setup\installselfupdateonport80.vbs"
C:\Windows\system32>cscript "c:\Program Files\Update Services\setup\installselfupdateonport80.vbs"

Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

SetupSelfupdateTree: Finding the index of the Web site on which WUS is installed...
SetupSelfupdateTree: Leaving GetWUSWebSiteIndex.
SetupSelfupdateTree: Finding the index of the web site bound to port 80...
SetupSelfupdateTree: iWebSiteIndex: 2 ServerBindings: :8080:index: 0
SetupSelfupdateTree: iWebSiteIndex: 179262852 ServerBindings: :80:index: 0
SetupSelfupdateTree: Found the index of site on Port 80: 179262852
SetupSelfupdateTree: rootMetabasePath: IIS://LocalHost/W3SVC/179262852/ROOT
SetupSelfupdateTree: szPort80RootPath=C:\Program Files\Update Services\WebServices\Root\
SetupSelfupdateTree: iWusWebSiteIndex=179262852 iPort80WebSiteIndex=179262852
SetupSelfupdateTree: Warning: This is standalone WUS install. No need to do configuration for SxS install.
Success: InstallSelfupdateOnPort80 succeeded.


8) You Have Done It!!!
   :)

Solved : The user profile failed to attach. The process cannot access the file becase it is being used by another process

Issue :  The user profile failed to attach. Please contact Support. Status : 0x0000000B, Message: Cannot open virtual disk Error Code: 0x000...