Jump to content

cant launch brave fontier


Go to solution Solved by ITz_kser,

7 posts in this topic

Recommended Posts

  • Solution
Posted

 

you'll find (i) button right the binary

 

BSN2MKt.jpg

 

If you press it you'll get this

 

m1jlTxg.jpg[/

scroll down until you find this

 

Zd2zX84.jpg

 

Make the owner and group mobile to give your iPhone access to use it and make

User: read, write, execute

Group: read, write, execute

World: read, write, execute

This is the 777

And if you ask how?

Read this:

 

Every file and folder contain a 8-bit data that control the permissions. At its basic binary form, it will be “000”, which means no permissions of any form is granted. When you set a “Read” permission, it will add 4-bit to the data, making it “100” (in binary format) or a “4” in the usual decimal format. Setting a “Write” permission will add 2-bit to the data, making it “010” and “2” in decimal form. Lastly, setting an “Execute” permission adds 1-bit to the data, which will result in “001”, or “1” in decimal form. In short:

 

Read is equivalent to ‘4’.

Write is equivalent to ‘2’.

Execute is equivalent to ‘1’

When we want to set permissions, we just add up the number. For example, to set the permissions to read and write, we will use ‘6’ (4 + 2) for the permission. For read, write and execute, we will use ‘7’ (4 + 2 + 1) for the permission. Here’s the different permutation:

 

0 – no permission

1 – execute

2 – write

3 – write and execute

4 – read

5 – read and execute

6 – read and write

7 – read, write, and execute

Posted

Also, make sure the hack isn't for an older version.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines