Affichage des articles dont le libellé est SQLite. Afficher tous les articles
Affichage des articles dont le libellé est SQLite. Afficher tous les articles

mercredi 25 février 2015

[Q] Edit phone sqlite SMS database topic






Dear All,

I am to make an app that gets SMS messages from an own sqlite SMS database and copy them to the phone's SMS database. It also has to check for duplicates (if an SMS is already copied, it should not be added again even if you try to do so). The app has to run on a Nexus 5 phone (having the latest android version installed, Lollipop). If not possible, it can be run on a Jelly Bean phone (Android 4.3).
I got no clue how to do this. Can anyone help?
Thank you in advance for your help and time.






lundi 23 février 2015

how copy sqlite database from /sdcard to my app folder topic






hi, I have a sqlite database in "/sdcard/my.sqlite" and want to copy information to my App database "/data/data/com.myapplication/databases/my.sqlite"

question ?
I can open a sqlite from sdcard and copy row by row or need copy all file .

thanks for help me.