Giter Club home page Giter Club logo

Comments (30)

KirovAir avatar KirovAir commented on July 19, 2024 1

Hi guys,

In theory the script should still work but I'll make sure to double-check the electra installation when I have a moment tonight or tomorrow. :) Thanks for testing!

from delectra.

iambenmitchell avatar iambenmitchell commented on July 19, 2024

I am on 11.3.1 messed up Cydia. Although I doubt this removed EVERYTHING it manage to trigger electra 11.3.1 to re install

from delectra.

andrescouvel avatar andrescouvel commented on July 19, 2024

so, it works on Electra 11.3.1?

from delectra.

How-Bout-No avatar How-Bout-No commented on July 19, 2024

delectra seems to mostly work on Electra 11.3.1

from delectra.

sohail199 avatar sohail199 commented on July 19, 2024

Can any one please confirm whether this works with ios 11.3.1 jailbreak?

from delectra.

 avatar commented on July 19, 2024

Yes its working

iPX 11.3.1

from delectra.

TheRealDugan avatar TheRealDugan commented on July 19, 2024

I have tested this and it seems to work however I don’t think it completely removes everything that the jailbreak originally installs but it will work if your trying to reset Cydia. I tested it and when I tried a couple of apps I found that the jailbreak detection is still on (etc., Fortnite PokemonGo).

from delectra.

trungnguyen21 avatar trungnguyen21 commented on July 19, 2024

Will this delete all my device’s data?

Edit: spelling

from delectra.

sohail199 avatar sohail199 commented on July 19, 2024

No it will only delete Cydia from your device.
I you want to remove Cydia first uninstall substitute from Cydia and then use delectra.

from delectra.

WestCrow avatar WestCrow commented on July 19, 2024

Work for me
iPad Mini 4 11.3.1

from delectra.

andrescouvel avatar andrescouvel commented on July 19, 2024

Works perfect on 11.3.1 iPhone 7

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

I've been trying to use Delectra for my i7+ on 11.3.1 but It will not delete Cydia to save the life of me! I've tried putting the .sh file into /root and in /electra and just root/ and with variations of the command but cannot get it to work :( https://imgur.com/gallery/34M1lyH

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

I actually have deleted all tweaks in Cydia except for zip and pincrush (located in 'Expert' tab) but it won't let me delete them. "dpkg warning 'rm' not found in path or not executable" in Cydia

from delectra.

fugidev avatar fugidev commented on July 19, 2024

@cheechmaria the script has already removed 'rm' which is used to remove things. That's whats causing the errors. Have you tried rejailbreaking and running unjailbreak.sh again (as root)? If that does not work try placing rm in its appropriate directory again.

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

@FugiMuffi Yes I've tried rejailbreaking it and re running the script but I'm not sure where 'rm' is, and what directory it should go into?
Update: wait I think I know what you mean.. Line 505 of the script is 'rm -f /bin/rm' which is what I think you mean. And looking in /bin with Cyberduck- there is no rm file :/ idk what that means/what I should do

from delectra.

fugidev avatar fugidev commented on July 19, 2024

rm is included in Core Utilities (/bin), can you try (re)installing that?

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

@FugiMuffi Yea I'm sure I could I just don't know how I'd do that lol

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

If it's something I have to download from Cydia then RIP bc I cannot download anything from it which is why I wanted to fresh jailbreak my phone :/
https://imgur.com/7Z5mFpI

from delectra.

fugidev avatar fugidev commented on July 19, 2024

I uploaded rm from my filesystem: https://mega.nz/#!O4ZxgQxC!CMssITx4AM6euL2GB5jUshPR3wnT-3bwhQRDiN0qHJc
Try placing it in /bin and chmod 755 it.
Then try running delectra.sh again

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

@FugiMuffi thank you so much, I didn't mean all this trouble. It says -sh chmod: command not found 😂feels bad

from delectra.

fugidev avatar fugidev commented on July 19, 2024

I‘m afraid you‘re out of luck then. You could add chmod as well but it wouldn‘t work without making it executable.

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

Oh ok :/ thanks for all your help. When Coolstar updates a semirestore would that help, or I guess I wouldn't be able to download it? Should I erase all content and settings to rid of the jailbreak or that'd probably create more issues than fix. Or I'm probably better off updating to 11.4.1 and waiting for that jailbreak? 🙄 Also thanks for all your help and time, very kind of you

from delectra.

KirovAir avatar KirovAir commented on July 19, 2024

@cheechmaria Can you remove files using cyberduck?
Can you check if the file .bootstrapped_electra is present in the root of your device? If so you can try deleting that one and reboot and rejailbreak. In electra 11.1.2 that would re-trigger basebinary extraction which should put the core binaries back. But I can not view the 11.3.1 code so I'm not 100% sure.

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

@KirovAir yes I can remove files via Cyberduck! I will try that once I'm home and try that. Im pretty sure Delectra deleted the bootstrap folder but I will definitely check it out tomorrow and troubleshoot some more!

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

@KirovAir .bootstrapped_electra was present (but it was 0KB idk if that matters) and once I rebooted it, Electra said Jailbreak and not Enable jailbreak! But when using Cyberduck there's nothing in the cores folder. I can run the ./unjailbreak.sh but it says /bin/rm: permission denied. I have tried typing 'chmod 775 ./unjailbreak.sh' but it doesn't seem to help

from delectra.

iM4CH3T3 avatar iM4CH3T3 commented on July 19, 2024

This should help to find out what everything electra 1131 is placing in the file system ...
https://pastebin.com/KkmzbvuB

from delectra.

iM4CH3T3 avatar iM4CH3T3 commented on July 19, 2024

Check this tweet for more info ...

https://twitter.com/razmashat/status/1018607051491115008?s=21

from delectra.

cheechmaria avatar cheechmaria commented on July 19, 2024

Okay I feel somwhat stupid but Idc because I finally got it to work! I accidentally did chmod 775 instead of chmod 755. Thank you all for your help and patience. @FugiMuffi thank you for your help and @KirovAir for the advice of deleting .bootstrapped_electra This is what's great about the kind JB community!

from delectra.

fugidev avatar fugidev commented on July 19, 2024

Glad I could help!

from delectra.

saitawngpha avatar saitawngpha commented on July 19, 2024

Amazing Tools to remove Electra Jail. It's working for me iPhone 7, ios 11.3.1. Thank for dev.

from delectra.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.