Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
mewshi
Old
#1  
Member - OP
Thanks Meter 10
Posts: 65
Join Date: Dec 2009
Default I somehow got root

Using this

I let it run twice, and now it works great... weird.
 
sd_shadow
Old
#2  
sd_shadow's Avatar
Senior Member
Thanks Meter 591
Posts: 1,790
Join Date: Sep 2011
Location: South Dakota
running 2.3.4/4.5.621?
ROOT] Framaroot, a one-click application to root
I have verified it works with these Motorola devices running android 2.3.4
Droid 2 (a955), Droid 2 Global (a956), R2D2 (a957), & Droid X (MB810)
video Super Easy Droid X, Droid 2 Rooting app


Always in motion is the future
 
AcridGosling
Old
#3  
Junior Member
Thanks Meter 1
Posts: 11
Join Date: May 2012
Quote:
Originally Posted by sd_shadow View Post
running 2.3.4/4.5.621?
Seriously need root back on my phone. Is this build 4.5.621 on android 2.3.4?????

I had to get warranty replacement, and replacement is upgraded!!!!!!

Please let me know.

Sent from my DROID2 using Tapatalk 2
 
underlord28
Old
#4  
Junior Member
Thanks Meter 1
Posts: 6
Join Date: Feb 2012
I tried the same thing you said you did and got nothing. which build version are you on? im on this god forsaken .622 on the r2d2 and nothing will work for root. if anyone has heard any news about accomplishing it please let me know
 
jwagman1
Old
#5  
jwagman1's Avatar
Member
Thanks Meter 1
Posts: 58
Join Date: May 2007
I Tried it a bunch of times on .621 and could not obtain root.


Data:

> su
> /system/xbin/su
> mount -o remount,rw /dev/block/mtdblock3 /system
> if [ -e /data/local/12m.bak ];
> then
> rm /data/local/12m.bak
> fi
> exit
> exit
$ su
su: permission denied
$ /system/xbin/su
/system/xbin/su: not found
$ mount -o remount,rw /dev/block/mtdblock3 /system
if [ -e /data/local/12m.bak ];
mount: Operation not permitted
$ if [ -e /data/local/12m.bak ];
> then
> rm /data/local/12m.bak
> fi
exit
$ exit
(success)

> mv /data/local/12m /data/local/12m.bak
(success)

> ln -s /data /data/local/12m
(success)

> su
> /system/xbin/su
> mount -o remount,rw /dev/block/mtdblock3 /system
> if [ -e /data/local/12m ];
> then
> rm /data/local/12m
> fi
> exit
> exit
$ su
mount -o remount,rw /dev/block/mtdblock3 /system
su: permission denied
$ /system/xbin/su
/system/xbin/su: not found
$ mount -o remount,rw /dev/block/mtdblock3 /system
if [ -e /data/local/12m ];
mount: Operation not permitted
$ if [ -e /data/local/12m ];
> then
> rm /data/local/12m
> fi
exit
$ exit
(success)

> mv /data/local/12m.bak /data/local/12m
(success)

> su
> /system/xbin/su
> mount -o remount,rw /dev/block/mtdblock3 /system
> if [ -e /data/local.prop.bak ];
> then
> rm /data/local.prop.bak
> fi
> exit
> exit
su
/system/xbin/su
$ su
su: permission denied
$ /system/xbin/su
/system/xbin/su: not found
$ mount -o remount,rw /dev/block/mtdblock3 /system
mount: Operation not permitted
$ if [ -e /data/local.prop.bak ];
> then
> rm /data/local.prop.bak
> fi
$ exit
(success)

> mv /data/local.prop /data/local.prop.bak
> echo "ro.sys.atvc_allow_netmon_usb=0" > /data/local.prop
> echo "ro.sys.atvc_allow_netmon_ih=0" >> /data/local.prop
> echo "ro.sys.atvc_allow_res_core=0" >> /data/local.prop
> echo "ro.sys.atvc_allow_res_panic=0" >> /data/local.prop
> echo "ro.sys.atvc_allow_all_adb=1" >> /data/local.prop
> echo "ro.sys.atvc_allow_all_core=0" >> /data/local.prop
> echo "ro.sys.atvc_allow_efem=0" >> /data/local.prop
> echo "ro.sys.atvc_allow_bp_log=0" >> /data/local.prop
> echo "ro.sys.atvc_allow_ap_mot_log=0" >> /data/local.prop
> echo "ro.sys.atvc_allow_gki_log=0" >> /data/local.prop
mv /data/local.prop /data/local.prop.bak
echo "ro.sys.atvc_allow_netmon_usb=0" > /data/local.prop
$ mv /data/local.prop /data/local.prop.bak
failed on '/data/local.prop' - Permission denied
echo "ro.sys.atvc_allow_netmon_ih=0" >> /data/local.prop
$ echo "ro.sys.atvc_allow_netmon_usb=0" > /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_netmon_ih=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_res_core=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_res_panic=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_all_adb=1" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_all_core=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_efem=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_bp_log=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_ap_mot_log=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ echo "ro.sys.atvc_allow_gki_log=0" >> /data/local.prop
cannot create /data/local.prop: permission denied
$ exit
(success)
 
underlord28
Old
#6  
Junior Member
Thanks Meter 1
Posts: 6
Join Date: Feb 2012
Yeh that's about all anyone is going to get until a dev figures out the sbf now that it has finally been leaked

*alarmed sputter* from R2D2
 
mewshi
Old
#7  
Member - OP
Thanks Meter 10
Posts: 65
Join Date: Dec 2009
I really don't know how it happened. Like, at all. But... it works now o.O'

Sent from my DROID2 using xda premium
 
supergear
Old
#8  
supergear's Avatar
Senior Member
Thanks Meter 17
Posts: 238
Join Date: Jul 2009
Location: Aurora
Thumbs down i doubt it

i doubt you got root on .621/.622
 
mewshi
Old
(Last edited by mewshi; 28th May 2012 at 02:43 AM.)
#9  
Member - OP
Thanks Meter 10
Posts: 65
Join Date: Dec 2009
I had it working until the data wipe I did today. Will report back with this attempt here.

No updates available, managed to get wifi tether for root users and ultimate backup to work properly. Trust me, I had it.

It looks like something about having it already rooted originally may help me here. Weird...
 
mewshi
Old
#10  
Member - OP
Thanks Meter 10
Posts: 65
Join Date: Dec 2009
Here, have some video proof:

http://www.youtube.com/watch?v=5iwcwoa6Vx0

 
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...

XDA PORTAL POSTS

Learn to Edit Graphics for your Development Work

The importance of good and appropriate graphics for your development work is undeniable. Be … more

Tasker Alternative: AutomateIt, Automates Your Device Tasks – XDA Developer TV

XDA Developer TV Producer Kevin wants to help make your … more

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more

Jolla Sailfish OS Flagship Device Makes First Appearance

Given the amount of coverage that Android receives around here, you could almost be … more