Monday, February 13, 2017
11 Android 4 4 Kitkat tips tricks and hidden secrets
11 Android 4 4 Kitkat tips tricks and hidden secrets
Whats hidden in Android 4.4?
Android L is upcoming, however most phones are going to utilize great old Android 4.4 for little while yet. That is no terrible thing, however its a fantastically feature rich bit of programming. So much so that it takes a while to see anything approaching all it brings to the table.

Permit me to show the most intriguing and valuable Android 4.4 tips, tricks and hidden secrets of Android L.
Please note that your phone may look somewhat not the same as the screenshots here as many phones use custom interfaces that change the look and format of Android 4.4 a bit.
1. Get under the hood with Process Stats
smartphones are really like computers in your pocket, and sometimes it is pleasant to get super-detailed in order to get a better understanding of how things are ticking over.
there are few social circumstances more awkward that an alarm that you probably wont need sounding during a gathering.Only appearing in public naked comes close, in our opinion. You may not think its very that compelling, however in any case youll be appreciative of Android 4.4s advance alarm notification system.
Previously, switching between launchers was something of a pain, but Google has now added a quick and easy toggle in the settings menu - so now theres no excuse not to try the many amazing launcher alternatives available on the Google Play market.
Yes, it sounds creepy, but its actually really handy at times.
Google has your back, however, and provides the means to remotely locate and wipe your phone should it go walkabout. Youll need to enable it from the device before you lose it, though - go to the Google Settings application in your app drawer and select Android Device Manager, then turn on "Remotely Locate This Device" and "Allow Remote Lock And Factory Reset".
Android 4.4 tips 21Hangouts replaces the default SMS client in Android 4.4, and while it does the job perfectly well - integrating instant messaging and text chats - some people will no doubt long for the old way of doing things. Available link for download
Saturday, February 4, 2017
Mcnpro Box Suite Latest Setup Version 2 1 4 Download Free
Mcnpro Box Suite Latest Setup Version 2 1 4 Download Free

Now you can download latest setup of Mcnpro box suite from below download links. The download links are tested and well working and cleaned by dangerous virus. If you are facing difficulties during downloading or installation please contact us via commenting we will change or update download links very soon.
Download links
MCN Pro Box Suite Setup (Official Site)
Available link for download
Monday, January 30, 2017
Alcatel Idol 4 launching at Cricket on August 5 with VR goggles 199 99 price
Alcatel Idol 4 launching at Cricket on August 5 with VR goggles 199 99 price
After launching the Idol 3 last year, Cricket is once again teaming with Alcatel to offer the Idol 4.
from PhoneDog.com - Latest videos, reviews, articles, news and posts http://ift.tt/29Rs7Ra
via IFTTT
Available link for download
Saturday, January 21, 2017
Latest Update Z3X shell 4 7 1 Free Download
Latest Update Z3X shell 4 7 1 Free Download

