Showing posts with label Hacks. Show all posts
Showing posts with label Hacks. Show all posts

Wednesday, July 24, 2013

How to switch to stock Android app switcher on HTC Sense 5

Stock Android App Switcher HTC Sense 5

If you are using an HTC device on Sense 5, chances are you’ve already noticed that the stock HTC app switcher has a 9 apps limit. It’s not that of a big deal, but if you’re a power user, you’re most probably bothered by this.

It turns out that it only takes changing two lines of code in a file on the system folder to use the stock Android app switcher instead, which is much much better. So here’s what I did:

Open the default.xml file on system/customize/ACC directory and find these two lines using a text editor:

<item type="boolean" name="isHtcStyleRecentApp">true</item>
<item type="boolean" name="support_HtcStyleRecentApp">true</item>

Now you just need to change the true value to false. Save and reboot. Enjoy your stock Android app switcher!

Friday, February 1, 2013

Twitter says up to 250,000 accounts may have been hacked

Twitter Hack 250,000 Accounts

Twitter recently announced that it has been hacked. In a post on their blog, the company has detailed that it has detected unusual activity patterns this last week which ultimately led them to identify the unauthorized access of Twitter’s user data.

Twitter even spotted one ongoing attack and was able to stop it mere moments later. However, they say the investigation has revealed that some 250,000 user accounts may have been affected by the attack. User information such as usernames, email address, session tokens (which is used to store log-ins), and salted or encrypted versions of passwords may have had been accessed.

As a result, Twitter has reset the passwords of those accounts. If you’re one of the victims, you should have or will receive an email notifying you that you need to create a new password on your next log-in. You will have to enter your new password on every app or browser you use as Twitter has cleared the log-in sessions for the affected accounts.

Source: Twitter