You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs.md
+15-19Lines changed: 15 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,47 +4,43 @@ title: Docs
4
4
5
5
# Documentation
6
6
7
-
welcome to the offcial cSploit documents page.
7
+
Welcome to the offcial cSploit documentations page.
8
8
9
9
## Current project status
10
10
11
-
we are in a delicate first phase of this project, we are not stable. we are moving parts of code into the new core.
12
-
even if you see __release__ this does not mean that it has no bugs.
13
-
my apologies for that, i'm doing my best for achieve a stable app :v:.
11
+
We are in a delicate first phase of this project and we are not stable, yet. Currently we are moving many parts of the code into a new core.
12
+
Even if you see a release marked as __release__, this does not mean that it has no bugs.
13
+
My apologies for that, I'm doing my best to achieve a stable app :v:.
14
14
15
-
## Errors means
15
+
## Possible error sdsd
16
16
17
-
a short error message it's often self-explicative, but sometime what went wrong is too long to explain it in a short message.
18
-
here you can find a description for some common errors.
17
+
A short error message it's often self-explanatory. Sometimes it too difficult to explain an issue with a short message and here you can find a few common exmaples that explain some errors:
19
18
20
19
-_cannot start process_: this message is printed when the core of cSploit cannot start the required process.
21
20
-_`cmd` returned #`number`_: this message is printed when `cmd` has exited with an error code `number`
22
21
-_`cmd` killed by signal `number`_: this message is printed when `cmd` has been killed by signal `number`
23
22
24
-
the above errors are bugs, specific for your device. so please report it if no one has already did it.
23
+
The above errors are bugs that are specific for your device. Hence please report them if no one already did.
25
24
26
25
## Reporting bugs
27
26
28
-
i'm human, thus i can fail. this is why we need a good issue tracker as the one provided by github.
29
-
i'm working on an automated way to reporting bugs, directly from the app, just by clicking on a button.
30
-
31
-
until that day you have to manually collect your logcat and share it on the [github issues page](https://github.com/cSploit/android/issues).
27
+
I'm human, thus i can fail. This is why we need a good issue tracker like the one provided by github.
28
+
I'm working on an automated way of reporting bugs directly from the app just by clicking on a button. Until then you have to manually collect your logcat and share it on the [github issues page](https://github.com/cSploit/android/issues).
32
29
33
30
## FAQ
34
31
35
-
> Q: is cSploit the same as dSploit ?
32
+
> Q: Is cSploit the same as dSploit ?
36
33
>
37
-
> A: the code is the same, i'm just continuing developing it, but dSploit has been oficcially merge into zANTI2.
34
+
> A: The basic code is the same but I'm continuing the development since dSploit has been oficcially merged into zANTI2.
38
35
39
36
-----
40
37
41
-
> Q: when the feature XXX will be implemented or the bug YYY will be solved ?
38
+
> Q: When will feature XYZ implemented or bug ABC fixed?
42
39
>
43
-
> A: as every open source project: don't ask for ETA :grin:
40
+
> A: Like on every other open source project - don't ask for ETA :grin:
44
41
45
42
-----
46
43
47
-
> Q: how can i contribute to cSploit ?
44
+
> Q: How can I contribute to cSploit ?
48
45
>
49
-
> A: there is many way to contribute, by donating, by improving the source code,
50
-
> by correct my doggish english on this website and so on.
46
+
> A: There are many ways to contribute: by [donating](http://www.csploit.org/donate.html), by improving the source code or by correcting my English on this website.
0 commit comments