Showing posts with label get. Show all posts
Showing posts with label get. Show all posts

Wednesday, February 15, 2017

i cant get out of TWRP recovery mode

i cant get out of TWRP recovery mode


Hello,

Im a newcomer in this forum but I have already successfully unlocked bootloader and flash custom rom onto my OnePlus One.

Now Im doing this for my friends Xperia Z as well but im stuck in recovery mode now.

This is what Ive done so far:
- unlock bootloader
- flash twrp image file via fastboot
- after command "fastboot reboot" -> it boots into twrp recovery
- asks me if its okay to modificate system partition, i swipe okay
- want to reboot into system -> asks me if i want to flash supersu for root access, i swipe okay
- boots into twrp recovery -> want to reboot into system but i boot into twrp anyway

Edit: when power down the phone and restart -> boots into twrp recovery

Now Im stuck in recovery mode. Please help me

raichisaku


from xda-developers http://ift.tt/2am8IVl
via IFTTT

Available link for download

Read more »

Tuesday, February 7, 2017

How to Get Android Nougat Notification Shade on Galaxy S6 S7 and Edge variants

How to Get Android Nougat Notification Shade on Galaxy S6 S7 and Edge variants






Welcome to the guide on how to enable soft keys and get the Nougat notification shade on Samsung Marshmallow ROMs.


If you don’t like Samsung S6 or S7 TouchWiz, Samsung’s custom UI, a lot, then we don’t blame you , in fact, we share the feeling with ya. The cool thing with Android and its myriad of hacks is that customization is endless. A trick shared below will allow you to replace the look of notification shade to make it more like Android Nougat!

View my Flipboard Magazine.


 With root, it’s possible to get some of Android Nougat looks on your Galaxy S6 and S7, including the Edge variants of them both. But know that this requires root access. If you don’t have root, then you better look to root your device first.


You can also enable and disable the soft keys, or on-screen keys if you prefer. While, if you wish to disable the capacitive keys — which is a good thing to do when you got soft keys up and running — then that’s possible too.

For the guide, please visit here by galaxyYtester, where you will find some basic guidance on how to achieve this.

For More Samsung Galaxy S6, S7 Updates Keep Checking Android Custom ROM Fix

That’s all. We hope this guide serves you well. If there’s anything you’d 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

Read more »

Monday, January 9, 2017

Get the Do’s and Don’ts for Notifications from Game Developer Seriously

Get the Do’s and Don’ts for Notifications from Game Developer Seriously


Posted by Lily Sheringham, Developer Marketing at Google Play

Editor’s note: We’ve been talking to developers to find out how they’ve been achieving success on Google Play. We recently spoke to Reko Ukko at Finnish mobile game developer, Seriously, to find out how to successfully use Notifications.

Notifications on Android let you send timely, relevant, and actionable information to your users devices. When used correctly, notifications can increase the value of your app or game and drive ongoing engagement.

Seriously is a Finnish mobile game developer focused on creating entertaining games with quality user experiences. They use push notifications to drive engagement with their players, such as helping players progress to the next level when they’ve left the app after getting stuck.

Reko Ukko, VP of Game Design at Seriously, shared his tips with us on how to use notifications to increase the value of your game and drive ongoing engagement.

Do’s and don’ts for successful game notifications

Do’s

Don’ts

Do let the user get familiar with your service and its benefits before asking for permission to send notifications.

Don’t treat your users as if they’re all the same - identify and group them so you can push notifications that are relevant to their actions within your app.

Do include actionable context. If it looks like a player is stuck on a level, send them a tip to encourage action.

Don’t spam push notifications or interrupt game play. Get an understanding of the right frequency for your audience to fit the game.

Do consider re-activation. If the player thoroughly completes a game loop and could be interested in playing again, think about using a notification. Look at timing this shortly after the player exits the game.

Don’t just target players at all hours of the day. Choose moments when players typically play games – early morning commutes, lunch breaks, the end of the work day, and in the evening before sleeping. Take time zones into account.

Do deep link from the notification to where the user expects to go to based on the message. For example. if the notification is about "do action X in the game now to win", link to where that action can take place.

