#development

1 messages · Page 492 of 1

twilit jungle
#

green green

#

fr

primal perch
#

all subpixels should be off

#

except green

twilit jungle
#

true

gusty ingot
#

hey guys, im super new to development. I literally just set up theos and followed kodeys guide last night. I had a tweak idea where you could press and hold the flashlight button on the lock screen and it would pop up the flashlight brightness controller so that you could adjust the brightness (because i always use the flashlight at like 2 am and sometimes its at max brighness and the only way you can change it is to go to control center). However im having trouble identifying which classes/methods to hook for this. I have found classes like AVFlashlight and SBUIFlashlightController which have methods like setFlashlightLevel. However i havent been able to find classes or methods that seem to trigger the ui screen where you can control the brightness of the flashlight. would anyone be willing to help me with this?

indigo peak
#

@primal perch actually not too bad

#

surprisingly

#

@ashen birch is this better in terms of paleness?

primal perch
#

too dark now '

#

@twilit jungle time for 240fps fermi

ashen birch
#

trolla

primal perch
#

fermi as in the nvidia architecture

#

nothing else

indigo peak
gentle grove
#

literally stuf

indigo peak
gentle grove
indigo peak
#

well it looks like you told me to stfu

gentle grove
indigo peak
#

yeah ik its funky

atomic horizon
#

hey guys, im super new to development. I literally just set up theos and followed kodeys guide last night. I had a tweak idea where you could press and hold the flashlight button on the lock screen and it would pop up the flashlight brightness controller so that you could adjust the brightness (because i always use the flashlight at like 2 am and sometimes its at max brighness and the only way you can change it is to go to control center). However im having trouble identifying which classes/methods to hook for this. I have found classes like AVFlashlight and SBUIFlashlightController which have methods like setFlashlightLevel. However i havent been able to find classes or methods that seem to trigger the ui screen where you can control the brightness of the flashlight. would anyone be willing to help me with this?

pearl sail
#

hey guys, im super new to development. I literally just set up theos and followed kodeys guide last night. I had a tweak idea where you could press and hold the flashlight button on the lock screen and it would pop up the flashlight brightness controller so that you could adjust the brightness (because i always use the flashlight at like 2 am and sometimes its at max brighness and the only way you can change it is to go to control center). However im having trouble identifying which classes/methods to hook for this. I have found classes like AVFlashlight and SBUIFlashlightController which have methods like setFlashlightLevel. However i havent been able to find classes or methods that seem to trigger the ui screen where you can control the brightness of the flashlight. would anyone be willing to help me with this?

haughty bear
#

it’s been there birthday for a week

#

.

atomic horizon
#

aint that gonna crash cuz stack is gonna fill up?

haughty bear
#

mf ghost pinging

pearl sail
#

Who ghosting ping

gusty ingot
#

i dont know if i should feel attacked or not

#

lol

indigo peak
#

he did a ton of pings

#

and then deleted

waxen wadi
#

hey guys, im supew new tuwu devewopment. I witewawwy juwst set up theos awnd fowwowed kodeys guide wast night. I had a tweak idea whewe uwu couwd pwess awnd howd the fwashwight button own the wock scween awnd iwt wouwd pop up the fwashwight bwightness contwowwew so thawt uwu couwd adjust the bwightness (because i awways use the fwashwight at wike 2 am awnd sometimes its at max bwighness awnd the onwy way uwu cawn change iwt iws tuwu gow tuwu contwow centew). Howevew im having twoubwe identifying which cwasses/methods tuwu hook fow thiws. I have found cwasses wike avfwashwight awnd sbuifwashwightcontwowwew which have methods wike setfwashwightwevew. Howevew i havent bewn abwe tuwu find cwasses ow methods thawt seem tuwu twiggew the ui scween whewe uwu cawn contwow the bwightness of the fwashwight. wouwd anyone be wiwwing tuwu hewp me with thiws?

indigo peak
#

it was @grave sparrow again

#

he literally had a message and then deleted it

wicked summit
#

haha it's funny because it has the troll face

gusty ingot
#

okey ima just ask reddit

gentle grove
gusty ingot
twilit jungle
#

That sounds like a horrible approach

#

loading a whole bundle for one class...

gusty ingot
#

what would you suggest?

twilit jungle
#

Implement it yourself, its not hard to display a pill view with a blur behind it

gusty ingot
#

where would you suggest i learn that?

#

i have no idea how to do really anything atm

twilit jungle
gusty ingot
#

other that basics basics

twilit jungle
#

thats basic iOS development

gusty ingot
#

ok well

twilit jungle
#

google it shrug

gusty ingot
#

yeah ig. have to try that out

#

why would hooking into the button thats already there be a bad idea?

#

just too many steps for something simple or?

twilit jungle
#

That part is fine

