AROS World Exec
Development => AROS Software Development => Topic started by: serk118uk on February 21, 2021, 05:34:59 AM
-
arSFSDoctor v1 for aros
(https://i.ibb.co/BnJTjc9/icon.jpg)
(https://i.ibb.co/85PXTHW/aem.jpg)
(https://i.ibb.co/qxNzB7h/sfs-btree-structure2.jpg)
I started working on sfsrecovery tool since 2019 just after losing my hard disk.
Goal is to make it look and feel like original SFSDoctor and run on AROS to recover lost/deleted/lost
and corrupted sfs disk/partitions.
Look and Feel it's not same as SFSDoctor yet but i am happy with the current design of arSFSDoctor.
What used and who helped during the build.
-----------------------------------------------------
-Some sourcecode from ASFS linux driver are used.
-Functions from sfscheck.c from aros tree.
-libdiskio/ by Fredrik Wikstrom <fredrik@a500.org>
-Btree build - by Krzysztof Smiechowicz <deadwood@wp.pl>
-some functions are taken from opensource testdisk.
-serk118 classes/mui/zune designe and rest of the implemention <Serk118 <serk118@gmail.com>
-I like to thank John Hendrikx for all the helps/sample codes and directions - John Hendrikx <hjohn@xs4all.nl>
-LunaPaint used for icon.
-Arzip to archiive.
-Txt2Pdf for pdf.
-gcc compiler.
-JanoEditor.
Buttons and functions
------------------------------
About - Displays about window.
Devices - available sfs drives.(scan & show devices button brings up none sfs drives too).
Chack Disk - same way how sfscheck works on AROS (Need bit more work).
>Scan Disk - scans for lost/damaged/croupted and deleted files/folders.
>Scan Options - recover and scan methods.
>Quick Scan - Basic valid unbroken structure/admin/container data scan.
>Standard Scan - slighly faster than Deep Scan and yet again effective results.
>Deep Scan - slow but very effective results.
>Listview - shows all the files.
>Select All/Undo Selected - sellect/unselect all files/folders.
>Mark/unmark - Marks and unmark selected files/folders
>Save Log -- saves log file to selected path.
>Clear Log -- clears the log.
>Clone Drive -- clones selected partition drive to image file.
>Clone Drive - generates a temporary TSFS mount file to same directory/device where image file is,
>copy the mount file to devs/dosdrives/ and than you should be able to mount image file by using system/DiskImageGUI.
>Return to Main -- back to main screen.
>Quit -- exit to AROS dos..
Planned to add more
-------------------------------
--Langauge -- Catalogs(%1 done).
--Advance scan (scan from=xx till=xx , within available partition size range)(%10 done).
--Image scan only..
--Repair partition (%60 done).
--Load/save log file(%20 done).
--Load/save partition metedata(%30 done).
--Sfs structure repair (%10 done).
--Sfs2 implemention(%0 done).
--Optimise read and write methods to gain more speed(direct i/o and cache i/o)(%10 done).
--Clean readme guide in pdf (%5 done).
Example steps
-------------
1.Open arSFSDoctor.
2.Pick a sfs partition from the device list.
3.Scan Disk.
4.Select Deep Scan.
5.Click on Scan Now button
6.select all the files and mark them.
7.Click on Recover Now and select location where you like to save your salved files etc..
8.Return to Main.
please try with small sfs drive while testing..any bugs report directly to me at serk118@gmail.com or post here..
-
SFS is a robust filesystem I also use it on OS3, this tool of yours will make it even more powerful, thanks for doing this !
-
also fakefastmem for aros
copy fakefastmem to c/
and add below lines to user-startup
IF EXISTS c:fakefastmem
run fakefastmem 1024*32
EndIf
-
also fakefastmem for aros
copy fakefastmem to c/
and add below lines to user-startup
IF EXISTS c:fakefastmem
run fakefastmem 1024*32
EndIfÿ
both for X86? Version also available for Aros 68k?
-
thank you serk :D
-
also fakefastmem for aros
copy fakefastmem to c/
and add below lines to user-startup
IF EXISTS c:fakefastmem
run fakefastmem 1024*32
EndIfÿ
both for X86? Version also available for Aros 68k?
Atm just x86 , once i finish than i will compile for 68k and x64 too
-
Congratulations on making the release. I'm sure many people will be happy with this tool!
-
Congratulations on making the release. I'm sure many people will be happy with this tool!
i hope you are happy with the graphical changes..
-
Yes, looks good to me. Simple and effective :)
-
Just upload to aros-archives but i forget to set Category in right place ,
someone/admin please change Category: audio to tools/sfs software i guess or near (sorry)
also
https://sourceforge.net/projects/amigaide/
I also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.
if anyone wants just email me
-
serk framebuild 0.2 works fine 0.3 have a little problem
thanks
-
Thank you for your ports serk :thumbsup"
I also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.
Not that i saying it is easy but have you looked at the 'modules' ? There is a file called compiler which offers support for multiple compilers, including vbcc and gnu.
The accompanied help writes that there are two solutions to the problem and that the one chosen is to create macro's to mimic sasc behaviour for other compilers.
Other than that, it looks like a normal shared library (with some additional initialisation and other specifics) which can also be made with gcc. ALB42 has an example (with makefile) in his github account. We needed to test how this works because of development with Free Pascal.
-
also fakefastmem for aros
copy fakefastmem to c/
and add below lines to user-startup
IF EXISTS c:fakefastmem
run fakefastmem 1024*32
EndIf
I'm sorry but will the obtained fastram be able to be used by any program?
-
Wow, Nice
-
Talking to FrameBuil V0.3 Wrap the Requester of the files Block the program, for example if I'm loading the files individually and by mistake I press the button to upload entire directories and I cancel to close it all stop :-\
-
@serk118uk
On FrameBuild is it possible to change the fonts or background? the texts in black are not seen well on the blue background.
Also can I create my own Skin (Img) for my AfA One, thanks!
-
Thank you for your ports serk :thumbsup"
I also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.
Not that i saying it is easy but have you looked at the 'modules' ? There is a file called compiler which offers support for multiple compilers, including vbcc and gnu.
The accompanied help writes that there are two solutions to the problem and that the one chosen is to create macro's to mimic sasc behaviour for other compilers.
Other than that, it looks like a normal shared library (with some additional initialisation and other specifics) which can also be made with gcc. ALB42 has an example (with makefile) in his github account. We needed to test how this works because of development with Free Pascal.
I will check out ALB42"s, thanks
-
@serk118uk
On FrameBuild is it possible to change the fonts or background? the texts in black are not seen well on the blue background.
Also can I create my own Skin (Img) for my AfA One, thanks!
I have the 0.4 version and i will upload to archives.
Also now you can double click in list view window and display images too , you can create icons for it, problem also fixed.
I just have to change background colour and upload to archives..
-
Thanks, i had created this Skin I think also works on v4
-
Thank you for your ports serk :thumbsup"
I also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.
Not that i saying it is easy but have you looked at the 'modules' ? There is a file called compiler which offers support for multiple compilers, including vbcc and gnu.
The accompanied help writes that there are two solutions to the problem and that the one chosen is to create macro's to mimic sasc behaviour for other compilers.
Other than that, it looks like a normal shared library (with some additional initialisation and other specifics) which can also be made with gcc. ALB42 has an example (with makefile) in his github account. We needed to test how this works because of development with Free Pascal.
I will check out ALB42"s, thanks
Hi serk,
Sorry as i forgot to link to the specific repo, which can be found at https://github.com/alb42/AROS-libraries
In particular you could perhaps take a look at https://github.com/alb42/AROS-libraries/tree/master/MyTestLib which has a detailed readme.
Hopefully that is enough information to enable you to continue your porting effort.
-
Thanks, i had created this Skin I think also works on v4
nice..
try new version please..
-
Thank you for your ports serk :thumbsup"
I also ported amigaIDE but i am stuck at moduler part since we dont have sasC and i am not soo great with gcc in moduler side to amigaIDE.
Not that i saying it is easy but have you looked at the 'modules' ? There is a file called compiler which offers support for multiple compilers, including vbcc and gnu.
The accompanied help writes that there are two solutions to the problem and that the one chosen is to create macro's to mimic sasc behaviour for other compilers.
Other than that, it looks like a normal shared library (with some additional initialisation and other specifics) which can also be made with gcc. ALB42 has an example (with makefile) in his github account. We needed to test how this works because of development with Free Pascal.
I will check out ALB42"s, thanks
Hi serk,
Sorry as i forgot to link to the specific repo, which can be found at https://github.com/alb42/AROS-libraries
In particular you could perhaps take a look at https://github.com/alb42/AROS-libraries/tree/master/MyTestLib which has a detailed readme.
Hopefully that is enough information to enable you to continue your porting effort.
Thank you ,
-
Thanks, i had created this Skin I think also works on v4
nice..
try new version please..
v4 works well, only problem is the request, if you move it behind other requests come out, see screenshot
Question, what is the emptyframe image for ?
-
yes work well serk, I don't understand the boxes where it is written empty frame to what they are used and then when I press play from the specific button you don't open the slide
-
hi,
Yes just seen the screenshot , i will fix that soon.
Those boxes meant to be the animation frames but i had no time to work on that, ignore those boxes and i will work on that when i am done with my other projects,
-
ok serk :)
-
hi,
Yes just seen the screenshot , i will fix that soon.
Those boxes meant to be the animation frames but i had no time to work on that, ignore those boxes and i will work on that when i am done with my other projects,
Same problem Request also with "MP3Player", here there is also another problem, from Tab "load only one mp3" if you try to load the whole folder of mp3 the system crashes.
-
FrameBuild fix attached , please test and report if more bug found..
I will fix mp3Player too soon..
-
Serk does not start the program maybe because the "IMG" directory is missing :-\
-
FrameBuild fix attached , please test and report if more bug found..
I will fix mp3Player too soon..
Perfect no more problems with the GUI , thanks for the fix, will check if there are other problems :)
About the EmpyFrame image, what is it for, is it just a message or does it have some function?
-
Serk does not start the program maybe because the "IMG" directory is missing :-\
Yes framebuild needs img/
-
ok the program works fine except when you want to view the AVI file created with the appropriate "Play" button MPlayer does not open
-
HI,
I just fixed play function,copy attached file to FrameBuild/ folder..
-
Thanks, it works well for me
-
serk arsfsdoctor new icon if you liked
-
serk arsfsdoctor new icon if you liked
ArSFSDoctor looks like a nice SFS Tool. Very good work. :)
-
yes miker, nice :)
-
serk arsfsdoctor new icon if you liked
Hi salvo,
Icon looks really nice. Great art work..
Thank you..
-
serk arsfsdoctor new icon if you liked
ArSFSDoctor looks like a nice SFS Tool. Very good work. :)
I am glad you like it..thank you
-
thank you serk :)
-
another icon for framebuild if you liked serk
-
another icon for framebuild if you liked serk
Yet again , another great art work, looks clean and sharp
.
-
thank you serk :)
-
Hi people, i done bit of work on Framebuild and back ported PaperBox tool from aminet (uploading into archives)(http://aminet.net/package/gfx/3d/PaperBox)
(https://i.postimg.cc/jq3YbN8b/FB05.jpg)
(https://i.postimg.cc/V6dQrk6T/pb.jpg)
-
Great Serk Thank You :)
-
Thank you very much serk, something does not work well for me, the screenshot does not appear in the square on the right, where am I wrong?
Also if I create a video it doesn't work, can it depend on my images that are 1024x768, what are the right Fps values?
Finally, I noticed that if Dopus4 is open, FrameBuild freezes the system.
(https://ae.amigalife.org/index.php?action=dlattach;topic=673.0;attach=1387;image)
-
hi,
see https://en.wikipedia.org/wiki/Frame_rate for the fps usage..
Grab one of the pictures at bottom and drop that image there..
is it possible to do a little video of the dopus4 crashing or framebuild crashing dopus4..
.
-
I am also working heavly on arSFSDoctor still...
(https://i.postimg.cc/3xnvQKPc/arsfs.png)
-
hi,
see https://en.wikipedia.org/wiki/Frame_rate for the fps usage..
Grab one of the pictures at bottom and drop that image there..
is it possible to do a little video of the dopus4 crashing or framebuild crashing dopus4..
If I drag the screenshot it works I understood it even if with a delay :) what I don't understand is what is that square for?
What are the right steps to create a video?
Now I'll try to catch the error with Dopus4, it happened when Dopus was open and at the same time I was loading a directory with images, at the moment is not happening anymore, maybe I had run something that dirtied the RAM, if it happens again I attach screenshots.
Thanks for your help
Thanks also for arSFSDoctor, a very useful tool
-
what I don't understand is what is that square for?
I dont know what square or where?
read the original readme
http://aminet.net/package/gfx/edit/workframebuild-aros
Add some .jpg images than select / highlight all and set hight/width than set fps=30 for now and hit the build button and play.(if you have not configured play function than goto ram: open saved avi file to see your video).
BTW I am turning FrameBuild to SoftVideoEditor soon, 0.5 version is just to test if Image classes doing the job or not..
--adding NEW avi finctions for Framebuild.
--wav/mp3 sound/music support on build.
-internal video player classes.
-video titling,
--will report more as i add more into it..
-
Old age is an ugly beast, I had really forgotten that it was necessary to highlight the files, now everything works perfectly, I attach a Video that I will use in the News of AROS One.
SoftVideoEditor I think it will be something new and innovative, we look forward to its release, thanks again for what you do for AROS.
Question is there also a version of FrameBuild for AROS 68k?
Here is the video about the new FrameBuild:
https://drive.google.com/file/d/1GIGgSDybEnX4f6SdCLFr25FTrvjMRMhn/view
-
Great news Serk!
-
@serk118uk
Nice PaperBox, successfully tested on AROS One x86, I also had fun creating an AROS One PaperBox ;D, see video at 720p
Very soon I will make a test with the OS3 version on AROS 68k
https://drive.google.com/file/d/1UGQutSJC_S6fsAeExvEMcY6-4pZ80OVH/view
-
I attached aros version..I am not sure how it meant to work but compiled without any problem..
http://aminet.net/package/biz/misc/Banker-0.99a
-
Thanks also for this software, it's almost time to distribute the new version of AROS One x86, by now there are many software updates and news even if these are few, there are also important library updates.
-
to me it blocks the system when I try to execute it, if everything works well to you :)
-
@serk
Banker works well on AROS One x86 even if it's not easy to understand the italian catalog is not well translated ;D
Banker will also be included in the next release of AROS One x86 :D
-
Does the Serk banker to you?
-
serk
There were no more Muibase updates for Aros, I contacted the author a few years ago, he can't do the port, I attach the source code to see if you can always fill it if you have time or other priorities :)
https://sourceforge.net/projects/muibase/files/muibase-src/MUIbaseSource-4.3.tgz/download
-
serk
There were no more Muibase updates for Aros, I contacted the author a few years ago, he can't do the port, I attach the source code to see if you can always fill it if you have time or other priorities :)
https://sourceforge.net/projects/muibase/files/muibase-src/MUIbaseSource-4.3.tgz/download
I will download but no promise's atm because i am working on multiable projects but i will see if time is on my side..
-
Does the Serk banker to you?
Sorry i missed this, yes it does work with my icaros and arosone x86..
-
Ok right, about Simplemail you continue here
-
serk
There were no more Muibase updates for Aros, I contacted the author a few years ago, he can't do the port, I attach the source code to see if you can always fill it if you have time or other priorities :)
https://sourceforge.net/projects/muibase/files/muibase-src/MUIbaseSource-4.3.tgz/download
I will download but no promise's atm because i am working on multiable projects but i will see if time is on my side..
ok serk no problem
-
Another test run , please test with gmail,hotmail,yahoo via imap or pop
https://ufile.io/3a0grvnq
and report back please..
-
I tried the program with the email.it provider who does not need a safe connection from the client and I receive the email but then everything crashes and the characters of the emails change, yahoo and gmail that I tried before everyone doesn't work, they have Need a safe connection from the client
(https://i.ibb.co/17SVqjc/mail.jpg) (https://ibb.co/17SVqjc)
-
Another test run , please test with gmail,hotmail,yahoo via imap or pop
https://ufile.io/3a0grvnq
and report back please..
Now the mail is shown on the right quadrant, the inbox is working perfectly, I have only error in the sent mail.
I don't have any crashes and no problems with text fonts, so I'd say perfect.
If I create a new accounts the system crash (splitting windows) when i "save" the configuration
-
OK reconfigured SimpleMail and now your version 1.1 works perfectly with both inbox and sent mail, no problem with fonts.
There is still the problem that it is not possible to save an account configuration, I have created the new configuration with an old version of SimpleMail
-
I tried the program with the email.it provider who does not need a safe connection from the client and I receive the email but then everything crashes and the characters of the emails change, yahoo and gmail that I tried before everyone doesn't work, they have Need a safe connection from the client
(https://i.ibb.co/17SVqjc/mail.jpg) (https://ibb.co/17SVqjc)
I tried with aros one x86 and latest icaros and runs without crashing characters shown ok..
-
OK reconfigured SimpleMail and now your version 1.1 works perfectly with both inbox and sent mail, no problem with fonts.
There is still the problem that it is not possible to save an account configuration, I have created the new configuration with an old version of SimpleMail
(https://i.postimg.cc/htZLM0Hd/sm.png)
Simplemail refuses to connect if 2-step verification is on on your mail account not because of simplemail, Allow less secure apps to OFF on your mail provider settings and that should build trust between your computer and your email providers and SimpleMail Should work (well i hope)
Check account configuration file protection because i have no problem saving here.
I am trying SimpleMail with gmail,hotmail so i can not access them atm but i am working on that..
there are option in settings to select ssl_v2 or ssl_v3 , please try them too..
-
to me the parameter configuration window is bloked, font errors will investigate
-
serk but you have a new version of program
-
I am trying SimpleMail with gmail,hotmail so i can not access them atm but i am working on that..
As I said in my second post, my Sent and incoming work perfectly with "Libero Mail".
there are option in settings to select ssl_v2 or ssl_v3 , please try them too..
I didn't select anything, I left "none", I'll try if it works also with ssl_v2 or ssl_v3
N.B. The only thing that doesn't work is create a new account is saving, you can create and save without having a lockout?
-
serk I checked the two-factor authentication if it was active on yahoo, but I don't receive anything I deduce that I need to better control the account settings if it worked with the major existing providers it should work too :-\
-
ok now the characters see well, but I have problems with yahoo and gmail, with email.it no but the server does not need a secure connection from the client
-
ok now I understood if we have no amissl or openssl (it seems to me that simplemail has also been compiled with it but only some versions) we can only access provider where they do not require the ssl connection by the client, libero.it and email.it allow
(https://i.ibb.co/VCPwKfj/email.jpg) (https://ibb.co/VCPwKfj)
-
I am trying SimpleMail with gmail,hotmail so i can not access them atm but i am working on that..
As I said in my second post, my Sent and incoming work perfectly with "Libero Mail".
there are option in settings to select ssl_v2 or ssl_v3 , please try them too..
I didn't select anything, I left "none", I'll try if it works also with ssl_v2 or ssl_v3
N.B. The only thing that doesn't work is create a new account is saving, you can create and save without having a lockout?
Hi,
I have 2 aros distros and I am running both on acer aspire one d150 and I tried and on both computers SimpleMail accounts saved with no problem.
You are on aros one x86 right??
Please forward your email to serk118@gmail.com so I can email you my attempts of simplemail directly to you..
Thank you..
-
ok now I understood if we have no amissl or openssl (it seems to me that simplemail has also been compiled with it but only some versions) we can only access provider where they do not require the ssl connection by the client, libero.it and email.it allow
(https://i.ibb.co/VCPwKfj/email.jpg) (https://ibb.co/VCPwKfj)
Hi salvo,
I compiled SimpleMail with SSL not updated version but the one in my icaros distro..
Ssl_v1 and ssl_v2 are wrap code of amissl to ssl and I tried older ssl and latest ssl from very last icaros distro and I couldn't connect to my Gmail.
I am working on new imap and I will update if I progress.
If you want to try my test compiles than please email at serk118@gmail.com.
I mean no point putting every test versions to Aros-exec atm
-
ok serk send you on email
-
You are on aros one x86 right??
Yes I tried with both Icaros 2.3 and AROS One, after creating or editing an account as soon as I press the Save or Use button the system freezes. With SimpleMail 0.37 and 043 no problem.
Please forward your email to serk118@gmail.com so I can email you my attempts of simplemail directly to you..
Mail sent to serk118@gmail.com
-
@serk118uk
I received your E-Mail and your files on AROS One, the crash appears if I run SimpleMail from your directory, I attach a small video to show the crash that happens both with SimpleMail 4.6 and SimpleMail.debug, with SimpleMail.debug 3.7 no crash.
Your mui.library seems to be the one I used, if you need the Italian localization, you can find it in the OS3 and OS4 version.
Test Video crashed system:
https://drive.google.com/file/d/1TT0Goc8JqBo9jfoNaAMzmoNkyc9nTI5z/view?usp=sharing
-
I replied to my test I made on your email
-
@serk118uk
EDIT:
I have solved the mystery of the block of your version of SimpleMail :)
-
Ok now SimpleMail 4.6 works fine, no crash, the problem was caused by the low RAM, increased the RAM on VMware Player the crash is disappeared.
Probably the new version requires more RAM than the previous versions.
In the occasion for SimpleMail I've created new Def_Icons in AROS One style (see screenshot), those used by default by SimpleMail were in the old Glow format :)
-
Hi ppl,
(AmIDE - Amiga Integrated Development Environment by Jens Langner)
I am trying to bring another (origin amiga) Amiga Integrated Development Environment Tool, Amide (i will change name to ArosIDE when author gives me the permission)
Yet again i had to give Deadwood headache a bit to resolve errors.
(https://i.postimg.cc/s27kCX9T/amide.png)
Uses external editor (user choice).
Guess what I wish i knew about Murks Development Tool before i started porting AmIDE..
I have to sort some of the functionality before i upload..
-
Great Serk :D
-
looks good :D
-
Thanks serk useful tool for developers !
-
Thanks serk useful tool for developers !
If it can compile complex programs like MultiView for x86 then I look forward to using it.
-
Thanks serk useful tool for developers !
If it can compile complex programs like MultiView for x86 then I look forward to using it.
Miker AmIDE is similar to MurksIDE, Murks more advance than AmIDE , I bet murks can handle what you want to do..
-
Hi ppl,
I have been busy with amiDE port and port is done ,i
>written GCC plugin (testing stage atm)
>changing how gui look , not finish yet..
I like to make changes
-------------------------------------------
>email author get permission..to make changes.
>add editor with syntax highlighting..
here is how it looks with some changes to spot the errors easy..
(https://i.postimg.cc/Y0Ycx6sQ/amide.png)
-
Hi,
Great
I wrote too much to my DH1 partition and now will not allow me to add/ delete anything due to the disk is full error message, can arsfsdoctor help with this or is it a lost cause?
Regards
Jeff
-
Hi,
Great
I wrote too much to my DH1 partition and now will not allow me to add/ delete anything due to the disk is full error message, can arsfsdoctor help with this or is it a lost cause?
Regards
Jeff
Are you using a virtual machine? If so, what about creating a new DHx drive and copy the content from DH1 to DHx?
-
Hi,
Great
I wrote too much to my DH1 partition and now will not allow me to add/ delete anything due to the disk is full error message, can arsfsdoctor help with this or is it a lost cause?
Regards
Jeff
Hi,
Yes you can with 2 ways to fallow.
1.scan your disk than do deep scan and recover files if files are listed in lost+found folder
2.select your drive and do clone drive to save your entire bad disk to file than mountthat file as drive.
you will need another disk/hd to save your clone progress..
I even have better version of arSFSDoctor , recovers anything but i just dont have much free time to finish that project yet..
read the readme about clone drive, if you need more hand/help do shout out here or create another tread
-
Thank you for aide Serk :)
-
Serk you can work on Raystorm if you don't have other projects :)
-
(https://i.postimg.cc/fLcztLLW/Murks-0-6-1.png)
Thanks to Deadw00d , we have the latest Murks, I will upload to archives when i sort out the tool icons/images.
Default Iconset is too bulky, It would be nice to redesign the iconset anyone??? (i tried but not to sharp)
I am also working on TwinsIDE class not ready yet to integrade (https://lh3.googleusercontent.com/-hG1zBbWnuVI/Ypd9HFfR0DI/AAAAAAAARwU/E0Ko5bt3v8kc6Z-r7ho3F6gQFtbUE_13ACNcBGAsYHQ/s1600/1654095131164990-0.png)
-
serk, if my Murks icons of like them I can make them smaller, maybe suggest me the size
-
@serk118uk
Glad you see you are continuing development :)
-
serk, if my Murks icons of like them I can make them smaller, maybe suggest me the size
I prefer 32x32 or 48x48, I can include your iconset too and let user decide which one to use.
Maybe few more iconsets would be killer..
-
@serk118uk
Glad you see you are continuing development :)
Thank you for the help...
-
My icons are 48x49, I can reduce them to 32x32 and maybe in the future create another theme always with the same size.
-
Actually the 34x34 Images seems a good Measure, created two sets one light blue and the other Ochre, what do you think !
-
I attach the two archives with the images
-
Actually the 34x34 Images seems a good Measure, created two sets one light blue and the other Ochre, what do you think !
Amazing work, can you email me plz..thanks..(sorry just seen its attached) thank you again..
-
serk I created you a new icon set, these show better visibility of the tools, If you want you can change the color and create other set, I attach archive
-
If you have added new tools show me some example icons
For those who like scruffy colors here is the Black and Blue version
On the previous page I have attached the colo Brown pictures !
-
thank you for your effort serk :)
-
@AMIGASYSTEM
Thank you once again all themes will be in , toolset_thames/ folder, user can select which ever toolset theme he/she wants to use..(i actually like the black theme atm )
-
@AMIGASYSTEM
(https://i.postimg.cc/dVqWTqLF/murks-new-front-end.png)
More scaleable and slightly more neat, soon will have perfect IDE for AROS
-
Looks really good! BTW, if you want to get added to source forge project to be able to push your changes to repository, give me your source forge user name please :)
-
For the Series "I am never happy with what I do" ;D
I send you the new image with logo "Star" and the Fix lella Image "X" which was ugly :)
If more new images are needed just ask
-
I noticed that there is still a button to create "The last one in your screenshot", but I didn't understand what it can be used for and therefore what kind of icon to create !
-
I noticed that there is still a button to create "The last one in your screenshot", but I didn't understand what it can be used for and therefore what kind of icon to create !
Ignore the last button/image , thats basicly run button and one before compile so i like them 2 buttons clear as possible so i made the play button for run button..
(https://i.postimg.cc/Pqqh45mh/aa.png)
@AMIGASYSTEM you have giving me idea/and icons to work on so thank you once again , i will upload the archive to you once its tidy up..
whats holding me its TwinsIDE editor class integration , i see if i can reflect changes to texteditor.mcc and use that if i can.
-
Looks really good! BTW, if you want to get added to source forge project to be able to push your changes to repository, give me your source forge user name please :)
I will create new source forge account once i am finish with murks and push the changes,(only if OWB allows me to)
-
I'm glad I was helpful, for the Play I had created these, if you need them they are attached here
-
I'm glad I was helpful, for the Play I had created these, if you need them they are attached here
Thanks for the run/play buttons (Btw you are amazing , perfect button set)..
I knows you are busy updating your distro, if you do have free time, i like to add few more functions to Murks and i need button sets below....
Needed button sets
-- build button (current one not clear)
-- search/find button
-- goto line button
Thank you for your time and efford..
-
Alright as soon as possible I will prepare the icons, for build button and goto line button, if you have any ideas or images you can show me so I can create a similar one.
-
Done, see if these fit ?
-
Done, see if these fit ?
Thank you, looks amazing.
I was about to use
http://www.amiga-look.org/artwork/farosenza-icon-pack
Screenshot on right, enlarge and I see tools under aros for build.
Anyways you done amazing work...
-
I know Farosenza Icon-pack, I used it on my early versions of AROS One v1.0/1.1/1.2
If you missed it, the latest icons are attached below the screenshot !
-
MurksRun didn't like it, recreated it !
-
Hi ppl, I hope all well,
I have been very busy with work and Twins for while and most of my coding time taken by
arSFSDoctor (newer version , still few more things todo).
Murks (understanding and graphical changes).
Twins-Ide (BTW twins project started just after my little twins lol)
not much to show atm , art works/design by damir and hopefully Twins will integrate itself into Murks soon.
(https://i.postimg.cc/hvMywQSY/Tw-IDE.png)
1st working Twins-Ide
To DOwnload Murks at https://filebin.net/aa4ptttq2k88b0g4/Murks.zip
(murks should work as long as you have gcc/g++ installed and you dont need to install murks development seperately )
-
nice serk thank you :)
-
Murks (understanding and graphical changes).
Twins-Ide (BTW twins project started just after my little twins lol)
Great work Serk118, thanks for using my button graphics, I noticed that you did not replace the "Star" and "MurksRemoveFile" button that I had attached in this post, previous page.
I also fixed the "Spare_MurksRun" Button by adapting it to the espect of the other buttons, also created the AROS One style Icons for "Catalogs (including those related to States)", "Pictures" and "Buttonsets", see screenshot
By the way, is the Choice of Buttonsets available yet?
-
Murks (understanding and graphical changes).
Twins-Ide (BTW twins project started just after my little twins lol)
Great work Serk118, thanks for using my button graphics, I noticed that you did not replace the "Star" and "MurksRemoveFile" button that I had attached in this post, previous page.
I also fixed the "Spare_MurksRun" Button by adapting it to the espect of the other buttons, also created the AROS One style Icons for "Catalogs (including those related to States)", "Pictures" and "Buttonsets", see screenshot
By the way, is the Choice of Buttonsets available yet?
Hi AMIGASYSTEM,
Button sets are going to be end users choice once twins class integrated to murks , work on murks not done yet. I will use all within time..
-
Thanks Serk, I noticed that on the Bar the image "Star is duplicated", instead the images "Murks_Find" and "Murks_Goto" are missing, see my screenshot !
(https://ae.amigalife.org/index.php?action=dlattach;topic=774.0;attach=3694;image)
-
Thanks Serk, I noticed that on the Bar the image "Star is duplicated", instead the images "Murks_Find" and "Murks_Goto" are missing, see my screenshot !
(https://ae.amigalife.org/index.php?action=dlattach;topic=774.0;attach=3694;image)
@AMIGASYSTEM
I wouldn't worry too much about missing buttons atm, I will get all that right once, my integration is done, main focus is coding part atm..
Saying that TWINSIDE class integration didn't go well atm , murks heavily tight down to TextEditor.mcc and twins class totally different to texteditor class.
I tried to implement twins class to texteditor and syntax highlighting partly works but not how I wanted.(see screenshot)
(https://iili.io/ixCLaj.md.jpg)
-
Ok serk for the booton fix there is no rush, when the time comes I will send you all fixed buttons.
For the rest you mentioned I am not expert, but I am sure you will find the best solution, thank you for your work
-
Hi Serk,
Since you have the setup to compile for AROS and is a master at it.
Could you please compile wget with HTTPS support?
-
nikos, if it may unterest you "AGet" has been updated and supports HTTPS, I discussed it here:
https://ae.amigalife.org/index.php?topic=774.msg13268#msg13268
Find "AGet" in the UHCTools package:
http://archives.aros-exec.org/?function=showfile&file=utility/misc/uhctools.i386-aros.lha
-
nikos, if it may unterest you "AGet" has been updated and supports HTTPS, I discussed it here:
https://ae.amigalife.org/index.php?topic=774.msg13268#msg13268
Find "AGet" in the UHCTools package:
http://archives.aros-exec.org/?function=showfile&file=utility/misc/uhctools.i386-aros.lha
No, it does not support HTTPS.
-
The author's readme states:
aget - A small and performant HTTP/HTTPS/Gemini download tool.
http://aminet.net/util/misc/UHCTools.readme
If it does not work maybe because something is missing on AROS "AmiSSL updated" ?
What did you try to download, can you attach the link ?
-
The author's readme states:
aget - A small and performant HTTP/HTTPS/Gemini download tool.
http://aminet.net/util/misc/UHCTools.readme
If it does not work maybe because something is missing on AROS "AmiSSL updated" ?
What did you try to download, can you attach the link ?
This is wrong thread to discuss this but require amisslmaster.library v4
-
Hi ppl,
With deadwoods big help we have amisslmaster.library v4.2 for AROS.
There is no way I could pull this off without deadwood and thank you yet again..
I am testing the library atm, I will update to latest version once tests go well
-
Thank you serk118uk, AROS in this last period has grown considerably thanks to contribution of all, keep up the good work
-
With deadwoods big help we have amisslmaster.library v4.2 for AROS.
There is no way I could pull this off without deadwood and thank you yet again..
I am testing the library atm, I will update to latest version once tests go well
That is a very nice addition to AROS and as such very good news, so thank you very much both serk118uk & deadwood.
-
nice yes thank you
-
Hi ppl,
With deadwoods big help we have amisslmaster.library v4.2 for AROS.
There is no way I could pull this off without deadwood and thank you yet again..
I am testing the library atm, I will update to latest version once tests go well
Does this mean we can now have all those great networking clients that couldn't be ported, due to lack of amissl?
-
Hi ppl,
With deadwoods big help we have amisslmaster.library v4.2 for AROS.
There is no way I could pull this off without deadwood and thank you yet again..
I am testing the library atm, I will update to latest version once tests go well
Does this mean we can now have all those great networking clients that couldn't be ported, due to lack of amissl?
I guess yes...
-
I can contact jpv rno it seems to me that rnoxfer the advanced ftp client needs this library to work :)
-
I can contact jpv rno it seems to me that rnoxfer the advanced ftp client needs this library to work :)
exactly.
-
HI ppl,
AmiSSL 4.12 uploaded to archives, I had little time to test myself as i want, please test and report bugs here....
tests/ folder contains the source codes to compile and tests
-amisslmaster_test.c
-amissl_test.c
-https.c
example
----------------
gcc -o https https.c -lamisslauto -lamisslstubs
-
thanks serk as soon as I can try this release :)
-
I configured simplemail 0.43 which is on archives with the ssl connection does not work without work you have a mail service that I have allows me not to use it
-
I configured simplemail 0.43 which is on archives with the ssl connection does not work without work you have a mail service that I have allows me not to use it
Simplemail statically build , needs to be re compiled with amissl3 and amissl4 enabled.
I will port Simplemail but before anything I am waiting for my day job/work to go easy so I can test current library to max than update ssl to current version..
-
ah ok i understand serk thanks :)
-
Serk I noticed that in the "include" folder many files will be overwritten, example your "reqtools.h" is smaller than the one installed on AROS One Updated.
I tried to run your example GCC script, but I don't know if it was successful, see screenshot !
-
I contacted jpv rno because he made an ftp client that needs amissl support I don't know if it could work maybe yes
-
Serk I noticed that in the "include" folder many files will be overwritten, example your "reqtools.h" is smaller than the one installed on AROS One Updated.
I tried to run your example GCC script, but I don't know if it was successful, see screenshot !
Ignore the warnings, yes looks like it's compiled ok.
Dont copy reqtools.h in that case..
What happens if you run https?
-
I have run "https" but it doesn't work it results "not executable"
In addition to "reqtools.h" there are other code files that are overwritten in "include/openssl", I think these I need to overwrite because they are updated to the new amissl
-
I contacted jpv rno because he made an ftp client that needs amissl support I don't know if it could work maybe yes
I use AmiSSL indirectly, because I'm using the hURL plugin which uses AmiSSL. So I can't test the AmiSSL port myself, but I reported availability of the AmiSSL port to the hURL's (Hollywood's) author if he could try. In any case this is a big step forward if the port works as expected. I think the next version of hURL would move to AmiSSL v5, but the current version does use v4 and hopefully he can test porting it.
-
thanks jpv for your effort :)
-
I have run "https" but it doesn't work it results "not executable"
In addition to "reqtools.h" there are other code files that are overwritten in "include/openssl", I think these I need to overwrite because they are updated to the new amissl
Openssl we have in our development and the ones I have are pretty same ..
Can you run (already compiled https)
https www.google.com 8080
With snoopy and debug , to exit -> ctrl c
I think we have little problem , tests failed to find cert directory or openssl.config configuration is wrong in my end.
I
-
Sorry serk, I didn't understand exactly what should I do ?
-
Sorry serk, I didn't understand exactly what should I do ?
@AMIGASYSTEM
1.unarchive amissl.i386-aros.zip
2.goto AmiSSL4.12/tests/https_test/
3.copy https executable to ram:
4.start AROS:System/Snoopy and click on use than minimize the window..
5.run sashimi
6.goto ram: open shell than type in stack 4000000
7.https www.google.com 8080
8.screenshoot the ouput from sashimi..
-
Done, not everything is visible, eventually if needed I will see if I need to capture the rest
-
Done, not everything is visible, eventually if needed I will see if I need to capture the rest
@AMIGASYSTEM
Thank you , no need to capture the rest..
-
@amigasystem
aget works with https connection?
-
AGet requires "amisslmaster.library" in SYS:libs, once executed it generates a Guru, see screenshot
-
AGet requires "amisslmaster.library" in SYS:libs, once executed it generates a Guru, see screenshot
Can you click on more and screenshot,
-
Can you click on more and screenshot,
(https://ae.amigalife.org/index.php?action=dlattach;topic=673.0;attach=4367;image)
-
@AMIGASYSTEM
Thank you..
-
AGet requires "amisslmaster.library" in SYS:libs, once executed it generates a Guru, see screenshot
Are you sure AGet requires that? It would break how AmiSSL is supposed to be installed and updated. If AGet really requires that, it should be bug reported to AGet's author.
Or maybe you just don't have correct assigns for AmiSSL?
AmiSSL should have these kinds of assigns in user-startup:
;BEGIN AmiSSL
Assign AmiSSL: "Your:OwnPath/AmiSSL"
If Exists AmiSSL:Libs
Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL
-
Are you sure AGet requires that? It would break how AmiSSL is supposed to be installed and updated. If AGet really requires that, it should be bug reported to AGet's author.
Or maybe you just don't have correct assigns for AmiSSL?
AmiSSL should have these kinds of assigns in user-startup:
;BEGIN AmiSSL
Assign AmiSSL: "Your:OwnPath/AmiSSL"
If Exists AmiSSL:Libs
Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL
I also used that Assignment, which is then the one I use on OS3, but AGet in that path does not find it, it works instead if I copy Amisslmaster.library in Libs.
-
Hi ppl,
A working version of AmiSSL on uploads http://archives.aros-exec.org/download.php?file=queue/amissl_4_12.zip
please test and any problems report here..
-
Perfect, I tested AGet with the Amigaremix site, and this time it downloaded the mp3 file without any problem, thank Serk
(https://ae.amigalife.org/index.php?action=dlattach;topic=673.0;attach=4557;image)
-
good job serk thanks
ps. serk you have the source code why would i need a 64 bit version amifox needs one i don't know maybe miker could do the compile job :)
-
Hi Serk, I don't know if it depends on AmiFox "AROS" version, but if you try to download a video you get the error message, Please install AmiSSL.
On OS3, on the other hand, the video downloads normally.
To enable Download with Amifox, you have to search for a video from Google and then click on the video, done this it will appear at the bottom right iul Download Tab.
-
Okay, after I reported the problem to ALB, if I understand correctly, the beta version of AmiFox for AROS x86 does not have AmiSSL support yet.
-
@AMIGASYSTEM
ALB(marcus) reported ,
works very nicely now also in AmiFox with secure connection to the server.
Where can I download AmiFox x86 to try this problem..
-
good job serk thanks
ps. serk you have the source code why would i need a 64 bit version amifox needs one i don't know maybe miker could do the compile job :)
I can compile If gcc ready on your x64 distro.
I can link the sourcecode to miker if miker request. It's very big archive tho..amissl sourcecode should be in aros repo too..
-
@AMIGASYSTEM
ALB(marcus) reported ,
works very nicely now also in AmiFox with secure connection to the server.
Where can I download AmiFox x86 to try this problem..
The problem however is on AmiFox, your AmiSSL works fine.
You can find everything about AmiFox here:
https://blog.alb42.de/
Archives with binaries can be found here:
https://discord.com/invite/Byz7MJPwrm
-
good job serk thanks
ps. serk you have the source code why would i need a 64 bit version amifox needs one i don't know maybe miker could do the compile job :)
I can compile If gcc ready on your x64 distro.
I can link the sourcecode to miker if miker request. It's very big archive tho..amissl sourcecode should be in aros repo too..
It would be better if you try to compile it. I have much to do at the moment. Thanks.
-
good job serk thanks
ps. serk you have the source code why would i need a 64 bit version amifox needs one i don't know maybe miker could do the compile job :)
I can compile If gcc ready on your x64 distro.
I can link the sourcecode to miker if miker request. It's very big archive tho..amissl sourcecode should be in aros repo too..
serk I leave you the link of my distribution attention it must be installed on a usb stick on a hard disk it does not work at the moment, if you want there is also the version for VM, thank you
http://tinyaros.flazio.com/
-
Fantastic that you made it :) This is important progress for AROS. I own you 40 Euro.
Can you post your e-mail or if you do not want send it private so I and maybe others can support you for the work on AmiSSL?
PayPay I guess?
-
serk the development tools do not works at momet on native mode :-\
-
Fantastic that you made it :) This is important progress for AROS. I own you 40 Euro.
Can you post your e-mail or if you do not want send it private so I and maybe others can support you for the work on AmiSSL?
PayPay I guess?
@Nikos how about putting that 40euro back to AROS Development Team...Thanks.(every penny earned on aros should go back to aros).
-
Fantastic that you made it :) This is important progress for AROS. I own you 40 Euro.
Can you post your e-mail or if you do not want send it private so I and maybe others can support you for the work on AmiSSL?
PayPay I guess?
@Nikos how about putting that 40euro back to AROS Development Team...Thanks.(every penny earned on aros should go back to aros).
That is fine and up to you Serk. Could you please put a link to where to support AROS development team?
-
hi Nikos i see this page
http://www.aros.org/download.php
-
Ok and then I need to select developer?
Mschulz, Kalamatee or Rusler.
If I wanted to select someone it would be Deadwood. Where is he?
This is getting stupid. It is outdated.
-
I agree but I don't know if Deadwood accepts donations
-
Ok and then I need to select developer?
Mschulz, Kalamatee or Rusler.
If I wanted to select someone it would be Deadwood. Where is he?
This is getting stupid. It is outdated.
I checked power2people and also outdated, deadwood would be my choice too.
If not possible than you could use this link
https://www.paypal.me/SerdarBoran
And I will somehow put it on one of the AROS project..
If possible please do put that towards deadwood and if not use the link above...
Thanks nikos
-
Ok and then I need to select developer?
Mschulz, Kalamatee or Rusler.
If I wanted to select someone it would be Deadwood. Where is he?
This is getting stupid. It is outdated.
It’s not out of date at all. What deadwood is doing is technically a fork of the official repo. That’s not to say he’s not doing a lot of work however he’s porting the work that many others have done to his fork.
-
Ok and then I need to select developer?
Mschulz, Kalamatee or Rusler.
If I wanted to select someone it would be Deadwood. Where is he?
This is getting stupid. It is outdated.
I checked power2people and also outdated, deadwood would be my choice too.
If not possible than you could use this link
https://www.paypal.me/SerdarBoran
And I will somehow put it on one of the AROS project..
If possible please do put that towards deadwood and if not use the link above...
Thanks nikos
Done!
Thanks for your work Serk. Really nice to have AmiSSL on AROS.
-
Thanks for porting AmiSSL,
I'm using Linux Hosted icaros Desktop 2.3. I installed AmiSSL per the readme file and tried to download the test file https:...cdn-77--test-14mb.jpg and get an aget error "Invalid URL". I also tried the file on the AmigaRemix site discussed earlier in this thread but get the same error. They both downloaded fine with wget on Linux. Do I just have an outdated version of "aget"? Thanks.
NathanH
-
AmiSSL works fine, see my screenshot, I downloaded and played an MP3 from the amigaremix site.
Make sure you have installed AmiSSL properly, do not use WGet because the AROS version is not up to date and does not support HTTPS sites, you must use AGet (newer version)
(https://ae.amigalife.org/index.php?action=dlattach;topic=673.0;attach=4843;image)
-
@serk118uk
I tested Mediathek, a new pragram that downloads videos from German TVs using AmiSSL, and found the error you see in the screenshot !
Mediathek is a software for downloading Movies from different public (german speaking) TV-stations (ARD, ZDF, 3Sat, WDR...). It is based on the program MediathekView, which is available for Windows/Linux/Macos, und uses the same database. But in contrast to them, Mediathek on Amiga uses its own SQL-server, what gives some speedups and more filteroptions. Medithek offers extensive filter options: Additionally to searching on theme, title and discription, movies can be filtered by Stations, playing time, playing date and so on. These filter options can be saved as so called profiles, which lets them be used again and again. This way you can download complete series. Next to downloading, the links to the movies can also be saved to the clipboard or passed to other tools. This way, you can even stream the movies.
-
@serk118uk
I tested Mediathek, a new pragram that downloads videos from German TVs using AmiSSL, and found the error you see in the screenshot !
Mediathek is a software for downloading Movies from different public (german speaking) TV-stations (ARD, ZDF, 3Sat, WDR...). It is based on the program MediathekView, which is available for Windows/Linux/Macos, und uses the same database. But in contrast to them, Mediathek on Amiga uses its own SQL-server, what gives some speedups and more filteroptions. Medithek offers extensive filter options: Additionally to searching on theme, title and discription, movies can be filtered by Stations, playing time, playing date and so on. These filter options can be saved as so called profiles, which lets them be used again and again. This way you can download complete series. Next to downloading, the links to the movies can also be saved to the clipboard or passed to other tools. This way, you can even stream the movies.
@AMIGASYSTEM
Hi, I am trying to create time to carry on with AmiSSL , we just start to adjust ourselves bit by bit since my twins born..
Where can i download Mediathek to test and see if there is a glitch on our version or update needed..
-
I attach developer link where you can find Mediathek:
http://evil.bplaced.net/index.php?name=Mediathek&page=start
Regarding your children, devote as much time as you can, I have two filgli of 36 and 40 years old, and today I am a little regretful because I spent very little time with them when they were young !