Don’t forget to expire the notifications if they’re time-limited or associated with an event. You can also recycle the same notification ID to avoid stacking notifications for the user.

Do try to make an emotional connection with the player by reflecting the style, characters, and atmosphere of your game in the notification. If the player is emotionally connected to your game, they’ll appreciate your notifications and be more likely to engage.

Don’t leave notifications up to guess work. Experiment with A/B testing and iterate to compare how different notifications affect engagement and user behavior in your app. Go beyond measuring app opening metrics – identify and respond to user behavior.

Experiment with notifications yourself to understand what’s best for your players and your game. You can power your own notifications with Google Cloud Messaging, which is free, cross platform, reliable, and thoughtful about battery usage. Find out more about developing Notifications on Android.

Join the discussion on

+Android Developers

Available link for download

Read more »

Sunday, January 8, 2017

Get ready for Javascript “Promises” with Google and Udacity

Get ready for Javascript “Promises” with Google and Udacity


Sarah Clark, Program Manager, Google Developer Training

Front-end web developers face challenges when using common “asynchronous” requests. These requests, such as fetching a URL or reading a file, often lead to complicated code, especially when performing multiple actions in a row. How can we make this easier for developers?

Javascript Promises are a new tool that simplifies asynchronous code, converting a tangle of callbacks and event handlers into simple, straightforward code such as: fetch(url).then(decodeJSON).then(addToPage)...

Promises are used by many new web standards, including Service Worker, the Fetch API, Quota Management, Font Load Events,Web MIDI, and Streams.


We’ve just opened up a online course on Promises, built in collaboration with Udacity. This brief course, which you can finish in about a day, walks you through building an “Exoplanet Explorer” app that reads and displays live data using Promises. You’ll also learn to use the Fetch API and finally kiss XMLHttpRequest goodbye!

This short course is a prerequisite for most of the Senior Web Developer Nanodegree. Whether you are in the paid Nanodegree program or taking the course for free, won’t you come learn to make your code simpler and more reliable today?


Available link for download

Read more »

Wednesday, January 4, 2017

Google Play services 8 1 Get ready for Marshmallow!

Google Play services 8 1 Get ready for Marshmallow!


Posted by, Laurence Moroney, Developer Advocate

With the rollout of Google Play services 8.1 finally finished, there’s a lot of new information to share with developers about the release!

Marshmallow Permissions

Android 6.0 (Marshmallow) has introduced a new permissions model allowing users to control app permissions at runtime. As an app developer, it’s important for you to adopt this and give your users good control over the permissions your app needs. You can find more details here.

If your app is using Google Play services SDK versions prior to 8.1, you must update to use this new version to ensure your app is fully compatible with Android 6.0. This will enable you to manage the permission flows appropriately for your app and avoid any potential connection issues. For more details, and a step-by-step guide to what your app should do for the best user experience, take a look at this blog post on the Android Developers site.

App Invites

App Invites allows you to grow your apps audience by letting existing Android and iOS users invite their Google contacts via email or SMS to try your app out. Google Play services 8.1 adds the ability for developers to customize the email invitation, including adding a custom image, and specifying a call-to-action button text. These improvements should help developers increase user engagement and conversions with app invites.

Ambient Mode Maps

Android Wear provides a feature called ambient mode, enabling apps to stay visible, even when they aren’t actively being used. Now, with Google Play services 8.1, the Google Maps Android API supports ambient mode. In this mode, a simplified low-color rendering of the map will be seen. This reduces power consumption by lighting fewer pixels, but the camera and zoom level are retained, so user context will be kept. To learn more about ambient mode, check out this blog post.

Nearby Status Listener

Google Nearby allows you to build simple interactions between nearby devices. A new addition in Google Play services allows your app to receive callbacks when an active Nearby publish or subscribe expires. This frees you from tracking the TTL and allows your apps UI to accurately reflect whether Nearby is active or not.

Play Games Player Stats API

The new Play Games Player Stats API allows you to build better, smarter, games. It will let you tailor user experiences to specific segments of players and different stages of the player lifecycle. For example, you can give your most valuable players that are returning from a break in play a special welcome back message and reward.

