diff options
author | Diniz Bortolotto <diniz.bortolotto@gmail.com> | 2017-01-20 21:16:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 06:24:15 +0700 |
commit | b1ca4d7ba934adb36a8f0455d00aa40e430d3e7b (patch) | |
tree | a670aab3790bc17ad8a7e40f8d5d0574bcbf9f28 /misc/heimdall/README | |
parent | 1c8aede57bb35485a27bbac20391c2cd6a5d858b (diff) | |
download | slackbuilds-b1ca4d7ba934adb36a8f0455d00aa40e430d3e7b.tar.gz |
misc/heimdall: Added (Flash ROM tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/heimdall/README')
-rw-r--r-- | misc/heimdall/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/heimdall/README b/misc/heimdall/README new file mode 100644 index 0000000000..d57d404146 --- /dev/null +++ b/misc/heimdall/README @@ -0,0 +1,31 @@ +Heimdall is a cross-platform open-source tool suite used to flash +firmware (aka ROMs) onto Samsung mobile devices. + +The "Heimdall Suite" is composed by: +Heimdall command line +Heimdall Frontend. + +Heimdall command line package includes: Heimdall command line tool and +udev rules (for non-root USB access). +Heimdall Frontend package includes: Heimdall Frontend - graphical UI only. + +So, this script comes with an option (GUI) that can be set at build time. +The default is GUI=yes, but if you don't want to install the frontend, you +could do that by setting GUI to 'no' in command line: +GUI=no ./heimdall.SlackBuild + +Don't forget to reloaded udev after installing this package +/etc/rc.d/rc.udev reload + +------------------------------------------------------------------------------ +DISCLAIMER: + + This software attempts to flash your Galaxy S device. The very nature of + flashing is dangerous. As with all flashing software, Heimdall has the + potential to damage (brick) your phone if not used carefully. If you're + concerned, don't use this software. Flashing ROMs onto your phone may also + void your warranty. Benjamin Dobell and Glass Echidna are not responsible + for the result of your actions. + + Heimdall (c) 2010-2013 Benjamin Dobell, Glass Echidna +------------------------------------------------------------------------------ |