[Q] How to automatically send a directory to my mail? - Android Q&A, Help & Troubleshooting

Hi,
I have no knowledge about android programming (but I know java language) and I wish to know if exists an app that automatically sends a directory (zipped or in any compression format) to a specified email address every day, for example.
Thank you very much for your support and I apologize in advance if I posted in a wrong area.

Maybe Tasker can do it (it's a little difficult to understand, there are tutorials out there).

Is there a hidden way to do it? Or a way to hide this app?

There are some Launchers that can hide apps (Nemus or Holo).

Related

A few issues

Hiya
Firstly, may I say what a great resource this forum is!! I've learnt a lot and I've only had the XDA for just under 2 months!
SMS storage, is anyone closer to finding out where this is stored? I have managed to locate the messages you send OUT in the windows\messaging folder, though it's only the actual text and doesn't contain any of the timestamped stuff etc. I cannot for the life of me find where the inbox for sms should be. I know others have had similar problems.
Cleartype, I have it enabled and it looks great, but it doesn't seem to appear everywhere. ie the Today screen. I did have a program (I think it might be Pocketblinds) but I found it unstable to the point where I would turn off the pda part, then back on again to find that the custom start menu icon had disappeared. Grrrr. Does anyone know a way to make cleartype effects appear on the today screen? I've tried putting a reg entry in various places of the registry for it but to no avail.
Also, if there is a way to bind together numbers and contact info for incoming SMS messages, presumably the same would apply for outgoing ones. Does anyone know of a program to do with sent items as sms_name by paragon does for inbox entries?
Thanks in advance
Anthony
in the database 'pmailFolders' lookup the desired foldername,
then open that foldername as a database.
these folders have names like 'fldr10019e7', these likely different
on each machine.
This may seem a stupid question, as I say I'm new to the XDA and hope to start writing programs for it soon (I've been a programmer for a while but not in this style)....
how do I open it "as a database"? I've tried going into Databases and selecting it but i cannot drag it to the desktop or open it in file explorer on the phone.
Cheers
Anthony
If you are interested in enabling celartype (any many other enhancements) you should check pocket facelift.
John

[Q] Modify an contact reading app

Hello,
i like to modify an app which is reading the whole phonebook. this app sends the complete phonebook over the internet.
Ive tried to modify the decompiled smali file with help of the jar file, but its very difficult. Im a experienced programmer in PLC programming and some other languages like c# but the smali code is very difficult.
Can anybody help me to modify the app?
Is it possible to implement fix contacts in the app like disable the access to the contacts an give an fixed array of hard programmed contacts?
Thanks for help
BTW. English is not my main language
If you have root you can download and install Permissions Plus on the Google Play Store. (Needs BusyBox too!). You can block and change permissions for apps.
But this app looks like malware/greyware. What app is it?
Sent from my super rare, old Scroll Excel running Android 2.3 using the offical app.
The app is wha_ts.ap(WA).
I know there are diffrent apps for permission management. i use srt appguard. The problem is, i can aalow or disallow access to the contacts.
But i like to give the WA only 10 contacts and not the whole phonebook with all numbers and email adresses etc...
I thougt that i can give a fixed array of contacts to the app by modifing the smali.
Or is it possible to change the contact access in the smali like simlier to sql? Like this SELECT WHERE MEMO '*WA CONTACT*' or something else...
Is it difficult to change the contact access in then smali??
No idea?

[Q] Help making Android App with MySQL DB (or other DB if you have suggestions)

Hi.
I am new to Android and am looking to solve a problem.
I want to create an Android app that has a login and that you can send messages back and forth with the people who use that app. Similar to the Facebook Messenger App. Also similar to Facebook, I want to users to be able to log in via a web-app in their browsers and view/exchange messages.
My idea was MySQL as the database that stores all of this information. The website will then be made with a PHP framework to access that MySQL data and similarly, I was thinking the Android App would read/write to that same MySQL Database.
I already proto-typed this and was able to create an android app that posts data to a process.php file I have sitting on a web server which then queries the MySQL database, and returns a JSON object back to the Android App for consumption. I followed this guide from Stack Overflow to accomplish this and it worked good. I also searched these forums and found this: http://forum.xda-developers.com/showthread.php?t=2325799 which seems to sort of do things the same way.
My question is:
1) Is this the right way to do things for an app I want to scale to 10,000 users? I want to ask the more experienced developers if this is how they would go about creating such an app. Is there a better way besides what I described? I am a noobie so this was the best way I could come up with from searching the internet.
Much Love,
MicroR

Tasker web blocker

So, I was wondering if there was a way of having a profile event (I think that's the proper term)
Where if a certain keyword or url is typed, that the program that it is being typed into, will be killed, and have this work globally for all applications.
For example >
-Opens Firefox
-Types Facebook
-App Killed
Action ended.
I literally just got this app, so I'm hoping it's possible, but skeptical ^^
Edit: I'm sure it would be useful if anyone can post how)

Instant chat openfire+smack clarification

I'm going to add chat functionality to my app. After long searches I came to the conclusion that the best solution would be ejabberd/openfire + smack 4.1 for android, but I have some things that I can't wrap my ahead around. I don't know if I'm supposed to post a question like this here. Just comment if not and I'll delete it, but I don't know of any other place that I can ask.
Now I have a facebook login and some fields that post data to a server and that data is uploaded into mysql tables. I found multiple tutorials on how to make the openfire connection, but once I achieve that am I supposed to forget about my old implementation ? Is openfire just for instant messaging, or does it behave like a server in which I can add tables, query them, add data and etc. ?If so how? I mean in my current configuration I have php which handles all of that, but I couldn't find anything in openfire that would let me do such a thing.
When I configured openfire I saw that a lot of tables are created(ofuser, etc.), and I don't know what any of those are for, but I assume that I'm not supposed to mess with them.
Am I going to implement the auto-registration within the facebook login(user= fb id and password = token)?
Am I going to use openfire just to handle sending the messages, but store them on my current server in a table? It sounds that the phone would have to deal with too much- send the message to my server(to store it) and then to the openfire server?
I would also like to make an website for this app. Should I make it in such a way that when the message is submitted into the php form(to store it) somehow it's going to send it to the openfire to handle the downstream?
How should I implement this?
Any help is greatly appreciated! Thank you.:good:

Categories

Resources