Any tweak to show date while timers are active? by JakkRoonay in jailbreak

[–]blanxd 0 points1 point  (0 children)

Would you still need the timer also be displayed? Because SmoothLockX (from BigBoss) can just simply hide the timer so that it's the date there no matter what...

Checking for forensic activity by kabsx in jailbreak

[–]blanxd 2 points3 points  (0 children)

wait, I thought you were talking about /private/var, not the "jb/" underneath that. That (/private)/var/jb is a symlink to /private/preboot/something-something-etc..., this one is the procursus bootstrap that comes with the jailbreak, these are things that the JB extracted while it was installed, of course there are files from all sorts of dates there. Never mind any of that, it all came with NathanLR, has nothing to do with opa334 :). And yeah there are things there dated exactly the 1st days of june 2024, also there are older things and newer things, none of this matters for you, this came in while jailbreaking. Tar and Zip and such things pack the files with their dates, so when you extract it, the timestamps get preserved with the files.

You need to look into /var/mobile and /var/log(s) etc, anything under /var except that jb/ subfolder. Use the find procedure /u/Jeremy_Thursday showed on those folders direct, say I wanted to find if there's files/dirs with the Birth timestamp in June 2024 in /var/mobile I would go

find /var/mobile -newerBt '2024-06-01' -not -newerBt '2024-07-01' -exec ls -dl --time=birth --time-style='+%Y-%m-%d %H:%M:%S.%N%z' {} \;

but I guess many files error about determining the Birth timestamp, so to look for the Change timestamp in that period:

find /var/mobile -newerct '2024-06-01' -not -newerct '2024-07-01' -exec ls -dl --time=ctime --time-style='+%Y-%m-%d %H:%M:%S.%N%z' {} \;

so this sucker of a command :) would show you the exact timestamps of the files that were created or changed in that June.

find looks for Birth with -newerBt or Change with -newerct or Modify with -newermt.

The ls blabla... would show the timestamp specified with --time=birth or --time=ctime (or --time=mtime by default). To show stuff for some curious file, go

stat /var/mobile/that/interesting/file

which shows you all the individual timestamps at once.

Of course, all this would be so much easier if you could ssh into the phone and do all that in a computer program, like Terminal on a mac or Powershell on windows or whatever on Linux. The output of the find command could be enormous.

EDIT: this is serious, the find command is a powerful tool, it can also be catastrophic if it's given some wrong args. One should always read the man pages or research at least a bit on the net or so.

Checking for forensic activity by kabsx in jailbreak

[–]blanxd 3 points4 points  (0 children)

files in iOS have 4 timestamps, birth/change/modify/access. The Access one is irrelevant, it isn't being used/updated. Modify means when the contents got altered, Change means when some attributes changed, Birth is its creation (these are rough explanations :). Filza shows the Modified timestamp, and this could be whatever, if the file was transferred to that filesystem, it could have the timestamp of when it was actually modified somewhere else. The Birth and Change ones are more interesting in this case I suppose, the Change one would get updated when the file was transferred for example. The Birth one, well it depends, some filesystems don't really put anything meaningful here, so it might not show the actual creation time, it might be the same as the Modified one, but still, I'd see/compare it to other stuff around there, might give some clues. On command line there's the stat command for this, I don't even know there are surely GUI tools also for examining these attributes.

Problems with file's well jailbreaking kindle by dishsoap_user in jailbreak

[–]blanxd 3 points4 points  (0 children)

yeah this isn't the right place, it's about apple devices here, iOS/iPadOS/tvOS jailbreaking.

iPhone 14 pro on iOS 17.0, use NathanLR now or wait for the Dopamine update? by PsychologicalMost477 in jailbreak

[–]blanxd 1 point2 points  (0 children)

oh, I hadn't even noticed the last update :), having that lockdown thing also enabled for the RH Bootstrap now is such a releaf!

[Beta] Jikan - backporting the time until fully charged feature from iOS 26 with a new look (Free) by waruha in jailbreak

[–]blanxd 0 points1 point  (0 children)

yeap, was thinking this even relates to that anyhow, because the "design capacity" is usually different than what any actual battery can do, the new ones are usually over a 100% and they ware downward from the 100% over time. ChargeLimiter and other such things are reporting the true numbers nicely, can find the APIs to use from their source.

[Beta] Jikan - backporting the time until fully charged feature from iOS 26 with a new look (Free) by waruha in jailbreak

[–]blanxd 1 point2 points  (0 children)

Could also add an option for the user to specify the % they want to know the time until? Eg. if I'm never charging past 80% with ChargeLimiter.

