#development

1 messages · Page 150 of 1

frail cedar
#

provided you're the app that the container is for

#

if you aren't that's different

mint leaf
#

Read

naive kraken
frail cedar
#

AppDataContainer?

naive kraken
#

@mint leaf ensure the directory is owned by mobile, I guess?

naive kraken
mint leaf
frail cedar
#

ahhh

#

i got thrown by AppDataContainer

mint leaf
#

Yes, my bad, this isn't strictly related to containers but I did hope that entitlement would help

naive kraken
#

    <key>com.apple.security.exception.files.absolute-path.read-write</key>
    <array>
        <string>/</string>
    </array>
#

should work

mint leaf
#

I have this issue: my music library is saved in /var/mobile/MP3, however the player app I use is unable to access /var when I jailbreak with Dopamine. Jailbreaking with Palera1n doesn't cause said issue and I can access that directory without any problem

slim bramble
mint leaf
#

Yep, that worked! Thank you again

restive ether
slim bramble
naive kraken
slim bramble
naive kraken
#

Luca nuked sandbox hooks until cydia launched

#

it also doesn't fully nuke it

sonic totem
#

<@&355174844205367317> @b14ckbeard

tepid olive
#

Unpaid is being annoying

#

Unraid

placid kraken
#

the guy didn’t even send the invite link 😭😭😭😭

slim bramble
exotic spire
slim bramble
#

Trolling those kids is actually fun

slim bramble
sonic totem
exotic spire
slim bramble
placid kraken
#

imagine someone wanted to join it

#

where’s the invite link???

#

wtf are you advertising???

slim bramble
#

The guys behind those servers are maniacs smh

exotic spire
#

Totally an iPhone

slim bramble
#

Smh

restive ether
acoustic imp
#

@slim bramble @placid kraken uses whats in the plist files thing

slim bramble
#

hi

acoustic imp
#

hi

slim bramble
#

Gotta fix that genHwid

#

and then we good

placid kraken
slim bramble
acoustic imp
#

oh i double tapped 🥲

placid kraken
#

oh ok

acoustic imp
placid kraken
#

i’ll figure it out myself then

#

also, the psgroupcell of the slider

slim bramble
placid kraken
#

it’s expanded not exapned

slim bramble
#

I'm joking lol

#

idk if @acoustic imp wants lol

placid kraken
#

tesla man didn’t implement that

placid kraken
acoustic imp
indigo peak
#

bc I’m gonna be implementing that into my tweak

#

soooo

slim bramble
#

eta orange name

indigo peak
slim bramble
#

hope so

indigo peak
#

deadass?

slim bramble
#

@acoustic imp

indigo peak
#

gg

slim bramble
indigo peak
#

send me debs with your drm

placid kraken
indigo peak
#

I’ll try to crack

indigo peak
placid kraken
#

just have to figure out how to call it when the text input responds to taps

#

wait isnt 16player oss?

slim bramble
placid kraken
#

why drm if so

slim bramble
#

s0n™️

indigo peak
#

at least I’ve never seen it

slim bramble
#

I'll try to dig a ss

placid kraken
#

oh apparently ill need a delegate

slim bramble
#

@indigo peak

indigo peak
#

so basically that

#

with a

#

and then

#

boom

slim bramble
topaz yew
slim bramble
placid kraken
#

this is what i did

#

add the delegate

#

set it in init

#

implement

#

easy enough

indigo peak
#

(that’s the warmup, she weights 3x that)

placid kraken
#

wait shes a lifter too???

#

surprised she can weight 3x that

placid kraken
#

i shall ask again

indigo peak
#

fallback

placid kraken
#

it gets passed in a kvp dict

#

ok great

#

so if i do this

[preferences registerDefaults:@{
    @"floraPrimaryColor": @"#e8a7bfff",
    @"floraSecondaryColor": @"#d795f8ff",
}];
#

itll set those as fallback for those keys if they dont already have anything set?

indigo peak
#

it will use the value of the prefs first

#

and if they don’t exist or there’s an error

#

It will use those

placid kraken
#

wonderful

placid kraken
#

now i can set fallbacks for the sat and light influences

#
[preferences registerDefaults:@{
    @"floraPrimaryColor": @"#e8a7bfff",
    @"floraSecondaryColor": @"#d795f8ff",
    @"floraSaturationInfluence": @0.4,
    @"floraLightnessInfluence": @0.2,
}];
#

real

#

now simple mode shouldnt break anymore