and Chinese phones. The application has a simple
Tags: z3x shell download for windows 7, Samsung z3x shell download, z3x box setup download, z3x box shell download, z3x shell latest 2014, z3x shell card not found
Available link for download
Friday, January 6, 2017
LockerPro Lockscreen v3 4 Apk Full App LockerPro Lockscreen v3 4 Apk Full App
LockerPro Lockscreen v3 4 Apk Full App LockerPro Lockscreen v3 4 Apk Full App
LockerPro Lockscreen v3.4
« LockerPro is the nicest Android lock screen replacement Ive come across », PhoneDog (December 2012)
« LockerPro Lockscreen is a great app that implements notifications really elegantly », Redmond Pie (December 2012)
- Added an option to disable the shortcut panel
- Added an option to disable the widget panel
- Added an option to set a quiet period of time
- Removed the block system windows feature as it has been disabled by Google since 4.2
Available link for download
Wednesday, January 4, 2017
Galaxy Note 4 show dm verity verification failed after stock rom flash
Galaxy Note 4 show dm verity verification failed after stock rom flash
Is there any one who can guide how to fix the dm verity verifiaction failed. i flashed the one with a new firmware 6.0.1 from sammobile, but still face the issue of phone stuck and rebooting at the samsung logo.
Thank you in advance for any assistance.
from xda-developers http://ift.tt/2a5vQqc
via IFTTT
Available link for download
Monday, January 2, 2017
Google Play Services 8 4 SDK is available
Google Play Services 8 4 SDK is available
Posted by Laurence Moroney, Developer Advocate
Were delighted to announce the availability of Google Play services 8.4. Theres a lot of new information to share with you about whats available to you in this release.
Custom Email App Invites
App Invites is a technology that enables your users to share apps with people they know. In Google Play services 8.4 weve updated this to make it easier for them to share via email. Before this you could create a custom email that contained user defined text and an image, but now were allowing you to add content from the app directly into the message. It allows you to fully define the email body using HTML, and set the email subject line. So, for example, if you have a favorite cooking app that you want to share with your friends, your invite to use the app can include a favorite recipe from the app. They get the immediate benefit of being able to access the desired content, giving them a more informed choice about whether or not they decide to install the app to get richer and more content. Check out the App Invites sample on GitHub here.
Predicting User spend and churn in games
The Play Games Analytics developer experience is designed to enable game developers to better understand, manage, and optimize game experiences throughout the player lifecycle. With this in mind, weve extended the Player Stats API to help you better understand your players behavior, and based on this, entice them to stay in your game.
The churn prediction method will return data on the probability that the player will churn, i.e., stop playing the game. You can create content in response to this to entice them to stay in your game.
Additionally, the spend prediction method will return the probability that the player will spend something in the game. Its up to you how to handle this data, but -- for example -- if theres a low probability that the player will spend something, you could provide discounted in-app purchases or show ads.
Fused Location Provider Updates
The Fused Location Provider (FLP) in Google Play services provides location to your apps using a number of sensors, including GPS, WiFi and Cell Towers.
When desiring to save battery power, and using coarse updates, the FLP doesnt use Global Positioning Services (GPS), and instead uses WiFi and Cell tower signals. In Google Play services 8.4, we have greatly improved how the FLP detects location from cell towers. Prior to this, we would get the location information relative to only the primary cell tower. Now, the FLP takes the primary tower and other towers nearby to provide a more accurate location. Weve also improved location detection from WiFi access points, particularly in areas where GPS is not available -- such as indoors.
Maps API Improvements
Have you ever wished you could easily handle a tap on a suburb without having to add another layer on the map to intercept the taps? Weve added an onClickListener for polygons, so you can easily add transparent polygons and intercept the taps directly. Weve also added on click listeners to polylines and ground overlays.
Heres how you can use a listener to detect a click on a polygon:
map.setOnPolygonClickListener(new GoogleMap.OnPolygonClickListener() { @Override public void onPolygonClick(Polygon polygon) { ... } }); Info windows now also offer an OnInfoWindowCloseListener and an OnInfoWindowLongClickListener. The on close listener is particularly useful if you wish to zoom back out on the map after the user has looked at the detail associated with a particular marker.
mMap.setOnInfoWindowCloseListener(new GoogleMap.OnInfoWindowCloseListener() {...}); mMap.setOnInfoWindowLongClickListener(new GoogleMap.OnInfoWindowLongClickListener() {...}); For more details, and an example that uses these, see the ApiDemos sample on GitHub and check out the historical changes to this sample, so you can see how the new APIs work. Also see the Release Notes.
Support for Aztec bar codes
In Google Play services 7.8, we launched Vision APIs that supported face and barcode detection. One bar code format we didnt support was Aztec bar codes, so with Google Play services 8.4 weve now added support for these.
Applications using BarcodeDetector in its default configuration (no barcode format restrictions) will automatically start decoding AZTEC codes.
Background Beacon Scanning
With Google Play services 8.4, the Nearby Messages API now supports background scanning for Eddystone, the open beacon format from Google. With this update, your app can be woken up when a BLE beacon is sighted. Back in July, Google Play Services 7.8 introduced the Nearby Messages API with a simple publish-subscribe interface. In the case of beacons, developers publish content by adding attachments to beacon records using Proximity Beacon API. These attachments are served back to your app when Nearby sights a beacon of interest.
New methods that weve added include a subscribe method for background beacon subscriptions where BLE scans are triggered at screen-on events; an associated unsubscribe event; and the ability to handle intents that you get when the Nearby API calls back during a background subscription.
Fitness Platform HistoryApi Improvements
We now support consistent step counts across the Google Fit app, other fitness apps and Android Wear watch faces with the HistoryApi.readDailyTotal() method. Please see the following documentation for more detail: https://developers.google.com/fit/android/history#read_daily_total_data?utm_campaign=play services_series_launch_121815&utm_source=anddev&utm_medium=blog
We also have a new HistoryApi.updateData() method. This method allows you to update data in one API call without having to delete and insert with two calls.
Place Picker Autocomplete Widget
Today we are announcing the mobile autocomplete widget, the latest addition to our existing set of programmatic autocomplete features on Android and iOS, as well as the addition of Autocomplete to our place picker widget. Autocomplete functionality assists users by automatically completing the name and address of a place as they type. Widgets make it even easier for developers to add autocomplete functionality to their application with just a small amount of code. Learn more about this at this blog post.

Available link for download
Tuesday, December 20, 2016
How to Install Android6 0 1 Marshmallow NobleROM on Galaxy Note 4 LTE N910F
How to Install Android6 0 1 Marshmallow NobleROM on Galaxy Note 4 LTE N910F
Samsung Galaxy Note 4 N910F NobleROM custom ROM comes with tons of new features and is based on Android 6.0.1 Marshmallow. A quick list of the main features in NobleROM is given below and we are sure youd love to use this on your Galaxy Note 4 N910F:

Stock odex Framework S7 Edge App S7 Edge Priv-app S7 Edge (camera S6 Stock)
Fast Rom boot in 2 minutes
Pre-rooted
Add Ios Emoji
Various Tweak CSC & Build prop
USSD works
Add Advanced Power Menu...
÷ Prerequisites:
This tutorial is only for installing Android 6.0.1 NobleROM ROM on Samsung Galaxy Note 4 N910F. Please do not try on any other Galaxy Note 4 variants.
Your phone should be rooted and have ClockworkMod recovery installed from before.
This tutorial will wipe out all your data. Proceed at your own risk.
Perform a Dalvik Cache wipe before proceeding from the recovery mode.
Samsung KIES will NOT detect your phone after installing this ROM because it is a custom firmware.
Make sure you backup all your data in your phone before proceeding.
*Disclaimer:
Android Custom ROM fix ® provide various Firmware Updates and Rooting process along with Custom ROM,Modes,file are all belong to their owners/developers. The autor of this site or the developers are not responsible, if you damage or brick your device.Do it on your own risk and follow the instruction properly.
* Important:
Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong youll have backup of all your important files.

÷ How to Install Android 6.0.1 Marshmallow NobleROM on Galaxy Note 4 LTE N910F :
Step 1 Download Android 6.0.1 NobleROM ROM for Galaxy Note 4 to your computer.
Step 2 Connect and mount your Galaxy Note 4 USB memory on your computer using the USB cable.
Step 3 Now copy/paste the downloaded Android 6.0.1 ROM zip file to your SD card. Make sure the file is in the SD card root (not in any folder).
Step 4 Then turn OFF your phone and disconnect from the USB cable.
Step 5 Now to get in the Recovery Mode. Switch ON the phone while pressing and holding Volume Up + Home + Power buttons together.
Step 6 Once you are in ClockworkMod Recovery, select perform a full data wipe by selecting wipe data/factory reset . Use the Power button to select everything while in the Recovery Mode.
Step 7 Then, perform a cache wipe by selecting wipe cache partition .
Step 8 Now this is optional, but it is recommended to perform a wipe of your dalvik cache as well. You will not get into boot loops or any other errors. From CWM recovery, go to advanced and then select wipe dalvik cache.
Step 9 Then go back to the main recovery screen and select install zip from SD card.
Step 10 Now select choose zip from sdcard. Using your volume keys, navigate to the Android 6.0.1 ROM zip file that you copied to your SD card and select it using the Power button. Confirm the installation on the next screen and the installation procedure should start now.
Step 11 After the installation completes, go to +++++Go Back+++++ and reboot the phone by selecting reboot system now from the recovery menu.
Your Galaxy Note 4 N910F will boot now and it might take about 5 minutes to boot on your first time. So, please wait.

