This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install ruby | |
| sudo gem install compass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sencha web -port 8080 start -map [local_url]=[path_to_app] & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dial this: *#*#2846579#*#* | |
| Service menu will appear. | |
| Go to "ProjectMenu" -> "Background Setting" -> "Log Setting" | |
| Open "Log switch" and set it to ON. | |
| Open "Log level setting" and set the log level you wish. (verbose) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb -d install -r ./MyApp.apk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| var malkovich = function(malkovich) { | |
| (function() { | |
| for (var malkovich in arguments[0]) { | |
| if (arguments[0][malkovich] && | |
| typeof arguments[0][malkovich].malkovich === 'function') { | |
| arguments[0][malkovich].malkovich.call(); | |
| } | |
| } | |
| })(malkovich); |
NewerOlder