Breaking Changes

In this release, there are some changes to GoogleApiClient and PendingResult, making them abstract classes, which may lead to breaking changes in your code. Learn more about these changes and how to handle them in the release notes.



SDK Now available!

You can get started developing today by downloading the Google Play services SDK from the Android SDK Manager. To learn more about Google Play services and the APIs available to you through it, visit our documentation on Google Developers.


Available link for download

Read more »

Tuesday, January 3, 2017

Get the guide to News app success on Google Play and see how Nabd engages readers with Material Design

Get the guide to News app success on Google Play and see how Nabd engages readers with Material Design


Posted by Tamzin Taylor - Strategic Partner Lead, Google Play

Today we’re releasing The News Publisher Playbook, where you will learn best practices for developing a successful news mobile strategy on Android. This is a new companion guide to our business playbook for developers, The Secrets to App Success on Google Play, focused on the news apps segment.

The guide includes tips and useful resources to help you optimize your news content on mobile, identifying the best distribution channels to reach the right audience, build your brand and maximize your revenue.

You will find tips on mobile website optimization, how to create a Google Play Newsstand edition, and how to improve your native app. You will also get an overview of ways to acquire and engage your readers as well as how to monetize and grow your revenue.

Once you’ve checked out the guide, we’d love to hear your feedback, so we can continue to improve our developer resources. Please let us know what you think.

Android Developer Story: Nabd improves reader engagement with Material Design

Founded in 2012, Nabd is a personalised Arabic news aggregator app based in Kuwait, reaching over 10 million people, of which, 60% use Android devices. Watch this Android Developer Story to hear Abdur-Rahman El-Sayed, Co-founder and CEO, and Abdullah El-Sayed, Co-founder and VP of Engineering, explain how adopting Material Design increased user engagement and improved ratings.


Get the News Publisher Playbook to help you find success on Google Play.



Available link for download

Read more »

Monday, January 2, 2017

Get your apps and games ready for space with Google Play April Fools

Get your apps and games ready for space with Google Play April Fools


Posted by Lily Sheringham, Google Play team

Google Play lets you distribute your apps and games to over 1 billion active Android users around the world. With advances in space exploration and the advent of galactic tourism, there will be a high number of users beyond this world that developers need to start thinking about, too. Google Play can now help you reach them. We’ve added new features to the Google Play Developer Console and updated the material design guidelines, to help you design, test, and distribute your apps and games in space.

Here’s a look at how The Guardian, one of the largest English-news organizations in the world, enhanced its Android app to enable astronauts and space travellers to stay informed and up-to-date, while in orbit or on the surface of the moon.


"I am pleased to have The Guardians application to test the growing Interplanetary Internet" says Vint Cerf, distinguished visiting scientist at the Jet Propulsion Laboratory and Googles Chief Internet Evangelist. "The interstellar version is in development and Im looking forward to having more Google Play apps and games tested in space flight."

Get your apps and games ready for take off today.


Available link for download

Read more »

Wednesday, December 21, 2016

Microsoft Office apps get inking and SD card support Word gets touch friendly tables

Microsoft Office apps get inking and SD card support Word gets touch friendly tables


Screenshot_20160724-095305

In the latest series of updates to Microsofts Office apps for Android, the headlining feature is inking support with a couple of other minor additions. Of those, the one most likely to affect your day-to-day use is that each app now allows for saving to SD cards.

Still, the most exciting part of these updates is inking. As the name suggests, this is digital ink. You can draw with your finger or stylus, as I did in the image below.

Read More

Microsoft Office apps get inking and SD card support, Word gets touch-friendly tables was written by the awesome team at Android Police.



from Android Police – Android News, Apps, Games, Phones, Tablets http://ift.tt/29XrqA5
via IFTTT

Available link for download

Read more »

Friday, December 16, 2016

Get a refurbished Nexus 6P for 318 99

Get a refurbished Nexus 6P for 318 99


Nexus 6P hands-on

We regularly see deals on the Nexus 5X, but there aren’t quite as many for the larger Nexus 6P. Today’s a good day for phablet fans, though, because there’s now a pretty nice sale on the 6P.

Huawei Nexus 6P
Google
Huawei


from PhoneDog.com - Latest videos, reviews, articles, news and posts http://ift.tt/2a6dPtZ
via IFTTT

Available link for download

Read more »

Wednesday, December 14, 2016

Get your bibs ready for Big Android BBQ!

Get your bibs ready for Big Android BBQ!


Posted by, Colt McAnlis, Senior Texas Based Developer Advocate

We’re excited to be involved in the Big Android BBQ (BABBQ) this year because of one thing: passion! Just like BBQ, Android development is much better when passionate people obsess over it. This year’s event is no exception.

Take +Ian Lake for example. His passion about Android development runs so deep, he was willing to chug a whole bottle of BBQ sauce just so we’d let him represent Android Development Patterns at the conference this year. Or even +Chet Haase, who suffered a humiliating defeat during the Speechless session last year (at the hands of this charming bald guy). He loves BBQ so much that he’s willing to come back and lose again this year, just so he can convince you all that #perfmatters. Let’s not forget +Reto Meier. That mustache was stuck on his face for days. DAYS! All because he loves Android Development so much.

When you see passion like this, you just have to be part of it. Which is why this year’s BABBQ is jam packed with awesome Google Developers content. We’re going to be talking about performance, new APIs in Marshmallow 6.0, NDK tricks, and Wear optimization. We even have a new set of code labs so that folks can get their hands on new code to use in their apps.

Finally, we haven’t even mentioned our BABBQ attendees, yet. We’re talking about people who are so passionate about an Android development conference that they are willing to travel to Texas to be a part of it!

If BBQ isn’t your thing, or you won’t be able to make the event in person, the Android Developers and Google Developers YouTube channels will be there in full force. We’ll be recording the sessions and posting them to Twitter and Google+ throughout the event.

So, whether you are planning to attend in person or watch online, we want you to remain passionate about your Android development.


Available link for download

Read more »

Tuesday, December 13, 2016

Get Facebook Popup Like Box for your Blog Here

Get Facebook Popup Like Box for your Blog Here



Do you want To Get POPUP like Box for your Blog?

Then Just follow these simple steps....


First you need to copy this code.



Note: Replace supportivemind with you facebook page username in this code.




Step 1. Open Blogger Dashboard and go to "Layout" and click on "Add a Gadget".






Step 2. Now Find the "html/javascript editor" in Gadgets lists and click on "plus sign".



Step 3. Now past copied code into editor and click on "Save" Button.


Step 5.  At last you need to click on "Save arrangement" Button to get your Gadget operational, After saving arrangement visit your blog to See your Facebook popup Like Box.



Still having problem in placing code on your blog, then share you problem in comment box I will Solve your problem immediately.


Thanks for Reading ...... :)

Available link for download

Read more »

Wednesday, November 30, 2016

Moto Z Droid or Moto Z Force Droid — which should you get

Moto Z Droid or Moto Z Force Droid — which should you get


Two phones, both alike in dignity. On fair Verizon, where we lay our scene ...

The Moto Z lands on Verizon on July 28. And if even if youve made up youre mind that youre going be diving into this modular menagerie, youve got a decision to make. Verizon, as its been prone to do with its Droid line of late, has two Moto Zs from which youll need to choose.

In many ways, theyre exactly alike. Same software. Mostly the same internals. And they both use the new Moto Mods accessories.

Lets take a look at the ways in which theyre different, though, and see if we cant figure out which one is for you.

Better battery capacity

Should you ever turn down the opportunity to have more battery? The Moto Z has a 2,600 mAh battery. The Moto Z Force has a 3,500 mAh battery — thats about a 34 percent increase. Along with that extra battery comes some extra thickness, however. The Moto Z is a svelte 5.19mm thick (or thin, I guess). The Moto Z Force is 6.99mm. Thats without the stock Style Shell back that comes in the box, however, so youll need to add a couple millimeters for those, too.

Ive used both phones. You should never pass up the opportunity for more battery out of the box.

Ive used both phones. And you should never pass up the opportunity for more battery out of the box. Even with external batteries and the 2,200 mAh Moto Mod Power Packs that are available for the Moto Z and Moto Z Force, that extra 34 percent can be the difference between having to top up toward the late afternoon, or not.

The extra thickness on the Moto Z Force means a few things. One is that I dont mind using it without a Style Shell as much. That doesnt mean I wont use it without one, but the option is at least more comfortable. The other is that its going to fit larger hands better than the Moto Z. Thats subjective, but not unimportant.

Higher-resolution camera

The Moto Z and Moto Z Force have similar cameras. Same camera app, same f/1.8 aperture. Theyre both pretty darn good in sunlight, and less so when it gets dark. Theyre both what Id call an above-average camera, though a few steps down from the best available.

The only real difference is that the Moto Z Force has a higher possible resolution — 21 megapixels — than the Moto Z, which is lower at 13MP. (One thing to keep in mind, however, is that both phones shoot at a wider, 16:9 aspect ratio by default, and dont use the full resolution until you change the setting to accommodate their native 4:3 aspect ratios.)

For my money, Id opt for the Moto Z Force because of its larger battery and better chance at surviving a fall.

For the most part this discrepancy hasnt really affected me any. At least not in the way I shoot and share photos. For things like Facebook and Instagram and your basic social sharing, either one has served me just fine. Its another differentiator for Verizon, I suppose. But merely adding more megapixels doesnt necessarily improve the finished product that much.

ShatterShield

If a bigger battery didnt do it for you, this one might. The Moto Z Force is the second phone to sport "ShatterShield." The short version is that means some extra protection for the display. So youll be able to drop it without the screen breaking into a million pieces.

That doesnt mean you might not kill the phone if it takes a bad fall. Heres the important part from Motos fine print:

The display and embedded lens are warranted against shattering and cracking for four (4) years from the original date of purchase; scratches or other damage to the protective lens is not covered by this warranty, but should always be in place to prevent scratches and other damage to the underlying components. This phone is not shockproof or designed to withstand all damage from dropping.

We dropped the Moto Z Force until it quit working. Actually, lets be more specific. The phone still works. The display, while showing signs of abuse, did not crack. It, uh, just doesnt actually show a picture anymore. So the first four times it took a bad spill ShatterShield worked as advertised. Thats a pretty good insurance policy.

The bottom line

So which phone should you get? The Moto Z, or the thicker, longer-lasting, better protected, higher-resolution Moto Z Force? For my money, Id opt for the latter. The upgraded camera sensor isnt that big a deal for me. But more battery and a better chance at surviving a fall?

Thats worth my money just about every time.

Moto Z and Moto Z Force

  • Our Moto Z review!
  • Moto Z specs
  • Moto Mods custom backs
  • Moto Z and Moto Z Force will be Verizon exclusives until the fall of 2016
  • The latest Moto Z news
  • Discuss in our Moto Z forums

Motorola Verizon



from Android Central - Android Forums, News, Reviews, Help and Android Wallpapers http://ift.tt/2a8HiDN
via IFTTT

Available link for download

Read more »

Wednesday, November 23, 2016

Get your app featured on the first smartphone with Project Tango from Lenovo

Get your app featured on the first smartphone with Project Tango from Lenovo


Originally posted on Google Developers Blog

Posted by Johnny Lee, Technical Project Lead, Project Tango

Today, at CES, Lenovo announced the development of the first consumer-ready smartphone with Project Tango. By adding a few extra sensors and some computer vision software, Project Tango transforms your smartphone into a magic lens that lets you place digital information on your physical world.


*Renderings only. Not the official Lenovo device.

To support the continued growth of the ecosystem, we’re also inviting developers from around the world to submit their ideas for gaming and utility apps created using Project Tango. We’ll pick the best ideas and provide funding and engineering support to help bring them to life, as part of the app incubator. Even better, the finished apps will be featured on Lenovo’s upcoming device. The submission period closes on February 15, 2016.

