0
votes
1answer
45 views

Eclipse is not running projects after once updated in android

In this morning i just checked for updates in my eclipse & when i found updates available i just did that. But after once it is updated Eclipse is not working at all. Its running existing ...
0
votes
2answers
31 views

android update/install version checking

i'm new in android developing. (and in developing after all) Here is my problem: If i install my android application onto my mobile device or AVD, i want it to check the current app version number ...
0
votes
0answers
18 views

how to update my application and a synchronisation service?

I have an application that allows to classify application by Category, and made ​​a selection of application for user (sports, food, news ....). I always defined a catalog that I put on a server and ...
0
votes
1answer
17 views

Update app on user request - android

Is it possible for updates not to be pushed to all devices, but only requested by the device when a certain point is reached within the application? (Ideally using Google play, but not necessarily)
0
votes
1answer
45 views

android update application without any alert

I am writing an android application and I want to publish it to google play. After I publish, if I update my application, I don't want to alert(about the update) the users that installed my ...
1
vote
2answers
17 views

Validity of alarm upon application update

Say that one of my Services set an alarm, and now updates for the application were installed. Is it guaranteed that my alarm will fire? If not, can I add an event listener for updates?
-1
votes
1answer
65 views

Stop gps updating after last known location is fetched

I have a Location Manager: private LocationManager lm; I initialize it like this: lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE); Then i need last known location which i ...
0
votes
0answers
24 views

Android - counting sensor updates

I am trying to Make an app including proximity gestures, but for this I need to count sensor updates, could anyone tell me with a code example how to count sensor updates!
2
votes
1answer
63 views

Do proximity alerts need coordinates updates from my app?

I am working on an app that would use proximity alerts to trigger some functionality. I have dug into some tutorials and examples, setup some alerts, it seems to work somewhat okay. However when I ...
0
votes
1answer
795 views

Creating an update.zip for android phone

having some trouble making an update.zip for my Samsung Galaxy Apollo android phone. I was making my first update.zip by trying to push an apk file into /system/app. Below is the content of ...
0
votes
1answer
73 views

Can I update an Android manifest xml file via a GooglePlay update

I have an app on GooglePlay. One of my friends purchased it, and found that it crashed when making an activity transition. I found the problem; it was in the manifest xml file. I changed it, and sent ...
0
votes
1answer
61 views

Automatic updates for app with and without SyncAdapter

I have a very common problem but wasn't able to find a proper solution/pattern to solve it. My application has two kinds of data that need to be automatically updated: general data user-related data ...
4
votes
1answer
714 views

Updating Eclipse SDK Error

I updated my SDK, and now it says I need to have the SDK which I already have. When I check for updates and try to update the options, I get this: An error occurred while collecting items to be ...
0
votes
1answer
108 views

Update Widget Periodically Every Second

I currently have a widget that uses two setTextViewText: public class DigitalClock extends AppWidgetProvider { public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] ...
1
vote
0answers
75 views

AppaholicsUpdateChecker: No Connection Issue

I m new in the "Android Coding" Scene, i have programmed my first application, now i want to implement a auto-update function. Now i have found this library: ...
0
votes
1answer
77 views

Worklight Update Hangs

When updating an application on Worklight server, the application informs my device to update. When the update starts, it completes to 100%, however the dialog never disappears and the application ...
0
votes
0answers
464 views

Update non Market APK --> App-Icon on Homescreen disappear

i have an Android-Apk wich was installed manually on an Android Device. Then I created an App-Icon on the Homescreen of the Device. Now, when I make an Update of this APK (manually overwrite), the ...
6
votes
2answers
94 views

open my android program after update

I use http://stackoverflow.com/a/14353076/1327384 to update my android program , but after updating my program it will be closed so I want to reopen it after completing the update process , how can I ...
3
votes
3answers
667 views

Eclipse adt update does not work

I updated my android sdk to and I tried updating my adt via ecplise through Help-> Check for updates. This action results in the dialog that says - 'no updates found' But my sdk says- ...
4
votes
1answer
159 views

How Do I Properly Update AppWidget?

I'm a noob to android and I'm having issues updating an appwidget. It's a news widget that displays different text every 20 secs. I have no problem getting the text to switch & display properly ...
1
vote
0answers
109 views

Android contacts tables update but do not get saved to SIM

I am trying to update the phone number associated with a contact on the SIM. I am able to update the Data table's row ok, but the change does not get propagated to the SIM. I dump out the Data row ...
0
votes
1answer
21 views

Issuing a warning to users before an app is updated (possibly automatically)

Whilst preparing a new version of an app I have discovered that the previous version doesn't save the program state to permanent storage in all circumstances. So this information can be lost when an ...
0
votes
4answers
108 views

Checking for app version updates Android

I am creating an app in Android and iOS which has a requirement to alert the user whenever new app versions are available for the respective platforms. Should i create a web-service to provide the ...
1
vote
2answers
143 views

Updating Android SDK Tools

When I attempt to update the Android SDK Tools, I get the following error message: Preparing to install archives Downloading Android SDK Tools, revision 21.0.1 Installing Android SDK Tools, revision ...
1
vote
1answer
165 views

Android: App with multiple choice ListView breaks if deleting more than 1 row from database

I'm learning Android/Java and I have a ListView attached to a database, and contains a simple_list_item_multiple_choice check box in each row. When the user checks 1 check box and hits a delete ...
0
votes
3answers
256 views

ANDROID: Listview wont update after deleting database data

