Android :: Write An App To Block Specific Webisites On Droid?

Oct 3, 2010

I'm considering writing an internet filter app for Android which would allow parents to block objectionable web sites on their children's phones. I'm assuming this would also be useful on GoogleTV when it comes out. How would I even start? Is it possible to block access to specific sites without requiring the user to root their phone?

I'm guessing I could do it with iptables, but that would probably require a rooted phone.

Edit:

If the phone was rooted, how would one go about doing this? Are ip tables the way to go or is there a better way?

Android :: Write an app to block specific webisites on droid?


Motorola Droid X :: Block Unwanted Text Messages From Specific Numbers?

Oct 31, 2010

Is there a way to block text messages from specific numbers? I don't want to receive the message at all.

View 1 Replies View Related

Android : Manifest Code To Block Specific Carrier?

Jan 19, 2010

I would like to block either:

The entire cellphone carrier Sprint The specific phones Sprint Hero and Sprint Moment

Is there a way to do this in the manifest file or any other code related means?

I want to block the Sprint Hero for the widget bug and the Moment for handling contacts incorrectly. A huge fail on the part of Sprint.

View 1 Replies View Related

Samsung EPIC 4G :: Does Sprint Block Calls From Specific Numbers?

Aug 4, 2010

I am thinking of getting the Epic. But does sprint let you block calls from specific numbers? This is very important to have. If Sprint doesn't, which of the other galaxy S providers allow blocking?

View 7 Replies View Related

General :: Block Individual Apps On Specific WiFi Network

Apr 26, 2014

I'm looking for a way to block internet access for individual apps on my Home & Work wifi networks only, but not on other wifi networks and 3G... I'm on 4.4.2 KK and usuing AppOps + Android fiewall, but non of these apps do what I need... Android fiewall for example allows blocking app from Wifi and no matter where...

View 2 Replies View Related

HTC Incredible :: Change Email Notification To Specific Sound / Select A Specific Ring For Mms?

May 31, 2010

Just picked up my incredible, and I have two questions....

1. how do i change the email notification to a specific sound? As of rite now, when i receive an email nothing happens (no sound or vibrate).

2. How do I select a specific ring for mms. I know how to select sms, but I cant figure out how to change the mms.

View 3 Replies View Related

General :: Disable Specific App Permission For Specific Or All Apps

Mar 12, 2014

I have had androids for over two years now and am getting more and more concerned every time I download an app and seeing that it wants to READ my SMS message and Contacts.

Is there a way I can disable reading of SMS messages or any one of the other permissions by specific apps, or all apps?

Are we living in a world where any "joe schmo" can upload an app the to the app store and wait for those inadvertent downloads and collect all your personal information, and that's after all the time we spend protecting our identity and personal details?

View 2 Replies View Related

Android :: How To Block Incoming Call In Droid?

Mar 10, 2010

I want to develop one call control application on android. As we know android sdk does not provide any API which block incoming call due to security reason. Is there any possibility to block incoming call using android open source api;s?

View 6 Replies View Related

Android :: How To Block Incoming Traffic With Droid App?

Jul 14, 2010

Is it posible that Android would allow an app to block a phone call, email and or SMS from coming through to the device? e.g. User opens app and sets it to block all incoming info for 2 hours. App blocks all email, SMS and calls for 2 hours.

View 1 Replies View Related

Android : Pad Block Corrupted During Decryption(droid)

Sep 20, 2010

I'm encrypting a file in java and send the encrypted file and private key to android device. But while decrypting the file in Android, it gives pad block corrupted error.
By the way, same decryption code works on PC

Here is the encryption:code...

View 1 Replies View Related

Android :: Want Block Service Like Network Of 3rd Party App In Droid?

Oct 29, 2010

I want to block access to any service like Network for particular 3rd party application.

For e.g. Email app, I want to block network usage form my application.
or any game or app using network for advertisement, I want to block access to network for that app

so how can i get permission list and block permission from my application?

eg i want to change permission of app A by app B.

View 1 Replies View Related

Android :: How To Write App In C / C++ For Droid?

Jun 16, 2009

I'm trying to develop/port a game to Android, but it's in C, and Android supports Java, but I'm sure there must be a way to get a C app on there, anyone knows of a good tutorial on the subject?

View 16 Replies View Related

Android :: Way To Write Droid App In PHP?

Sep 12, 2009

Is there anyway to write android applications in PHP? This page clearly mentions that Android apps should be written in Java. Just wondering if there is another way. http://developer.android.com/guide/topics/fundamentals.html.

View 4 Replies View Related

Android :: Can Write Youtube Api On Droid?

Jan 6, 2010

I use the youtube api and other libs such as gdata_client... http://code.google.com/intl/zh-TW/apis/youtube/getting_started.html but I always get the verify error: so I want to confirm whether Android can integrate gdata and youtube api(lib)? or is there have mailing list for "gdata" that I can serach for problems?

View 6 Replies View Related

Android :: How To Write Droid UI By C Language?

Apr 23, 2009

Though there is a library written by a c language, I cannot call it from UI side because it is not a JNI library.

View 2 Replies View Related

