The goal is to understand a set of nontrivial solutions of
$$ a^3+b^3=c^3+d^3 \neq 0, \tag{1} $$ $$ a+b=c+d \neq 0, \tag{2} $$ for $a,b,c,d\in \mathbb{Z}$ where we demand $(a,b)\neq (c,d)$ and $(a,b)\neq (d,c)$. Also $a\neq -b, c \neq -d$. The (1) has partial but very nice answers here.
Question: Are there any nontrivial solutions? (e.g. $(a,b)\neq (c,d)$ and $(a,b)\neq (d,c)$.) How many simple but nontrivial solutions are there in the smaller values of $a,b,c,d$? (The simple form the solutions are the better.) Or can one prove or disprove that there are nontrivial solutions? (Even better, if we can get a quick algorithm to generate the solutions.)
A non-trivial example or a proof of non-existence is required to be accepted as a final answer.
Note add:
My trials/attempts: Since it is encouraged to show one's own attempt. Let me share a few comments on what these two equations boil down to:
(I) Combine (1)-(2)$^3$, with (2), we can obtain that the following is true:
$$ ab=cd, \tag{3} $$
Similarly, combining (2)$^2$-2(3), we can obtain the following is also true:
$$ a^2+b^2=c^2+d^2, \tag{4} $$
Thus, we can simply use (2) and (3) together with the constraint of $a,b,c,d\in \mathbb{Z}$ where $(a,b)\neq (c,d)$ and $(a,b)\neq (d,c)$, to get the answer.
Thank you!
p.s. When $d=0$ (or any one of the four of $(a,b,c,d)$ is zero), we know it is impossible due to the Fermat's Last Theorem. There are some nontrivial solutions for (1) here, but not enough to satisfy also (2). The naive Plato number satisfies (1) but not (2).