about Tizen, SDK, etc...

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Not realized before... but it is possible to dump with dd or cat or ... direct to PC...

I have tiny problem with my SM-R760 and WiFi...
https://forum.xda-developers.com/showpost.php?p=81784351&postcount=841


But seems no problem with my SM-Z130H and USB cable...

Code:
sdb shell dd if=/dev/mmcblk0boot1>Z1_boot0.bin
I am using this as reference partition, because empty... 0000

In my WiFi attempts with SM-R760 2 Bytes additional spreed over whole dd Image...
Code:
0D0D
:(

No idea why...

Maybe Security of Tizen 4 or TCP "feature" or...
:confused:

Best Regards
 

Qiangong2

Senior Member
Oct 31, 2014
1,447
376
103
Not realized before... but it is possible to dump with dd or cat or ... direct to PC...

I have tiny problem with my SM-R760 and WiFi...
https://forum.xda-developers.com/showpost.php?p=81784351&postcount=841


But seems no problem with my SM-Z130H and USB cable...



I am using this as reference partition, because empty... 0000

In my WiFi attempts with SM-R760 2 Bytes additional spreed over whole dd Image...
:(

No idea why...

Maybe Security of Tizen 4 or TCP "feature" or...
:confused:

Best Regards
I always make sure I have sdb root on and am in the sdb shell before using dd. Maybe try that?
 

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Code:
sdb shell dd if=/dev/mmcblk0>smZ130H_full_4GB_eMMC_dump.bin
This is working for me with my SM-Z130H and USB cable...

Writing direct to PC 4000 MB...

Then I can open in WinHex and see partitions...


But not working 100 % with WiFi and SM-R760...
:confused: :(

dump is corrupted...

No idea why...

Looks to me like randomly 2 Bytes are additional written:
Code:
0D0D
Few 1000000000000000000 times... :eek:

Best Regards
 

Attachments

Qiangong2

Senior Member
Oct 31, 2014
1,447
376
103
This is working for me with my SM-Z130H and USB cable...

Writing direct to PC 4000 MB...

Then I can open in WinHex and see partitions...


But not working 100 % with WiFi and SM-R760...
:confused: :(

dump is corrupted...

No idea why...

Looks to me like randomly 2 Bytes are additional written:


Few 1000000000000000000 times... :eek:

Best Regards
Don't use a >. Make sure you are using the format dd if=file of=output.bin. > can cause issues
 
  • Like
Reactions: adfree

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Code:
sdb shell dd if=/dev/mmcblk0>smZ300H_full_8GB_eMMC_dump.bin
SM-Z300H tested successfully.

No issue...

Summary:
Code:
SM-Z130H 4000 MB
SM-Z300H 8000 MB
NO problem with USB cable... :good: :cool:

Will check my SM-R732 with older Firmware...
Maybe I can find alternate solution over WiFi for my SM-R760...

Best Regards

Edit 1.

No issue is maybe not 100 % correct... :eek:

Maybe less issue... :D

Need to check single partition dump tooo...

On my SM-R760 dump WinHex shows 20 TB dump :eek: with many errors...

Z1 and Z3 looks at first look good... but if I look deeper... :cyclops:

Edit 2.

After also tests with SM-R732...

anyway...
Maybe I found how to fix my problem...

0D0D id additionla written... looks like ever before 0A

So I fixed boot0 with HEX replacement:
search for
0D0D0A
replace with:
0A

No idea if something is wrong with me... my PC or...

Will check if I can use this also on bigger dump files
 

Attachments

Last edited:

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Progress...

Tested few ARM Binaries...

Code:
sh-3.2# dd if=/dev/mmcblk0p14 | /home/nc-arm-static -vv 142.144.123.45 1234
142.144.123.45: inverse host lookup failed: Unknown host
(UNKNOWN) [142.144.123.45] 1234 (?) open
16384+0 records in
16384+0 records out
8388608 bytes (8.4 MB) copied, 2.04901 s, 4.1 MB/s
 sent 8388608, rcvd 0
Need some time if result is now better as before... :D

Best Regards
 

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Code:
Tizen 3
Tizen 4
Tizen 5
Tizen 5.5

SM-Z400F and SM-Z400Y have this Binary too...

Code:
sh-3.2# wayland-tbm-monitor --help
'--help' is unknown options
usage: wayland-tbm-monitor

        -list   get list of tbm clients

        -show   print all tbm_bo information for (all | server,<pid>,... ) to path (console | dlog | <filepath>)
                  <target> [<path>]
                  <target>
                    all                 - clients and server
                    server,<pid>,...    - list of targets

                  ex) 1,2,server dlog,console; server tmp.txt; all

        -trace  trace the changes or the information of the tbm_bo (command: on | off | status)
                  <cmd> [<target>]
                    on | off            - turn on/off the trace
                    status              - show status of all targets
                  <target>
                    all                 - clients and server(by default)
                    server,<pid>,...    - list of targets

                  ex) on server,1,2; off;

        -dump_snapshot  make dumps of all tbm_surfaces for (all | server,<pid>,... ) with scale

                  ex) all scale=0.5; server,1,2 scale=0.5

        -dump_queue     make dumps for the tbm_surfaces which are queued with scale
                  <cmd> [<target>] [<scale>]
                  <cmd>
                    on                  - turn on the dump with scale
                    off                 - turn off the dump
                    status              - show status of all targets
                  <target>
                    all                 - clients and server(by default)
                    server,<pid>,...    - list of targets

                  ex) on scale=0.5; off
Any ideas how to use the 2 dump options?
https://forum.xda-developers.com/showpost.php?p=82001569&postcount=854

Or any other method to capture Video or Pictures in series..

Thanx in advance.

Best Regards
 

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Last edited:

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Code:
TZ_BUILD_RELEASE_NAME="Tizen6/Unified"
TZ_BUILD_VERSION=6.0
TZ_BUILD_FULLVER=6.0.0
TZ_BUILD_RELEASE_TYPE=eng
TZ_BUILD_VARIANT=NONE

TZ_BUILD_PROFILE=mobile
TZ_BUILD_PROJECT=Tizen:Unified

TZ_BUILD_VENDOR=tizen
TZ_BUILD_REPO=standard
TZ_BUILD_ARCH=arm

TZ_BUILD_ID=tizen-unified_20200504.1.20200507.005157
TZ_BUILD_DATE=20200506_162127
TZ_BUILD_TIME=16:21:27
TZ_BUILD_TS=1588782087

TZ_BUILD_URL=http://download.tizen.org
TZ_BUILD_SNAPSHOT_URL=${TZ_BUILD_URL}/snapshots/tizen/mobile/
TZ_BUILD_DAILY_URL=${TZ_BUILD_URL}/releases/daily/tizen/mobile/
TZ_BUILD_WEEKLY_URL=${TZ_BUILD_URL}/releases/weekly/tizen/mobile/
TZ_BUILD_MILESTONE_URL=${TZ_BUILD_URL}/releases/milestone/tizen/mobile/

TZ_BUILD_WITH_MESA=1
TZ_BUILD_WITH_WAYLAND=1
TZ_BUILD_WITH_RDP=1
TZ_BUILD_WITH_X=
Short check TM2 Firmware...

Aha... Samsung reached Tizen 6...

Still no idea which commercial device are close to TM2...

Best Regards
 
  • Like
Reactions: beast.boy

beast.boy

Member
Aug 1, 2015
13
3
0
Code:
TZ_BUILD_RELEASE_NAME="Tizen6/Unified"
TZ_BUILD_VERSION=6.0
TZ_BUILD_FULLVER=6.0.0
TZ_BUILD_RELEASE_TYPE=eng
TZ_BUILD_VARIANT=NONE

TZ_BUILD_PROFILE=mobile
TZ_BUILD_PROJECT=Tizen:Unified

TZ_BUILD_VENDOR=tizen
TZ_BUILD_REPO=standard
TZ_BUILD_ARCH=arm

TZ_BUILD_ID=tizen-unified_20200504.1.20200507.005157
TZ_BUILD_DATE=20200506_162127
TZ_BUILD_TIME=16:21:27
TZ_BUILD_TS=1588782087

TZ_BUILD_URL=http://download.tizen.org
TZ_BUILD_SNAPSHOT_URL=${TZ_BUILD_URL}/snapshots/tizen/mobile/
TZ_BUILD_DAILY_URL=${TZ_BUILD_URL}/releases/daily/tizen/mobile/
TZ_BUILD_WEEKLY_URL=${TZ_BUILD_URL}/releases/weekly/tizen/mobile/
TZ_BUILD_MILESTONE_URL=${TZ_BUILD_URL}/releases/milestone/tizen/mobile/

TZ_BUILD_WITH_MESA=1
TZ_BUILD_WITH_WAYLAND=1
TZ_BUILD_WITH_RDP=1
TZ_BUILD_WITH_X=
Short check TM2 Firmware...

Aha... Samsung reached Tizen 6...

Still no idea which commercial device are close to TM2...

Best Regards
Hi Bro , Any idea on how we can install any new version of Tizen firmware on TM2 via windows
Also i am not able to find and Tizen Firmware available on Tizen Developer Site..
Any help is highly appreciated
 
  • Like
Reactions: adfree

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
:confused:

Is TM2 mabye the Tablet:
https://www.sammobile.com/samsung/galaxy-tab-s2/firmware/SM-T710/XEF/download/T710XXU2DRK1/250700/

Code:
SM-T710
:confused:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<model-config version="6.0" model="tm2">
	<platform>
		<key name="tizen.org/system/model_name" type="string">TM2</key>
		<key name="tizen.org/system/platform.name" type="string">Tizen</key>
		<key name="tizen.org/feature/platform.version" type="string">6.0</key>
		<key name="tizen.org/system/platform.processor" type="string">[B]exynos5433[/B]</key>
		<key name="tizen.org/system/platform.communication_processor" type="string">XMM6260</key>
