Android :: Online Password Manager?

Sep 13, 2010

As no one replied to my previous post I decided to change the thread a little bit ....

Android :: Online password manager?


Android :: Want List Manager With Online Sync

Sep 14, 2010

I've been looking for some time a good list manager with online sync. I is supposed to be LIST manager (like collections or things to take on a trip) and not TO DO manager, so the notifications are not necessary. For to do's I have "Got to do" and it's great. What is important for me is so that this app would allow both online and offline browsing on my phone and computer, so that the files must be stored locally. What I mean by ONLINE is that it can be accessed via webpage WITHOUT ANY EXTERNAL application. CloudList is almost what I've been looking for BUT it does not support offline browsing. For the lack of better solution I was thinking about 3 bananas, but list structures in 3 bananas are very limited. Any other ideas?

View 8 Replies View Related

Android :: Looking For Best Password Manager App?

Nov 9, 2009

Any suggestions? Would like something that I can use both on my phone and on my computer that will sync together easily. I came across KeePass and SplashId. Anyone have any experience with either of these? Or any other option for that matter?

View 49 Replies View Related

General :: Streaming Video File Located In Online Password Protected Directory

Nov 27, 2012

Using MX Player. It worked best. All you have to do is have the username and password put in together into the URL after http, but before the URL of the video file. So lets say the directory is protected by the username FrancisFord and the password is Copola and the URL is URL...., you would enter this address when streaming from a URL:

URL.....Remember to remove the www from the URL and that the username comes first then the password seperated by a colon, followed by the @ symbol. URL....

So, I have video's uploaded to my personal site. I password protected the directory with .htaccess. The permissions of the videos are set to 777. If I surf to the directory of the video through the browser on my Galaxy S II, it asks for a username and password and then displays the files that are there. When I click on a file, it tells me that I cant play the video and thats with any video player I use. If I try to play the video in my browser itself by putting it into something like JW player, it also doesn't work. The only time it works is when I unprotect the directory. Then it streams it fine.

I am using A Samsung Galaxy SII (s2) or Epic 4G touch from Sprint. I have Cyanogen Mod 10, beta 2 with Jelly Bean on it. I use the built in browser and also Chrome. The video players I have tried using to no avail are:

Daroon Player
ES Media Player
MX Player
FPlayer
Rockplayer lite
Showtime Player panel
Stock Android Video player.

View 2 Replies View Related

Android :: Suppress Web View Password Manager Notice?

Jul 24, 2009

I have designed an app that logs into a web service by using a WebView instance. Each time the login form is submitted, the WebView asks whether the password should be stored now, later, or never (the typical dialog when logging in with the Android Browser). Is it possible to override this behaviour? I would like to suppress the notice, because the user data is handled by my app.

View 2 Replies View Related

HTC Desire :: Need Password Manager App?

Jul 4, 2010

Can anyone recommend a good password manager app for the HTC Desire? I'm looking for an app that will allow entry of custom fields, back-up/synch to somewhere securely, and can export the records to a non-encrypted format (in case i ever change phones).I've had a good look around the Market be can't see anything suitable.

View 1 Replies View Related

Sprint HTC Hero :: Need Password Manager To Show Usernames / Passwords

Feb 26, 2010