All you need to do is tell us about your idea and explain how Project Tango technologies will enable new experiences. Additionally, we’ll ask you to include the following materials:

  • Project schedule including milestones for development –– we’ll reach out to the selected developers by March 15, 2016
  • Visual mockups of your idea including concept art
  • Smartphone app screenshots and videos, such as captured app footage
  • Appropriate narrative including storyboards, etc.
  • Breakdown of your team and its members
  • One pager introducing your past app portfolio and your company profile

For some inspiration, Lowes Home Improvement teamed with developer Elementals Web to demonstrate a use case they are each working on for the launch. In the app, you can point your Project Tango-enabled smartphone at your kitchen to see where a new refrigerator or dishwasher might fit virtually.


Elsewhere, developer Schell Games let’s you play virtual Jenga on any surface with friends. But this time, there is no cleanup involved when the blocks topple over.


There are also some amazing featured apps for Project Tango on Google Play. You can pick up your own Project Tango Tablet Development Kit here to brainstorm new fun and immersive experiences that use the space around you. Apply now!


Available link for download

Read more »

Wednesday, November 16, 2016

Get the guide to family app success on Google Play and see how BabyFirst increased installs by 50

Get the guide to family app success on Google Play and see how BabyFirst increased installs by 50


Posted by Lily Sheringham, The Google Play Apps & Games team

We recently released the second edition of The Secrets to App Success on Google Play with more best practices for finding success growing an app or game business on Google Play. Today we’re sharing our first companion guide for developers, The Family Playbook, which includes information on developing high-quality apps and games for kids and families, along with advice from other developers.

The guide includes advice to help you optimize your user interface design for children, build interactive features that both educate and entertain, develop a business model, understand legal considerations, and plan age-appropriate marketing.

If you create family apps, opt-in to the Designed for Families developer program to designate your apps and games as family-friendly. Apps that meet the program requirements will be featured through Google Play’s family-friendly search and browse experiences and help parents discover great, age-appropriate content and make more informed choices.

Once you’ve checked out the guide, we’d love to hear your feedback so we can continue to improve our developer resources, please let us know what you think.

Android Developer Story: BabyFirst increases installs by 50% with Google Play

BabyFirst was founded to create good educational content for babies, toddlers and their parents. Their apps now have over 30 million downloads, with 40% more downloads on Google Play than other platforms.

Watch this Android Developer Story to learn how opting-in to Designed for Families on Google Play, implementing Store Listing Experiments, and localizing the store listing into 10 languages helped them increase installs by 50% across their portfolio of apps.



Find out more about the Designed for Families program and download our new Family Playbook to help you find success on Google Play.



Available link for download

Read more »

Thursday, November 10, 2016

Game developers get ready for our Developer Day at GDC 2016

Game developers get ready for our Developer Day at GDC 2016


Posted by Morgan Dollard, Product Manager of Google Play Games

Next week, we’ll be in San Francisco to host our annual Developer Day at the Game Developers Conference (GDC). Join us to get a first look at our latest efforts to help developers of all sizes build successful mobile games businesses with powerful tools to develop high quality apps, grow a valuable user base, and earn more revenue.

Our Developer Day will take place in room 2020 of the West Hall of Moscone Center on Monday, March 14. Based on your feedback from last year, were going to keep presentations short and informative with lightning talks around virtual reality, the cloud, ads, and so much more, while dedicating more time to interactive discussions with Google engineers and your peers in the industry.

Here’s a glimpse of the agenda on Monday, March 14:

Opening keynote || 10AM: Be the first to see what’s new and hear about the investments Google is making to help mobile developers grow their game business.

Best practices for success on Google Play || 10:30AM: In this talk, you’ll learn how successful mobile game developers acquire users and bring them back to keep them playing longer.

Lightning talks || 11:15AM: A series of 5-minute talks on innovative technologies to tantalize players, like Project Tango, software to speed and simplify game development, and new ways to predict and prevent user churn.

Interactive roundtables || 2:00PM: After lunch, we’ll break up into interactive roundtables to interact with Google experts and peers on how to build better and more successful games. Ask questions, tell Google product teams what you need, and learn from fellow game developers.

