Showing posts with label apk. Show all posts
Showing posts with label apk. Show all posts

Monday 31 March 2014

WhatsApp For PC/laptop Download & Run

Whatsapp is a standout amongst the most well known messanger accessible for cell phones, be it Android cell phone, ios blackberry os, symbian , or Windows cell phone. It got mainstream informing gadget on android stage when Indian government connected a point of confinement of 20 every day SMS from a solitary SIM. There are various messangers accessible in android application store, however Whatsapp is the complete bundle.


whatsapp for pc download


A few characteristics like capacity to send and get documents, features, photographs, and messages from one cell phone to different settles on it extremely evident decision. Indeed telecom organizations have taken off unique arrangements to utilize Whatsapp on your versatile, simply get a whatsapp energize and you will have the capacity to utilize it without any web plan for an entire month.

What Do you need?????

* Android App Player

Now -a -days There are Two most Famous android app player are available on internet.
Download any above one, as per best with your system configuration. 

Steps For Installation.....

Step 1) Download Android app player

  • As a matter of first importance download Bluestacks App Player  ( on the off chance that you have a 2 GB RAM, it is allowed to download ) or YouWave App Player (in the event that you don't have a 2 GB RAM, it aims to get free trial) for your OS.

Step 2) Install Android app player

  •  Now just install Bluestacks or YouWave App Player.

Step 2) Install Android app player

  •  Now  Download and Install WhatsApp either from Google Play Store OR Download whats app apk file from this Link. (click here) 

Running WhatsApp on a Windows OR Mac PC/Laptop.

I am certain you must have downloaded whatsapp on your PC at this point taking after the steps I let you know in past trap. Right away now is the ideal time to utilize it, utilizing it is as basic as downloading it. 

  1. Open Bulestacks or Youwave App Player on your PC (what ever you have downloaded). 
  2. Now tap on WhatsApp Icon.
  3. voila ,now you can utilize Whats App on Pc.

If you are not able to download whatspp on your pc utilizing this trap verify you either subscribe our blog for overhauls or leave a remark underneath with the goal that we can slove your issue.

Wednesday 4 December 2013

Extract source code from an APK file


Procedure for decoding .apk files, step-by-step method:

Step 1:

Make a new folder and put .apk file in it (which you want to decode). Now rename the extension of this .apk file to .zip (eg.: rename from filename.apk to filename.zip) and save it. Now you get classes.dex files, etc. At this stage you are able to see drawable but not xml and java files, so continue.

Step 2:

Now extract this zip apk file in the same folder (or NEW FOLDER). Now download dex2jar from this linkhttp://code.google.com/p/dex2jar/ and extract it to the same folder (or NEW FOLDER). Now open command prompt and change directory to that folder (or NEW FOLDER). Then write dex2jar classes.dex and press enter. Now you get classes.dex.dex2jar file in the same folder. Then download java decompiler from http://java.decompiler.free.fr/?q=jdgui and now double click on jd-gui and click on open file. Then open classes.dex.dex2jar file from that folder. Now you get class files and save all these class files (click on file then click "save all sources" in jd-gui) by src name. At this stage you get java source but the xml files are still unreadable, so continue.

Step 3:

Now open another new folder and put these files
  1. put .apk file which you want to decode
  2. download apktool v1.x AND apktool install window (both can be downloaded at the same location) and put in the same folder
  3. download framework-res.apk file and put in the same folder (Not all apk file need framework-res.apk file)
  4. Open a command window
  5. Navigate to the root directory of APKtool and type the following command: apktool if framework-res.apk
  6. apktool d "fname".apk ("fname" denotes filename which you want to decode)
now you get a file folder in that folder and now you can easily read xml files also.

Step 4:

It's not any step just copy contents of both folder(in this case both new folder)to the single one
and now enjoy with source code...

Thursday 13 June 2013

Convert Your Laptop Into JARVIS From Iron Man




Turn your laptop into super smart Jarvis in 15 Minutes :


You have presumably known about the Iron Man Personal Assistant, J.A.R.V.I.S , you might have thought about whether you could change over you laptop/desktop into a full offered automated assistant,you could do it.and it is pretty  simple. In spite of the fact that you may not have the capacity to start rockets and send security covering, you can do simple errands like wanting climate, closing PC down, current PC condition and so forth.

 What Do You Need :

