Android :: Backing Up SMS Periodically (possibly Timestamped)

Dec 18, 2009

I currently use SMS Backup & Restore, but that has two drawbacks I see

-I have to manually initiate the backup
-It only stores and restores one file, so I have to overwrite and rename

I just lost my texts and only had a two day old backup. I'd love to see the same thing but that can do it with a timestamped file such as backup_2009-12-18-15-08.xml (pickable when restoring) and can run at a preset time each day or each half day.

Android :: Backing up SMS periodically (possibly timestamped)


Samsung Captivate :: Possibly Moving From Windows To Android

Jul 29, 2010

I presently have a windows 6.0 phone, an older htc fuze on at&t. it's getting long in the tooth and a little quirky so I'm looking to upgrade.I saw the captivate appear a few days ago on at&t's website and did some research on it. Although it has a few potential problems, I don't think they outweigh the pluses.What I'm really concerned about is I have quite a few Excel spreadsheets and Word docs on the fuze storage card that I would like to be able to continue to use on the captivate.Is this possible?Keeping in mind that I do not have to upgrade now, does the forum think it would be better to wait until the at&t captivates ship with 2.2 or go ahead and get a 2.1 unit now and do the android upgrade later?Or is the 2.2 release date still to iffy to wait?

View 20 Replies View Related

General :: Android M8 - Possibly Lost Texts During Transition?

Apr 24, 2014

I switched from an ATT ip5 to a tmobile one m8 last thursday and have noticed a lack of texts. at first i thought i was unpopular suddenly but now i know at least one of my contacts texted me without it reaching me. on their end it still said i was on iMessage. im curious if this means i may have lost a number of texts during the transition.

So far the only people to text me are ones i texted first. Are there undelivered texts floating in the aether? can i retrieve them?

View 3 Replies View Related

HTC EVO 4G :: How Could You Possibly Brick An Evo?

Nov 30, 2010

I was just talking to someone about bricking mobile devices and I couldn't even think of how I could accidentally brick my own phone. Couldn't you always just go into recovery and wipe/reflash? Unless there was a way to stop you from getting into recovery but I don't see how.I'm not an expert and I've learned everything I know from reading here and on XDA so I could be missing something.

View 3 Replies View Related

General :: S3 - Possibly Tried To Flash ROM Without Bootloader?

Mar 6, 2013

I rooted my S3 a few months ago based on some detailed instructions found online - no issues. The method used involved clockwork mod or some such.I was following these URL....

instructions to attempt to install liquid smooth (URL...) ROM. I had backed up everything on titanium backup and using the back up in ROM manager. In step 3.1, "flash a recovery image," I didn't think I needed to do this, as I thought it was a part of ROM manager.I proceeded onward, and after the phone finished making a back up, immediately after it started to install the new ROM, the screen went black (I assume the phone turned off).

I'm currently unable to get it to turn on at all, taking the battery out didn't do anything, and when I plug it into the comp via USB, it doesn't seem to recognize the device.I'm a broke med student on loans, and a new phone is going to hurt the bank account a lot.

View 7 Replies View Related

Android :: Periodically Check If GPS Get New Data

Jul 25, 2010

I have successfully been getting GPS data through the registerLocationListener() and onLocationChanged() methods. The only problem with this is that the speed reading of my app freezes if there is no more GPS data (e.g. when I go indoors, enter a tunnel, etc). The behavior I want for my app is that the user is somehow notified that the speed reading is probably not accurate due to a lack of fresh data (set speed to zero, blink the speed reading, etc). How can I do that? I though of checking periodically whether the GPS unit was detecting any satellites, but I'm not sure how to force periodic checks.

View 1 Replies View Related

Android :: Periodically Executing AsyncTasks?

Sep 1, 2010

I am getting data from the server using AsyncTask. I need to update the data periodically.

View 3 Replies View Related

HTC Incredible :: Possibly Bricked From Accidental Format

Sep 16, 2010

I managed to reformat my internal storage on my phone (to FAT) and now I can't boot the phone. It just bootloops. If i boot into recovery and try to wipe i get the error E: Can't mount /dev/block/mmcblk0p1 (File Exists) Error mounting /data/! Now, i tried to reformat data from adb shell by doing:

adb shell
su
format /data

but SU is coming up as an unrecognized command... format also anyone know what I should do or should i chuck this out the window

View 9 Replies View Related

