Jump to content
511 posts in this topic

Recommended Posts

15 minutes ago, eSaF said:

Have a look in Library/Application Support/Dortania.

Funny thing is in the official OCLP App,Sonoma and Sequoia the folder contains quite a few files.

 

I just had a look in Tahoe, the folder is there but it is empty.

I don't know how much that has to do with OCLP-Mod or Tahoe being a Beta.

I think that folder is from OCLP, not OCLP-Mod...but I could be wrong. Anyway, mine only contained some MetalLib support files for MacOS 15.5 and 15.6 beta. But removing them didn't make a difference to OCLP-Mod.

On 7/5/2025 at 8:58 PM, strangeron said:

USB Wifi is very slow on Tahoe. However, it is not the same on Ventura and Sequoia. I had to remove OCLP-Mod and switch back to Ethernet. I may not have seen it. What is the situation for those using USB Wifi?

 

I haven't any issue with my USB Wifi. Connected to 5GHz Wifi, I'm getting at a 150/75 fiber optic:

Download:

161,44 Mbit/s

Upload:

79,33 Mbit/s

Latency:

17 ms
  • Like 1
4 hours ago, surenmunoo said:

由于 Beta 3 的问题,我不得不重新安装 Beta 2。我在尝试应用补丁时遇到了这个错误

 

图片.png.becc499bbcb1182c50c43419b109fa7f.png

Perhaps you should download the latest pre release? The pre release of OCLP Mod has already advanced to 3.0.0, while yours is still 2.6.5

  • Like 2
1 hour ago, LockDown said:

你好@laobamac_yyds

我可以知道需要安装哪些文件才能恢复 USB WiFi 支持吗?

This is an open-source project where you can view the source code https://github.com/laobamac/OCLP-Mod/blob/tahoe-test/oclp_mod/sys_patch/patchsets/hardware/misc/legacy_usb_host_res.py

Edited by laobamac_yyds
  • Like 1
  • Thanks 1
On 7/13/2025 at 11:45 PM, laobamac_yyds said:

Perhaps you should download the latest pre release? The pre release of OCLP Mod has already advanced to 3.0.0, while yours is still 2.6.5

Spoiler

Spoiler

 

I downloaded the latest release which shows 3 days ago edited and it still gives me 2.6.5

image.png.c7074889480da5653bca2847bc38b39b.png

 

  • Like 1
49 minutes ago, LockDown said:

@surenmunoo

即使使用最新的 ACTION,应用程序仍然显示 2.6.5

 

这是截至 3 天前的最新信息

 

 

All 3.0.0 updates are on the tahoe test branch. You can download the latest pre release or go to the tahoe test branch's actions page

  • Like 3
1 hour ago, LockDown said:

@surenmunoo

App still says 2.6.5  even with the latest ACTION

 

This is the latest as of 3days ago

 

 

That's the one I downloaded, It worked for wifi anyway so its okay

38 minutes ago, laobamac_yyds said:

All 3.0.0 updates are on the tahoe test branch. You can download the latest pre release or go to the tahoe test branch's actions page

Thanks, Wifi is working so it's okay for now. The legacy usb patch worked with 2.6.5 - Thanks 

  • Like 1
  • Thanks 1
21 hours ago, dogansan said:

Did anybody compiled OLCP-Mod multi-lingual version ? 

 

@laobamac_yyds,  would it be possible to issue multilingual pkg  , as I am unable to build it and does not know any word in Chinese 👽

Edited by dogansan

@dogansan

 

I had to change the wxpython line in requirements.txt, original is

wxPython @ https://pypi.tuna.tsinghua.edu.cn/packages/48/20/390530466538829eb8aa75256514d6fd976da2f272a068f4d00f90ab8013/wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl#sha256=0fe3cb940f5da4f0ec61c3cf37e63c0f577f09a7b9a5d3d7cfc59399eb18cb3b

I left only

wxPython

Afyter that, I can run

pip3 install -r requirements.txt
python3 OCLP-Mod-GUI.command

To be the multilingual branch in action.

Language change is not working yet. I'm trying Spanish but the app runs always in English.