gusty ingot
#

oh, i thought thats what you were referring to with the bundles thing

#

oh wait

#

i think i see

#

were you saying to make your own ui thing?

#

for brightness control

twilit jungle
#

Yeah make your own UI instead of loading some CC bundle for just one class

gusty ingot
#

well that was actually my original idea because it would look nicer and not take up the entire, i just thought doing it this way might be an easier start for me... evidently maybe not

#

thank you for the insight

#

i will look into it more

gusty ingot
#

ahh, i see.. thank you! interesting point

#

maybe ill try both

#

to learn

twilit jungle
#

Yes except you are fking up that CC module's lifecycle

gaunt mesa
gusty ingot
#

like how much people want to use it/like it?

twilit jungle
#

No, I don't know how to explain it but its similar to view controller life cycle (google this) but different events.

gusty ingot
#

hmm ok. ill look into it. thanks

#

aaaahh

#

interesting

#

i suppose i could see how that makes sense... the ui element is supposed to be called when the control center is up. but if it was called on the lock screen while expecting the cc to be open...

#

could like open the cc after close on the lockscreen

tepid olive
#

Can someone send me foundation.h?

pliant fossil
#

@tepid olive you run it in a terminal

#

not filza

tepid olive
#

Owh got it

pliant fossil
#

find . -name foundation.h

tepid olive
#

Thanks lemme try

pliant fossil
#

should give a location

#

are you building a theos tweak?

#

or compiling other software

tepid olive
#

Do i make something wrong?

pliant fossil
#

just a sec

tepid olive
#

it gives that error 😑

pliant fossil
#

do echo $THEOS and tell me the output

tepid olive
#

it says /var/theos

pliant fossil
#

ok then do find $THEOS -name foundation.h

tepid olive
#

Ouch

pliant fossil
#

you did 'find' twice

tepid olive
#

My bad

#

im sorry

pliant fossil
tepid olive
#

What should i type

pliant fossil
#

ah

#

redownload your sfk

#

sdk

#

wait

#

do ls -l /var/theos/sdks

tepid olive
#

ls -1 /var/theos/sdks

#

Right?

pliant fossil
#

ls -l

#

lower case L

tepid olive
#

its L

pliant fossil
#

yeah lower case tho

tepid olive
#

i wanna use 11.2

#

Thats why i do like that

pliant fossil
#

delete all the folders that aren't iPhoneOS11.2.sdk

tepid olive
#

Ok

pliant fossil
#

.keep can stay, i have no idea what that is

tepid olive
#

Done

tepid olive
pliant fossil
#

nah i think you need to redownload your sdk, the file's missing from it

#

what tweak are you compiling?

tepid olive
#

Some files like that

#

i have downloaded

#

if i change one of them in foundation

#

And name it

#

Foundation.h

#

And put İt

pliant fossil
#

no

#

that won't work

tepid olive
#

/var/theos/include

#

Owh k

pliant fossil
#

what tweak are you building?

tepid olive
#

trying something for develope my self

#

Random

#

Things

#

is it ok?

pliant fossil
#

yeah idk then sry

#

rename that folder to iPhoneOS11.2.sdk

tepid olive
#

i just need to find foundation.h

#

Ok

#

Still ddint worked

#

Can i use another sdk's like 11.4's foundation.h?

#

i fkking give up my settings was works good until my ipad resetted then i cant make my settings again

lime pivot
tepid olive
#

Hm

haughty tulip
#

Or you just.. won't know what you're doing

tepid olive
haughty tulip
#

@tepid olive tf was that reaction

tepid olive
#

lol

#

But... where to put tf

#

inside tweak file? İdk

#

Or theos/include

lime pivot
#

can you look in Makefile and see if TARGET is set? what is it set to?

haughty tulip
#

haiii @lime pivot

lime pivot
#

hi

tepid olive
#

Wdym

haughty tulip
tepid olive
#

im new at theese things im sorry if i make something silly shyFlush

tepid olive
#

asap

haughty tulip
#

imo don't make tweaks until you've learn obj-c

#

because like i said, you won't understand what your code is actually doing

tepid olive
#

i did before

tepid olive
#

nvm i dont really have tüme

#

Time

#

Can someone help

lime pivot
#

is this some existing code you're trying to compile from github?

#

because the things that makefile does is… not exactly right

tepid olive
#

Theos automatcly made i think

lime pivot
#

I would say you should go to the MOBILE_THEOS=1 line and change it to 0

haughty tulip
tepid olive
#

i made other tweaks before

#

With this

#

Make file

lime pivot
#

that's definitely not a Theos makefile

#

well

haughty tulip
#
  GNU nano 5.7                        Makefile                                  
INSTALL_TARGET_PROCESSES = SpringBoard

ARCHS = arm64 arm64e

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = TestTweak

