Friday, March 21, 2014

Kane & Lynch 2: Dog Days

0 comments


Kane & Lynch 2: Dog Days

  • Developer: Io Interactive
  • Publisher: Square Enix Eidos Interactive
  • Genre: Action
  • Release Date: August 17, 2010 (US)

About Kane & Lynch 2: Dog Days

Kane & Lynch 2: Dog Days is a raw and brutal crime shooter designed to take players on an even more intense story experience, following two of gaming's most disturbed criminals, through the gritty Shanghai underworld. Introducing a new visual experience, Kane & Lynch 2: Dog Days is inspired by documentary filmmakers and the user-generated era. Every aspect of the game has been designed to deliver a fresh perspective to the words 'intensity' and 'realism' in videogames.

Minimum System Requirements

  • OS: Windows XP/Vista/7
  • Processor: Intel 3.0 GHz or AMD 2.5 GHz or higher
  • Memory: 1 GB (XP), 2 GB (Vista)
  • Video Memory: 512 MB (NVIDIA 7800/ATI X1800)
  • Sound Card: DirectX Compatible
  • DirectX: 9.0c
  • Keyboard and Mouse
  • DVD Rom Drive

Kane & Lynch 2 Dog Days (5)
Kane & Lynch 2 Dog Days (1)
Kane & Lynch 2 Dog Days (2)
Kane & Lynch 2 Dog Days (3)
Kane & Lynch 2 Dog Days (4)

Download Kane & Lynch 2: Dog Days – Direct Links

Part 1 – 700 MB

Part 2 – 700 MB

Part 3 – 700 MB

Part 4 – 700 MB

Part 5 – 700 MB

Part 6 – 584 MB

Part 7 – 700 MB

Part 8 – 700 MB

Part 9 – 700 MB

Part 10 – 700 MB

Part 11 – 401 MB

Crack


www.elj-games.blogspot.com





Thanks for coming by and taking your time to read this post :) I hope you have learnt something today and shared this. Now I'd love to hear from you. Got any views, thoughts and questions related to the post? I'm all ears here. Add your comment.


Thursday, March 20, 2014

How To Fix Insufficient Storage Available Error On Android Through Installing Apps or Moving Installed Applications To External SD Card

0 comments



The insufficient storage available bug on android is for many people a nuisance. It is a widespread problem among many android users who experience the problem with their devices. It mostly occurs whenever an android user is about to install some apps. The error message ‘Insufficient Storage Available’ will suddenly appear. This is a very common problem with the Android OS since all apps, by default are installed in your phone memory. Coincidentally, the memory on android phones is not very large.
Many have tried every possible trick and tutorial on how to fix insufficient storage available error on android phones with mixed results. Android devices that have been rooted are more likely to give this error, especially when downloading, installing and testing apps. Before embarking on the steps on how to fix insufficient storage available error on android phones, an android user must be in a position to differentiate between the real message and the bug. The real message only occurs when storage is below 15MB which is the threshold which android limits any installation of apps.



How to Use ADB ( Android Debug Bridge ) Method to Install apps or Move installed applications to SD Card on your Android phone



These are the steps of ADB method:

(1) Download and install JDK ( Java Development Kit ) . Skip this step if JDK (Java Development Kit) is already installed on your Windows OS.

(2) Download and install Android SDK . It is very important that the installation path must be “C:\android” to avoid any confusion.

(3) Download & install SAMSUNG USB DRIVERS

2. Uninstall previous version & reboot
3. Install New Drivers & reboot system


(4) Run Android SDK Manager by going to “Start Menu > Programs > Android SDK Tools > SDK Manager”.
Select the packages like Android SDK ToolsAndroid SDK Platform-tools and Google USB Driver Package and click “Install Packages” button.
android sdk1a2
android sdk1a3
android sdk1a4
(5) On your Android device, go to Menu > Settings > Applications > Development > USB debugging (check: ON). Select Allow USB debugging : OK.
USB debugging mode
Now connect your mobile to PC via USB cable.


