mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a91f51a70e
Signed-off-by: B. Watson <yalhcru@gmail.com>
35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
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 - GUI 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
|
|
-----------------------------------------------------------------------
|