Thats it! Your Galaxy Note 4 should now have Android 6.0.1 NobleROM Marshmallow custom ROM installed on your phone! Go to Settings > About phone to verify.
For More Samsung Galaxy Note 4 latest updates Keep Checking Android Custom ROM Fix ®
Thats all. We hope this guide serves you well. If theres anything youd like to be added/changed on this page, PLZ Use the comment box below to contribute more ideas & Suggestions .
Like this post? PLZ Hit the share buttons below to share this article with your friends on Facebook, Google + and Twitter.
Want the latest Updates Sign up for our newsletters!
PLZ Follow Us On Flipboard 4 More Latest Updates.
Best Regards.
Available link for download
Monday, December 19, 2016
Kingo Android Root 1 4 5 Apk Free Download
Kingo Android Root 1 4 5 Apk Free Download

- · Speedier execution
- · Save battery life
- · Access root-just applications
- · Expel bearer bloatware
- · Adjustable appearance
- · Achieve administrator level consent.
Download link:
Available link for download
Tuesday, December 13, 2016
4 4 4 mobile data issue
4 4 4 mobile data issue
I tried clearing the cache to no avail. Any ideas?
from xda-developers http://ift.tt/2asPDmS
via IFTTT
Available link for download
Sunday, December 4, 2016
How to Update Huawei Ascend G7 L01 to Android 6 0 Marshmallow B530 OS Emotion UI 4 0
How to Update Huawei Ascend G7 L01 to Android 6 0 Marshmallow B530 OS Emotion UI 4 0

You Can find out how to apply it right now via this easy tutorial.
÷ Firmware Details:
- Device: Huawei Ascend G7
- Model: G7-L01
- Android: v6.0 Marshmallow
- EMUI: 4.0
- Firmware: B530
- Build Number: G7-L01C464B530
- Custom Number: CUSTC464D004
- Region: Asia Pacific
- Country: Turkey
- Release Date: 30.06.2016
- Status: Official (stable)
- Type: Full firmware image (Update.app)
- File Name: G7-L01C464B530CUSTC464D004 TA.rar
÷ Prerequisites:
This update should only be installed on G7-L01 having C464D004 custom number.
*Disclaimer:
Android Custom ROM fix ® provide various Firmware Updates and Rooting process along with Custom ROM,Modes,file are all belong to their owners/developers. The autor of this site or the developers are not responsible, if you damage or brick your device.Do it on your own risk and follow the instruction properly.
* Important:
Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong youll have backup of all your important files.

÷ How to Update Huawei Ascend G7 (L01) to Android 6.0 Marshmallow B530 OS Emotion UI 4.0
1- Download Huawei Ascend G7 (L01) to Android 6.0 Marshmallow B530 OS Emotion UI 4.0
2- Extract the RAR package on your computer using WinRAR or 7-Zip.
3- Copy the dload folder to the external microSD card of your phone.
4- Take a backup of all your important data using HiSuite or Huawei Backup app.
5- Now, turn your device off.
6- Hold Vol down + Vol up + Power for a few seconds until the installation gets started.
7- Your phone will automatically reboot upon successful upgrade.
Thats it! Your Huawei Ascend G7 (L01)should have B530 Marshmallow 6.0 OTA
on your phone! Go to Settings > About phone to verify.

For More Huawei Ascend G7 (L01) Updates Keep Checking Android Custom ROM Fix ®
Thats all. We hope this guide serves you well. If theres anything youd like to be added/changed on this page, PLZ Use the comment box below to contribute more ideas & Suggestions .
Like this post? PLZ Hit the share buttons below to share this article with your friends on Facebook, Google + and Twitter.
Want the latest Updates Sign up for our newsletters!
PLZ Follow Us On Flipboard 4 More Latest Updates.
Best Regards.
Available link for download
Saturday, December 3, 2016
How to Install Pre rooted Android 6 0 1 Marshmallow Exyfire Firepower 4 2 ApF9 on Galaxy S7 SM G930F
How to Install Pre rooted Android 6 0 1 Marshmallow Exyfire Firepower 4 2 ApF9 on Galaxy S7 SM G930F
According to XDA Member BenjaminW8, Android 6.0.1 Marshmallow Exyfire Firepower 4.2 [ApF9]. Is now released for Samsung Galaxy S7 SM- G930F.

