Activar VoIP al Samsung Galaxy S2 GT-I9100
No activado
Por defecto, los settings de la pila SIP (VoIP) vienen desactivados en el S2, pero si que existe.
Primero tenemos que montar el sistema en escritura:
mount -o remount,rw -t yaffs2 /dev/block/mmcblk0p9 /system
Luego tenemos que crear el fichero (el teléfono tiene que estar rooteado):
/system/etc/permissions/android.software.sip.voip.xml
con el contenido siguiente:
<?xml version="1.0" encoding="utf-8" ?> <permissions> <feature name="android.software.sip" /> <feature name="android.software.sip.voip" /> </permissions>
Referencias
- How to Add Native Android SIP Stack to Your Samsung Galaxy S2 (SII) For Making Calls on Wi-Fi and 3G?
- [GUIDE] How to add native android SIP stack for Wifi AND 3G calls (full instructions)
--Daniel Simao 12:05 24 feb 2012 (UTC)