12 December 2015

Disable disk cache on chromium, for all users.


I am tired of seeing Chromium writing to disk ...

And I don't want to edit the launchers to add parameters.


So, you can go to the root of the issue, which is the parameters given to chromium no matter the user calling for it.

In my case (Debian Linux):

1. Open as root
# leafpad /etc/chromium.d/default-flags &

2. Add this line or edit it if it already exists
CHROMIUM_FLAGS=" --disk-cache-dir=/dev/null  --media-cache-dir=/dev/null  ";

3. Save & close.

4. Rename or delete the folder
/home/<user>/.cache/chromium/

5. Test
Open chromium. That folder should be created again, but it should keep it's size to null.

I also noticed chromium works snappier/faster.


Hope it helps.

09 December 2015

Mi aventura rooting la tablet BQ Edison 3.


Esta guia es correcta
http://www.mibqyyo.com/articulos/2014/09/29/rootea-tu-aquaris-e-la-edison-3-y-la-nueva-version-de-android-4-4-2/#/vanilla/discussion/embed/?vanilla_discussion_id=0


Problemas encontrados por el camino
- Rooting con la aplicacion china NO me funciono. Ejecuta y dice que hace, pero no hace. Supongo que valdria para otras versiones de esa tablet, pero no para la mia.

- Al intentar hacer el transfer del recovery.img no pasa nada de nada.
Problema: Windows 8 no detecta la tablet
Sol: Instalar drivers [1]

Problema2: La instalacion de drivers 'parece' funcionar, pero el problema persiste.
Causa: Los drivers no estan firmados.
Sol: Instalar los drivers con la verificacion de firma desactivada [2]

Problema: Sigue sin transferir el fichero.
Sol: Recuerda que la tablet tiene que estar apagada. Pulsa Download y LUEGO conecta la tablet al PC.
Sol: Prueba usando varios puertos USB.

--------------

Si necesitas descomprimir rar y no quieres instalar nada -> http://online.b1.org/online#

La aplicacion para copiar el recovery.img  -> http://spflashtool.com/

[1] Drivers del fabricante -> http://www.bq.com/gb/support/edison-3
Yo instale todo, lo que habia en Driver ADB y Driver Hard Reset.

[2] http://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/
Yo use 'Hold down the SHIFT key while you click Restart.' porque los menus que me aparecian a mi no son los mismos, lo cual no me sorprende, ya que no he dejado que Window se actualizase nunca.

Too Cool for Internet Explorer