English Amiga Board


Go Back   English Amiga Board > Requests > request.Apps

 
 
Thread Tools
Old 12 August 2018, 21:15   #1
Giants
Registered User
 
Join Date: Nov 2017
Location: france
Posts: 109
Floppy disk Adf Sector editor under Windows

Hi !

I don't know if this tool already exist

I would like to see/edit the contens of adf file (in Hexa/texte) under windows
But, I would like to navigate on this adf file as I were in deksid on Amiga.

So :
- Load a ADF file
- See the content in hexa/text (like any hexa editeur)
- And navigate in this adf file with Cylinder, sector and Size

Maybe it's already exist ?!
Giants is offline  
Old 13 August 2018, 08:45   #2
jarre
Registered User
 
jarre's Avatar
 
Join Date: Sep 2016
Location: Deventer - Netherlands
Posts: 599
i'm using: HxD - Freeware Hex Editor and Disk Editor, https://mh-nexus.de/en/hxd/

except the navigate, i'lkl thing this is a great editor
jarre is offline  
Old 13 August 2018, 08:56   #3
Steffest
Registered User
 
Join Date: Jan 2017
Location: Antwerp / Belgium
Posts: 189
I made a browser based version of such a tool some time ago to quickly inspect an ADF and extract some files:

http://stef.be/adfviewer/

Just drop your adf on the page and you're good to go.
Let me know if you're missing some features.

It doesn't write to Adf. Read only.
Steffest is offline  
Old 13 August 2018, 09:50   #4
Giants
Registered User
 
Join Date: Nov 2017
Location: france
Posts: 109
Thks but... It's Not m'y question
I also use hxd under Windows but as you say, no navigation in 'cylinder', sector, side.
It's just.... An hexa editor Like Others.

Your adf viewer is good but I would Like a standalone application.
I can also code à Web-interface to 'surf' in à adf but, Not the goal.
It's will already browser used.

So, it's Not exist?
Because it's a bit boring to start winuae and use a deksid just to navigat in adf.
Giants is offline  
Old 13 August 2018, 10:01   #5
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,941
I guess it doesn't exist
chip is offline  
Old 13 August 2018, 14:59   #6
Giants
Registered User
 
Join Date: Nov 2017
Location: france
Posts: 109
Well, I think too.

Maybe it's a good projet for learning Gui on C with windows, never do this.
maybe another language is better ?
Giants is offline  
Old 13 August 2018, 16:19   #7
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,941
I'm not an expert of programming languages to know what particular language is preferable for a certain project

The last i learned was C, made some standard exercises and just a little of "serious" development (no GUI at all)

I found it not so amazing, sincerely

It's probably powerful, but i will not call it user-friendly

I guess to make a Windows application there are better options than C
chip is offline  
Old 13 August 2018, 17:59   #8
heavy
noodle
 
Join Date: Jun 2007
Location: europe
Posts: 247
why not use an Amiga Tool for that ? adf is a amiga disk image
try Disk X for example (block/track/sector/head in hex/ascii
http://aminet.net/package/disk/misc/DiskX

for Windows, I only know an old tool by Alpha One : ADF Magic
you can view hex/ascii/disassemble/text
but not select track/sector/head, only hex offset

Last edited by heavy; 13 August 2018 at 18:18.
heavy is offline  
Old 13 August 2018, 18:38   #9
heavy
noodle
 
Join Date: Jun 2007
Location: europe
Posts: 247
Quote:
Originally Posted by Steffest View Post
I made a browser based version of such a tool some time ago to quickly inspect an ADF and extract some files:

http://stef.be/adfviewer/

Just drop your adf on the page and you're good to go.
Let me know if you're missing some features.

It doesn't write to Adf. Read only.
great

off topic:
is it possible to add a writeFile function ? (copy selected files to an existing template adf) ? I don't know well the adf api
heavy is offline  
Old 13 August 2018, 19:21   #10
Steffest
Registered User
 
Join Date: Jan 2017
Location: Antwerp / Belgium
Posts: 189
Quote:
Originally Posted by heavy View Post
great

off topic:
is it possible to add a writeFile function ? (copy selected files to an existing template adf) ? I don't know well the adf api
Sure, a 2 window view à la Directory Opus is still on the TODO list.
Up to now I was too lazy to figure out the checksum calculations needed for writing to a sector :-)
Steffest is offline  
Old 13 August 2018, 21:48   #11
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
The closest thing I can think of is TSXBIN, a Japanese hex editor. It has a C-like template language for file types and even comes with one such template for editing D88 disk images. Making an ADF template should be much simpler than the D88 template.
http://www.net3-tv.net/~m-tsuchy/tsuchy/tsxbin.htm
idrougge is offline  
Old 14 August 2018, 11:56   #12
Giants
Registered User
 
Join Date: Nov 2017
Location: france
Posts: 109
The goal is Not to editing adf, it's surf in the adf with cylinder sector, Head button.
Editing adf already exist and we can do it with some software.

I find à hexa source with gui, I will going to see that.
Giants is offline  
Old 14 August 2018, 12:11   #13
heavy
noodle
 
Join Date: Jun 2007
Location: europe
Posts: 247
what?? if you can edit, you can "surf" ... ?!?
heavy is offline  
Old 15 August 2018, 11:52   #14
Giants
Registered User
 
Join Date: Nov 2017
Location: france
Posts: 109
Surf with sector, cylinder and Head Not surf in hexa position.
Need work just Like deksid on amiga.
Giants is offline  
Old 22 December 2019, 18:29   #15
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,160
is there's a possibility to write files to a blank .adf file from outside Winuae (native windows)?

Or create a bootable disk with a given set of files on it (clobbering the existing data on the .adf if any).

This would be super-useful to create distributable floppies from windows for my games, since all data is created on Windows
jotd is offline  
Old 22 December 2019, 18:39   #16
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,941
I don't know if this can help


http://www.pouet.net/prod.php?which=66640
chip is offline  
Old 22 December 2019, 21:01   #17
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,160
yes, exe2adf is close enough. But it doesn't allow to customize startup sequence (for instance to add a call to "stack"). And the source isn't provided...

I could hack the .adf output though by changing stuff in the original startup sequence. I'll try that

Last edited by jotd; 22 December 2019 at 21:15.
jotd is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
ADF viewer on Windows 10??? padremayi support.Other 9 24 August 2020 17:17
Amiga Icon viewer/editor for windows? alexh support.Apps 0 25 November 2015 13:02
Disk sector editor DH request.Apps 47 24 August 2012 13:09
startup-sequence editor for windows bllpla request.Apps 14 04 September 2009 00:13
Track & sector editor needed kipper2k request.Apps 9 01 May 2009 02:49

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:25.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10812 seconds with 15 queries