#

does anyone experience flora simple mode not working at all?

#

if so dm me with proof you purchased or whatever and ill send you a build to test

slim bramble
#

Idc drm cooked

placid kraken
#

(the reason is because simple mode didnt work for @warped sparrow and magically started working after the simple colors stopped being null)

placid kraken
#

even though i already do fallbacks

NSString *key = [NSString stringWithFormat:@"flora%@Color", index % 2 == 0 ? @"Primary" : @"Secondary"];
NSString *colorFromDefaults = [preferences objectForKey:key] ?: (index % 2 == 0 ? @"e8a7bf" : @"d795f8");
acoustic imp
#

kixrd phone is cursed

warped sparrow
placid kraken
warped sparrow
#

It gets every bug known to man

placid kraken
#

simpleColors will never be nil theyll just be the default ones

warped sparrow
placid kraken
#

so simple mode should still work even after clearing prefs

#

okay wait

warped sparrow
#

Yess

placid kraken
#

export data and clear prefs for a sec i wanna know if simple mode breaks again

acoustic imp
#

did u fix the crash prefs thing?

placid kraken
warped sparrow
acoustic imp
placid kraken
#

tesla man awaiting patiently for me to fix an issue in the code he "borrowed" so he can "borrow" the fix

acoustic imp
#

i actully didnt borrow this code 🤓

placid kraken
#

either way shouldnt be too hard to check in console.app what's raising an uncaught exception

placid kraken
warped sparrow
placid kraken
#

if you open debugger the simple colors are nil right?

warped sparrow
#

Yupp

placid kraken
#

ok dms

warped sparrow
#

Oki

acoustic imp
#

@placid kraken for fixing my issue coudlnt you just dissmiss the KB and then chnage the pages ?

placid kraken
#

but yeah probably

acoustic imp
#

oh

placid kraken
#

well

#

that's harder said than done

acoustic imp
#

it is ?

#

cant u dissmis it formt he VC ?

#

idk

slim bramble
#

@acoustic imp check dms

#

drm is cooked

placid kraken
#

to dismiss the keyboard you need to resignFirstResponder on the text field

#

i could probably setup a floraPreferenceObserver in the class but i dont think you have that

placid kraken
#

lemme test real quick

acoustic imp
#

hax™️

radiant idol
#

OneSettings issues fixed for now

#

time to do Jade

#

sob

tawdry trench
#

bolders next trust

placid kraken
#

ive gotta say

#

this one class

#

is the most useful thing i have ever written

tawdry trench
#

the rosiecord in question

acoustic imp
tawdry trench
#

oh im tapped

placid kraken
acoustic imp
placid kraken
#

yeah

acoustic imp
#

why dont you just add a likt tip thing to the viewcontrller and if u tap on anything

placid kraken
#

by the time the new button has been pressed its already too late

acoustic imp
#

it sends the notif to dissmis the KB

placid kraken
acoustic imp
#

so that when u open the menu to swich its gone

placid kraken
#

thats why you can tap anywhere on the cell to dismiss

placid kraken
#

i probably can make it on the entire controller. just 1 second

acoustic imp
#

so make a notif observer on the cell for a KBdissmis notif or sm

placid kraken
#

idk what a notif observer is

#

i havent been using those apis

acoustic imp
acoustic imp
placid kraken
#

ok so that didnt work

#

i tried making an ivar

__weak UIView *superView;
#

setting it

superView = self.superview;
#

and then registering the gesture recognizer on that instead

[superView addGestureRecognizer:tapGestureRecognizer];
#

not quite

#

ok well i got it kinda working

#

except it only works on a single cell

hasty ruin
slim bramble
#

Also you gotta fix that rune issue

placid kraken
#

this is apparently why it crashes

slim bramble
#

Rune takes 2s before displaying mobile data icon in green when disabling airplane mode

hasty ruin
#

Bc it waits until it’s actually on properly

slim bramble
#

Also rune won’t open with keyboard opened

#

Smh

#

Broken tweak ngl

slim bramble
# hasty ruin

It will just open the languages selection menu for me

placid kraken
#

check for updates lmao

#

maybe it was updated

slim bramble
placid kraken
#

😭😭😭😭

indigo peak
placid kraken
indigo peak
#

so much effort

slim bramble
placid kraken
placid kraken
slim bramble
#

Debug Info:

Enmity: 2a0d78b
Tweak: 2.2.6 (Regular)
Discord: 212.0 (Build 54121)
Hermes: for RN 0.72.3
Bytecode: 94
Device: iPhone13,2
System: 14.6

placid kraken
#

yea

#

too old

slim bramble
#

What’s latest

placid kraken
#

update to like 217 or something

#

Debug Info:

Client: a9771d7
Loader: N/A (N/A)
Discord: 219.0
Build: 55641 on stable
Hermes: for RN 0.72.3
Bytecode: 94
Device: iPhone13,2 (16.3.1)

indigo peak
slim bramble
#

Who’s down for this ?

placid kraken
#

ohhhh arrrronnnnnnn

visual meadow
#

Any

#

I still use vendetta cause its faster

placid kraken
#

not on v2

visual meadow
#

Damn

placid kraken
#

yea thats usually the main reason

native dune
#

/debug

hasty ruin
#

v3 eta friday?

native dune
#

Debug my Balls

hasty ruin
placid kraken
#

stock vs v3

native dune
placid kraken
hasty ruin
#

ok so friday

#

got it

#

👍

placid kraken
#

fuck

indigo peak
placid kraken
#

yea well

#

considering i have from may until september uninterrupted

#

i can get a lot done in that time

indigo peak
#

_viewControllerForAncestor my beloved

placid kraken
#

@indigo peak should i use trolldecrypt by you or trolldecryptor by wh1te4ever

hasty ruin
#

trolldecrypt uses trolldecryptor

placid kraken
#

oh

#

so its like a fork

indigo peak
#

fr

acoustic imp
#

@indigo peak did i ever ask u ab the trolldyrpt idea i had

slim bramble
#

@placid kraken refund plz

#

Enmity not working anymore

indigo peak
#

i forgor ab it

acoustic imp
#

ah

slim bramble
#

Debug Info:

Enmity: 2a0d78b
Tweak: 2.2.6 (Regular)
Discord: 218.0 (Build 55532)
Hermes: for RN 0.72.3
Bytecode: 94
Device: iPhone13,2
System: 14.6

indigo peak
#

i just installed a new version of my tweak and uhhhhh

#

my phone is currently not coming off the respring icon

slim bramble
#

you need 3 terminal windows

placid kraken
indigo peak
slim bramble
placid kraken
placid kraken
indigo peak
#

iproxy 2222 22
and then
ssh root@localhost -p 2222
killall -SEGV SpringBoard

#

🤯

slim bramble
slim bramble
#

Else it seems to load

placid kraken
slim bramble
#

But partially

slim bramble
placid kraken
#

oh hm

#

go to Debug Logs

#

it might say something

slim bramble
#

Or maybe I just can’t read smh

placid kraken
#

why was it there all along

#

😭

slim bramble
#

Yeah but I still lost dev tools

placid kraken
#

v2 isnt really maintained by me anymore so

placid kraken
#

and try again

#

devtools randomly uninitialize

#

you need to restart the app to reinitialize

slim bramble
#

Fr

#

SMH

indigo peak
#

to be fair the code was in layoutSubviews

#

sooo

#

and it just put me in safemode

acoustic imp
slim bramble
placid kraken
#

how do i ssh into my phone

#

do i need to setup anything on the phone other than just the root password

acoustic imp
#

ssh mobile@(rosies phone IP)

placid kraken
#

oh ok

slim bramble
acoustic imp
#

eh to much work

placid kraken
#

connection refused

#

anything else i need to do?

slim bramble
acoustic imp
placid kraken
#

oh right

#

how

slim bramble
#

Sileo

#

Search openssh

acoustic imp
#

zebra

placid kraken
#

okie

slim bramble
#

ssh-keygen -t rsa -b 4096
ssh-copy-id I FORGOT THE PARAMS
@rosie.pie

acoustic imp
#

@kind herald no 16Player for u

kind herald
#

wait

#

no

#

no please

acoustic imp
kind herald
placid kraken
#

its asking me where to save the key

#

do i just use default

acoustic imp
#

sure

slim bramble
placid kraken
#

permission denied

#

womp womp

acoustic imp
#

use sudo

slim bramble
acoustic imp
#

i broke 16Player 😭

slim bramble
slim bramble
placid kraken
slim bramble
#

Smh

placid kraken
#

omg look in sileo

slim bramble
#

?

acoustic imp
placid kraken
slim bramble
#

W

acoustic imp
#

W

#

how many DLs does it have ?

slim bramble
#

Me when I only need HALO to have the full hot right now

