Skip to main content

Microsoft’s foldable Windows 10 Andromeda is also called “Project AND”

Microsoft’s foldable Windows 10 Andromeda is also called “Project AND”
March 20, 2018

Yet another news regarding the Andromeda device (Surface Phone / Journal) pops up and this time confirms the existence of such a device. Microsoft is known for providing code names to devices they are working on. For example, the Xbox One X was called Project Scorpio. Today, WalkingCat has tweeted that Andromeda is also called “Project AND”.
The AND in Project AND may refer to Andromeda which is obvious but it can also be an abbreviation. AND maybe Adaptive Notebook Device which makes sense as Microsoft is aiming it to be a device which can adapt to different situations.
The Andromeda device or the Surface Phone as people like to call it will create a whole new category for mobile computing. Microsoft has always envisioned a portable PC with telephony. A device which can adapt to different situations. A PC which is truly mobile. Microsoft is trying to make the PC more mobile. Microsoft has failed in its attempt to take on Android and iOS with its Windows Phone OS and is now trying to stick to what Microsoft does best and make it more mobile.
Microsoft has more than 90% market share in the PC category. But the problem is that people work on their PC in their home or office. They can’t carry their PCs wherever they go. Even though laptops and tablets are portable, they are still not as portable as smartphones. Nowadays most people browse the web through their smartphones. They also do light computational work on their smartphones. With mobile processors becoming more and more powerful smartphones are getting more PC like features. This is a bad news for Microsoft as more and more people are slowly drifting away from their PCs.
This is where always-connected PCs makes more sense as PCs with mobile connectivity can be used anywhere. But these are still not pocketable as smartphones. A truly productive device cannot be truly pocketable and a truly pocketable device cannot be truly productive. This is what Microsoft aims to solve with Andromeda or the Surface Phone.
Andromeda (Surface Phone) is expected to be a foldable device making it pocketable when folded and productive when unfolded. It will also have telephony enabled.  The Surface Pro was a device which could replace a tablet and a laptop. Andromeda can serve as a replacement for smartphone and a tablet. It will create a whole new category.
As of now, Microsoft has not given even a slight hint about Andromeda. But we are now pretty much sure that it is happening and may come sooner than expected.

Comments

Popular posts from this blog

Bypass Ubuntu Login Screen

Here is the new post on the series of the bypassing of the login screens of the different Operating Systems . In this post, we are going to bypass login screen of the 'Ubuntu 16.04 LTS' . This method is basically works on all Ubuntu . Here is the screen of the Login of the Ubuntu 16.04 LTS which we are going to bypass. STEPS:- Steps 1 :  First restart the system and load the GRUB menu by holding SHIFT  key when the BIOS  loads. After that selects ' Advanced Options ' and you will get this menu. Steps 2 :  Then selects recovery mode on the above menu and you will get the following menu. Steps 3 :  Then selects the root menu and you will dropped into root shell of the system. Steps 4 :  Then run the following commands: mount -rw -o remount / passwd <username> After the successful completion of the command, you have successfully changed the root password of the system. You find the root username of the system by changing to the syst

Bypass Kali Linux Login Screen

This is the another post of the Operating System Login Mechanism bypass series. In this post, we are going to bypass the login screen of the Kali Linux that works on all Kali rollings. This is method is slightly different from the method of the Ubuntu. STEPS:- Step 1 :  First, boot the Kali rolling and you will find the GRUB Menu of the KALI. Step 2 :  Then press 'e'  key to load the GRUB. Step 3 :  After that, replace 'ro'  to 'rw'  and 'init=/bin/bash'  at the same line and press 'F10'  key to load with this GRUB file. Step 4 :  After the boot, you will dropped into the root shell of the system. Step 5 :  Now, type 'passwd root'  command and enter the new unix password twice of the root user. Now, Reboot the system and boot normally and you are able to login to the root account of the Kali-rolling with the new password. Post written by - M4TRIX_H4CK3R Author  -  https://en.gravatar.com/kalima