Changes between Version 3 and Version 4 of BOINConPhones
- Timestamp:
- Jan 31, 2012, 2:08:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOINConPhones
v3 v4 62 62 This section has a list of tested phones, their capabilities and suggested compile flags for native components: 63 63 || ||= SoC/CPU =||= Speed (from cpuinfo) =||= Memory =||= Flags =||= Comments =|| 64 || [http://en.wikipedia.org/wiki/HTC_Desire HTC Desire (Bravo)] || ARMv7 SnapDragon QSD8250 || 738.83 BogoMips || 576MB (412MB available for BOINC) || "-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard" or "-march=armv7-a -mfpu=neon -mfloat-abi=hard" || Testedwith Cyanogenmod 2.6.37.6 kernel. Requires BOINC API >= 6.x ||64 || [http://en.wikipedia.org/wiki/HTC_Desire HTC Desire (Bravo)] || ARMv7 SnapDragon QSD8250 w. vfp3 and neon || 738.83 BogoMips @1.113GHz || 576MB (412MB available for BOINC) || "-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard" or "-march=armv7-a -mfpu=neon -mfloat-abi=hard" || Tested native client with Cyanogenmod 2.6.37.6 kernel. Requires BOINC API >= 6.x || 65 65 66 66 … … 70 70 * Installation instructions for Android 71 71 72 * Phone friendly manager s72 * Phone friendly manager apps ([http://boinc.berkeley.edu/dev/forum_thread.php?id=6196 AndroBOINC]) 73 73 74 74 == Notes == … … 77 77 == Other Resources == 78 78 79 Here's a list of other pages talking about specific things relating to running BOINC on phones:79 Here's a list of some other pages talking about specific things relating to running BOINC on phones: 80 80 * [wiki:WorkShop11/HackFest#BOINConAndroid BOINC on Android (From the 2nd day of the BOINC workshop 2011)] 81 * [http://boincoid.sourceforge.net/ BOINCOid] (An attempt to port BOINC to Android as Java)