Showing posts with label how. Show all posts
Showing posts with label how. Show all posts

Saturday, 5 March 2016

Installing Incompatible Android Apps from Google Play


Android developers can restrict their apps to certain devices, countries, and minimum versions of Android. However, there are ways around these restrictions, allowing you to install apps marked as “not compatible with your device.”

Note that these tricks are all unsupported by Google. These tricks require fooling Google Play, and many require root. Some of these tricks may not work properly, as Google doesn’t want us doing these things. 

Why Are Apps Incompatible?

 

Android developers can restrict their apps in a variety of ways:
  • Some apps are marked as only being compatible with certain phones or tablets. However, they may run just fine on unsupported devices.
  • Other apps are only allowed to be installed in certain countries. For example, you can’t install the Hulu Plus app outside the USA, and some online-banking apps are only available in the bank’s country.
  • All apps have a minimum version of Android they require. For example, Google’s Chrome browser requires Android 4.0 or higher.
         So let's get started

Bypass Device Restrictions

 

The new Market Helper app allows you to spoof another device without editing your build.prop file. It’s much easier, faster, and safer. (However, bear in mind that it also requires root.)
 
This app isn’t available in Google Play, so you’ll have to grab it from the developer’s website and sideload it. Once it’s installed, open the app and you’ll be able to spoof a popular device like a Samsung Galaxy S3 or a Nexus 7. You can then install apps compatible with that device. After you’re done, you can restart your device and it will appear to be itself again.

android-market-helper

Bear in mind that apps marked as incompatible may actually be incompatible with your device, so some apps may not work properly after you install them.

Click on Download

Installing Country-Restricted Apps


 Some apps are only available in certain countries. If you have forgotten to install your bank’s app before travelling or you want to install a video or music-playing app that’s not available in your country, you may be able to fool Google into thinking your device is actually in another country.


Use a VPN to Install Country-Restricted Apps


 You can use a VPN to fool Google into thinking your device is in another country. This may only work on devices without cellular connectivity, such as tablets, as Google may use the cellular network your device is on as its location.
Using a VPN doesn’t require root access.  We have previously shown you how to connect to VPNs on Android. If you need a free US or UK-based VPN, try installing the TunnelBear app. TunnelBear only gives you a certain amount of free data per month, but it should be more than enough to install a few apps.

android-tunnelbear-vpn 

Restart your Android device, connect to a VPN located in the appropriate country, and then open the Google Play app. Your device should hopefully now appear to be located in another country, allowing you to download apps available in the VPN’s country.

 ENJOY :)

Saturday, 20 February 2016

How to BOOK Freedom 251 Smartphone



 Freedom 251 Smartphone by Ringing Bells

                                                                              Online Order @251


How to Book Freedom 251 Smartphone Online Order @ 251 RS

 Phone Specification


Display                 Processor             RAM              Resolution                  Storage
4.00-inch              1.3GHz                   1GB               540x960 pixels               8 GB

Front Camera             Rear Camera                        OS                     Battery capacity
    0.3-mp                         3.2-mp                          Android 5.1                 1450mAh

Charges

Phone + Delivery charges = Rs 251  +Rs 40 = Rs 291


Steps to Register


Step1 : Goto www.freedom251.com 

Step2: Click on BuyNow

Step3: Add your Shipping address.
          Details Required
          Email address                     Mobile Number
           
          Click on register

Step4: After 48 hrs  you will recieve a mail for billing.Pay the Bill and wait till it delivered to you.


ENJOY

       

Tuesday, 1 October 2013

Bypass pattern lock on android

How to bypass pattern lock on android


Pattern lock can be easily byapssed on android using your email but what if
you forgot your email password too
here is a cool trick to unlock the pattern ..

Method 1

* Connect your device with the computer via USB cable

* Open Command Prompt and key in the exact code as displayed below:

adb shell
cd /data/data/
com.android.providers.settings/
databases
sqlite3 settings.db
update system set value=0 where
name='lock_pattern_autolock';
update system set value=0 where
name='lockscreen.lockedoutpermanently';
.quit

* Reboot your device

* You may now unlock your device providing whatever pattern you like ...

Method 2

If the above method doesn't work,
try using the following code instead:

adb shell rm /data/system/
gesture.key
Bypass-Android-Pattern-Unlock2-PC
After rebooting, unlock your device
using ay preferred pattern. As
evident from the above, neither
method disables the pattern unlock.
Instead, they just nullify the pattern
order on the lock screen

Both methods have successfully been tested using a combination of HTC Desire Z (running CyanogenMod 7.2) and Windows 7 (64-bit Edition), and a good thing about these solutions is that they work independent of, as well as in tandem with, each other, so no harm in deploying them both simultaneously.

Once you regain access in to the OS, head over to the system security settings, reselect your preferred unlock method, and you're good to go.