Libraryless. Click here for Pure Java version (249L/2K/7K).
1 | !752 |
2 | |
3 | p {
|
4 | Class serviceClass = Class.forName("de.tinybrain.javax_allperms.PermanentService");
|
5 | print("serviceClass: " + serviceClass);
|
6 | |
7 | if (serviceClass == null) ret; |
8 | |
9 | O service = get(serviceClass, "instance"); |
10 | print("Instance: " + service);
|
11 | |
12 | if (service == null) ret; |
13 | //print("Starts: " + getOpt(service, "startCommands"));
|
14 | |
15 | StringBuffer bootbuf = cast get(service, "bootbuf"); |
16 | print("SERVICE OUTPUT:\n");
|
17 | print(str(bootbuf)); |
18 | print("\nSERVICE OUTPUT END");
|
19 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, nbgitpuheiab, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002648 |
| Snippet name: | Android: Check if our PermanentService (bots & such) is running |
| Eternal ID of this version: | #1002648/1 |
| Text MD5: | 958c46c71bf5d1f1f9c2df0ada0c3a6a |
| Transpilation MD5: | 35fcd225e93506be9fca55f538d04d6d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (Android) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-02-16 21:39:58 |
| Source code size: | 507 bytes / 19 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 863 / 974 |
| Referenced in: | [show references] |