placid kraken
#

libgcuniversal and libsandy

acoustic imp
#

downloads *

placid kraken
#

oh

#

261 and counting

acoustic imp
#

nice

placid kraken
#

yea the bad repo is actually about to overtake flora on havoc in downloads

#

its at 225

acoustic imp
#

the Pircay one ?

hasty ruin
#

mf pr got ghosted

placid kraken
#

wait hot right now is hardcoded?

#

its not dynamically fetched?

hasty ruin
#

loaded from there

placid kraken
#

horror

restive ether
# hasty ruin

i’m pretty sure the only person that really had access to this is flower lol

#

amy would’ve if you asked

young meteor
#

jk

native dune
gentle grove
#

This is how it feels to SSH into prod

↘️ Quoting Massimo (@Rainmaker1973)

This guy using the ladder like a natural extension of his body

[📹 Michael Eder / da.wuide.michi]

▶ Play video
restive ether
grim sparrow
#

im goign to kill myself

restive ether
#

oh

restive ether
#

trolled

grim sparrow
#

icl

#

i didnt even know she did stsill

timid furnace
#

that is why icraze closed the pr

restive ether
#

oh i misread

kind herald
#

just got this new tweak for my ds

indigo peak
#

we got nds zefram before gta6

topaz yew
acoustic imp
#

@placid kraken in flora is the [NSString stringWithFormat:@"%.2f", somevalue] make it so there is only 2 decimal places?

placid kraken
#

yes

#

float with 2dp

acoustic imp
#

😭

#

thanks

placid kraken
#

you could always round(value * 100) / 100

#

to make the real value have 2dp

#

instead of just the display value

#

it’s purposefully not rounded though

placid kraken
#

that

#

yes!

#

correct!

#

that is indeed captinc

#

fuck you apple autocorrect

acoustic imp
placid kraken
#

you didnt implement autoselect :C

acoustic imp
#

Right

#

Not done

acoustic imp
#

Borrowing™️

placid kraken
#

i never discovered what was causing that crash ill look into it tomorrow because its 3am now

acoustic imp
#

👍

placid kraken
#

real

kind herald
brazen timber
#

at least it's not rust

#

that's nsfw

gentle grove
#

they did it twice too, check replies

torn oriole
#

Tech-Gunner

faint stag
#

but what kind of app can't just run multiple commands

drifting heron
#

tech gunner

vivid dew
#

trol

gaunt helm
#

100% chance tech-gunner was banned from the org

placid kraken
gaunt helm
kind herald
#

"reply ASAP!!"
also him: "I may respond slow"

brazen timber
#

i think he meant to say that he's a little slow

acoustic imp
hasty ruin
#

blame yt

gentle grove
slim bramble
acoustic imp
#

@hasty ruin

#

Ur selling

#

It’s oldest v of u0

hasty ruin
#
  • works for me
  • it’s revoked anyway
acoustic imp
radiant idol
acoustic imp
placid kraken
#

holy shit siriplus looks so good

#

i might have to buy soon

acoustic imp
placid kraken
#

lmao yeah i was phased by that when i first saw it too

#

but think about it

#

completely replacing siri's reponses with chatgpt is probably pretty complex

#

and it does a lot of stuff

hexed knot
#

Its not some dumb recoloring tweak

#

$5 is a perfectly fair price

placid kraken
#

with the exception of carbridge most tweaks are < $2.50

hexed knot
#

Most tweaks also dont do a whole lot

placid kraken
#

fair enough

#

i dont think you can replace siri's reponses with ai via shortcuts lmao

tawdry trench
#

can it bypass ppl

acoustic imp
slim bramble
reef forge
ashen birch
#

i nearly exclusively use siri for music

restive ether
#

at least on my homepod i don’t really use it for that on my phone

ashen birch
restive ether
#

oh like that that makes sense

ashen birch
#

but i mean if i say album + artist or song + artist it usually gets it

restive ether
#

depends on what their name is

#

if it’s something stupid it’s so much harder

ashen birch
#

yeah

cloud yacht
#

I exclusivly use siri for timers

placid kraken
#

i literally turned siri off because i never ever use the feature

mental sage
#

The only moment I tend to use siri is when she randomly starts talking on my apple watch cuz apparantly I made a weird gesture or smth-

sonic totem
#

My sisters name apparently sounds too similar to “Hey Siri” so I had to turn it off when it was activating 20+ times a day

placid kraken
#

