HTC EVO 4G :: Everything Data Share 1500
May 12, 2010This is the plan I'm under that my parents pay for. My sister and I want the evo phone so I guess we'll have to pay $10 each extra for it?
View 5 RepliesThis is the plan I'm under that my parents pay for. My sister and I want the evo phone so I guess we'll have to pay $10 each extra for it?
View 5 RepliesI wrote a JAVA application with native methods, and trigger encoding program in native methods. That makes two processes, one is application process, another is encoding process.I would like to know if there is a way to get encoded data from encoding program and pass them to JAVA application.
View 2 Replies View RelatedI want to share data between 2 applications. the idea is both applications can write and read the SAME data and there is no dependency which one of the apps is installed or first created the data. I have 2 version of the same app: regular and premium and I don't know which of them will be first installed and both of them can change it.I tried to use ContentProvider but the problem is that only the first app can create the Provider and when it is uninstalled it deletes that custom Provider. I want the Content to be kept for the second app. Also, I tried to use Settings.System which keeps the data regardless if the application is installed or not but I don't want to use the permission for that (it is very problematic from user perspective). BTW, it seems that I can change ANY of the Settings.System which is not secured from Android OS perspective - but this is a subject for other post.
View 14 Replies View Relatedhow should i use content provider without share app data between other app?
View 5 Replies View RelatedI have an app that creates a new data entry in a sqlite db with several columns. I would like to have a simple share button on the final activity so they can share the results (or even a simple text field) with apps that accept it (email, mms, twitter, etc..). I did some reading on ContentProviders but the more I read, the more I'm thinking i'm heading down the wrong path.
View 2 Replies View RelatedI've added the intent-filter. And when I tap "share" in the Gallery, it will launch my activity.
<intent-filter>
<action
android:name="android.intent.action.SEND" />
<category
android:name="android.intent.category.DEFAULT" />
<data
android:mimeType="image/*" />
</intent-filter>
But I don't know how to get the correct data from the current intent.
I want to create an app that contains a Service S and an Activity A. The Service S is responsible for preprocessing, such as preparing the data shown on the UI of the Activity A, before the Activity A gets invoked.I want to be able to invoke the Service S from outside the package, say from another Android app's Activity class B, do the preprocessing, and then when the data is ready, invoke Activity A. What is the best way to share data between the Service S and Activity A?How can the external activity B communicate with the Service S to determine if it has completed with all its preprocessing, and the Activity A is ready to be invoked?
View 1 Replies View RelatedI have attempted to purchase from amazon the TP2 battery for my DINC. the first one they sent was the RHOD160, Part number: 35H00123-00M it was used so i told them i would like to replace it, they let me keep it and sent me, BTR5875, Part number: 35H0012-03M, so i told they need to send me another one since RHOD160 isn't BTR5875. So they sent me a 2nd replacement. So now i have two BTR5875's and one RHOD160. Will the BTR5875 batteries work on the DINC?
View 3 Replies View RelatedI have a free app in the market and use the data directory of the app to store some files. Now I think about offering a paid (donate) version of the app, so that people who want to pay a few pennys will be able to do so. But AFAIK the new (paid) app needs a new name, so I won't be able to use the stored data of the free version. That means, that existing users would have to re-enter a lot of personal settings - which probably would be a no-no for a lot of users. So my question: Is there a smart way to have a free and a paid version in the market, where the later installed payed version can use the data of the free version? I thought about using the SD-card for data storage, but there might be devices without any SD-card...
View 5 Replies View RelatedSuppose you have an app with a lite version and a full version. The app stores some user data in SharedPreferences, and some data in a SQL database. If a user tests the app for a few days, generating data all the time, and then decides to switch to the paid version, how do you copy or share the data between the two? Some code examples would be appreciated - but for some reason I have a feeling this is much, much more complex than I hope.
View 8 Replies View RelatedI'm looking for a solution to connect one android phone to another over bluetooth to share voice and maybe data service. What I want to do is use my old Dell Streak as a GPS/media player in my car without having service to it. I would like it to connect to my current phone so I can make call through it, like a headunit with hands free bluetooth calling. I'm not so much worried about data, though it would be a plus but I don't think Android supports connecting to ad-hoc networks. I can't seem to find any app that supports this, and I'm not seeing anywhere on the Android system where this is possible. I haven't owned a car stereo that supports bluetooth calling so I'm not sure what to look for.
View 2 Replies View RelatedPassword manager that can sync between multiple devices? The only one I found was Keeper but it's $10 for each install which would run me 20-30 bucks for 2-3 devices. My wife and I need to be able to access password/logins and share the data.
View 4 Replies View RelatedTrying to make Tasker automatically open and populate Astrid todo's task edit fields the way that so many other apps can using the Share menu. With pretty much any app being able to do this using Share, I figured it wouldn't be too hard to make Tasker do the same, but I'm having trouble finding out how.
I'm using the beta of Tasker so Send Intent replaces the previous two intent actions. The fields available are Action, Category, Mime Type, Extra, Package, Class, and Target. Right now Package is set to com.timsu.astrid and Class to com.todoroo.astrid.activity.TaskEditActivity, which manages to open the task edit screen. That intent is however from the Astrid widget so I don't know if that's even the right thing to use if doing this via the Share ability.
Is there a better way then using titanium backup and manually doing this? Seems like a crazy tedious thing to do. I jump back and fourth between the two devices even on an hourly basis. one is my phone and the other is a tab.
View 5 Replies View RelatedAs a Verizon wireless employee I get to play around a lot with the phone and today I found that the stock battery out of the HTC Ozone (which is a 1500 mah) fits under the battery cover of ourEris. It is a hair thicker, but it fits.
View 42 Replies View RelatedI have 1500 pictures inside many sub folders in Picasa. I want to sync them to my phone (as reduced resolution). I was hoping the do this through Picasa web albums but you can't snyc sub folders. Does anyone have a suggestion on how to have access to these iamges on my phone? I could use a PC snyc tool if necessary. But it would be nice to have an automated solution that would "watch" a certain folder and its subfolders.
View 9 Replies View RelatedI looked into some examples of sharing data to other apps using content Provider. All these examples talks about sharing sqlite dbs. I need to share data under shared Preferences of my app to other apps using content Provider. Can I use content Provider to do that ?. Please let me know some pointers or sample code to share data other than sqlite db using content provider.
View 3 Replies View RelatedIt would be nice if StackOverflow had a section where we could post tutorials like mine so that I can answer literally hundreds of questions that have been asked here with a single blow. See... every day I read questions about how to pass complex objects between activities, how to save state so that your app can resume after orientation change, how to update listviews when the data changes, etc, etc. Here is the second part of a tutorial series I posted on my blog... I hope that you actually read it... because I haven't seen any examples like it anywhere... and it has changed how I think about developing for Android across the board. The question is... is there a downside or negative affect of developing like this?
Beyond Smart Lists - How Observable Singletons change the game. Please read through both of these tutorials carefully... I will answer any questions about it here that I can... I really want to know what you think about this and if it might solve issues for you. NOTE TO MODERATORS: there are no advertisements of any kind on my blog.. so don't just close this because you think I am spamming somehow... I am not going to duplicate my post here.
I use Outlook/Exchange as my primary contact database, so I only wanted to sync my DX with Exchange for contacts. However, before I was able to get to my Google account settings on the X to tell it not to sync Google contacts - it had already synced them. Now, my contacts are a mess because of the damn "linked profiles", so practically every contact has some trash from my unmanaged Google contacts. Old email addresses, dupes, mislabled phone numbers (work, home, etc.) It's ugly and frustrating, since I keep my Exchange contacts perfectly edited and managed.
My problem is that I can't figure out how to delete the Google contacts from my DX other than doing it one at a time. (Since I have over 1500 contacts, that would be a huge pain.) Is there any way I can purge these? I'm a power Gmail user, so I can't just delete the entire Google account. (Not sure that's possible anyway.)
I am just wondering if anyone would like to share pics of how you have you 7 screens setup.
View 49 Replies View RelatedI'm making an Android Java app game (although this question applies to all languages really) and hope to release the first version soon. I'm nervous about how I save data in my game. My problem is that, if in a later update, I decide to store more data or store the same data in a different way, I need to be careful I don't lose or corrupt data for users that upgrade (i.e. I want users to be able to use data created by an old version in the new version, like their high scores from before).For example, say I want to save high scores in version 1.
View 3 Replies View Relatedallows you to share your gps location with another phone, that allows that other phone to get directions to your location?
View 4 Replies View RelatedI did a few searches but couldn't find anything specific to what I'm talking about. My wife and I both got Droids the other day and love them. We are enjoying finding apps and all that stuff, but one thing I haven't been able to figure out is how we can share applications between us. Granted I dont want to illegally share apps with random people and friends, just between my wife. Not big into paying for 1 app 2 times so that we can share an experience. We both have ipod touch's, and we have always been able to share the apps with that by my 'authorizing' her ipod to match mine. She still has her email and all that, just we share a purchasing account. I imagine there is a backdoor way to copy apps and api's, but i dont want to get into that. I used to have a custom rom winmo and part of the appeal of the droid was it would do everything i want without having to crack it. I heard google was thinking about app sharing, and app2sd is in official development, but is there anything I can do now?
View 1 Replies View RelatedI want many app share one class, for example,I have MessageVo,I want testApp and testTwoApp share MessageVo.but I don't know TestTwoApp use MessageVo.
View 6 Replies View RelatedIs it possible to share resources across APK's? For example, can application A (in APK A) load an icon or layout view from application B (in APK B)?
View 3 Replies View RelatedI have an apk (App1) that has a raw resource (res/raw/mytextfile.txt) and I would like to read that text file from another apk (App2). I define a content provider in App1 and I override the openFile(Uri, String) method as follows:
CODE:.......
App2 does the following to try to get access to mytextfile.txt:
CODE:.........
However, when I read and write out the contents of the BufferedReader, I get way more than just the contents of mytextfile.txt.
I played with this some more and found that the file desriptor returned to App2 is pointing to the App1 apk file. I wrote out the contents of the BufferedReader to a file and did a binary comparison to App1.apk. The two files were identical.
I'm running into some issues when trying to share files between android phones. I tried emailing the .apk, tried uploading to go aruna, but it wont download. let me know if there s iIbetter way.
View 1 Replies View RelatedSo i have followed the MANY tutorials on how to add your app to the SHARE menus using android.intent.action.SEND in the manifest...I can't figure out for the life of me how to get the image or display the image or even upload...so here is what i am trying to do...upon click my app in the share menu, it will open up the intent that handles this request...i already have the layout but i need to load the image into the ImageView on the layout itself...once loaded, i will type a caption in an EditText and then click the save Button...then i will upload it to my webserver...i have found all the parts i need to get this done other than how to get the image itself..
View 1 Replies View RelatedHow to Remove Items from the Share Menu?
View 2 Replies View RelatedI am working on couple android applications which share a common component. The component has Activities, Service and own AndroidManifest.xml. After research, it seems there is no concept of run time share library among applications in Android. So I am looking for a way to linked the share component with other applications at compile time. Applications which will use the component can come from external, therefore I will only provided the compiled file. I would like to build the component into own apk or jar file, can external application include my jar/apk file into their package and be able to start my activity? Please share your experience and advice.
View 3 Replies View Related