Hello
AirMirror actually never worked on this device. This time, I decided to try and investigate this a bit more deeply.
Device is rooted and indeed SuperSU prompts for root request from AirDroid and logs some actions of it:
echo a
kill - 15 9666
chmod 755 /data/data/com.sand.airdroid/lib/libvncServer.so
/data/data/com.sand.airdroid/lib/libvncServer.so -p 32002 -s 0123456789 -r 0 -d (very long string; the device id, I suppose) -t 30126
From AirMirror logfile it's quite clear what is causing the failure: libvncServer.so process is getting a SIGTERM termination signal (or is sending the termination signal to itself).
Attached are main.log, push.log and AirMirror.log.
AirMirror actually never worked on this device. This time, I decided to try and investigate this a bit more deeply.
Device is rooted and indeed SuperSU prompts for root request from AirDroid and logs some actions of it:
echo a
kill - 15 9666
chmod 755 /data/data/com.sand.airdroid/lib/libvncServer.so
/data/data/com.sand.airdroid/lib/libvncServer.so -p 32002 -s 0123456789 -r 0 -d (very long string; the device id, I suppose) -t 30126
From AirMirror logfile it's quite clear what is causing the failure: libvncServer.so process is getting a SIGTERM termination signal (or is sending the termination signal to itself).
Attached are main.log, push.log and AirMirror.log.
- Attachments
-
documents-export-2015-10-17.zip
- (189.24 KB) Downloaded 252 times