This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exiv2 -M"set Xmp.GPano.CaptureSoftware DJI" -M"set Xmp.GPano.CroppedAreaImageHeightPixels 4096" -M"set Xmp.GPano.CroppedAreaImageWidthPixels 8192" -M"set Xmp.GPano.CroppedAreaLeftPixels 0" -M"set Xmp.GPano.CroppedAreaTopPixels 0" -M"set Xmp.GPano.FullPanoHeightPixels 4096" -M"set Xmp.GPano.FullPanoWidthPixels 8192" -M"set Xmp.GPano.ProjectionType equirectangular" ~/Bilder/DJI_0178.JPG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[henning@satellite ~]$ while true; do adb shell netstat -a -e -W -t | (head -2; grep a200); adb shell ps -w -k +TIME -T -u u0_a200 -l -O STIME -O RSS -O TCNT | (head -1; grep -i http); sleep 1; done | |
Active Internet connections (established and servers) | |
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode | |
tcp6 0 0 ::ffff:192.168.0.140:41329 ::ffff:120.132.176.172:http ESTABLISHED u0_a200 8577882 | |
tcp6 32 0 ::ffff:192.168.0.140:39496 ::ffff:47.88.66.155:https CLOSE_WAIT u0_a200 8004871 | |
tcp6 32 0 ::ffff:192.168.0.140:39492 ::ffff:47.88.66.155:https CLOSE_WAIT u0_a200 7998088 | |
tcp6 0 1 ::ffff:192.168.0.140:44219 ::ffff:192.168.1.1:19005 SYN_SENT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10-02 08:04:13.021 20843 20843 E InputEventReceiver: Exception dispatching input event. | |
10-02 08:04:13.026 20843 20843 D AndroidRuntime: Shutting down VM | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: FATAL EXCEPTION: main | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: Process: dji.go.v4, PID: 20843 | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: java.lang.Error: std::bad_alloc | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: at com.mapbox.mapboxsdk.style.sources.GeoJsonSource.nativeSetFeatureCollection(Native Method) | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: at com.mapbox.mapboxsdk.style.sources.GeoJsonSource.setGeoJson(SourceFile:200) | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: at com.dji.mapkit.mapbox.a.b.a(Unknown Source:75) | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: at com.dji.mapkit.mapbox.map.c.a(Unknown Source:78) | |
10-02 08:04:13.037 20843 20843 E AndroidRuntime: at dji.gs.c.a.a(Unknown Source:9) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing DJILocationManager (has GPS sensor enabled all the time...) | |
[henning@satellite ~]$ adb -e logcat --pid=$(adb shell pidof dji.go.v4) | grep -i DJILoc | |
09-25 09:04:03.692 516 722 I DJILocationManager: Attempting to get last known location from AMap Service Location Provider... | |
09-25 09:04:03.692 516 722 I DJILocationManager: AMapServiceLocationProvider: getSourceProvider() | |
09-25 09:04:03.734 516 722 I DJILocationManager: Attempting to get last known location from default providers... | |
09-25 09:04:03.783 516 516 I DJILocationManager: Configuration requires not to use Google Play Service, so skipping that step to AMap Service Location Provider | |
09-25 09:04:03.783 516 516 I DJILocationManager: Attempting to get location from AMap Service Location Provider... | |
09-25 09:04:03.783 516 516 I DJILocationManager: AMapServiceLocationProvider: getSourceProvider() | |
09-25 09:04:03.911 516 516 I DJILocationManager: Configuration requires not to use Google Play Service, so skipping that step to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09-24 09:39:59.085 11279 11279 I DJILocationManager: Attempting to get last known location from default providers... | |
09-24 09:39:59.980 11279 11422 I zygote : Explicit concurrent copying GC freed 4979(320KB) AllocSpace objects, 1(20KB) LOS objects, 50% free, 17MB/35MB, paused 1.854ms total 277.349ms | |
09-24 09:40:00.847 11279 11348 E getNetworkObject: network type:1 | |
09-24 09:40:00.853 11279 11348 E SwUdpService: SwUdpConnect ...result=1 | |
09-24 09:40:01.196 11279 11279 I DJILocationManager: Attempting to get last known location from default providers... | |
09-24 09:40:02.706 11279 11422 I zygote : Explicit concurrent copying GC freed 6591(655KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 17MB/35MB, paused 2.517ms total 276.893ms | |
09-24 09:40:02.932 11279 11348 E getNetworkObject: network type:1 | |
09-24 09:40:02.934 11279 11348 E SwUdpService: SwUdpConnect ...result=1 | |
09-24 09:40:03.198 11279 11279 I DJILocationManager: Attempting to get last known location from default providers... | |
09-24 09:40:04.945 11279 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I signed out of the app to see the resource utilization. | |
Why is SwUdpService and timer-0..4 + amapLocCoreThre running when signed out of app? | |
Why is two location listeners active (1m and 900ms) ? | |
Every 5,0s: adb shell dumpsys cpuinfo | grep -A20 dji.go satellite: Sun Sep 23 08:38:33 2018 | |
3.9% 31624/dji.go.v4: 2.4% user + 1.4% kernel / faults: 4838 minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while sleep 1; do adb shell ps -p $(adb shell pgrep dji | head -n 1) -T; done | |
USER PID TID PPID VSZ RSS WCHAN ADDR S CMD | |
u0_a200 27682 27682 763 2506844 730904 0 0 S dji.go.v4 | |
USER PID TID PPID VSZ RSS WCHAN ADDR S CMD | |
u0_a200 27682 27682 763 2506844 730908 0 0 S dji.go.v4 | |
USER PID TID PPID VSZ RSS WCHAN ADDR S CMD | |
u0_a200 27682 27682 763 2506844 731176 0 0 S dji.go.v4 | |
USER PID TID PPID VSZ RSS WCHAN ADDR S CMD | |
u0_a200 27682 27682 763 2506844 731692 0 0 S dji.go.v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --anyauth -u admin: 'http://192.168.0.110/eng/admin/adv_sdcard.cgi?folderpath=&command=video' -s -e 'http://192.168.0.110/eng/admin/adv_sdcard.cgi?folderpath=20171220&command=video&filesperpage=100' | grep folderstring | cut -d ">" -f 2 | cut -d "<" -f 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --anyauth -v 'http://192.168.0.110/eng/admin/reboot.cgi' -H 'Referer: http://192.168.0.110/eng/admin/tools_default.cgi' --data 'reboot=true' --compressed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ping -i 5 -D 192.168.0.110 | while read pong; do if [[ $pong != *"PING"* ]]; then echo "$(date +'%F %T'): $pong" | tee -a ~/Nedlastinger/ipcamping.log ; fi; done |
NewerOlder