LightBlog

mardi 27 septembre 2016

Code Names Revealed for Unreleased HTC Devices

HTC hasn't had the best of luck, financially, for a while now and the company really needs something innovative to turn itself around. This is why last week's discovery of a concept phone was so interesting for those who are still rooting for the Taiwanese handset maker to make a come back. The video surfaced among the Android community thanks to a tweet sent out by none other than Evan Blass.

The video came from the personal website of Danelle Bermeulen where she described it as a "conceptual piece and does not represent any real product from HTC." Still, Evan suggested his followers check out the video before it got pulled. It wasn't long after Evan's tweet that the video post had a password on it to prevent anyone from looking at it, and now the entire website has a password to hide all of its content.

Thankfully, the video is still up in Evan's tweet and it shows off an interesting interface that could be used in an upcoming HTC smartphone. The video calls the smartphone Ocean, and gives the unique interface the name Sense Touch. The whole idea is there aren't any buttons on the side of the device, but you can interact with the software by touching and swiping on various sides of the metal frame. Remember, HTC is teasing a flagship with the phrase "#BeEdgy" — could that be related to this concept?

Again, this was called a concept video by Danelle, but a day after Even sent out that tweet, LlabTooFeR replied to it with three different code names. LlabTooFeR is a well known HTC leaker and community developer for HTC devices. So it's interesting that even though Danelle says it's only a concept video, there are 3 devices known internally at HTC called Ocean Master, Ocean Note, and Ocean Smart. As with all internal projects, these could be trashed before they even get close to going into production.

But this video could be a look at what an upcoming HTC smartphone looks like, or how it functions with that Sense Touch technology.

Source: @LlabTooFeR



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

Android Telescope Zoom Lens Review

Have you ever wondered what it's like to attach a telescope to the camera on your Android? With the inexpensive Leeko Universal Zoom Lens, you can do this fairly easily. I ordered one to put together a video review on XDA TV to see if this thing works the way you'd expect it to.

Telescopes are always fun to play around with and even more so when they can fit in your pocket. The telescope combined with the digital zoom can capture some really great images. Check out the video to see it in action.

Get a Leeko Universal Zoom Lens for yourself using our affiliate link.



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

Redmi Note 3 is Now the Best-selling Smartphone in India

Xiaomi's Redmi Note 3 (along with the Pro variant) has been an incredibly popular smartphone since it was released. A device that Aamir called the "King of the Lower End" back in April when he reviewed it. It's never been the most developer-friendly smartphone that Xiaomi has sold thanks to its locked bootloader, but it still has a lot of developer support here in our forums. Xiaomi feels locking the bootloader of the device makes it safer for their customers and that's a fair move for the company to make.

The path in which they did it though, as not been well received by the enthusiast community. Google sells their smartphones with a locked bootloader, but you just have to execute a simple fastboot command to unlock it. Xiaomi has made their customers go through an approval process before they can unlock it. Thankfully the community has come up with unofficial bootloader unlock methods, but it's just not what Xiaomi customers have come to expect from the company.

This hasn't stopped the Redmi Note 3 from becoming a success for Xiaomi though. The forum here at XDA has been very active, and more people are searching for it on Google than they ever did for the Nexus 6P (which isn't quite surprising when considering target demographics). This week we learned just how successful the device has been for Xiaomi. While we still don't have worldwide sales numbers, we did get some data on how many units they've sold in India.

When it comes to online sales, from launch up until September 2016, Xiaomi has sold over 2.3 million units just in India. To put this into perspective, they have sold one Redmi Note 3 every 7 seconds. And 1 out of every 9 smartphones that are shipped from an online sale in India has been a Redmi Note 3. This is quite an accomplishment for the company and it has made them an even more popular brand in the country.

Source: Xiaomi



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

lundi 26 septembre 2016

Contributing to Open Source Projects Not Just For the Experts

XDA has long been a proponent of open source development, and we've seen it flourish over the years. In fact, it's one of the main reasons our community has grown as fast as it has over these past 13 years, with Android's core being the driving force. Many people desire to be part of open source and contribute but often don't know how they can, whether because they think they lack the skills or they just don't have the time.

