#development
1 messages · Page 313 of 1

on M1
i heard about blobs but idek
idk kextstat shows com.apple.driver.AppleMobileApNonce
Becasue balls
Yes but we need dimentio on M1
why not?
Just for the lolz
.
Paper mario true
never forget for those filthy js casuals
so basically ssh + scripting
true, when can I send out beta debs to testers via Dragon?
email listings or riot
yes and you have no idea how painful it was
when
although that’s such a broad generalisation
can it make dgh0st install beta debs on my phone automatically??
the whole dragon project thing is scripting with some ssh thrown in at the end
true @tepid olive
Need this... can't be testing Veza code on my own device.

I mean I’m sure it’s fun to work on but I don’t necessarily see a benefit over regular custom homebrewed solutions. overgeneralization works well with tools like jtool, dragon at this stage feels like a weird mash-up of ninja and some shell scripting made easy
Did you actually try that build?
Veza is now paid!
yes

ok wait let me send deb to alt
i dont have discord logged in on phone
only 2 alts for some discord subscriptions


i mean for me it’s just the ease of having one tool that takes care of the build process.
another massive issue with this community is many devs don’t have the time to learn the ins and outs of linux/macos/build systems/build servers/etc etc etc,
dragon is more becoming like
just random stuff in 1
like everything u use, u put in dragon
how on earth is uploading and building a project unrelated to building a project
Uhh, imo if you don't know basic of compiling/installing then you shouldn't be releasing tweaks
well it’s a double edged sword essentially, making tools to ease up development where people expect one-tap solutions to code & work brings unhealthy people here and entitlement
Agree
tell that to literally everyone who joins here at first 
Too many mfs come in here writing full tweak code not knowing how to make clean
@twilit jungle sir why is it called CONTROL CENTER MODULE, WHERE HSVEZA
Like stfu go away leave
also
Been doing that... can't control everyone. But if it easier for them to avoid that suggestion than its only going to get worse.
refusing to abstract tools to artificially heighten the barrier to entry in a field is the enemy of progress and wastes massive amounts of experienced developer’s time and effort
@twilit jungle my entire cc is now empty and when i click on the plus sign for adding the widget, it leads me to an empty page 

which is why i hate when people have this “no don’t make it easier attitude”
but many or rather most “experienced devs” have their homebrewed solutions for various tasks, you’re just publicizing yours
my cc just gone
which doesn’t negate the existence of such things already
and i hope they publish theirs too
I mean its not really blocking people from entering a field but 
and if they wanna steal my code that’s exactly why it’s up there

:now:
if you dunno how to code and jump into tweakdev, no matter your tools you can’t dodge learning objc which is the crux
you could be using a human brain interface to auto-code and still be shit
normally i over-abstract my projects and split everything up a bit too much
A powerful toolkit targeting Apple development, research, and packaging.
this is supposed to act as a basic collection for everything i have
Okay looks like HSVeza code bad, not releasing. lmao.
see ppl approach this issue by yelling at the people who make the mistake but it changes literally nothing about it
people are so deathly afraid of accommodating beginners and yet get so annoyed when they ask basic questions
What is the preference for people using ninja instead of make?
you’ve been around long enough to know yourself that people expect to be spoonfed with semi-correct code and don’t learn even when prompted, don’t be a hypocrite
speed i think?
and i’ve been made fun of by revulate plenty for spoonfeeding people when they were still around here
of all things idk if that’s something to go after me for
idk if I need to remind you of your toxic comments to beginners when you went under calico
past doesn’t erase itself krit
lord we’re going 2 years back now aren’t we
instead of bitching about new people i like to try and make things easier for em
Not really, there’s no point in only painting yourself as saint when confronted
correct, you can use the -j flag to define the amount of cores to use
-j256
i just do -j so it uses max cores
i have no idea what makes you think im acting like i think i’m a saint but im sorry i give that vibe
So then ninja vs make is more of a preference thing than rather actual performance thing huh?
ninja is always going to be faster than make, they were designed with different philosophies
how so and what contributes to the performance difference?
ninja allows almost no scripting logic and as a result encourages a build process that efficiently generates the ninja file first, and then runs it
it’s written more efficiently in many areas, yeah, but on top of that it forces you to be more efficient as well
Is is easier to make a ninja file then vs a make file?
a lot of projects use autotools
they’re both basically fancy dictionaries, just a matter of syntax preference
Cause I can understand a make file
it’s about the same, but writing a ninja file is discouraged
.
gm
true
while make can be read and written by humans (which is nice), it’s a design goal of ninja to not be as readable
yeah bro just have 256 cores

