Closed iam-TJ closed 12 years ago
InputStream is = ctx.getResources().openRawResource(R.raw.config); - from FileConfigReader throws compilation error and the file "config" does not available under raw folder.
Please do the needful.
Have the same issue. The file "raw/config.properties" seems to be missing in git repo.
€dit: I transferred the installed APK from my phone and got the file from the archive. Don´t know if it´s OK to add it because of copyright reasons? Will add my own self written config file
can any one give me res/raw/config file..
Sure, here you are:
ask-for-password=false
prey-minor-version=1
prey-answers=answers
prey-support=support
prey-panel=panel
api-v1=api/v1/
api-v2=api/v2/
scheduled=false
minute-scheduled=5
gcm-id-prefix=GCM__
gcm-id=<your-gcm-id>
c2dm-action=message
c2dm-message-sync=sync
email-feedback=<feedback-email>
subject-feedback=prey android feedback
thanks to you for the response .......
Several build errors caused by missing FileConfigReader class: