matszpk / native-boinc-for-android

Native BOINC client for android and boinc applications
39 stars 12 forks source link

Cannot Download PGP key #5

Open jravetch opened 11 years ago

jravetch commented 11 years ago

For some reason, I cannot download the PGP key when I try to install the client. I am running an AVD and am able to install the APK via the command line. I can confirm I have outside network access. Any help would be very appreciated.

matszpk commented 11 years ago

Sorry. Network access is required during installation. BOINC client is separated from main application, because allow to deliver (NaitveBOINC and client) versions in the different time.

jravetch commented 11 years ago

How is it downloading the PGP key?

On Jan 9, 2013, at 4:00 PM, matszpk notifications@github.com wrote:

Sorry. Network access is required during installation. BOINC client is separated from main application, because allow to deliver (NaitveBOINC and client) versions in the different time.

— Reply to this email directly or view it on GitHubhttps://github.com/matszpk/native-boinc-for-android/issues/5#issuecomment-12033816.

matszpk commented 11 years ago

I understand you. But, network access is required. I didnt predict version with builtin boinc client (maybe next version?). If possible, please use mobile network (but main boinc client weights over 2 MB), but is not recommended. Sorry :(.

jravetch commented 11 years ago

@matszpk I guess I'm not being clear. I do have network access, but for some reason I cannot download the PGP key. How is the key downloaded? Is there a way I can install the client manually?

matszpk commented 11 years ago

Liklely problem with keyserver or problem with network, sometime via network you cant access to other port than 8000 (keyservers uses other ports) or is hardcoded. Try again inside WiFi access. You can put boinc client if you have root, simply put to /data/data/sk.boinc.nativeboinc/files boinc_client file and set permission for app to executable. Ofcouse, you must also put pgp key (in this same directory as 'pgpkey.pgp)', which can be obtained from one of the keyservers: pgp.zdv.uni-mainz.de, keyserver.stack.nl or subkeys.pgp.net (key number: 'CAD10E7D', and can be found with using index "Mateusz Szpakowski (Key for Native BOINC for Android project)").

PS: to proper installation please put file 'installed_client.xml' with following content: http://pastebin.com/RMqithFW. thanks.