Android on iPhone
Posted by Mr. IT Guy | Filed under Android, Howto, IT in General, Linux, Microsoft, Review, iPhone
To spare typing and posting time, I’ll post the link to the guide that I followed:
http://www.idroidproject.org/wiki/Installing_iDroid_(Linux)
That link is actually for a Linux, so I uses VirtualBox and a Linux (Ubuntu) image file. From there I followed most part of the guide.
However I’ll post my observation (on 2G):
- It’s running way too sluggish
- Call sometimes doesn’t work (stuck at the calling, but not really dialing)
- Phone becomes really warm and battery drain is too much
- There’s not enough button
- Overall condition is not really usable for daily use
Couple notes:
- If Wifi connects but browser not going anywhere, try the DNS fix
- All “adb” type commands require the download of SDK
- If Virtual Box can’t connect to the iPhone when doing the ‘./oibc’ portion, you may need to shut down and restart your virtual machine (including the Virtual Box itself)
- Going to Apple’s recovery mode (for upgraders) from the openiboot would require you to hold the “Menu” button after choosing the iPhone mode
Post comments for questions and help on how to install iDroid.
HOWTO: Outlook Error Message “A secure connection to the server cannot be established.”
Posted by Mr. IT Guy | Filed under Howto, IT in General, Microsoft
I keep on receiving the following message “ERROR: ‘A secure connection to the server cannot be established.’” when trying to connect my Outlook 2007 to my mail server. I pulled my hair out thinking that Windows Vista/Microsoft Outlook certificate and trust setting is the problem. I stumbled onto a solution that finally solved it. The problem is my Courier IMAP server.
As it turns out, Outlook doesn’t support SSLv3. I had been using Thunderbird for the longest time without any problem, but since I had to test Outlook 2007 for business purposes.
To fix the issue, I changed my Courier IMAP setting from:
TLS_PROTOCOL=SSL3
to
TLS_PROTOCOL=SSL23
Tags: email, IMAP, Microsoft, Outlook
HOWTO: Microsoft Outlook Doesn’t Remember The Last View
Posted by Mr. IT Guy | Filed under Howto, Microsoft
Symptoms:
Microsoft Outlook doesn’t remember the last view. For example, after setting my calendar to Month view, the next time I start outlook, it reverts back to day view.
Fix:
Run outlook with the /cleanviews switch. (For x64 Vista I run the following command: “c:Program Files (x86)Microsoft OfficeOffice12OUTLOOK.EXE /cleanviews”)