Android :: Need To Develop Application Without A Data Plan

Feb 20, 2009

I just got my g1, I only need to develop an offline application, however, It wouldn't go further without signing into google account which requires a data plan. Please advise. thanks

Android :: Need to develop application without a data plan


Samsung EPIC 4G :: Data Roaming Included In Everything Data Plan

Sep 23, 2010

I thought that we were allowed 300 MB of data roaming without running into overages. I checked my bill today online and it said I use 981 KB out of 0 KB of data available while roaming, but it said I was charged $0.00 for this.

View 18 Replies View Related

Android :: Develop An Application Pluging / That Could Access Application Sqlite

Nov 15, 2010

I want to add a big feature to an application i am developping, but as this feature interest few people and is quite independant from the main part, I would like to put that in a seperate "plugin" application.Does anyone knows any design patterns, snippets, "reference" examples about such design?In particular that separate plugin application should be able to access some tables in the main application DB. Is it possible to do that without broadcast receiver? - the main application uses a TabActivity: is it possible that a the tabactivity instanciates an Intent Activity that is part of the plugin? - does the plugin can access main application preferences (not sure this would be necessary, but better to anticipate the question!) is it possible from the plugin to access main applications ressources?At least the 2 first points are mandatory for me.

View 4 Replies View Related

Android :: Do I Need A Data Plan?

Mar 30, 2010

I am hoping some one can help me with this one, when i am at home i use wi-fi with my hero so i assume when the mobile updates the weather ect it dose this through my wi-fi connection.When i go out dose the mobile still update?Sorry if this sounds a daft question but i do not have a data plan and am a little worried that my phone bill will be huge and the mrs will be non to pleased.Dose anyone no (a)how easy or not it is to replace the case on a htc hero and(b)wrere would be the best place to ge one from?

View 16 Replies View Related

Android :: How To Data Plan Check Out In 3G?

Dec 26, 2009

I have google voice. And the quality is excellent but im on a non data plan so I can't check it out in 3g. I live in a t-mobile edge zone so I want to know about the voice quality & reliability cause I'm planning on getting a nexus with a t-mobile data only plan. Will it be like a regular phone call or will I have poor quality?

View 4 Replies View Related

Android :: Nexus One With No Data Plan?

Mar 26, 2010

I've tried searching for an answer to this in the forums but I can't find someone who has already asked it.In any case I'm wondering whether its possible to use a Nexus One without a data plan. I have access to wifi pretty much everywhere I would use my device and thus a data plan really is not worthwhile for the cost.That being said I know that for other android devices, the very first time they're turned on, the user is required to connect to their Gmail account via data. Would I run into a similar situation with the Nexus One? Is it possible to use the device from the get go without any data? Do any of the primary apps(besides google maps obviously) absolutely require data to be used?

View 5 Replies View Related

Android :: T-Mobie G1 - MMS Without Data Plan

Jan 26, 2010

We bought a G1 off of a 3rd Party Carrier (brand new), and activated it via Wifi.Tmobile was able to recognize it when we put the sim card in.(the picture of the phone appeared when we went to account settings within the tmobile website).So basically, we have an unlimited text and messaging plan. and NO data plan.
The internet works fine on the phone when using wifi. However, we are having issues with picture messaging. We receive the text message + picture attached, however, the g1 will not let us download it. I have looked around and seen workarounds for this error.One method was to forward the text to an email and download it from there. However, we could not get this to work.SO my question is,What (if any), is the most up-to-date method to get MMS over Wifi without a data plan.

View 4 Replies View Related

Android :: Is GPS App Part Of Data Plan?

Apr 22, 2010

I'm looking at downloading a golf app that utilizes GPS location for my Droid Eris. I have Verison with the unlimited mobile web and email. Does the GPS service fall into that or is it something seperate? Couldn't find any answers at verisonwireless.com.

View 4 Replies View Related

Android :: Pda Net And Sprint's Unlimited Data Plan

Feb 5, 2010

I'm new to AF, but I've been lurking here for about 2 months. Did my homework and ended up buying the Samsung Moment and Samsung Exclaim for my girlfriend and I with a new Sprint contract. We're both thoroughly pleased with our phones and our plan.But I do have a question that I haven't seen addressed here. I jumped through all the hoops and was finally able to install PdaNet 2.17 on both my computer and phone. I tested it a little after getting it connected and was pretty well pleased with the performance of both the phone and the software. However, I will not be tethering my phone again until I can find out whether or not Sprint will bill me for it.As far as what I can tell from online sources the data plan truly is unlimited and Sprint cannot tell for a fact if my phone is tethered or not, although the bandwidth usage will be significantly higher during tethering sessions. BUT, a friend of mine informed me that Sprint knows when you're tethering and will charge you as if it is a separate line or however they can. All I heard was that it would cost me.I'm sorry for the long post, but I included the details for clarity's sake and as an insight into the kind of posts the AF community can expect from it's friendly neighborhood HampMan. Any input to the subject matter will be greatly appreciated and I thank you all in advance.