TestTweak_FILES = Tweak.x
TestTweak_CFLAGS = -fobjc-arc
TestTweak_FRAMEWORKS = AudioToolBox

include $(THEOS_MAKE_PATH)/tweak.mk


Makefiles look like this ^

#

I added some stuff but that's pretty much it*

lime pivot
#

it's not a makefile Theos NIC would generate for you

tepid olive
#

didnt make anything soecial

#

Just /bin/nic.pl

haughty tulip
# tepid olive Just /bin/nic.pl
TARGET := iphone:clang:latest:7.0
INSTALL_TARGET_PROCESSES = SpringBoard


include $(THEOS)/makefiles/common.mk

TWEAK_NAME = Zeus

Zeus_FILES = Tweak.x
Zeus_CFLAGS = -fobjc-arc

include $(THEOS_MAKE_PATH)/tweak.mk
tepid olive
#

And crated

haughty tulip
#

Why doesn't it look like that then

tepid olive
#

Create*

haughty tulip
tepid olive
#

where to past Foundation.h

haughty tulip
#

Haii @tepid olive

lime pivot
#

you don't - that header is part of the SDK, which you already have

haughty tulip
#

I did nothing and I have foundation.h

lime pivot
#

no need to move it somewhere or anything like that

haughty tulip
#

lol

#

You shouldn't need to move it/download it

#

How are you Hug

tepid olive
#

So why tf this fkking app gives that error

lime pivot
#

your issue is that this Makefile is weird, and does things that aren't a good idea

haughty tulip
haughty tulip
lime pivot
#

I suggested you try something to fix it above, please give it a shot

haughty tulip
#

oh yeah

#

LOL

#

Why are you on root

haughty tulip
lime pivot
tepid olive
#

Done?

lime pivot
#

no, just change the first one there

tepid olive
#

Ok

#

Done

lime pivot
#

if you change both, you'll just get the same thing

haughty tulip
tepid olive
#

Done

lime pivot
#

ok, now give it a try

haughty tulip
#

ikr

#

Certainly isn't the "Default Makefile"

tepid olive
#

i will just give up sorry for waste time 😭

haughty tulip
#

ikr

haughty tulip
#

ios mod menu

#

STOP DEFAULTING TO FrogAww DISCORD

tepid olive
#

Ok

lime pivot
#

I would definitely prefer frogaww over fr lmao

silver rampart
haughty tulip
#

@tepid olive why are you trying to make a mod menu

haughty tulip
silver rampart
tepid olive
#

i did before

silver rampart
#

finally

haughty tulip
#

bookmarking that

#

ty

tepid olive
#

K you got me

#

Sorry

lime pivot
tepid olive
#

ill leave before you ban me

silver rampart
#

had to write a whole class dump util and then website from scratch

haughty tulip
#

you aren't gonna get banned

lime pivot
#

it helps to be honest about what you're asking, there's really no reason to lie and take up both our and your time

tepid olive
#

its illegal at TOS

haughty tulip
silver rampart
#

what did i walk in on

#

lmfao

lime pivot
#

we can help you if you help us with as much information as you can possibly provide

tepid olive
#

i was just asked for Foundation.h

#

Yea i made some mods before

haughty tulip
#

it's in the SDK

#

you should have it..

tepid olive
#

i had it

#

i made some illegal thing before that blacklisted in server

haughty tulip
tepid olive
#

im sorry

#

About t

#

İt

#

my ipad resetted and

#

Now i need to

#

Setup my settings again

#

But it dont work

#

ill delete after show

#

i was made something like that

silver rampart
haughty tulip
#

i don't understand what you're saying

#

oh my god

#

bruh

tepid olive
#

God damn it

#

Massive saw me

tardy narwhal
#

honestly just setup theos again instead of being overdramatic, goto the theos git

tepid olive
#

imma go

haughty tulip
#

bruh

#

why are you being so dramatic

haughty tulip
#

Haiii @tardy narwhal

#

they think they're gonna get banned for making mod menus

tepid olive
#

isnt it illegal?

tardy narwhal
#

no one gives a fuck bro

haughty tulip
#

???

#

bro

tepid olive
haughty tulip
lime pivot
#

we're here to help you regardless, of course assuming you follow the server rules

silver rampart
silver rampart
haughty tulip
tepid olive
#

k im making mod menu something wrong and i get that error

lime pivot
haughty tulip
#

why are you compiling with the ios 11.2 sdk

tepid olive
#

Template supports it

tardy narwhal
haughty tulip
tepid olive
#

yeah i see

#

But easiest

#

Anyone knows any shit about it or ..

#

i dont really have much time

silver rampart
#

code for all of the dynamic stuff

tepid olive
haughty tulip
silver rampart
#

but its gonna get so bad once i add some sort of search functionality IOWatchdog

