Editing Wazapp(spanish)

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 356: Line 356:
==Última compilación oficial ==
==Última compilación oficial ==
[[Image:Wazapp_027.png|thumb|86px|QR-Code]]
[[Image:Wazapp_027.png|thumb|86px|QR-Code]]
-
La última versión de Wazapp es la 0.9.12
+
La última versión de Wazapp es la 0.2.7
-
* Descargar deb: https://github.com/downloads/tgalal/wazapp/wazapp_0.9.12_armel.deb
+
* Descargar deb: https://github.com/downloads/tgalal/wazapp/wazapp_0.2.7_armel.deb
-
* Codigo fuente: https://github.com/tgalal/wazapp/zipball/0.9.12
+
* Codigo fuente: https://github.com/tgalal/wazapp/zipball/0.2.7
<br style="clear:both"/>
<br style="clear:both"/>
Line 379: Line 379:
* [http://store.ovi.com/content/283645 MTermite]
* [http://store.ovi.com/content/283645 MTermite]
-
==Comandos para la Terminal==
+
==Terminal commands==
-
===Ingresar como superusuario / modo root===
+
===Enter superuser / root mode===
  devel-su
  devel-su
Type the root password (default: rootme)
Type the root password (default: rootme)
-
===Como respaldar tu base de datos Wazapp===
+
===How to backup your Wazapp database===
-
Esto se debe hacer antes de cualquier otra cosa. Solo en caso de que las cosas salgan mal (y saldrán tarde o temprano)
+
This should be done prior to anything else. Just in case things get bad (and they will sooner or later).
 +
====GUI solution====
-
====Solución por medio de GUI====
+
# Disconnect USB cable in case phone is connected to computer.
-
 
+
# Activate "Show root filesystem" '''AND''' "Show hidden files" in Filebox settings menu.
-
# Desconectar el cable USB en caso de que el teléfono este conectado a la computadora.
+
# Navigate to folder
-
# Activar "Show root filesystem" '''Y''' "Show hidden files" en el menú de configuraciones de Filebox.
+
-
# Navegar a la carpeta
+
#:<pre>/home/user/.wazapp</pre>
#:<pre>/home/user/.wazapp</pre>
-
# Verás un archivo similar a
+
# You should see a file similar to
#:<pre>123456789012345.db</pre>
#:<pre>123456789012345.db</pre>
-
# Seleccionar y copiar (pulsación larga)
+
# Select and copy it (long keypress)
-
# Navegar a
+
# Navigate to
#:<pre>/home/user/MyDocs</pre>
#:<pre>/home/user/MyDocs</pre>
-
#:y pegar el archivo aquí
+
#:and paste the file here
-
# Cerrar Filebox y conectar tu teléfono con el cable USB.
+
# Close Filebox and connect your phone by USB cable.
-
# Ahí en la carpeta MyDocs podras encontrar tu copia de seguridad.
+
# You should find your backup copy in the MyDocs folder.
-
====Solución por medio de Terminal====
 
-
# Desconectar el cable USB en caso de que el teléfono este conectado a la computadora.
+
====Terminal solution====
-
# Abre tu terminal favorita
+
 
-
# Escribe
+
# Disconnect USB cable in case phone is connected to computer.
 +
# Open your favourite terminal
 +
# Type
#:<pre>cp ~/.wazapp/*.db ~/MyDocs/</pre>
#:<pre>cp ~/.wazapp/*.db ~/MyDocs/</pre>
-
# Cierra la terminal y conecta el cable USB.
+
# Close terminal and connect your phone by USB cable.
-
# Ahí en la carpeta MyDocs podras encontrar tu copia de seguridad.
+
# You should find your backup copy in the MyDocs folder.
-
===Instalar una nueva versión de Wazapp===
+
 
-
Descarga el archivo deb a tu carpeta de descargas (por default es: /home/user/MyDocs/Downloads/), despues desconecta el teléfono de tu computadora (si estaba conectado anteriormente).
+
===Install a new wazapp build===
 +
Download the deb file to your downloads folder (default: /home/user/MyDocs/Downloads/), then disconnect the phone from your computer (if previously connected by usb).
  devel-su
  devel-su
-
Escribe la contraseña de root (default: rootme)
+
Type the root password (default: rootme)
  cd /home/user/MyDocs/Downloads/
  cd /home/user/MyDocs/Downloads/
  dpkg -i filename.deb
  dpkg -i filename.deb
-
(El filename es por supuesto el nombre del archivo deb)
+
(filename obviously is the name of your deb file)
 +
 
-
===Matar / cerrar un proceso atascado de Wazapp===
+
===Kill / exit a stuck wazapp process===
  killall wazapp
  killall wazapp
  kill `pidof wazapp`
  kill `pidof wazapp`
-
===Borrar tu base de datos de Wazapp===
+
===Deleting your wazapp database===
-
'''Precaución''': perderas todo tu historial de chat y mensajes!
+
'''Warning''': you will lose all chat history and messages!
  rm -rf ~/.wazapp/*.db
  rm -rf ~/.wazapp/*.db
  rm -rf home/user/.wazapp/*.db
  rm -rf home/user/.wazapp/*.db
-
===Crear un archivo de registro para solución de problemas===
+
===Create a logfile for troubleshooting===
-
Si CepiPerez pregunta por un archivo de registro, debes enviarle uno ;)
+
If CepiPerez asks for a log, you will send him one ;)
-
Así es como se hace.
+
This is how it's done.
-
'''Nota: Wazapp no deberá estar corriendo!'''
+
'''Note: wazapp must not be running!'''
  /opt/waxmppplugin/bin/wazapp/wazapp_init >/home/user/MyDocs/wazapp-logfile.txt
  /opt/waxmppplugin/bin/wazapp/wazapp_init >/home/user/MyDocs/wazapp-logfile.txt
-
Una vez que terminaste de capturar tu archivo de registro, podrás encontrarlo en tu carpeta de almacenamiento (/home/user/MyDocs) cuando lo conectes a tu computadora por medio de USB.
+
Once you're done capturing your log, you can find it on your usb storage when connected to pc via usb.
-
Publicalo en [http://pastebin.com Pastebin], agrega el archivo de registro como txt a tu publicación o enviaselo a CepiPerez si te pregunta.
+
Post it on [http://pastebin.com Pastebin], attach the logfile as txt to your post or send it to CepiPerez if asked.
-
===Autocomienzo de Wazapp al iniciarce el teléfono===
+
===Autostart Wazapp on phone boot===
  devel-su
  devel-su
  wget http://pastebin.com/raw.php?i=VfxNtsYg -O /etc/init/apps/wazapp.conf && /sbin/reboot
  wget http://pastebin.com/raw.php?i=VfxNtsYg -O /etc/init/apps/wazapp.conf && /sbin/reboot
-
==Errores comunes y sus soluciones==
+
==Common errors and their solutions==
-
=== Error de conexión===
+
=== Connection error===
-
Mensaje de error:
+
Error Message:
-
  el estado muestra "Conectando…" cuando Wazapp esta corriendo.
+
  status shows "Connecting…" when Wazapp is running.
-
Solución:
+
Solution:
-
# Borrar la carpeta (''si vas a utilizar Filebox: la carpeta esta escondida'')
+
# Delete folder (''if you intend to use Filebox: folder is hidden'')
  /home/user/.wazapp
  /home/user/.wazapp
-
# [http://wiki.maemo.org/Wazapp#Latest_version_.28CepiPerez_build.29 Actualiza a una nueva versión de Wazapp]
+
# [http://wiki.maemo.org/Wazapp#Latest_version_.28CepiPerez_build.29 Update your Wazapp build]
-
===Error de Registration fail-too-many===
+
=== Registration fail-too-many error===
Error Message:
Error Message:
  "Failed. Server said: fail-too-many"
  "Failed. Server said: fail-too-many"

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)