yea siri is more important

sonic totem
cloud yacht
acoustic imp
#

@oak meadow for SiriPlus would it be easy to restore some stick Siri features or do you have to like manually remake/add it

oak meadow
acoustic imp
#

Like ^

#

Same for alarms

acoustic imp
#

This is Gemini btw

radiant idol
#

@oak meadow congrats on the tweak by the way, looks cool! I don't use Siri much but looks like some others are enjoying it :)

lean ermine
# acoustic imp

does this mean it is double asking every request to maintain stock functionality

acoustic imp
#

Idk

oak meadow
#

The thing with this is that my hooks do not stop siri from working, but rather hijacks its text response. So essentially Siri sets the reminder for you, but is not abled to answer and Gemini is not abled to set a reminder and tells you that

acoustic imp
#

Also if I could make a request, could you add stuff to control device like wifi, bluetooth, noise control for AirPods, as well as get device info like battery, storage etc

lean ermine
#

really neat tweak glad to see it

acoustic imp
#

or dont send one

oak meadow
# acoustic imp Also

that's a classic Gemini moment. Ask google to fix their function calls. ChatGPT handles them much better

acoustic imp
#

is chatgpt api free?

lean ermine
oak meadow
acoustic imp
#

also im just curious, how does ur like custom functions work? does it like have a prompt like "say (this)" to do this (this), then like "here is the response/question..."

oak meadow
lean ermine
#

someone said it is infinite text requests for gpt now but i have no idea how true that is

oak meadow
#

idk. maybe thats true

acoustic imp
#

i would asume your not making this OS right? im just like reall curious about how it works but i completly understand if not

oak meadow
#

havent looked at it for a few months

lean ermine
radiant idol
#

seems like a huge hassle to make though, that's the thing. I'm fairly certain new siri is all written in swift

radiant idol
#

might be wrong though

lean ermine
#

siri's standard response is still occurring but at the same time the text response you would have otherwise gotten is replaced with gpts response

lean ermine
#

is this your first tweak uckerman?

#

great release if so

#

and if not

oak meadow
acoustic imp
oak meadow
oak meadow
lean ermine
#

lol

oak meadow
#

at least for debugging purposes

acoustic imp
#

@oak meadow could u just send siris response to GPT/gemini and have the AI decide if it need to say anything or if siri's is fine ?

lean ermine
#

that would complicate the requests a lot

oak meadow
#

That is exactly what I'm about to try.

lean ermine
#

you're adding like two extra logic gates that are conditional in nature

#

damn

#

lol

acoustic imp
lean ermine
#

fire

acoustic imp
#

could i beta test ?

#

ok Sadge

oak meadow
#

It is the only solution with which i can be sure that the model does not respond with "i cant".
At least with ChatGPT. Gemini might fuck this up

acoustic imp
#

how does it like work? with like custom with gemini/gpt

placid kraken
#

guys do i add ios version and device id in this considering they’re pretty easy to get from general > about already

acoustic imp
oak meadow
placid kraken
acoustic imp
#

lol

placid kraken
timid furnace
#

operatingSystemVersionString

acoustic imp
gilded ivy
harsh junco
#

@placid kraken

gilded ivy
#

The thing is I don’t really use Siri

placid kraken
jagged palm
harsh junco
#

DRIPWIND

jagged palm
#

If you ask it to make an essay it tries to call people

#

It’s a really good proof of concept

#

Give it a few updates and it will be great

acoustic imp
gilded ivy
frosty iris
oak meadow
gilded ivy
#

Do you just lose money?

oak meadow
#

yes

gilded ivy
#

Yikes

oak meadow
#

but i calculated and came to the conclusion that this won't happen

placid kraken
#

how many tokens would you need to exceed that?

gilded ivy
#

I’m pretty sure it’s called tokens

#

Idk for a fact

#

Yeah it is

acoustic imp
#

@oak meadow is it suposed to work on apple watch ?

tepid olive
#

I gave them the Gemini suggestion

#

And I was a tester

#

Gemini is just better™️

gilded ivy
#

Oh god that’s cheap

#

A fifth of a cent for 1000 tokens??

tepid olive
#

I mean or just use Gemini which is free forever

gilded ivy
#

I thought it would be a dollar for that much

tepid olive
#

And is better anyways

oak meadow
gilded ivy
tepid olive
#

Yay mudsplasher finally got banned

gilded ivy
#

Like use gpt as a widget instead of

#

Siri

