Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Wednesday, December 13, 2017

Trying to set up Android Emulators, you may get an error for VT-X not enabled

I was trying to set up Android Emulator on my Lenovo thinkpad and kept getting the annoying VT-X not enabled error. You would get this once you try to launch your application in an emulator.

                                                   


What the error means : Virtualization is supported by all modern age processors, however it may not be enabled by default on you system. Reason why you can get the above error.

Fixing this fortunately is straight forward.


  1. Reboot your computer and go to BIOS page.
  2. Enter the BIOS utility screen


  3. Select Virtualization from Security Tab
  4. From CPU setup, enable all the options which you find disabled.
  5. Press F10 to Save and Exit.

After fixing this, emulator should load cleanly. Good Luck with those apps :)

                                             

Monday, December 11, 2017

Decluttering the SMS inbox, The ML way.

Many of you would have witnessed the GMAIL UI going through a radical transition, clearly separating out Primary, Social and Promotional emails.Google describes the new tabs as a way to "put you back in control so that you can see what's new at a glance and decide which emails you want to read and when."



What Email is in west, SMS is in India. We get non stop gunfire of SMSes, most of them irrelevant. When the legal procedures (DND) fail to check this barrage of messages cluttering your device, you can always take refuge in technology. I have been waiting for core Android team to catch on and build a SMS app which gives implicit filtering much like GMAIL interface.

Not from Android team, but this is exactly what MS SMS Organizer claims to have delivered, and from the initial impression I can hardly disagree. Interface is beautiful and it does allow me to get on to relevant messages from friends and family. Clearly inspired from Googles Tabbed design (part which I care least about as end user), it uses Machine Leaning to categorize your SMSes in different tabs. Cherry on top features include automatic backup to your google drives, Smart reminders (again clearly inspired from Gmail alerts), options to customize UI, automatic handling of OTP etc.

                SMS Organizer - Clean, Blocker, Reminders & Backup- screenshot


Its time to wish Goodbye to Samsung SMS app which I have been using so far, for good. Microsoft finally have something going for good in Mobile territory.

You can download it from Google Playstore, direct link is this one
https://play.google.com/store/apps/details?id=com.microsoft.android.smsorganizer&hl=en

What's your favorite SMS organizer ??

Merging and Splitting PDF files

We all use and rely on PDF's. There are occasions though when you want to edit certain portions of a pdf and merge the edited version ba...