Android :: Getting Around Port 25 Blocking Ideas?

Dec 30, 2009

I'm trying to use the Mail client on my Hero to send emails, but it seems that Three is blocking port 25. I've asked my hosting company if they can allow me to use port 587, but in the meantime, does anybody know of how else I can send email from my Hero?

Android :: Getting around Port 25 Blocking Ideas?


Android :: Listening On TCP Port / Kill A Blocking Thread?

Jan 28, 2010

I have a thread listening on a TCP port. When there's nothing coming in on that port, the thread blocks. This is fine, and the behaviour I want, but how do I kill said thread while it's blocking?

View 5 Replies View Related

Android :: Ideas For Securty Project

Sep 18, 2010

I am a student taking a course in Network security.As a part of my coursework I need to do a project on the security side of Android like developing a simple application which involves basic security concepts.I searched for different ideas which I can implement on Android within a span of 2-3 weeks.I found ideas such as secure sms or mobile antivirus or mobile finder.I am a beginner with the Android development and thus I might require more time to develop these apps(Maybe a month)Can anyone please suggest some ideas for simple security apps which I can develop within 2-3 weeks?

View 1 Replies View Related

Android :: Ideas With Icons & Customization

Dec 14, 2009

I really like having a clean homescreen and I don't really like having to navigate far for my most used apps.On my main screen I have the Beautiful Widgets Flip clock and weather widget, the one that takes up two rows.And as I said, I like things clean, so I'd like to be able to see my background so I don't want to clutter the space with icons.So what would be the best way to make, clear, or near transparent icons for my apps? I thought about Better Cut, but still I need the actual pictures of my apps to like photoshop them. Any ideas on how to come up with them?Is there anything I can find on my phone or get the icons off my phone?

View 3 Replies View Related

Android :: Automotive Related Project Ideas

Oct 8, 2010

Can any one help me by providing some innovative automobile(car) related projects.

View 6 Replies View Related

Android :: Creative Ideas For Stopping Email Spam?

Oct 19, 2010

I'm trying to help someone who'd like a way to stop email spam from reaching his Android phone. I understand this is usually best done from the email server side of things, but this is where we are right now. This is regarding his work email, and I've suggested that he have gmail fetch it for him so they can filter it (does this work for fetching? I know it works great for emails sent directly to gmail), alas, he says he only has an imap server and no Pop3 server for gmail to fetch. I looked in the market and found only one not terribly highly rated app for filtering email spam on Android phones. If you've tried that email filtering app, it worked?

View 11 Replies View Related

Android :: Ideas Of Apps That Helpful In Daily Life / Achieve Society?

Oct 12, 2010

I am preparing to program an useful application, I would like to collect your ideas.

Any new ideas of apps that helpful in daily life, even achieve the society?

View 1 Replies View Related

Games :: Touchscreen Input Ideas

Jan 26, 2010

This is my first post and an aspiring programmer (I guess you can call me that) I want to know what type of input would be the best for a 2d game using only the touchscreen? I want to know from a gamer's point of view. I want to know if the buttons mapped on the screen is more user friendly or that "Point and click" type of input like what you would do with a mouse but touching instead? Or something dramatic with the multi touch that some devices have, but that limits the audience to a couple devices.People may argue an all touch screen input is a terrible Idea, but look at all the Android devices, most if not all have touchscreen and some ONLY have touch screen. So I would like to reach the majority of the audience.

View 4 Replies View Related

Motorola Droid :: Case Ideas Besidies Seidio?

Apr 14, 2010

So far I have been quite unhappy with my Seidio Innocase for my droid. I have the Sapphire blue case, but have gone through about 5 of them through RMA's. My top half of the case always seems to progresively get looser and looser has time goes on. They have shipped me brand new cases that are supposed to fit better then the old ones. They always start off nice and tight, but slowly get looser and looser. Anyone else having trouble with this? Im tempted now to completely return it all together because RMA's are a real pain.So anyone have any suggestions for a different case that they love for their phone? I have tried the plastic hard shells from Verizon but those were terrible, other then that I am open to suggestions.

View 16 Replies View Related

Android :: Need Blocking Application

Nov 28, 2009

Is there any way to block an app so that cannot be launched?

View 7 Replies View Related

Android :: UI Blocking On Intent Service?

Sep 14, 2010