placid kraken
#

5000 tokens per cent, 5,000,000 tokens per dollar, 25,000,000 for $5

oak meadow
placid kraken
#

i think i see what you mean now

oak meadow
gilded ivy
# oak meadow no

Damn feel like it would be much more useful if you would be able to type to the AI

#

I don’t use siri a lot anyways

tepid olive
gilded ivy
tepid olive
#

True

gilded ivy
#

Imagine you can call Siri and be able to type or speak to it

#

And it’s a ai

#

Instead of dumb Siri

oak meadow
gilded ivy
#

Maybe it could even work with dynamic stage

oak meadow
#

but i plan to add this

gilded ivy
#

Just cap it that

tepid olive
gilded ivy
#

No he pays for it

tepid olive
gilded ivy
tepid olive
#

Yeah but people could be abusing it

#

You never know

acoustic imp
gilded ivy
oak meadow
tepid olive
#

Is the Gemini key also hardcoded?

gilded ivy
acoustic imp
#

I asked it how to make cookies 😭

tepid olive
gilded ivy
#

Also just set a hard cap to like 10000-50000 tokens a day

#

Or make it rate limited

#

Oh u alr did

oak meadow
tepid olive
#

I see

acoustic imp
#

100% yap

oak meadow
#

you can still use your own api key if you choose gemini in settings. Only the managed mode will be paid by me

gilded ivy
#

You can do a extension on havoc for like img gen

lean ermine
#

lol

tepid olive
# acoustic imp 100% yap

Yeah, I actually forgot to tell you about this @oak meadow if you have any functions enabled, it downgrades the quality of responses a lot

gilded ivy
#

What if Chatgpt decides to take over your phone 🤔

oak meadow
tepid olive
#

I’ve only tested Gemini

gilded ivy
acoustic imp
tepid olive
#

Responses of Gemini are outstanding without any functions enabled, but once I enable functions, the responses are pretty shit

acoustic imp
#

what are functions ?

#

things it like has acces to/can do?

tepid olive
gilded ivy
tepid olive
#

Don’t think so

gilded ivy
oak meadow
#

would be a funny feature

gilded ivy
#

I mean it could ask for a prompt if you do want it to

acoustic imp
#

i mean could u like add a thing to the response to tell it the context, like you are siri on an IOS device, to do this say this, to do this say this, etc ?

gilded ivy
#

To just confirm

oak meadow
acoustic imp
#

oh

gilded ivy
acoustic imp
#

gpt

oak meadow
#

gpt 3.5

gilded ivy
tepid olive
oak meadow
gilded ivy
#

How does advanced mode work

oak meadow
#

you have to provide your own api key, but the responses will be faster, you'll have a higher rate limit for Gemini and you can use gpt depending on which api key you get

gilded ivy
#

Or Smth

tepid olive
#

What other provider is there

#

Or model

gilded ivy
tepid olive
#

Lol

gilded ivy
#

You can def make your own

native dune
#

gemini so good

tepid olive
#

Fr

native dune
#

replaced gpt 3.5 for me

tepid olive
#

Same

oak meadow
gilded ivy
tepid olive
#

Do you have a guide for getting Gemini api key btw

gilded ivy
#

Is there no way I can use that?

tepid olive
oak meadow
tepid olive
#

Ah cool

acoustic imp
#

Also the prefs are cool asf

gilded ivy
#

Sounds super cool it’s just that idk if il be using it tho

#

I don’t use Siri

tepid olive
#

I didn’t until I started testing this tweak lol

#

This tweak really makes Siri worth using lmao

gilded ivy
#

Plus I’m not a fan of talking while using a phone in general

#

When im using my phone it’s usually at a place where it’s quiet

tepid olive
#

True

gilded ivy
oak meadow
gilded ivy
#

Or Smth

oak meadow
tepid olive
#

I asked it to set a timer once

tepid olive
#

It said it couldn’t do it

#

But it did anyways

gilded ivy
tepid olive
#

Somehow yeah

gilded ivy
oak meadow
#

it only hijacks the text and audio response. everything else siri does still works currently

gilded ivy
#

Wait it talks to you as well???

#

Oh

tepid olive
#

@oak meadow does it have rootful support now?

oak meadow
#

yes

kind herald
tepid olive
tepid olive
# kind herald

Yeah google focused a bit too hard on child safety lmao

sonic plume
tepid olive
#

SiriPlus

sonic plume
#

Ah

oak meadow
#

