Message boards :
Number crunching :
Android 9
Message board moderation
Author | Message |
---|---|
Send message Joined: 1 Apr 15 Posts: 49 Credit: 30,557,740 RAC: 0 |
Does Universe@Home work with Android 9 devices? I'm upgrading my OnePlus 5T to Android 9 Pie, but if this is a problem, I'll wait until the WUs will become compatible. ASUS X570 E-Gaming AMD Ryzen 9 3950X, 16 core / 32 thread 4.4 GHz AMD Radeon Sapphire RX 480 4GB Nitro+ Nvidia GTX 1080 Ti Gaming X Trio 4x16 GB Corsair Vengeance RGB 3466 MHz |
Send message Joined: 1 Apr 15 Posts: 49 Credit: 30,557,740 RAC: 0 |
Ok, Universe@Home works with Android 9 ;P ASUS X570 E-Gaming AMD Ryzen 9 3950X, 16 core / 32 thread 4.4 GHz AMD Radeon Sapphire RX 480 4GB Nitro+ Nvidia GTX 1080 Ti Gaming X Trio 4x16 GB Corsair Vengeance RGB 3466 MHz |
Send message Joined: 1 Apr 15 Posts: 49 Credit: 30,557,740 RAC: 0 |
My OnePlus 5T, after upgrading to Android 9, doesn't receive other WUs. What is the problem? ASUS X570 E-Gaming AMD Ryzen 9 3950X, 16 core / 32 thread 4.4 GHz AMD Radeon Sapphire RX 480 4GB Nitro+ Nvidia GTX 1080 Ti Gaming X Trio 4x16 GB Corsair Vengeance RGB 3466 MHz |
Send message Joined: 1 Apr 15 Posts: 49 Credit: 30,557,740 RAC: 0 |
Emmmmh, answers? ASUS X570 E-Gaming AMD Ryzen 9 3950X, 16 core / 32 thread 4.4 GHz AMD Radeon Sapphire RX 480 4GB Nitro+ Nvidia GTX 1080 Ti Gaming X Trio 4x16 GB Corsair Vengeance RGB 3466 MHz |
Send message Joined: 22 Oct 18 Posts: 19 Credit: 3,186,503 RAC: 0 |
My OnePlus 5T, after upgrading to Android 9, doesn't receive other WUs. What is the problem? What U@H has got to do with other projects? |
Send message Joined: 12 Aug 17 Posts: 21 Credit: 58,957,280 RAC: 0 |
got a new device which does not receive tasks: CPU type ARM AArch64 Processor rev 4 (aarch64) [Impl 0x51 Arch 8 Variant 0xa Part 0x801 Rev 4] Operating System Android 4.4.153-perf+ (Android 9) any suggestions? |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
Generally? Not... :) But, tomorrow I plan to compile new Android app, we will see :) Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 12 Aug 17 Posts: 21 Credit: 58,957,280 RAC: 0 |
any news? |
Send message Joined: 11 Mar 15 Posts: 37 Credit: 271,242,973 RAC: 0 |
Yea same, I have 4 android devices waiting for work. Any news? |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
Android app version added. Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 13 Apr 17 Posts: 10 Credit: 35,890,333 RAC: 0 |
My odroid can't crunch anymore: Process creation (../../projects/universeathome.pl_universe/BHspin2_19_arm-unknown-linux-gnueabihf) failed: Error -1, errno=2 execv: No such file or directory uname -a Linux odroid 4.9.184-37 #1 SMP PREEMPT Wed Jul 10 02:50:15 -03 2019 aarch64 aarch64 aarch64 GNU/Linu This application was working fine: BHspin2_17_aarch64-unknown-linux-gnu but not last one - BHspin2_19_arm-unknown-linux-gnueabihf |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
I have some problems with aarch64 linker... Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 13 Apr 17 Posts: 10 Credit: 35,890,333 RAC: 0 |
I have some problems with aarch64 linker... Is it possible from a server side to enforce the using of old application in this case? |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
No, the old isn't compatible with new data file. Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 21 Feb 15 Posts: 83 Credit: 873,439,097 RAC: 0 |
My odroid can't crunch anymore: My Odroid-C2 and Odroid-N2 run with Universe BHspin v2 v0.19 arm-unknown-linux-gnueabihf without problem. https://universeathome.pl/universe/show_host_detail.php?hostid=526961 On the Odroid-N2 with this: sudo dpkg --add-architecture armhf sudo apt update sudo apt install libsfstdc++6 sudo apt install libstdc++6:arm64 sudo apt install libstdc++6:armhf And in the cc_config.xml this: <options> <alt_platform>arm-unknown-linux-gnueabihf</alt_platform> </options> |
Send message Joined: 13 Apr 17 Posts: 10 Credit: 35,890,333 RAC: 0 |
My odroid can't crunch anymore: Thank you. What exact version of OC are you using? I have tried on Linux odroid 4.9.184-37 #1 SMP PREEMPT Wed Jul 10 02:50:15 -03 2019 aarch64 aarch64 aarch64 GNU/Linux but got: odroid@odroid:~$ sudo apt install libsfstdc++6 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libsfstdc++6:armhf : Depends: gcc-8-base:armhf (= 8-20180414-1ubuntu2) but it is not going to be installed Depends: libsfgcc1:armhf (>= 1:3.5) but it is not going to be installed Depends: libc6:armhf (>= 2.27) but it is not going to be installed E: Unable to correct problems, you have held broken packages. |
Send message Joined: 21 Feb 15 Posts: 83 Credit: 873,439,097 RAC: 0 |
My odroid can't crunch anymore: I have the orginal Hardkernel image Ubuntu 18.04.2 (MATE DESKTOP) for N2. uname -a show : Linux n204 4.9.184-37 #1 PREEMT Wed Jul 10 02:50:15 -03 2019 aarch64 aarch64 aarch64 GNU/Linux You must run all the 5 lines one after the other. I have this done on all of 9 x Odroid-N2 and it works. |
Send message Joined: 13 Apr 17 Posts: 10 Credit: 35,890,333 RAC: 0 |
Seems I have the same. Nevertheless: odroid@odroid:~$ sudo dpkg --add-architecture armhf odroid@odroid:~$ sudo apt update Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease Hit:2 http://archive.canonical.com/ubuntu bionic InRelease Hit:3 http://deb.odroid.in/n2 bionic InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://deb.odroid.in/n2 bionic InRelease' doesn't support architecture 'armhf' odroid@odroid:~$ sudo apt install libsfstdc++6 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libsfstdc++6:armhf : Depends: gcc-8-base:armhf (= 8-20180414-1ubuntu2) but it is not going to be installed Depends: libsfgcc1:armhf (>= 1:3.5) but it is not going to be installed Depends: libc6:armhf (>= 2.27) but it is not going to be installed E: Unable to correct problems, you have held broken packages. odroid@odroid:~$ Probably line in bold is a hint to root cause. |
Send message Joined: 21 Feb 15 Posts: 83 Credit: 873,439,097 RAC: 0 |
Have you run this lines: sudo apt install libstdc++6:arm64 sudo apt install libstdc++6:armhf The last line is for the missing lib. |
Send message Joined: 13 Apr 17 Posts: 10 Credit: 35,890,333 RAC: 0 |
Have you run this lines: Same error: odroid@odroid:~$ sudo apt install libstdc++6:arm64 [sudo] password for odroid: Reading package lists... Done Building dependency tree Reading state information... Done libstdc++6 is already the newest version (8.3.0-6ubuntu1~18.04.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. odroid@odroid:~$ sudo apt install libstdc++6:armhf Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libstdc++6:armhf : Depends: gcc-8-base:armhf (= 8-20180414-1ubuntu2) but it is not going to be installed Depends: libc6:armhf (>= 2.18) but it is not going to be installed Depends: libgcc1:armhf (>= 1:3.5) but it is not going to be installed E: Unable to correct problems, you have held broken packages. odroid@odroid:~$ |