(a) Run Command prompt by going to Start Menu > Run
Run cmd
(b) Write cmd and press OK. The command prompt window will open.
Command prompt
(c) Type cd C:\android\platform-tools and press ENTER key.
ADB devices
(d) Run command adb devices and press ENTER.
ADB devices
This will show the list of all devices attached.
ADB devices attached
(e) Run the following command to check the install location of your Android device:
Command # 1:
adb shell pm getInstallLocation
or adb shell pm get-install-location (for ICS versions)
command 1
The output will be 0[auto] by default. Below are the options you have:
0[auto] : Installation to auto location decided by Android OS
1[internal] : Installation to internal storage of mobile
2[external] : Installation to external media like SD Card
To set SD Card as default install location, run this command:
Command # 2:
adb shell pm setInstallLocation 2
or adb shell pm set-install-location 2 (for ICS versions)
command 2
To verify that above command worked correctly, you can run Command # 1 again.
verify command 1
To change the install location to 0[auto] again, run this command:
Command # 3:
adb shell pm setInstallLocation 0
or adb shell pm set-install-location 0 (for ICS versions)
command 3
Run Command # 1 again to verify the install location:
verify install location
You can simply unplug your mobile from PC after setting install location to SD Card. Finally, go to the phone and disable USB debugging and close the command prompt.
You have now successfully completed how to fix insufficient storage available error on android phones in easy to follow steps. You can enjoy the experience the android phone will give you especially with the numerous apps made available for android.



Thanks for coming by and taking your time to read this post :) I hope you have learnt something today and shared this. Now I'd love to hear from you. Got any views, thoughts and questions related to the post? I'm all ears here. Add your comment.

Wednesday, March 19, 2014

How to Play a Computer Keyboard and CD Tray Prank

0 comments

This will explain how to have fun pranking your friends. This MUST be saved as a vbs file ( filename. vbs) so that it works correctly.

This will show you how to do one of two options, or both. Open and close the CD tray, over and over again. Or have caps lock and the other locks turn on and off with it over and over.





Repeatedly turn on and off all of the caps/scroll/num lock keys

1. Open notepad

2. Type or copy/paste the following:


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop



3. Then save the following as whatever you want. Just make sure, once again, that the file extension is .vbs





Now you double click on the file..
and now you can see your keyboard light doing Disco dance.




Repeatedly open the CD drive

1. Open notepad











2. Type or copy/paste the following:

    • Set oWMP = CreateObject("WMPlater.ocx.7")
    • Set colCDROMS = OWMP.Cdrom collection
    • do
    • Col CDROMs.Count >= 1 then
    • For i = 0 to colCDROM.count -1
    • ColCDROMs.item (i).eject
    • Next
    • For i = 0 to colCDROMs.count -1
    • Col CDROMs.item (i).Eject
    • Next
    • End if
    • wscript.sleep 100
    • loop

3. Then, save it as whatever name you want, and make sure the file extension is .vbs (normally it will save as filename. text, but change it to filename. vbs)




Tips

  • You can save the files in notepad like normal, but for the first line type
  • @echo off
  • Script here (whichever one you chose)
  • Start safari
  • Then save the as internet.vbs in a common folder.
  • Once you have done so, right click the icon and click create desktop shortcut/create shortcut.
  • Once this is done, drag it to the desktop, if not already there, and right click it, change the icon. Make it look like the internet icon.
  • Then hide one internet shortcut so you can change it back later
  • Once this is done, replace all of the places where the internet normally was with the new "internet"
  • If you want to stop the prank go to task manager, go to processes and then end all of the wscript ones.





Thanks for coming by and taking your time to read this post :) I hope you have learnt something today and shared this. Now I'd love to hear from you. Got any views, thoughts and questions related to the post? I'm all ears here. Add your comment.


ArcSoft MediaConverter - Converting 2D to 3D

0 comments



