@anric70 and anurag_xpert
Copy folder fpad into SDCard (/mmc/mmca1/fpad) or copy to /ezxlocal/fpad then telnet to phone copy file S02Startup.txt in to /ezxlocal/autorun/ Restart phone
in file S02Startup.txt
#This code using fingerpad replace NumberBoard
if [ -f /ezxlocal/fpad/libfpad.so.1.0.0 ]
then
mount --bind /ezxlocal/fpad/libfpad.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0
fi
# This code using fingerpad in Search Contact Board
if [ -f /ezxlocal/fpad/libfpad.so.1.0.0 ]
then
mount --bind /ezxlocal/fpad/libfpad.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libfingerpad.so.1.0.0
fi



10Likes
Reply With Quote

