Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Friday, August 16, 2013

How to paste in Feedly for Android

Good news everyone! I think I found out how to paste a URL (or arbitrary text) from your Android clipboard into the Feedly app's "add new content" search field.

Type a character first, then paste next to it.

If you tap and hold on a blank search field, you get a vibration, but no "paste" pop-up. If you tap in the search field, type a letter, then tap again to get a blinking "I bar" cursor, then tap and hold on that cursor, you get a "paste" pop-up.

Or at least, it worked for me running Android 4.2.2 cyanogenmod on an HTC Desire HD "ace", using Feedly 16.1.542; of course, your milage may vary.

Thursday, May 30, 2013

Keep Google Voice From Disabling SMS on Feature Phones

This is a problem that's been driving me crazy for almost a year now, and thankfully it turns out that it's all my fault.

I have an Android "phone" that lives in airplane mode, and a feature phone that I occasionally use to receive calls and texts. Most of my outgoing calls happen either from my Android (via a an app called "GVoice Callback" over wifi to my feature phone) or from my computer (From the Google Voice webpage to the Gmail webpage). Most of my outgoing sms messages are sent from the Google Voice webpage, though many are also sent from my Android's Google Voice app. Very rarely do I send a text from my feature phone, but it happens.

For quite a while now, I would open up https://www.google.com/voice#phones and choose my feature phone, select "Receive text messages on this phone" and for a time it would send any texts received to my feature phone, on the off chance I was away from Wifi and needed to be contacted. After doing that, I would stop getting texts automatically sent to my Google Voice app on my Android. 

To make a longer story shorter: in the official Google Voice app for Android, you're required (for some reason) to set a number for the phone you're using the app on. If you--like me--don't actually have a number for your android and foolishly chose your feature phone's number, then you will have the same issue. It turns out that the phone-specific setting chosen on your Android is synced to the phone-specific settings on the Google Voice webpage. Checking the box labeled
"Receive text messages on this phone" on the webpage, sets the Android app (under Sync and notifications) to "Receive text messages ... Via the messaging app", which disables sms sync on the Google Voice app. 

To fix it, I simply told my Android app that it was my home phone's number. If you don't have a home phone (and really, why would you) then presumably any number that you don't want to receive text messages on will do the trick, be this your SIP number, an old Gizmo5 number, or really any number you can receive a voice call on once a month to verify with Google.

Thursday, March 21, 2013

Disable Password Manager in Firefox Mobile

Just purchased LastPass premium and installed the Firefox Mobile extension. After about 20 minutes of use I'm already glad to have it. The soft keyboard that comes with the LastPass app (separate from the Firefox extension) looks like it will be very useful in the future.

This post is about the Firefox extension, and more specifically the Firefox password manager. When you install LastPass in the desktop version of Firefox, it asks if you want to disable the built in Firefox password manager. The mobile extension does not ask this (as of this post, 2013-3-21).
To manually disable the Firefox password manager (in the mobile version, and presumably in the desktop version as well)
  1. Type in "about:config" in the address bar (without the quotation marks)
  2. Search for "signon.rememberSignons" (also without quotes)
  3. The default setting is "true". Click the "Toggle" button to switch it to default. 
This seems to do the trick. I only post this because a few minutes of Googling didn't find me the answer to this apparently uncommon question. I finally found the full list of about:config entries here: http://kb.mozillazine.org/About:config_entries

Here's to hoping I've saved someone else ten minutes.