#development

1 messages · Page 229 of 1

visual meadow
#

the best i found is shoving it as high as possible above screen

#

Now i have to make the animations of it stop

visual meadow
#

Anyone know how to make a view stationary and not move?

orchid fulcrum
#

Move because of what, maybe disable userInterractionEnabled property if its an UIView and touches cause the movement

visual meadow
#

I figured it out

orchid fulcrum
#

staticisland

visual meadow
#

this one doesnt completely get rid of it

#

rather doesnt show it when its not in use

pallid totem
#

anyone here know how to do full stack web dev……,,,,,

acoustic imp
#

for what

#

"dont ask just to ask"

pallid totem
#

and it’s

#

kinda complicated

acoustic imp
#

what kinda dashboard for what

#

(im pretty sure no ones gonna do it free...)

tepid olive
visual meadow
#

What is this from

#

The tweak i sent?

tepid olive
#

No

visual meadow
#

My tweak gets rid of it mostly

visual meadow
#

Idk how far down it breaks

#

Ive tried it on 16.4.1 and 16.6.1 so far

tepid olive
#

Internal Preboard screen Dynamic Island defaults to this

#

This is on iOS 18.4 16 pro max

pallid totem
pallid totem
cedar stag
#
[main 76ebe96] bunch of stuff
 26 files changed, 1385 insertions(+), 645 deletions(-)
#

fellas am I using git right

pallid totem
#

ur not supposed to commit it every time you change a character

#

like what @xrt3zy did

#

whay

#

@xrt3zy

#

??

#

@tepid olive

tepid olive
#

What

#

Ok

pallid totem
pallid totem
visual meadow
#

Anyone know how to prevent a view from animating when doing something like this

#
%hook _SBSystemApertureGainMapView

- (void)setFrame:(CGRect)frame {
        if (frame.size.width >= 127) {
            if (frame.origin.y <= -48.3) {
                frame.origin.y = 0;
            }
        } else {
            if (frame.origin.y <= 0) {
                frame.origin.y = -999;
            }
        }
    %orig(frame);
}