÷ ROM Features:
Based on FXXU1APF9
Pre-rooted with Super-Su v2.76
Pre-installed BusyBox
Xposed v85.1
Soundmod v16 &v17
Kernel Chooser (S7Flat,S7Edge,JesseKernel)
5-way Reboot Menu
Deodexed & Debloated but all the functions are intact
Build.prop & System Optimizations
Custom Boot Splash
ROM Control...
÷ Prerequisites:
This tutorial is only for installing Android 6.0.1 Marshmallow Crisscross ROM V2.0 [ 2ZPFB] on Samsung Galaxy S7 SM-G930F. Please do not try on any other Galaxy S7 Variants.
Your phone should have a custom recovery installed in order to install this NanoROM ROM on your phone.
We will be using TWRP Recovery for this tutorial.
This tutorial will wipe out all your data. Make sure you backup all your data in your phone before proceeding.
Samsung KIES will NOT detect your phone after installing this ROM because it is a custom firmware
Perform a Dalvik Cache wipe before proceeding from the Recovery Mode.
*Disclaimer:
Android Custom ROM fix ® provide various Firmware Updates and Rooting process along with Custom ROM,Modes,file are all belong to their owners/developers. The autor of this site or the developers are not responsible, if you damage or brick your device.Do it on your own risk and follow the instruction properly.
* Important:
Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong youll have backup of all your important files.
You can find out how to apply it right now via XDA.

For More Samsung Galaxy S7 Updates Keep Checking Android custom ROM Fix ®
Thats all. We hope this guide serves you well. If theres anything youd like to be added/changed on this page, PLZ Use the comment box below to contribute more ideas & Suggestions .
Like this post? PLZ Hit the share buttons below to share this article with your friends on Facebook, Google + and Twitter.
Want the latest Updates Sign up for our newsletters!
PLZ Follow Us On Flipboard 4 More Latest Updates.
Best Regards.
Available link for download
Wednesday, November 30, 2016
Alarm Clock Ultra v2 4 8 Apk Full App Free Download
Alarm Clock Ultra v2 4 8 Apk Full App Free Download
Alarm Clock Ultrav2.4.8
Our Alarm Clock also includes a fantastic looking Stopwatch, a Countdown timer and even an Egg timer with cooking instructions and preset boiling times.
Do not install this alarm clock app on your SD card, plus add Alarm Clock Ultra to the exception list of any task killer.
- Fixed the crash on the alarm list page
Previous Version Fixes:
- Fixed Weather Issue!
- Fixed the Downloading Soothers issue!
- Fixed the Custom Tone on Countdown Timer & Quick Nap Alarm!
- Fixed the Alarm fire on Time Zone Change!
Please rate us if you like the App!
Available link for download
Tuesday, November 22, 2016
6 0 and emui 4 please
6 0 and emui 4 please
My cellphone was one of the Prime Day 120 bucks, KIW-L24c56.
Is there something I should do? I know very few of cellphones, but at least my moto g2 asked me itself to upgrade to Marshmallow which I did, apparently this has Marshmallow upgrade also but nowhere to be found.
Than you.
from xda-developers http://ift.tt/2a3WnSU
via IFTTT
Available link for download
Wednesday, November 16, 2016
How to Update Nexus 4 to Android 6 0 1 Marshmallow Slim6 ROM
How to Update Nexus 4 to Android 6 0 1 Marshmallow Slim6 ROM

Dont worry we are going to share step by step guide to safely Update your Nexus 4 to Android 6.0.1 Marshmallow Slim6 ROM.
÷ Prerequisites:
This Android 6.0.1 Slim6 ROM tutorial is only for Nexus 4 (occam) and I am not sure if it will work on the other variants of the Nexus 4 on other carriers.
Make sure your phone is rooted and has a custom recovery like ClockworkMod installed.
Make a Nandroid backup of your previous phone set up before proceeding for just in case anything goes wrong.
*Disclaimer:
Android Custom ROM fix ® provide various Firmware Updates and Rooting process along with Custom ROM,Modes,file are all belong to their owners/developers. The autor of this site or the developers are not responsible, if you damage or brick your device.Do it on your own risk and follow the instruction properly.
* Important:
Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong youll have backup of all your important files.

÷ How to Update Nexus 4 to Android 6.0.1 Marshmallow Slim6 ROM:
Step 1 Download Android 6.0.1 Slim6 ROM for Nexus 4 on your PC, if you havent already.
Step 2 Connect and mount your Nexus 4 USB memory on your computer using the USB cable.
Step 3 Now copy/paste the downloaded Android 6.0.1 ROM zip file to your internal SD card. Make sure the file is in the SD card root (not in any folder).
Step 4 Then turn OFF your phone and disconnect from the USB cable.
Step 5 Now to get in the Bootloader Mode. Turn ON the phone while pressing and holding the Volume Up + Volume Down and Power buttons.
Step 6 Follow the navigation instructions on the screen. Select BOOTLOADER and then go to RECOVERY.
Step 7 Once you are in ClockworkMod Recovery, select perform a full data wipe by selecting wipe data/factory reset. Use the Power button to select everything while in the Recovery Mode.
Step 8 Then, perform a cache wipe by selecting wipe cache partition.
Step 9 Now this is optional, but it is recommended to perform a wipe of your dalvik cache as well. You will not get into boot loops or any other errors. From CWM recovery, go to advanced and then select wipe dalvik cache.
Step 10 Then go back to the main recovery screen and select install zip from SD card.
Step 11 Now select choose zip from sdcard. Using your volume keys, navigate to the Android 6.0.1 ROM zip file that you copied to your SD card and select it using the Power button. Confirm the installation on the next screen and the installation procedure should start now.
Step 12 After the installation completes, go to +++++Go Back+++++ and reboot the phone by selecting reboot system now from the recovery menu .

Your Nexus 4 will boot now and it might take about 5 minutes to boot on your first time. So, please wait.
Thats it! Your Nexus 4 should now have Android 6.0.1 Slim6 Marshmallow custom ROM installed on your phone! Go to Settings > About phone to verify.
For More Nexus4 Updates Keep Checking Android Custom ROM Fix ©
Thats all. We hope this guide serves you well. If theres anything youd like to be added/changed on this page, PLZ Use the comment box below to contribute more ideas & Suggestions .
Like this post? PLZ Hit the share buttons below to share this article with your friends on Facebook, Google + and Twitter.
Want the latest Updates Sign up for our newsletters!
PLZ Follow Us On Flipboard 4 More Latest Updates.
Best Regards.
Available link for download
Sunday, November 13, 2016
Geekbench 2 v2 4 3 Apk Full App
Geekbench 2 v2 4 3 Apk Full App
Geekbench 2 v2.4.3
Overview: Measure your processor and memory performance with Geekbench.
Measure your processor and memory performance with Geekbench.
* Added support for the latest handsets including the HTC One.
* Fixed a bug where model information could be omitted from results.
https://play.google.com/store/apps/details?id=ca.primatelabs.geekbench2 Available link for download
Sunday, November 6, 2016
Lenovo K5 Note expected to launch in India with 4 GB of RAM
Lenovo K5 Note expected to launch in India with 4 GB of RAM
Lenovo launched the Vibe K5 Note back in January this year in China, rather surprisingly alongside the Vibe K4 Note, but the company is now preparing to bring this smartphone to India, with the device expected to launch next week, on August 1. If youve been looking forward to the latest affordable offering from Lenovo, theres some great news that should get you even more excited about this launch.
A post on Lenovo Indias Twitter page teases the fact that the Indian edition of the K5 Note will feature 4 GB of RAM, instead of the 2 GB of RAM that was available with the original version. The K5 Note is an improved version of the Vibe K4 Note that had launched earlier in India, and sports a full metal body. Apart from the upgrade in the amount of RAM, we can expect the other specifications to be similar to the Chinese variant, including a 5.5-inch Full HD display, a large 3,500 mAh battery, and 4G LTE support.
With so much RAM at your disposal, the only thing youll worry about on the #KillerNote5 is running out of apps.https://t.co/zZLBI7HCju
Lenovo India (@Lenovo_in) July 22, 2016
Similar to the Vibe K4 Note, its successor features a rear fingerprint scanner, a 1.5W speaker with Dolby ATMOS surround sound and supports Lenovos TheatreMax technology and ANT VR headset for converting games and videos in virtual reality. However, its not yet known if Lenovo will bundle the ANT VR headset along with the Vibe K5 Note, like it had done in with the K4 Note. We can also expect the Indian variant of the K5 Note to release with Android 6.0 Marshmallow out of the box.
Lenovo has built quite a reputation for offering budget-friendly smartphones, and the Vibe K5 Note sells for about approximately Rs.11,300 in China. The device in India is expected to be priced slightly higher at around Rs.11,999 but the difference isnt much, especially when you consider the extra 2 GB of RAM that is being added.
Let us know in the comments below if you think the Lenovo Vibe K5 Note is a good deal at this price!
from Android Authority http://ift.tt/2araVS2
via IFTTT
Available link for download
Sunday, October 9, 2016
How to Install Android 6 0 1 Marshmallow PaulPizzROM VRU2CPD1 BETA r 2 on Verizon Galaxy Note 4 SM N910V
How to Install Android 6 0 1 Marshmallow PaulPizzROM VRU2CPD1 BETA r 2 on Verizon Galaxy Note 4 SM N910V