great idea, thanks. put that on my feature list

acoustic imp
#

The feature list 😭

#

Bro is making Jarvis from iron man

#

Idk what thoes are

visual meadow
#

lol what happened to the@

#

Them*

acoustic imp
#

Wtf

visual meadow
placid kraken
#

i’m pretty sure they were a troll lol

#

they were either a troll or under 13

acoustic imp
#

Oh yea, but like he patching it up to be like a “AI”

acoustic imp
visual meadow
placid kraken
acoustic imp
placid kraken
#

probably just accumulated mud splashing

visual meadow
#

Wow

#

I can use it with this then 🙏

#

If I end up getting I guess idk

acoustic imp
oak meadow
# visual meadow Oh really

Yeah, I did this because I initially wanted to support Serotonin. But with comet needing hardcoded paths and roothide being roothide I had to delay this

visual meadow
#

Im on 16.6.1 14 pro max

visual meadow
#

Its Shit

radiant idol
#

why not release

acoustic imp
#

Literally

visual meadow
#

Too much woro

#

Work

radiant idol
#

just release as-is I mean

acoustic imp
#

Open source it adleast

radiant idol
#

it would be helpful to the people trying to get it working properly

acoustic imp
#

Ik ik I meant Jarvis in the way it can control things

placid kraken
#

are there any versions that support serotonin but not dopamine 2???

visual meadow
#

I would try it but i dont have siriplus rn

#

It would probably work tho since i hav wnormal rootless

radiant idol
placid kraken
#

imo the restrictions imposed by openai are inflicting it more than user input

placid kraken
velvet path
native dune
#

hey jarvis touch grass

visual meadow
#

I tried running dopamine on 16.5.1 A15

placid kraken
#

ah fair enough

visual meadow
#

It panicked 💔

placid kraken
#

that’s why i use https://poe.com nowadays

restive ether
#

i just watched chatgpt today advocate for unsupervised 13 year old drivers

#

based on their maturity

#

great resource.

placid kraken
#

it’s built on gpt3.5 but i don’t think it has all of the training data from openai

placid kraken
restive ether
#

makes sense to me

sonic totem
#

Because it’s unsupported

visual meadow
#

I know I was just curious what the panic would be

#

As it works on a14-

faint stag
visual meadow
#

No not really

timid furnace
#

So yes it is PPL bypass related

visual meadow
acoustic imp
faint stag
#

powershell jumpscare

#

yeah i know that you can specify parameters
these are already paramaters

#

i never figured out how to set ones that conflict with each other, so the loop was supposed to handle that

#

oh parameter sets

lean ermine
#

any doubt in an llm response is artificial lol

#

no i meant literally lol

#

i was agreeing with u

#

like llms have 0 doubt and any doubt in a response that they give is artificial from the developers of the llm

#

no youre fine its a confusing message lol

faint stag
#

oh it was that easy, thanks

placid kraken
#

lmao siri plus is already on the bad repo

#

my condolences uckermark

young meteor
#

why are you such an expert on the contents of it hm

placid kraken
#

siri plus is on the homepage soooo

young meteor
#

is it?

placid kraken
#

not flora

#

siri plus

young meteor
#

i mean downloads

placid kraken
#

nope

#

since flora was put on the homepage of sileo it got way more downloads so now it’s not as dangerously close to the bad repo in downloads anymore

lean ermine
#

flora is the best accent tweak ive used on any device

#

and you made it cheap

#

very good tweak!

faint stag
tepid olive
#

now that I'm on mac

#

tweak development can ensue

faint timber
#
/llvmlite/binding/module.py", line 25, in parse_assembly
    raise RuntimeError("LLVM IR parsing error\n{0}".format(errmsg))
RuntimeError: LLVM IR parsing error
<string>:10:25: error: integer constant must have integer type
@"400488" = global i64* 4210672
                        ^

trying to use llvmlite ir but it thinks an integer is not an integer

#

rip

tepid olive
#

Is there a good way to use theos with xcode

lean ermine
tepid olive
#

I mean I'm gonna use orion

indigo peak
#

vscode master race

radiant idol
tepid olive
radiant idol
#

WRITE OBJC CODE

lean ermine
#

i started downloading vscode and then it was too big of a file

tepid olive
#

NO

radiant idol
#

HHRJEHEEBEJEJEHERKRJRVRNRIEEU

lean ermine
tepid olive
#

NOO

radiant idol
lean ermine
indigo peak
#

