SM-R600 Full Firmware for use with ODIN, repair and study

Search This thread

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
:cool: 670 MB for download... for study...
Code:
AP_R600XXU1AQI8_usr.tar
BL_R600XXU1AQI8_usr.tar
CSC_OXA_R600OXA1AQI8_usr.tar

Download Link for OXA region... contains all CSC for SM-R600:
https://www.file-upload.net/download-12796748/R600XXU1AQI8_OXA.zip.html

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Still missing, maybe somebody can share the LDU XXX Version.
Thanx in advance.

Code:
COMBINATION-FT30_R600XXU1AQI4.tar
COMBINATION-FT30_R600XXU1AQI6.tar

LDU Live Demo Unit XXX
Code:
AP_R600[B][COLOR="Red"]X[/COLOR][/B]XXU1AQI6_usr.tar
BL_R600[COLOR="Red"][B]X[/B][/COLOR]XXU1AQI6_usr.tar
CSC_OXA_R600[B][COLOR="Red"]X[/COLOR][/B]OXA1AQI6_usr.tar


Best Regrds
 
Last edited:

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
SM-R600 Bootloader...

R600XXU1AQI8
Code:
sboot.bin
cm.bin


Please ask before you try something "amazing"... and your Gear is dead...
OWN RISK!
For study... and maybe repair...

Best Regards
 

Attachments

  • smR600sbootV1.zip
    475.2 KB · Views: 1,381

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
Meanhwile I have SM-R600 Firmware for study.. Thanx. :angel:

Next problem.
Old methods not work to unpack... :rolleyes:
7zip nor ext4 unpacker work... :confused:

So they used something "new"...
Code:
nad_fw.bin
nad_refer.bin

In BL package... this 2 for me unknown files inside...
Maybe with some Google search I can find some usefull info...

Short XDA search...
https://forum.xda-developers.com/sitesearch.php?q=nad_fw.bin
https://forum.xda-developers.com/sitesearch.php?q=nad_refer.bin

Maybe this can lead to compatible Unpacker/Extractor...

Best Regards
 

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
For extraction I will try this... as other attempts failed...
https://forum.xda-developers.com/galaxy-note-8/how-to/guide-how-to-extract-img-to-dump-t3673863

Will report if success...

Best Regards

Edit 1.
Attempt 1 fail...
SVAImgUnpack.exe ramdisk.img

Code:
SVAImgUnpack - Unpacker img to ext4. Version 2.1 from 30.04.2013
----------------------------------------------------------------


Source file: ramdisk.img (file size = 7.340.304 bytes)

Destination file: ramdisk.ext4.img

Unpacking ...



Header error: source file has wrong format! Program terminated.


Unpacking successfully done!

Press any key ...

Edit 2.
I can mount *.img files in Tizen Studio... :cool:
Emulator with Tizen 3 Mobile... as I need SD card feature... otherwise not enough space to mount and tar 1200 MB
Then simple "copy & paste"... with SDB

First I have waste my time with Wearable Image T3... and spent hours to realize that SD card option is not possible here... :D :rolleyes:
 
Last edited:

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
Code:
COMBINATION-FT30_R600XXU1AQI6.tar.md5

:good: :cool:

Thanx for sharing.

I can not try self... as no SM-R600... but first look looks good.
Related to my first mistake with SM-R732... where I have first flashed the Live Demo Unit Firmware... :D :eek:

2 XX in Filename is correct for Retail device
3 XXX means "danger", because for LDU

Also no Rollback Prevention problem at the moment visible...

Code:
R600XXU[COLOR="Green"][B]1[/B][/COLOR]AQI6
R600XXU[COLOR="Green"][B]1[/B][/COLOR]AQI8

Both Firmware packages in same Software Revision. :good: :good:

So in theory...
We need only 1 brave tester. :D

I need some time to extract all files...
To check if Codes etc. maybe same or changed...


Best Regards
 
  • Like
Reactions: SeTM

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
I have extracted Combination Firmware in this way...