÷ ROM Features:
- Based off of stock N910VVRU2CPD1 firmware
- DeoDexed
- Zip Aligned
- Rooted
- Busybox
- De-Knoxed
- DeBloated
- Xposed Framework
- More to come...
÷ Prerequisites:
This tutorial is only for installing Android 6.0.1 Marshmallow PaulPizzROM VRU2CPD1 BETA r-2 on Verizon Samsung Galaxy Note 4 SM- N910V. Please do not try on any other Galaxy Note 4 variants.
Your phone should have a custom recovery installed in order to install this NanoROM ROM on your phone.
We will be using TWRP Recovery for this tutorial.
This tutorial will wipe out all your data. Make sure you backup all your data in your phone before proceeding.
Samsung KIES will NOT detect your phone after installing this ROM because it is a custom firmware.
Perform a Dalvik Cache wipe before proceeding from the Recovery Mode.
*Disclaimer:
Android Custom ROM fix ® provide various Firmware Updates and Rooting process along with Custom ROM,Modes,file are all belong to their owners/developers. The autor of this site or the developers are not responsible, if you damage or brick your device.Do it on your own risk and follow the instruction properly.
* Important:
Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong youll have backup of all your important files.
You can find out how to apply it right now via XDA.

For More Verizon Samsung Galaxy Note 4 SM- N910V Updates Keep Checking Android custom ROM Fix ®
Thats all. We hope this guide serves you well. If theres anything youd like to be added/changed on this page, PLZ Use the comment box below to contribute more ideas & Suggestions .
Like this post? PLZ Hit the share buttons below to share this article with your friends on Facebook, Google + and Twitter.
Want the latest Updates Sign up for our newsletters!
PLZ Follow Us On Flipboard 4 More Latest Updates.
Best Regards.
Available link for download
Thursday, October 6, 2016
How to Install Android 6 0 1 Marshmallow TurboROM on Nexus 4 Battery life Improve
How to Install Android 6 0 1 Marshmallow TurboROM on Nexus 4 Battery life Improve