Android :: Way To Write Outputs To Log In Droid?

Mar 2, 2010

I want to write some debugging output to the log to review it with logcat. If I write something to System.out this is already displayed in logcat. What is the clean way to write to the log and add levels and tags to my output?

View 2 Replies View Related

Android :: How To Write A Library To Be Used On Droid?

Sep 22, 2010

I've already written a game engine in java using eclipse and opengl es, I had one project (an android project) which contained both of my packages com.logic.engine com.logic.testapp I wanted a way to keep my engine and test app seperate, I've made an earlier post about how this is done, and I figured out how to reference one project in the build path of another (or just creating a jar file). My problem is that, lets say I now have my engine all wrapped up in an android project com.logic.engine, and now someone would like to use this engine to create a game, so they create an android project com.someclient.game, well now because we have one android project referencing another, it crashes everytime. Now obviously i need the android sdk in my engine package in order to reference things, but its also required on the client app, since the activity is what is actually being run by android. I guess my question is, how can i create a project for my game engine without it being an android project, but still referencing the android sdk, and without causing it to crash the client app using it?

View 2 Replies View Related

Android :: Implement A Secure Application To Block Internet On Droid In Roaming?

Apr 23, 2010

I need to develop an application that will check whether the phone is in roaming. If it's in roaming then the application should block internet for all applications except several from white list. In non-roaming mode it should allow all requests. There should be no way for user to kill or suspend the application or turn internet on.
I'm not familiar with android much so I really don't know whether it possible to implement without modification of OS. Is there any way to do this?

View 2 Replies View Related

Motorola Droid :: Old Ad Block App

Jan 27, 2010

When I used to have a G1 I remember having an app that automatically updated the hosts file to block ads. I can't find it anywhere, does anyone remember the app?

View 2 Replies View Related

Android :: How To Write Apps For Droid In C Code?

Nov 24, 2010

We all know that Android runs Dalvik VM programs. Normally developers write programs in Java and they compile it to Dalvik bytecode. I wonder if it would be possible to create a compiler that can take C# code and compile it into Dalvik bytecode.

View 1 Replies View Related

Android :: Droid Can't Write To A Text File?

Jul 24, 2010

My program contains a file with the name "size.text", which contains just a word "15". If a user choose a value from a spinner,say 17, then the chosen value should be stored in the file and replace "15". I have added the permission to the program <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission> But somehow i can not make the chosen value be written to the file. Here is my code...

View 1 Replies View Related

Android :: Way To Write .jpg/.png File To Gallery In Droid?

Jun 4, 2009

I've developed an Android App. that takes a picture and save it on gallery. The problem is that I don't know how to write a Bitmap/byte[] data which I get from taking pic. to the gallery in .jpg/.png format.

View 3 Replies View Related

Android :: Can't Write Character In Droid Strings.xml / Way To Do

Jun 16, 2010

I wrote the following in the strings.xml file:

<string name="game_settings_dragNDropMove_checkBox">Move by Drag&Drop</string>

I got the following error:

The reference to entity "Drop" must end with the ';' delimiter.

How can I write character & in the strings.xml?

View 2 Replies View Related

Android :: Can't Read / Write To Sdcard In Droid - Way To Do

Jul 9, 2010

When i try that code...

when run program both can't write /read occure

I have set permission to access sdcard what is the problem?

View 1 Replies View Related

Android :: Possible To Write Vertically In A Textview In Droid?

May 22, 2010

Lets say you have a normal textview, with "Stackoverflow" written in it, I would like to know if it it possible to rotate the textview about -90°, to have the S at the bottom and the W at the top of the screen?
of course, i could write my text in an image, rotate it and use it that way, but im interested in text right now.

View 1 Replies View Related

Android :: How To Read / Write Into Textfile In Droid

Sep 14, 2010

How to read and write strings in text file in android which is kept in raw folder and also how to clear contents of that file in android?

I have done this way and my "temp.txt" file is in /raw folder. But i am not getting any output in file. Also I am not getting any error for this...

View 2 Replies View Related

Motorola Droid X :: Block A Number

Oct 11, 2010

I keep getting these spam texts from this weird number and want to block it from contacting me.. how do I do this?

View 10 Replies View Related

Motorola Droid :: Block Ads In Browser

Nov 8, 2009

Anyone know how to block ads in the browser? It'd be nice if something would work. Also, what plugins are available for the browser so far?

View 8 Replies View Related

Motorola Droid : Way To Block A Caller / Sms / Mms

Jan 18, 2010

I know you can do it online, but that lapses in a few months, blacklist with Handcent just hides the message.
Is there a way in the OS to really block a caller/sms. I already have sent to VM but what I'd really like is a big go fuck yourself to be sent back to them.

Google Voice would work if it would actually control my other number and not just theirs.

Any ideas/suggests?

View 5 Replies View Related

Android :: How To Write Executing Python Scripts In Droid?

Aug 25, 2009

This link says that Android support Python, Lua and BeanShell Scripts, subsequently for Perl too. If it is so, is it possible for developers to write python scripts and call them in their standard Java based android applications?

View 2 Replies View Related







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