I recently read a good article on RubyGarage which spoke to this, and I thought I would build on it and bring relevance to the XDA community. In the article the author points out that the best way to learn and/or expand your skills is to in fact just start contributing. Now, I hear what you're thinking:

"That's great. Wonderful analysis. Much words. That doesn't help me though. I don't know why I should or where to begin!"

Never fear, dear reader. I am here to give you some reasons why you should, and then we'll move to ways you can begin.

Open Source Basics

In a conversation I had recently with my oldest child, we were discussing how cars have changed over the years. I told him that in many ways the idea of the car wasn't far removed from the horse-drawn carriages of the late 19th / early 20th century. Every car has wheels (usually four), a power source, and a passenger/cargo area. Each manufacturer may dream up, and in some cases implement, new designs, but they haven't gotten away from the core of what Henry Ford based his original vehicle on.

In many ways, the same goes for software:  there's nothing really new under the sun (no matter how many times Apple labels some new feature innovative that everyone else not inside the reality-distortion-filter of Cupertino has had for years), and all these software packages out there tend to reinterpret what has already been into something different and usable for a new audience. And don't get me wrong – that's not a bad thing at all. What it does mean is that you're building on a foundation which has been laid before you.

Open source arose from the Free Software movement, and at its core is an idea that software should be made so that anyone can make use of it's functionality and methodology. This means that developers, bound by the terms of whatever open source license the original software is protected by, may a) take the work and use it for their own; b) contribute fixes, features,  etc. to existing projects; or c) take the work, improve on it, and contribute their changes back (some licenses REQUIRE this like the GPLv3). You're standing on the shoulders of the giants who have come before you – so give back just like they did.

Why should I?

I'll answer this with an answer back – "Why shouldn't you?" I'm being serious here. If you have the ability to, or the desire to lend your assistance, etc. – why wouldn't you just do it? Often what I have found as a blocker for entering open source is a disconnect between what contributing actually is.

Being a contributor to an open source project is often identified as someone who commits actual code to solve an issue, add a new feature, or a new project entirely. But what's frequently forgotten about is that often what a project needs is someone to handle the task of keeping up / translating documentation, reporting bugs, providing user support, etc.

Where do I find a project?

Outside of deciding to start your own project, you can of course help out other projects. With so many to choose from, a good way is to start in the device-specific ROMs, Kernels, Recoveries, & Other Development section on XDA for your device. You can also look for Trending projects on Gitlab or Github or Github's nice way to explore projects solving different types of problems.

How do I start?

It is not uncommon for someone to start reporting bugs and then decide to figure out how to fix them and then commit the fixes to the project. While not the most interesting, reporting bugs/issues can be one of the most important. When you find a bug you should report it using that project's chosen bug tracker, i.e. XDA's DevDB Bug Tracker or the Issues found on Gitlab or Github. Make sure you provide as much information as possible, like the error message, log of the error, steps taken to get to the error, etc. The more information the better.

If you look through the project's bug tracker and you see something that you know how to fix, whether it be code-related or user error, do not hesitate to jump in and assist. If you have the fix, follow the contributing guidelines for the project and submit the fix via the correct steps.

Projects often find themselves heavy on those who can write code, but light on those who can right good documentation. Let's face it – developers don't like writing it, but they sure wish the previous developer did. So if you can document a procedure, modify a current one to make it more "intuitive" (which is a nice way of saying "idiot-proof"), or create or update wiki entries, by all means do it. The project, and its users, will love you.

I hope this has given you some ideas on why and how you can get involved in open source. If you have some experiences with being a contributor, or have a project you would like help on, please let us know in the comments below.

[Featured image courtesy of OpenSource.org]



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

MediaTek LinkIt Smart 7688 & 7688 Duo Development Challenge

With many companies investing heavily in the Internet of Things, there is no reason developers shouldn't join in with the fun as well. With that in mind, we have teamed up with MediaTek to host a development challenge!

