Sunday, 24 January 2016

Best Cover for Your OnePlus X -Spigen Case Cover Rugged Armor (Black)

Hello , all of us who bought one plus x are concerned about it's body and we know that it's fragile.
While the phone is very beautiful and sleek in design , it's also a glass body.
There are many covers and cases to protect it , but only some of them are worthy to buy.
Here is below the one that I have considered to buy and after using it for almost a week , I would say it's the best cover in the market till now.
I know it's a bit of costly but it's very protective , strong and compact.
And it's also amazon fullfilled.
check below images.






Click on the below image or Link to buy it or see it.






Spigen OnePlus X Case Cover [ One Plus X ] Case Cover Rugged Armor (Black) SGP11819

Tuesday, 10 February 2015

Download And Install Cyanogen Paid Theme Free

Download And Install Cyanogen Paid Theme Free In Your OnePlus One ot Any Android Device

1. Download Aptoide.apk file from internet link here http://m.aptoide.com/installer?lang=EN

2.Go to settings >Themes>>Theme packs On top right corner you must see GET MORE
3.Now you will see Theme showcase >>>now u see everything is priced in $$.$$

4.Select Any of the themes you wish to download

5.Click purchase option on the bottom

6. Select Aptoide and click just once

7.Now you must see the Aptoide found your Theme
P.S Every Theme will be mentioned as CM11

8.Click install it must start to download the theme once it is downloaded, Click on downloaded pack and install on your device

9.Now from home screen go to settings>Themes>>Theme packs>> You will now able to see the installed theme so select that and Apply Enjoy for Freeeeeee

Tuesday, 13 January 2015

