How to get hotmail on LGP-990 or Android mobile


Actually LG-P990 provides built in email application where you can specify hotmail account but your account should be of domain @live.com only. You cant add other hotmail accounts! For example - @hotmail.co.uk, @hotmail.com, @msn.com, etc.


To access mails from your hotmail account you will setup email settings manually. 
Open Email application on your Android phone open Menu and select New. This will show you list of supported accounts, select Other from the list. This will prompt from User name and password. Provide complete email id and password such as xyz@hotmail.com.  


On Next screen choose “POP3 account”. The next screen will ask for “Incoming Server Settings”. Provide following information on this screen:
Incoming Server: pop3.live.com
Port: 995
Security Type: SSL (always)
Delete email from server: Never ( this settings may not present) 

Clicking next will check the settings provided and if are valid then will show you next screen of "Outgoing server settings". Here are the settings for the “Outgoing server settings” screen:
Outgoing server: smtp.live.com
Port: 587 (This should work else try 25)
Security Type: TLS (always)

On this screen the “Username” and “Password” fields should already be filled in.
Now you are done with the settings click Next/Finish to complete the settings.

How to Hard Reset or Master Reset or Factory Reset LG P990 X2

Below are the steps for how to Master Reset the LG Optimus P990 2X, to restore its original factory default settings.  These steps will help you to master reset when you are able open the settings panel. 


Factory Reset using Settings Menu: 

   1. Open Settings panel from Home screen or from installed applications list. 
   2. Tap on Privacy. 
   3. Tap Factory data reset
   4. Tap Reset phone.
   5. Enter your password if required, then tap Erase everything to confirm

If your mobile is freezing or continuous rebooting or  not responsive then you will have to try Hard Reset as mentioned below. 

Hard Reset : 

   1. Turn off mobile and remove the battery out. Put the battery in.
   2. Now Press and Hold the Power button and Volume Down button together. Hold till you see the Android icon. 
   3. Once you see the Android icon release the buttons. Now it will automatically start the master reset. Once its complete just follow the on-screen procedures to reset the LG Optimus P990 2X.


Once reset is complete  LG Optimus P990 2X may reboot once to complete the restore procedure. 

Golang: Http POST Request with JSON Body example

Go standard library comes with "net/http" package which has excellent support for HTTP Client and Server.   In order to post JSON ...