wdym
Anyone else here believe in santa
why would it be a designed goal to not be readable?
files supposed to be generated
.
Escape sequence or “” probably
Anyone else here believe in santa
@primal perch
Fuck meson
Fuck meson
so just as an example then procursus uses make files to make simple packages that anyone can update and edit if needed. If I wanted to change them to ninja format just for the heck of it. How would I get ninja to generate them?
And would it be in easy for other people to come along and edit them if needed?
do you ever discuss important topics like this with fellow programmers
i leave them in a bath of a special solution
very special solution
consisting of herbs, oils, and the secret ingredient
Oh is the secret ingredient the result of the reaction between some magic smoke from an iOS device and some soldering iron?
I sometimes do that too
In my case it didn't really work though
That one time after I grew some code with that method and pushed it to production the server burned down in like 12 hours
Never used it ever since
no its gamer girl bathwater i purchased online
Oh that's a rare one
Though I didn't hear good things about it
I heard Yanderedev uses it to grow his code
Which explains everything
Sometimes it works great, other times the tweak never fully develops and has deformities. So i normally have to discard of the tweak
Who is Yanderedev
If else guy
:who:
basically he is a bad coder who built a popular game
@restive ether do y’a remember the git file that I sent to you with 13k if else
it took him like 6 years (?) to build that game and then some random dev came and built the same thing in 4 weeks but with much more optimized code
yes
it made me wanna die

@restive ether pls hide general for me
wait that got dmca'd?
for like a day
imagine writing un optimized code
while(true) {
int x;
x = 1;
int y;
y = 4;
if(x + y != 5) {
break;
} else {
y = x;
}
}
-O-1 => negative optimization
@misty cradle doesn’t seem like i can do it on mobile
so i’ll do it when i get home
@restive ether
its when u go to general
then user override
choose me
and do read = no
and send = no

@tepid olive anyway thanks for the useful conversation about code growing tips
now do ritalin
yw
wtf
i dont have any 
i used now and see it works
but i dont really wanna use more
ok continue study time
one entire chapter for tomorrows exam left