I'm launching an IntentService using startActivity from inside the onClickListener of a button. startActivity returns immediately. No blocking there. But the button stays "pressed" until the IntentService finishes its work. In addition, the screen does not respond to rotation while the IntentService thread is running. I can see that it's a separate thread in the debugger but the UI seems to be coupled to it. As soon as the IntentService thread finishes, the UI is unblocked. Any idea how I can prevent this and let the UI continue?

View 2 Replies View Related

Android :: Need Application For Blocking Calls?

Jun 8, 2010

Need a program to block calls. Telemarketers, debt collectors, annoying ex's etc. Anything like that for the Android? The send to voice mail feature causes them to just leave me voice mail.

View 4 Replies View Related

Android :: Need A Call Blocking Application?

Apr 6, 2010

I am developing a call blocking application for android. What I've achieved so far is that my application gets informed whenever there is some incoming call. Now i want my application to handle the incoming call instead of default android application. So for this, i am trying to kill the android phone process. Please tell me can i do so. If not, then how can i reject the incoming call.

View 4 Replies View Related

Android :: Blocking Intents From Launching?

Apr 6, 2010

On the market, there's an application called App Protector, which seems to effectively block the launching of configured activities until a password is correctly provided. By default, it blocks access to itself (not very interesting), Settings, and a few others. I wrote my own app to launch settings (rather than doing so through the home screen) and App Protector continued to do the job it claims to do.
When an activity that is protected is started, App Protector's password input activity is shown instead. Once the correct password is provided, the activity that was started comes to the front.
First -- does anyone know how this app is able to get between the rest of the system and the activities it protects? I would like to do something along these lines in my own application as well. Perhaps this app is receiving a broadcast about other activities coming to the foreground, and when the foreground activity is protected, it forces itself to the foreground?
Second -- does anyone know how well this technique will stand up to attack? Are there other ways to circumvent, where start Activity(...) fails to? It seems that one could use adb to un install it, thus removing its protection easily, but if I pursue my plans here, the app will be a part of a device's firmware (which, I assume, offers some protection against its apps being installed?)

View 2 Replies View Related

Android :: API For Intercepting And Blocking A Call?

Oct 6, 2009

Is there a API for intercepting and blocking a call? What I want to do is to create app that autometically detect incoming call and based on the caller it either alert the user or don's alert the user. Like, if the number is stored in the phone book then alert the user other wise just send a message to the caller that the person is busy.

View 3 Replies View Related

Android :: OnClick Seems To Be Blocking OnFling

Nov 23, 2010

I have an Activity that implements a Gesture Detector to catch the user fling input for navigation to other screens. That was working fine - but - I recently updated a class that derives from my BaseActivity to add an onClick function and now that click event seems to block the onFling from being hit. The onClick is tied to a TextView area (in a LinearLayout) I have on my screen. The resultsClick method is wired to the TextView using its onClick property in the XML layout.

I've tried changing the return values in onSingleTapUp and onDown without luck. I've also tried adding log statements to all the functions below as well. None of them fire when I fling in the TextView area but they do on other areas of the screen.

Maybe I am using the wrong search terms, but I couldn't seem to find an example that addressed this - yet I'm sure this problem has been solved before.

CODE:.........................

View 2 Replies View Related

Android :: Need A Call-Blocking Application For Motorola?

Mar 18, 2010