lOL

tepid olive
#

me when it takes 2 minutes to download xcode:

indigo peak
#

lOl

lean ermine
radiant idol
#

lOL

lean ermine
#

👎

indigo peak
#

thumbs up

tepid olive
#

And it's also new to me

#

I like learning new languages

#

objc feels too much like C

radiant idol
#

Yes learn objc

indigo peak
#

its like latin, a dead language

#

dont learn it

tepid olive
indigo peak
#

ok then use it

radiant idol
#

Good learn more

lean ermine
#

🔥

indigo peak
#

if it aint broke dont fix it

tepid olive
indigo peak
#

highly doubt that

tepid olive
#

well I know all of C

#

what more is there

lean ermine
#

do you know the objective

#

of c

radiant idol
#

This is why I hate sw*ft

indigo peak
lean ermine
tepid olive
lean ermine
#

repel women, go to climbing gym

tepid olive
#

C was pretty much the first langauge iirc

lean ermine
radiant idol
#

sir

lean ermine
young meteor
tepid olive
#

by language I mean programming language, and english wasn't the firstl anguage either

#

NO

lean ermine
indigo peak
#

drop the ellekit files

tepid olive
#

the first language was like

radiant idol
young meteor
radiant idol
#

All 17 of them

tepid olive
young meteor
lean ermine
#

dont listen to them

tepid olive
#

whether you like it or not :P

#

damn I'm being censored

#

stop censorship

hasty ruin
#

what

tepid olive
#

damn

slim bramble
tepid olive
#

you cannot deny this

lean ermine
#

denied

young meteor
#

denied

tepid olive
#

NO AMOUNT OF CENSORSHIP WILL

#

oh ok

slim bramble
tepid olive
#

can I pwease use swift

#

:3

slim bramble
tepid olive
#

noo

#

can I use

#

rust

#

:3

young meteor
#

write tweaks in python, like nexus

#

and rune

tepid olive
#

GIUWAVRFAFKVuse

lean ermine
#

wtf

tepid olive
#

fine

#

I'll use objc

#

HAHAH

#

damn

#

@radiant idol is it you or @hasty ruin

hasty ruin
#

not me

radiant idol
#

not me

tepid olive
#

I don't believe either of you

hasty ruin
#

im sat here staring at ida

radiant idol
#

Me too

tepid olive
#

m

radiant idol
#

It’s generating a list of strings

young meteor
#

where is that copy from hm

radiant idol
#

It’s been generating it for 12 minutes

tepid olive
#

I just realized

#

I don't actually fucking know how to make a tweak

#

lmao

young meteor
#

insert nightwind guide here

radiant idol
#

NIGHTWINDDEV/TWEAK-TUTORIAL ON GITHUB

tepid olive
#

no

#

I'll figure it out

lean ermine
#

wtf

tepid olive
#

specifically with sw*ft

radiant idol
#

IT LOADED STRINGS

tepid olive
#

no

radiant idol
#

NOW TO SEARCH

tepid olive
#

guys

#

wait

#

do I

#

uhm

#

PAIS:HJFNMZ
C

young meteor
#

wtf

tepid olive
#

fine I'll read your damned guide

#

bro

#

it's so unhelpful

#

it doesn't tell me where to look or anything

radiant idol
#

Keep reading

#

Someone is angy

tepid olive
#

what

radiant idol
#

Angry

tepid olive
#

like

#

it doesn't tell me where to look

#

for

#

where to hook

#

it tells me how to hook

acoustic imp
#

look

tepid olive
#

but not how to find where to hook

acoustic imp
#

u do this

#

then this

#

then that

#

yk

tepid olive
young meteor
#

read the thing fr

faint timber
#

when you ask the existential question you are supposed to know

tepid olive
acoustic imp
#

now you do this

#

so you can hook that

tepid olive
#

oh ok I kinda see

#

ok so FLEX

#

but how do I find out what controls the lock screen lol

acoustic imp
#

READ NIGHTS TWEAK GUIDE

tepid olive
#

I AM

#

YOU BASTARD

#

FPAISDHOUafs

acoustic imp
#

NO YOUR NOT

tepid olive
#

YES I AM

acoustic imp
#

World lHistory HW time

#

@radiant idol did u know mudsplasher got banned

radiant idol
#

Yes

faint timber
#

"troll" is very descriptive

acoustic imp
#

no more misery 🎉

faint timber
#

next we need to ban tesla man and sora

acoustic imp