1 | static S quickRunOnPhone(S src) {
|
2 | adbForward(); |
3 | File dexFile = prepareProgramFile(uniqueNow() + ".dex"); |
4 | javaxToDex(src, dexFile); |
5 | byte[] dex = loadBinaryFile(dexFile); |
6 | dexFile.delete(); |
7 | ret sendToPhoneBot("Dex Bot", "quick run dex: *", bytesToHex(dex));
|
8 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004621 |
| Snippet name: | quickRunOnPhone |
| Eternal ID of this version: | #1004621/1 |
| Text MD5: | 87f634acc74bb68ee6b707f558b2fa8f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-24 20:12:51 |
| Source code size: | 277 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 703 / 723 |
| Referenced in: | [show references] |