HTC Droid Eris :: 2.1 V2 And Gmail Possibly Hacked

Apr 7, 2010

This morning at 3 am spam was sent out of my gmail account. I am not sure if it came from my phone or my account just got hacked (my computers were turned off). I changed the Password on my account. Since I am running 2.1 and it is not an official release there is the possibility this is where it came from it was a simple email with a link in it. Just wanted to post a heads up to keep you eyes open

View 17 Replies View Related

Motorola Droid :: Possibly Have To Exchange Phone

Apr 15, 2010

i might have to exchange my phone,i have a few questions..first to get back to unroot i can just use droidmod to do that right? then should i update to 2.1 before i send it back? the person from motorola said i would keep my sd card.so then all my backups from say titanium and mybackup that i put on the sd card would be good to go on the new phone right?

View 2 Replies View Related

HTC Droid Eris :: Free Emulator For Nes - Sns Possibly N64?

May 19, 2010

Does anyone have any suggestions for a good free emulator for nes or sns possibly n64. Could you also provide some place to get the roms.

View 2 Replies View Related

Android :: Scanner For Wireless Networks Periodically

May 26, 2010

I'm developing sort of a wireless scanner, so I need to scan every X seconds. I know I should use WifiManager and startScan() to get the networks and then register a receiver to receive the event once the scan has finished. However I'm having problems when trying to figure out how to scan periodically. It's more like a design problem. My solution so far has been to create a Service which takes care of the scanning, besides the main Activity.

I think this is correct. So, how could I tell this Service to scan every X seconds? I've thought it may have a Thread object, call its Scan method during tart_services() and then take it to sleep. Also I thought I could just get rid of the Service and run the Thread from the main Activity, but then I guess it would die whenever the Activity is not visible. None of then seem like a really good solution to me, and I think there must be an easier way to do this.

View 6 Replies View Related

Android :: App To Periodically Check If Wifi Network Up?

Jun 16, 2010

We have a very patchy wi-fi network here. The wi-fi router's pretty old and I tend to need to switch it off and on every couple of days. Is there an app I can use that will - perhaps in conjunction with Locale so it only runs when I'm in the office - periodically check if our wi-fi connection is up and running?

View 1 Replies View Related

Android :: Periodically Refresh / Reload Activity

Sep 13, 2010

I have one activity. OnCreate the activity gets the source (html) of a web page to a string and presents the result (after parsing it a bit) in a textview. I would like the activity to reload/refresh periodically to always present the latest information.

View 1 Replies View Related

Android :: Uploading Text File Periodically?

Dec 18, 2009

If I want to upload a text file containing some game stats to a web server for testing purpose, which approach is the best? Do I write a service along with my application and then upload the log file once it reaches a specific size? Or do I embed the logic into my application and then do it during idle times?

View 3 Replies View Related

Android :: Make ListView Update Itself Periodically?

Feb 4, 2010

I never got this working in a straightforward manner. Sorry if I'm being a little vague. I'll try to elaborate on what I'm trying to do. I am trying to build a listview that grabs its data from a webservice. Once I initialize a listview, I want to keep polling the webserver periodically and update the contents of the listview. For this I am doing something like this:

