Seite 1 von 2

Yoyo compute error on Android

Verfasst: 26.12.2019 16:06
von albysprx
Hi, I started using boinc on my Android (mi 9t) when is charging and I have a problem with yoyo, it gives me tasks but I always get compute error in the elaboration (0.0%)

Re: Yoyo compute error on Android

Verfasst: 26.12.2019 21:10
von albysprx

Re: Yoyo compute error on Android

Verfasst: 14.06.2020 10:13
von charbo187
so is this issue ever going to be fixed or naw???

I see literally of hundreds of error'd out android tasks every single day. is anyone working on this issue??

Re: Yoyo compute error on Android

Verfasst: 14.06.2020 10:24
von yoyo
On which Android version?

Re: Yoyo compute error on Android

Verfasst: 21.06.2020 22:13
von charbo187
yoyo hat geschrieben:
14.06.2020 10:24
On which Android version?
I mean take a glance at some completed tasks.....almost every completed task has congruent failed tasks on android/arm devices. it looks to me like any device with android 8.1 or higher cannot complete any tasks and fails them all.

here is one of my devices. check out the results. https://www.rechenkraft.net/yoyo//show_ ... tid=488091

Re: Yoyo compute error on Android

Verfasst: 13.01.2021 09:13
von [AF>Libristes] Kao
Hi, I know this topic is relatively old but I'm also facing this issue.
I have one Android 9 and one Android 11, none of them are able to run the yoyo tasks, they are all failing after 2 seconds...

Re: Yoyo compute error on Android

Verfasst: 13.01.2021 14:11
von Frank [RKN]
[AF>Libristes] Kao hat geschrieben:
13.01.2021 09:13
Hi, I know this topic is relatively old but I'm also facing this issue.
I have one Android 9 and one Android 11, none of them are able to run the yoyo tasks, they are all failing after 2 seconds...
This is also an old issue, so you are right here :wink:
The last working version on my tablet was Android 8.0, after an update to 8.1 all wu's failed after a few seconds...

Yoyo is aware of this issue, but i think he didn't find the time to fix it soon.

Re: Yoyo compute error on Android

Verfasst: 14.01.2021 12:03
von [AF>Libristes] Kao
Damn, that's what I was scared of.
Does he know the origin of the erro?
He can't find anyone to help on that? :/

Re: Yoyo compute error on Android

Verfasst: 14.01.2021 21:07
von Frank [RKN]
[AF>Libristes] Kao hat geschrieben:
14.01.2021 12:03
Does he know the origin of the erro?
He can't find anyone to help on that? :/
I'm not sure.
If you want to help, please see this thread from 2008 (!) : Programmers wanted for yoyo@home (only in german)
If you know anyone who knows
- C++
- Android
- english
the support would be very welcome :wave:

Re: Yoyo compute error on Android

Verfasst: 19.01.2021 19:51
von [AF>Libristes] Kao
Well even though I am a developper, I have no knowledge of C++ for Android.
And I know no one doing C++ for Android so sadly I can't help for that :/
I can help testing new apps if Yoyo manage to find time for that...
Maybe with more debug data on the error I "could" find something as a dev but unsure.

Re: Yoyo compute error on Android

Verfasst: 19.01.2021 22:41
von yoyo
Hi,

the sources are more C and not C++.
The client sources are mainly here https://github.com/dcti/dnetc-client-base.git

I assume that the problem is this access in clitime.cpp:
FILE* fp = fopen("/proc/sys/kernel/osrelease","r");

which is probably no more accessable by Andoid 8.1 and higher.

yoyo

Re: Yoyo compute error on Android

Verfasst: 20.01.2021 19:45
von [AF>Libristes] Kao
Hi yoyo, thanks for you answer.
So if I understand your message, it's trying to open that file to get the Android release but it's (at least you're assuming) not reachable/existing anymore.