HTC outs Desire 701 and 500 handsets in Taiwan, sets sights on the mid-range market


As if that recently announced trio of Desire smartphones wasn't enough, HTC today introduced a couple more, this time in Taiwan. Meet the Desire 700 and Desire 501, both aimed at the mid-range market in said Asian territory. For its part, the 700 (pictured above) features a 5-inch, qHD display alongside BoomSoundspeakers, an as-of-yet undisclosed quad-core Snapdragon chip, 1GB RAM, 8GB of internal storage and a 2,100mAh battery. The 501, on the other hand, packs those same traits but with a smaller 4.3-inch, WVGA screen and a 1.5GHz dual-core processor -- oh, and it comes in a few different colors. HTC is pricing its dual-SIM-packing Desire 700 at NTD 13,900 (about $470), while the Desire 501 will be available with a cheaper NTD 9,900 price tag.

Multiple Samsung, HTC devices banned from benchmark site for cheating



Despite the company’s denial last month, Samsung has been found by multiple reputable testers to cheat on benchmark tests. According to reports, several Samsung smartphones and tablets crank up the heat when they detect benchmark tests being performed. The problem seemingly extends beyond just Samsung though, and several other vendors including HTC and LG apparently juice their benchmark tests as well. Now, it looks like benchmark test providers are starting to fight back.

As noted by The Register, benchmark test creator Futuremark has publicly shamed Samsung and HTC by removing several of their devices from its website. The site ranks smartphones and tablets according to their performance on its 3Dmark test for Android, which measures graphics performance on mobile devices.

So far, Futuremark has delisted Samsung’s Galaxy Note 3 smartphone as well as the company’s flagship Galaxy Note 10.1 tablet. From the HTC camp, the One and One mini have both been banned from the site’s rankings as well.


“The platform may not detect the launch of the benchmark executable,” Futuremark’s regulations clearly state. “The platform must not alter, replace or override any parameters or parts of the test, nor modify the usual functioning of the platform based on the detection of the benchmark.”

Source: Futuremark

Rumours of Samsung Galaxy S5 specs and release date hit the web



Are you ready for some Samsung Galaxy S5 rumours?

According to an overseas report from ETNews, Samsung is pushing to unveil the next generation of its successful Galaxy lineup with the Galaxy S5 sometime in March or April, which is a few months ahead of the May release of the GS4.

Apparently the company will start mass producing the next “Life’s Companion” Android in January and make it available in two variants, a “Premium” model that sports the rumored metal design; and a standard GS5 made from plastic. No word yet on the colour variations.

As for specs, the Galaxy S5 is rumored to come with a 64-bit Exynos or a Snapdragon processor, 3 GB of RAM, a 16 MP camera with Samsung’s new imaging technology, a 4,000 mAh battery, running Android OS 4.4 KitKat with a new version of TouchWiz.

Of course, none of this is certain until Samsung officially announces its plans.

Source: SamMobile

Create a complete System Image Backup with Windows 8.1 and File History

I feel better when things are backed up. I use the File History feature of Windows 8 to backup files every hour or so. I really encourage folks to use the Computer Backup Rule of Three.

One of the features of Windows 7 that I love is System Image Backup. I used to use 3rd party products to image my system. In Windows 8 (8.0, that is) it's kind of hard to find System Image Backup. While I use File History locally as well as regular cloud backup (using CrashPlan on my Synology) I also like to do a full System Image every month or so.

I've seen a number of tutorials on the web on "how to create a system image backup on windows 8.1" that have folks going to a PowerShell prompt to start a backup. While that's possible, it's certainly not the primary way you want to start typical backup at home.

In Windows 8.1, go to the Start Menu, type "File History" and run it.


Now, hit System Image Backup in the lower corner there.


You can put an image on DVDs or an external hard drive.

Now, to be clear, should this be your primary backup strategy? No. I've got most things in the cloud or automatically backed up to external drives. If I needed to totally reinstall Windows from scratch, I can get back up and working in about an hour without using a complete System Image. However, I'm comforted by having at least one or two System Image backups. It's nice to have options.

Download iOS 7.1 Beta 1 For iPhone, iPad, iPod touch

This is just in. iOS 7.1 beta 1 download links have just gone live for iPhone 5, 5s, 5c, 4s, 4, iPod touch 5, and iPad 2 and up on the iOS Dev Center. A new beta for Apple TV 2nd and 3rd gen has also been released.
Apple is usually extremely cagey when it comes to publishing a full and detailed change-log with beta versions of iOS. In terms of changes that actually affect the end-user there doesn’t seem to be a great deal of information being offered through the release documentation. Developers on the other hand have a plethora of changes and additions to get to grips with. An important fix surrounding HTTP requests has been bundled with this latest beta as well as a number of amendments within the CoreText framework that allow developers to integrate advanced text techniques into their third-party apps.
iOS 7.1
One fix within this beta that could present a noticeable benefit to the end-user focuses on a bug that caused apps loading an iTunes Match library to take an extended period of time. Apple is hopeful that the bug has been eradicated along with improvements to multipeer connectivity and enhancements to the UIKit framework that allows developers to make use of standard user-interface components that are common through most apps.
As with most beta launches, Apple has specified a number of known issues. There continues to be some issues occurring with 32-bit apps running on new 64-bit hardware, namely the iPhone 5s and the new iPad Air along with the iPad mini 2 with Retina display. Apple is also aware of a number of issues surrounding Bluetooth connectivity within this beta.
iOS 7.1 beta download
iOS 7.1 beta 1 firmware pushed out to developers today follows hot on the heels of the public release of iOS 7.0.4 that brought with it a number of optimizations, stability improvements and important security fixes.
To download iOS 7.1 beta 1, you will need to be a registered member of iOS Dev Center. If you are already a member of Dev Center, you can head over to iOS Dev Center now atdeveloper.apple.com/devcenter/ios/ to start downloading iOS 7.1 beta 1.

Notes and Known Issues

The following issues relate to using iOS SDK 7.1 to develop code.

Bluetooth

Known Issue

32-bit apps running on a 64-bit device cannot attach to BTServer.

CFNetwork

Fixed in iOS 7.1 beta

Previously, if the server-side closed an HTTP request with TCP FIN without sending any bytes of HTTP header or HTTP body, NSURLConnection would synthesize an empty HTTP/1.1 200 OK response. This is now fixed, and the request will result in an error instead of a successful load with a synthesized response.

Notes

A new compatibility behavior has been added to address an issue where some web servers would send the wrong Content-Length value for “Content-Encoding: gzip” content. Previously, NSURLConnection and NSURLSession would send a “network connection was lost” / NSURLErrorNetworkConnectionLost (-1005) error in this situation.
The compatibility behavior applies only if the Content-Length value exactly matches the expanded gzip’d content. It won’t apply for “off by 1” or similar miscounting.

Core Text

Fixed in iOS 7.1 beta

Previously, text drawn with CTFrameDraw did not correctly place lines to account for the paragraphSpacing attribute of NSParagraphStyle. This has been addressed in iOS 7.1 beta.

Crash Logs

Known Issue

Crash logs will not appear in Diagnostics & Usage Data in Settings. The logs will still be available when synced off the device.

GLKit

Fixed in iOS 7.1 beta

If loaded with GLKTextureLoader, pngcrush images that have alpha were not unpremultiplied.

High Precision Timers

Fixed in iOS 7.1 beta

When sleeping or waiting for extremely precise time intervals, timers were delayed by up to 1 millisecond.

iTunes

Known Issue

Loading an iTunes Match library (or your purchased music history) may take much longer than expected, especially on larger libraries. If your library does not sync right away, please wait 30 minutes and try to access it again.

Multipeer Connectivity

Fixed in iOS 7.1 beta

The MCSessioninitWithPeer: method has now been implemented properly.
For more information on MCSession APIs, watch WWDC 2013: Nearby Networking with Multipeer Connectivity.

How To Charge iPhone, Android Or iPad Battery Faster

It’s a problem that we've all been sufferers of but that doesn't make it any less irritating. You’re on your way out the door in a terrifyingly short time but your phone or tablet could do with a little more juice battery before that door slams shut. The problem is none of our devices charge as quickly as we’d like, and battery technology shows no sign of fixing that problem any time soon.
Of course, if you find yourself in desperate need of a little more power on a truncated time-scale then there are a couple of things that you can do to try and eek a little more power out of even the shortest periods of charging. It might not fully charge that power hungry phablet you’re toting around, but it’ll give it handy bump at least.
GS4 HTC One iPhone 5s
First, a little back story.
Each smartphone we take on our travels with us – and tablets to a lesser extent – comes with a variety of sensors and radios. WiFi, cellular, 3G and LTE on top of that, GPS, NFC and all manner of other acronyms that we can’t remember off the top of our heads. There’s a lot going on inside that little package, and it all needs powering.
So, and by now this probably isn't going to come as much of a surprise, turning all those radios off can have a dramatic affect on power usage. That also means that if you turn them all off at the same time as trying to cram more power into a device’s battery, it should charge faster. In fact, it could theoretically even charge as much as 50% faster than with them off.
What this rather lengthy preamble leaves us with is an indisputable fact: turning Airplane Mode on can make your phone or tablet, be it an iPhone, iPad, Android or a Windows Phone smartphone, charge considerably faster than with it turned off, which is great news in a pinch.
photo (5)
And anything that makes us be tethered to a wall outlet for a shorter time is a win in our books.