OnePlus One - How to Unlock Bootloader, Install Custom Recovery and Root

  1. [​IMG]

    Setup, Preparation and Prerequisites

    I know there are already a few root guides out there for this phone, but I found that they weren't very detailed. This guide is thorough and explains each and every step in a noob-proof manner.

    Basic tasks that I may refer to throughout this guide:
    • Open command prompt - Press Window Key + R, type in "cmd" (without the quotes), and hit enter.
    • Enter fastboot mode- Turn the phone off. Hold volume up + power until the "fastboot" screen appears.


    ADB & Fastboot Installation:
    1. Download the full Android SDK here (scroll to the bottom of the page>DOWNLOAD FOR OTHER PLATFORMS>SDK Tools Only) or get a slimmed version containing only the essential components here
    2. Extract the zip and place the android-sdk-windows folder on your desktop.
      **If you chose to download the slimmed sdk skip to step 5**
    3. Only if you downloaded the full sdk: Go into the android-sdk-windows folder and run SDK Manager.exe. Install the following packages (there are a total of 4 packages):
      - Tools > Android SDK Tools, Android SDK Platform-tools
      - Extras > Android Support Library, Google USB Driver
    4. Only if you downloaded the full sdk: Go back into the android-sdk-windows directory, and you should see a new folder named platform-tools. If you don't see this new folder, repeat the step above.
    5. To confirm that it is indeed working, open a command prompt window and enter the following commands:
      Code:
      cd Desktop/android-sdk-windows/platform-tools
      adb version
      If it displays "Android Debug Bridge version x.x.xx" it is working. If it is gives an error saying that adb is not a recognized command, it has not been successful. Carefully repeat the steps above if this is the case. Close the command prompt window when you are done.
    • Show File Extensions - Open a command prompt window and run "Control folders" (without the quotes). Go to the View tab and uncheck the "Hide extensions for known file types" option. This will help avoid confusion when renaming files.
    • Battery - Ensure that your phone has at least 60% battery remaining, and that your PC is plugged in and wont shut down spontaneously during the process. The procedure doesn't take very long (5-15 minutes), but its best to have enough charge in case something goes wrong.
    • Backup (Optional) - Unlocking the bootloader will completely wipe all data from the device. This includes apps, settings and even the contents of the internal sdcard (pictures, music, etc.). Copy all important files off the phone onto a PC or upload them to a cloud.
    • Driver Installation - Download and install the Universal ADB Driver. Alternatively, use thismethod.
    Downloads
    Download a custom recovery and the SuperSU zip below. Place both files (recovery image and root zip) in the platform-tools folder located on your desktop within the android-sdk-windows folder.

    Custom Recovery: 
    TeamWin Recovery Project (TWRP)

    Root:
    SuperSU


    Information
    Rooting this device is actually quite a simple and easy process. Before you begin, it is recommended that you at least try to understand what each part of the process will do. Although this guide will elongate each step in order to show all of the details, the method used can be broken up into 3 main steps: Unlocking the Bootloader, Installing a Custom Recovery and finally Rooting. Each new step relies on the previous step to have been completed, and a basic summary of each part is:

    1. Unlocking Bootloader: Opens the door to the internal memory of the device to be written on to. This allows you to flash images onto the main partitions of the phone. 
    2. Installing a Custom Recovery: A custom recovery is flashed onto the recovery partition of the device and overwrites the stock recovery that exists by default. Custom recoveries bring lots of functionality and give you the ability to perform wipes, install flashable zips, create full backups of your NAND (Nandroid backup), and various other features. An unlocked bootloader is needed to install a custom recovery.
    3. Rooting: You can gain root by either flashing via recovery a pre-rooted custom rom, or flashing a zip containing the SuperSU binaries. A custom recovery is necessary to do this.

    After completing these steps your phone will be rooted, the phone will have a custom recovery installed, and the phones bootloader will be unlocked. This, in my opinion, is the most practical and beneficial method for rooting your phone. It gives you some basic adb/fastboot knowledge, and should hopefully help you have a decent understanding of what is going on. Also this method will work regardless of what android version your phone has.

    If you are confused by anything in this guide, I would highly suggest getting it clarified being before moving on. Ask your question in this thread and I or someone else will likely answer. Also I'd suggest that you read over the whole thread a few times before actually doing anything to the phone.

    Understand? Good...lets begin (continues on second post):
     
    anupmahale, lievenp, MFornes and 591 others like this.
  2. Chromium1

    Chromium1Level: Éclair

    1. Unlocking Bootloader
    • Turn the phone off. Then boot it into fastboot mode by holding volume up + power. The phone will display "fastboot" text indicating that it has successfully entered fastboot mode.
    • Plug the phone into your PC, then open a command prompt window and type:
      Code:
      cd Desktop/android-sdk-windows/platform-tools
      Code:
      fastboot devices
      This command will list the connected devices. If your phones serial number shows up you are good to go and may continue. If the phone is NOT listed this indicates that your drivers are not installed correctly. In order for you to continue you must fix your drivers so that your phone is listed under fastboot devices.
    • If the phone has been recognized by the command above, proceed to unlocking the bootloader with the following command:
      Remember that this step will wipe EVERYTHING off the phone
      Code:
      fastboot oem unlock
    • After the above command has finished excuting, run the following
      Code:
      fastboot reboot
      The phone will reboot. Wait until the phone has fully booted up into android, then adjust the following settings on the phone:
    • USB Debugging - On your phone go to Settings > About phone > Tap on Build number 7 times. This will enable Developer options. Now go back to Settings > Developer options > Enable USB debugging
    • Disable CM Recovery Protection - On your phone go to Settings > Developer options. Then disable the 'Update recovery with system updates' option.
    • Close the command prompt window and proceed onto the next section of the guide.


    2. Installing a Custom Recovery
    • Turn the phone off. Then boot it into fastboot mode by holding volume up + power.
    • Rename the recovery file that you downloaded above to recovery.img. *Make sure that you rename it to recovery.img NOT recovery.img.img* Remember that this file should be placed in the platform-tools folder inside of the android-sdk-windows folder on your desktop.
    • Open a new command prompt and run the following commands:
      Code:
      cd Desktop/android-sdk-windows/platform-tools
      Code:
      fastboot flash recovery recovery.img
    • Once the flash has completed type the following command to reboot the phone:
      Code:
      fastboot reboot
      After the phone has booted back up, turn it off. Now to enter your newly installed custom recovery, hold volume down + power. The phone should boot into recovery mode. Now that you have a custom recovery, you may continue to the final step.
    • Close the command prompt window.


    3. Rooting
    Now that your phone has an unlocked bootloader and a custom recovery installed you have a two options to gain root (Pick one or the other. You don't need to do both)

    Option A) Flash SuperSU binaries which will give you root with the stock ROM
    • Confirm that you have downloaded the SuperSU zip from the downloads section above and that it is located in the platform-tools folder inside of the android-sdk-windows folder on your desktop.
    • Turn the phone off then boot into recovery mode by holding volume down + power. Leave the phone at the main screen of the custom recovery for now.
    • Open a command prompt window and run the following commands:
      Code:
      cd Desktop/android-sdk-windows/platform-tools
      Code:
      adb push UPDATE-SuperSU-vX.XX.zip /sdcard/
      This will copy the SuperSU zip onto your phone. Once the command has completed continue.

      Instructions for TeamWin Recovery Project (TWRP):
    • Install > browse to SuperSU zip and select the it
    • Swipe to confirm the installation. Then reboot.


      Instructions for ClockworkMod (CWM):
    • install zip from sdcard > choose zip from sdcard.
    • Next, browse to the location where you previously copied the SuperSU zip and select the it.
    • To confirm the installation, scroll down to "Yes" and select it. The installation shouldn't take very long, and once it has completed you may reboot.

    Option B) Flash a custom rom which will come pre-rooted
    • Note that not all custom roms will be pre rooted, however the majority of them are. Read the OP of the ROM thread to see what the verdict is.
    • Copy a custom rom (you can find these in the ONE Android Development and ONE Original Android Development section) onto the phone (remember the location of where you copy it to)
    • Turn the phone off then boot into recovery mode by holding volume down + power. To install a custom ROM the general procedure to follow is: factory reset, wipe cache + dalvik cache, flash ROM, flash GApps. Here are the recovery specific instructions:


      Instructions for TeamWin Recovery Project (TWRP):
    • Wipe > Swipe to Factory Reset
    • Install > browse to the location where you previously copied the ROM zip and select it > Swipe to confirm the installation
    • Install GApps using same process as ROM, then reboot.


      Instructions for ClockworkMod (CWM):
    • wipe data/factory reset
    • wipe cache partition
    • advanced > wipe dalvik cache
    • install zip from sdcard > choose zip from sdcard > navigate to the location of the ROM > select the ROM > confirm the installation by selecting "Yes"
    • After that you may install the GApps using the same method for flashing the ROM, and finally reboot the phone.

    Keep in mind that the first boot after installing a custom ROM & wiping the phone may take longer than usual, as the phone will need to rebuild the dalvik cache and initialize other first boot stuff.

    Congrats! That is all! Your phone now has an unlocked bootloader, a custom recovery installed and is rooted. Enjoy :)