ArcSoft MediaConverter is a powerful and easy-to-use all-in-one multimedia file converter. This utility quickly and effortlessly converts multimedia files into formats optimized for use on your mobile phone, PMP, TV, and many other popular devices. Newly added is the ability to turn your 2D photos and videos into 3D for playback on supported devices, as well as uploading to YouTube.

ArcSoft has been hard at work since I last reviewed MediaConverter, adding new codecs to the mix and even adding the ability to convert standard videos and images to 3D video and jpeg. It supports both anaglyph (for those cheesy red and blue goggles) and dual stream for the shuttered glasses used by PC 3D systems.

We haven't encountered any kind of problems during our tests and ArcSoft MediaConverter is extremely easy to use, even by individuals with no kind of experience in this area. We strongly recommend it.


Posted Image




Article Tutorials

Step 1

Posted Image

Select the media fileSelect the media file
Click the media source (video, audio, photo) you want to convert. To convert a video, for example, select the Video icon and browse to the desired video.


Step 2
Posted Image

Select the Output
Click the Select Output button. Choose the output format or device. To convert a video to 3D, for example, select 3D from the Type drop-down list box and click Done.



Step 3
Posted Image
Click the Start Button
Select the video in the Task List and click Start to convert the video. After the video is converted, mouse-over the image and click the Play button to view the video in 3D.


Posted Image
Posted Image

ArcSoft MediaConverter 8.0.0.16 + Serial Key.rar
Posted Image


DOWNLOAD LINK 


http://filerio.in


http://www.multiupload.nl





Thanks for coming by and taking your time to read this post :) I hope you have learnt something today and shared this. Now I'd love to hear from you. Got any views, thoughts and questions related to the post? I'm all ears here. Add your comment.



Double Driver - Used to view which drivers are installed in your system and can backup the drivers

0 comments

Double Driver screenshot 1 - The main window allows you to explore all the drivers installed on your computer.


View which drivers are installed in your system and you can backup the drivers you choose, save and print the drivers list


Double Driver is a system tool you can use to detect, backup and restore your computer's drivers. This will surely be handy in case these vital files become corrupted, infected, or if they are accidentally removed.

This is a portable product, so that means there is no installation kit, simply extract the archive and run the program. It also means that you can copy the software onto a storage device and use it on any computer.

The user interface is minimalistic, but it has all the elements this type of software needs. When you scan the current system, drivers will be immediately displayed. You also have the possibility of scanning another system if you run the program as administrator.

In case you choose the 'Backup' option, you can have the application store the files in a structured folder structure, in a compressed folder (zipped), or have it create a single file, self extracting executable. The second step is to input the destination directory, press OK and watch Double Driver process the information.

Restoring the backed up items is done in a similar manner. After you locate the backup file, Double Driver will bring forth an installation wizard that will help you perform the recovery.

It's recommended you don't leave the computer at this point, because you might need to confirm some actions. The time it took to restore drivers was even shorter than their backup and we encountered no errors during our tests.

Another useful feature you might try is the ability to save the list of scanned drivers in text format or print it directly. CPU and memory resources are fairly put to use, so your operating system should work normally while Double Driver is processing information.

In conclusion, this small and yet highly effective piece of software proves to be very reliable for backing up and restoring Windows drivers.


Double Driver screenshot 2 - Double Driver will offer you the possibility to select the destination for the driver(s) you want to backup.


Here are some key features of "Double Driver":
  • -List, save, and print drivers details
  • -Backup drivers from current Windows
  • -Backup drivers from non-live/non-booting Windows
  • -Backup drivers to structured folders, compressed (zipped) folder, and self-extracting capability
  • -Restore drivers from previous backup
  • -Available in GUI and CLI application
  • -Portable (no installation required)





Thanks for coming by and taking your time to read this post :) I hope you have learnt something today and shared this. Now I'd love to hear from you. Got any views, thoughts and questions related to the post? I'm all ears here. Add your comment.


BAD CD / DVD Reader - It can copy data from unreadable CDs and DVDs

0 comments