haughty tulip
#

ikr

#

don't log in as root fr

tepid olive
#

Pff

lime pivot
silver rampart
#

didnt want to deal with a formatting screwing with my css

lime pivot
#

you… shouldn't do that

#

now I can't tab to it

#
a.dir {
  text-decoration: none;
  color: inherit;
}```
silver rampart
#

i'll look into that when i can

#

ah fuck superclasses are broken

#

did u know dumping headers is Not Fun™️

#

at least it doesn't use exec('find . -name *.framework') like the last iteration of this website floshed

tepid olive
silver rampart
#

root #

tepid olive
#

?

tardy narwhal
#

why are you resisting to not read the instructions on the theos site

#

reposting the image won’t magically solve it

tepid olive
#

its no reposting

#

And i dont what tf are you talking

tardy narwhal
#

bro

silver rampart
tepid olive
#

.

tardy narwhal
#

i applaud

tepid olive
#

how to setup as mobile

silver rampart
#

su mobile

#

*do setup*

tepid olive
#

su alpine

#

i do

silver rampart
tepid olive
#

Ok

#

What to do

haughty tulip
#

don't be as root

tardy narwhal
silver rampart
#

dont be root

haughty tulip
#

this

silver rampart
#

install theos

haughty tulip
#

If you want to run a command as root use sudo

tepid olive
#

Alr

haughty tulip
#

yep

tepid olive
#

just redownload newterm and dont type anything

tepid olive
#

And redownload theos

haughty tulip
#

close it

#

and relaunch it

#

no need to reinstall it [newterm]

tepid olive
#

Ok

#

And down type anything

haughty tulip
#

no

#

don't use su

tepid olive
#

And redownload theos?

#

Ok

#

But if i download theos agian

#

i need to change some files in it too

haughty tulip
#

why

tepid olive
#

Bcz my device dont support arm64e

#

and change iphoneos to ios

tardy narwhal
#

what have you been smoking my guy

haughty tulip
#

are you like

#

on drugs

#

are you smoking unc0ver

tepid olive
#

Done

#

Redownloaded

#

Theos

#

i need to change iphoneos to ios and delete arm64e 's right

#

Ok done

haughty tulip
tepid olive
#

it gives error

#

İf dont do

haughty tulip
#

what error

tepid olive
#

i cant remember

haughty tulip
#

bruh

tepid olive
#

but my device dont support arm64e

haughty tulip
tepid olive
#

ill put for you guys agian

haughty tulip
#

this

#

mine supports arm because m1

tepid olive
#

Ok i redownloaded theos

#

What next

haughty tulip
tepid olive
#

This one?

haughty tulip
#

wait can i use these

#

ayo

#

lemme install them

#

brb

tepid olive
#

but ill use skd 11.2

#

Sdk

haughty tulip
#

11.2 is

#

so

#

old

tepid olive
#

but i need to 11.2

#

i have it

haughty tulip
#

.

#

bruh

tepid olive
#

i dont

haughty tulip
tepid olive
#

i know we can change it

haughty tulip
#

then change it

tepid olive
#

K ill use 11.4

haughty tulip
#

bruh

tepid olive
#

Please

haughty tulip
#

why are you compiling

tepid olive
#

why not please

haughty tulip
#

for an old ass version

#

nearly everyone isn't on ios 11 anymore

tepid olive
#

looks like theos already made for me

haughty tulip
#

compile for 14.4??

tepid olive
#

Plsno

#

i wanna use 11.4

#

Can say after that

haughty tulip
#

then do it

tepid olive
#

Wrong type

#

Can you say after that

#

Pleasee

tardy narwhal
#

why are you insisting on a previous version

tepid olive
#

im scaring from if menu not works

tardy narwhal
#

you said you done this before but you’re being spoon fed rn

haughty tulip
tepid olive
#

i have video about i did it before

#

Nvm i cant understand any shit

haughty tulip
#

@tepid olive can i just move the sdks from amys repo into the theos sdk folder

#

ty

#

done owo

tepid olive
#

i changed it to 14.4

#

Done

#

imma try again?

#

Without su alpine?

haughty tulip
#

no su

#

no

tepid olive
#

Ok

#

No register

haughty tulip
#

LOL

tepid olive
#

is it wrong?

haughty tulip
tepid olive
#

Anything add?

#

Or remove

haughty tulip
#

why the commented arm64e

tepid olive
#

Guys i made the samething before didnt changed anything

#

And i gave my deb to +50 ppl

#

They can all used it

#

i dont think anything wrong with makefile

#

Yea i see

haughty tulip
tepid olive
#

idk like 40+ was ipad

#

Like ipad 7

#

Modt of them

#

Most

#

Yeah i see

#

i use it too

#

imma try i hope ill get less error

haughty tulip
#

Why is the tweak named pls

#

lmao

silver rampart
tepid olive
#

3 letter easy to type

silver rampart
#

fuckin mood

tepid olive
#

pfffffff

#

54k members and i cant even understand any of them

haughty tulip
tepid olive
#

ill later

haughty tulip
#

why is it in mobile fr

tepid olive
#

Why not

#

its auto put there

haughty tulip
#

cccc zzzz qqqq aaa xxx

tepid olive
#

and i didnt move

haughty tulip
#

its put where the terminal is

tepid olive
#

K

#

None knows a fuck?

haughty tulip
#

??

tepid olive
#

i need help

haughty tulip
#

I know

glacial matrix
glacial matrix
# tepid olive

Have you deleted this temporary folder yet? It usually causes issues when you tried compiling as root and then use mobile

tepid olive
#

i tried.

#

😭

glacial matrix
#

/var/tmp/org.llvm.../ModuleCache/ that is

tepid olive
#

i think its gone now i try again with 11.2

#

Bcz it was worked

#

i cant understand why its not working now

#

i make everything same

twilit jungle
#

Don’t know what I am looking at but lets go with its a feature

#

bruh_l its a feature

slender glade
tepid olive
#

idk what you're on but even iOS 9 supports modern ciphers fr

#

oh

twilit jungle
high citrus
#

What icon should I use for my new tweak? Some drafts (I'm NOT a designer):

tepid olive
#

Top middle

high citrus
indigo peak
#

top middle

#

100%

glacial matrix
indigo peak
#

doesnt matter

#

top middle

indigo peak
tepid olive
twilit jungle
#

serious answer: top middle

glacial matrix
# indigo peak

Screenshots of the prefs doesn’t respond to “what does it do”. It’s “how can I change what it does”

#

I’d say bottom middle or right

indigo peak
#

But my mistake I should’ve been more descriptive

gentle grove
#

shut up

atomic horizon
#

isnt this against the rules?

gentle grove
#

it's gone

glacial matrix
high citrus
# glacial matrix What does it even do?

It's like my tweak Sonyfy (Native (airpods) noise cancelling controls, but for Sony headphones), but expanded for other headphone brands, and without the need for an app, so better battery life

#

the screenshots are correct btw

glacial matrix
#

Ah nice 👍🏻

high citrus
tepid olive
#

Same style but with only 3 bars might look good

high citrus
#

hmm but it shows noise being cancelled, and that probably won't be representable with only 3 bars

#

this is bottom center btw

tepid olive
#

yeah that's better

high citrus
#

but the best small icon would be this one I guess

glacial matrix
#

It’d be even cooler if the settings were injected into the audio or BT ones ;)

tepid olive
#

looks more like a heartbeat rather than an audio graph

high citrus
tepid olive
#

fair point

#

they both get the idea across

high citrus
glacial matrix
#

It’d be more “native” but yeah, understandable (on the extra work)

#

Ah, it’s not quite a heartbeat but a flipped and normalized QRS portion

high citrus
#

I guess I'll test each one and see how it looks irl (in the preferences)

atomic horizon
glacial matrix
#

Oh

high citrus
#

Hmm honestly doesn’t look that bad small, only a little bit crowded

twilit jungle
#

Nope just looks like a jet aircraft

tepid olive
#

looks good

indigo peak
tepid olive
#

🥺

gusty pelican
#

Why would a directory be accessible with vim but not by using cd? When I try to cd into a Windows NFS share on Linux, I get this:
cd: The directory “dereknfs” does not exist

But when I use vim, I can see the directory files without issues. I've gave the client reading the NFS share full permissions (777) + ownership and it's still happening.

primal perch
#

maybe run from a windows host

gusty pelican
gentle grove
#

fr

misty cradle
#

Stop using vim and all your life’s questions and problems will be solved

wooden folio
#

Anyone have a place to find sc templates?

glacial matrix
#

Snapchat templates?

gaunt mesa
#

i didn’t realize people actually downloaded that

#

wont be the case when i release the new update

tepid olive
#

@gaunt mesa welcome back to being banned

gaunt mesa
tepid olive
#

Discord doin a lil

pearl sail
wooden folio
indigo peak
#

if its for snapchat its most likely not gonna work

#

since their jb detection is really good

#

iirc

twilit jungle
lethal ice
#

hayden tries to fool us with girls in his profile picture but we all know he's a tweak dev at heart

#

there is no escape

lyric timber
#

Hanging out with iOS hackers like

gaunt mesa
#

u gotta start somewhere

gusty pelican
gusty pelican
tepid olive
#

vim is in fact the problem

gusty pelican
#

you're a problem

#

vim is life

faint timber
#

neovim tbh

primal perch
#

notepad tbh

twilit jungle
tepid olive
#

false

twilit jungle
misty cradle
tepid olive
#

so, ignoring the horrible code is there anything that could cause bootloops in here?

gaunt mesa
#

@vivid dew happy birthday

lime pivot
#

your icon has square corners

gaunt mesa
#

stfu

#

i realized

lime pivot
#

broooo

gaunt mesa
#

sketch doesn't work on monterey

lime pivot
#

woes are

pearl sail
#

Aarnav please stop getting iP banned from Sileo server. Thank you

tepid olive
silver rampart
#

macos is simply best operatin g system with no flaw

#

need to use "programs" for "things" what a fucking bufoon who tf uses computers to do things

glacial matrix
silver rampart
#

^

#

theos nic is good

#

u can make ur own templates if you fancy

glacial matrix
#

Everyone should be using serverless functions instead of programs so you don’t need a PC anymore

silver rampart
#

careful dont give apple any ideas

#

iPhone 20

#

doesn't even exist you just pay $5000 to imagine (courageously) what it would be like to own an iPhone 20

glacial matrix
#

They removed the earplugs from the iPhone box and later on they removed the charger. Soon they’ll remove the iPhone so you get an empty box for $800

weary heath
silver rampart
#

but it'll still have the lightning adapter earbuds

#

hdmi cable moment

#

nvm macbooks dont have hdmi anymore

#

oops

#

man if they'd literally just ship a macbook with touchscreen

#

my 2016 $100 shitbook laptop from acer came with a 10 point touchscreen i dont understand

tepid olive
#

is there anyway to inspect the contents of an icloud backup?

lime pivot
# weary heath

pretty sure this meme is older than humanity itself at this point

#

I remember seeing it in 2010 lmao

pearl sail
lime pivot
#

yeah modern society actually only started in 2010, just after our lord Jesus Christ ascended to heaven

#

before that we counted years backwards for some reason

pearl sail
low flicker
#

Wait, so it isn't 1202? Have i been lied to my entire life?

grim sparrow
#

Time begun in 1970

#

On january 1st

#

Before then time did not exist

haughty tulip
#

time was not real before then

#

anyone who says otherwise is a liar

grim sparrow
#

Trying to visit before then will cause a collapse of the universe

#

Hey I just thought

grim sparrow
#

Did Apple actually fix that bug or do they just still block you from setting that time

#

Because if they haven’t actually fixed it, that would be amazing malware

#

Immediately cause a boot loop

grim sparrow
#

I’m sure there’s a way around that

haughty tulip
grim sparrow
#

[settings setUnixTime: -1];

haughty tulip
lime pivot
#

cause that pretty much ensures any device that's stored for a long time won't boot ever again which is, ouch 😬

#

though if you DFU restore it'll set the time from the PC

wooden folio
indigo peak
tepid olive
#

is the 2038 problem on macOS fixed

#

idk try setting your date to 2038 and find out

lyric timber
restive ether
solemn quiver
restive ether
#

👺

solemn quiver
#

imagine trying fr

ashen birch
#

procursus toolchain built different

left owl
ashen birch
solemn quiver
#

then run again

left owl
#

thank you

faint timber
#

curl -L https://codeload.github.com/theos/sdks/zip/master -o master.zip

#

prob needed two redirects on the original url

ashen birch
#

ye

left owl
#

i got it, thank m1sta

glacial matrix
#

Why would you need it on google drive though?

left owl
#

for speed

#

discord much faster than github

wooden folio
tepid olive
#

bootloop

#

you have to restore

#

it has to be something super fucking dumb im doing

cloud yacht
high citrus
tepid olive
#

yea i was just being lazy

#

but no warnings are displayed

#

wanna test this new tweak i have?

#

if the warnings arent displayed then there are no warnings

#

the wallpaper one?

#

^

#

they also dont let you call those functions with the display off penis

#

i'm just hooking some views, i dont get how that can turn into a bootloop lol

cloud yacht
#

It also bootloops when uninstalled

tepid olive
high citrus
#

one that backups before every new tweak install

haughty bear
#

batchomatic is the goat for repacking

tepid olive
#

dpkg-repack

gaunt mesa
#

does apt have something like apk virtual deps?

#

i feel like that’s a great feature

surreal mountain
#

good morning <@&355177983398641674>

high citrus
#

gm

gaunt mesa
#

stfu furry

high citrus
#

What's the best way to inform current users of my tweak that there is an alternative new tweak (also made by me) available that's 99% better. Was thinking about releasing an update (for the old tweak) with an uialert/uiactionsheet on first launch informing them about the choice to update

indigo peak
#

a cephei HBPackageCell

high citrus
#

I won't reach all current users, by informing them using discord/reddit

gaunt mesa
#

stfu furry

high citrus
gaunt mesa
#

@high citrus have a UIViewController

#

make it look good

#

make the directions simple

high citrus
#

I already installed my tweak on your device, you're welcome :)

indigo peak
gaunt mesa
#

nah not a banner

indigo peak
#

better idea

gaunt mesa
#

make it something they have to interact with

indigo peak
#

replace the bad tweaks code with your new tweaks code

high citrus
indigo peak
#

can you put a string into %log so you can grep it easier

high citrus
indigo peak
#

im using oslog

indigo peak
#

I can still use grep on it like oslog right?

#

Like if I put nslog in my code can I grep for that log or should I use oslog for that

tepid olive
#

you're annoying

high citrus
#

Where is the pain where

tepid olive
#

also grep is for virgins use ripgrep

high citrus
#

seems too easy

lethal ice
#

i can ease your pain

#

can you show me where it hurts

high citrus
#

But developing is pain, can't not be

tepid olive
#

can't have any bugs if you don't do bug testing

high citrus
#

can't have bugs if I call them features

tepid olive
high citrus
#

wait maybe it can

tepid olive
#

Your device has been disabled because you are using an outdated version of my tweak. Please update to the latest version to gain access to your device.

high citrus
#

Was thinking about something like that as well, but I don't know how to do that 😅

#

actionsheet maybe

#

Haven't done any ui yet

#

Yeah I know, already looked at the source

indigo peak
#

This was me testing earlier

high citrus
#

hmm

indigo peak
#

¯_(ツ)_/¯

wooden folio
#

Thank you for elaborating zoop

#

Didn’t even know about it until yesterday, I’m still learning trolllaugh

tepid olive
#

Especially so since theres a theos installer on procursus

tepid olive
indigo peak
tepid olive
#

real applepleading

solemn quiver
tepid olive
#

real talk

#

is he even active in jb community

#

dude has a job a house and a family

solemn quiver
#

i opened an issue on his repo

#

and he has not responded

tepid olive
#

F

solemn quiver
tepid olive
#

idk probably

#

he mostly tweets about just general stuff not jb so whatever he's doing dude is living life

hardy glen
#

i don’t think he has a family

twilit jungle
indigo peak
#

what did propr do

#

why is he muted

wicked summit
#

he did a little trolling

indigo peak
#

idk what i was expecting

#

seems like a propr thing to do

twilit jungle
#

trolled a little too much

timid briar
#

Does anyone know why a gpuEvent-backboardd log would be generated on my 14.6 12? I know I’m not jailbroken but in case anyone in iOS development knows. Made the screen turn off frequently and yet still accept touches.

Happened after viewing this image the r/apolloapp sub said crashes the app https://reddit.com/r/apolloapp/comments/ovrskf/the_first_image_reliably_crashes_apollo_for_me/

surreal mountain
#

9000 x 15000

#

and its a gif

#

its about 11mb so maybe a memory issue

timid briar
#

Yeah definitely

#

But why would it cause this kind of behavior?

twilit jungle
#

Its probably taking forever to do whatever its trying to do

timid briar
#

Do you think this would make this backboardd issue happen though? I would just think that the app would crash and that is that

primal perch
#

@vivid dew happy birthday big man

tepid olive
#

@primal perch happy national girlfriend day big man

misty cradle
#

@vivid dew happy birthday big man

indigo peak
#

@primal perch hooking gamepigeon going well troll

wicked summit
#

game bruh

indigo peak
#

i just have a good gaming chair

wicked summit
#

i have a good gaming chair

#

which is why i have over 1000 word hunt wins

indigo peak
#

i have 500 something 8ball wins

#

sad part is im actually good at the games, i just want to make cheats for them

wicked summit
#

make mancala cheats

indigo peak
#

how would that even work

#

what would it do

wicked summit
#

no clue

#

just do it

tepid olive
#

do people really use flutter and dart 🤧

wicked summit
#

not if you're good

indigo peak
#

so question

#

how hard would it be to make a word unscrambler

wicked summit
#

answer

indigo peak
#

in objc

wicked summit
#

explain further

indigo peak
#

like

#

for anagrams

tepid olive
#

why in objc

indigo peak
#

bc tweak

wicked summit
#

there's prob an API for it

#

maybe

indigo peak
#

i tried looking

tepid olive
#

python3 works right

#

on iOS

indigo peak
#

¯_(ツ)_/¯

tepid olive
#

just write a Python script

wicked summit
#

ios doesn't have python

indigo peak
wicked summit
#

but it can be installed

tepid olive
#

o

#

nvm

#

yes force your users to install python3

indigo peak
#

i want to have as little deps as possible

#

so far all you njeed is mobilesubstrate (duh) and cephei

tepid olive
#

you can just say bloat

indigo peak
#

bc i wanted spiffy settings

tepid olive
#

what about swift thumbsUp

indigo peak
#

yeahhhhhh no

#

swift

#

die

#

objc and swift

#

die

#

i hate them both

wicked summit
#

write in asm

indigo peak
#

haha

tepid olive
indigo peak
#

so funny

#

ill write it in brainfuck

tepid olive
wicked summit
#

write in mach-o binary format

#

write in electrons

indigo peak
#

ill write a brain wrapper for compiling

#

so anything i think of gets compiled

tepid olive
#

why

indigo peak
#

ill compile memories to memory

wicked summit
#

memory limit exceeded, brain too small

indigo peak
#

from brain import thinking

tepid olive
#

i think for a word unscrambler, swift would be superior

indigo peak
#

No module named 'brain'

wicked summit
#

how tf you actually coding a word unscrambler

#

the only real way to do it is with a dictionary

tepid olive
#

NSFuck:IDK

#

what I said

indigo peak
tepid olive
#

someone probably wrote it in python

#

just take the code

wicked summit
#

that's pog af

tepid olive
#

modify it

indigo peak
tepid olive
#

📈

indigo peak
#

if it does

wicked summit
#

game pigeon not secure?? dead

indigo peak
#

stonks

#

i meaannnnn

#
// AnagramsScene.h
NSMutableArray* words_ar;
NSDictionary* dict;
NSDictionary* dict_c;
NSMutableArray* marks;
#

thats in the anagramsscene file, so maybe words_ar is what im looking for

wicked summit
indigo peak
#

do you think methods like layoutsubviews and such would work

#

ayeeeeeee member pro

#

anyways

#

would layoutsubviews and viewdidload work on smth like this

#

i think its a swift/objc app

wicked summit
#

what is ganepigeon? spritekit?

indigo peak
#

i believe so

tepid olive
#

MacOS question here

wicked summit
#

idk never hooked spritekit apps

tepid olive
#

Do I NEED to use Metal for graphics stuff

indigo peak
#

#import <SpriteKit/SKNode.h>

#

yeah

#

it is

wicked summit
tepid olive
#

graphics stuff

indigo peak
#

i think this might be what im looking for

#

-(id)initWithMain:(id)arg1 msg:(id)arg2

wicked summit
tepid olive
indigo peak
#

but looking at some ACTUAL spritekit code -(id)initWithSize:(CGSize)size is what they use

#

so idk

#

also how would i go about putting example, a uibutton on the screen

#

is that also a matter of knowing how to hook spritekit apps?

wicked summit
#

addMfSubview

#

idk

indigo peak
#

and if so

#

i need to figure out the method thats called when the window loads

wicked summit
#

some kind of viewDidLoad?

indigo peak
#

thats the thing ive been experimenting

#

and i think my code is bugged since i think nothing i add new is working

#

but besides that

#

i tried viewdidload, layoutsubview, calling the init function in the code and nothing

wicked summit
#

did you make sure those methods are called

indigo peak
#

nope

wicked summit
#

log something

indigo peak
#

oh yeah

wicked summit
#

and/or manually call the methods through FLEX

indigo peak
#

then i did tryu

#

i did like a

#
-(void)viewDidLoad {
  NSLog(@"PENIS loaded");
}```
#

