Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Leduck
Old
#11  
Junior Member
Thanks Meter 0
Posts: 7
Join Date: Sep 2011
Location: Curitiba
Your script has saved me a lot of work, because I'm tired of borrowing the notebook of my wife for flashing my phone and was looking for solutions for linux, missing root can do, I do not want to use SuperOneclick (did not want to install it just for Mono ) and go on to adapt the script DoomLord for Linux, which you did very well done. Now I can do everything on my computer with linux, what about the bug, I realized that the program was part of the original script, but I made a warning to those who wish, like me, deactivate the check room not to lose Google Maps (or have to reinstall the Market).
 
laloi
Old
#12  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2007
Question adb drivers in linux ?

Hy ! Can I use this script to root my Galaxy Note ? And can you say me how to install adb drivers in linux, plz ?
 
amishxda
Old
#13  
Member - OP
Thanks Meter 33
Posts: 41
Join Date: Dec 2011
Just try it.

ADB is already there with script.

If you have fedora then u can install adb by running:

yum install android-tools
The Following User Says Thank You to amishxda For This Useful Post: [ Click to Expand ]
 
laloi
Old
#14  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2007
Default OK

Thank you, i will try. I didn't realize that "ADP" is the same as "ADP drivers".
 
amishxda
Old
#15  
Member - OP
Thanks Meter 33
Posts: 41
Join Date: Dec 2011
well in linux there is nothing like drivers u can say

very few hardware require driver.

and when android itself is born from linux, linux shud already have support for it
The Following User Says Thank You to amishxda For This Useful Post: [ Click to Expand ]
 
laloi
Old
#16  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2007
Everything went well, thank you very much! We should just specify the need to execute the file "runme-linux" as root (with "sudo") ;).

I would not to abuse, but would it be possible to have the same thing for unroot, please ?
 
laloi
Old
#17  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2007
Post Easy unroot for linux

Hy,

I used Amish translation to do the same for the DooMLoRD's Unrooting Script. I succesfully tried it with my phone, but REMEMBER YOU ARE DOING THIS AT YOUR OWN RISK (I suppose you know this song ;))

DooMLoRD's instructions :
so here is the unrooting script to be USED ONLY AND ONLY IF U HAVE USED MY FILES (Easy Rooting Toolkit) FOR ROOTING

[ WARNING ]

if u have used any other way/solution for rooting then PLEASE DO NOT RUN THIS... you MIGHT END UP with damaged system...

(thats cause some ppl create symlinks for busybox in /system/bin/ which wipes out stock symlinks to /system/bin/toolbox and breaks/damages system)

More informations here http://forum.xda-developers.com/show...php?p=18615502 and here http://forum.xda-developers.com/show....php?t=1329360
Attached Files
File Type: zip DooMLoRD_v1_UNROOTING_Linux.zip - [Click for QR Code] (670.5 KB, 66 views)
 
amishxda
Old
#18  
Member - OP
Thanks Meter 33
Posts: 41
Join Date: Dec 2011
I havent unrooted but I think unrooting wud be nothing but removing busybox symlinks (and busybox itself) and removing su binary and superuser.apk.
 
amishxda
Old
#19  
Member - OP
Thanks Meter 33
Posts: 41
Join Date: Dec 2011
btw there is no need to run "runme-linux" as super user.

it works as normal user (recommended)
 
laloi
Old
#20  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2007
Quote:
Originally Posted by amishxda View Post
btw there is no need to run "runme-linux" as super user.

it works as normal user (recommended)
If I run the script without sudo, the script block just after "* daemon started successfully *"

You can see below the console log :

Code:
---------------------------------------------------------------
                Easy rooting toolkit (v4.0)
                   created by DooMLoRD
        using exploit zergRush (Revolutionary Team)
 This script has been ported by paxchristos and modified by amish
   Credits go to all those involved in making this possible!
---------------------------------------------------------------[*] This script will:
     (1) root ur device using latest zergRush exploit (16 Nov)
     (2) install Busybox (1.18.4)
     (3) install SU files (binary: 3.0.3 and apk: 3.0.6)
     (4) some checks for free space, tmp directory
         (will remove Google Maps if required)[*] Before u begin:
     (1) make sure u have installed adb drivers for ur device
     (2) enable 'USB DEBUGGING'
           from (Menu\Settings\Applications\Development)
     (3) enable 'UNKNOWN SOURCES'
           from (Menu\Settings\Applications)
     (4) [OPTIONAL] increase screen timeout to 10 minutes
     (5) connect USB cable to PHONE and then connect to PC
     (6) skip 'PC Companion Software' prompt on device
---------------------------------------------------------------
 CONFIRM ALL THE ABOVE THEN
 PRESS ENTER WITHIN 120 seconds TO CONTINUE OR ctrl-c to cancel

--Starting---
---Killing the adb server to make sure that there are no problems---
---Waiting for Device---
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
^C (because no reaction after 5 minutes)
error: protocol fault (no status)
---Cleaning out any previous zergRush attempts---
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: insufficient permissions for device
error: insufficient permissions for device
---Pushing zergRush---
error: insufficient permissions for device
---Fixing permissions for zergRush---
error: insufficient permissions for device
---Running zergRush---
If it gets stuck here for a long time then try:
1)disconnect usb cable and reconnect it
2)toggle 'Usb Debugging' (first disable it then reenable it)
error: insufficient permissions for device
---Waiting for Device---
^C
If I run the same script as root (with "sudo"), the script continues without problem.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...