Homebrew RELEASE TinWoo Installer

Status
Not open for further replies.

ShadowbannedAllstar

Well-Known Member
Newcomer
Joined
Dec 5, 2020
Messages
55
Trophies
0
Age
44
XP
270
Country
United States
Everything in the Tinwoo app. The selected language option says "En", but pretty much everything else, meaning almost every other word in the app, is displaying Chinese characters instead of English letters or words.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,472
Trophies
3
Age
46
Location
At my chair.
XP
19,224
Country
Colombia
Everything in the Tinwoo app. The selected language option says "En", but pretty much everything else, meaning almost every other word in the app, is displaying Chinese characters instead of English letters or words.
ok, you are right, but the latest release is from 2020, you can raise a ticket on github.

I do recommend you to use DBI or AtmoXL-Titel-Installer they has been updated recently.

https://github.com/rashevskyv/dbi
https://github.com/dezem/AtmoXL-Titel-Installer/releases
 

ShadowbannedAllstar

Well-Known Member
Newcomer
Joined
Dec 5, 2020
Messages
55
Trophies
0
Age
44
XP
270
Country
United States

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
Sooo.... I love this app/plugin/whatever you want to call it; it's my default installer.

However, right after I installed the latest update, all the text is in Chinese. And I have English as the selected language.

WTF happened?
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,472
Trophies
3
Age
46
Location
At my chair.
XP
19,224
Country
Colombia
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
nothing buddy, That what I did:

via FTP transfer the latest TinWoo-Installer.zip just downloaded from GitHub (ea925ea10a5e76b933b32a32f9e8b893a4b55fb079da4dbca0e88fc9fa20c9bf *TinWoo-Installer_1_0_18.zip) to my console:
1694917836748.png


my console is setting like:
1694916304535.png


then run tinwoo for the first time on title override mode:

1694917974559.png


1694917988362.png


As you can see the Japanese language is the default one, after exiting this is the content of the SD:/switch/tinwoo/config.json file

1694918058816.png

selecting any of other languages, (JP, FR, DE, IT, RU, ES or TW) the language changes correclty:

1694918901687.png

But if I select "System" language or English:

1694918574103.png


1694918753335.png

as you can see the language is "En" and the flag is England one, but the interface is on Japanese.
the config.json file
1694919164260.png