Visit the agenda page to get a full list of our talks and speaker details. Please note that these events are part of the official Game Developers Conference, so you will need a pass to attend.

For everyone who can’t make it in person, we’ll be live streaming our event on YouTube. Tune in from 10am on Monday, March 18.


Available link for download

Read more »

Tuesday, November 8, 2016

Android N APIs are now final get your apps ready for Android N!

Android N APIs are now final get your apps ready for Android N!


Posted by Dave Burke, VP of Engineering

As we put the finishing touches on the next release of Android, which will begin to roll out to consumers later this summer, we’re releasing the 4th Developer Preview of Android N, including the Android N final SDK. And thanks to your continued feedback over the last three releases, all of the APIs are now final as well. If you’ve already enrolled your device in the Android Beta Program, (available at android.com/beta) you will receive an update to this Developer Preview shortly.

Get your apps ready for Android N

The final SDK for Android N is now available for download through the SDK Manager in Android Studio. It gives you everything you need to develop and test against the official APIs in the Android N platform. Once you’ve installed the final SDK, you can update your project’s compileSdkVersion to API 24 to develop with the Android N APIs and build and test on the new platform, for new features such as Multi-window support, direct-reply notifications, and others. We also recommend updating your app’s targetSdkVersion to API 24 to opt-in and test your app with Android N specific behavior changes. For details on how to setup your app with the final SDK, see Set up the Preview. For details on API level 24 check out the API diffs and the updated API reference, now hosted online.

Along with the Android N final SDK, we’ve also updated the Android Support Library to 24.0.0. This allows you to use multi-window and picture-in-picture callbacks, new notification features, methods for supporting Direct Boot, and new MediaBrowser APIs in a backward compatible manner.

Publish your apps to alpha, beta or production channels in Google Play

Now that you have a final set of APIs, you can publish updates compiling with, and optionally targeting, API 24 to Google Play. You can now publish app updates that use API 24 to your alpha, beta, or even production channels in the Google Play Developer Console. In this way, you can test your app’s backward-compatibility and push updates to users whose devices are running Developer Preview 4.

To make sure that your updated app runs well on Android N, as well as older versions, a common strategy is to use Google Play’s beta testing feature to get early feedback from a small group of users -- including developer preview users — and then do a staged rollout as you release the updated app to all users.

How to Get Developer Preview 4

Developer Preview 4 includes updated system images for all supported Preview devices as well as for the Android emulator. If you are already enrolled in the Android Beta program, your devices will get the Developer Preview 4 update right away, no action is needed on your part. If you aren’t yet enrolled in Android Beta, the easiest way to get started is by visiting android.com/beta and opt-in your eligible Android phone or tablet -- you’ll soon receive this (and later) preview updates over-the-air. As always, you can also download and flash this update manually. The N Developer Preview is available for Nexus 6, Nexus 5X, Nexus 6P, Nexus 9, and Pixel C devices, as well as General Mobile 4G [Android One] devices and the Sony Xperia Z3.

Thanks so much for all of your feedback so far. Please continue to share feedback or requests either in the N Developer Preview issue tracker, N Preview Developer community, or Android Beta community as we work towards the consumer release later this summer. We’re looking forward to seeing your apps on Android N!


Available link for download

Read more »

Friday, November 4, 2016

Get a 32GB Nexus 5X for 234 99

Get a 32GB Nexus 5X for 234 99


Nexus 5X front hands-on

Nexus 5X deals pop up pretty regularly, and today another one has emerged, this time offering one of the best deals we’ve seen on LG and Google’s Nexus.

The 32GB Nexus 5X is now available for $234.99 from Newegg’s Flash sales site. Both the black and white versions of the 5X are available, and free shipping is included. This sale will end on Sunday.

LG Nexus 5X
LG
Google


from PhoneDog.com - Latest videos, reviews, articles, news and posts http://ift.tt/29yjLMH
via IFTTT

Available link for download

Read more »

Monday, October 31, 2016

Help me get rid of this virus!

Help me get rid of this virus!