BAD CD / DVD Reader screenshot 1 - With the help of this application you can view and copy files from several CDs and DVDs.


BAD CD / DVD Reader is a simple application that lends you a hand in accessing or copying data from scratched discs, be they CDs or DVDs.

Of course, this kind of program could come in handy for all of us, especially since it was developed to address such an important issue, but BAD CD / DVD Reader fails to do so more or less.

While it manages to target both beginners and professional users with the help of a simple and easy to use interface, BAD CD / DVD Reader doesn't quite impress when it comes to accessing data stored on unreadable discs.

On the other hand, if it indeed manages to get past the scratches and view the content of a CD or DVD, the application offers dedicated tools to copy either the whole disc or just a given folder with a single click.

In addition, BAD CD / DVD Reader doesn’t include a settings menu to allow users to configure the application; another downside it that the help manual included in the package is basic and provides limited information on its features.

For instance, it's pretty impossible to know for sure how exactly it's supposed to read scratched CDs and DVDs because the help file says nothing about this procedure.

Obviously, if we were to vote for some improvements, we'd choose not only a refreshed interface, with a more user friendly approach, but also advanced settings and a comprehensive help manual.

The conclusion is rather simple: BAD CD / DVD Reader is a decent application, but don't expect it to do wonders.






Thanks for coming by and taking your time to read this post :) I hope you have learnt something today and shared this. Now I'd love to hear from you. Got any views, thoughts and questions related to the post? I'm all ears here. Add your comment.




Sunday, March 16, 2014

Kochadaiiyaan:Reign of Arrows - The Game for Android

0 comments
                                                                                                     
Cover art                                                                                 




Kochadaiiyaan:Reign of Arrows










Description
Vroovy Studios (a collaboration between Gameshastra and Hungama) in association with Mediaone Entertainment are proud to present the official game on the Tamil movie ‘Kochadaiiyaan the Legend ‘ (Directed by Soundarya Rajinikanth Ashwin , starring Superstar Rajinikanth and Deepika Padukone )– the most awaited movie of 2014 titled ‘Kochadaiiyaan the Legend: Reign of Arrows’.
The game is based on the main character “Kochadaiiyaan” , a historical character who lived during 710 AD as one of the royal guards of the then Pandyan king celebrated for his dominance over the Cholas and Cheras.
It is a third-person, action arcade archery game in which the player gets a chance to step into the shoes of Superstar Rajinikanth as Kochadaiiyaan & single-handedly push out an invading army out of the prosperous city of Kottaipattinam which is under siege .The game works on a cover based system where the character can only traverse from one cover to the next by the press of a button.
In this game the player will dart from cover to cover and shoot arrows at enemies placed within the game’s respective environments. The game will consist of linear levels with visually changing environments. There will also be power-ups by the likes of – Split shot, Explosive arrows and Rapid Fire. The game also features Battle Support powers like – Reign of Arrows and Catapult bombardment which will make for an interesting variety of arsenal.
Some other features of the game are:
• Stunning Environments to play ,catering to your craving for Medieval aged arcade game
• An option to upgrade to advance armor & weapons
• Reign hell on enemies with power ups like Reign of Arrows & catapult bombardment.
• Refill your arrows at arrow depots.
So, what are you waiting for??
Grab your smartphone and download the game now, because this is your chance to be in the shoes of the great Rajinikanth – a totally unmatched experience altogether.

Kochadaiiyaan:Reign of Arrows - screenshot

Kochadaiiyaan:Reign of Arrows - screenshot

Kochadaiiyaan:Reign of Arrows - screenshot

Kochadaiiyaan:Reign of Arrows - screenshot

Kochadaiiyaan:Reign of Arrows - screenshot

Kochadaiiyaan:Reign of Arrows - screenshot



Download




Thanks for coming by and taking your time to read this post :) I hope you have learnt something today and shared this. Now I'd love to hear from you. Got any views, thoughts and questions related to the post? I'm all ears here. Add your comment.