New to Android and I'm having an issue with updating my a ListView after deleting entries from a database. In my activity I have a ListView with multiple choice checkboxes in each row. After the ...
1
vote
5answers
326 views

how to update the textview variable for every 5 seconds [duplicate]

Possible Duplicate: Updating TextView every N seconds? Here, I want to update the Hr value in the textview once it is calculated for every iteration, but with a delay of 2 seconds each ...
-1
votes
2answers
127 views

Update fragment in android

say I have a few fragments displaying and doing certain things. Now, based on some event, I want to change the screen(or content) for a fragment. [EDIT] For example. My first layout, layout A, has ...
0
votes
3answers
109 views

How to keep my android app hearing for updates?

Hello there and happy new year 2013!! I returned to my app after vacation, and now I want it to keep alive and hearing for updates!! Does anyone knows how to do so? I don't mean a complete answer, I ...
6
votes
2answers
54 views

If I send a hotfix to a user, will they continue to get updates from the Play Store?

Say I have an application that users have installed from the Play Store, if one of my users reports a bug and I want to send them a patched version of the app to test, they can install it to their ...
0
votes
0answers
31 views

Recreate Facebooks “view status” activity in Android

I need to create a activity that will focus in on a single status update and display comments as well as a edit text field to leave comments at the bottom. The status being commented on needs to be ...
0
votes
1answer
178 views

In AndEngine, where to call entity update methods?

I'm using AndEngine and I adopted a Component-Entity Model to developing my game. My question is in an AndEngine setup, where and how should I invoke the update methods of my entities (and their ...
0
votes
1answer
441 views

APK update on Google Play doesn't trigger update on Android device?

More than one week ago I deployed version 1.0 of my apk on Google Play - no problems. On January 6th, I deployed version 1.1. After Google Play had updated the apk for public, I got the update trigger ...
1
vote
1answer
216 views

How to make Android application update mandatory?

Is there a way that I can check my application update in Google Play using code at application start up and make application update mandatory?
5
votes
2answers
101 views

What happens to the existing data of Android user preferences when preferences structure changes in a new version?

For example, if a few entries of preferences are added or deleted, how does Android handle the existing preference data when the app is updated with the new preferences structure? I am sorry for ...
-1
votes
1answer
91 views

How to get Saved data from database?

I want to implement click on item and go to layout where we have enter data and saved into the database. Also please do let me know the data base update method how can I update data and again save ...
0
votes
0answers
33 views

Android, Java huge FPS drop after update

I am creating this android game and am currently testing against an Galaxy tab 10.1 and I recently updated it, seemed to be quite a big update. The problem is that the game I am writing suffered a ...
0
votes
0answers
42 views

Titanium can't update android configuration

I have installed Titanium Studio for application then I configured Android but Titanium cannot update Android for hours I can manage to use it. I've been dealing with it for 2 days. Can anyone tell ...
1
vote
1answer
68 views

How to update media player to play new file

I have a section of code shown below that gets the pathname for an mp3 audio file stored in the content provider database. Next it uses this pathname to load the mp3 file and start playing it. The ...
0
votes
2answers
77 views

Android app with SQLite and the updates [closed]

I've a android app working with SQLite on the Google Play market. I want to make a new update to the app. If I upload the new apk file with the updates, when the users download that update, those the ...
2
votes
1answer
406 views

How to enable auto-update for my Android apk?

I've developed a simple Android application that will be running in a few tablets. It's not in the market - every app is installed manutally. Some time in a future I might want to make some changes, ...
0
votes
2answers
718 views

How to update views of viewpager on swipe - android

I am using view-pager.In that I have three tabs : 1. History , 2. Main , 3. Map . I have stopwatch into main activity.When I press the start and then after stop at that time value of the stopwatch ...
2
votes
1answer
188 views

Upgrade mechanism for non-interactive, non-networked Android device [closed]

I have been looking into silent installing for a while now. I'm currently trying to find some way of installing updates onto a device using Android that: has no means of user input has no internet ...
1
vote
1answer
309 views

update contacts display_name

How do I update the display name for a contact? The operation in the code below completes without throwing anything and appears to work - that is, when I requeried the ContactsContract.Contact table, ...
0
votes
2answers
218 views

Eclipse plugin stopped working after update

I updated the Eclipse plugins (Help - Check for update). Since the restart after installation, the plugins aren't working any longer. They're still enlisted in "installation details", but there are no ...
4
votes
1answer
141 views

Update calendar instances.end via events.dtend

When I update the CalendarContract.Events DTEND column, why doesn't the change show up in the CalendarContract.Instances END column? My app allows the user to view and change calendar events using ...
0
votes
1answer
97 views

Android - updating application published to Google Play - requires reinstall

I have published an application to Google Play store. Now I have update ready, the application uses some serialized objects and the update has changed them a bit, therefore an uninstall before ...
0
votes
3answers
61 views

How to update the GPS location for every 10 secs?

I have these variables and have the following call in the onResume method: private Location userLocation; private GeoPoint point; private LocationManager manager; private LocationListener ...
0
votes
0answers
44 views

Homescreen widget buttons stop responding after amount of time

I've created a very simple widget consisted of 4 buttons which perform some simple actions like opening browser window and launching the UpdateService. I've tested for a while but suddenly this bug ...
0
votes
1answer
114 views

Add item in listview only if not already present

I would like to add in my Android widget a new item only if this item is not already present in the list. I tried to use contains() method but it still doesn't work. In fact, i get a JSON object, ...

1 2 3