MathewWi / wiiflow

Automatically exported from code.google.com/p/wiiflow
0 stars 0 forks source link

r304 wiiflow ini settings and folder problem #444

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. option to run wiiflow from specified partition/location??
2.
3.

What is the expected output? What do you see instead?

I want to be able to install wiiflow to sd and have 3 partitions on my usb hdd 
for example (1xfat 1xntfs 1x wbfs on 1X usb HDD)

but every time it loads it auto installs a wiiflow folder to the fat partition 
of the usb hdd and uses this to store the cover info and settings ini's and 
compleatley ignors the SD card. evein after selecting parition in wiiflow 
settings are not saved!. i want it to store this on the sd card. i have copied 
these folders to the sd from the USb HDD. and still it auto sets up on the usb 
hdd fat partition.

i was upgrading from r92 version and this issue was not a problem!!! 
have deleted all of r92 version and still no joy!!.

What version of the product are you using? On what operating system?
r301 and r304 (thought is was a r304 issue so tested r301 and same issue)

Please provide any additional information below.
can you fix this bug please!!!!

or let me know how to alter this from always default loading to HDD fat 
partition instead of SD card???!!!!

Original issue reported on code.google.com by patchmob...@gmail.com on 12 Dec 2010 at 5:14

GoogleCodeExporter commented 9 years ago
tested on r254 ios 249 rev19,base ios38 same issue! always defaults to Hdd 
partition and not saving covers/to SD card.

Original comment by patchmob...@gmail.com on 12 Dec 2010 at 5:46

GoogleCodeExporter commented 9 years ago
doing some research in r134 FAT1 was made default on first boot instead of 
WBFS1 to help in initial HDD maby this is my problem!!!!!!!!!!!
can we have an ini in the apps boot.dol folder to change this back to wbfs1 or 
2 or whatever. Thanx Guys!!!

Original comment by patchmob...@gmail.com on 12 Dec 2010 at 5:58

GoogleCodeExporter commented 9 years ago
    m_btnMgr.setText(m_config5LblPartition, m_cfg.getString("GENERAL", "partition", "WBFS1"));

got changed to ===========================================================

m_btnMgr.setText(m_config5LblPartition, m_cfg.getString("GENERAL", "partition", 
"FAT1"));

Original comment by patchmob...@gmail.com on 12 Dec 2010 at 6:06

GoogleCodeExporter commented 9 years ago
This is by design. Wiiflow always install covers and settings to the first 
writable partition it can find. You can change this behaviour by doing two 
things:

1. Have the boot.dol in sd:/apps/wiiflow/boot.dol
2. Have a wiiflow.ini in sd:/apps/wiiflow/wiiflow.ini, and set the line 
data_on_usb=no

Original comment by r-...@live.com on 18 Dec 2010 at 12:30