It’s just data

Verizon Droid2 Global

OK, so I made the plunge and purchased my first ever “smart” phone.  Things I noticed during the first day

There still is plenty of exploration required.  My current puzzle is exporting my security certificate so that I don’t see security warnings every time I visit my own personal website.  I didn’t have the right adapter for the microSD card, so I used AndFTP instead.  With that application, SCP requires a paid upgrade, but SSHCP is free.  Go figure.


Might try K-9 Mail for better IMAP support, [link].  Also, [link] will do SFTP in the free version.

Posted by Matthew at

I just got my first “smart” phone too, an LG Optimus V on Virgin Mobile.

There seem to be two ways to mark an email as spam: In the list view touch-and-hold on the email, and you get a list of actions, “Report spam” is the second to last.  The other way is when looking at an individual email, press the menu button (left-most physical button), then select “More” (bottom-right virtual button), then “Report spam” (2nd action).

Posted by Stephen Duncan Jr at

Just as an FYI, in the Gmail app, “report spam” is accessed via [Menu]->More->Report spam.  I seem to use it too frequently, and wish it were a first-level option. When tagging messages for bulk actions, it should be immediately available once you hit [Menu]. At least, on my Samsung that’s where the option is in these cases, and I can’t imagine there are different interfaces for different hardware running Android...

Posted by Michael Gurski at

You can also click on most US-formatted addresses and open them in maps of your preference.

Also, don’t try to micro-manage background services. This won’t extend battery life very much since Android is actually good at managing them itself. Biggest contributors to battery usage are usually screen, GPS and cell waiting (on a GSM network).

Posted by Ivan Sagalaev at

So you’re supporting my previous employer and my new one in one device.  Nice.

One thing that isn’t easily discoverable for Android newbies is the “long press” technique.  Touch and hold an item and you’ll get a popup menu with further actions you can take on that item.  It’s closest to a context-click on the desktop.  That’s how I “Report spam” anyway.

Posted by Jeff Schiller at

StartCom have been doing completely free certificates for a while now. (Free for class 1 - i.e. those verified online via domain ownership, rather than more stringent identity checks). I can confirm they’re good for web and mail servers alike, and are accepted as standard in every browser and mail client I’ve tried with - Android included.

In light of that, there’s little excuse for going through all the hassles of self-signed.

Posted by Ciaran at

I’ve found the Gmail web app better than the native app since it even has priority mail. The same goes for Google Reader which begs the question about when it makes sense go do html versus native.

Posted by Koranteng at

Ciaran: OK, I’ve got a certificate issued, and I’ve backed it up.  What’s the next step?

Posted by Sam Ruby at

If this is for dovecot, take a look here: [link]

Basically, put your certificates in the appropriate files and point the dovecot config at them. Pretty much the same procedure with postfix. The only difference between this and the self-signed procedure you presumably used before is that you need to download two additional PEM files from the CA’s site (something like startssl.pem and subclass1.pem) which you cat together with your own (those two first in that order, then yours).

I foolishly didn’t document this process in detail last time I did it.

Posted by Ciaran at

I seemed to have figured out how to work with my own self-signed certificate, which I generated using these instructions.

Starting where that left off, the next step is to copy $HOSTNAME.crt to some place where it can be downloaded via the web.  Note the file extension is important as it causes the file to be served using the application/x-x509-ca-cert MIME type.

Next visit that page using the Android browser.  Select Complete action using Certificate Manager (not Certificate Installer).  Click Install certificate.

Posted by Sam Ruby at

Add your comment