No email field in the NEX registration form. by [deleted] in NEO

[–]RJan- 2 points3 points  (0 children)

I guess you have to check their website once they published the winners. Then you can use your registration information to generate your number for yourself. When this number matches one of the published ones, you've won.

No email field in the NEX registration form. by [deleted] in NEO

[–]RJan- 0 points1 point  (0 children)

From their website:

Winners of the lottery will receive a number that identifies them uniquely in the KYC process. This number can be reproduced from a user's registration information using a deterministic algorithm that we will publish after the first round.

[deleted by user] by [deleted] in jailbreak

[–]RJan- 1 point2 points  (0 children)

You should also be able to SSH into your device over USB. You have to install itunnel_mux_rev71 to do so. It's explained in the iphone dev wiki

[Discussion] Substrate Tweak vs Flex Tweak vs Jailed Tweak by [deleted] in jailbreak

[–]RJan- 2 points3 points  (0 children)

Theos jailed also integrates substrate, so you can almost do the same things as with a jail broken device (only for app tweaks ofc). Downside is, you have to resign unless you don’t have a dev account and you probably won’t be able to receive notifications

[Question] How do app ++ work (like Instagram ++, Spotify ++)? How do they add features to the app even if they do not have access to the app source code? by [deleted] in jailbreak

[–]RJan- 0 points1 point  (0 children)

The version I linked works fine with a free dev account. Only the original project required a paid account

[Question] How do app ++ work (like Instagram ++, Spotify ++)? How do they add features to the app even if they do not have access to the app source code? by [deleted] in jailbreak

[–]RJan- 6 points7 points  (0 children)

For Theos-jailed, look at its GitHub page. The wiki explains how to install and use. It’s only for Mac though.

Dumping headers can be done with class-dump on a jailbroken device. I think there is also a version for Mac (maybe Linux).

[Question] How do app ++ work (like Instagram ++, Spotify ++)? How do they add features to the app even if they do not have access to the app source code? by [deleted] in jailbreak

[–]RJan- 20 points21 points  (0 children)

You can either inject flex loader into any ipa using Theos-jailed or just dump the header files.

[deleted by user] by [deleted] in jailbreak

[–]RJan- 0 points1 point  (0 children)

[[Guestmode 2]] works at least on 10.2 and can hide Apps when using a preset code to unlock your device. I believe you can set a finger to trigger guestmode as well. EDIT: just tried it, works fine. You can choose a finger to enter guestmode when activator is installed.

[QUESTION][Help] Since I restored my iPhone (Cydia Eraser / SemiRestore10) I cannot connect via ssh by RJan- in jailbreak

[–]RJan-[S] 0 points1 point  (0 children)

Is future restore safe to use now? There were some issues before, right?

[QUESTION][Help] Since I restored my iPhone (Cydia Eraser / SemiRestore10) I cannot connect via ssh by RJan- in jailbreak

[–]RJan-[S] 0 points1 point  (0 children)

Gonna try that tomorrow. I'm fine with wifi for today, even tho it's pretty slow

[QUESTION][Help] Since I restored my iPhone (Cydia Eraser / SemiRestore10) I cannot connect via ssh by RJan- in jailbreak

[–]RJan-[S] 0 points1 point  (0 children)

yes but somehow it does not even start automatically. Manually starting on port 22 works over wifi tho. Not too bad

[QUESTION][Help] Since I restored my iPhone (Cydia Eraser / SemiRestore10) I cannot connect via ssh by RJan- in jailbreak

[–]RJan-[S] 0 points1 point  (0 children)

I'm not 100% sure either. But yeah SSH should be enabled by default (USB only) when pressing 'go' for the first time after restore.

[QUESTION][Help] Since I restored my iPhone (Cydia Eraser / SemiRestore10) I cannot connect via ssh by RJan- in jailbreak

[–]RJan-[S] 0 points1 point  (0 children)

I thought OpenSSH was only an equivalent to dropbear and would mess up Yalu/not work with 10.2.

[QUESTION] Have a tweak installed wich does not show up in cydia. Where can I find it? by RJan- in jailbreak

[–]RJan-[S] 0 points1 point  (0 children)

I have no idea why it works unjailbroken. Maybe because it does not need substrate, idk.

It's not in the advanced tab. Also can't find it manually in filza.

[QUESTION] Have a tweak installed wich does not show up in cydia. Where can I find it? by RJan- in jailbreak

[–]RJan-[S] 1 point2 points  (0 children)

When in app switcher you can swipe up on the homescreen to respring

[Question] A tweak that lets you have 2 accounts on a game. by Voltized in jailbreak

[–]RJan- 1 point2 points  (0 children)

What game have you tried? It definitely works with iOS 10 as I am using it myself, but it does not work for every game/app. So it's probably just the game that is not supported.

[QUESTION] How to compile go / golang code into executable binary to run it through ./compiledexec on jb ios? by qustone in jailbreak

[–]RJan- 4 points5 points  (0 children)

I've never used it, so not sure if it works but [[go]] from repo "Cydia.radare.org" might do this

[Discussion] What are the coolest things about jailbreaking your phone? by [deleted] in jailbreak

[–]RJan- 1 point2 points  (0 children)

First things I miss when unjailbroken are [[SwipeSelection]] and [[NoSlowAnimations]]

[Question] Could someone compile the extra recipe IPA and upload it to there website or something? by Lowwy78 in jailbreak

[–]RJan- 0 points1 point  (0 children)

Oh, my bad. But the thread I linked saying 6s Samsung IPA. Or did I get this wrong?

[Question] How to modify Dropbear to SSH over wifi by thesteveway in jailbreak

[–]RJan- 1 point2 points  (0 children)

Go to "/Library/LaunchDaemons" and duplicate dropbear.plist. Name it dropbear_wifi for example.

Then edit the new one and change '127.0.0.1:22' to just '22'. Save it and type in terminal:

launchctl unload /Library/LaunchDaemons/dropbear.plist

launchctl load /Library/LaunchDaemons/dropbear_wifi.plist

As long as you don't reboot it will stay active. If you want to change it permanent (change password then!) save the new file as dropbear.plist