G33K-TRICKS: android
Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Monday, March 21, 2016

Fake GPS Location on Android Phone


How to Fake GPS Location on Android Phone

To Start with , to spoof your vicinity on Android is to become a developer. That does not mean you need to become actual developer duh!! You simply need to activate developer option inside the Android settings menu.

Goto Settings > About Android > Tap on that option 7 times until you get the affirmation activate as shown.

Fake your GPS Location
Fake GPS Location on Android

You'll want to go back a step to the root Settings menu and go to "Developer options". Once inside the sub-menu, find the Allow mock locations option and tick the check box right next to it.

Fake GPS location on Android
Enable Developer Options for Fake GPS Location



Now, get some GPS spoofing Application from Google Play.
You can try using Fake GPS Location Spoofer for Free.
Once Installed , you will be requested to enable
Turn Off the WIFI if possible, coz android can look into your location using your WIFI.
Now, click on the Location Settings button in the pop-up and then go to Mode within the menu.


How to Fake your GPS Location on Android phones


Once inside the Menu, select GPS only.
Next, choose a Location on the Map and "Double tap" on the screen to set it.
Once Set, all the other apps and services that looks for GPS location, will be spoofed.


How to Fake your GPS Location on Android phones
GPS Spoofing



Sunday, March 20, 2016

Android Easter Egg Game



Play Flappy  Birds on Android Lollipop (Android L Easter Egg)

I am sure , you guys must remember Flappy Bird . A game that kept  thousands of people busy while trying to make that small birdy fly between the pipes. Guess what!! Google has integrated this with Android L.
Go Play Android's Flappy Droid you need to do,
Go to Settings
Tap on About Phone section  again and again till you see Android L Logo over the screen.
Now, press and hold the Logo and you are ready to go . Score Points and enjoy!







Play Android Marshmallow Easter Egg


Like last 12 months’s Lollipop Easter Egg, the Marshmallow Easter egg is a Flappy fowl lookalike.

This time, Google has introduced a multiplayer feature.
To open it,
Go to Settings
Tap on About phone.
Then tap the Android version again and again till you notice the Marshmallow (M) icon appear in the middle of the display
Tap on the “M” logo to show it into a Marshmallow with antenna.
Now tap and hold on the screen till the game starts

Saturday, March 19, 2016

How to get an "apk" file of installed app in Android phone



Pull Android Apk from phones


Consider this scenario,
You have installed any app on your android phone now all of a sudden you feel, I should have that apk on my PC so whenever I want I can re install it again offline in-case I removed it from my phone.
Just a wild guess for scenario :)
So , this is what you need to do,
to get the APK file from the already installed application.
(Please note that you will need "adb" android utility to perform below steps)

adb shell pm list packages

 From the list of Packages get the name of that package which is similar to the one which
you want to get.
Say, you need Airbnb app to pull out of your phone, type,

 adb shell pm path com.airbnb.android  

To pull the apk from phone

adb pull /data/app/com.aibnb.android-1.apk .

(in the above command the "."(dot) denotes the current directory where adb binary is kept)

Sunday, February 21, 2016

[Solved] Opera Mini "Font Data Calculation"


How to disable "Font Data Calculation" screen on Opera Mini.


Few days back I installed Opera Mini on my Android Mobile and just after launching the app displays an annoying screen "Font Data Calculation" 
What I know is that , this screen comes when your android phone is having some different Fonts and non-stock fonts,

Here is a simple g33ktrick for you.

1. Open Opera Mini app
2. Type "about:config"  and tap on Enter
3. Scroll down to "Use bitmap fonts for Complex scripts" and Select "Yes" option
4. Save the settings.
5. Now, close and Relaunch your Opera Mini without "font data calculation" screen.

Also, above setting can be used to Solve issues when you are not able to see some fonts at some websites.

This g33ktrick would work on Apple and Windows OS phones as well.