Using the MediaTek LinkIt™  Smart 7688 and 7688 Duo HDKs and open source platform, developers can add Wi-Fi to any device. This challenge is your opportunity to pitch your proposal for the best IoT device and bring it to life with a MediaTek LinkIt™  Smart 7688 or 7688 Duo of your own. We'll be awarding these HDKs to the 15 best device proposals in order to give even first time developers a chance to work with the platform. Developers will then have 5 weeks to implement their ideas at the end of which the best as chosen by xda-developers and MediaTek will receive a Grove Starter Kit for LinkIt 7688 Duo worth $49. So without further ado here's how the competition is going to go:

Round 1 (September 19 – October 3, 2016):

1. Developers around the world are invited to submit a proposal for an device they want to build utilizing MediaTek's LinkIt™  Smart 7688 or 7688 Duo before October 3, 2016 (5:00pm Pacific Time).
2. A panel of judges from both XDA and MediaTek will select 15 Finalists, based on the proposal's innovation, ingenuity and originality.
3. The 15 Finalists will each receive one of either the MediaTek LinkIt™  Smart 7688 or 7688 Duo to develop their devices with.

Round 2 (October 3 – December 7, 2016):

1. Finalists have 5 weeks to develop their devices and submit them before December 7, 2016 (5:00pm Pacific Time) for Grand Prize consideration.
2. A panel of judges from both XDA and MediaTek will select 1 Grand Prize winner.
3. The winner will receive a Grove Hardware Kit.

The Grand prize award winner will be announced on December 14, 2016.


To enter the competition all you have to do is fill out the form at the bottom of the page, but to help you get started you can find a playlist with some great tutorials below.

MediaTek LinkIt™  Smart 7688 Duo: Documentation
MediaTek LinkIt™  Smart 7688: Documentation
MediaTek on Github

Loading…



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

Moto M Rumored to Launch with Microsoft Bloatware Pre-Installed

It was just last month when we learned about a cross-licensing patent deal between Microsoft and Lenovo. Microsoft has been making deals with multiple Android OEMs as a way to get some of their core applications pre-loaded onto smartphones and tablets. The deal with Lenovo is just one of their latest, and it promised the same thing. So instead of Lenovo having to pay to license some of Microsoft's patents, they get to use them for free as long as they pre-install certain applications on some of their devices.

Since that agreement was announced, we haven't really heard much about which devices would get these Microsoft applications pre-installed. However, a new rumor claims to give us insight about one of these devices, and it looks like it will be a smartphone from Motorola. If true, we could see the upcoming Moto M launched with a handful of Microsoft's applications installed on it right out of the box.

This Moto M smartphone has been reported on for a few weeks now. We saw the XT1662 variant show up in some photos on China's TENAA website last month, and various specs have been outed in a few rumors this month as well. A GFXBench database entry claims the device will have a 4.6″ 1080p display with 3GB of RAM and a 16MP rear camera paired with an 8MP front camera. However, the TENAA website lists the Moto M with a 5.5″ display and a 3,000mAh capacity battery.

Motorola Moto M

TechDroider says their sources are telling them that the Moto M will launch with 4GB of RAM (as shown in a couple of photographs), along with 32GB of internal storage. They believe the XT1663 variant, which is the international model, will come with Microsoft Office, OneDrive and Skype applications pre-installed as part of this cross-license patent agreement.

Source: TechDroider



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

The Android Cast: Episode 20 – “Allo From The Other Side”

This week on The Android Cast:
——
– The crew discusses their experiences with Google Allo. Being our first look into Google Assistant, we discuss our reactions and look into the implications for the future.
– We then discuss Google's upcoming October 4th event unveiling their new Pixel Phones, Google Home, and other devices.
– Finally we wrap up on a discussion on our experiences going through Samsung's Galaxy Note 7 recall process..

——


The Android Cast will bring you the best news each week from the perspective of the XDA team. Each week you can find our latest episode here, on Stitcher, on Google Play Music Podcasts, on TuneIn, on iTunes, on Youtube and on your favorite podcast app through the RSS feed: http://ift.tt/2cxz4n5.

Audio Version!

 

Video Version!

 

Today's cast includes:

Mario Serrafero: Twitter
Corey Feiock: Twitter
Eric Hulse: Twitter

Check Out XDA on Social Media. Twitter, Facebook and Google+



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