[Q] Automated Wifi File Sync - HTC Inspire 4G

I was looking at some apps for wifi file sync but could not find which are automated.
What I would like is install app on phone and corresponding s/w on Windows.
Set which folders(/sdcard) to sync( not interested in music/photos etc) .
Set a time to sync say at 9pm everyday. So the app will automatically sync at that time without explicitly running/starting it on the phone.
Thanks

What's the point in backing up your /system/app folder? Nothing ever changes there unless you mount /system as r/w and make changes yourself.
Sent from my SAMSUNG-SGH-I777

Ok forget about /system/app.

i used to do this with Tasker+Rsync (which sync'd everything up to my linux server)
there are probably other ways of automating it, but i cant think of anything out of the box and easy to use....

I use unison for sync my sdcard with my PC, with a little configuration file you can sync the changes between the two and also configure a backup folder if something is deleted. But as someone said, maybe is not an easy task, and you may need to read the manual. I think you can use it on windows too.
Sent from my Inspire 4G using XDA App

Okay, So I looked at rsync and found how to set it up for Windows. I can now backup the files. Now I need to setup Tasker/Automate it on the phone.
How do you run the rsync profile with Tasker? I add profile and task to Tasker and selected to run at 10pm but it did not run.
Edit... Scratch that... Little tinkering and backup is running.

Related

Backup Sprint Visual Voicemail?

Is there any way to backup the visual voicemail data in its entirety? I've tried looking for the data files using ASTRO but can't find anything other than the core app.
I also came up dry searching this forum.
Thanks
This may or may not be of use to you, but the best way IMO to do this would be just to use Google Voice for your voicemail needs. All your voicemails are stored on Google's servers, so you won't have to worry about it. But aside from Google Voice, I am pretty sure that as long as you don't delete the voicemails, they will remain there after a ROM flash or whatever you intend on doing.
mrinehart93 said:
This may or may not be of use to you, but the best way IMO to do this would be just to use Google Voice for your voicemail needs. All your voicemails are stored on Google's servers, so you won't have to worry about it. But aside from Google Voice, I am pretty sure that as long as you don't delete the voicemails, they will remain there after a ROM flash or whatever you intend on doing.
Click to expand...
Click to collapse
That's a good thought, but I already have over a hundred voicemails on my Hero that I'd like to save without individually emailing to myself. They don't survive my ROM updates, because usually I end up wiping first or else the ROM won't work.
Hmm... is there a way to refresh the Visual Voicemail app? I haven't used it in ages, so I don't remember. If there is, you may be able to refresh the app after a flash and it'll redownload all the voicemails.
Hmm. i'm actually curious if anyone knows how to get back to using sprint vvm cause i used youmail and everything is still forwarded there
apatcas said:
Hmm. i'm actually curious if anyone knows how to get back to using sprint vvm cause i used youmail and everything is still forwarded there
Click to expand...
Click to collapse
i believe you dial *38 and it will disable the forwarding...
chavo2005 said:
i believe you dial *38 and it will disable the forwarding...
Click to expand...
Click to collapse
thank you... been trying that for a while
Anyone know where the VVM files are stored??
Anyone able to help me out? I want to migrate my old VMMs to a 2.1 ROM, but have no way to transfer them or back them up!
thanks
oktanedroid said:
Anyone know where the VVM files are stored??
Click to expand...
Click to collapse
To my understanding, as a former sprint employee, all voicemail is stored server side at sprint. We would always tell customers that this is no way to back up. Sorry, but I hope that helps.
oktanedroid said:
Anyone able to help me out? I want to migrate my old VMMs to a 2.1 ROM, but have no way to transfer them or back them up!
thanks
Click to expand...
Click to collapse
Try using your sound recorder and see if that file is stored locally, should be. About the only way to back up your VM's
snip3rm00n said:
To my understanding, as a former sprint employee, all voicemail is stored server side at sprint. We would always tell customers that this is no way to back up. Sorry, but I hope that helps.
Click to expand...
Click to collapse
I am certain the phone stores it locally somewhere. Because when you receive a voicemail, it needs to download to your phone before you can hear it.
Also, if you put the phone in Airplane mode, you can still listen to VMMs, proving it is stored locally.
What are some good locations to look for where these files are stored??
Okay, I finally figured it out.
You need root permissions to find it.
You can find it at:
/data/data/com.coremobility.app.vnotes
The individual voicemail files are stored as AMR files. You can open them with QuickTime player.
AMR (adaptive multi rate):
Compressed audio format developed by Ericsson; used by many 3G cell phones for voice recordings such as MMS messages; incorporates the Algebraic Code Excited Linear Prediction (ACELP) algorithm, which is designed to efficiently compress human speech audio.
Now it turns out the voicemail data is stored in an SQL database called "vnotes_db".
I used Firefox SQL viewer to open it up. The data fields show voicemail ID #, sender phone #, recipient, guid (?), time sent, time listened to, and some other data.
The voicemail ID is in decimal in the database, but the file numbers are called VN-xxx.AMR, where xxx is the hexadecimal equivalent of voicemail ID.
Does anyone who knows more about computers know of a way I can take this data and automagically convert cryptic filenames to something like "mm/dd/yy hh:mm phone#sender.AMR"?
Thanks
where is the db located on the phone, and do you know how to push the vm's back onto the phone, say after flashing to a new rom?
thanks for your work.
UPDATE:
i was able to just once to get access to the /data/data/com.coremobility.app.vnotes on my phone. within that, there are a couple of folders, one titled "files" and one titled "databases". i copied those to my computer, changed and updated the rom on my phone, and was able to copy those folders back and got my old vvm on my phone.
i used droid explorer to get them off my phone, but i am having some trouble accessing the /data folder with it now, so i will probably have to use adb to push the files.
hope this helps anyone looking to do this.
help with /data/data/com.coremobility.app.vnotes please
I'm try to copy all the voicemails to my computer so i can reflash my phone but i hvaen't been able to copy the files in /data/data/com.coremobility.app.vnotes
i've been able to copy files /data/data and i get the some folders transfered to my computer but not /data/data/com.coremobility.app.vnotes
help with /data/data/com.coremobility.app.vnotes
sorry didn't mean to hit submit....
here is what i've tried.
adb shell
su
i get
#
now i tried
mount -o remount,rw -t ( to be honest not really sure what this mean)
than tried
chmod 777 /data/data
chmod 777 /data/data/com.coremobility.app.vnotes/files
chmod 777 /data/data/com.coremobility.app.vnotes/database
( I think this is supposed to give me permission)
than i did
exit
exit (so went back to )
C:android/tools
from here i did
adb pull /data/data/com.coremobility.app.vnotes c:\voice
and i get filed to copy /data/data/com.coremobility.app.vnotes/files/blah.AMR to c:voice permission denied.
I would really appreciate any help. just trying to learn.... thanks
anyway, i found an easier way to back up vvm's. you do need an app from the market that you will have to pay for called root explorer. it allows you to browse your phone and copy/cut/paste files and folders, including the elusive /data/data folder.
all i did before loading up a new rom was to navigate to the /data/data/ folder and copy the /com.coremobility.app.vnotes folder onto my sdcard. i had a /backups folder so i just copied it there.
flashed a new rom, reinstalled root explorer, navigated back to the /data/data folder and then deleted /com.coremobility.app.vnotes off the phone. copied the backup from my sdcard to the /data/data folder on the phone. rebooted, and all of my old vvm's are on my "new" phone.
do not delete the backup off your sdcard until you verify they are all there. sometimes, you might have to copy each folder (there are four with com.coremobility.app.vnotes) one at a time to the right location.
i was using droid explorer initially to try, but i lost access to the /data/ folder on my phone. droid explorer is a great program to use while explorer the phone from windows, but i think it's still a little buggy.
good luck.
You don't need to pay for Root explorer.
There are two ways you can get VVMs off your handset:
1. Forward them to your email. Open each VVM you want to forward, hit menu, forward, and enter your email. It then sends to your email as a WAV attachment.
2. Tarball the entire directory and pull it off. Using adb shell, create a tarball of /data/data/com.coremobility.app.vnotes/* to /sdcard/whateveryouwant.tar then adb pull it off to your local drive. Inside are AMR files which are playable by Quicktime, and VLC player, and several other media players.
Won't Titanium Backup work? It stores the app and data. It's free! Just a thought.
Sent from my HERO200 using XDA App

[help needed] terminology and a clear answer?

Im a bit of a noob when it comes to Android.
im more a windows mobile person however....
For xmas i recieved an android tablet which is an awesome toy! but ive had issues with making the widgets work on the home screen - they dont show up.
Ive read forums and forums all day and each forum points back to xda:
http://forum.xda-developers.com/showthread.php?t=780828&page=13
Looks great, downloaded the apk tried to copy it to the system/app folder but it wont let me do it.
Ive managed to confuse myself after hours of reading so hoping someone can give me some ideas.
Ive read about needing the device 'rooted' i still dont understand what this is n how i do it.
Ive also read the file is to be pushed into the folder??
Ive downloaded the terminal emulator, file explorer etc... tried copy/paste, move, cut etc... all with the same answer of insufficent access.
The terminal emulator on the other hand i cannot use as its all touch screen with no hard buttons once running i cannot type into the program.
surely theres an easier way to load things into the system folders?
Sorry if its the wrong section or what seems a simple ask for some direction, I'm used to windows mobile and htc sence modding where you can just delete and replace files at will
Hey,
Root is like the administrator in Windows. By default, you have a user account, not a root or admin account. And therefore you're access permissions are limited. You do not have write permissions to most internal directories and are pretty much limited to the sd card, which is kinda like 'home' in linux or 'my documents' in windows. Also, cannot run applications that require su (superuser, ie: root, admin).
Rooting is the act of accessing the root user account, or admin account. Like 'jail-breaking' in the apple world.
How to root your android depends on which model you have.
For installing the widget app, as long as its an .apk file, you should be able to just click on it and be prompted to install it.
To access your widgets, should be able to log press on a blank area of the home screen and get a option box to select from. Or if you have a 'menu' button there should be an add option.
To use the Terminal, long press 'menu' and your keyboard will popup. Or click menu and there will be an option for the keyboard, also settings to change color, text size and others.
Sent from my ERIS using XDA App
Also, in the terminal, it will use linux commands, not windows commands.
You can google android commands and get a list of common commands.
Good luck. Have fun. If you don't have some linux experience, it may seem like there's a steep learning curve, but most things will become easy after a little tinkering.
Sent from my ERIS using XDA App
im finding this an incredibly steep curve - a bit too steep lol
I would recommend searching <(name of device) root guide> and then you will find your way around.
But, i don't think you need root, root is for when you need to install applications that you need higher permissions to control system settings. Also to install different versions of android.
Your problem seems to be only a bug. If you want to install an application that is not on the market, you just go to your settings and turn on installing from unknown sources.
You don't need to put it in system apps, the apk is like an .exe, just put it on your sd card, install a file manager program like ASTRO, and then open that app, go to the directory you transfered the file, and click it, ASTRO will give you the ability to install it.
patriotaus said:
I would recommend searching <(name of device) root guide> and then you will find your way around.
But, i don't think you need root, root is for when you need to install applications that you need higher permissions to control system settings. Also to install different versions of android.
Your problem seems to be only a bug. If you want to install an application that is not on the market, you just go to your settings and turn on installing from unknown sources.
You don't need to put it in system apps, the apk is like an .exe, just put it on your sd card, install a file manager program like ASTRO, and then open that app, go to the directory you transfered the file, and click it, ASTRO will give you the ability to install it.
Click to expand...
Click to collapse
I dont think rooting is essential to do this but from what ive read - it helps.
the app in question is this: http://forum.xda-developers.com/showthread.php?t=780828
this should replace the file on my system which doesnt work. unless anyone has a suggestion to get the same item by installing an apk to achieve as per the instructions state "copy into system/app and set permissions"

Simple Sync Folder between PC and Android with WIFI?

I want to sync a folder from my PC with a folder on my SDcard...
It should automaticaly Sync over wifi in both ways... any Idea?
Dropbox works awesome, maybe not exactly the way you want it but it does the trick.
SlimDigg said:
Dropbox works awesome, maybe not exactly the way you want it but it does the trick.
Click to expand...
Click to collapse
No it doesn´t because at first the Dropbox doesn´t copys the Files automaticaly on my SD and second I have at least 13 gigabytes of Music and only 8gb Dropbox space...
Maybe Doubletwist AirSync?
That one is more specific with working with Music/Photo/Video, if you're looking for something a little more generic for syncing, there's also a portable app called Toucan
Good luck.
The problem with Double Twist is that it doesn´t hold my folders as they are...
And the problem with Toucan... I can´t access my SD with that over Wifi... any idea for that?
Try "WebSharing", there is a lite and a paid version. The second one includes some extra options for videos and music I think, not sure on which are the differences, anyway, it works great for me!
You can simply share a folder on your PC and using a file explorer on your phone (I have tried this using Estrong file explorer) you can search the LAN for shared drives. Find the folder you have shared on your PC and access files from your phone.
Well, another method - this is the way I do it, but it requires root access on your phone.
If you have root access, then you can install an app "Samba filesharing". And, this enables to make the phone a samba server.
Then, you can simply connect to ip address of your phone (or the samba server name you specified) from your PC and seamlessly access/modify/delete files on the sd card all the time. I would even suggest mapping a network drive to make it even more convenient.
I would be also interested in a solution like that. Mainly for Music, but also for other stuff/files.
Here is what I tried out so far:
I looked into Double Twist (a cumbersome resource hog on my netbook and always crashing), Winamp Sync (playlist and not folder-based, lack of control on what is happening) and Wifi Music Sync (lots of bad reviews, people lost files and else).
Has anyone tried Sugar Sync? If I read their website right, it syncs first to their cloud, which is the last place, where I want my personal files.
The solution with Samba Server or ES Explorer works (I also tried a simple FTP setup with Filezilla on the Desktop and AndFTP or SwiFTP (FTP server on phone) and any FTP client on the desktop. Problem with those solutions, it's all manual.
So far nothing satisfactory. I'm with the OP on this one, a small, neat, small resource solution, where you simply define the folders to be synced, would be best. Any more ideas? Thanks so far!
Just my 2 cents (definitely an UGLY solution): I've been using Syncness to sync over wifi. It's not the worst solution and has the benefit of working both with locally shared network drives as well as dropbox.
bearlyme86 said:
Just my 2 cents (definitely an UGLY solution): I've been using Syncness to sync over wifi. It's not the worst solution and has the benefit of working both with locally shared network drives as well as dropbox.
Click to expand...
Click to collapse
Actually, i love syncness. I've been using it for a month now. It's not perfect, but it works well for me, like syncing my documents folder to my Milestone and DHD, and back.
Titanium Media Sync can do this - syncs all types of files (not just media) - search on market (I can't post a link)
mmm I go for Sugarsync....
I'm using PCFileSync and have no problems. It's always being updated.
I have Titanium Media Sync, and it works very well for syncing files to dropbox, but I would really like to set it up to work with ftp, so I could sync files straight to my computer. How do I set something like this up? I"m a super ftp noob
vistagamer said:
I want to sync a folder from my PC with a folder on my SDcard...
It should automaticaly Sync over wifi in both ways... any Idea?
Click to expand...
Click to collapse
I believe what you are looking for is possibly The Missing Sync.
http://www.markspace.com/products/android/missing-sync-android.html
However, I have asked the developer questions and received no answers. There is a trial version available but i'm having issues which need answered by the developer. The software is not cheap at $35.00 single machine license.
If you decide to try it, let me know how it goes for you.
Here's my scenario:
2 computers, htc evo 3d (now trying on a galaxy tab).
Desktop and laptop sync the "My pictures" folder (1gb and growing) by using microsoft live mesh. And then, I have The Missing Sync reading the "My pictures" folder and syncing that folder to the Galaxy Tab SD card into a folder called "My Pictures".
Questions I have asked the developer (Ticket# 813081)
(1) Hi, Is there a file count limitations? I plan to use this to sync my pictures folder which has a couple thousand items (1,533 Files, 41 Folders, 1.48gb of data ) as of this moment and growing. This will be to a 32 GB microsdhc card in my evo 3d. Would there be any possible problems I should know about?
(2) Are there any file size limitations? (im aware of fat32 4gb single file size limit of the storage device) But does The missing sync have a file size limit of its own?
(3a) Does The Missing Sync Hash files for sync? If so, does it store temp files?
(3b) How does missing sync determine what needs synced around?
(4) I plan on adding a Samsung galaxy tab ... I'd also like to sync my pictures to it as well as the evo. 1 computer, two mobile devices. Is this possible with single license or will i need a multi license?
That's all for now. Thank you.
[email protected]
Click to expand...
Click to collapse
the issues i am having are that the whole process takes about 7 minutes from the moment sync is pressed, to any activity is noticed. And then, files start flowing, but 15 minutes later, it stops at random with very vague error log.
maybe you can try FolderSync
its many feature and powerfull
michaelmastery said:
maybe you can try FolderSync
its many feature and powerfull
Click to expand...
Click to collapse
+1 for FolderSync. It lets you sync individual folders with Dropbox, with a Windows share, etc.
this is so simple
This is so simple why is there no app that does this, we don't want cloud storage to interfere all we need is a PC/Mac app where you can see your folders/files . Then you want to be able to select folders and files using a checky box ready to sync to ur android device.
Why do you need to select files/folders? Because when you have an mp3 collection of over 40gb you only want a small portion of this on ur android device. The app needs to ensure that ur android device always keeps in sync with the selected PC files so that if you ever add music to ur PC it will get added to android through the sync app.
Now does this app exist or am I going to have to learn to write an android app??
daz9001 said:
This is so simple why is there no app that does this, we don't want cloud storage to interfere all we need is a PC/Mac app where you can see your folders/files . Then you want to be able to select folders and files using a checky box ready to sync to ur android device.
Why do you need to select files/folders? Because when you have an mp3 collection of over 40gb you only want a small portion of this on ur android device. The app needs to ensure that ur android device always keeps in sync with the selected PC files so that if you ever add music to ur PC it will get added to android through the sync app.
Now does this app exist or am I going to have to learn to write an android app??
Click to expand...
Click to collapse
Look into cheetah sync app. Its the closest thing i could find that works for me.
https://play.google.com/store/search?q=cheetah+sync
Its been working beautifully for me granted its not fully automatic and requires some configuring before it can do what you want it to do.
Good but its not quite right
0okami said:
Look into cheetah sync app. Its the closest thing i could find that works for me.
Its been working beautifully for me granted its not fully automatic and requires some configuring before it can do what you want it to do.
Click to expand...
Click to collapse
No this is still not right, cheetah sync is just a small service that sits on your pc. you can't use it to select the files on your pc you want on your phone, everything has to be done with folder pairing on the phone. Now if I want to choose 10 albums that are in random locations on my hard drive that would take ages to do on my phone. On the PC this would be a simple task.(If the app exists!!!)

[Q] APK Multi-Tool Help

Hello,
Some of you may be familiar with a tool known as APK Multi-Tool. I sure am by now. I have recently used this program to edit an apk on my desktop, and when whatever it was doing finished, my entire desktop and it's various sub-folders were erased. I looked through my recycling bin to find nothing, and have done many searches of the exact file-names of a few of my lost files to find nothing. There was an unfathomable amount of important data there, which was deleted in one click. Help, naturally, would be appreciated.
I believe there is no possible way to cure this, seeing that my computer has been restarted various times over the past few days, (this happened about 10-20 days ago) and I would consider a system restore, where the computer restores itself to a point in time, but if the documents are not in the recycling bin, I don't believe they will come back. Is there any possible way to restore my data? Please help ASAP.
Okayyyyyy never used the tool (probably only would in a sandboxed VM after seeing this though)
Know any g forensix people?
Have you tried using a linux live stick to have a proper look at the hard drive?
Ouch, dude. Good luck.
Sent from my LT18i using XDA
If you use a file recovery tool you should be able to restore some of them, but the more you use your harddrive the greater the chances of them being overwritten.
You'll definitely want to check ASAP though.
Sent from my PG86100 using xda premium
Maybe your desktop files weren't actually deleted, just hidden? If you're using Windows 7, navigate to you desktop folder:
C:\Users\%username%\desktop
Right-click on the desktop folder and choose properties. Look at the Attributes section on the general tab and make sure that "hidden" is not checked. If it is, uncheck it.

[Q] Sync folder with Foldersync Profile

I would like some more experienced opinions/ideas with a profile I created on Tasker. First of all, I'm on a rooted Verizon Galaxy S4 - SCH-I545 running Goldfinger ROM. I've been using Taker for several months. The new profile that I just created is where, whenever I have Firefox or Chrome download a file, they download to /storage/sdcard0/Download/. I can't change where they download to. Now I have Foldersync that I have sync the files between the location /storage/sdcard0/Download/ and /storage/extSdCard/Downloads/ and then remove the file from the original download path storage/sdcard0/Download/. Now, in Tasker, the profile is:
Context: Event: File Modified --> /storage/sdcard0/Download/
Task: Foldersync: Sync folder pair now. Foldersync's folder pair is /storage/sdcard0/Download/ and /storage/extSdCard/Downloads/.
My problem is this:
Sometimes my download only takes a second and then it syncs. But if the file takes longer than a few seconds, it tries to sync while it's downloading so it moves the partially downloaded file, thus corrupting the file. I know that I can set up Tasker to wait any X number of seconds or minutes before syncing but it's different for every download. Can anyone think of any variables that I can program for this task that will sync the downloaded file(s) but NOT UNTIL the download completes?
I love Tasker but I don't understand enough of programming to come up with Variables or to even understand them.
Edit: If anyone knows how to go about changing the default download path of Chrome and Firefox mobile to /storage/extSdCard/Downloads/ that would be perfect too. Then I wouldn't need this Tasker profile.
Note
Now I know it would make sense to use Foldersync to do a daily sync but a lot of files I download are flashable zips that I want on the extsdcard right then and there so I can go right into recovery and flash it. But what I've been having to do is use ROM Toolbox to manually move the file from internal to external sdcard before booting into recovery. It's a hassle and really annoying though.
Command
Might it be possible to create a script with an app like Scripter to do this task? Maybe even something along the lines like this: When a file is being downloaded with Chrome or Firefox it creates a temp file. Would the creation/removal of that temp file be enough of an event, either with Tasker or an automated script, to trigger the Foldersync task or execute a mv command for the file that was downloaded?
Maybe try Event > UI > Notification > Download Complete
Or something to that effect. After Chrome downloads a file it says download complete in the notification tray. I would imagine some playing around would make it work.
vlamnire said:
Maybe try Event > UI > Notification > Download Complete
Or something to that effect. After Chrome downloads a file it says download complete in the notification tray. I would imagine some playing around would make it work.
Click to expand...
Click to collapse
Thanks for the input. I figured out a different way to do this. I'm using this app to symlink the two download folders. Now I don't even need to use Foldersync or Tasker. Thanks for your help!

Categories

Resources