Gabe Posted December 29, 2023 Share #201 Posted December 29, 2023 Hi folks. This is my setup: DS918+ DSM Version 7.2 64570-1 Using TinyCore https://github.com/pocopico/tinycore-redpill Setup on BareMetal intel Core i3 ASRock Rack C236 WSI Mini ITX Server Motherboard LGA 1151 Intel C236 4disks 3.5 SHA2 + 1xNvme SSD Cache Applied amepatch.py sudo python amepatch.py Patching MD5 mismatch, not matching any version of AME Applied codecpatch.sh sudo ./codecpatch.sh -p Password: Detected DSM version: 7.2 64570-1 Patch for DSM Version (7.2 64570-1) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume1/@appstore/VideoStation/bin/synocodectool 3) /volume1/@appstore/CodecPack/bin/synocodectool 4) /volume1/@appstore/AudioStation/bin/synocodectool 5) Quit Please choose which binary you want to patch/restore:3 Valid backup and patched synocodectool detected. Skipping patch. Any ideas let me know Thanks Gabe Quote Link to comment Share on other sites More sharing options...
zehndi77 Posted January 3 Share #202 Posted January 3 (edited) Hi there Thank you so much for this page, it did (after a lot of trial and error) solve my problem too. I am running DSM 7.2.1-69057 on Proxmox, virtualized in a VM, emulating a DS3622xs+ I figured I had to prepare as others described: Download Advanced Media Extensions, but do NOT open it yet. connect to your DSM Admin account via SSH and upload the two files (edit before!) First I used these files: however i got this error, not listing 7.2.1 69057-0 ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) not found. Patch is available for versions: 6.0 7321-0 6.0 7321-1 6.0 7321-2 ......... ...etc... ......... 7.1 42661-4 7.1.1 42962-0 7.1.1 42962-1 7.1.1 42962-2 7.1.1 42962-3 7.1.1 42962-4 7.2 64570-1 therefore I added the following lines: (24) ["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="7.2.1-69057-0_7.2.1-69057-0" (195) "7.2.1 69057-0" then the codecpatch worked. ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume1/@appstore/VideoStation/bin/synocodectool 3) /volume1/@appstore/CodecPack/bin/synocodectool 4) Quit Please choose which binary you want to patch/restore:3 Detected valid synocodectool. Creating backup.. Patching... Patched Creating spoofed activation.conf.. Spoofed activation.conf created successfully (edit: i first had to try 1) and 2) which did not work, but 3) did finally.. no idea why but there we go..) after that the amepatch worked: ash-4.4# python amepatch.py Patching MD5 match version AME 1.1.0-51005 date: 21/06/2023 Checking whether patch is successful... Successful, updating codecs... Done hope this helps some other folks out there! Happy new year! Edited January 3 by zehndi77 1 Quote Link to comment Share on other sites More sharing options...
archon Posted January 6 Share #203 Posted January 6 (edited) I can confirm, that newest AME (only HEVC codec) is working with DS918+ when using valid SN without any system modifications. AME 1.1.0-01006 06.01.2024 using loader TCRP with M Shell (by PeterSuh-Q3) v1.0.1.0 DSM 7.2.1-69057 Update 3 VM on ProxMox You can check SN by registering it on Syno website. It it registers than it probably will work inside DSM. Edited January 6 by archon Quote Link to comment Share on other sites More sharing options...
buza Posted January 8 Share #204 Posted January 8 On 1/3/2024 at 5:15 PM, zehndi77 said: Hi there Thank you so much for this page, it did (after a lot of trial and error) solve my problem too. I am running DSM 7.2.1-69057 on Proxmox, virtualized in a VM, emulating a DS3622xs+ I figured I had to prepare as others described: Download Advanced Media Extensions, but do NOT open it yet. connect to your DSM Admin account via SSH and upload the two files (edit before!) First I used these files: however i got this error, not listing 7.2.1 69057-0 ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) not found. Patch is available for versions: 6.0 7321-0 6.0 7321-1 6.0 7321-2 ......... ...etc... ......... 7.1 42661-4 7.1.1 42962-0 7.1.1 42962-1 7.1.1 42962-2 7.1.1 42962-3 7.1.1 42962-4 7.2 64570-1 therefore I added the following lines: (24) ["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="7.2.1-69057-0_7.2.1-69057-0" (195) "7.2.1 69057-0" then the codecpatch worked. ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume1/@appstore/VideoStation/bin/synocodectool 3) /volume1/@appstore/CodecPack/bin/synocodectool 4) Quit Please choose which binary you want to patch/restore:3 Detected valid synocodectool. Creating backup.. Patching... Patched Creating spoofed activation.conf.. Spoofed activation.conf created successfully (edit: i first had to try 1) and 2) which did not work, but 3) did finally.. no idea why but there we go..) after that the amepatch worked: ash-4.4# python amepatch.py Patching MD5 match version AME 1.1.0-51005 date: 21/06/2023 Checking whether patch is successful... Successful, updating codecs... Done hope this helps some other folks out there! Happy new year! HI, does anyone know the line for 7.2.1 69057-3 ? Quote Link to comment Share on other sites More sharing options...
AleAmadoC Posted January 11 Share #205 Posted January 11 On 1/3/2024 at 4:15 PM, zehndi77 said: Hi there Thank you so much for this page, it did (after a lot of trial and error) solve my problem too. I am running DSM 7.2.1-69057 on Proxmox, virtualized in a VM, emulating a DS3622xs+ I figured I had to prepare as others described: Download Advanced Media Extensions, but do NOT open it yet. connect to your DSM Admin account via SSH and upload the two files (edit before!) First I used these files: however i got this error, not listing 7.2.1 69057-0 ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) not found. Patch is available for versions: 6.0 7321-0 6.0 7321-1 6.0 7321-2 ......... ...etc... ......... 7.1 42661-4 7.1.1 42962-0 7.1.1 42962-1 7.1.1 42962-2 7.1.1 42962-3 7.1.1 42962-4 7.2 64570-1 therefore I added the following lines: (24) ["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="7.2.1-69057-0_7.2.1-69057-0" (195) "7.2.1 69057-0" then the codecpatch worked. ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume1/@appstore/VideoStation/bin/synocodectool 3) /volume1/@appstore/CodecPack/bin/synocodectool 4) Quit Please choose which binary you want to patch/restore:3 Detected valid synocodectool. Creating backup.. Patching... Patched Creating spoofed activation.conf.. Spoofed activation.conf created successfully (edit: i first had to try 1) and 2) which did not work, but 3) did finally.. no idea why but there we go..) after that the amepatch worked: ash-4.4# python amepatch.py Patching MD5 match version AME 1.1.0-51005 date: 21/06/2023 Checking whether patch is successful... Successful, updating codecs... Done hope this helps some other folks out there! Happy new year! Do you have a Valid MAC/SN, Its kind of weird, these things work for me sometimes and sometimes not, i never use a valid mac/sn because whats the purpose of using xpenology if you have a synology hardware, unless you want more power, that could be the case. Well the thing is the only solution I found when things fail its to reinstall my xpenology from scratch and it works only using amepatch.py, have one xpenology machine who upgraded to 7.2.1 and damaged my ame because it updated and i tried all the pages in this thread and nothing works, so i will reinstall all and report back. Best regards Quote Link to comment Share on other sites More sharing options...
AleAmadoC Posted January 11 Share #206 Posted January 11 Just did it right now, installed a new xpenology RS3621xs+, no valid SN or MAC, installed AME, patched only using amepatch.py and that's it, is running with no problems. >.< I don't Understand why only works on clean install. Mayne some dev can share some knowledge, Best regards Quote Link to comment Share on other sites More sharing options...
AleAmadoC Posted January 12 Share #207 Posted January 12 All rigth, It Worked on the xpenology that was failing, No Valid MAC or SN 1. Uninstalled AME 2. Rebooted Xpenology 3. Reinstalled AME (Witouth Opening) 4. Ran codepatch.sh -p (Patched all available instances) 5. Ran Python amepatch.py 6. Opened AME its working I use it for surveillance station, and all my cameras are streaming now at h265+ Cheers 1 Quote Link to comment Share on other sites More sharing options...
flo0462 Posted January 14 Share #208 Posted January 14 Le 12/01/2024 à 18:51, AleAmadoC a dit : All rigth, It Worked on the xpenology that was failing, No Valid MAC or SN 1. Uninstalled AME 2. Rebooted Xpenology 3. Reinstalled AME (Witouth Opening) 4. Ran codepatch.sh -p (Patched all available instances) 5. Ran Python amepatch.py 6. Opened AME its working I use it for surveillance station, and all my cameras are streaming now at h265+ Cheers Hi, you process is good, Video Station run now But my Surveilance Station is not run now ... Can you help ? Quote Link to comment Share on other sites More sharing options...
DigneZzZ Posted January 25 Share #209 Posted January 25 I had do this Цитата 1. Uninstalled AME 2. Rebooted Xpenology 3. Reinstalled AME (Witouth Opening) 4. Ran codepatch.sh -p (Patched all available instances) 5. Ran Python amepatch.py 6. Opened AME its working I edit my file codecpatch.sh and added my system: 7.2.1 69057-3 like here: Цитата therefore I added the following lines: (24) ["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="7.2.1-69057-0_7.2.1-69057-0" (195) "7.2.1 69057-0" then i run: ~$ sudo bash /volume1/web/codecpatch1.sh -p Password: Detected DSM version: 7.2.1 69057-3 Patch for DSM Version (7.2.1 69057-3) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume2/@appstore/CodecPack/bin/synocodectool 3) Quit Please choose which binary you want to patch/restore:2 Detected valid synocodectool. Creating backup.. Patching... Patched Creating spoofed activation.conf.. Spoofed activation.conf created successfully :~$ sudo python /volume1/web/amepatch.py Patching MD5 match version AME 1.1.0-51005 date: 21/06/2023 Checking whether patch is successful... Successful, updating codecs... Done BUT In Syno Photo - HEVC does not shown. And I don't know what to do. AnyOne KNOW HOW to make it WORK? 1 Quote Link to comment Share on other sites More sharing options...
markinblue Posted January 30 Share #210 Posted January 30 On 1/4/2024 at 9:15 AM, zehndi77 said: Hi there Thank you so much for this page, it did (after a lot of trial and error) solve my problem too. I am running DSM 7.2.1-69057 on Proxmox, virtualized in a VM, emulating a DS3622xs+ I figured I had to prepare as others described: Download Advanced Media Extensions, but do NOT open it yet. connect to your DSM Admin account via SSH and upload the two files (edit before!) First I used these files: however i got this error, not listing 7.2.1 69057-0 ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) not found. Patch is available for versions: 6.0 7321-0 6.0 7321-1 6.0 7321-2 ......... ...etc... ......... 7.1 42661-4 7.1.1 42962-0 7.1.1 42962-1 7.1.1 42962-2 7.1.1 42962-3 7.1.1 42962-4 7.2 64570-1 therefore I added the following lines: (24) ["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="7.2.1-69057-0_7.2.1-69057-0" (195) "7.2.1 69057-0" then the codecpatch worked. ash-4.4# ./codecpatch.sh -p Detected DSM version: 7.2.1 69057-0 Patch for DSM Version (7.2.1 69057-0) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume1/@appstore/VideoStation/bin/synocodectool 3) /volume1/@appstore/CodecPack/bin/synocodectool 4) Quit Please choose which binary you want to patch/restore:3 Detected valid synocodectool. Creating backup.. Patching... Patched Creating spoofed activation.conf.. Spoofed activation.conf created successfully (edit: i first had to try 1) and 2) which did not work, but 3) did finally.. no idea why but there we go..) after that the amepatch worked: ash-4.4# python amepatch.py Patching MD5 match version AME 1.1.0-51005 date: 21/06/2023 Checking whether patch is successful... Successful, updating codecs... Done hope this helps some other folks out there! Happy new year! Hi Zehndi77, I am getting the following error when i run bash codecpatch.sh -p codecpatch.sh: line 2: $'\r': command not found Am i doing something wrong? Quote Link to comment Share on other sites More sharing options...
markinblue Posted January 31 Share #211 Posted January 31 All good. I re-read the instructions and figured it out. Thank you @killerzac and @wangsiji Quote Link to comment Share on other sites More sharing options...
Dreadnought Posted February 6 Share #212 Posted February 6 Is there an update for version DSM 7.2.1-69057 Update 4 available? Quote Link to comment Share on other sites More sharing options...
darknebular Posted March 1 Share #213 Posted March 1 Please try with this: https://github.com/darknebular/Wrapper_VideoStation Best regards. Quote Link to comment Share on other sites More sharing options...
Alekc Posted June 6 Share #214 Posted June 6 В 13.09.2023 в 16:16, RedwinX сказал: Hi, Maybe you can help me . I'm on SA6400, with 7.2 update 3. I have a valid SN/MAC (7!), but cannot activate AME. I can connect to my account in global settings, have all functionnality, including activate the ABB & ABO365, but not AME... The Python script doesn't work. It say unsuccessful. and when I launch AME: I've got the same issue! My setup: Baremetal installation Cpu i5 - 12400 Dsm - 7.1 or 7.2 (checked both) Loaders - arc, rr, tcrp Models - sa6400 (I've used it due to new kernel which support igpu gen10+), ds918+ (both with valid pairs sn mac) Anyone knows why ame can't get licence? May be some parameters are missing in modern loaders? Ps: i've got old baremetal installation with i5 8400, dsm 7.1, model ds918+ with the same valid sn+mac where all works fine from the box, ame codecs/hw transcoding /face recognition (but there only very old tcrp boot loader) Quote Link to comment Share on other sites More sharing options...
Wibex Posted June 28 Share #215 Posted June 28 (edited) Hi all, Is there an update for version DSM 7.2.1-69057 Update 5 available? Because I've got several errors using the DarkNebular script (https://github.com/darknebular/Wrapper_VideoStation) : Patched but unsuccessful or MD5 mismatch Thanks Edited June 28 by Wibex Quote Link to comment Share on other sites More sharing options...
Wibex Posted July 8 Share #216 Posted July 8 Help 😁 Quote Link to comment Share on other sites More sharing options...
Wibex Posted July 8 Share #217 Posted July 8 Another question : with official SN/MAC, can we activate and use the push service with DSCAM? If yes, how? Because I've got an error and the service won't start. Quote Link to comment Share on other sites More sharing options...
abrito Posted July 10 Share #218 Posted July 10 Hi all, This worked for me, it was a combination of methods I have found here. 1st step based on this post 1. Uninstalled AME 2. Rebooted Xpenology 3. Reinstalled AME (Witouth Opening) 2nd step Based on this post I changed the line 23 ["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="7.2.1 69057-5_7.2.1 69057-5" and added in line 194 "7.2.1 69057-5" 3rd step this is post where you will find the patches 4. Ran codepatch.sh -p (Patched all available instances) 5. Ran Python amepatch.py 6. Opened AME its working Now, if you have many videos on your DB it could take a couple of minutes or days to index all, after all files are indexed you can go to your syno photos and the videos will work normally. Quote Link to comment Share on other sites More sharing options...
Wibex Posted August 1 Share #219 Posted August 1 Hello everyone, my apologies for the delay, I was on vacation. Unfortunetely, thise method doesn't work for me. Maybe 'cause I have real SN and MAC, I don't know. But AME remains hopelessly inactivated. Oh, and the python script gives me an error (256), if anyone knows what that means... Quote Link to comment Share on other sites More sharing options...
muuuuse Posted August 25 Share #220 Posted August 25 hi everyone,need help plz, I got DSM 7.2-64561 on DS3622xs+ with Valid SN. I tried so many times: Uninstalled AME- Rebooted -Reinstalled AME (Witouth Opening)-Run codecpatch.sh -p (after added line "7.2 64561-0") success - Ran Python amepatch.py(ret 256)Fail ./codecpatch.sh Detected DSM version: 7.2 64561-0 Patch for DSM Version (7.2 64561-0) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume1/@appstore/CodecPack/bin/synocodectool 3) Quit Please choose which binary you want to patch/restore:1 Valid backup and patched synocodectool detected. Skipping patch. Detected DSM version: 7.2 64561-0 Patch for DSM Version (7.2 64561-0) AVAILABLE! Available binaries to patch/restore: 1) /usr/syno/bin/synocodectool 2) /volume1/@appstore/CodecPack/bin/synocodectool 3) Quit Please choose which binary you want to patch/restore:2 Detected valid synocodectool. Creating backup.. Patching... Patched Creating spoofed activation.conf.. Spoofed activation.conf created successfully python ame_patch.py root@nas:/volume1/nas# python ame_patch.py Patching MD5 match version AME 1.1.0-51005 date: 21/06/2023 Checking whether patch is successful... Patch is unsuccessful, retcode = 256 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.