Common Problrms in OnePlus One

[​IMG] 

Problem: Yellow tinge on display
A number of OnePlus One owners have encountered a problem with a yellow tinge on the bottom portion of the screen. Some people have found that the whole screen seems to be tinted yellow. There could be two separate issues here. The tint may be a software issue that’s easily fixed. The problem affecting the bottom portion of the screen isn’t as clear cut. There have been suggestions that it’s caused by undried glue and rushing the phones out. However, the Oppo Find 7 and 7A have the same display and the same problems and Oppo suggested it may be due to a backlight that isn’t uniform and they’re testing and replacing afflicted handsets.

Workaround:

  • If you’ve got the latest version of CM 11 (you can check via Settings > About phone > Cyanogenmod updates > Check for updates) then go to Settings > Display & lights > Screen color > Custom > Hue and try fiddling to get rid of the yellow.
Potential solutions:

  • Some people are suggesting that the yellow portion at the bottom of the screen will go away in time, but you can speed this up by placing it under UV light. ThisYouTube video suggests putting the display in direct sunlight for an hour or two. If you decide to try it we’d recommend not doing it in a really hot environment like a car especially since windscreens tend to filter out UV. To be honest we’re skeptical about this fix, but it’s easy to give it a try and you’ve got nothing to lose.
  • If it’s a build issue then you are going to have to return the phone and get a replacement. If it’s a genuine fault then OnePlus should eat the cost and fix or replace it, but there are reports they aren’t accepting returns for this issue (let us know in the comments if you’ve tried). You can return it without quibble if you’re within the first 14 days, but you are going to have to pay the shipping and handling costs.
