Tuesday, November 3, 2015

Microsoft Surface For $19.99 At Amazon Mistakenly

                           Amazon had the price of the Microsoft Surface Touch at $19.99 on Friday! Actually.the  online retailer had a listing for the Microsoft Surface Touch Cover. This is the 3mm thick cover for Microsoft's new slate that also doubles as a touch sensitive QWERTY keyboard. Normally listed on sale for $119.99, Amazon had posted a price of $19.99 for the Touch Cover. The product was out of stock, but Amazon was still accepting orders for those who don't mind waiting for the retailer's inventory to be replenished. With the $19.99 price believed to be a typo, it is unclear whether or not Amazon will honor the orders placed at the lower price.
Amazon mistakenly lists Microsoft Surface Touch Cover on sale for only $19.99


                  The Microsoft Surface has a virtual QWERT keyboard, but the Touch Cover and the Type Cover are both available as accessories. Both connect to the tablet with the use of a magnetic dock. Even though most people are used to the style of the keyboard on the Type Cover, many are saying that the typing experience is superior on the cheaper Touch Cover.

                   
Later on Friday, Amazon took down the price of the listing, replacing it with a message that it would notify those who leave their email address when the cover is back in stock.

Judge Crabb Unhappy With Apple

The Apple-Motorola Mobility FRAND patent trial will begin on Monday at 1pm, Judge Barbara Crabb didn't like Apple's stated willingness to enter into a licensing agreement with Motorola Mobility for the right to use the latter's standards-essential patents, only if it didn't have to pay more than $1 per Apple iPhone.
Judge concerned that Apple wants to use Motorola offer for FRAND patent fee as a negotiating tool
The judge noted her thoughts in an "Opinion and Order" entered with the court on Friday. Judge
Crabb does not want to order Motorola to make an offer to Apple if the Cupertino based firm is going to use that offer as a negotiating tool, and she now "believes it would be inappropriate to grant Apple's
clarified request for specific performance".
Judge Crabb is not happy with Apple
Judge Crabb is not happy with Apple
She added that if ordering Motorola to make an offer to Apple would end all of the patent litigation or  extended negotiations, she would have granted Apple's request for specific performance, but "it is now clear that specific performance would not resolve those concerns". Apple didn't help its cause by using a 'blackmail' type approach to the $1 rate it tried to force on Motorola and the court. Apple should have guessed that judges don't like being forced into doing anything. We recommend that Apple's attorneys watch a few episodes of Judge Judy to learn that. A similar statement was made in the Microsoft-Motorola Mobility FRAND case which is going to trial on November 13th. In that case, Judge James Robart told both sides to stop using the court "as a pawn in a global, industry-wide business negotiation". 

Monday, November 2, 2015

30 Million Samsung Galaxy S III Units Sold

Yesterday only it was found out that 3 million Galaxy Note 2 units have been sold in 37 days.And now with the Galaxy S III Samsung has reached another milestone.Samsung has just announced that it has sold 30 million units of the smartphone worldwide. The number includes the I9300 as well as carrier specific versions offered in specific markets such as the United States, Japan, and Korea and is spot on with earlier expectations.



The above number has been achieved in an impressively quick fashion – the first Samsung Galaxy S III units hit the shelves roughly five months ago. With the upcoming holiday shopping season right around the corner, coupled with the healthy drop of the handset’s price in some major markets, it is all but guaranteed that the number will increase even further.

What Is Memory Leak And How To Fix It

                          Does your PC often hang?Often it happens that this occurs due to unavailable free memory.But this can also occur if you are running just one application,maybe a browser?How do you account for that?Well,the answer is memory leak.A memory leak is a particular type of unintentional memory consumption by a computer program when that program fails to release memory when no longer needed. This condition is normally the result of a bug in a program that prevents it from freeing up memory that it no longer needs.In this case,memory is allocated to a program, and that program subsequently loses the ability to access it due to program logic flaws.
Memory leak can sometimes be extremely fatal and hence it is necessary to detect memory leak and rectify it.

How to detect memory leak?


Sometimes it may happen that you are just going on running program after program when suddenly you notice that the PC starts to slow down.Once you close those apps the PC returns to its normal state.That slowing down is not due to memory leak but due to unavailability of free RAM.
             

                 Whenever you feel that the machine is slowing down and you have just one or two programs open then it is better to use the task manager.Press Ctrl+Alt+Del to open it.There you can check the amount of memory being used by each process.


                       If your browser is using too much memory ,according to you then it may be a case of memory leak.But always check for viruses .They are notorious for slowing down your PC substantially and you can't even detect with the task manager.

