Not new to folding - question about f@h Android client

Moderators: Site Moderators, FAHC Science Team

Post Reply
Hameed
Posts: 4
Joined: Mon Mar 02, 2015 5:32 pm

Not new to folding - question about f@h Android client

Post by Hameed »

What is the timeline for updating the f@h Android client to have the following functionality?
  • Flexibility to allow setting start and end time
  • Removal of the requirement to have the battery of my smartphone fully charged
  • Allow me to contribute even when I'm connected to Wifi
  • Allow me to specify my user name, team and passkey
Thanks.
7im
Posts: 10189
Joined: Thu Nov 29, 2007 4:30 pm
Hardware configuration: Intel i7-4770K @ 4.5 GHz, 16 GB DDR3-2133 Corsair Vengence (black/red), EVGA GTX 760 @ 1200 MHz, on an Asus Maximus VI Hero MB (black/red), in a blacked out Antec P280 Tower, with a Xigmatek Night Hawk (black) HSF, Seasonic 760w Platinum (black case, sleeves, wires), 4 SilenX 120mm Case fans with silicon fan gaskets and silicon mounts (all black), a 512GB Samsung SSD (black), and a 2TB Black Western Digital HD (silver/black).
Location: Arizona
Contact:

Re: Not new to folding - question about f@h Android client

Post by 7im »

Hello Hameed, welcome to the folding support forum.

This is welcomed feedback, but not really a support question this community can answer. Feedback and questions for the fah developers on this client may be sent to these locations:

Send email to: apps@sonymobile.com
or
https://www.reddit.com/r/foldingathome/ Post feedback and questions
or
https://play.google.com/store/apps/deta ... ting&hl=en Write a Review
How to provide enough information to get helpful support
Tell me and I forget. Teach me and I remember. Involve me and I learn.
gwildperson
Posts: 450
Joined: Tue Dec 04, 2007 8:36 pm

Re: Not new to folding - question about f@h Android client

Post by gwildperson »

Those are good questions, but you'll need to ask Sony or at https://www.reddit.com/r/foldingathome/

I wonder if it will run on the new Samsung hardware. (They will be using a custom CPU).
Hameed
Posts: 4
Joined: Mon Mar 02, 2015 5:32 pm

Re: Not new to folding - question about f@h Android client

Post by Hameed »

Thanks. Will do
eric2kwok
Posts: 9
Joined: Thu Jan 25, 2018 6:59 am

Re: Not new to folding - question about f@h Android client

Post by eric2kwok »

My Samsung Galaxy C5 Pro I tried to install folding@home android but doesn't work. If I installed to Samsung Galaxy Note 3 with no complaint. I feel quite strange.................
Joe_H
Site Admin
Posts: 7856
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: Not new to folding - question about f@h Android client

Post by Joe_H »

eric2kwok wrote:My Samsung Galaxy C5 Pro I tried to install folding@home android but doesn't work. If I installed to Samsung Galaxy Note 3 with no complaint. I feel quite strange.................
If you read the newer topics there is information about newer phones. Basically, the closer a phone is in hardware to an existing Sony model, the more likely the Android client will work. When Sony ended its development and open sourced the code they had not made changes to support processors like in your C5 with a mix of low and high power processor cores. Changes might be made in the future to support this, but I have not seen any announcements.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: Not new to folding - question about f@h Android client

Post by bruce »

I've heard that Sony has withdrawn their support. That probably means that somebody will need to rewrite the client from OpenSource repository. (That probably would have been a good idea some time ago.)

Do I hear any volunteers.
ChristianVirtual
Posts: 1596
Joined: Tue May 28, 2013 12:14 pm
Location: Tokyo

Re: Not new to folding - question about f@h Android client

Post by ChristianVirtual »

I have two questions: how serious are the result taken as now in open source the integrity need to be checked only in the backend and second without integration into regular points system (as BOINC on Android) I don’t see much benefit.
ImageImage
Please contribute your logs to http://ppd.fahmm.net
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: Not new to folding - question about f@h Android client

Post by bruce »

1) BOINC found one solution to that problem: They don't believe any result unless it's validated by running it at least twice. That wastes at least 50% of the resources spent on the project, so I don't like that solution, but it could be enforced on an Open Source client. Hopefully there will be more efficient ways of validating the results.

FAHCore_21 does run periodic validations so that if at designated intervals, the partial results can be aborted if they've already gone astray. That can save a fraction of the processing of an errant WU but probably wouldn't help if an evil person is intent on submitting false results.

2) If I were (re-)writing the Android client, I'd certainly enhance it's ability to work on a wider range of phones. I'd also add the code to generate the appropriate points that could be integrated into the existing credits. The PG would be responsible for accepting only those oints from WUs that pass whatever validation methodology is adopted.per question 1.

That's just IMHO, not anything official.
JimboPalmer
Posts: 2573
Joined: Mon Feb 16, 2009 4:12 am
Location: Greenwood MS USA

Re: Not new to folding - question about f@h Android client

Post by JimboPalmer »

(As always, I am just a Donor, and have no inside information)

One solution that the current cores use is to take Open Source GOMACS and wrap it in a proprietary core and only accept the proprietary core. That avoids false flag cores that claim to be doing more then they do.

I have not looked at the current Android code but I would guess that it has the following limits: all CPUs must be the same model running at the same speed, and I question if it is using GPUs at all. (ARM GPUs have very few shaders, 1 to 32, so will be too weak to fold, I think)

An all new mechanism to find the fastest CPUs and use all the CPUs that match that specification would address some of the current limits. It is possible some phones could also do useful work using the weaker CPUs in a different WU. (The issues with sharing computation with CPUs of differing speeds is HARD)

The ARM CPU architecture that causes grief is called big.LITTLE and comes in 3 flavors:
a) we have x low power draw CPUs, if we need heavy computing, we use x high power CPUs instead. Android F@H would need to switch to high power mode, then stay there until the WU is done. The low power CPUs and high power CPUS never run at the same time. This is the easiest.
b) each lower power CPU has a high power CPU that can run instead. In this scenario we need to force each Pair into high power mode and keep all the pairs in high power mode for the entire WU. This is harder, as we have x pairs we need to manage as opposed to one switch above.
c There are some low power CPUs and some high power CPUs and we can run all of them at the same time if we want. This will be hard, we need to find all the high power CPUs and run one WU on them and find all the low power CPUs and run a different WU on them. WUs will not finish at the same time. The system will be fighting you to swap all the F@H jobs to a high power CPU, we may have to admit we just can't use the lower power CPUs even though they are available.

https://en.wikipedia.org/wiki/ARM_big.LITTLE
https://en.wikipedia.org/wiki/Mali_(GPU)
Tsar of all the Rushers
I tried to remain childlike, all I achieved was childish.
A friend to those who want no friends
Post Reply