Hmmm...

But screen resoltion seems not match...
https://en.wikipedia.org/wiki/Samsung_Galaxy_Tab_S2_8.0

Code:
2048×1536 px (QXGA) Super AMOLED display (RGBG PenTile)
(320 ppi),
8.0 in (20 cm) diagonal
Code:
type="bool">true</key>
		<key name="tizen.org/feature/screen.dpi" type="int">518</key>
		<key name="tizen.org/feature/screen.height" type="int">2560</key>
		<key name="tizen.org/feature/screen.output.hdmi" type="bool">true</key>
		<key name="tizen.org/feature/screen.output.rca" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.all" type="bool">true</key>
		<key name="tizen.org/feature/screen.size.large" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal" type="bool">true</key>
		<key name="tizen.org/feature/screen.size.normal.240.400" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.320.320" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.320.480" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.360.360" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.360.480" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.480.800" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.540.960" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.600.1024" type="bool">false</key>
		<key name="tizen.org/feature/screen.size.normal.720.1280" type="bool">true</key>
		<key name="tizen.org/feature/screen.size.normal.1080.1920" type="bool">false</key>
		<key name="tizen.org/feature/screen.shape.circle" type="bool">false</key>
		<key name="tizen.org/feature/screen.shape.rectangle" type="bool">true</key>
		<key name="tizen.org/feature/screen.width" type="int">1440</key>
Hmmm...

2560 x 1440 ?

Best Regards

Edit 1.

Ah.. we are back on Note 4... SM-N910C or something like this...
https://www.vergleichhandys.de/samsung/galaxy-note-4-n910c/overzicht
 
Last edited:

adfree

Senior Member
Jun 14, 2008
8,898
5,145
243
Code:
[COLOR="Green"][B]SM-N910C (Note4) AP: Samsung Exynos 5433 CP: STE M7450[/B][/COLOR]
SM-N910CQ (Note4 TUR) AP: Samsung Exynos 5433 CP: STE M7450

SM-N910H (Note4) AP: Samsung Exynos 5433 CP: STE M7450
SM-N910K (Note4 KT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300
SM-N910L (Note4 LGU+) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300

SM-N910S (Note4 SKT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300

SM-N910U (Note4) AP: Samsung Exynos 5433 CP: Infineon Infineon SP7260

SM-N915K (Note Edge KT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300
SM-N915L (Note Edge LGU+) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300

SM-N915S (Note Edge SKT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300

SM-N916K (Note4 S-LTE KT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-N916L (Note4 S-LTE LGU+) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-N916S (Note4 S-LTE SKT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333

SM-T710 (Tab S2 8.0 WiFi) AP: Samsung Exynos 5433
SM-T710X (Tab S2 8.0 WiFi DEMO) AP: Samsung Exynos 5433
SM-T713 (Tab S2 8.0 Ve WiFi) AP: Qualcomm SnapDragon 652 CP: Qualcomm APQ8076
SM-T715 (Tab S2 8.0 LTE) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T715C (Tab S2 8.0 LTE CHN) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T715N0 (Tab S2 8.0 LTE KOO) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T715Y (Tab S2 8.0 LTE) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333

SM-T805K (Tab S 10.5 LTE KT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300
SM-T805L (Tab S 10.5 LTE LGU+) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300

SM-T805S (Tab S 10.5 LTE SKT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 300

SM-T810 (Tab S2 9.7 WiFi) AP: Samsung Exynos 5433
SM-T810X (Tab S2 9.7 WiFi DEMO) AP: Samsung Exynos 5433

SM-T815 (Tab S2 9.7 LTE) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T815C (Tab S2 9.7 TD-LTE CHN) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T815N0 (Tab S2 9.7 LTE KOO) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T815Y (Tab S2 9.7 LTE) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T817 (Tab S2 9.7 LTE TUR) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T817A (Tab S2 9.7 LTE ATT) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T817P (Tab S2 9.7 LTE SPR) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T817R4 (Tab S2 9.7 LTE USC) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T817T (Tab S2 9.7 LTE TMB) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T817V (Tab S2 9.7 LTE VZW) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
SM-T817W (Tab S2 9.7 LTE CAN) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333

SM-T900 (Tab Pro 12.2 WiFi) AP: Samsung Exynos 5433


SCV32 (A8 KDI) AP: Samsung Exynos 5433 CP: Samsung Shannon Shannon 333
Tiny list with Exynos 5433... :rolleyes:

If i have time will check how many of them have this Resolution... like TM2...

Code:
2560 x 1440 Pixel
Code:
[COLOR="Green"][B]SM-N910C (Note4) AP: Samsung Exynos 5433 CP: STE M7450[/B][/COLOR]
Yes for sure...

Best Regards