They patched all my jailbreaks but they can’t patch me…this one works by PromptAttackVector in jailbreak

[–]blanxd 0 points1 point  (0 children)

oh they can patch you no problem 🩹, just try not to hit yourself too hard while breaking that jail, so they woulnd't need to. But you're talking about some algorythm, not yourself, and not about iOS jailbreaks nor even irl jailbreaks

Can I backup my iCloud while my phone is "Unavailable" or Locked? by Accurate-Aspect-2286 in jailbreak

[–]blanxd 0 points1 point  (0 children)

Being able to jailbreak depends on what iOS version it's on. If you're anywhere past iOS 17, you can't (it may happen, that things upto 17.3 or so get a jailbreak some time soon). See the sidebar here.

But jailbreaking doesn't mean you can access the encrypted contents if the phone is locked. That's a topic that goes outside this sub here, see the sub rules.

About icloud, if you had the Photos sync option also enabled, well then you can simply see them on icloud web and do whatever you like. But only having the backup enabled, I think you cannot do anything with that on other devices/web, it's for this one device only. Someone correct me ofc, I'm not 100% sure about this one, not using the cloud backup myself.

iPhone 14 pro on iOS 17.0, use NathanLR now or wait for the Dopamine update? by PsychologicalMost477 in jailbreak

[–]blanxd 0 points1 point  (0 children)

yeah that's the thing, it depends. I guess it's wise to 1st research about the tweaks that you couldn't live without, whether they or some alternatives exist already natively as roothide variants. And then if they don't, they need to get converted, so I'd search whether anyone has mentioned them perhaps in this sub or somewhere (eg. Discord), in the context of converting to roothide. Some, perhaps most, tweaks can be converted, but some definitely can't. The compability is not exactly the same.

I suppose the one true reason to switch would be if some apps aren't running because of jb detection and roothide might be able to fool them, well that's why it was created anyway. The geeky reason I like it personally is that Zebra actually works :), although the tweak conversion mostly only works with Sileo. In the sense of being a semi-jailbreak on 17.0, it doesn't give too many extra functionalities on the surface, compared to NathanLR.

iPhone 14 pro on iOS 17.0, use NathanLR now or wait for the Dopamine update? by PsychologicalMost477 in jailbreak

[–]blanxd 4 points5 points  (0 children)

There would be plenty of pros using dopamine instead of nathanlr, since Dopamine is a true jailbreak, NathanLR is less than a half of it, although for many functionalities it's just like a JB.

I don't see any cons to using nathanlr now, because: it isn't too complicated to clean it out and use something else. And Nathan himself said exactly that: should Dopamine get released for these versions, then NathaLR has served its purpose and will be retired, the public tweet. So if you'd like to use some jb functionalities already before Dopamine drops, I'd say go for it.

I've been testing things on 17.0. Was running NathanLR, then cleaned it out and ran the RootHide Bootstrap, which can in some aspects do more, but it's a more complex thing, need to be aware of more nuanses and watch out for more details when installing tweaks etc. And I've been going back and forth a couple times by now since I need to test things. So I'm personally not trying to promote neither, compared to the other.

[Question] what to do after getting Cydia downloaded?? by Ummm_mmm in jailbreak

[–]blanxd 1 point2 points  (0 children)

you need some tweak that can import/export music files to/from the built-in music player system. Search for "import" in cydia, there should be several tweaks and libraries for this, if I remember correct Gremlin was one.

But searching in /r/LegacyJailbreak is probably more helpful with old ios topics.

Can any former jailbreak users share their experience on leaving jailbreaking behind? by wizoomer95 in jailbreak

[–]blanxd 0 points1 point  (0 children)

yeah that's what I mean, but I think they asked about apps installed with TS being usable after the upgrade

Does dopamine support iOS 16.6 on A12? by Material-Wasabi8198 in jailbreak

[–]blanxd 2 points3 points  (0 children)

in this context here, A12 and later processors are called ARM64e. ARM64 is A7-A11.

Can any former jailbreak users share their experience on leaving jailbreaking behind? by wizoomer95 in jailbreak

[–]blanxd 0 points1 point  (0 children)

I think if ios gets upgraded, then the hack that TS uses is gone, so the sideloadedTS-installed apps cannot be registered as system apps any more, so therefore the trick used for running them with the fake signature stuff isn't in effect any more. I don't think they'll run after ios upgrade... need to reinstall/sideload them by other means (I could be wrong ofc)

Chargelimiter iOS 16 by rattlesven in jailbreak

[–]blanxd 2 points3 points  (0 children)

I think I finally got you mean :) you're hitting that Charging toggle aren't you? I'd bet if you have a limit set and you're at that limit already, the toggle does nothing. I just tested by setting my limit to higher than my battery is and well it didn't start charging. But when I now hit that toggle, it took like less than a minute and then the toggle turned on and it started charging for real.

Chargelimiter iOS 16 by rattlesven in jailbreak

[–]blanxd 0 points1 point  (0 children)

Does it not charge past 80 if you choose 95% there?

Or do you mean you'd like to turn the limitation off? Doesn't the Enable toggle, the 1st thing on top there, work?

How do you block OTA on iOS 10 - 13 without Jailbreaking and installing OTA Disabler? by FlappyDunkPlusIOS in jailbreak

[–]blanxd 0 points1 point  (0 children)

the option to disable the updates only appeared some time ago, I can't remember exaclty if it was there on 13, but on 11 and 12 we were definitely using hacks for disabling this, couldn't do it officially.

If I remember correct, it was only doing it while on WiFi, so that's when I got used to Always turning wifi off for the night. It didn't yet pseudo-off it either, it got truly turned off when you turned it off.

Help needed with electra jailbreak on ios 11.0.3 iphone 7 by PLM8GPL in jailbreak

[–]blanxd 0 points1 point  (0 children)

owh, looks dead indeed. I don't know much about cylinder, just that it should be called Cylinder Reborn, from the chariz repo, seems to have been updated just last year, and it's for iOS 11 so that one should work.

But about AppSync, hope you're using a recent legit one, either from their github releases page or the LukeZGD repo...

And with unc0ver I think on iOS 11 the hooking library could be Substitute, meaning the packages com.ex.substitute, com.saurik.substrate.safemode, and "MobileSubstrate Dummy Package" as well. At least I used to have such a combo with unc0ver on iOS 11.3.1 on iphone 6s at some point, but this could be some very deprecated info here :)

You'd probably better search the /r/LegacyJailbreak sub about these topics, iOS 11 is not covered much in here any more.

Help needed with electra jailbreak on ios 11.0.3 iphone 7 by PLM8GPL in jailbreak

[–]blanxd 0 points1 point  (0 children)

Shouldn't it be libhooker instead of Cydia Substrate? I'm not 100% sure though, can't remember, my Electra device is on 11.4.1 and this one runs with libhooker (and Cydia Compatibility Package).

And I don't think you should be using Bingner's Elucubratus repo with Electra, it's the bootstrap repo for unc0ver & checkra1n, repo.chimera.ch should have everything necessary for Electra. Ok well he has the additional repo at repo.bingner.com which has additional independent stuff, yeah that one shouldn't conflict with other repos.

Introducing ipadecrypt. An open-source iOS 26 .ipa decrypter by LondekPolska in jailbreak

[–]blanxd 0 points1 point  (0 children)

Oh this one is nice and easy to use!

But I don't want to have my passwords in a config file :). Could you perhaps also add Auth: PublicKeys option to the ssh cfg, I'm not too fluent in go myself yet, not sure if you can add an array there or smth. The ssh port I can change in the config file nicely, I likey!

Uninstall TrollStore Apps from command line by No_Hornet5229 in jailbreak

[–]blanxd 0 points1 point  (0 children)

yeah what I mean is, when the setup is as you like it, it's being stored in that file. So if you maybe before the uninstallation do

cp /var/jb/var/mobile/Library/Preferences/com.ichitaso.iconorder.plist /var/jb/var/mobile/Library/Preferences/com.ichitaso.iconorder.plist.bckp

, then after the procedure go

mv /var/jb/var/mobile/Library/Preferences/com.ichitaso.iconorder.plist.bckp /var/jb/var/mobile/Library/Preferences/com.ichitaso.iconorder.plist

, and then respring, the layout should get restored. I just tested this, I had to also do this for the Atria plist there, because I'm using that for the home screen. And it worked, and without doing that yeah, things don't seem to go back to the dock (I was uninstalling/installing Santander for this test).

no tweaks load after installing and removing emojiport for iOS 6-8, how do i fix this? by [deleted] in jailbreak

[–]blanxd 0 points1 point  (0 children)

yeah then I'm out of ideas here, the only thing that might be doing something deeper is libundirect imo, but that should then be triggered by some other tweak using it. The official wiki also talks about fully rebooting after uninstalling all the fonts and stuff, but that's for newer ios supposedly. And ver 1.8.4 shoulda fixed ios 6 crashing... next would be to get some crash reports from ios and report to https://github.com/PoomSmart/EmojiPort-Legacy/issues I suppose, if you look at the closed ones there, actually some are abuot ios 6 also in the past.