prey / prey-android-client

Android client for the Prey anti-theft software.
http://preyproject.com
GNU General Public License v3.0
429 stars 186 forks source link

Build failures x10: missing FileConfigReader #6

Closed iam-TJ closed 12 years ago

iam-TJ commented 13 years ago

Several build errors caused by missing FileConfigReader class:

[javac] /home/all/SourceCode/prey/android-client/src/com/prey/PreyConfig.java:344: cannot find symbol
[javac] symbol  : variable FileConfigReader
[javac] location: class com.prey.PreyConfig
rajesh-g commented 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.

cljk commented 11 years ago

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

GauravMandlik commented 9 years ago

can any one give me res/raw/config file..

cyaconi commented 9 years ago

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
GauravMandlik commented 9 years ago

thanks to you for the response .......