me when mov eax, 0 instead of xor eax, eax
True
rewrite it manually
it could be done in ninja without a generator
or dragon could be used but i don’t think it’s well suited for the project for once
sounds time consuming and not worth it
also doesn't sound like it would be easy for people to update and edit on their own
you will rot in hell for doing that
for doing which one
first
oh i didn’t read all of your message @pearl sail
?
ninja doesn’t generate them, you write a generator or use a programmable generator created by someone else
then ninja runs them
is xor r1, r1 actually faster than mov r1, 0x0
if procursus gets a ninja port it’ll require a lot of thought and effort put into a custom generator most likely
It still doesn't sounds like it would be easy for others to edit the files if they needed updating or even fixing
I'm trying to install an ipa file that I dumped with frida on ios 13.7, any help would be apreciated. alt store crashes and it seems the only way to do it.
need more info
no more or less difficult than it currently is
which is why i haven't bothered doing it
the scripts would look mostly the same if i just wrote the build scripts manually
DragonMake might be suited to it but i'm worried that the sheer amount of projects in proc makes that less viable
Interesting I wonder if someone can make a make to ninja converter?
If they look the same
probably not viable tho
mm you're going through the exact same thought process i did starting with db 
kati exists but I admittedly have no idea how to use it
what i learned is that converting it from make to ninja kinda misses the point
How so?
any code ran by ninja needs to be running Fast As Fuck™️
so, no subshells, no if/else, no logic statements, no conditionals
I see so by default make files are not made to be that way
the ninja file shouldn't ask anything, it should just do
No it’s a byte size thing
make files are fancy bash scripts designed for building projects
They’re functionally the same and I’m not sure about the speed but it can’t be much different
Yeah that makes sense
google wrote ninja bc make on chrome took 40 seconds to run with 0 changes made to the project
love these massive tech companies who’s projects grow absurdly large, so instead of fixing their issue they go and start rewriting everyone else’s tools to deal with it
true
Well if the US win their case against Google it will become smol again
US has always been at the forefront of not allowing companies to become absurdly powerful so i think they have it in the bag
they kinda stopped caring about 40 years ago
they’ve really held off too long with silicon valley
facebook & google especially
same deal with amazon
these antitrust lawsuits are critical, we cant let any companies get big enough to compete with disney, that'd be bad
i need my feel good movies man
- Looks at the media companies, oil, gun, internet, and food companies.
Yeah they got it in the bag
they singlehandedly control copyright law in the US at the moment
some ISPs have monopolies depending on where you are
Yeah
L
ISP/electric regulation vs deregulation is a nuanced issue
if you aren’t in a city or big town chances are probably high that is the case
this entirely depends on whether it's deregulated or regulated in your state/area
gets way more political and legal than i've ever had the time to dig into but i have family in that specific field
oh yeah the food industry is the biggest culprit @pearl sail
like 6 companies own the whole market
fuck Nestle
internet compared to everything else rn is fairly open
rip net neutrality
and i'm glad people fight them when google gets a lil greedy
@half walrus I've got an IPA that was side loaded via firestore, I dumped it via frida dump so I could do a security assessment on it. Disabling ssl pinning. Then I need to reinstall it on my iphone so I can actually get the PEN test done.
but google has done fairly well honestly in terms of not being horribly evil
because even if it’s not actively being used against us it’s better to have those checks and systems in place
It should be a amendment honestly
compared to apple anyways; low bar
congress is boomers, they don't know how to check email man

congress hasn’t figured out the smartphone yet
and the last two presidents have been older than any living family member i have
deadass
we got a few decades
Obama wasn't that old tbh
obama was older than any of your living family?
unless you mean trump & joe
yeah
ah
idk how old is obama
that makes more sense
he cant be that old
59 now
He is in his 50s now
idk but presidents are usually old af
40s, 50s is perfect
Well JFK was our youngest president
47
my math is bad
true
i can’t believe he won tbh
didn’t think people would let the new guy win
people seem to have a hard on for mummies as president
JFK was 43 when he got elected
and he also got his head shot off
everyone’s reaction to the last 4 presidents
so we don’t have a good track record for young presidents
Lol
Yeah someone wasn't happy that he threatened to shut down their agency
Bill winning wasn’t a surprise imo
Bush winning def was
only won re-election cause of 9/11
Bill clinton :sofuckingfunny:
Bill was a great president
shit my memory is bad
underrated tbh
important:

Bush is the reason everything sucks so bad now lol
balls
All bill clintons kno how to do is 3 things: lie, cheat, and eat hot impeachment
he really ruined us early on in the new millennium
true
All bill clintons kno how to do is 3 things: lie, cheat, and eat hot impeachment
i don’t think getting head deserves impeachment
alright enough liberal circlejerking someone say development things
i think they’re just mad
He didnt get impeached for getting head brother
conservative circlejerking time
He got impeached for lying about getting head
that’s what they want you to think 😳
yes
hha libtart powned ebic styl
kirb replied Today at 4:58 PM
yes
trump when he couldn’t figure out why he got impeached for obstruction
pog
nah liberals all just lazy mfs. pull yourselves up by your bootstraps and go work
clearly
I'm trying to send it now, but Xcode won't me sign in
Loss