* Windows 7 or 8 ( 7 is just incredible, 8 will work, vista won't ) 
* Windows Speech Recognition Macros. (LINK
* A Bluetooth/wireless Headset With Mike (discretionary) 
* JARVIS Theme. (read underneath)

We have partitioned the "proselyte to-jarvis" mission into 3 Divisions : 

- Training The Windows Speech Recognition Program. 

- Setting Up The Windows Speech Macros. 

- Setting Up The J.a.r.v.i.s Interface. 

With the intention that You Don't Get Confused :

The first step: Teach The Windows Speech Recognition  Software: 5 Minutes:

Yes I am aware, A simple Move, But The key component of "convert-to-jarvis" assignment, what we gotta perform will be start the home Windows Speech Recognition Program  which often happens pre-installed while using Home windows, method to can get on will be via start off bar. Currently find the required Fields, and immediately after it really is done, look at the "Train your pc to raised comprehend you" portion, it is not necessary if you have obvious voice/accent, yet My partner and i highly help you to invest a minimum of 5 Min's for this which means your computer can comprehend anyone much better.

The sencond step: Configure The Windows Speech Recognition Macros : 5 Minutes :

Notwithstanding provided that you Have set-up-ed the Windows Speech Recogination Program, you might have been going for numerous types of cool charges, But now to flavor it up, We'll utilize the Windows Speech Macros.i accept you might have recently downloaded it from the connection above and installed it.after Installing it i might encourage you to put its alternate routes in two spots, One in the desktop and other in the begin up organizer, so it might begin the second your machine boots up.so a little stroll through to this programming, This is a super-cool, small programming that educates your workstation to converse with you interactively.here is the way to situated up the orders :

Twofold Click The Macros Icon, and when the window pops up asking "What might as well the macro do?" click "Advanced." Here Is A Little Synopsis at what are you taking a gander at :

<speechMacros> - This is the starting Tag, it just tells the computer that this XML file uses the Speech
                              Macros to execute.

<command> - This is the command to be executed. Each command is basically one action... in most
                         cases you will only need one, but for some automations you'll want to include more                                  than one. You'll see an example of this later.

<listenFor></listenFor> - This tells the computer what word or phrase to listen for in order to do an                                          action.

Notice that there is a closing tag (</listenFor>), this tells the XML that this spot in the code is where to
stop doing whatever function... in this case stop listening for a word or phrase once the computer  hears it.

</command> - The closing tag for the "Command" tag... again, in XML every tag will have an
                       opening/closing tag and what happens between the two is how it knows what to                                  execute. In this case it knows that the command is finished once the word/phrase has                           been detected.

</speechMacros> - By now I think you can figure out why this is here.
                            Since I'm going to name my computer Jarvis, I'm going to tell my computer to                                   listen for it's name by changing the <listenFor> tags to say the following :  

                           <listenFor>Jarvis</listenFor>

Here Is A Little Applet That will educate my portable computer to Reply Me :
_________________________________________________________________________________
<speechMacros>
<command>
<listenFor>Wake Up Jarvis</listenFor>
<speak>Systems Online, Database Check, Good Morning YOGISOFT !</speak>
</command>
</speechMacros>
_________________________________________________________________________________
So Whenever I Say "Wake Up Jarvis" My Computer will reply me with "System Online,Database Check, Good Morning YOGISOFT ! ", You can change it to whatever you like !
_________________________________________________________________________________


An Speech Macro For Getting The Weather :
_________________________________________________________________________________
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Pull up the weather in [CityName]</listenFor>
<run command="http://www.weather.com/weather/local/{[CityName.zipCode]}"/>
</command>
<command>
<listenFor>Is it cold in [CityName]?</listenFor>
<speak>Let me check... just a moment.</speak>
<script language="JScript">
<![CDATA[
<var xml_doc = new ActiveXObject("Microsoft.XMLDOM");
<xml_doc.async = false;
<xml_doc.load("http://www.rssweather.com/zipcode/{[zipCode]}/rss.php");
<var titles = xml_doc.getElementsByTagName("title");
<var descriptions = xml_doc.getElementsByTagName("description");
<Application.Speak(titles.item(2).text + " in {[*CityName]}");
<Application.Speak(descriptions.item(2).text);]]>
</script>
</command>
<listenForList name="CityName" propname="zipCode">
<item propval="65201">Columbia</item>
<item propval="37201">Nashville</item>
</listenForList>
</speechMacros>

_________________________________________________________________________________
A Macro To Restart The Computer :
You will just have to say "Go To Sleep JARVIS" (GTS )  and the computer will restart :
_________________________________________________________________________________
<speechMacros>
<command>
<listenFor>Go To Sleep JARVIS</listenFor>
<speak>I am going to sleep Sir !! .</speak>
<run command="C:\Windows\System32\shutdown.exe" params="-r -t 00"/>
</command>
</speechMacros>
___________________________________________________________________________

For More Interactivity, install Voice Search on Google chrome or some similar app in firefox !


The Last step: Pimping The Screen: 5 Minutes:


So well we have finished the talking and answering part, however we don't require the old crappy windows 
desktop, we require a  intuitive desktop so our PC looks like jarvis, to do that we will commission
this topic from Devianart . After that we will pimp up the begin of windows, to do that we will
download this small utility called Bootchanger, and getting a boot screen movement of your decision structure here, then you are carried out.

Welcome To Jarvis !

So Whats Next ? We suppose utilizing appending CCTV's Polaroids to it.what do you suppose we could do next ?

So How Was This Post ? Love/hate/spot A Mistake ? Whatever it is,leave your remarks beneath and don't  neglect to like us on facebook so you never miss an overhaul.

Tuesday 8 January 2013

Turbo C++ For Windows 8 ,7 , 8.1 & Vista 32 bit , 64 bits and 128 bit

 FOLLOW THE NEW LINK  http://www.turboc8.com
Turbo C++
 for windows vista and windows 8 , 7 64 bit, 32 bit.
Many colleges still use turbo c++ software to teach c language. But when it comes to newer operating systems like Windows vista and windows 7 it won’t support. Reason is turbo c++ is 16 bit compiler and it runs perfect on old operating system like xp but having some compatibility issue with windows vista and 7. There are many other compilers available for C language. But most of the student use TC due to their curriculum.

We can use DosBox to run TC on Win vista and 7. But it is not fully supportable. We could not run graphic code and also it won’t work with 64 bit os. So we cannot able to work tc in newer operating systems. 

So here is solution for that, with the help of  C++ by YOGISOFT software. Now we can work on Turbo C fine in win vista and 7 64 bit. C++ by YOGISOFT  design in a way that we don’t need to configure anything and it is one click installer .





Installation of this software is easy just follow the instructions. It’s like next-next-finish.

Now open the C++ by YOGISOFT from desktop shortcut.


Benefits:

This Software Support both 32 bit and 64 bit os
Turbo C opens in Full Screen Mode.
Now you can run graphics code in windows vista and windows 7

SPECIAL TRICKS:

  1. Use "End" Key for Instant Exit.
  2. Use Alt+X to restart by typing tc again.

 DOWNLOAD  LINK


Get it from CNET Download.com!

Last Reviewed by Yogendra Singhon Jan 08 2013
Rating: 5
 Solution all of your problem like How to run C and C++ programs on 64 bit system, How to run C and C++ programs on windows 7, How to run C and C++ programs on windows 8, how to run turbo C on windows 7, how to run turbo C on windows 8, run C and C++ programs on 64 bit system, run C and C++ programs on windows 7, run C and C++ programs on windows 8, run turbo C on windows 7, run turbo C on windows 8, turbo c for windows 7, c for windows 7, c for 64 bit, c for 64 bit, how to use dropbox, c for windows 7, c for windows 8.1 etc


 .

Wednesday 31 October 2012

Idea 3G in 2G Plan 100% Working




Hello Friends!! I am Yogendra Singh the new admin as this post is my first post, I will first put something really awesome for u all this is the trick to use free 3G on Idea 2G Recharge but there is one problem with this it can't be used for 2G purpose but it works fine with 3G i personally have tested this trick and found that it is working great for me in my 3G idea net setter u can also confirm the trick by just using it in your Modem or cell, I have confirmed it in Lucknow i don't know about other state just try and and Give Your reviews Thank You!
SAMPLE




guzs now its 10Mbps..





The Trick :


Just Follow Below Steps To Use  3G with 2G Recharge
  1. Keep balance below 5 Rps.
  2. Recharge your 3G SIM with 8rps 3G Unlimited pack for 30 min.
  3. Use Full 30 Min.
  4. Immediately Recharge Any 2g Data plan i prefer 15 Rps 150Mb data.
  5. Now u get 3G speed in Every Next  2G plan.

  • Tips-Never Recharge with any 3G pack after this Trick.


Must Read -WhatsApp For PC/laptop Download & Run using IDEA 3G

Related Posts Plugin for WordPress, Blogger...