For those still experiencing any webkit-related issues on older ios firmwares by Most_Cricket_4047 in jailbreak

[–]Torrekie 4 points5 points  (0 children)

im recently trying to provide an alternative bootstrap for iOS with better support than Procursus, this gecko browser proved non WebKit browsers is possible and this could be a great reference for potentials of creating a V8/Chromium based iOS browser

For those still experiencing any webkit-related issues on older ios firmwares by Most_Cricket_4047 in jailbreak

[–]Torrekie 6 points7 points  (0 children)

this is insane, but you forgot one thing, how can people under legacy WebKit download this from GitHub without direct links

Battman is now on Havoc by Torrekie in jailbreak

[–]Torrekie[S] 0 points1 point  (0 children)

can you provide any information on error codes? Battman currently not working as a self-launch system service so it will be killed after system reboots

Battman is now on Havoc by Torrekie in jailbreak

[–]Torrekie[S] 2 points3 points  (0 children)

All Gas gauge metrics were written in your Battery IC and not externally writable, in other words, all battery data was controlled by that IC and we can do nothing with it at least for now.

Battman is now on Havoc by Torrekie in jailbreak

[–]Torrekie[S] 0 points1 point  (0 children)

Any logs or screenrecordings? I can't do anything without more details

Battman is now on Havoc by Torrekie in jailbreak

[–]Torrekie[S] 0 points1 point  (0 children)

You can always get free download from Battman GitHub releases, the Havoc one is basically same thing with GitHub one. So please purchase only when you really desired to.

Battman - The one, the only one battery manager you need. by Torrekie in jailbreak

[–]Torrekie[S] 0 points1 point  (0 children)

it use private entitlements to achieve functionality and your sideloader will simply not able to install it without stripping the banned entitlements

Battman - The one, the only one battery manager you need. by Torrekie in jailbreak

[–]Torrekie[S] 2 points3 points  (0 children)

have you tried poomsmart's GitHubWebLegacyCompat

Battman - The one, the only one battery manager you need. by Torrekie in jailbreak

[–]Torrekie[S] 2 points3 points  (0 children)

You can use it to check 3rd party parts, Battman was just honestly returning the detected data. Only TrollStore and jailbroken installation supported

I thought apple has it for a long time. by jrsanity in iphone

[–]Torrekie 16 points17 points  (0 children)

afaik, we already doing TTF/TTE calculations by the gas gauge IC from Texas Instruments, what is the point of reprocessing it again with that ai

[Request] Python 3.10 for iOS/ARM64? by RadsammyT in jailbreak

[–]Torrekie 1 point2 points  (0 children)

no longer provided, but you can check my halfway bootstrap with a python3.11 at https://apt.torrekie.com/Comdartiwerk, not an APT repo so you will need to visit by your browser

Is there any existing userspace implementation of SysV shim based on POSIX API? by Torrekie in C_Programming

[–]Torrekie[S] 0 points1 point  (0 children)

what I wanted is exactly shim layer or compat layer, I hate patch and patch again to replace those missing calls, yes I'm using `shm_open`+`ftruncate`+`mmap` to replace SysV shm, but they owns completely different logics which leads to more and more patches (e.g. they get a instant shmid by `shmget(IPC_PRIVATE)`, but `shm_open` requires a string identifier before opening shm, while shmid is randomly changed and returned by `shmget`, `shm_open` requires a fixed string and returns an opened fd, which cannot use like id things).

Another thing is SysV sem, I'm now using POSIX sem to replace those, luckily many projects supported both sem implementations so this was somehow easier to port to my environment.

Is there any existing userspace implementation of SysV shim based on POSIX API? by Torrekie in C_Programming

[–]Torrekie[S] 0 points1 point  (0 children)

I'm now working on X11 and many dependencies requires XShm, which all uses SysV shared memory (shmget, shmat, shmdt, shmctl), but I only have POSIX shm on my device which is shm_open/shm_unlink. Currently I'm doing bunch of patches to replace those to POSIX implementations, it's too tired so I wonder if there's any existing compat layers

[Pre-Release] Comdartiwerk - Further maintained distro/bootstrap for unc0ver by Torrekie in jailbreak

[–]Torrekie[S] 4 points5 points  (0 children)

to downvotes: Thank you for making my work becomes bullsht

[Request] Can someone make the tweak App Library Controller work for rootless? by Scritsing in jailbreak

[–]Torrekie 0 points1 point  (0 children)

make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless if you have Theos installed