Still with help of Tizen Studio... Tizen 3 Mobile Emulator...


"Beta" Batch...
Code:
sdb root on
sdb push t3.tar /opt/media/SDCardC
sdb shell cd /opt/media/SDCardC
sdb shell tar -xvf t3.tar
sdb shell mkdir csc
sdb shell mkdir user
sdb shell mkdir ramdisk
sdb shell mkdir ramdisk-recovery
sdb shell mkdir system-data
sdb shell mkdir rootfs
sdb shell mount -t ext4 -o loop,rw user.img /opt/media/SDCardC/csc
sdb shell mount -t ext4 -o loop,rw user.img /opt/media/SDCardC/user
sdb shell mount -t ext4 -o loop,rw ramdisk.img /opt/media/SDCardC/ramdisk
sdb shell mount -t ext4 -o loop,rw ramdisk-recovery.img /opt/media/SDCardC/ramdisk-recovery
sdb shell mount -t ext4 -o loop,rw system-data.img /opt/media/SDCardC/system-data
sdb shell mount -t ext4 -o loop,rw user.img /opt/media/SDCardC/rootfs
tar -cvf r600v1.tar rootfs
tar -cvf r600v2.tar csc
tar -cvf r600v3.tar user
tar -cvf r600v4.tar ramdisk
tar -cvf r600v5.tar ramdisk-recovery
tar -cvf r600v6.tar system-data
rm t3.tar
sdb pull *.tar

Maybe someone find other Tool or method to extract Tizen 3 Firmware...

Best Regards
 
  • Like
Reactions: SeTM

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
:eek:

Woooah, seems I was drunken with my "Beta" Batch file... for extracting *.img
Few really bad "mistakes"...

I made it few times now with line by line...
As my batch not work proper..

Meanhwile SM-R600 got new update:
Code:
R600XXU1AQK4/R600OXA1AQK4

At the moment I can again not find up2date Changelog... :rolleyes:

Best Regards
 
  • Like
Reactions: SeTM

mmafighter077

Senior Member
Oct 21, 2008
558
61
Code:
COMBINATION-FT30_R600XXU1AQI6.tar.md5

:good: :cool:

Thanx for sharing.

I can not try self... as no SM-R600... but first look looks good.
Related to my first mistake with SM-R732... where I have first flashed the Live Demo Unit Firmware... :D :eek:

2 XX in Filename is correct for Retail device
3 XXX means "danger", because for LDU

Also no Rollback Prevention problem at the moment visible...

Code:
R600XXU[COLOR="Green"][B]1[/B][/COLOR]AQI6
R600XXU[COLOR="Green"][B]1[/B][/COLOR]AQI8

Both Firmware packages in same Software Revision. :good: :good:

So in theory...
We need only 1 brave tester. :D

I need some time to extract all files...
To check if Codes etc. maybe same or changed...


Best Regards

I HAVE the live demo version. Can I Flash regular version of tizen onto live demo unit with any of the zip files in this forum? I'm very familiar with flashing via odin, i just can't tell if any of these will work on my unit?
 

detjoe

Member
Apr 15, 2016
9
13
Thanks for all the work @adfree! I have the Canadian SM-R600 (R600XXU1AQK4) and was wondering if you have had any success yet changing the CSC? I saw you played an active part in accomplishing that on the S3.

I'm by no means proficient in programming, but quite familiar with rooting, sdb, odin, etc. Let me know if I can help.

Cheers!
 
  • Like
Reactions: everpianoman

adfree

Senior Member
Jun 14, 2008
10,379
6,051
Samsung Galaxy Watch 4
Samsung Galaxy S22
@detjoe

I have no SM-R600 for own tests... :eek:

1 user told me via PM he tried COMBINATION-FT30_R600XXU1AQI6.tar.md5 long time ago.
With no success in changing CSC...

He wrote...
Flashing no problem... Combination Firmware work... Code is same...
But after Reboot old CSC is back... :eek:

I have only idea it is maybe related to Product Code...
Maybe security increased... or maybe only no luck.. or maybe error in Combination Firmware...

Meanwhile also CQL1 as Combination Firmware "available":
Code:
[COLOR="Red"]COMBINATION-FT30_R600XXU1AQI4.tar.md5[/COLOR]
[COLOR="Green"][B]COMBINATION-FT30_R600XXU1AQI6.tar.md5[/B][/COLOR]
[COLOR="Red"]COMBINATION-FT30_R600XXU1AQL1.tar.md5[/COLOR]

Green means we have for free download... :good: and tested by 1 user :cool:
Red is only on paid sites... :eek:

Maybe with other Combination Firmware more luck...

Maybe if somebody is willing to test...
Own risk!

Best Regards

Edit 1.
SDB Tool is for instance here... with tiny Instruction how to connect via WiFi...
https://forum.xda-developers.com/showpost.php?p=74585286&postcount=330
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    Thanks for all the work @adfree! I have the Canadian SM-R600 (R600XXU1AQK4) and was wondering if you have had any success yet changing the CSC? I saw you played an active part in accomplishing that on the S3.

    I'm by no means proficient in programming, but quite familiar with rooting, sdb, odin, etc. Let me know if I can help.

    Cheers!

    Well, I'm stoked to report that I managed to unlock SPay on my Canadian SM-R600! And it was a lot easier than anticipated... A huge thank you to xda members (@adfree @10urshin) for the info! I hope this helps others to get SPay going on their SM-R600.

    Here's what I did. I'm not sure if this first part is related at all, but while messing around with the watch, I had ExpressVPN (US server LA3) running on my Note8.

    While looking for some app IDs using the Tizen Studio shell I noticed the app "csc-manager.csc-pre-configuration", probably the same app as described by others during the more complex method for the S3.

    For sh*** and giggles I ran it with

    Code:
    launch_app csc-manager.csc-pre-configuration

    I simply selected XAR and rebooted. It automatically reset the watch (I had a backup) and after reboot, restore, and a bunch of updates I was still with CSC XAR. I added my Scotiabank Visa and verified the card through phone call. A few minutes later everything was up and running. Bam!

    PS. I'm still on "untouched" R600XXU1AQK4
    5
    :cool: 670 MB for download... for study...
    Code:
    AP_R600XXU1AQI8_usr.tar
    BL_R600XXU1AQI8_usr.tar
    CSC_OXA_R600OXA1AQI8_usr.tar

    Download Link for OXA region... contains all CSC for SM-R600:
    https://www.file-upload.net/download-12796748/R600XXU1AQI8_OXA.zip.html

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Still missing, maybe somebody can share the LDU XXX Version.
    Thanx in advance.

    Code:
    COMBINATION-FT30_R600XXU1AQI4.tar
    COMBINATION-FT30_R600XXU1AQI6.tar

    LDU Live Demo Unit XXX
    Code:
    AP_R600[B][COLOR="Red"]X[/COLOR][/B]XXU1AQI6_usr.tar
    BL_R600[COLOR="Red"][B]X[/B][/COLOR]XXU1AQI6_usr.tar
    CSC_OXA_R600[B][COLOR="Red"]X[/COLOR][/B]OXA1AQI6_usr.tar


    Best Regrds
    3
    @zlatehatesyou

    AQI8 is still online...

    Over 400 downloads... ;)

    Check again first post:
    https://forum.xda-developers.com/showpost.php?p=74147903&postcount=1

    Best Regards
    2
    This is really good news! This command should be entered in the SDB or something else?

    Yes. I use Tizen Studio, where you can access the shell through the device manager (make sure your watch is connected properly). Good luck and let me know how it goes!
    2
    I downloaded COMBINATION-FT30_R600XXU1AQI6.tar.rar from some kind of free site, so 100% is not sure if this is really it. I will be grateful if anyone will check - https://www.dropbox.com/s/z6nvlob4f3ixoft/COMBINATION-FT30_R600XXU1AQI6.tar.rar?dl=0