HDblog - Forum




Avvisi

Rispondi
 
Strumenti della discussione Modalità di visualizzazione
Vecchio 30-07-2009, 19:53   #1
drakaz
 
Status: Senior Member
Registrato dal: Jul 2009
Messaggi: 136
drakaz Reputazione da appena iscitto
Exclamation HOW TO - ROOT SAMSUNG GALAXY LINUX/WINDOWS - For all the Version!!

ROOT YOUR GALAXY, EASY AND QUICK !

Works on Linux and Windows.

[Solo gli utenti registrati al Forum possono vedere i link. ]


All the file you need are at the end of the post! (the archive password id: hdblog.it)

Please link this FORUM and android.HDblog.it !



If you have some problem to use adb/fastboot on Windows, see : [Solo gli utenti registrati al Forum possono vedere i link. ]



If you have some problem to use adb/fastboot on Linux, be sure you have those files in /etc/udev/rules.d :


Quote:
50-android.rules and 51-android.rules which contains "SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
Quote:
90-android.rules which contain : SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"
(don't forget to restart udev)


UPDATE :

07/08/09 : Theard update, use the new recovery image to root the phone
31/07/09 : add Windows pack
31/07/09 : add Linux pack
30/07/09 : creation



Tools (see at the end of the post) :
- fastboot
- modified adb


Notes : the modified recovery image is compatible with nandroid.


How-To :


1) Install the recovery image (see [Solo gli utenti registrati al Forum possono vedere i link. ])

2) Boot in recovery mode and then execute :

Quote:
./adb shell
You're now root ! We can create a root shell

3) In adb shell execute those commands :

Quote:
2) mount /dev/block/mtdblock1 /system
3) cat /system/bin/sh > /system/bin/su
4) chmod 4755 /system/bin/su
5) /system/bin/reboot

To test the root :

Directly on the Galaxy : use ConnectBot (find it on the market), connect in local, type "su".

Via ADB : run adb, and type "su".



You're root. Enjoy.
File allegati
Tipo di file: txt SAMSUNG GALAXY ROOT FILES.txt‎ (85 Bytes, 500 visite)
Tipo di file: txt SAMSUG GALAXY ROOT FILES FOR WINDOWS.txt‎ (146 Bytes, 583 visite)

Ultima modifica di iNicc0lo; 29-08-2009 a 23:08.
drakaz non è in linea   Rispondi quotando
Vecchio 30-07-2009, 22:33   #2
akex
 
Status: Junior Member
Registrato dal: Jul 2009
Messaggi: 5
akex Reputazione da appena iscitto
predefinito

Works perfectly

Thanks a lot
Immagini allegate
Tipo di file: png device.png‎ (17.0 KB, 592 visite)
akex non è in linea   Rispondi quotando
Vecchio 30-07-2009, 23:02   #3
phete
 
Status: Junior Member
Registrato dal: Jul 2009
Messaggi: 24
phete Reputazione da appena iscitto
predefinito

what do you mean by "only linux"?
or did you just mean that the provided adb and fastboot is for linux?
phete non è in linea   Rispondi quotando
Vecchio 30-07-2009, 23:22   #4
drakaz
 
Status: Senior Member
Registrato dal: Jul 2009
Messaggi: 136
drakaz Reputazione da appena iscitto
predefinito

Quote:
Originariamente inviata da phete Visualizza il messaggio
what do you mean by "only linux"?
or did you just mean that the provided adb and fastboot is for linux?
I mean if you have succeeded use adb and fastboot with Samsung Galaxy on Windows, it's compatible windows...
But, for now, i believe it's not possible


Edit : perhaps works in vmware ? If tou see your Galaxy with ./fastboot devices or ./adb devices, it should be nice...

Ultima modifica di drakaz; 30-07-2009 a 23:51.
drakaz non è in linea   Rispondi quotando
Vecchio 03-08-2009, 03:19   #5
ggtorrent
 
Status: Junior Member
Registrato dal: Aug 2009
Messaggi: 22
ggtorrent Reputazione da appena iscitto
predefinito I don't understand the begining

Hi there !

Sorry but i don't understand this step :
- Put fastboot, adb, and the modified recovery file on the same directory
- Execute :
chmod 755 adb
chmod 755 fastboot

WHERE ? WHEN ?

thx
ggtorrent non è in linea   Rispondi quotando
Vecchio 03-08-2009, 13:35   #6
drakaz
 
Status: Senior Member
Registrato dal: Jul 2009
Messaggi: 136
drakaz Reputazione da appena iscitto
predefinito

Quote:
Originariamente inviata da ggtorrent Visualizza il messaggio
Hi there !

Sorry but i don't understand this step :
- Put fastboot, adb, and the modified recovery file on the same directory
- Execute :
chmod 755 adb
chmod 755 fastboot

WHERE ? WHEN ?

thx

In the directory where you placed those files....But i'm sure adb and fastboot are alreay executable :p
drakaz non è in linea   Rispondi quotando
Vecchio 03-08-2009, 19:39   #7
ggtorrent
 
Status: Junior Member
Registrato dal: Aug 2009
Messaggi: 22
ggtorrent Reputazione da appena iscitto
predefinito More details please

Thanks Drakaz to your reply but i have not understood all the process.
Ok to change file attribute with chmod, i'm under windows so i use filezilla.
But could you explain with more details when you say :
Execute this command to flash your recovery partition :
./fastboot flash recovery recovery.img


How do you do that when you're in fastboot mode on the galaxy ?
I suppose it must it be on the PC but how ?
The Galaxy should be connect in usb at this moment or later ?
Is it the same way when you say :
Execute :
./adb shell

Where ? How ? What should i do on my windows pc ?

And when you say adb & fastboot are already executable...what do you mean exactly ?
And why when i'm in fastboot mode with Galaxy connect in USB, windows detect a new peripheral named 'Androïd 1.0' and whatever usb driver i've tried windows could'nt install the driver as if it was not the one that it expects.

Sorry i must appear for someone that don't understand anything but i'm trying to interest to my new phone abilities.
Could you give me more details please ?
And what about make a save of the recovery partition before doing that ? Is it useful or not ? If yes how ?

Thanks by advance to reply to all my question.
ggtorrent non è in linea   Rispondi quotando
Vecchio 04-08-2009, 00:06   #8
phete
 
Status: Junior Member
Registrato dal: Jul 2009
Messaggi: 24
phete Reputazione da appena iscitto
predefinito

Quote:
Originariamente inviata da ggtorrent Visualizza il messaggio
Thanks Drakaz to your reply but i have not understood all the process.
Ok to change file attribute with chmod, i'm under windows so i use filezilla.
But could you explain with more details when you say :
Execute this command to flash your recovery partition :
./fastboot flash recovery recovery.img


How do you do that when you're in fastboot mode on the galaxy ?
I suppose it must it be on the PC but how ?
The Galaxy should be connect in usb at this moment or later ?
Is it the same way when you say :
Execute :
./adb shell

Where ? How ? What should i do on my windows pc ?

And when you say adb & fastboot are already executable...what do you mean exactly ?
And why when i'm in fastboot mode with Galaxy connect in USB, windows detect a new peripheral named 'Androïd 1.0' and whatever usb driver i've tried windows could'nt install the driver as if it was not the one that it expects.

Sorry i must appear for someone that don't understand anything but i'm trying to interest to my new phone abilities.
Could you give me more details please ?
And what about make a save of the recovery partition before doing that ? Is it useful or not ? If yes how ?

Thanks by advance to reply to all my question.
Just a tip mate, by the sound of your post I would advise you against going through with this procedure... you clearly don't know half of what's been said in the original post which leads me to the conclusion that you're probably not in the need of rooting your phone.

You should always be fully aware of everything you do when playing around with stuff like this and even if you say you're "trying to get to know your phones abilities", rooting isn't something you should just "try out". You should only do it if you know exactly what the risks are.

Just a tip
phete non è in linea   Rispondi quotando
Vecchio 04-08-2009, 22:57   #9
ggtorrent
 
Status: Junior Member
Registrato dal: Aug 2009
Messaggi: 22
ggtorrent Reputazione da appena iscitto
predefinito Thanks

Ok i'm root !
I'd could install advanced task manager...
I was a bit afraid to make a crash
What is the command line that corresponding to factory reset in galaxy settings ?
ggtorrent non è in linea   Rispondi quotando
Vecchio 04-08-2009, 23:43   #10
drakaz
 
Status: Senior Member
Registrato dal: Jul 2009
Messaggi: 136
drakaz Reputazione da appena iscitto
predefinito

Quote:
Originariamente inviata da ggtorrent Visualizza il messaggio
Ok i'm root !
I'd could install advanced task manager...
I was a bit afraid to make a crash
What is the command line that corresponding to factory reset in galaxy settings ?
I suggest you to install my recovery and backup your system before : [Solo gli utenti registrati al Forum possono vedere i link. ]

After your tests, you will be able to restore your system with the recovery
drakaz non è in linea   Rispondi quotando
Rispondi


Strumenti della discussione
Modalità di visualizzazione

Regole d'invio
Non puoi inserire discussioni
Non puoi inserire repliche
Non puoi inserire allegati
Non puoi modificare i tuoi messaggi

BB code è attivo
Le smilie sono attive
Il codice IMG è attivo
il codice HTML è disattivato

Salto del forum


Tutti gli orari sono GMT +2. Attualmente sono le 20:28.


A vBSkinworks Design
Powered by vBulletin Copyright © 2000-2010 Jelsoft Enterprises Limited.