Issue: Dead pixels
There’s always a chance you’re going to get a dead pixel or two on a new display and a few OnePlus One owners have reported exactly that. You can test for it and try a repair before you have to contact OnePlus.

Potential solutions:

  • Try using a free app like Dead Pixel Detect and Fix and see if you can bring it back to life.
  • You should be able to return your OnePlus One and get a replacement, but they might not do it if you only have one or two dead pixels. Different manufacturers have different policies on this and some require three or more before they’ll replace the device. We don’t know OnePlus’s stance.


[​IMG]
Glitch: Unresponsive touchscreen and ghost touches

Quite a few people seem to have run into a touchscreen glitch with the OnePlus One where it won’t register touches or it does register touches that you haven’t made. There could be more than one issue at play here. If you want to test for the problem try using the free Yet Another MultiTouch Test app.

Workaround:

  • Try holding down the Power button to turn the phone off and on again. A reboot will generally solve the problem at least temporarily. It may even be enough to just turn the screen off and on again.
  • It could be a grounding issue. Does it only happen when the phone is sitting on an isolated surface? Try holding the phone or using the touchscreen while it is plugged in to charge and see if the issue is gone.
Potential fixes:

  • Some people have found success by changing the theme that they use. It’s definitely worth a try.
  • The issue has been acknowledged and OnePlus apparently worked with Synaptics to find a solution that involves a new firmware driver. It will be rolled into a CM 11 update which you should get OTA, but you can check here Settings > About phone > Cyanogenmod updates > Check for updates or go direct to Cyanogenmod for the latest build.
[​IMG]
Problem: Random reboots

A lot of people have encountered random reboots with their OnePlus One where it will just turn itself off and on again for no apparent reason. There are a lot of potential reasons for this so try to look for a common pattern when it happens, is it related to a specific app, a new theme or ROM, or a certain combination of features or functionality being on?

Workarounds:

  • Try turning off the NFC function if you have it on and see if that makes a difference.
  • Some people have found that the problem is related to Wi-Fi and it only occurs when Wi-Fi is switched on and connected. Unfortunately living without Wi-Fi isn’t a realistic long term solution.
Potential fixes:

  • Try changing the theme you are using.
  • It’s possible an app is causing the issue. You could try uninstalling apps one by one and see if the reboots keep happening.
  • Alternately you can try a factory reset and reinstall apps selectively. To factory reset make sure you backup everything first and then turn the phone off. Hold down thePower button and Volume down button until you feel it vibrate. Select wipe cache partition by pressing the Power button and then choose wipe data / factory reset.
  • You could try rooting and flashing a new ROM. You’ll find a good guide at XDA developers forum.
  • You can try contacting OnePlus and arranging a return and replacement.
Issue: Won’t charge or slow charging
Some OnePlus One owners have had problems with charging the phone. There are reports that it won’t charge at all and reports that it is charging, but extremely slowly.

Potential fixes:

  • Make sure you are using the charger and cable that came with the OnePlus One and that your wall socket is working.
  • Try a different cable and charger that definitely works to make sure that’s not your problem.
  • If it won’t turn on then leave it plugged in for a couple of hours and then hold down the Powerbutton for a good 20 seconds and see if it comes back to life. OnePlus suggests that you try holding the Power button down for 20 seconds five times to power cycle the phone.
  • Try plugging it into your PC and see if it’s recognized or if it charges.
  • Try holding down Power and Volume down and see if it boots into recovery mode.
  • If nothing works, you’re going to have to return it.
Glitch: Call volume low
Do you find the volume through the speaker or earpiece to be very low during calls? You’re not alone.

Potential fixes:

  • A lot of people think an OTA (over-the-air) update has solved this issue. Make sure you’re up to date by going to Settings > About phone > Cyanogenmod updates > Check for updates or go direct to Cyanogenmod for the latest build.
  • If you’re willing to tinker then try this edit suggestion at XDA Developers forum or the tool at the OnePlus forums. It seems to have done the trick for some people, but proceed at your own risk.

Thursday, 8 January 2015

Asus Pegasus, Zenfone Zoom And Zenfone 2

Asus Pegasus X002

[​IMG]


Asus ZenFone Zoom 



[​IMG] 



  • Network LTE speed: Category 4 maximum: 150Mbit/s / DL: 50Mbit/s
    4G band: FDD LTE: 1/2/3/4/5/7/8/9/17/18/19/20/28/29
    TDD LTE: 38/39/40/41(Network support varies by country)
  • SIM TYPE Dual-SIM(GSM+GSM), Micro SIM
  • Display 5.5-inch full-HD (1080×1920 pixels) IPS display with pixel density of 403ppi and Corning Gorilla Glass 3
  • OS Android 5.0 Lollipop with ZenUI on top
  • Processor 64-bit 2.3GHz, Intel Atom Z3580 quad-core processor
  • RAM 2GB
  • MEMORY 128GB in-built memory with ASUS WebStorage 5GB (lifetime) but No MicroSD card slot
  • Primary Camera 13-MP rear camera with f/2.7 to 4.8-aperture, 10-element lenses with 3X optical zoom, OIS (optical image stabilisation), laser auto-focus and dual-color Real Tone flash
  • PixelMaster features: Low Light mode / Backlight (HDR) mode / Enhanced Beautification mode / Manual mode / Zero shutter lag
  • secondary Camera 5-MP front camera for selfies
  • Sensor Accelerometer, proximity, ambient-light, gyroscopic, digital compass and Hall-effect sensors
  • Conectivity G LTE (Cat. 4), 3G, GPRS/ EDGE, GPS/ A-GPS, Bluetooth, Glonass, Wi-Fi, USB OTG, and NFC
  • Navigation GPS / A-GPS / GLONASS
  • Ports 3.5mm audio jack , micro USB (support OTG), dual micro SIM
  • Battery 3000mAh with fast-charging technology
  • Dimension 158.90 x 78.84 x 11.95
  • Weight 185gm
  • Release date 6th Jan. 2015
  • availability Q2 2015
  • Rivals HTC Desire 820s
  • Colours Glacier White and Meteorite Black
  • Price in India $399 (Approx. Rs. 25,300)
Here is 
Asus Zenfone 2 with 64 bit processor, 4GB RAM launched starting from $199

[​IMG] 


Model Asus ZenFone 2

Display
 5.5-inch full HD (1920x1080p) IPS screen with wide 178-degree viewing angle and boasts of ASUS TruVivid display technology and is protected by Gorilla Glass 3 shieldPixel density: 403 ppi (pixels per inch)
OS Android 5.0 Lollipop OS with custom Zen UI
Processor 64-bit class based 2.3GHz 64-bit Intel Atom processor Z3580
RAM 4GB
Camera Main: 13.0-megapixel camera with PixelMaster technology, Backlight (HDR) mode, f/ 2.0 aperture, Real Tone flashFront: 5.0-megapixel camera with 88-degree field of view and also comes with ZenUI Selfie Panorama mode which can capture panoramic selfies with up to a 140-degree field of view.
Battery 3000 mAh;Comes with fast-charge technology where-in phone can get re-charged close to 60-percent battery capacity within 39 minutes
Network & Connectivity 4G-LTE, Wi-Fi (802.11ac), Bluetooth, dual-SIM slots
Add-ons
  • ZenMotion is a collection of intuitive touch gestures, each providing a new way of interacting with ZenUI, and allowing quick and easy access to frequently-used features such as One Hand mode or Do It Later.
  • SnapView is a security feature that ensures privacy for apps, photos, and files. SnapView lets users easily keep their personal and business information separate.
  • Trend Micro security is integrated with the ZenUI browser for the total mobile web browsing security.
  • ZenUI Instant Updates is a seamless new method of keeping ZenUI apps up to date. With ZenUI Instant Updates, ASUS app developers can make updates available immediately, avoiding delays between app releases and ensuring the best experience for ZenFone 2 users.
Colours Osmium Black, Sheer Gold, Glacier Gray, Glamor Red and Ceramic White