Sunday 25 November 2012

the setup routines for the sql server odbc driver could not be found

error "the setup routines for the sql server odbc driver could not be found. please reinstall the driver"

error: "data source name not found and no default driver specified"

The Magic solution is 
windows start>run>regsvr32 odbcconf.dll

everything will be OK In sha' Allah

Tuesday 6 November 2012

Install android Market on android emulator


  1. Create Android Emulator on android 4.1 or greater, assume its name is "Android_JellyBean"
  2. Copy the android tools uri and past it at the end of the environment path key
  3. start the command prompt 
  4. type emulator -avd Android_JellyBeans -partition-size 400 -no-audio -no-boot-anim
  5. wait while the emulator start 
  6. type the following in command prompt 
        adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
        adb shell chmod 777 /system/app

     7. Download GoogleLoginService.apk 
                         GoogleServicesFramework.apk
                         Vending.apk 
      8.  Run eclipse and open DDMS and open file explorer, go to system folder open it, and open app 
           folder, and push the downloaded files respectively
      9.  Type adb shell rm /system/app/SdkSetup* in the command prompt 
     10. Create android fake account and enjoy