https://shared.com/ufxw3fjd6m?s=l...........................download it
Wednesday, 30 October 2013
Activator of windows 7
RemoveWAT21...........................download it:-https://shared.com/24jzyrkqds?s=l
Internet Download Manager (IDM) v6.12.10.3 Full Including Crack with Key...............by Aman
Link Just download
::::::::::::::::::::::::::::::::::::::::::::----------https://shared.com/pmfu0nodgc?s=l
::::::::::::::::::::::::::::::::::::::::::::----------https://shared.com/pmfu0nodgc?s=l
Monday, 28 October 2013
Android on your Windows device
Do you want to try Android on your Windows device, get a taste of the latest Android release for testing or fun, or even for developing Android apps? Whatever your needs may be, here is how you can try the latest Android on Windows.
As Android is an open source mobile technology and platform, that means, anyone can access its code or system images from the AOSP (Android Open Source Project). And that’s what you need to have for running Android virtually on Windows.
Android can be easily virtualized on a Windows PC. It’s as easy as downloading some tools, installing, configuring and running them. What you need is the right procedures which we are going to show you here, plus some solutions to troubleshoot common problems.
Recommended Reading: 10 Tips To Tighten Security on Your Android Device
Note: This tutorial was written to virtualize Android 4.2.2 JellyBean using 64-bit Android SDK Bundle running on Windows 8, but steps will be similar for any other Android release, or Windows architecture or release.
Prerequisites
Let’s start by looking over the requirements for running Android in a virtual environment.
(1)
Windows PC: A computer running XP or any later version of Windows operating system will do fine, i.e., XP, Vista, 7, 8, or any later version.
Windows PC: A computer running XP or any later version of Windows operating system will do fine, i.e., XP, Vista, 7, 8, or any later version.
(2)
Java: Java 6 or later must be installed on your computer, because it’s required by the Android SDK Bundle. Install the latest available Java version for your platform.
Java: Java 6 or later must be installed on your computer, because it’s required by the Android SDK Bundle. Install the latest available Java version for your platform.
(3)
Android SDK Bundle: The latest version of Android SDK bundle is required. Download and extract the file into a directory. You will see a folder named "adt-bundle-windows-…" This folder is referred to as the “Android SDK Folder" for the remainder of this tutorial. It contains two folders named “eclipse" and “sdk", and one file named “SDK Manager.exe".
Android SDK Bundle: The latest version of Android SDK bundle is required. Download and extract the file into a directory. You will see a folder named "adt-bundle-windows-…" This folder is referred to as the “Android SDK Folder" for the remainder of this tutorial. It contains two folders named “eclipse" and “sdk", and one file named “SDK Manager.exe".
(4)
Android SDK packages: Open “SDK Manager.exe" from the Android SDK Folder. Check “Android 4.2.2 (API 17)" in the SDK Manager. This gives you the necessary SDK packages for running Android in a virtualized environment.
Android SDK packages: Open “SDK Manager.exe" from the Android SDK Folder. Check “Android 4.2.2 (API 17)" in the SDK Manager. This gives you the necessary SDK packages for running Android in a virtualized environment.
Note: You can decrease the download size by unchecking unnecessary sub-packages of the Android release. Click on the extend button (>) beside the Android release. Check only these sub-packages:
- SDK Platform
- ARM EABI v7a System Image
- Google APIs.
Then, click on Install packages… to download and install the required packages.
Create And Run Android Virtual Device
Time to create your first Android Virtual Device.
(1)
Open “SDK Manager.exe" from the Android SDK Folder. Browse to Tools > Manage AVDs. The Android Virtual Device Manager will open.
Open “SDK Manager.exe" from the Android SDK Folder. Browse to Tools > Manage AVDs. The Android Virtual Device Manager will open.
(2)
Click on the New… button (top right) and you will see the Create new Android Virtual Device (AVD) window appear. Configure the new AVD as per the following configurations:
Click on the New… button (top right) and you will see the Create new Android Virtual Device (AVD) window appear. Configure the new AVD as per the following configurations:
AVD Name: | Any name |
Device: | Galaxy Nexus (4.65", 720 x 1280: xhdpi) |
Target: | Android 4.2.2 – API Level 17 |
CPU/ABI: | ARM (armeabi-v7a) |
Keyboard: | Checked |
Skin: | Checked |
Front Camera: | None |
Back Camera: | None |
Memory Options – RAM: | 768 |
Memory Options – VM Heap: | 32 |
Internal Storage: | 200 MiB |
SD Card – Size: | 500 MiB |
Emulation Options- Snapshot: | Unchecked |
Emulation Options – Use Host GPU: | Unchecked |
(3)
You can now view it in the list of existing AVDs in the AVD Manager. Congratulations on creating your first Android Virtual Device!
You can now view it in the list of existing AVDs in the AVD Manager. Congratulations on creating your first Android Virtual Device!
To start this up, select the AVD in the AVD Manager. Click on Start, then Launch. Wait for it to boot up then enjoy.
And there you have it, Android running on your Windows PC. Click around and get a feel of the Android interface (if this is your first time) before we get to the next section: trying out Android apps.
App Installation In AVD
While Google Play Store is the primary source of Android apps, unfortunately it is not present in theAndroid Virtual Device (AVD). However, there is a method to install apps in the AVD using Android Debug Bridge (ADB). We’ll also show you how to uninstall unwanted apps.
Installing An App
We’re going to run by you the steps required to install an app. We’re using the UC Browser Mini as an example.
(1)
With AVD running, download the apk file for UC Browser Mini from AppsZoom (search for your app, open the page for your app from the search results, click on Download tab in the opened page, and click on the option to direct download APK file).
With AVD running, download the apk file for UC Browser Mini from AppsZoom (search for your app, open the page for your app from the search results, click on Download tab in the opened page, and click on the option to direct download APK file).
(2)
Copy the downloaded file to "Android SDK Folder\sdk\platform-tools".
Copy the downloaded file to "Android SDK Folder\sdk\platform-tools".
(3)
Open the command prompt from the Start menu or screen then type:
Open the command prompt from the Start menu or screen then type:
cd <Android SDK Folder file path>\sdk\platform-tools
For example, Android SDK Folder on our test computer was located at “D:\And\adt-bundle", so the command changes to “cd D:\And\adt-bundle\sdk\platform-tools".
(4)
Type “adb start-server" at the prompt. It should report that the daemon started successfully.
Type “adb start-server" at the prompt. It should report that the daemon started successfully.
(5)
Type “adb devices" at the prompt. It should report a connected device with “emulator". If no device is reported, then you may not have started the AVD. Restart, wait for the android’s home screen, and re-type “adb-devices" at the prompt.
Type “adb devices" at the prompt. It should report a connected device with “emulator". If no device is reported, then you may not have started the AVD. Restart, wait for the android’s home screen, and re-type “adb-devices" at the prompt.
(6)
Type “adb install <APK File>" at the prompt, after changing <APK File> with the name of the .apk file (of the android app) you want to install in the AVD. For example, the .apk file on our test sytem was named “ucb-mini.apk", so the command changes to adb install ucb-mini.apk.
Type “adb install <APK File>" at the prompt, after changing <APK File> with the name of the .apk file (of the android app) you want to install in the AVD. For example, the .apk file on our test sytem was named “ucb-mini.apk", so the command changes to adb install ucb-mini.apk.
(7)
Wait while ADB pushes the APK file into the AVD and installs it. It might take some time depending on the size of the app which you’re installing. When the installation is complete, It should report success.
Wait while ADB pushes the APK file into the AVD and installs it. It might take some time depending on the size of the app which you’re installing. When the installation is complete, It should report success.
Uninstalling An App
Inside the AVD, Go to Settings from the app launcher, then to Applications > Downloaded. Click on the app you want to remove, then click Uninstall. Click OK to confirm then wait. That’s it.
Friday, 18 October 2013
Change OEM information
With the help of this trick, you can add some extra information such as your company name, phone number, website URL and a personalized logo or image in Windows Vista and 7 System Properties dialog box. Its very much same as the good old "OEMLogo.bmp" and "OEMInfo.ini" files in windows XP but sadly this trick no longer works in Vista and 7.
Here is a screenshot of Windows 7 System Properties dialog box with customized strings:
If you also want to customize System Properties window and want to show OEM information and logo in Windows Vista and Windows 7, follow these simple steps:
1. Type regedit in RUN dialog box or Start Menu searchbox and press Enter. It'll open RegistryEditor, now go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
Under this key, look for a key OEMInformation. If it doesn't exist, create it.
2. Now select OEMInformation key and in right-side pane, create following String values and set their values as shown below:
Logo - path_of_OEMlogo.bmp_file
Manufacturer - Any_desired_name
Model - Any_desired_name
SupportHours - Any_desired_time_amount_like_24x7
SupportPhone - Any_desired_phone_number
SupportURL - Any_desired_URL
NOTE: OEMlogo.bmp file should be 96x96 in size and can be placed at any location.
3. Now open System Properties by right-clicking on My Computer icon on desktop and selectProperties, you'll see your desired entries in "System" section and another section will also be created with the same name as you entered in Manufacturer String value. The OEMlogo.bmp file will be shown in right-side of "System" section.
Sunday, 13 October 2013
==>How to download youtube videos to your mobile phone<==
step 1==> start your browser and open this cool website ==> www.youtubeinmp4.com
step 2==> Enter the youtube link or video url in the empty space box
step 3==> And click on the download button
step 4==> website will display option to download the file in mp3 or mp4 format
step 5==> select your option and enjoy...
How To Know our own mobile Number On Zero Balance
For Airtel – *121*9#
For Airce l – *888#
For Docomo – *580#
For IDEA – *100#
For Videocon – *1#
For Virgin – *1#
For Vodafone – *111*2#
For Reliance – *1#
For Airce l – *888#
For Docomo – *580#
For IDEA – *100#
For Videocon – *1#
For Virgin – *1#
For Vodafone – *111*2#
For Reliance – *1#
For B.S.N.L – 164
Hope You Like This ENJOY!!!
How to hide a folder in your mobile phone without any software
==>This trick work only java based o-s < like it works in nokia >
==> suppose if you want to hide a folder & the name of that folder is Game
==> So first of all you must rename that folder with Game.jad
==> Now create a folder with name Game.jar
==>Now it shows only one folder with Game.jar name ( You can hide any folder with that trick )
==> That's it your folder is hide
==> Its magic.....
Now How to unhide that folder
==> Its simple
==> Rename the Folder Game.jar with name Game
==> Now your hidden folder is visibl
How to break window xp password "STUDY PURPOSE ONLY"
==> When your start your P.c you see a login screen like
==> I waana tell u that win xp have a built-in "Administrator"
account that can be use without any password.
account that can be use without any password.
==>when you are on the login screen then you just simply press
ctrl + alt + del key twice and you will reach on Administrator
loginscreen like.
ctrl + alt + del key twice and you will reach on Administrator
loginscreen like.
==>now just type Administrator on user name and just leave
the password blank or empty & click ok.
the password blank or empty & click ok.
congratulations you are successful logged as administrator...
Subscribe to:
Posts (Atom)