public class SampleAutoUpdateList extends Activity {

//Autoupdate handler
private Handler handler = new Handler();
private Runnable updater = new Runnable() {

public void run() {

/*
* Update the list
*/..................................

View 1 Replies View Related

Android :: Periodically Scan For Bluetooth Devices

Jul 19, 2010

I am building an indoor application which continuously scans the bluetooth dongles located at different locations in a place like a mall or library.As I move in the mall with android phone in my hand I should be able to get the nearest dongle which I can connect to(Stupid Idea but I want to do something else with this).For this I should be able to continuously scan for the bluetooth devices.

View 2 Replies View Related

Android :: Periodically Wake Up From Standby Mode?

Aug 26, 2010

I have an app that needs to send a periodic heart beat to a server, but when the phone goes into standby mode the background heartbeat thread dies. Is there anyway to wake the phone from standby, send the heartbeat and then go back to sleep programmatically? I want to avoid using PARTIAL_WAKE_LOCK if possible.

View 1 Replies View Related

Samsung Behold 2 :: Change Name Of Folder / Possibly Icon?

Jun 7, 2010

Im trying to create a folder on my home screen to put all the games ive downloaded in it. But when I do create a folder it just says new folder and doesn't have any option for changing the name of the folder. So what im asking is how do I change the name of the folder and possibly the icon? Im running bh_mans r12 galaxy 1.6 rom.

View 5 Replies View Related

HTC Incredible :: Weird Music Being Played / App That I Have Possibly Causing It?

Jul 2, 2010

I have Pandora, Slacker, and bTunes and sometimes I will be playing bTunes and Pandora will start playing too. Or Slacker will just start playing. Its super odd. Has anyone heard of this? Is an app that I have possibly causing it?

View 2 Replies View Related

Android :: Deleting SQLite Rows Automatically / Periodically

Mar 29, 2010

i have a application that displays tasks and i created an option in the Settings menu that lets you choose in how many days all (Never, 10 days, 20 days or 30 days) these tasks should be automatically deleted. So when i open up the app there will be a method that will be called and check if theres any tasks to be deleted. I did that to challenge myself, but i'm hitting the wall with my head and i cant come up with something. So here i am in need of help! A little more information: i was trying to do something with java/android code, but from past searches i saw people dealing with it using SQL functions. Is it better?

View 4 Replies View Related

Android :: Calling TextView.setText() Periodically Causes UI To Jerk

Sep 28, 2010

I'm coding an audio player where a thread updates the TextView representing the track's elapsed time, every 250 milliseconds. The display looks like this:

1:30/2:30<-----Progress Bar----->
TextView 1 is 1:30/ and TextView 2 is 2:30.
Both are set to wrap_content for width.

What happens is that on every 250 millisecond cycle, the thread checks the current time and updates TextView 1. For this brief moment, TextView 2 and the progress bar get pushed momentarily to the right by about 2-4 pixels. Then they come back to place until the same thing happens during the next cycle. I don't know what's happening. There are no trailing space characters, etc and everything should, theoretically, be working smoothly but it's not.

View 1 Replies View Related

Android :: Periodically Fetching Data (polling) From Server

Aug 31, 2010

I working on the app where I get the data from the server using rest call and add it to the view. I get all the initial data correctly. I use AsyncTask for doing it. Now I want to periodically (say 2 mins) fetch the new data from the server and add it to view.Periodically fetching data (polling) from the server in Android.

View 2 Replies View Related

Android :: Calling Intent.getStringExtra() Throws StackOverflowError Periodically

Jan 25, 2010

I have an android application that I am supporting and after calling one of the activities numerous time, it throws a stackoverflowerror when trying to get the extras from the intent. Here is the the stack trace from when it crashes. Any ideas as to why after calling the activity at least 4 times the next time throws StackOverflowError when getting the extras from the intent?

The code used to build the intent is and contains String, String, boolean, Object:

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

And the code that is throwing the StackOverflowError is:
CODE:.........................

View 2 Replies View Related

Motorola Droid :: Version Possibly Supplementing / Replacing Application Store?

Sep 14, 2010

I really hope this is just a supplement. Verizon's Android App Store is Late, Not New.

View 10 Replies View Related

Samsung Fascinate :: View What I Recorded On Phone On Pc And Possibly Post On Youtube?

Oct 17, 2010

Whats the best way to view what I recorded on my pc and possibly post on youtube. I found something on line but it convert it again and changes the .mp4 to something else.

View 2 Replies View Related

Android :: Create Service That Will Post Messages To Activity Periodically Using Timer?

Jul 30, 2009

How to create a service that will post messages to an activity periodically using timer?

View 2 Replies View Related

HTC Desire :: GPS Periodically Turning On?

Sep 4, 2010

I have a Desire on Vodafone in the UK. Upgraded to Froyo using the official method the other week. Not sure if it is since then, but it's happened a lot the last few days, and it definitely didn't do this before the upgrade, but it seems that my Desire is now turning on GPS every few minutes - the icon flashes away in the notification bar. I have no idea why. Any idea what's happening, and how I can work out what app is causing this?

View 4 Replies View Related

How To Change Textview Periodically

Feb 11, 2013

How I can change Textview periodically?I want to check a web page for a change.

View 1 Replies View Related

HTC Desire :: Periodically Lose Address Book

Aug 24, 2010

It seems like every couple of months I lose my address book, subsequently I cant answer messages unless I can recognise the number and I end up having to wipe the fone and start again - which means downloading all the Apps again - its done it once again today, any ideas of a way round - I would prefer not to wipe as I lose my msg inbox etc

View 6 Replies View Related







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