I know, there are already threads out there but I think my question is different...I am looking for a simple password manager just to show the usernames and passwords for about 30 frigging passwords for work...I downloaded KeePassDroid, but when you enter your stuff, it hides the passwords when you look them up...unless I am doing something wrong? I had a Blackberry before this (I'm never going back) and the password vault they had on theirs work t.It listed the usernames and passwords out in the open so you can get at them quickly. It was protected by a password to get into it, but then everything was open to plain view. Any suggestions?

View 10 Replies View Related

HTC Droid Eris :: Password Screen Locks And When Asks For User Name And Password It States Invalid User Name / Password

Mar 3, 2010

I have had this same problem happen twice to me on 2 different phones on 2 different Verizon accounts!

The password screen locks and when it asks for the user name and password it states invalid user name / password!

Is this a known problem since when I called and talked to both Verizon and HTC the only thing they could tell me was to do a hard reset and they weren't aware of this problem?

View 1 Replies View Related

General :: LG Optimus V - Set Boot Password Like BIOS Password On PCs?

May 1, 2012

I'm new to android but just used the guides at this forum to root my LG Optimus V. I was wondering if now that I have root there is a way to install a boot password similar to the one I have on my computer. Before it loads the operating system, the BIOS asks for a password. Is there any similar functionality for android?

Also, is this possible on other devices even if it is not on mine? It's one of my favorite laymen security measures.

View 2 Replies View Related

Android :: Evo Password Pattern Only Or Can Have # Password

Aug 8, 2010

evo password pattern only? or can i have a # password

View 1 Replies View Related

Android :: NFL Online Streaming

Oct 3, 2010

Real briefly I have a Samsung Moment phone thru Sprint and I am trying desperately to find a way to watch NFL games live. Does anyone know a way to do this because flash is not supported for android? With my pc I usually go to justintv, veetle.com, or atdhe to watch games for free however my pc is broke right now. I would greatly appreciate any help on this matter.PS I also would like to watch online straining of movies and such if anyone knows of an android app that I can use at veetle.com and such?

View 3 Replies View Related

Android :: Mybackup Pro / Not Enough Space Online?

Nov 15, 2010

Went to back up all my apps, but there is not enough space online. Not sure I want to pay for more space.

So what are people doing? Backing up to SD card, removing SD card, and placing it in a safe place should their phone get lost/stolen?

View 9 Replies View Related

Android :: Streaming Online Radio

May 26, 2010

I'm trying to steam online radio stations using Radio Time and iHeartRadio at work on my Incredible and it seems to cut out a lot or just lose the connection and then i have to reconnect and it works fine for a short while. Is this a common problem with online streaming and phones?? I'm wondering if it's a 3G issue or just the streaming.

View 2 Replies View Related

Android :: Online Multiplayer Game

May 21, 2010

I am getting started in android development and I really want to create some form of online game. My goal is to start out with a turn- based game and move onto advanced multiplayer games. I want to have users associated with their google account, provide some sort of matchmaking to pair people together, have their stats stored in a database, and use the stats for various leaderboards and such. I have read over an older discussion on this list at http://www.mail-archive.com/android-developers@googlegroups.com/msg75... . There was a lot of good information that I gathered but I still have some questions. What I have so far is an apache web server on a laptop that I don't need right now (2.0Ghz Core 2, 3GB Ram).

I have never really used Java (although I'm learning it for android), but I know C/C++, Perl, and Python. I am in the process of learning mysql databases, which will help with a lot of the stats features I want to implement. I have built a HTTP/1.1 persistent server in C before which did JSON parsing and used a threadpool so I am somewhat familiar with the low-level network calls needed. However, I'm thinking that a free server software must exist that would offer more security and better load-balancing than the server I created. One solution I am thinking is to just use the Apache web server, have android make a request to a perl module I create on the server, and then have the server look it up on a database and so forth. Then the server will just keep sending back the player locations or whatever. Will the Apache web server slow me down for what I am trying to do or I am looking at everything the wrong way? Are there some settings in Apache that I could tweak to give me better latency such as persistent connections?

View 2 Replies View Related

Android :: How To Get Phone Online Manual?

Aug 28, 2009

There is online manual on the developer.android.com. Is there any offline document about this manual? CHM,PDF,HTML are all ok.

View 2 Replies View Related

Android : Compile Codes Online?

Nov 22, 2010

I just want to know is there any way to compile and run my android application codes online, without installing the SDK on the computer?

View 3 Replies View Related

General :: How To Use Online Database On Android App

Apr 12, 2012

i'm developing an android application, and i need to use a online database to insert and view some data.

What can i use? There are some online database host that support the REST service that i can use? or another way to do it?

View 1 Replies View Related

Android :: Chess Walk - Online And Offline

Nov 2, 2009

I created a chess game for Android - Chess Walk, it's on Market for free under title "Chess Walk (BETA)". It has online mode (you can play on Free Internet Chess Server) and offline mode. The built-in chess engine is not very good, I'll probably focus now on improving its strength and style of play.

View 6 Replies View Related

Android :: Unable To Buy Screen Protector Online

Jul 2, 2010

i just bought a motarola milestone but i cant find any screen protectors anywhere and im unable to buy them online one of the stores told me that i didnt need one cuz milestones ues "gorilla glass" and my screen wont get trashed over every day use.is this true any milestone/droid users out there keep there phone naked?

View 9 Replies View Related

HTC EVO 4G :: Need To Register Online And Setup Android Account?

Jun 4, 2010

Do I need to go to any sites like for Google or Android and setup any user names or accounts before I get the phone later?

View 4 Replies View Related

Android :: Installing Apps From Online Market?

Nov 4, 2008

I want to throw onto my G1 from this site (snow rally) Sooo... I download it to my computer from the site, plug my phone into my computer, copy the file to my phone.... (does it matter what folder I put it in?) but where do I go from here? How can I access the file once its on my phone to install it?

View 4 Replies View Related

Android :: Mediaplayer Online Streaming Formats

Sep 22, 2010

I am trying to create a small application for streaming radio broadcast that is in video/x-ms-asf format. the url has a .asx extension at the end. I have come to know that Android does not support this format currently, what other format for streaming broadcasts does it support so I can request that from the radio?

View 2 Replies View Related

Android :: Sirius / XM Online Media Player App

Nov 19, 2009

Just as the title indicates....

What about an app that works like the online media player for Sirius/XM online listeners?

View 49 Replies View Related

Android :: AIl Poker Game That Do Not Require To Be Online?

Feb 15, 2010

I was wondering if there are any poker (texas holdem hopefully) games out there that do not require you to be online and are not just heads up?

I want to have a game that I can play against various AI players offline. Mainly for traveling to work I use the underground tube a fair bit so no reception.

View 3 Replies View Related

Android :: Get Online Data And Store It In Droid?

Sep 30, 2010

I'm getting hung up on how to handle the data for an app I'm designing. I want to pull a list of items from the net. The data is updated routinely, and I think it would be good to store all the data on the device so the app can load quickly and refresh the data in a background thread rather than have to wait for the network on every start-up.

I think I should make the data available in an XML and have a thread parse and save into a SQLite DB, but I'm not sure if that's the "best practice." Are there other ways that people go about handling this?

View 2 Replies View Related

Android :: WebView Using Offline And Online Files For Page

Aug 25, 2010

I need to make a WebView show some web pages where some parts are offline (on the SD card) and some are online (retrieved via http). For instance, som pictures or javascript files may be local on the sd card, and some may be online. Target is Android 1.6, and I have full control over the server, and the files on the server.

View 1 Replies View Related

Android :: EVO People / Contacts - No Facebook Online Directory

Jul 22, 2010

I've seen quite a bit on this...but no resolution. My EVO is fine regarding the following...but my wife's is not: When I go to People (Contacts), hit the Globe icon for Online directories, then hit the Facebook icon (Facebook for HTC EVO) ...it is empty (You don't have any friends). Connected to that problem is the real issue: no Facebook link option for individual contacts (can't use FB photo or "View Facebook Profile" for that contact.

I've tried many of the suggested fixes...including removing and adding the FB program, removing and adding the contacts from SD card, rebooting the device. Also have been into "Accounts & Sync" and have configured everything imaginable with the FB account under "Manage Accounts".

View 2 Replies View Related

Android :: Need Shoutcast / Online Radio App With Random Station?

May 21, 2010

I'm new here (obviously) Was wondering if anyone knew of an online radio app with the ability to play random radio stations (at startup etc). The reason is I'm trying to create the ultimate wakeup alarm experience (i.e not having to hear the same song every morning). Using HTC Desire / Android 2.1 if you felt like knowing.

View 1 Replies View Related

Android :: Watch Dorid Apps Videos Online?

Jul 16, 2009

Is there anywhere I can watch videos of android apps on line ??
Cyrket doesn't even have screen shots!?!

There are loads you tube videos for the iphone apps... but i can't find anything on android apps.. every app i search in you tube isn't there..and in most cases not even a screen shot of the app... why?

View 2 Replies View Related

Android :: Play Online Poker / Need To Get A Flash Player?

Jul 23, 2010

I would really like to play on Stars,Bodog,full tilt ect(not face book).Is there any way I can get a flash player with my Moment?or what do i need to do to be able to get a flash player.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved