Changes between Version 9 and Version 10 of AndroidBoinc
- Timestamp:
- Mar 17, 2012, 10:33:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoinc
v9 v10 32 32 33 33 In 2012 Janus Kristensen wrote a [wiki:BOINConPhones document about the battery and energy impacts of computing on phones]. 34 35 In March 2012 I learned about 36 [https://github.com/matszpk/native-boinc-for-android Native BOINC for Android]; 37 I'm currently investigating this. 34 38 35 39 == Architecture == … … 72 76 This is non-ideal but it wouldn't be the end of the world. 73 77 78 Peter thinks it may be possible for the client to download .so 79 files and dynamically link them with ldopen(). 80 If so apps could be packaged as .so files. 81 Also, in this case it would be possible to run the apps in threads 82 within the client; 83 this would avoid reported problems with fork(). 84 74 85 == Packaging == 75 86