How To Fix It?


Okay so now you know what a memory leak is and how to detect it.But how do you fix it?Here are the steps.

1.Download Process Explorer and set it as the default task manager.This application is very useful and can provide much more information than the built in one.
Process Explorer

2. Download FreeRAM XP Pro
Free RAM XP Pro
3.Whenever you feel your machine slowing down open the task manager(process explorer).
4.Whichever process is using too much memory just close that process.
5.Now open FreeRAM XP Pro.
6.Press Go .Now it will try to compress the RAM and hence increase the memory.
7.After its job is done you will feel the difference.
8.Restart your apps.If it was a browser then you can easily restore the opened tabs.
9.Enjoy!

Hope you liked this tutorial .Please comment to let me know how it worked.

Android Tightens Its Security System

                       Everyone knows that Android is fragmented.Everyone also knows that Android is a bit low on security.Also there is is no antimalware software in the Google Play Store.

Surely the danger of virus infecting your phone is also partly due to you.If a user downloads apps from third-party app stores, however, he faces two possible threats: rogue/spyware applications and premium SMS apps.

Android 4.2 however effectively deals with those two last threats as well, and here is how.

Bouncer, Google Play's security system


To properly understand the process, we need to go back at February 2015 when Google introduced the Bouncer system that continuously scans and analyzes every single app submitted on the Play Store, and goes to such great lengths as to actually run every app on a cloud simulator to check its actual behavior. The result is that Google Play has become a very safe & secure place.

A little disclaimer to be perfectly exact: it is not impossible to circumvent the Bouncer system as it runs a virtual environment and that could be detected, but it is extremely hard to crack it. And given the consequences for the developer account that does, it is hard to imagine Android security cracked.

Now, Bouncer is almost sealed to the public. Reverse-engineering it, though, has revealed that what it does is effectively detect the most common threats from spyware and premiums SMS apps. If an app tries to steal your contacts, Bouncer detects it. If an app tries to send a message to a premium number, Bouncer detects it. If an app, steals your photos? You guessed it right, Bouncer detects it.


Android 4.2 brings Bouncer to sideloaded apps


The big news with Android 4.2 is that it now includes a service based on Bouncer that works with all apps, not just those on Google Play. For example, it can check apps you download on the Amazon Appstore. Or an anonymous Chinese app catalog.

Whenever you try to ‘sideload’ an app (install it from a different source than the official market, that is), the system will kick in and instantaneously run that same very detailed check on Google’s servers. Speed here is important, and in Android's case, you won't even notice the check.

"The server does all the hard work," Android VP of Engineering Hiroshi Lockheimer explained. "The device sends only a signature of the APK so that the server can identify it rapidly."

                         The new service is not mandatory though. The first time you try to sideload an app on your Android 4.2 device, a pop-up will appear asking you whether you want to verify apps. Best of all, when an app raises some red flags with its behavior, but can’t be definitely written off as malware, you get to choose whether to install it or not afer reviewing what it has access to. And even the permissions screen has been tweaked adding illustrative icons, so you can take a quick glance instead of reading it.
Android 4.2 spreads security to third-party app stores: here is how
               This is definitely another huge step for Android security . Instead of leaving its app protection system for the Play Store only, the company spreads it to sideloaded apps and thus makes third-party app catalogs more secure.
App permissions on Android 4.1 (left) and 4.2 (right)
App permissions on Android 4.1 (left) and 4.2 (right)

The Official Facebook Phone-HTC Opera UL

Despite rejecting all plans of building a Facebook phone,it seems that the most popular social network company is actually working on building its own phone.


That "Facebook" phone has appeared in the NenaMark2 results database and it is powered by a 1.4GHz (probably dual-core) Krait processor with Adreno 305 graphics and sports an HD display. It's currently running on Android 4.1.1 Jelly Bean.


                 What do you people think?Let me know in the comments!
Enhanced by Zemanta

Notification Center To Land In Windows Phone Soon

                        Yeah,I know that at this moment ,WP 8 doesn't have a notification center but that doesn't mean that it will never have a notification center.


At the BUILD conference yesterday, Microsoft’s program manager Thomas Fennel said:

“Because we ran out of time. It’s very very important to me… we get tons of feedback from developers that they want something like that as well. I promise we’re thinking very very hard on that one.”

As we know that it was Android who first introduced the notification center,and iOS soon after that basically copied that whole that thing , bringing a few modifications.I just hope that the WP edition doesn't become a copycat.Well,let's hope for the best!



Enhanced by Zemanta