draguve / droidducky-app

Android app to run duckyscript
46 stars 17 forks source link

where are the files stored? #14

Closed Merith-TK closed 5 years ago

Merith-TK commented 5 years ago

I want to write some DuckyScripts on my PC then transfer them to my phone. where are the files stored?

draguve commented 5 years ago

Its not currently possible , but i am working on it , Im changing the entire way the scripts are stored to make it a bit easier

Merith-TK commented 5 years ago

Yeah I looked around the filesystem and found a sqlite database that had the information...

If I knew more about app development I would gladly help!

On Fri, May 31, 2019, 6:52 AM Draguve notifications@github.com wrote:

Its not currently possible , but i am working on it , Im changing the entire way the scripts are stored to make it a bit easier

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/draguve/droidducky-app/issues/14?email_source=notifications&email_token=ACPQOXT4NCDFF6EUNSNCUZTPYEUQXA5CNFSM4HFBVVAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWVIZXY#issuecomment-497716447, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPQOXQW7RSIR6DOL27ECOTPYEUQXANCNFSM4HFBVVAA .

draguve commented 5 years ago

Ya that sqldatabase was a bad idea from the get go

Merith-TK commented 5 years ago

Well...

If it were to be reworked, how I would do it is look for files in $INTERNAL_STORAGE/Documents/DroidDucky/scripts

draguve commented 5 years ago

i reworked it , you can now just copy paste the duckyscripts in $INTERNAL_STORAGE/Droidducky/DuckyScripts

and js scripts in $INTERNAL_STORAGE/Droidducky/JavaScript