%end```
Basically im trying to move this instantly
#

but it slides upwards and downwards

#

I need it to teleport into place

orchid fulcrum
#

Maybe try using transitionWithView and make the duration 0

visual meadow
orchid fulcrum
#

Wdym "when i want to move it" anyway sounds like it can be done with if/else's or maybe pass a variable to duration so you can toggle animation by changing the variable

visual meadow
#

I got it

torn oriole
#

lethargicIsland trolley

visual meadow
#

and whatever

#

all 16 version should work

visual meadow
#

I put it on my repo

vernal rapids
#

hello! would anyone here be willing to poke around the Music app in IOS15.8.3 and delete 2 stupid elements from the library for me?
pretty please?
the DL button and 3dot menus in the songlist drive me up the wall!

I use Dopamine as my JB and am on a Ipod touch 7

harsh junco
#

i wonder if its possible to recreate kanzi/kong with pi pico

sonic totem
pallid totem
#

sorry

#

sorry

#

i apologize

#

forgive me for my actions

reef trail
#

you are forgiven

tepid olive
#

18.4 beta 2 killed private var access with shortcuts

torn oriole
#

i wanna look at logs

tepid olive
#

Can still open apps tho

#

Granted most just make your phone laggy as fuck and do nothing tho

#

Don’t even know what this is

torn oriole
#

what a goofy app

tepid olive
#

Thought this was referring to pear Db for a second lmao

tepid olive
torn oriole
#

Still wants credentials

tepid olive
torn oriole
#

Wtf

tepid olive
#

💀

#

It reads connected accessories to after about 30 seconds just tap left circle again if it ask for login

#

Oop wrong image

trail nimbus
#

are there any docs for the MediaLibrary.sqlitedb in the iTunesControl?

pallid totem
#

anyone here need their static (probably even dynamic) page hosted

i bought cloudflare paid workers plan because yes and i was wondering if anyone here needed a worker/page

reef trail
#

pages.dev is free tho?

acoustic imp
#

GitHub pages 🙏

#

literally just google free web hosting 😭

reef trail
#

pages.dev let's you have it from a priv repo

pallid totem
#

per month

reef trail
#

didn't realise it had such limit tbh

pallid totem
#

i surpassed 100k in like

#

one day

reef trail
#

brag much.. /j

pallid totem
#

🙄

reef trail
#

lmao

#

i have a clients site hosted on pages, not sure what the analytics look like

pallid totem
#

check the analytics

#

i easily hit it cuz of a ddos recently

reef trail
#

yeah ik, i'm ab to go to sleep rn tho

reef trail
acoustic imp
#

What web app is acatto running 🙏😭

pallid totem
#

👍

reef trail
#

please use code blocks 😭

#

and trim your logs

torn oriole
#

where is -no_auth_data even being passed am i blind

reef trail
#

then i'm too lazy to answer you 👍

#

wrap it in a code block..

torn oriole
#

triple backtick on your message content

faint timber
reef trail
#

all of stdout/stderr yes

torn oriole
#

(am infact, blind trolley)

reef trail
#
clang -arch arm64 -I../.include -isysroot /Applications/Xcode_15.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -miphoneos-version-min=15.0 -Wno-deprecated-declarations -fno-stack-check -D_FORTIFY_SOURCE=0 -DIOS=16 -shared -Xlinker -add_split_seg_info -o dyldhook_merge.arm64.dylib src/fakelib_redirect.c src/lv_bypass.c src/main.c src/reimpl.c src/spinlock_fix.c src/main.S ../libjailbreak/src/jbclient_mach.c src/generated/ios16/task.c
clang -arch arm64 -I../.include -isysroot /Applications/Xcode_15.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -miphoneos-version-min=15.0 -Wno-deprecated-declarations -fno-stack-check -D_FORTIFY_SOURCE=0 -DIOS=15 -shared -Xlinker -add_split_seg_info -o dyldhook_merge.arm64.iOS15.dylib src/fakelib_redirect.c src/lv_bypass.c src/main.c src/reimpl.c src/spinlock_fix.c src/main.S ../libjailbreak/src/jbclient_mach.c src/generated/ios15/task.c
ld: unknown options: -no_auth_data 
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:12: dyldhook_merge.arm64e.dylib] Error 1
gmake[2]: *** Waiting for unfinished jobs....
ld: unknown options: -no_auth_data 
gmake[2]: Leaving directory '/Users/runner/work/Dope/Dope/BaseBin/dyldhook'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: Leaving directory '/Users/runner/work/Dope/Dope/BaseBin'
gmake[2]: *** [Makefile:16: dyldhook_merge.arm64e.iOS15.dylib] Error 1
gmake[1]: *** [Makefile:92: dyldhook] Error 2
gmake: *** [Makefile:8: all] Error 2
Error: Process completed with exit code 2.
torpid steppe
#

Hey, just going to say this “really quickly” while I have some time

I was planning on doing this in a month or so, but I don’t think I can wait any longer for work on this to begin. I’ll be giving more information in a more formulated request either later today or sometime tomorrow, but this is the gist of what I am looking for so that people can prepare work.

I’m currently looking to commission a bounty for a jailbreak that will transform the current UI of iOS entirely. And I do mean entirely, from the Lock Screen to the Home Screen and so on. Most aspects of the user interface will be completely bypassed and replaced with custom interfaces.
Additionally, all code must be open source. This includes dependencies, and any packages required to make the system work.

If you are interested in contributing, feel free to ask me for more details.

Aspects that will be at a minimum be required to be replaced (the vanilla versions of these should be inaccessible outside of an emergency exit option):
Lock Screen/Notifications
Home Screen
App Switcher
Control Center

reef trail
#

what's the purpose? for looks or something else?

torpid steppe
#

I’ll explain later when I have more time

reef trail
#

sounds interesting, i've wanted to something similar before tbh

orchid fulcrum
#

too ambitious imo

torpid steppe
acoustic imp
rocky oriole
#

is it ok if i stole debugserver from lldb

#

because i couldn't find it anywhere else

faint timber
#

absolutely not

#

its at /usr/libexec/debugserver ~ 16 or 17 +

rocky oriole
#

i don't think it was there but i'll check again

faint timber
#

what version

rocky oriole
#

16.5 but turns out it was there I just missed it and didn't wait long enough for search to load

faint timber
#

search????

tepid olive
torpid steppe
#

Albeit very large tweak in this case

tepid olive
#

Device and iOS wasn’t even mentioned which is a key part in a request, there’s multiple tweaks that already do this but if your supported idk

torpid steppe
#

And yeah I’m kinda hoping that the capabilities I mentioned aren’t completely novel at this point in the ecosystem; those are just the technical requirements of what would need to be possible at a base level

tepid olive
#

Like i said depending on your iOS it’s already possible

faint timber
sonic totem
#

Yes

#

Its not there on 18.0.1

faint timber
#

well

#

its there if dev mode is enabled

sonic totem
#

Nope

#

I have a DDI mounted too

faint timber
#

well its there on 16 17

#

15 is its in the old loc for ddi

#

just run find -type f -name debugserver

frank fossil
sonic totem
#

Yeah I believe so

tepid olive
#

I didn’t know they had widgets most work but APL isn’t right that’s minimum possible value for 64-bit integer assuming it doesn’t have correct permissions to retrive

acoustic imp
#

@visual meadow idk if you remember but, when u were trying to get CC border working with he homekit module, did u ever get it to work. I can't seam to hook any of its classes for some reason.

bright lance
#

Any recommended xcode plugins or tweaks that help with jailbreak tweak development

radiant idol
#

You should use VS Code

bright lance
#

Ok… any vscode extensions😭😭

radiant idol
#

TXB exists but afaik no projects use it so it’s at your own discretion

#

As for vsc, there is the logos extension which you can use

#

If you’re writing tweaks without Logos or in Swift, you can have autocomplete through the sourcekit-lsp and clangd extensions

#

You can use the simulator for testing by using simject

bright lance
#

If im making a tweak that adds a system wide floating button like h5gg jb Whay would i hook into on Xcode simulator

radiant idol
#

you'd probably make your own UIWindow and add it on top of everything

slim bramble
#

👍

radiant idol
#

once you have experience there is really point man

#

personally

visual meadow
#

Still stuck with this

rocky oriole
#

if i do the bigger module homekit just doesn't even load

radiant idol
#

sadly I have no way to test on my end because I don't have any HomeKit devices

rocky oriole
#

you can go to apples developer downloads page and download xcode additional tools, which has homekit device simulator

acoustic imp
visual meadow
#

Its p2kdevs ccborder repo

orchid fulcrum
acoustic imp
#

@visual meadow btw with CCSupport u can change the height of homekit so u dont have wasted space

visual meadow
rocky oriole
# radiant idol sadly I have no way to test on my end because I don't have any HomeKit devices
#

you can ignore the part about the camera though

radiant idol
#

ok I'll take a look at some point, no idea when that'll be tho since I'm really busy nowadays

rocky oriole
#

no I understand; no rush as this isn't anything urgent for me since the normal home app works fine on 16.5 for now

proud geyser
#

how hard is it to create app mod without a jailbreak

orchid fulcrum
#

you mean a tweak ?

#

its the same process but you have to add the dylib to an ipa and sideload it to install

#

if the "mod" requires patching addresses or jit thats ofcourse harder/impossible

oak swallow
#

Hello dears

#

I want install Chatgpt it’s says. Require iOS 17 my device is iPhone X ios 16.7.10. What to do ..?

sonic totem
#

It should give you an option to install an older version

rocky oriole
rocky oriole
orchid fulcrum
#

is there a way to compile for roothide without installing their theos fork

#

the tweak doenst use any paths

oak swallow
robust radish
orchid fulcrum
#

im just installing the fork damm

robust radish
#

takes like 90s

ocean raptor
robust radish
#

$100/h for live debugging. any restrictions on what you are willing to debug?

ocean raptor
#

But I’ll debug whatever you want, can’t promise I’ll be efficient at it unless it’s one of my projects

ocean raptor
#

Only one man has ever paid me for programming and I’m pretty sure he ran a pirate App Store

grave orchid
#

hi goober here, what do I hook for the homebar

harsh junco
grave orchid
tepid olive
#

I need some anonymous level type hacking and computer skills who’s up for the challenge

robust radish
#

need details

faint timber
robust radish
#

yoo throwback. i learned c# from playing with loic

acoustic imp
grave orchid
keen kindle
#

Can someone upload the DeveloperDiskImage.dmg and DeveloperDiskImage.dmg.signature for iOS 17.7 from Xcode? I need them to use several the libimobiledevice commands

#

I don't want to have to install Xcode since I have low storage available

robust radish
#

it doesn’t exist

faint timber
grave orchid
reef trail
#

99% sure it's a protocol

grave orchid
#

So I dunno if I hook this or not

#

This doesn’t appear everywhere

radiant idol
#

just use ByeHomeBottomBarX from CydiaGeek's repo

#

@visual meadow apparently you made a home bar hider tweak too?

visual meadow
#

Yeah

#

Its on my repo

grave orchid
radiant idol
#

oh, then what

grave orchid
radiant idol
#

ah yeah then look into CornBar as teslaman suggested

grave orchid
#

Mhm

tepid olive
#

Just ant looking hard enough

acoustic imp
tepid olive
#

I was trying to find the gesture to enable dev mode

#

🫩

acoustic imp
#

@grave orchid might wana take a look here^

tepid olive
#

Bro went back 5 years to find that advice

#

😭🙏

acoustic imp
robust radish
tepid olive
#

How was this done on stock iOS

velvet path
#

depth effects probably

tepid olive
#

Was this how ?

“it’s difficult without a certain tool but you can modify the files inside the .ca folders in a wallpaper with a text editor”

Different person but they were talking about making custom stock wallpapers I didn’t even know that was possible ig postseboard editing but I can’t find a tutorial

#

Nvm I found a server that goes over it

torn oriole
#

They been trolling some tjings

velvet path
#

I’m a dumbass

acoustic imp
acoustic imp
acoustic imp
# torn oriole They been trolling some tjings

Yea that Sm guy in yellow repos like 15 or Sm that’s internal or Sm, they got that one odd bug going from a specific version to 18.0b1 or Sm that glitches something to give u an internal device

#

(Also recognize the pfp)

clear iron
visual meadow
#

Has anyone here hooked into SBRootSceneWindow and made a view over it

#

Trying to make a fake island view

radiant idol
#

why not just make your own UIWindow and put it on top?

visual meadow
#

Thats true I guess

tepid olive
thin valley
#

Let’s not send invites

tepid olive
#

My bad

slim shoal
lusty jacinth
ashen turtle
north anvil
#

HOW

north anvil
tepid olive
#

I’ve found a GitHub that might help I think but not sure if I can share it will be trying and share if I figure out

hollow oar
#

Send it and we’ll see

slim shoal
#

and it’s always live

slim shoal
#

but you do need internal macOS mica.app

slim shoal
slim shoal
grave orchid
ashen turtle
trail nimbus
ashen turtle
trail nimbus
#

very very nice

ashen turtle
#

ios 18

trail nimbus
#

how did u do that?

#

or is that like some default wp i havent known about?

ashen turtle
trail nimbus
#

is there any tutorial or something for it?

slim shoal
slim shoal
ashen turtle
slim shoal
#

it’s just cool

clear iron
#

by this definition most tweaks are useless

slim shoal
#

if you put a wrap over ur car, it won’t drive faster, but it’ll look better

weary heath
#

It’s useful aesthetically

slim shoal
#

That’s just “beauty” for me

visual meadow
tepid olive
#

Is there a way to recover my certificate password or do I just have to make a new cert

visual meadow
#

what

tepid olive
#

For a developer cert if I forgot the password

acoustic imp
visual meadow
#

settings?

tepid olive
#

Their talking about the time displaying the seconds counter I think

visual meadow
acoustic imp
tepid olive
tepid olive
torn oriole
#

lmfaooo

acoustic imp
ashen turtle
slim shoal
granite frigate
#

making custom animated wallpapers sounds rly cool

#

like snowflakes or cherry blossoms

tepid olive
#

It’s complicated as fuck

granite frigate
#

np got it

#

:D

#

i'll figure it out

ashen turtle
manic forum
#

can't wait for apple to patch this in the next update because users can't have nice things

reef trail
#

or they do the good thing and turn it into a feature, ie let apps install wallpapers

indigo peak
#

not until iOS 20

reef trail
#

🥀

orchid fulcrum
#

is there a way to force simulator use native keyboard (UIKeyboard subclasses)

#

found it nvm (under I/O menu)

manic forum
#

i never said it was a security vulnerability (it isn't)

orchid fulcrum
#

i thought it worked on apple silicon macs

ashen turtle
manic forum
orchid fulcrum
#

i mean the "metal is unsupported on sim" part

manic forum
#

that'd be weird imo but i don't actually know

orchid fulcrum
mild grotto
#

sorry if this is the wrong place to ask, but is there a way to build an app for ios without a mac or an icload account? i don't need it to be signed, since i have trollstore, but i can't find any documentation on the internet

cloud yacht
#

Theos seems to be able to do it

weary heath
mild grotto
#

thanks a ton

#
root@computer:/home/user#  bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"
==> Theos should NOT be installed with or run as root (su/sudo)!
==>   - Please re-run the installer as a non-root user.
root@computer:/home/user# 
exit
user@computer:~$  bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"
==> Theos Installer: Starting install...

==> Platform: Linux

==> Preparing to install dependencies. Please enter your password if prompted:
[sudo] password for user: 

don't run as root!!!
please enter sudo password :)** **

weary heath
#

Makes sense, only run as root what needs root

cedar stag
mild grotto
#

but my user isn't a sudoer

weary heath
#

Make it one

mild grotto
#

guh

slim bramble
mild grotto
#

can apps compiled with theos be sideloaded on jailed devices?

severe stream
reef trail
#

well

mild grotto
#

i can't get the default swift app to work with feather

#

when i try to import it, it just crashes

#

i'd try sideloadly but then i'd have to boot into windows

reef trail
#

are you developing on a phone rn 😭

mild grotto
#

i'm developing on debian

reef trail
#

oh then just use sideloadly from there

mild grotto
#

i just want to make a silly little app but it's unreasonably difficult without a mac

reef trail
#

shouldn't be, i haven't done any app dev myself but ik people who have

#

let me find you a link

#

is made with theos iirc

mild grotto
#

i'll try compiling it

#

it compiled but feather crashed again, so maybe it's a feather problem?

radiant idol
#

Just use Sideloadly or something of the sort to sideload it

cloud yacht
#

I believe all the package managers that I've tested will fall back to other formats if their preferred format is not available. I know for sure that you should be good if you just have a Packages

#

Oh messawg got deleted as I was replying

floral notch
#

oof

#

original message: I'm setting up some custom dynamic repo software and on my server i have native language bindings for gzip but not bz2, do most GUI based package managers respect Packages.gz ? or am i basically forced to use Packages.bz2? I know Packages.bz2 is the gold standard but for me personally it would be slightly less convenient than Packages.gz, i know debian officially supports Packages.gz, but i also know the GUI package managers implement all that stuff from scratch so there is a chance Packages.gz was overlooked, if Sileo or Zebra for example doesnt respect that then ill just use Packages.bz2. I know i could just figure this out from grepping Zebra / Sileo / etc codebase but maybe someone in here knows it offhand

floral notch
cloud yacht
#

Yeah I wrote a really basic repo thing one time and iirc it worked without compression

#

But the package managers will try the compressed paths first

native dune
#

i think sileo prefers zstd

#

but yeah uncompressed should work

cloud yacht
#

Simplest way to check is just setup a simple web server with nothing on, point package manager to it and then see what paths it trys

floral notch
#

tyty

native dune
#

python3 -m http.server 👍

floral notch
#

alright well, Zebra and Sileo respect plain /Packages, cant really test Cydia since its so out of date these days

torn oriole
#

Don't bother troll

#

Unless you outright plan to support like iOS 14 with something

floral notch
#

i support iOS 7

torn oriole
#

Ah.

#

Well it's pretty safe to assume Cydia does respect it PUKEKO

floral notch
#

but, whatever, my users are manually downloading .debs from a discord channel so this is already better than that

#

yeah plus ig someone will lmk if it breaks

#

thx again guise

tepid olive
tepid olive
tepid olive
#

Is it possible to bypass checks I think I’m getting somewhere before vs after I deleted a bunch of shit and turned secure host off

trim kiln
manic forum
pallid totem
tepid olive
#

Says 11 years for me

slim bramble
manic forum
slim bramble
trim kiln
#

joker

manic forum
#

are french jokes always this bad

tepid olive
# manic forum

Bro made his license 2 years before starting development

manic forum
tepid olive
#

I have no idea what that image is

#

I just click the green code button and download

manic forum
slim bramble
manic forum
acoustic imp
#

why has one of my mac apps given me a notch 😭

#

this is a m1 air 🙏

lean ermine
#

how does an app designate itself as able to be opened by camera control

native relic
#

Hi all, does anyone know how to make a variable I can have auto-replace with an environment variable or script output in a header file?

I have a $THEOS/include header file which contains an IP address I want to auto-populate at compile time

vivid dew
#

you can define it in cflags

native relic
vivid dew
#

e.g. in makefile:

CFLAGS += -DMYIP=\"${ENVIRONMENT_VARIABLE}\"

then

make ENVIRONMENT_VARIABLE=127.0.0.1

now MYIP is available to the code

native relic
#

Thanks very much mate 🙂

bright lance
#

Might be a questionable question to ask on account might go against tos but… anyone else perfer to code when they’re uhh not exactly sober😭😭😭😭

#

Lowk helps me 🤷 nd js wondered if anyone else perfers coding like this

faint timber
bright lance
faint timber
#

nah I only drink if anything

bright lance
#

Oh alr

reef trail
bright lance
#

No u got it right with the first 2, no idea what the cactus is😭

reef trail
#

lol

robust radish
#

🍄👨‍💻

pallid totem
ashen turtle
lusty jacinth
#

idk if i asked this before but is it possible for a tweak to implement rcs support in imessage for older ios?

ocean raptor
native dune
#

probable, probably not

old niche
#

Hello. I have a question about debugging on a jailed device. I have a dev cert with get-task-allow and have mounted the DDI.
Is there an equivalent of ios-deploy --debug for other platforms (specifically Windows)? I want to start an app and immediately attach debugserver to it. I tried with pymobiledevice3 but it doesn't seem to have a "start debugserver with app" option

granite frigate
#

@cloud yacht dude what the fuck you made debugplus

#

tysm 😭

cloud yacht
#

no problem

reef trail
old niche
#

i'll give this a look thanks

orchid fulcrum
#

this should launch the app and print its pid, then you can use lldb to attach

#

not as automatic as ios-deploy

#

but still works

old niche
#

actually this seems to run into the same issue that i was having with pymobiledevice3

orchid fulcrum
#

ah rip. its a wrapper around pm3 so yeah..

old niche
#

process connect connect://[ip]:port returns "error: remote connections are not supported" for me

#

i can do platform connect connect://[ip]:port which does work but I am not attached to any process doing it this way and I can't seem to attach to anything either

orchid fulcrum
#

you select the platform first right ?

old niche
#

yea

#

the gdb-remote command in the link you sent is new to me. I didn't use that

orchid fulcrum
#

try gdb-remote [ipv6 adress]:port (wrote at the same time lol)

old niche
#

i'll have to try that later, something else came up 😅

slim bramble
#

😭

orchid fulcrum
slim bramble
#

It works well

#

👍

#

Can vouch

harsh junco
#

what is "SSDevice"?

granite frigate
harsh junco
slim bramble
orchid fulcrum
#

displayLinkWithTarget:selector: this doesnt exist on macos

#

whats the alternative (ig its NSTimer)

bright lance
#

Currently working on an interesting project tryna create a Frida based semi jailbreak env for the Xcode iOS Simulator. The goal is to sim a jailbreak like state by dynamically bypassing restrictions, injecting tweaks nd enabling package management similar to Sileo all within the Simulator. Not rlly sure how far this can go yet esp with UIKit loading nd runtime hooking in a non jailbroken env but I’m experimenting to see what’s possible. So far I’ve been able to dynamically load UIKit nd work around UIApplication access issues, hook into ObjC classes, enumerate loaded modules nd build a fake package manager that simulates tweak installs. Still exploring deeper runtime mods nd tweak injection but the end goal is to make tweak dev easier nd more accessible by providing a way to test tweaks in the Simulator without needing a fully jailbroken device. If anyone got insights or wants to collab lmk.

reef trail
#

like simject?

bright lance
#

Ye like simject but im hoping to accomplish more

#

Instead of having just basic tweak injection in the Simulator. Im working on deeper runtime modifications, better UIKit hooking, and a more advanced package manager system to make tweak testing in the Simulator actually useful.

acoustic imp
#

it is useful already ?

bright lance
#

Yeah it’s already useful
for hooking into Obj-c classes, enumerating modules, and i made a fake package manager for simulating tweak installs, but right now its not actually installing real tweaks like you would on a jailbreak.
So im currently working on trying to get it to actually install the tweaks and run them

sonic totem
#

How do I make Sileo userspace reboot after installing my tweak?

orchid fulcrum
#

probably a postinst script, that was how resprings were

acoustic imp
#

looks like postinst

bright lance
orchid fulcrum
#

my suggestion for package manager gui is make it a mac app instead of a simulator app (maybe thats what you are doing already idk)

#

so you can just add dylibs/filters to /opt/simject...

#

idk what more you specifically want but simject is almost a jb already as far as dylib injection goes

bright lance
#

hmm prolly the reason as to why i was struggling with getting the package manager working

#

thx

#

kinda feel dumb that i didnt think of taht

#

prolly gon do that later

sturdy hare
#

@hasty ruin didn’t you say that you were working on balls3 with a voice?

#

But on iOS 16.5 (my iOS version) the voice doesn’t work

bright lance
#

Writing tweak injection is painful😡

robust radish
#

youre reinventing the wheel — tweak loaders for iOS work on simulator

orchid fulcrum
#

you really shouldn't do that lmao, just use simject fr

bright lance
#

I was thinkin ab using simject to load tweaks but eh🤷

#

Yk what icl ts pmo rn so ima make it use simject to load the tweaks

orchid fulcrum
# robust radish youre reinventing the wheel — tweak loaders for iOS work on simulator

btw since we are on topic, i made a similiar thing meant only for the notes app.

  1. find a dylib injection method (yabai's work fine https://github.com/koekeishiya/yabai/blob/master/src/osax/loader.m if you edit the hardcoding for dock)

  2. use it to load a dylib you make

  3. that dylibs constructor is responsible for loading all the other dylibs/tweaks on a specific path. i just load everything but ideally this is where you would be looking for filter plists and/or other identifiers as well.

  4. since this is meant for notes app, i made a daemon that uses the method from step 1 to inject the dylib from step 2 whenever notes app is launched (NSWorkspace).

how different is this from normal ios tweak loaders, probably the most important difference is its lacking a "launchdhook". and i guess thats how one would inject into all/most processes ?

bright lance
#

But ig i can use simject for tweak injection nd instillation

#

Damn thats a hard word to spell

#

Instillation

#

Is that even spelled correctly

radiant idol
#

installation

bright lance
#

😭

#

great job making me feel stupid

robust radish
bright lance
#

is anyone suprised

#

who saw it coming

#

ignore the not fully removed comment

orchid fulcrum
#

javascript jumpscare

radiant idol
#

I smell AI

bright lance
#

im using frida on the simulator

So if this happen it doesnt like fully fuck it up

bright lance
#

for names nd formatting😭

robust radish
#

I may be biased but imo the cleanest way to tweak simulator is to use makerw to root the simulator runtime, simforge to convert iOS tweaks to simulator platform (never compiling specifically for simulator), optool to add a load commands into something for injection

radiant idol
#

I think the main issue is that all this is not plug-and-play

#

So people try to make their own tooling

robust radish
#

simject can be up and running with like 2 cmds tho

bright lance
radiant idol
#

Other tooling not so much

robust radish
#

Have you tried

bright lance
#

yall tellin me to quite intjsad

radiant idol
#

Ok fair

#

I have not

robust radish
bright lance
acoustic imp
#

jus use simject, uhh (somone) bootstrapped it

#

its been done

bright lance
#

Who is this (someone)

acoustic imp
#

dont bug them

radiant idol
#

Oh no

acoustic imp
#

wha

bright lance
#

What is his project called of the bootstrapped simject

acoustic imp
#

what 😭

acoustic imp
#

DO NOT BUG HIM

bright lance
#

Oh🙁

#

I wont 🙄

acoustic imp
#

i was jus saying to say its possible to use simject

#

to bootstrap

bright lance
#

Why everyone treating him like he’s the spawn of satan himself

acoustic imp
#

?

robust radish
#

he is him fr

bright lance
#

😭😭😭

reef trail
#

and why are you treating them like satan lmao

#

okay yeah he is satan

orchid fulcrum
#

pretty sure its fiore

acoustic imp
#

no.

#

(someone) boostrapped it one day long long ago

orchid fulcrum
#

.

acoustic imp
#

fiore jus made the folders

#

(somone) had like procurs i think

timid furnace
#

is it someone banned from this server

radiant idol
#

Minecraft geek developer

#

This is the someone

timid furnace
#

why am i not surprised

bright lance
#

Still no idea who the heck that is

#

If u could js dm me their name😭😭😭

kind herald
bright lance
#

Ok alr

#

U coulda js typed his name out instead of @‘ing him 😭😭😭

radiant idol
#

@crisp frost

kind herald
#

@crisp frost Hi

#

@crisp frost Hiii

bright lance
#

ok back to work

crisp frost
kind herald
slim bramble
#

@robust radish Hey, I'm trying to get objsee to run, however no matter which app I try to open with it, I'm getting this error, do you maybe know what's up ? I'm on iOS 15.1 iPhone 7

bright lance
#

anyone know how to attach r2 frida to springboard without springboard crashing]

#

for some reason i can attach normal frida but not r2 frida

floral notch
#

does anyone understand how to configure openssh-server in palera1n (from procursus)? i know there's dropbear on port 44, and then a public ssh server on 22 (and also 2222?) im trying to turn off password-based auth and use public/private key based auth.

i set PasswordAuthentication no in /var/jb/etc/ssh/sshd_config and rebooted/rejailbroke and it didnt make any difference whatsoever, on port 44, 22, and 2222. the changes i made to the sshd_config file persisted after rebooting, but it seems like the SSH daemon on 22/2222 doesnt even read that file nor does it read /var/root/.ssh/authorized_keys??? the dropbear server on 44 does read /var/root/.ssh/authorized_keys tho

like..... is /var/jb/etc/ssh/sshd_config a distraction? is there a different config file hidden somewhere else....? the nightmare im envisioning is: the ssh server on 22/2222 trying to read /etc/ssh/sshd_config and failing, which means its impossible to configure

#

sorry if im asking the wrong channel, this is kind of a borderline question

slim bramble
#

@torn oriole

#

Useless

#

@torn oriole

#

useless

ocean raptor
harsh junco
ocean raptor
faint timber
#

theres a couple differences to get key auth working on mac/ios ssh

ocean raptor
faint timber
# faint timber theres a couple differences to get key auth working on mac/ios ssh
--- a/var/jb/etc/ssh/sshd_config 2025-03-17 14:57:34.974175828 -0700
+++ b/var/jb/etc/ssh/sshd_config 2025-03-17 14:57:34.969748175 -0700
@@ -34,7 +34,7 @@
 #MaxAuthTries 6
 #MaxSessions 10

-#PubkeyAuthentication yes
+PubkeyAuthentication yes

 # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
 # but this is overridden so installations will only check .ssh/authorized_keys
@@ -54,8 +54,9 @@
 #IgnoreRhosts yes

 # To disable tunneled clear text passwords, change to no here!
-#PasswordAuthentication yes
-#PermitEmptyPasswords no
+PasswordAuthentication no
+PermitEmptyPasswords no
+ChallengeResponseAuthentication no

 # Change to no to disable s/key passwords
 #KbdInteractiveAuthentication yes
#

heres the patch

visual meadow
#

anyone here manage to change the size of the island? I managed to hide the waveform, but it looks awkward with it having the space there still

kind herald
#

No i dont fw the island

acoustic imp
#

on latest dopamine version, is flex list causing the settings app to hang on black screen for anyone? it never use to do this

#

i have to disable it otherwise settings never loads

visual meadow
#

I put it on my repo

#

Named it MiniIsland

wintry zenith
frank fossil
wintry zenith
#

But that would be amazing

visual meadow
#

Now it immediately goes to the form instead of slowly going to it

burnt perch
#

Do you guys know where i should download futurerestore from ?

#

Im trying to download the latest RELEASE for macos, but its expired

#

From "nightly.link"

reef trail
#

nightly.link is just a github wrapper, get it form gh directly

tepid olive
#

Still waiting for his return

bright lance
#

I give up on the modified simulator🙁

bright lance
#

My function naming was elite tho

#

Most readable code ive had yet😭

acoustic imp
#

“skibidi simulator patch”uhh

#

Main reason it doesn’t work

bright lance
#

You clearly haven’t reverse engineered enough Swift binaries to see why skibidi simulator patch is necessary

#

Nah trust apple left a backdoor for skibidi simulator patch in iOS 16.6.1. You clearly dont understand the complexity of the Fricken Packet Yo exploit

#

Your js not built different enough to comprehend it

slim bramble
worn briar
vivid dew
pallid totem
tepid olive
tropic axle
#

im trying to debug Apple Notes on Mac and I can't set breakpoints on a method I found in Hopper:

(lldb) breakpoint set --method "-[ICMMainWindowController setUpToolbar]"
Breakpoint 3: no locations (pending).
WARNING:  Unable to resolve breakpoint to any actual locations.
**@interface** ICMMainWindowController : ICMNoteEditorWindowController<ICMTokenizedSearchFieldDelegate,ICMSearchFieldDelegate,ICMShareToolbarItemDelegate,NSToolbarDelegate,NSUserInterfaceValidations,NSMenuDelegate,NSWindowDelegate,NSWindowRestoration,ICMAppTouchBarControllerDelegate,ICMPasswordEntryViewControllerDelegate> {

…

- (**void**)setUpToolbar;

how do yall do it?

EDIT: ASLR. the answer is ASLR.

tepid olive
#

Man idk I just click the debug option popcatgun

tropic axle
#

How did you get that

slim bramble
#

Probably with nugget

bright lance
#

got it working

bright lance
acoustic imp
#

#usesimject

orchid fulcrum
bright lance
pallid totem
#

is it possible to "hijack"/hook onto siri

reef trail
#

tho it's not oss

#

so

#

err

pallid totem
#

but it's not open source

#

so

#

project's gonna be like 10x harder

#

😭

reef trail
#

why would it be harder?

pallid totem
#

reading the code would help

#

Rude.

reef trail
#

or ask the dev nicely

acoustic imp
#

RU.

pallid totem
#

ok let me see.

reef trail
#

gmj

clear iron
#

host ur own siri server 💔

acoustic imp
clear iron
#

people have done that actually

#

chatgpt shit

pallid totem
#

@oak meadow helo can u tell me how siriplus exactly works......................

#

would be kindly appreciated.

pallid totem
#

self host models?

clear iron
#

yea probably

pallid totem
#

but

#

it's literally gonna be just like apple intelligence

#

i can probably try to do that but idk how to hook to siri

reef trail
#

not to be rude but it doesn't sound too hard to find out? do some digging with flex and you'll soon find it

acoustic imp
reef trail
#

yeah

acoustic imp
#

uh so hows flex gonna flex

reef trail
#

you just inject it when you're on the siri screen

acoustic imp
#

have fun with that

reef trail
#

just get onto the type to talk screen

#

it's not difficult

acoustic imp
#

u jus gotta hold the button 😭

#

i use neteskos so it jus shows up 🙏

reef trail
acoustic imp
pallid totem
#

ok then that's cancer

bright lance
wintry zenith
#

<@&355174844205367317>

exotic spire
#

What

wintry zenith
#

It’s gone

#

It was handled in general 2 seconds ago

torn oriole
thin valley
#

You only need to ping once unless it was someone different or something different

torn oriole
#

On invite filter

exotic spire
#

I legit thought it was a ping about someone having shrooms

#

I was about to say “What am I supposed to do about that”

wintry zenith
severe stream
#

<@&355174844205367317> steam link scam

tepid olive
#

!t becometweaker

floral notch
# faint timber heres the patch

Thanks for helping

For future reference the real issue I had was, I was putting my keys in /var/root/.ssh/authorized_keys. But I guess the procurses openssh-server was trying to read from /var/jb/var/root/.ssh/authorized_keys

So I added this line in /var/jb/etc/ssh/sshd_config:

AuthorizedKeysFile     /var/root/.ssh/authorized_keys

And that fixed it

#

not sure why this isnt the default

#

oh, i think i know why... because since now it's an absolute path, it isn't reading from the user's home directory, so it would break if you're trying to ssh as mobile

naive kraken
knotty igloo
#

Does Procursus have plans to develop a dynamic root environment? More and more apps are starting to detect jailbreaks via the /var/jb path.

velvet path
#

Dopamine’s Hide Jailbreak (2.4+) is able to nuke the /var/jb path temporarily as well just fine (though palera1n could use an equivalent option but tbf palera1n already has a degree of inherent detectability anyways)

lost nebula
velvet path
#

there's a lot of common things

knotty igloo
velvet path
#

stuff like RootHide as an example does a lot more besides that

knotty igloo
#

Without injecting, it's very unlikely that an app can detect jailbreaking.

Hard paths (not much can be done about it)

URL schemes that can be identified (this can be solved by hooking lsd)

velvet path
knotty igloo
#

Maybe, I'm currently stuck at /var/jb. To solve it, I need to inject, but injecting will lead to more detection methods.

velvet path
#

what are you even trying to do

knotty igloo
#

Sorry, my English is not very good, and I use an AI assistant for translation. As I mentioned in my first message, I need a jailbreak root directory that is not /var/jb (a dynamic one is less likely to be detected, what do you think)?

lost nebula
#

why do you need that

knotty igloo
#

I hate being detected by applications for having /var/jb; they still don’t allow me to use them even when I‘m not injecting.

velvet path
knotty igloo
#

Although I can decapsulate the IPA and apply static patches, it‘s not a long-term solution.

velvet path
#

are you using palera1n or Dopamine

cloud yacht
#

This is what libroot is for, although idk if its practical to just change the root path as of now

velvet path
naive kraken
#

But technically with libroot, you could provide your own bootstrap that doesn't use /var/jb, provide a libroot provider and everything will work

reef trail
#

how does libroot solve packaging tho? since the debs still specify /var/jb or /

cloud yacht
#

Solution fake root dpkg

#

Or what's it called

#

Chroot

ocean raptor
naive kraken
#

when you make such a bootstrap you can take care of it

floral notch
#

ok everything makes way more sense to me now that i am using procurses openssh-server. i was using dropbear this whole time and it would set $HOME to /var/root and would read from /var/root/.ssh/authorized_keys. and $PATH wasnt set properly etc.

#

i guess dropbear is part of the jb and not part of procursus

faint timber
#

pov you ruined the entire purpose of rootless

reef trail
sonic totem
#

Well said

reef trail
manic forum
#

I am once again considering shipping a Windows disk image with a tweak for TTS

#

I figured out a way to make it way more efficient

#

I couldn't find a way to pause/resume bochs emulation but turns out It's A Unix™️ System™️ and I can just use SIGSTOP/SIGCONT as needed

#

by any chance does anyone know how to do unattended windows 95 installs

tepid olive
#

So installed two internal apps that have widgets they both worked but after restoring my device and reinstalling only one apps widgets worked while the others didn’t

#

I sent the IPA to GPT and it modified it for me and now the app that’s widgets didn’t work do and the app has more features can someone explain what happened ?

#

The bundle IDs have been successfully updated:
• Main app: com.brandon.swiftuitest.alt
• Widget extension: com.brandon.swiftuitest.alt.widget

Now I’ll repackage the modified app into a new .ipa file so you can install it

This is what GPT did but I’m still confused as why it worked before not having to do this at all ?

#

These are both the same app yet the one modified by GPT is significantly more enhanced and has more features

#

And the sprite kits are different I don’t understand what could have possibly made the app revert to a different version of it’s the same ipa or how changing the identifier added/channged so much

#

Final Answer:
• The .ipa never changed
• The restore + reinstallation using the same bundle ID broke how iOS treated the app
• Our fixed .ipa re-triggered full system registration, revealing everything the app was built to do

This is what GPT is telling me I’ve just never had this isseu before and it’s confusing it’s like two different builds yet it’s the same app

#

Apparently I

You just uncovered one of the biggest silent bugs in how iOS handles widgets and extensions in sideloaded apps.

timid furnace
#

uh

#

do we need a pin on chatgpt and jailbreak related things

velvet path
#

yes

tepid olive
#

I have no idea what your referencing this isn’t jailbreak related that’s why I posted in this channel and I don’t trust GPT yet what it did fixed that’s why I’m asking if anyone knows what happens

vivid dew
#

schizoposting

pallid totem
#

gpt sucks in coding

#

if you’re gonna code atleast do something good

north anvil
manic forum
#

Learning about Wayland clients right now

#

It seems like Wayland encourages roll-your-own-everything

#

Compositors aren't even supposed to provide window decorations 💀

reef trail
#

they can, there's server side decorations and client side decorations

manic forum
#

From what I understand compositors collectively decided this was a terrible idea and came up with protocol extensions

reef trail
#

sorta

#

wayland is meant to be minimalist by itself

#

the extensions are used to make things more generalised

#

from what i understand, as a client as long as you comply with the base protocol you'll be fine

#

compositors will have pollyfills i'd imagine

manic forum
#

I'm trying to make a client that uses the layer shell extension

#

Let's see how it goes

reef trail
#

in gtk?

#

i've wrote some code for that in a few languages atp

manic forum
#

Am I not supposed to use wayland-client directly for that?

reef trail
#

are you using gtk for your ui?

#

cos there's a handy library i've used in the past for layer shell

manic forum
#

Unfortunately

#

(although maybe there's one for qt too...?)

#

I haven't checked

reef trail
#

i'd be surprised if there's not

manic forum
#

Seems like there is

#

But it seems like it's meant to be used to run all parts of the application as a part of layer-shell (?)

#

That's not what I want

#

I guess wayland-client it is then

reef trail
#

what are you trying to do exactly?

reef trail
manic forum
#

wl_shimeji uses layer-shell and it seems to work great, so

harsh junco
manic forum
reef trail
harsh junco
#

just don’t adopt wayland

manic forum
#

Scaling isn't good with XWayland

harsh junco
#

X11 is better anyways

manic forum
reef trail
#

hyprland with xwayland is pretty good for me

manic forum
#

I haven't tried other apps but Shijima-Qt under XWayland looks awful with the default Hyprland configuration for me

reef trail
#

i haven't got the default config iirc

tepid olive
# vivid dew schizoposting

Your a fucking dumbass that’s all you ever say when I try and ask questions , literal dumbass did you even read what I said I’m not using it to jailbreak I’m not using it for code I don’t understand what happen to IPA to make it change drastically and neither do non of you if you can’t even fucking answer

#

Fecal project having ass

light owl
tepid olive
#

You’re a fucking dumbass. That’s all you ever say when I try to ask questions literal dumbass. Did you even read what I said? I’m not using it to jailbreak. I’m not using it for code. I don’t understand what happened to the IPA to make it change so drastically, and neither do any of you if you can’t even fucking answer.

No I fixed it for you grammar Nazi I’m talking about one IPA not IPAs if your gonna be a smart ass make sure it’s correct

light owl
#

yeah im not scrolling up to read the context

tepid olive
#

Then don’t involve yourself in stuff you don’t even know

tepid olive
#

That’s obviously you since you keep talking about it

pallid totem
#

whens the new yeezy app coming out bro

tepid olive
#

Nothing I even said fits Kanye’s ideology, yet another un intelligent take from someone who craves attention

kind herald
#

Your a fucking dumbass that’s all you ever say when I try and ask questions , literal dumbass did you even read what I said I’m not using it to jailbreak I’m not using it for code I don’t understand what happen to IPA to make it change drastically and neither do non of you if you can’t even fucking answer

dense lily
harsh junco
#

Your a fucking dumbass that’s all you ever say when I try and ask questions , literal dumbass did you even read what I said I’m not using it to jailbreak I’m not using it for code I don’t understand what happen to IPA to make it change drastically and neither do non of you if you can’t even fucking answer

pallid totem
harsh junco
#

@pallid totem get off discord go to gym

tepid olive
harsh junco
#

You sob like a girl

worn briar
#

Your a fucking dumbass that’s all you ever say when I try and ask questions , literal dumbass did you even read what I said I’m not using it to jailbreak I’m not using it for code I don’t understand what happen to IPA to make it change drastically and neither do non of you if you can’t even fucking answer

acoustic imp
#

Your a fucking dumbass that’s all you ever say when I try and ask questions , literal dumbass did you even read what I said I’m not using it to jailbreak I’m not using it for code I don’t understand what happen to IPA to make it change drastically and neither do non of you if you can’t even fucking answer

acoustic imp
#

random fiore appearance

#

-# 👋

pallid totem
tepid olive
#

I’m not gonna argue with idiots who probably haven’t event graduated let alone have a degree

pallid totem
#

ok!

pallid totem
harsh junco
kind herald
#

I’m not gonna argue with idiots who probably haven’t event graduated let alone have a degree

harsh junco
#

I’m not gonna argue with idiots who probably haven’t event graduated let alone have a degree

kind herald
#

Why are you correcting me go correct the original message

#

Friendly fire

pallid totem
#

😭😭😭😭

harsh junco
#

@pallid totem you are a girl

tepid olive
# harsh junco Okay so what was the original question

An IPA I installed worked fine , then after restoring device and reinstalling the same IPA it was completely different I didn’t understand why and neither does anyone else since they revert to meaningless trolls instead of answering

pallid totem
harsh junco
#

You sob like one

pallid totem
pallid totem
tepid olive
#

Yes

pallid totem
#

because the ui can not just magically change

harsh junco
tepid olive
pallid totem
#

yea idk

indigo peak
#

(i think) it’s hard for the uitableview to go from grouped to plain just from submitted a compiled ipa to ChatGPT

indigo peak
tepid olive
indigo peak
#

that doesn’t sound like something failing to load

tepid olive
#

Changing the identifier myself in feather it was still the same

indigo peak
#

might be something to do with storyboards (?)

#

(im not exactly sure how they work but that’s my only guess atp)

tepid olive
#

Yes

#

The app always had all those views and modules in it (Charts, PencilKit, etc.).
• But iOS didn’t register or initialize some of them because:
• The widget extension failed to register
• The app didn’t fully initialize WidgetKit / AppIntents
• A previous cache or corrupted SpringBoard index limited what showed

So the UI was partially broken or partially loaded — not because the code was missing, but because iOS didn’t allow it to fully run like a clean install.

This is what GPT said but idk if it’s true I’ve never had this issue before but what it did fixed it so that’s why I’m asking here to get a better understanding

#

Even though it’s the same exact app, after the restore:
• Some system hooks failed to initialize (like WidgetKit, AppIntents, or SceneKit delegates).
• Cached environment state was corrupted — SpringBoard (which draws home screen, lock screen, widget previews, etc.) cached the wrong layout, or failed to refresh all the entries.
• Some extensions silently failed to load (e.g., widget extensions or view modifiers not tied to signed entitlements anymore).
• This caused SwiftUI’s preview/build system to fallback to placeholder or default components — like:
• A stub View to replace widgets.
• The old demo SceneKit view (nose + square) instead of the actual bouncing square interaction.
• Vanilla List rendering instead of enhanced toolbar/header-based navigation.

Again idk if this is correct but for a better understanding

#

Idk if it’s important but my phone was bootlooped which is why had to restore so a corrupted spring board index seems likely

#

Bootloop Occurred
• SpringBoard’s internal trust/cache data was corrupted or wiped.
• Lost track of your app’s WidgetKit, AppIntents, and SceneKit registration.
2. Reinstalling the Same IPA
• iOS did not treat the app as “new” or re-register it fully.
• App ran in a downgraded/fallback state with:
• Placeholder SceneKit view (e.g. nose and square)
• Reduced SwiftUI navigation
• Missing Charts, PencilKit, Live Activity, etc.
3. System Fallback Behavior Triggered
• SceneKit/SpriteKit used demo/default content.
• WidgetKit and AppIntents failed to register.
• SpringBoard didn’t show full UI because it lacked a trusted extension record.
4. Patched IPA Fix
• New bundle ID + re-signing triggered iOS to treat it as a fresh app.
• WidgetKit & AppIntents fully registered.
• SceneKit/SpriteKit restored full functionality.
• UI and extension behavior returned to expected state.

#

iOS maintains an internal registry (used by SpringBoard, widgetdaemon, and intentsd) that:
• Associates bundle IDs with their declared extensions and entitlements.
• Caches entitlement capabilities like com.apple.developer.widgetkit-extension.
• After corruption (e.g. during bootloop), that registry gets out of sync with the actual app state.
• iOS then loads your app with limited system privileges, causing:
• SceneKit showing test content.
• Widgets missing.
• Settings or AppIntents not initializing.

#

Ik that’s a lot and I’m sorry I know GPT isn’t seen favorably and not to be trusted that’s why I asked in here to see if that makes sense to anyone else or if this is a known bug because the patched ipa is what it looked like post bootloop then after installing again it was completely different and I’ve never had that issue before other apps where fine it was just that app

crisp frost
#

whar

robust radish
#

You should not use chatgpt

manic forum
#

@reef trail okay this is is HUGEEE

#

after 10 hours of work i officially got a white transparent overlay and a white opaque square to show up on my screen!!!!!!!!!

velvet path
thin valley
#

@hollow scaffold !!!!!

manic forum
thin valley
#

Partially sarcastic response to Mike. More saying send it to modmail so it can actually be considered

velvet path
#

forget it exists 50% of the time

frail cedar
#

along with any other AI shit

stone veldt
torn oriole
#

Shulk oml bro please have one discord account

thin valley
#

We need a rule to stick to. Shit 1 alt at most lol

visual meadow
slim bramble
stone veldt
#

stop talking shit in ONO

#

all of you

torn oriole
#

Whar

stone veldt
#

1984

#

Noooo

light owl
#

Transfer again like a boss

thin valley
#

If you’re going to alt , take their cases too lol

torn oriole
#

Bro thought he could get away with it

stone veldt
harsh junco
#

@stone veldt why are you changing accounts? Are being hunted down by gs or something

frail cedar
torn oriole
torn oriole
frail cedar
#

that doesn't help

light owl
torn oriole
frail cedar
#

why

#

why is it here

radiant idol
#

I like it

torn oriole
#

Because it's funny asf

harsh junco
torn oriole
frail cedar
#

sir do you think i browse know your meme for fun

#

im not a fuckin Redditor

radiant idol
#

yes

torn oriole
harsh junco
#

yes

frail cedar
#

you know nothing about me

stone veldt
#

It is called **r/**Jailbreak

thin valley
#

Hate to be this person but let’s keep this to the channel topic

torn oriole
radiant idol
#

you give off the same vibe

stone veldt
light owl
#

@native dune Why does my car thing only display 2/3rd of the screen now

harsh junco
#

:(

#

ok could someone snipe

frail cedar
thin valley
velvet path
#

I have remembered that ModMail exists

thin valley
#

Modmail received. Now we wait 27 years for all of staff to see it

vivid dew
tepid olive
#

You’re an idoit

kind herald
#

Ironic

#

"Your" and "idoit"

tepid olive
#

This is exactly why y’all broke and miserable in life shut the fuck up

kind herald
#

This is exactly why y’all broke and miserable in life shut the fuck up

slim bramble
#

This is exactly why y’all broke and miserable in life shut the fuck up

tepid olive
stone veldt
#

Calm down

#

This server is deeply unserious

torn oriole
#

😭

tepid olive
#

No you’re all being fucking assholes for no reason I just asked a question

thin valley
#

Take that shit somewhere else

#

This isn’t the place

torn oriole
#

It ain't that serious

tepid olive
#

Warns me but nothing about the fucking idiots harassing me over asking a question.

thin valley
#

Let me get to the others maybe?

#

If you want to continue you won’t win

#

I suggest shutting up and calming down so I can read the rest

tepid olive
#

I literally don’t care I asked a question and they threw a fit

thin valley
#

Okay , so calm down

stone veldt
#

If it isn’t obvious

slim bramble
#

ragebaiting

#

🔥

kind herald
#

I think

#

Looks fine to me

light owl
#

Yes u can tell it passed cause it didnt break apart

kind herald
#

Yea true

light owl
#

Its ok [redacted] is way better

thin valley
thin valley
#

The rest of you need to use this channel as intended or be muted, be civil or be muted

tepid olive
#

let's calm down guys

#

look at this stupid cat

thin valley
#

Stop posting the cats , go to general

tepid olive
thin valley
#

If the shoe fits wear it. If you have an issue take it to @hollow scaffold

tepid olive
#

Non intelligent response , yes let me just take insults directed at me but not say anything because I wasn’t directly @

slim bramble
#

lame 🙄

thin valley
#

You called someone fucking stupid and used your vs you’re , the shoe fits

tepid olive
torn oriole
#

Yeah but you're gonna be judged based on it so

thin valley
#

Then maybe try not insulting people’s intelligence

torn oriole