Ir al contenido principal

How to use whatsapp from PC with your number

Hello all, this guide will be a little tricky but here i come.
Requirements
-Android emulator and Android SDK
-An actually rooted android phone with whatsapp installed
-A hex editor (http://portableapps.com/apps/development/frhed_portable)
Steps:
  1. Download and install android SDK from http://www.android.com
  2. Open SDK Manager and download the same API of your Android phone version, then make a new emulator image with Google apis and 1024MB of sdcard
  3. Root your android emulator following this guide: http://abd-tech.blogspot.com/2011/05/test-root-apps-on-android-emulator.html.
    Hint: If "memory full" message appears, just go to /system/apps/ and rm email.apk, then retry
  4. Patch your android emulator with your Android phone IMEI number following this guide: http://codepainters.wordpress.com/2009/12/11/android-imei-number-and-the-emulator
    Or open  tools/emulator.exe with the hex editor and substitute +CGSN 000000000000000 with your own imei
    Hint: On newer emulators you should patch tools/emulator-arm.exe
  5. Install TitaniumBackup on your Android phone and backup Whatsapp app
  6. Install TitaniumBackup on the emulator by downloading it from their website: http://matrixrewriter.com/android/
    Hint: A popup will ask you for su permission
  7. Push the Whatsapp backup files from your Android phone to your Emulator /sdcard/TitaniumBackup folder using the command adb push from shell
  8. Restore the app with TitaniumBackup (reload it first) and reboot emulator
Here you are! :D Congrats
Remember, you can't use both mobile and emulator at the same time!

Comentarios

Entradas populares de este blog

Yamaha XT 125R Manual

Para aquellos que lo hayan perdido y no quieran comprar uno nuevo por el doble de lo que cuesta cambiar el aceite.. https://mega.nz/#F!ZeYh3QzD !mSOhljTo5UWedfEWq5cCjw Algunos "trucos":  - Si os marca mal la velocidad es porque la teneis configurada mal (supermotard en enduro y viceversa), para cambiar este ajuste teneis que quitar la bateria varios minutos y al volver a enchufar con el boton azul seleccionar la correcta. La mia es enduro  - Si cambiais el aceite:    + Para no tener que desmontar media moto lo mejor es introducir una botella de cocacola de plástico cortada, con el tapón abierto y dejar que el aceite escurra a traves de ella hacia la lata dónde vais a desecharlo    + Para resetear el contador de kilómetros que quedan para el cambio de aceite hay que apagar la moto, pulsar el botón azul, encenderla y esperar hasta que en la pantalla aparezca reseteado

Tasker: Profiles with priorities

Hi! If you read Tasker docs, you may find that with Tasker its not possible to establish actions based on profile priorities if you have two of them activated at the same time; in the other hand Setting Profiles is a unmantained old app that can do this, but have no scripting capabilities like Tasker. Here is the solution using Tasker powerful environment. The main idea is to do this: Profiles/Init (44) A1: If [ %Profiles_pactivelast Is Set & %Profiles_pactivelast !~ %PACTIVE ] A2: Perform Task [ Name:Profiles/Profile/Default Stop:Off Priority:5 Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: ]  A3: Variable Set [ Name:%profile_priority To:Work,Class,Study,Sleep,Low battery, Charging weak,Charging strong Do Maths:Off Append:Off ]  A4: Variable Split [ Name:%profile_priority Splitter:, Delete Base:Off ]  A5: For [ Variable:%profile Items:%profile_priority() ]  A6: [X] Flash [ Text:%profile Long:Off ]  A7: [X] Wait [ MS:0 Seconds:5 Minutes:0 Hour