View 7 Replies View Related

Android :: How To Use Carrier Without Automatic Data Plan?

Aug 22, 2010

I'm thinking of buying an unlocked android phone and using it without a data plan, I can live with wi-fi only. But with which carriers am I able to use my android without automatically being charged for a data plan, unlike AT&T?

View 6 Replies View Related

Android :: Dealing With Very Limited Data Plan

Nov 16, 2010

I'm new to Android platform but not new to software development. We want (in our company) to create Android software to compliment our truck management software. Basically, it will do couple very specific tasks.

a. Send GPS updates to server.
b. Receive trip information.
c. Send pickup/delivery confirmation to server.

After evaluating i.e. platform and Windows phone 7 platform we came to conclusion that only Android has multitasking that works for us. So, Android it is but I have some specific questions.

1. Data plan we want to use will be very limited. Probably 5M/mo and no voice/text. I figured 5x1024x1024 = 5242280 bytes will give me 1k per transmission every 15 minutes (3000 transmissions per mo). It will leave 2M for other stuff that will happens every couple of days. Does my math look OK or there is lot of "waste" traffic? Our server going to be XML SOAP and messages sent will be just Lon/Lat in XML package. 1K will be OK? If I just calculate bytes it will be even less but I wonder if there is "minimum" packet size, etc. Any insight on this data limitation appreciated.

2. Because of #1 we need to "lock" device somehow so there is no other software that uses network. Possible? If so, what do I need to look for? I found already created app - firewall and it says phone has to be rooted for that.

3. Receiving trip information. What's the best way to accomplish that given my situation? Should I run some kind of listener? Will my phone have IP address or something? Or should I get small text plan and use that for this specific functionality? Can I receive text message in my own application?

So, as you see we trying to shrink $80/mo service to $15/mo service that will do big savings to our company but not sure if it's all possible with constraints we have. Also, we may just give discounts to drivers who have Android phone and will install our app but we don't count on that.

View 2 Replies View Related

Android :: Data Plan Required For Foreign Phones Used In US?

Mar 30, 2010

