Credits to @TheOnlyAnil-@Firelord[^stackoverflow]
-
Requirements: a) stock recovery + rooted phone b) custom recovery
-
Files changed:
| UI.registerHelper('_', function() { | |
| arguments = _.toArray(arguments); | |
| var self = this, | |
| fn = arguments[0]; | |
| arguments.shift(); // Removes the Underscore function | |
| arguments.pop(); // Remove the Spacebars appended argument | |
| return _[fn].apply(self, arguments); | |
| }); | |
| /* |
This guide enables you to install (ruby-build) and use (rbenv) multiple versions of ruby, isolate project gems (gemsets and/or bundler), and automatically use appropriate combinations of rubies and gems.
# Ensure system is in ship-shape.
aptitude install git zsh libssl-dev zlib1g-dev libreadline-dev libyaml-dev