A few weeks back my android device was infected with some adware.This adware automatically opens the play store and installs random apps.If i uninstall the app,it immediately opens the play store again.This wasnt the first time an adware was installed on my device without my knowledge.I simply uninstall the adware from my device whenever this situation occurred however this was different.The adware had installed itself as a system app so it couldnt be uninstalled as my device wasnt rooted.I tried several antiviruses from the play store but they all required root permission.

I finally did root my device and when i ran antivirus scan it found 3 viruses but strangely enough it couldnt remove any of them.The antivirus took me to the uninstall screen and it said uninstall finished but the virus was still showing in the detected list.I managed to remove 2 of the viruses by going to their apps folder in system and uninstalling from their but this one pesky virus wont go away.Its stored under system/priv-app/ as rt.apk and while uninstalling, its name is listed as prevail.

Any tips?


from xda-developers http://ift.tt/2aqo6CK
via IFTTT

Available link for download

Read more »

Wednesday, October 26, 2016

Get full Verified Paypal Account in Pakistan and Bangladesh without any problem via Payoneer 2014

Get full Verified Paypal Account in Pakistan and Bangladesh without any problem via Payoneer 2014


If you want to make money on internet than you need some kind of payment processor in order to process your money and than they will send it you back in Pakistan. These payment processors are just like your local banks which will give you your account which you can operate via your username and password. Account will be available to your free of cost and you don’t have to visit any branch in order to get it. Just provide some necessary documents and you are done.

What is Paypal?


PayPal is the safer, easier way to pay and get paid online. The service allows anyone to pay in any way they prefer, including through credit cards, bank accounts, PayPal Smart Connect or account balances, without sharing financial information.
PayPal has quickly become a global leader in online payment solutions with more than 153 million accounts worldwide. Available in 190 markets and 24 currencies around the world, PayPal enables global e-commerce by making payments possible across different locations, currencies, and languages.

Paypal is band for Pakistan and Bangladesh Users,  but I have a Trick for you to get verified Paypal account, just follow these simple steps.


1.Signup for payoneer* master credit card for free(if you already own payoneer card then you dont need to signup)

*note: Payoneer card is required to  complete verification process.

2- Follow the procedure and complete the sign-up process for the Payoneer card (Card is free and will be shipped at your home address for free within 25 to 40 days).



3- Your account will be approved within a few day. I was approved in 25 days .

4- After your card is approved, you will receive an email asking if you want to apply for US Payment Service.

5- The email will require you to reply with some verification and answer some easy questions.

6- After you reply to the email, Payoneer will review the information and you will be approved for the USP Service within 2-3 days. Almost everyone gets accepted for US Payment Service. If you don’t receive a reply within 3 days, contact Payoneer’s customer support and they will look into
it.

7- After you are approved for US Payment Service, you will receive an email from Payoneer containing information about a Virtual Account Account, including Routing Number and Account number.



8- Now, go to USA Paypal.com/US and create and account. Use your real name which you submit in Payoneer form as well(names should be same). Make sure you select United States as the country and fill in real US phone number and address in the PayPal sign-up process. You can get US address and phone numbers via Fake Name Generator website.
9- After the sign-up, you will get an option to verify your account either through bank account or Credit Card. Select the bank account option.
10- Enter the bank account details you received from Payoneer into the PayPal verification form.
11- Then it will take 1-2 business days for them to send two amounts to your Payoneer account.
12- After you receive the amounts, you can go to https://myaccount.payoneer.com/ and login to your account.
13- You will see two transactions from Verification Department there.
14- Enter these two amounts in the verification form.
15- Congratulations! You have a verified PayPal account.
Now that you have a verified account, it is highly unlikely that PayPal will limit your account. Just follow these simple steps to make sure it doesn’t ever get limited.
1- After verifying your account, don’t login to the account for 3-4 days.
2- Clear your cache and cookies before logging into your account and after you have logged out.


Available link for download

Read more »

Friday, October 21, 2016

cant get past google setup

cant get past google setup


used Mobile Q and it will not let me skip the google set up oand/ or wont work.. it keeps cycling back to the lang selection.


from xda-developers http://ift.tt/2aj6xTT
via IFTTT

Available link for download

Read more »