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,425
Trophies
3
Age
46
Location
At my chair.
XP
19,111
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,237
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,425
Trophies
3
Age
46
Location
At my chair.
XP
19,111
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,237
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,312
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,237
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,237
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,425
Trophies
3
Age
46
Location
At my chair.
XP
19,111
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,237
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:
    So a man, wifey laying in bed, and man wants sum and rubs on her a little, she turns and says "Not tonight, I have a gyno apt in the morning." So man rolls over, but after few minutes starts rubbing her again. She says didn't you here me, no messing around, I have a gyno apt tomorrow. " Man says, "Well you don't have a dentist apt tomorrow also do you?"
  • BigOnYa @ BigOnYa:
    Damn I have 8 modded rgh3 x360 slims I've done, I need to get rid of, I figured my family members or friends would want but times have changed. Think I'm gonna stop buying them and modding. Time to Switch it up (pun intended)
  • K3Nv2 @ K3Nv2:
    Yay power outages
  • K3Nv2 @ K3Nv2:
    @BigOnYa, I'm your friend
    +1
  • BigOnYa @ BigOnYa:
    There literally no storms in your area, does it go out alot? You need to just send me your slim n ill rgh3 it free.
  • BigOnYa @ BigOnYa:
    Or grow sum balls and do it yourself, not hard. More of a pain to jailbreak a ps4 than it is the 360, other than little soldering.
  • K3Nv2 @ K3Nv2:
    Problem is my dick gets in the way
  • BigOnYa @ BigOnYa:
    Yea true, would be a pain having that on your forehead
  • K3Nv2 @ K3Nv2:
    The chicks love it
    +1
  • K3Nv2 @ K3Nv2:
    Every damn time there's a loud noise dudes car alarm goes off freaking annoying
  • BigOnYa @ BigOnYa:
    Stun gun the metal of the car (door, bumper, etc), you won't hear it again, promise.
  • realtimesave @ realtimesave:
    damn accidentally ripped my car cover just now
  • realtimesave @ realtimesave:
    happens
  • K3Nv2 @ K3Nv2:
    Or plant drugs get him evicted
  • realtimesave @ realtimesave:
    the one on my other car is all ripped up
  • K3Nv2 @ K3Nv2:
    Not your $400 car cover :ohnoes:
  • BigOnYa @ BigOnYa:
    There you go, thinking with your "dickhead"
  • realtimesave @ realtimesave:
    some day the wind will blow so hard it'll rip in half
  • K3Nv2 @ K3Nv2:
    I think in big inches
    +1
  • BigOnYa @ BigOnYa:
    @realtimesave Can you sew it back together? Or is it not worth trying.
  • realtimesave @ realtimesave:
    nah sewing it will make it come apart more :)
  • realtimesave @ realtimesave:
    that one is pretty old
  • realtimesave @ realtimesave:
    the one on my mercedes is a couple years old. these things don't last very long at all
    +1
    realtimesave @ realtimesave: the one on my mercedes is a couple years old. these things don't last very long at all +1