It's a work in progress.

 

Spoiler

multilingual.thumb.png.a43d3030b7e33deff8222852fd697361.png

 

@laobamac_yyds

 

Excellent work!!!

 

Edited by miliuco
Fix typo
  • Like 3
44 minutes ago, miliuco said:

@dogansan

 

I had to change the wxpython line in requirements.txt, original is

wxPython @ https://pypi.tuna.tsinghua.edu.cn/packages/48/20/390530466538829eb8aa75256514d6fd976da2f272a068f4d00f90ab8013/wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl#sha256=0fe3cb940f5da4f0ec61c3cf37e63c0f577f09a7b9a5d3d7cfc59399eb18cb3b

I left only

wxPython

Afyter that, I can run

pip3 install -r requirements.txt
python3 OCLP-Mod-GUI.command

To be the multilingual branch in action.

Language change is not working yet. I'm trying Spanish but the app runs always in English.

It's a work in progress.

 

  Hide contents

multilingual.thumb.png.a43d3030b7e33deff8222852fd697361.png

 

@laobamac_yyds

 

Excellent work!!!

 

I upgraded python to 25.1.1 and a new error ERROR: wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl is not a supported wheel on this platform

 

Edit:  I commented out mb3b and the pip3 install completed. but this time python3 command gave several errors, it is clear that I need to find out a way of executing pip3 with mb3b

Edited by dogansan
  • Like 1
59 minutes ago, miliuco said:

@dogansan

 

I had to change the wxpython line in requirements.txt, original is

wxPython @ https://pypi.tuna.tsinghua.edu.cn/packages/48/20/390530466538829eb8aa75256514d6fd976da2f272a068f4d00f90ab8013/wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl#sha256=0fe3cb940f5da4f0ec61c3cf37e63c0f577f09a7b9a5d3d7cfc59399eb18cb3b

I left only

wxPython

Afyter that, I can run

pip3 install -r requirements.txt
python3 OCLP-Mod-GUI.command

To be the multilingual branch in action.

Language change is not working yet. I'm trying Spanish but the app runs always in English.

It's a work in progress.

 

  Hide contents

multilingual.thumb.png.a43d3030b7e33deff8222852fd697361.png

 

@laobamac_yyds

 

Excellent work!!!

 

 

have you add Spanish in constants.py ?

  • Like 1
1 hour ago, miliuco said:

@dogansan

 

Not know. Are you working on the languages branch? 
Put terminal where you git the repo, not the zip, using git, and run

 

git checkout multilingual 

 

to work on this branch. 

I finally succeded by creating venv . It now completes the build 😀. My default Python3 version was 3.9 while OCLP-Mod required min. 3.11. I installed 3.11 from brew but it did not accept it as default.

Edited by dogansan
  • Like 2

@arya

Thanks! constant.py did the trick. I had another mistake (Spain in one place and Spanish in the other). Now it can be run in Spanish. I have to trim and change some strings.

 

Spoiler

 

Spanish-main.thumb.png.9ff83350dd0ade6b4a1f907abe2fa435.png

 

Spanish-parches.thumb.png.1a7c237d41d17f257f25f8edce5756eb.png

 

 

Edited by miliuco
Fix typo
  • Like 1

@dogansan

Glad to read this.

This is what I do (not compiling yet, only trying the app to see the language changes):

  1. Python 3.11 installed by brew
  2. Fork @laobamac_yyds repo to perez987/OCLP-Mod
  3. Clone my fork to my local disk: gh repo clone perez987/OCLP-Mod
  4. Change to the local repo in Terminal
  5. Set my repo as default: gh repo set-default perez987/OCLP-Mod
  6. Set multilingual as working branch: git checkout multilingual
  7. Change wxpython line in requirements.txt (remove all but wxPython)
  8. Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp)
  9. Run: python3 OCLP-Mod-GUI.command

If you only want to see the app in English in your Hack, clone @laobamac_yyds repo to your disk and skip the fork.

 

Edited by miliuco
Fix typo
  • Like 1
×
×
  • Create New...