so far now I was unable to put English language ;(
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
nothing buddy, That what I did:

via FTP transfer the latest TinWoo-Installer.zip just downloaded from GitHub (ea925ea10a5e76b933b32a32f9e8b893a4b55fb079da4dbca0e88fc9fa20c9bf *TinWoo-Installer_1_0_18.zip) to my console:
View attachment 394328

my console is setting like:
View attachment 394326

then run tinwoo for the first time on title override mode:

View attachment 394329

View attachment 394330

As you can see the Japanese language is the default one, after exiting this is the content of the SD:/switch/tinwoo/config.json file

View attachment 394331
selecting any of other languages, (JP, FR, DE, IT, RU, ES or TW) the language changes correclty:

View attachment 394335
But if I select "System" language or English:

View attachment 394333

View attachment 394334
as you can see the language is "En" and the flag is England one, but the interface is on Japanese.
the config.json file
View attachment 394336

so far now I was unable to put English language ;(
Ok I'll have another look at it tomorrow, it's weird how it works fine for me though. Paste your config file.
 
  • Haha
Reactions: impeeza

Wombo Combo

That Ain't Falco
Member
Joined
Mar 17, 2010
Messages
822
Trophies
1
XP
1,316
Country
United States
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
Hi I did everything you said and it still stays on Japanese I reverted to version 1.0.12 and it went back to English but if I update via update in app to new version it forces Japanese language. So I am guessing it is something in the new update?
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
sometimes happen, don't worry.
I've just formatted an sd card, done a fresh install of atmospherenx and hekate, downloaded tinwoo from github and that's the only app in the switch/tinwoo folder I installed. Ran Tinwoo and instantly it goes to English.
 
  • Haha
Reactions: impeeza

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
things what happen.
Well I can't fix it if I don't get an error, everything is working fine for me. I am using a version 1 patchable switch, System language is set to English although this shouldn't matter as it gets that language file from romfs, in the code the default value of 0 is set to English.

Also your config file is wrong, it should have list override in it:

Code:
{
    "autoUpdate": true,
    "deletePrompt": true,
    "fixticket": true,
    "gAuthKey": "AIzaSyBMqv4dXnTJOGQtZZS3CBjvf748QvxSzF0",
    "gayMode": false,
    "httpIndexUrl": "http://",
    "httpkeyboard": false,
    "httplastUrl": "http://",
    "ignoreReqVers": true,
    "languageSetting": 0,
    "listoveride": false,
    "overClock": true,
    "sigPatchesUrl": "https://github.com/mrdude2478/patches/releases/download/1/patches.zip",
    "usbAck": false,
    "useSound": true,
    "validateNCAs": true
}

You aren't generating a proper config file and that's why you are having issues. Mine got generated by the program as I deleted it.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,472
Trophies
3
Age
46
Location
At my chair.
XP
19,224
Country
Colombia
Well I can't fix it if I don't get an error, everything is working fine for me. I am using a version 1 patchable switch, System language is set to English although this shouldn't matter as it gets that language file from romfs, in the code the default value of 0 is set to English.
I also have a V1 unpatched, using EmuNAND file based, there is any way to test the code which get the language and "sense" the system language?
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
I also have a V1 unpatched, using EmuNAND file based, there is any way to test the code which get the language and "sense" the system language?
Try this, it works perfect for me. The language is set by reading that config file - 0 means English, then it reads a json file from romfs.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    My biggest prob is alcohol, definitely is fattening
  • K3Nv2 @ K3Nv2:
    I know when to stop at least honestly don't get those that go and go with food
  • BigOnYa @ BigOnYa:
    Or those that order 2 big macs , large fry, ice cream sundie, then a diet coke
  • K3Nv2 @ K3Nv2:
    I might get downing two big macs but nah that's it
  • BigOnYa @ BigOnYa:
    Ok that will be $15.99, cash or charge?
  • K3Nv2 @ K3Nv2:
    My go to orders usually a mcdouble and a mcchicken and I'm happy rarely mess with fries
  • K3Nv2 @ K3Nv2:
    Pro tip ask for that clowns jizzmac sauce on your mcdouble
    +1
  • BigOnYa @ BigOnYa:
    Do they charge extra when you add sauce,etc? I know burger king used to not, but don't know nowadays
  • K3Nv2 @ K3Nv2:
    They may squrit it for free if you ask nice
    +1
  • K3Nv2 @ K3Nv2:
    Last time I got bk it was 35c per sauce fuck you king of my nutsack
    +1
  • K3Nv2 @ K3Nv2:
    I'll buy a bottle of baby rays BBQ for $2 and add it from home out of spite
    +1
  • BigOnYa @ BigOnYa:
    I like baby rays, my favorite is KC masterpiece tho. Figured all you could buy is that there.
  • K3Nv2 @ K3Nv2:
    The metro doesn't discriminate good sauce
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Baby Rays isn't that what killed the crocodile hunter?
  • Psionic Roshambo @ Psionic Roshambo:
    If only he had done an endorsement for them....
  • Psionic Roshambo @ Psionic Roshambo:
    Oy mate don't let a bad bbq sauce kill your party! Baby Rays are killing it!! The flavor hits you right in the chest!
    +1
  • Xdqwerty @ Xdqwerty:
    My phone only has 13% battery so i don't have much time left
  • Xdqwerty @ Xdqwerty:
    Now 12%
  • BigOnYa @ BigOnYa:
    Happy birthday, btw
  • Psionic Roshambo @ Psionic Roshambo:
    Time is running out for your phone!
  • Psionic Roshambo @ Psionic Roshambo:
    Sign up with Emperor Phone plan for unlimited power!!! And minutes!!!
  • AdenTheThird @ AdenTheThird:
    https://youtu.be/JmSqorj-EC0?si=vYqR8D7FZeO4N-TH
    At 1 AM, this video is the funniest thing in the world
    +1
  • K3Nv2 @ K3Nv2:
    Notes on Android got some cool new features like dropping a image in
    K3Nv2 @ K3Nv2: Notes on Android got some cool new features like dropping a image in