I searched here and on google and did not find a definite answer.
I'm looking for a way to circumvent AT&T's forced data plans (there's wifi EVERYWHERE!!). As far as I know, AT&T towers can read the IMEI number of the phone you are using. That tells them what phone it is, where you got it, and what version it is. So when AT&T sees that you have your sim card in a smartphone, they send you a text saying, "we slapped a data plan onto your account". However, I think that maybe AT&T can only enforce the data plans on phones sold in the US.
My dad got a Nokia N85 (this is a smartphone, right?) from China and has been using it for at least two year now and he's not getting a forced add-on data plan. It could be because he was using the phone without a data plan before the smartphone+data combo that he's not being charged. We just renewed our contract, but my dad did not get a text about adding data charges, or AT&T will charge him without notification at the end of the month.
Does anyone else have a foreign smartphone in the US on AT&T? Any data charges?

View 4 Replies View Related

Android :: 3G Wireless Providers Have Cheapest Data Plan / Which One?

Jan 1, 2010

Which 3G wireless providers have the cheapest data plan?

View 2 Replies View Related

HTC EVO 4G :: EVO 4G Data Only Plan?

May 1, 2010

I'm currently an iphone 3gs user and i've been hearing more and more about the evo that makes me love it. i'm an avid google user and i don't like how apple neuters their phone to google, or just about anything else to be honest. i've had to jailbreak just to get functionality that should come standard. I like that android obviously caters to google products and a small amount of research shows me that i can do everything i want with a droid device that i currently do with an iphone. on to my question...i could justify switching out of my current contract, but only on a monthly plan. my thought process is i could use a 4g device with google voip for calls. do you think sprint would sell data only plans to the phone?

View 4 Replies View Related

HTC EVO 4G :: Can Get EVO Without A Data Plan

Jun 4, 2010

I don't want a data plan. I waited in line at the Sprint store for an hour and a half this morning before being told that i must have a data plan to buy the phone, and there are no current plans to sell it unlocked. I have wireless 95% of where I go. Dataplans cost more than all of my utilities combined. I cannot believe these criminals won't let me buy an unsubsidized EVO and use it as a normal phone.

View 36 Replies View Related

Android :: Develop An Application Without Having Device?

May 5, 2010

Any software simulator that can help to develop Android app without actual phone?

View 5 Replies View Related

Android :: Develop GWT Application In Droid?

Feb 17, 2009

How to develop a Gwt applications in Android?

View 2 Replies View Related

Develop Android Application And Use Google Map?

Jun 1, 2014

I need to develop an android application and I want to know if it is possible to use google map inside a building for example a university for directing a student for a specific office.

View 1 Replies View Related

Android :: Sync With Igoogle Using Phones Wifi Instead Of Data Plan

Oct 20, 2010

android noob question- will android sync with igoogle using a phones wifi instead of a data plan.i dont want a data plan

View 3 Replies View Related

HTC Incredible :: Data Plan

Apr 19, 2010

currently have the lg voyager with $10 vcast and $15 internet data plan. ordered the incredible from best buy and will be activating from home. do i have to call up and cancel these both before activating my incredible and will the data plan be automatically implemented since its required? im guessing its to much to ask to just cancel the vcast and see if the internet charge carries over at $15 instead of $30. either way it will be worth it to get rid of this brick of a phone.

View 3 Replies View Related

HTC EVO 4G :: What Data Plan To Choose?

May 5, 2010

I'm jumping off the Verizon boat and will be joining sprint next month with the release of this phone. What data plan will everybody be choosing when they get it? If you're going for an unlocked phone w/o data plan, why?

View 25 Replies View Related

Android :: 1.5 Version - Develop Bluetooth Application

May 3, 2009

Can someone explain the current situation with bluetooth from a developer point? I take it the latest 1.5 version still does not have development of bluetooth apps? If not, when is this going to happen? It's been in J2ME for years! I saw some post about it being available via compiling the framework, what does this mean? Does this mean an app can be done that uses bluetooth or is this just for developemt only? I am only just starting to look at Android, so totally new to this. However, if I can't do bluetooth SPP connections then it's no use to me for what I want, so I'll not bother for now.

View 11 Replies View Related

Android :: Want To Add My Sensor / To Reduce Develop My Application

Jul 9, 2009

I know the Android SDK provides many Sensor class to use to get data or do something. I already verified my driver of sensor to get data successfully under linux kernel-2.6.29 I use I2C protocol to communication with my device, so I put sensor code under drivers/i2c/chips NOW I want to add my sensor into Android and I hope to link Android Sensor class with my device to reduce develop my application. How to do for this goal? Could I need to modify application framework or Libraries or another driver type for new device? I big your help

View 3 Replies View Related

Android :: Should I Use Jade Droide To Develop Application?

Jul 16, 2009

I am building a social networking application for ADC-II. This needs peer-to-peer communications.Since GTalk service is not there any more (hoping some variant will be back in future), I have one easy option to use JADE.

But JADE requires a running JADE platform to function properly. And definitely this is a drawback if I use JADE.

View 4 Replies View Related

Android :: How To Develop A Tiny Background Application With No UI

Jun 21, 2009

I am asking about the development of an Android application that must work in backgroup (so no user interface).

Usually my application extend to the activity class that manage all the application process.

Maybe i can avoid any setContentView() that won't display anything but i don't want any icon .

View 2 Replies View Related

Android :: Different Ways To Develop Application In Droid?

Apr 19, 2010

How many ways we can develop application for Android platform.The only one way that i know is through Java.Somewhere i read that other than Java like Python , Rails and Native C are also used to develop android application.Please help me if anybody knows it, in terms of how these languages are used to create application with any tutorials ,documents or books.

View 2 Replies View Related

Android : Develop Application For Both 320x480 And 480x854?

Nov 22, 2010

I to implement my same application for both 320x480 and 480x854 resolutions. For this purpose i copied my images in hdpi and mdpi drawable folders but still it is not working with480x854 resolution. What i must do other than this to solve my problem?

View 3 Replies View Related

Samsung I7500 :: Buying A Normal Voice / Data Vs Android Plan?

Sep 8, 2009

With all this talk about people buying the i7500 from Germany; I was wondering if T-mobile has any rules/detection against us using an android phone bought from outside, on the network using a normal voice+data plan like the $30+$10 plan. Because given the price difference of a 2 yr contract a new phone would in theory need to be over $560 before it is no longer worth buying outside. So what is the incentive of getting a simlocked phone, that costs more, and be locked into a 2 yr contract? I guess this applies to some of the other smartphones as well.

View 9 Replies View Related

Samsung Behold 2 :: Use Without Data Plan

Aug 12, 2010

I got another phone and gave my wife the Behold 2 without data plan. I signed in using my SIM card, then put her SIM in and signed in. So we can dowload apps using wifi (or do I just THINK it's using wifi?) and she gets her gmail. But no apps access the web and can't browse the web.

View 3 Replies View Related

Samsung Fascinate :: Using SF Without A Data Plan

Oct 1, 2010

since launch day, Sept. 9. Just a heads up for anyone upgrading or opening up a new account to a smart phone. It's up to you, but you just might want to ask and confirm at the Point of Sale if you are indeed on the unlimited data plan.

Received an interesting text msg from Verizon. Turns out my balance is $494.90. Evidently, I've never had a data plan and I've been getting charged for every single Mb.

*611 and CS immediately recognized what happened. I was never put on a data plan at the POS. It's as simple and complicated as that. $340 in data charges. She put me on the $30 unlimited data and credited me the data charges minus the $30 I would've paid this billing cycle.

No big deal except the long wait time over the phone and for some reason it took her another five minutes to do whatever was needed to fix it. Also, it has to be "cleared" first because "of the size of the credit". She'll call me back Sunday(she's off Friday and Saturday... good for her) after 1pm to confirm and tell me it went through.

View 9 Replies View Related







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