Nexus4 TurboROM custom ROM comes with tons of new features and is based on Android 6.0.1 Marshmallow. A quick list of the main features in TurboROM is given below and we are sure youd love to use this on your Nexus 4:
* Turbo tweaks, which includes: *
Battery bar
Expanded desktop
LCD density changer
Double tap power button vibration toggle
Double tap to sleep on lock screen
Double tap to sleep on navigation bar
Double tap to sleep on status bar
Three finger swipe for screenshot
Lock screen alpha changer (for both the bouncer and normal screen)
Bottom left and right lock screen shortcut changer
Middle lock screen shortcut changer
The ability to change the color of the lock screen alarm, clock, and date
The ability to change the font of the lock clock
The ability to hide the lock screen alarm, clock, and date
Lock screen weather
Lock screen wallpaper changer
Lock screen torch toggle
Enable lock screen media art toggle
Multi-window moved out of developer options into Turbo tweaks
Memory bar in Recents
Google search bar toggle
Recents clear all button toggle and placement adjustments
Immersive recents options
SlimRecents
SlimRecents app sidebar
Slims navigation bar customization
Auto-brightness toggle in the QS panel
Show weather in QS header
Brightness slider toggle in QS
Quick pulldown in QS
Time contextual headers in QS (including Poly HD)
Advanced location tile toggle
Enlarge the first row of QS tiles toggle
The ability to set the number of QS columns (3, 4, or 5)
The ability to arrange the QS tiles
Status bar battery configuration
Status bar brightness control
Full status bar clock and date customization
Blacklist status bar icons
Breathing SMS, missed call, and voicemail
Notification counter (shows the number of pending notifications in the apps notification icon)
Turbo ROM logo in the status bar toggle
Full status bar weather customization
AOKP custom system animation customization
Power menu animation customization
List view animation customization
Hardware key customization
Full volume rocker customization
Advanced reboot
Slims global menu customization....
Dont worry we are going to share step by step guide to safely Install Android 6.0.1 Marshmallow TurboROM on your Nexus 4 .
÷ Prerequisites:
This Android 6.0.1 TurboROM ROM tutorial is only for Nexus 4 (occam) and I am not sure if it will work on the other variants of the Nexus 4 on other carriers.
Make sure your phone is rooted and has a custom recovery like ClockworkMod installed.
Make a Nandroid backup of your previous phone set up before proceeding for just in case anything goes wrong.
Install the Google Apps package if you want the usual Google apps (Gmail, Maps, Play Store, Calendar etc.) on your phone.
*Disclaimer:
Android Custom ROM fix ® provide various Firmware Updates and Rooting process along with Custom ROM,Modes,file are all belong to their owners/developers. The autor of this site or the developers are not responsible, if you damage or brick your device.Do it on your own risk and follow the instruction properly.
* Important:
Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong youll have backup of all your important files.

÷ How to Install Android 6.0.1 Marshmallow TurboROM on Nexus 4 [ Battery life Improve]
Step 1 Download Android 6.0.1 TurboROM ROM and Google Apps for Nexus 4 on your PC, if you havent already.
Step 2 Connect and mount your Nexus 4 USB memory on your computer using the USB cable.
Step 3 Now copy/paste the downloaded Android 6.0.1 ROM zip and Google Apps zip files to your internal SD card. Make sure the files are in the SD card root (not in any folder).
Step 4 Then turn OFF your phone and disconnect from the USB cable.
Step 5 Now to get in the Bootloader Mode. Turn ON the phone while pressing and holding the Volume Up + Volume Down and Power buttons.
Step 6 Follow the navigation instructions on the screen. Select BOOTLOADER and then go to RECOVERY.
Step 7 Once you are in ClockworkMod Recovery, select perform a full data wipe by selecting wipe data/factory reset. Use the Power button to select everything while in the Recovery Mode.
Step 8 Then, perform a cache wipe by selecting wipe cache partition .
Step 9 Now this is optional, but it is recommended to perform a wipe of your dalvik cache as well. You will not get into boot loops or any other errors. From CWM recovery, go to advanced and then select wipe dalvik cache.
Step 10 Then go back to the main recovery screen and select install zip from SD card.
Step 11 Now select choose zip from sdcard. Using your volume keys, navigate to the Android 6.0.1 ROM zip file that you copied to your SD card and select it using the Power button. Confirm the installation on the next screen and the installation procedure should start now.
Google Apps: Repeat the above step for the Gapps zip file as well and install it on your phone.
Step 12 After the installation completes, go to +++++Go Back+++++ and reboot the phone by selecting reboot system now from the recovery menu .

Your Nexus 4 will boot now and it might take about 5 minutes to boot on your first time. So, please wait.
Thats it! Your Nexus 4 should now have Android 6.0.1 TurboROM Marshmallow custom ROM installed on your phone! Go to Settings > About phone to verify.
For More Nexus 4 Updates Keep Checking Android Custom ROM Fix ©
Thats all. We hope this guide serves you well. If theres anything youd like to be added/changed on this page, PLZ Use the comment box below to contribute more ideas & Suggestions .
Like this post? PLZ Hit the share buttons below to share this article with your friends on Facebook, Google + and Twitter.
Want the latest Updates Sign up for our newsletters!
PLZ Follow Us On Flipboard 4 More Latest Updates.
Best Regards.
Available link for download