about Tizen, SDK, etc...

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
I spend very short time with Tizen 6...

TPKs I have tested not run... or with problems...

Found not really interesting things to play with... :eek:

Maybe "later" for repair attempts usefull...

https://forum.xda-developers.com/showpost.php?p=82530831&postcount=875

No idea what these 2 Icons do... and how to use:
Code:
Editor
WebApp Addon Settings
:confused:

Maybe I will try to Google... maybe allready inside since Tizen 4... or 3...

Best Regards
 

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Tizen Studio 4.0
https://developer.tizen.org/development/tizen-studio/download

Release Notes...
https://docs.tizen.org/application/tizen-studio/release-notes/release-notes/


Tizen 6.0 platform support has been added.
Battery Historian tool has been added to help analyze the battery usage.
Tizen Core new CLI support for Tizen 6.0 Native applications has been added.
Toolchain has been updated to GCC 9.2 and LLVM 10.
Support for macOS Catalina, Ubuntu 18.04, and Ubuntu 20.04 has been added.
Support for aarch64 architecture on IoT 6.0 extension for RPi4 has been added.
.
.
.
Best Regards
 

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Haleluja... 5000 years later I found how to screen recording... f%&ing Wayland s h i t in Tizen... :rolleyes:

Tested only in tizen 5.5.0.1 from SM-R820 with ROOT...

Code:
sh-3.2# winfo -dump_video
Thread added[0x235dfd8, pid:7361 tid: 7361] to display:0x2353888, threads_cnt=1
[TBM_INF][10780.424510][7361][_tbm_bufmgr_init 539]loading backend module
Thread added[0x2354190, pid:7361 tid: 7361] to display:0x2367ee8, threads_cnt=1
Thread removed[0x2354190 pid:7361 tid: 7361] from display:0x2367ee8, threads_cnt=0
[TBM_INF][10780.433577][7361][_tbm_backend_load_module 351]Success to load module(libtbm_default.so)
[TBM_INF][10780.433628][7361][_tbm_bufmgr_init 549]loading backend module done
Thread added[0xf4200668, pid:7361 tid: 7364] to display:0x2353888, threads_cnt=2
Press any key to finish recording
Finish recording screen: /tmp/e-screen-record-20201105.225907.mp4


Found in

Code:
enlightenment_info --help
Code:
enlightenment_info -dump_video usage: winfo -dump_video [--help] [--rate=<framerate>] [--resolution=<width>x<height>] <output file>

      --help                          this help text
      --rate=<framerate>              replay frame rate (default: 60)
      --resolution=<width>x<height>   resuoltion size (default: 360x360)
Best Regards