How do I uninstall google assistant from raspberry pi? - raspberry-pi

I have a question regarding how to uninstall google assistant on the raspberry pi 3. The files are scattered over the place so deleting is not an option. Is there any command to uninstall google assistant on the raspberry pi? I am using the google assistant SDK.

You should be able to run pip uninstall google-assistant-sdk to remove the libraries downloaded. There may be a few config files as well located in ~/.config/google-assistant-* that you can remove.

Related

Raspberry Pi 3 - Google Colab blank page

I am trying to run Google Colab on my Raspberry Pi 3 (Raspberry Pi OS).
If I try to open the page, it remains blank with a hint that Colab might not work on my browser (Chromium).
The link to the FAQ only states that Colab should work on most browsers, e.g. Firefox. So I inistalled Firefox, but it does not work.
I have previously run Colab on my Pi, so I am a bit confused why it is no longer supported. How do you run Colab on Pi?

How to build Google Assistant into Raspberry Pi?

Google said that with their SDK we could build the Assistant into a wide range of products, for example the Raspberry Pi.
Now it's launched and I can't see that function, did I miss something?
Look out for the Embedded Google Assistant SDK which will allow you to add the Google Assistant to a Raspberry Pi. This was not part of today's launch.

Develop raspberry pi app with eclipse

I just got a Raspberry Pi and I want to develop a java application for it using eclipse. I found the performance of the pi very poor so I don't want to install eclipse on it and use it for developing the app, I would like to use my mac. I thought about different solutions: Use my mac and push the code to github and then pull it on the Raspberry and compile it. Also use the same raspbian image with parallel desktop and after finishing the work deploy the solution on the pi (But actually I want to try the app on the raspberry frequently when I am developing it). Do you have an idea how I should proceed?
You could use the Remote System Explorer Plugin (installable via eclipse market place).
This Plugin basically adds a remote file system to the eclipse view.
You can create projects on the remote device und use them from eclipse.
Build setup is probably a bit more advanced (have not tried this yet), but should be possible as well.
You can find a step-by-step guide for creating a project in this answer
Try this eclipse plugin - http://tsvetan-stoyanov.github.io/launchpi/. It allows you to run/debug java applications remotely.

NW.js build doesn't open for Raspberry Pi (Raspbian)

I have a desktop application (built with NW.js and the node-webkit-builder) that runs smoothly on Windows and OS X, however, I can't seem to open the executable on the Raspberry Pi. The NW.js builder outputs the 32- and 64-bit Linux distributions, as well, that I assume should operate on Raspbian or Ubuntu MATE. However, I keep getting the error:
cannot open the application since there isn't a readable executable.
Even after chmod +x the application, it doesn't work.
raspberry pi use arm architecture, you may checkout this: https://github.com/toxygen/armhf-node-webkit
Rasp Pis are using ARM processors and not the x32 and x64 processors the NW.js binaries support.
You will need to download a prebuilt for the ARM or build it yourself.
Here is a link to a prebuilt for 0.12.0. You will package your app just like you would on a x32/x64 machine.
Unfortunately ARM is still not an officially supported platform and if you wish to have prebuilts you will have to depend on community members/contributors.
You need the binary port of NW.js (node-webkit) for Raspberry Pi.
I have just created a repository with the node-webkit binary port that runs on Raspbian, tested and working on Raspberry Pi 1 and Raspberry Pi 3 so it is ARMv6 and ARMv7 compatible.
Here you can check it: https://github.com/jalbam/nwjs_rpi

Raspberry Pi Pianobar PulseAudio

I have been trying to get pianobar working on my Raspberry Pi. I built version 2013.05.19-dev from Github and it works when I have /etc/libao.conf default_driver=alsa. The problem is that this gives horrible quality audio. I followed the instructions for installing PulseAudio and MPD on dbader's blog. Now when I set default_driver=pulse, pianobar tells me /!\ Cannot open audio device. I have been looking for a solution to this so any tips or help would be great!