Message boards : Android : Move Boinc to SD card
Message board moderation
Author | Message |
---|---|
Send message Joined: 12 Feb 11 Posts: 418 |
Over 2y ago, Ageless wrote: No, at the moment the BOINC for Android app cannot use the SD card yet. That is slated for a future version. And now? |
Send message Joined: 29 Aug 05 Posts: 15542 |
Best ask in #1599, perhaps that then someone will think it worthy of their time. Or as Christian says elsewhere: ...but it is up to you (as the one who wants to have it implemented) to find someone who is willing to spend time on this. BOINC is a community project now and has no dedicated developers anymore. So any request for a change or a new functionality is done in the spare time of volunteers which set their own priorities. If you want to bump priority you need to convince people that it is worth there while to do this or do it yourself and create a pull request. Make sure to mention @denravonska, as he seems to be (one of?) the Android developer of choice at the moment. |
Send message Joined: 30 Oct 05 Posts: 1239 |
Over 2y ago, Ageless wrote: No new news on Android on the front lines. Kathryn :o) |
Send message Joined: 12 Feb 11 Posts: 418 |
BOINC is a community project now and has no dedicated developers anymore. So any request for a change or a new functionality is done in the spare time of volunteers which set their own priorities. If you want to bump priority you need to convince people that it is worth there while to do this or do it yourself and create a pull request. Thanks for the answer. I'll wait for this feature |
Send message Joined: 4 Jul 12 Posts: 321 |
If I recall this correctly, the problem with moving BOINC to the CD card is that the external cards are mounted in a way that prevents executing binary applications. So in order to circumvent this one can use the SD card as data storage but the slot directories need to be on the phone itself (so binaries can be executed). Because those two things are separate filesystems and BOINC puts the slots where the data is one needs to break up this assumption first. The other thing is that this leads to a lot of copy operations as each time a task is started every file needs to be copied from SD card to internal memory. This can impact lifetime of internal memory and may be a showstopper for the whole SD card usage. |
Send message Joined: 12 Feb 11 Posts: 418 |
If I recall this correctly, the problem with moving BOINC to the CD card is that the external cards are mounted in a way that prevents executing binary applications. So in order to circumvent this one can use the SD card as data storage but the slot directories need to be on the phone itself (so binaries can be executed). I move to my SD this apps: Chess2 (chess game), Mahjong Titan, Nasa, Shazam, Wikipedia. I think Chess2, Shazam and Mahjong are binary applications (and also Shazam). I'm wrong? |
Send message Joined: 12 Feb 11 Posts: 418 |
The other thing is that this leads to a lot of copy operations as each time a task is started every file needs to be copied from SD card to internal memory. This can impact lifetime of internal memory and may be a showstopper for the whole SD card usage. ? I don't see any slowdown in my SD card apps (and NASA app is very big with a lot of photos and other things). |
Send message Joined: 4 Jul 12 Posts: 321 |
I move to my SD this apps: Maybe, I don't know. If they are Java Applications they are not binary applications so they can be moved. Maybe they only move the data part to SD and keep the executables on the internal memory? |
Send message Joined: 4 Jul 12 Posts: 321 |
The other thing is that this leads to a lot of copy operations as each time a task is started every file needs to be copied from SD card to internal memory. This can impact lifetime of internal memory and may be a showstopper for the whole SD card usage. I didn't mean performance. I meant lifetime expectancy because of a lot of write activity. Usually memory has a limit on write cycles. And also different behavior between apps, you can't compare an App that displays nice images and only updates once in a while with an application like BOINC which uses 100% of the CPU and does a lot more writes than those other applications. |
Send message Joined: 12 Feb 11 Posts: 418 |
Maybe they only move the data part to SD and keep the executables on the internal memory? Maybe. I'd be happy to move the data of Ralph@Home (over 800 mb), for example.... |
Send message Joined: 12 Feb 11 Posts: 418 |
I didn't mean performance. I meant lifetime expectancy because of a lot of write activity. Usually memory has a limit on write cycles. And also different behavior between apps, you can't compare an App that displays nice images and only updates once in a while with an application like BOINC which uses 100% of the CPU and does a lot more writes than those other applications. Uh, i don't think. You might be right.... |
Send message Joined: 29 Aug 05 Posts: 15542 |
For clarification, also for myself: What is a binary file? A binary file is a file stored in binary format. A binary file is computer-readable but not human-readable. All executable programs are stored in binary files, as are most numeric data files. In contrast, text files are stored in a form (usually ASCII) that is human-readable. |
Send message Joined: 4 Jul 12 Posts: 321 |
To clarify further. A lot of people (myself included) talk about binaries when they mean compiled executables. But from a technical perspective, Java class files are also binary files but they are not executable so they are not restricted and can be moved to SD cards on Android (because Android runs Java). Scripts are text files too but can be executed (through an interpreter) and so they can not be moved to SD cards on Android. Technical background: SD cards on Android are mounted in a way that prevents the Operating System from starting executable files (binary or text) that are stored on this devices. This was (and still is I think) a security feature of Android. |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.