wait

#

im not smart

#

i just realized whayt i did

#

while i was typoing thaty

#

i add the PENIS

#

to grep it

wicked summit
#

orig mf

indigo peak
#

ikik

#

i typed that rn

#

but

#

in my code

#

i dont have the PENIS

#

so if i grep

#

it ignores

wicked summit
indigo peak
#

goodnight

#

i thought i was going so good

#

until i saw that

gaunt mesa
#

if the answer is no then don't

#

metal is a pain

twilit jungle
#

the answer is yes

indigo peak
#

@wicked summit so 1. viewDidLoad does not run, and flex doesnt work with gamepigeon iirc

wicked summit
#

FLEX doesn't work with gamepigeon?

#

give up button

#

press

indigo peak
#

no i refuse

#

i gave up in march

#

and then i started it again

wicked summit
#

i think gamepigeon is a UIRemoteView

indigo peak
#

and i was able to make the beautiful functionality of killing every cup in cup pong at once

wicked summit
#

which prob makes shit weird

#

for FLEX

indigo peak
#

correcty

#

_UIRemoteView

wicked summit
#

pain

indigo peak
#

thats all thaty this project has been

#

its looking at the methods

#

and seeing which ones make sense based on the names

#

and looking at ones that make no sense

#

like

#

-(void)Die ;

#

and thats all to it

twilit jungle
#

Just cause FLEX doesn't work for it doesn't mean its a remote view

indigo peak
#

on flex its called _UIRemoteView

twilit jungle
#

Wait, how are you enabling FLEX bar?

indigo peak
#

hold on status bar in messages

#

and then clicking the game message