I have someone who's calls I wish to block. No I don't want to forward him to voice mail (even though I already have). I want the phone's caller ID to recognize the caller and simply bloc the call (I don't want the phone to ring and I don't want it to accept any voice mails from this guy). I know google voice has this feature, but I don't want to activate the single number version of GV (I'm not ready to have only one number. I read a similar thread that was posted here some time ago, but there were no definitive answers on it: http://androidforums.com/support/6077-caller-id-based-blocking-call-forwarding.html. I was wondering if anyone was aware of any apps that could be used to block a specific incoming number, which could be installed without having to root the phone.

View 20 Replies View Related

Android :: Message Blocking From Preselected Numbers?

Jun 22, 2010

I would like not to read the messages from some preselected numbers. Some person is annoying me (as it always happens in life), and I dislike receiving stupid and incongruous messages from that person. How could I achieve this? I found apps for blocking calls, mostly for WM, but I here look a tool for my Android, and, moreover, for messages. (A call blocker would be nice too, though, but I did not find one, even by looking in older posts in this forum.

View 6 Replies View Related

General :: Lost Android In Blocking Accounts On It

Sep 19, 2012

I lost my android mobile HTC Wildfire A3333 running CM7.2,I want to block access of my Google account, Facebook account, Whatsapp on the mobile from misusing.

View 3 Replies View Related

Android :: Cursor Move To First / Blocking UI Until Operation Completed?

Jul 20, 2010

I have a background thread which queries for 1000 records at a time. After querying , when i call cursor.move To First(), the UI gets blocked until the operation is completed.This is very disturbing experience for user , especially if there are 10000 plus records.I use Thread.sleep in between after each 1000 records, As soon as cursor.move To First is called, UI blocks for 2 3 seconds. Am i missing anything here ?

View 9 Replies View Related

Android :: Intercepting - Blocking All Hardware Buttons From Working

Oct 20, 2010

I'd love to prevent hardware buttons from working while user runs my app. Perfectly all of them, but any number would help :) I am not sure it's doable but maybe I miss something, hence my question. For those wondering - "why?" - we got an app that does full screen colorful animation and users often run it and hand the phone to their babies as they can stare at it for hours :) but the problem is, kids accidentally press hardware buttons (usually camera trigger, but also Home or Search - depending on the device model). I'd love to add the option to block all keys beside one which can hardly be pressed accidentally.

View 2 Replies View Related

Android :: Does Call Blocking App - Time Filters Exist?

Apr 3, 2010

Have been wondering whether there is an app out on the market that blocks phone calls at certain periods of time throughout the day! Such as at night time, I get obnoxious calls that wake me up! Or while I'm in class... Is there such an app that blocks phone calls from like 12AM to 7AM. I've been googling like crazy and I can only find apps that block certain phone numbers.

View 5 Replies View Related

Android :: Time Filter Call Blocking App Exist?

Apr 3, 2010

I'm new here and have been wondering whether there is an app out on the market that blocks phone calls at certain periods of time throughout the day! Such as at night time, I get obnoxious calls that wake me up! Or while I'm in class... Is there such an app that blocks phone calls from like 12AM to 7AM. I've been googling like crazy and I can only find apps that block certain phone numbers.

View 7 Replies View Related

Android :: Blocking UIThread Till The .mp3 File Completed In The B/g

May 4, 2009

Is there anyway to block the UI Thread till the .mp3 file completes (or in general blocking UI thread till perticular action in the b/g thread completes).

I had used following code but not got the expected result.

COD:.................

View 3 Replies View Related

Sony Ericsson Xperia X10 :: SE Blocking Applications On Android Market

Aug 9, 2010

Why can't I see all apps on Android Market like Yahoo! Mail client. Works on other phones but not X10?

View 3 Replies View Related

Android :: Blocking On Socket Read Operation While In Sleep Mode

Dec 28, 2009

I have code that runs in the background and holds a connected Socket and it's InputStream.It calls read() infinitely until something is received, then continues to parse.Socket timeout is 0 of course.I am interested in what would happen when the device goes to sleep?Is the CPU off? Will this socket be responsive in this case?

View 2 Replies View Related

General :: Best App Blocking Ads?

Jul 14, 2013

Quick and to the point.Which app is best and why?

-Ad Block Plus
-Adfree
-Ad Away

I don't like Ad Block because this app isn't works in background as service, icon must be all time in notification bar.Adfree is ugly. Ad Away is looks good. What is the truth in practice?

View 1 Replies View Related

Samsung Moment : Android Market Blocking Items For Certian Phones

Dec 9, 2009

I hope its not just me. But there has to be an update for google maps by now.We are at 3.1.2 i think.When i search for google maps in the market, i get everything but google maps.I was trying to get infinity web browser as well, and this never shows up for me. But it is in the market.Just as Google's website says that google maps is on the market, and they dont offer a download.So, is sprint/Samsung blocking stuff in the market? do we have our own special market or something? I'm not seeing to many apps that say "must have root access" either.

View 5 Replies View Related

General :: Blocking Ads That Pop Up In Apps?

Feb 21, 2014

Is there any way of blocking the ads that pop up in a lot of aps??

GT-I9300

View 2 Replies View Related

Motorola Droid :: Rooted / Blocking OTA 2.1?

Apr 10, 2010

I just got done downgrading to 2.0.1 via sbf, then upgraded to a rooted 2.1-update1. Upon completion and rebooting, I received notification to upgrade to 2.1 from VZW. WTF? I'm already 2.1. how do I stop this from popping up again?

View 1 Replies View Related







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