just get your own healthcare idiot
get that communism bullshit outta here
you'll be changing your mind when working on an app with 200+ screens
don’t fucking die
true
dumb libtart don’t know college only cost $5 go cry libtart
standby I'm restarting this is dumb
Dont care didnt ask 
kirb Today at 1:59 PM
true
True
kCFBooleanTrue
YES
1
[NSBoolean true]
!false
&main
@“”
tired: true
wired: COREMEDIA_TRUE
yea true
true
you mean DBL_TRUE_MIN
hayden outdoors
fr
it's a good thing the CoreMedia guys were looking out for us
what he doin out there
is there anything hayden outdoors cant do
tell him 2 com back home
Hayden Four Seasons Total Landscaping
I been workin on
Real Estate

Love It or List It with Hayden Outdoors vs Hayden Indoors
YOOOO
Next TLC show:
Pedophilia: 19 Kids and Counting
Hayden Hunters?
Hayden Indoors Partial Portraiting
My parents are obsessed with HGTV lmaoo
how did we get here
what prompted this
I loved hgtv when love it or list it was active
dude i miss when my parents watched hgtv
a twisted mind
It is a good show
i never thought i’d say that
it’s all fox now

Aw shi
i miss boring
Basically

Smh
fr is so good they made a fr2
@tepid olive When we gonna get HSTV?
and fr3
Birthday gurl colour is pog wtf
pog
Many things are social constructs
gop
Soon
best party
First the podcast then the world

@pearl sail ur discord status makes it so tempting to yell at u
yall ever realize hayden looks like dr doofenshmirtz
:defaultdance:
although hes not quite as hot
How
dr doof 11/10 thick
Wrong

how the fuck do I release this pokemon
@everyone
True
Jules is hot
true
Man nothing makes you feel like more shit than 5 beers in an hour
Like not cuz of the alc just the amount of garbage going in your stomach
So full
Anyone here know why my wifi is getting consistently slower over time on iOS?
killing all the daemons seems to reset the clock but it's weird
wifid is dying
pov: you use unc0ver
Have a look at slowwifid
Ok so here’s the thing. Why doesn’t WiFi auto switch on iOS
I have 2 access points in my house, at opposite ends
If I walk from one side to the other, it should switch automatically

how's it supposed to know you aren't doing a transfer only available on one of those routers
Wifi does autoswitch for me and i hate it 
This
It really does suck even on a mesh system
My MacBook does it fine
be annoying if you're downloading something without proper failure code and it just breaks everything
Ill have connections interrupted
It’s just annoying for me having to manually switch constantly
it's not "Apple Perfect" but i like it better how it is

it’s even worse if you have a 2g and 5g network and both suck in your house lol
the really fun realization
and it auto switches you to one that’s worse
if this bothers you enough
Which dev is gonna make a tweak that does it better than apple?
it’s krit’s time to shine
not me i aint doin that
but if they care enough, that's what this sub/community/server is for
@faint lion
who
GIR
who
is his first name nick
justin
truje
I
removing the photos widget bc it wont stop displaying sad shit
i don’t like the photos widget
justin trudeau?
first an old photo of my dead cat and then a duo-selfie with one of my exes in the hospital

your photo widget doesn’t wanna see you winning today
The photo widget just is dumb
eta invite
but then i get gems like
It’s pointless for you Cam
It’s just a portal for a UK school system
oh

gimme a sec restarting wifi
Burritoz reacted uhh because hes still in preschool and feels that way


Well
.
Blackface Trudeau scares the shit out of me
I mean whats that tweeter’s problem? Thats pretty funny
lol
My photos widget always either finds a picture of me or a dumb meme
But all photos of me suck
As long as photos widget doesn’t pull from hidden album we are good

