Ewald Comhaire
Ewald Comhaire
Oops, didn't notice Android Studio reset the branch to Master after a crash. Did not notice :-( It's OK now!
Congratulations, working to perfection ! There is of course still the Android SVG defect with fill-opacity, but include of CSS works fine. The one thing I still don't understand is...
Confirming that the solution offered by @vjh0107 is working and in an elegant way. I have the habit to define the aggregate module at the top of the code for...
All syntactical solutions are fine for me, it's really about supporting dependencies in a more flexible/general way for which there are several use cases. Anyhow, my problem was solved with...
Hmm, I am aware of ssh issues when you just deploy the Debian image and do the typical things like change the hostname. Hence in the installation guidance we recommend...
@jlores, would be interested to hear about your experience with 5.10. Before my MBL died, I tried desperately to match 4.X performance level on 5.4. It took a lot of...
Next to replacing uImage/apollo.dtb, you do need to run either "mkswap /dev/sda3" or "swapon --fixpgsz /dev/sda3" if the page sizes are different (e.g. from /etc/rc.local) at boot time. Just commenting...
If you have a Linux OS, you can use "ssh -v" to test login to the MBL. The way you can add a command to e.g. /etc/rc.local is to take...
"connection refused" may be misleading. U-boot brings up the LAN with an IP address, so ssh does see an active host, but there is no ssh daemon (sshd) to take...
Nice work! This explains the ssh mystery at least. Is /dev/sda1 formatted in ext3? It should be cause it's set on your boot args.... but maybe I have removed ext2...