Imagine taking photos of yourself
I can confirm it doesnt
lmao he said if there’s one character he’d pipe it’s the fucking fish from shark tales
Half of my photos are hidden
or whatever the fuck it was
I don’t, my parents send them to me randomly
For 100 million for sure
Cba turning off
Ez 100 mil
^
i’d do it for a grand whay the fuck lol
It wouldnt even take that much
i aint gay either
once you get older you’ll see
U honestly gotta be just disabled if ud pass up that
that this is the offer of a life time
$1 is way too low idk wtf you on cam
why i'd do it for a dollar
no bro 1k
maybe even 500


i’d probably take the 1$
True. My answer was once like 1 billion dollars. Now its like 1 thousand
Me when
they ain’t say how long either
i mean i aint gay its not gonna keep me up at night
so 1k ain’t too bad
n i get a burrito at taco bell

sounds like a deal
Brother as a man whos had some good head id say i can give some good head

you can get a free $5 box if you download the taco bell app right now
I’d turn it down now, but I think when I’m actually happier as a person and who I am, I would
just saying
some people use birth control, some people post anime gifs in public servers
🥱🥱
to each their own
On my way!

i’m slanging peen
About to pass out on this staircase stg
about to cum
Still waiting to get shot

@tepid olive where’s that wifid fix
WTF HOW DOES NITRO RUN OUT TOMORROW IM SICK OF BUYING THIS SHIT
Just buy a year with all your tweak money 
I don’t really have a budget lmao

why didn’t you just get it for the year
False
i can afford discord yearly but still don’t buy it
I got yearly as an impulse purchase 
know that one old boots story thing
Nep should just buy me discord nitro
where when ur broke u end up spending more
i hate that you can’t search for specific messages in a conversation on imessage
cough #development
@half walrus i was trying to find my mother’s amazon login because i’m too lazy to have my own; but also a tweak for this seems like 10% too much work
stop it Nito
I don’t wanna scroll through 700 emotes to find communist bunny





imessage stores convos in an sql db
aixd
So does Snapchat 
Snapchat is dumb
“secure” my ass
@half walrus but is every single message cached
snapchat’s is worse
Why is nep so rich?
Snapchat stores everything in an unencrypted database on your device for ages
no idea
welcome to middle/high school
just give it to her
^^^
you’ll probably make her day
I don't remember either
This girl hasn’t changed since 6th grade I swear, still acts the same fucking way
I told her this:
[redacted]
there’s probably good reason
but be aware of the way u come across to others
u might see something like that as a shallow way to twist ur arm for a compliment
All I did in middle school was get into fights
but honest to god a lot of the people who get to that point really need one
and HS was just drugs
only ppl who are ugly are ppl that’re angry all the time
after long enough it starts baking into their face and their stature
By this logic Nep must be very ugly
She is legit mad at everything
see now i know where you got your status
LOL
Cancelled
@pearl sail now I send this to nep she will cancel you
But the thing is I am not angry at them constantly
I just say my piece and let it hang
directly under ur name at all times
But that is their mostly to piss other's off
idk it’s such a low effort opinion and ppl jump on it anyways to hate on others
no reason to bring more hate into this community especially now
Not really that low effort when it is true
but why tho, and who cares
fair enough
always glad to yell at saurik for stuff he’s done
I am not gonna argue weather it is smart or dumb
insisting anyone “centralised jailbreak” is silly
How do you define centralized let me ask that?
un-official centrification
when you make it impossible to remove cydia that’s a start lol
the only option for basic usage of tools
or payments
or jailbreaking
or bootstrapping
well you can’t remove elu on u0
so you got that part
well you might be able to but the app gets big mad
if you fully do it
then use cs’
what if that’s not a viable option
if that matters but not to the point of removing elu manually for you
and if that’s not an option then work out how to remove it manually, the device is unlocked and everything can be modified
jailbreak is at its core decentralisation of your device
saurik definitely capitalised on the market and made absolute bank running an alternative to the app store for a while
now he back for the bag
but that’s been followed up by a constant fight for device freedom
i mean his store literally lets you add repos that let you steal from his store, idk how it could’ve acted any more decentralised
not at all
he acted like a businessperson who’s motivation for fighting for device freedom was so he could run his business there
however from the beginning the expandable format hasn’t limited anyone else from rising up to compete or replace
not gonna defend his character bc he’s made that impossible lol
just everyone saying he tried to monopolise the community so he shouldn’t be suing apple feels a bit absurd
i don’t find his lawsuit to be an issue
yeah i’m gonna yesterday the odyssey restore rootfs with the registering just ping me whenever
i just see small amounts of irony in it
but i’m glad he’s doing it, i don’t think he’ll get anywhere though
if he does then that’s great
don’t remember him taking down repos that processed their own payments outside of his store
Then here is my response when you make a jailbreak tool for example like Unc0ver and checkra1n cause those are the two most popular tools in the market. You have locked in user to their tools. This being substrate, substitute, elu, and Cydia . While you can install other package managers such as Installer and Zebra. It isn't directly pointed out anywhere. If a user wants to use Sileo on those tools for whatever reason it is simply impossible without using another jailbreak or using a script that is not official supported by the main devs of checkra1n. Jailbreaking as described by the Apple Dev Team is about letting users have the ultimate freedom with their device. So yes while you can argue that you are still allowed to do things a on U0, Checkra1n and hell even Odyssey you aren't given that freedom without sacrificing something in exchange when you use those tools.
lord that’s such a flawed mindset
he was pretty mad at substitute for more or less doing that
and his word being gospel pretty much killed it
his behavior towards substitute honestly is baffling
along with other stuff he went after
that’s really my only gripe with saurik tbh
he says do whatever then gets mad at alts
I take issue with how he and his lawyer characterise Cydia's demise in the WP article
i don’t really get it
when is saurik gonna come after me 
none of them were financially benefitial fronts to spend his effort on
it's not that Apple started making life hard for Cydia… it's that the iPhone was just massively fucking popular all of a sudden
never, bc im irrelevant 
but they claim it was Apple very specifically being anti-competitive against Cydia to stop it
honestly i could care less if he twists the truth there
if it gets us what we’ve been fighting for
or at least some tiny bit of progress
it's really not. when you go from a few million to a ton million active users, the portion of enthusiasts will shrink very quickly
but also you have to consider the rise in popularity of sileo and zebruh
that's on him for never persuading those non-enthusiasts to jailbreak
Any mindset is flawed, but that is mine and explain why you believe so
- the series of events of the past few years seems fucking omega brain from saurik at this point
it's also interesting that the lawyer is the same one who defended Samsung in that good ole patent troll lawsuit
They got 1.1b from it so
but on principle the complaint is pretty reasonable although I only skimmed some of it
you want a tool that does exactly what you want, you go build it yourself. you download a developers tool they wrote, and you’re agreeing to accept the limitations of that tool, which jailbreaks have barely any of
Cydia llc
jailbreak is about the freedom to do that
SaurikIT LLC*
go change it if you’d like, that’s what jb is about
kritanta dev llc is a company
Who is soarik?
penis
it's a bit of turf warring, because a certain space-themed developer didn't want their package manager to work on the competing jailbreak, and all attempts to have both sides come together to find a solution failed
I see @misty cradle
That would work, but half the stuff on elu is broken or outdated so you aren't getting tools that are reliable in that matter. Plus elu is tied to one package manager which forces the regular user to have installed on their device. Substrate is also tied to that bootstrap and cannot be used without it
i still think killing elu support for sileo was a bad idea
i wish coolstar wouldn’t have done that
big sad
it’s cs
it was bound to happen lol
the closest we got was that I convinced Sam to go ahead with it, we released it on his beta repo, and still no progress on the Sileo side
everyone who writes jbs rn is very stubborn
takes a stubborn mindset to be that committed ig
Me when starting a day well 14 hours before an exam 
not having other managers in the loader for check is kinda sad still
^
at least zebra, i think zebra is fine as is
installer is hella fucked up though lol
installer 5.1 has been done
my pull request was ignored (I was frequently reminding them of it) and Sam eventually had to release some other apt beta build so he just gave up and pulled the Sileo support
it has maybe 1-2 bugs left
(I don't blame Sam at all)
its just a waiting game on checkra1n team now 
that's me hi
Yeah I don't agree with CS's response to that situation. But it would have have been cool for the loader to have a option of sileo and procursus be installed




package managers heavy reliance on the bootstrap is all kinda weird
we need alt bootstrap option 

i really don’t see an issue with it
patch it in
idk if true, but bingner may be against it 
or help me fix Fugu 
@half walrus fugu still needs a procursus transition
fugu needs a lot more than that
chimera bootstrap is nasty
lmfao
when Loader has other package managers (that's on me to do… uh yeah… hi), Elu will be updated to accept any of those package managers as bare minimum for a functional bootstrapped system
@half walrus ok if u add a12 support by finding infoleak, i will help u fix fugu
bc if users die so does jailbreak as most people here know it
@restive ether we still have a chance on a12 checkra1n 
and to a further extent dpkg
just need nice infoleak 😭
and if we don’t cater to users
that’ll be 500,000
Infoleak 
So you guys are gonna start fixing and updating packages on elu to support all modern package managers?
cash or credit
proteas tried recently, to look into a12 checkra1n but failed
unless all of you are capable of writing jailbreaks
they said they'll continue later
the current two teams do it for clout so
we wait for fce to release his jb
mfer made so much from donations
well clout == money
fair enough
i wish CS would plug his shit more
he deserves to be paid just like pwn and bingner do for their work
and so many people are glad to
he
jailbreaking has become synonymous with cydia and unc0ver

Well CS gets hated on for existing
sorry mb
people literally use unc0ver as a replacement for the word jailbreak now
they don’t even ask when a jailbreak is coming out they just ask when unc0ver is getting updated lol
maybe i should reskin u0 4.2.0 and ask for donations 
iOS 14 unc0ver w3n
yeah cuz spelling odyssey is fuckin hard

i just spam the keyboard to type it until its right
gotta look out for us retards man
it just means having essential depend on cydia | zebra | installer
Sileo can't be in that list because it's chosen to not be compatible

Damn why not accept another bootstrap and give users the choice tho?
means that any installation will be valid so long as it has one of the supported package managers installed
But why are checkra1n users limited to only elu bootstrap through the loader? Why is there not an option to use your own?
Users could then either use procursus or any other bootstrap 
how do you propose designing that to be easy to use, and not used by people who don't understand what they're doing?
because it was never implemented
the Loader concept made sense a year ago when it was written
Was it never implemented because there was never gonna be the option for it or was there no other bootstrap back then or is it just laziness
Correct me, if i'm wrong, but it doesn't seem too much work to allow other bootstraps to be used?
I think you’re trying to insinuate there was some ulterior motive that doesn’t exist
No, I'm not trying to insinuate anything, I just wanna know why 1 year later there is still no choice for other bootstraps.
ok but why
none of these are needed for anytbing functionality
I feel like you could implement the names of both bootstraps and when you click on their name you could include the package manager option to install with that bootstrap
So when you click elu you get the options of cydia zebra , and installer
It'll come next year 
When you click procursus you get the options of cydia installer , zebra, installer, sileo, and aptitude
you and I know what the effects of uninstalling the package manager is, the problem is that some users don’t
that’s the whole point of the loader?
there was… a strange era where the old JailbreakQA site had people regularly installing Cydia and nobody knows why
am i missing something?
no
It can be an advanced feature or a feature that gets unlocked by doing a certain thing in the app, so no unknowning users don't mess shit up
but it’s also the uncover bootstrap so for it to work on checkrain, it has to also work on uncover
there’s a reinstall toggle there too?
unless pwn removed it for whatever reason in 5.0
or whoever
it’s mostly because we can stop them doing it in the first place, because “Essential” sounds pretty important, and (I think) Cydia hardcodes it as a “never ever uninstall this” package
probably a misconception of “how do I unjailbreak… I uninstall the Cydia thing right?”
but you could easily remove this restriction yourselves if that’s the case?
restriction?
I feel like suggestion with the two bootstraps options and package manager options would be better for checkra1n
no, uninstalling Cydia uninstalls essential, which is Really Bad and not allowed
if I have it right
but this goes back to my point that a PM shouldn’t be attached to essential
especially since reinstallation of cydia is possible on both jailbreaks
unless i’m misunderstanding what you’re saying
also if you’re doing it based on PM where’s aptitude 😳
I think you need to convince Sam of that
@upbeat wyvern gm
lmao
Sam is not gonna be convinced by me
1:18 pm
@lime pivot i just think offering the choice of an alternative bootstrap wouldn’t hurt
and provides for the ease of choice
for the same reason as PM
especially if you make it the why I suggested
his idea was that we want to ensure the user can’t footgun themselves in the most direct way of “uninstall Cydia using Cydia”, and I had no issue with it
but if you disagree I think you should sell him on the idea of changing it
i just don’t see that as an issue if the re-installation is as simple as opening an app
which is true for both
it may also be a slight backwards/forwards compatibility thought in case there’s a jailbreak without an obvious rebootstrap option
but I don’t think that’s really likely at all
restore rootfs is far too useful to be ignored
i think it does a favor for both types of users
if they want the odyssey compatibility the procursus option works
if they want the u0 compatibility keeping elu works
I do think Procursus should be an option
I’m wondering how to design it that isn’t too confusing
like why do I want this thing over that thing?
yeah i see what you mean
I don’t know what “Eludhhdhe whatever” and “Prouhdjejeje whatever” means I just want Cydia
(or Sileo or Zebra or Installer)
i think you could dumb it down to u0 compatibility for elu
when looking at it as a choice of the end result (the new app that appears) only Sileo would install Procursus
i’m not sure about pro, because it’s not really tied to anything
and only out of necessity
pro doesn’t need sileo
^
(maybe i misread what you said)
unless you think pro on check should install sileo by default
No the users should have the option between Cydia Installer, Installer, Zebra, Sileo, and Aptitude when they want to install procursus
Yeah procursus was made, so it wouldn't be dependent on anything
The other way around, Sileo needs pro
lol aptitude auto install on the loader
But you are missing the point, to a new user whats the difference between elu or pro?
@twilit jungle I mean CS could just fork a version of pro and keep it separate from procursus and not be reliant on procursus
i feel like that could easily be explained a popup
whenever you pick one or another
In that context basically just Sileo
for checkra1n
semi untether compatibility
I know. but when you look at it as which app do you want, because that’s the thing people associate with well, only Sileo needs Procursus, so that would be the only option to install Procursus
Or switching back and forth between Odyssey if they want to
I’m not trying to sound biased towards any bootstrap saying that
all of them could easily be Procursus too, but then where is Elu in all this
it makes sense
You were responsible for procursus as well kirb I don't think you can be biased even if you wanted to be
back to square one of how do I explain this to users so they can make a decision on bootstrap
which is super important but also… like… not
because it’s not something they can see
Procursus: Default Manager Sileo or w/e
it’s just do you want the red pill or the blue pill, except both are imitations of each other by different brands
Procursus gives users the option to install Sileo and also having compatibility with Odyssey




left in my system








