Go Back   Android Forums > Android Phones > Samsung Behold 2 > Behold 2 - All Things Root

Behold 2 - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old November 29th, 2009, 10:35 PM   #1 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default Persistant root

EDIT: This is probably a better way to do it http://androidforums.com/samsung-behold-2/46137-how-root-apps-working-persistent-root.html

So we have persistant root

Thanks to chaoscentral for testing it out

You need this file - try3:
http://rapidshare.com/files/304169950/try3
alt link http://www.4shared.com/file/14856430...e869/try3.html

Code:
adb push try3 /data/local
adb shell chmod 0755 /data/local/try3
adb shell
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
su
cat  /system/bin/playlogo >  /system/bin/playlogo_real
/system/bin/chmod 0755 /system/bin/playlogo_real
 
echo "#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
/system/bin/playlogo_real" > /system/bin/playlogo
Reboot, adb shell in and type 'su' to become root :P


EDIT:
People seem to be confused what this means! So here's a simple explanation.

- The above means you can root the phone, and so use any programs which NEED root to work. eg market enabler, or market apps marked (ROOT)

- This is the first step to a custom ROM, but doesnt mean we can just make one up as simply as we can for other phones like the galaxy or HTC.

- If you don't understand the above, then you most likely DONT need to run it!

- If you don't need to run any 'root' only apps you DONT need to run the above!

This is more a proof that persistant root is possible, and the first step that rom cookers will need to make a custom rom. However there are still some obsticles to get over. We need to kill the running processes and rerun the custom ones. This hasnt been done before and would be a new technique - so it will take time.

EDIT2:
I've decided against buying a behold 2/swapping my galaxy for one, so someone else will have to carry on from here. Good luck guys

kam187 is offline  
Last edited by kam187; February 17th, 2010 at 01:17 PM.
Reply With Quote
Sponsors
Old November 29th, 2009, 10:55 PM   #2 (permalink)
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 89 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

This works! I got to help try this out
chaoscentral is offline  
Reply With Quote
Old November 29th, 2009, 11:16 PM   #3 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Good job guys. Hope to try it out when mine gets here.
fenfir is offline  
Reply With Quote
Old November 29th, 2009, 11:37 PM   #4 (permalink)
Junior Member
 
jazzedmurf's Avatar
 
Join Date: Nov 2009
Location: Indiana
Posts: 97
 
Device(s): Samsung Behold II
Thanks: 68
Thanked 2 Times in 2 Posts
Default

As this is my first Android device, I'm a total newb on the hacking side of things. What does this mean? Should I be jumping for joy--or just excited that soon I'll be able to jump for joy?

Whatever the case, thank you guys so much for taking such fast steps towards making this phone reach its potential!

Murf
jazzedmurf is offline  
Reply With Quote
Old November 29th, 2009, 11:47 PM   #5 (permalink)
Member
 
Join Date: Nov 2009
Posts: 314
 
Device(s):
Thanks: 8
Thanked 4 Times in 4 Posts
Default

so is this a root to 1.6? i am also a newb, please give more details
derrickps3 is offline  
Reply With Quote
Old November 29th, 2009, 11:53 PM   #6 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I don't under stand where to type this code into and how to do the whole procedure
bigch0ps is offline  
Reply With Quote
Old November 30th, 2009, 12:05 AM   #7 (permalink)
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 89 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

Quote:
Originally Posted by bigch0ps View Post
I don't under stand where to type this code into and how to do the whole procedure
in the command prompt with your computer connected through usb, make sure you have tha android SDK installed with ADB working. If any of that confuses you, have a read up here

Android SDK | Android Developers

Also for those wondering what root allows you to do, please see

Why Root - Android Wiki
chaoscentral is offline  
Reply With Quote
Old November 30th, 2009, 12:09 AM   #8 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Alright thank you. I will read up.
bigch0ps is offline  
Reply With Quote
Old November 30th, 2009, 12:11 AM   #9 (permalink)
Junior Member
 
jazzedmurf's Avatar
 
Join Date: Nov 2009
Location: Indiana
Posts: 97
 
Device(s): Samsung Behold II
Thanks: 68
Thanked 2 Times in 2 Posts
Default

"What Do I Lose Having Root?

5. The ability to have a knowledgeable conversation with a T-Mobile rep about your phone. (Ask one of them to spell root for you)"

Ha.
jazzedmurf is offline  
Reply With Quote
Old November 30th, 2009, 12:22 AM   #10 (permalink)
Senior Member
 
behold_this's Avatar
 
Join Date: Nov 2009
Posts: 1,419
 
Device(s): HTC Sensation 4G, MyTouch 3G Slide
Thanks: 168
Thanked 246 Times in 169 Posts
Default

thanx so much guys, for all your good work. is there anyway we could trouble you for a full walk-through/tutorial? do you have to preform the usb/three button boot up mentioned in earlier thread?
behold_this is offline  
Reply With Quote
Sponsors
Old November 30th, 2009, 02:09 AM   #11 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 5
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default thanks! and two questions....

thanks guys for all the work. I'm an Android newbie and have two rooting questions specific to this phone:

If I root do the phone do I
a) lose the pulldown status bar at the top that i really like?
b) preclude myself from any updates from Samsung (including version 2.0)?

This phone is coming together now...thanks everyone here!
kchop
kchop is offline  
Reply With Quote
Old November 30th, 2009, 03:36 AM   #12 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 16
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I keep getting "playlogo: no such file or directory" on the "cat playlogo > playlogo_real" step. any help for this would be greatly appreciated
march7th is offline  
Reply With Quote
Old November 30th, 2009, 04:53 AM   #13 (permalink)
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 89 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

Quote:
Originally Posted by march7th View Post
I keep getting "playlogo: no such file or directory" on the "cat playlogo > playlogo_real" step. any help for this would be greatly appreciated
slight oversight on the code, should be

Code:
cat /system/bin/playlogo > /system/bin/playlogo_real



Quote:
thanks guys for all the work. I'm an Android newbie and have two rooting questions specific to this phone:

If I root do the phone do I
a) lose the pulldown status bar at the top that i really like?
b) preclude myself from any updates from Samsung (including version 2.0)?

This phone is coming together now...thanks everyone here!
kchop
a) this has no effect on removing what your phone currently has. This isn't a custom ROM, it just simply allows you to have complete control over your phone.
b) it does not block any OTA updates such as the 2.0 update, but be warned, if you do update there might not be a way to get root back.
chaoscentral is offline  
Last edited by chaoscentral; November 30th, 2009 at 04:55 AM.
Reply With Quote
Old November 30th, 2009, 05:16 AM   #14 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 16
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thank you! is the last step of code off too? I get a not found on that as well. thanks again for everything
march7th is offline  
Reply With Quote
Old November 30th, 2009, 09:07 AM   #15 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Awesome!!

What about flashing the recovery partition? Any luck with that?
Sloth is offline  
Reply With Quote
Old November 30th, 2009, 09:53 AM   #16 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

So it looks like the system partition isnt restored, but instead some script must check the su and sh commands. I assume then that the recovery partition isnt flashing because its either in a different place (odin), or it needs to be signed properly.

Since we have a script that can run on boot, we can store a file on the sdcard called updat.zip, and extract it over system on boot.

However the playlogo (and any other file we choose) HAS to run AFTER the init.rc because the init.rc mounts the partitions.

That means running a custom rom is a little more tricky, because we need to kill system processes and restart them. I'm definatly up for making a custom rom, and have several ideas how to do it. I really want to port the sense UI actually.

As soon as i get a behold i'll start on it
kam187 is offline  
Reply With Quote
Old November 30th, 2009, 12:27 PM   #17 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

when I download the android sdk do i download the latest version or do i download what is installed on my phone (1.5)????
bigch0ps is offline  
Reply With Quote
Old November 30th, 2009, 01:44 PM   #18 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 55
 
Device(s):
Thanks: 1
Thanked 3 Times in 1 Post
Default

Quote:
Originally Posted by kam187 View Post
So it looks like the system partition isnt restored, but instead some script must check the su and sh commands. I assume then that the recovery partition isnt flashing because its either in a different place (odin), or it needs to be signed properly.

Since we have a script that can run on boot, we can store a file on the sdcard called updat.zip, and extract it over system on boot.

However the playlogo (and any other file we choose) HAS to run AFTER the init.rc because the init.rc mounts the partitions.

That means running a custom rom is a little more tricky, because we need to kill system processes and restart them. I'm definatly up for making a custom rom, and have several ideas how to do it. I really want to port the sense UI actually.

As soon as i get a behold i'll start on it
Yeah, but thanks to this its gone from impossible to tedious. I'll help out once mine comes in.
Ozymandias is offline  
Reply With Quote
Old November 30th, 2009, 01:44 PM   #19 (permalink)
Member
 
Join Date: Nov 2009
Posts: 314
 
Device(s):
Thanks: 8
Thanked 4 Times in 4 Posts
Default

so does this root lest us installs apps onto our sd cards?
derrickps3 is offline  
Reply With Quote
Old November 30th, 2009, 03:34 PM   #20 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

this is driving me crazy... I must be missing something. I cant do it.
bigch0ps is offline  
Reply With Quote
Sponsors
Old November 30th, 2009, 05:11 PM   #21 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

Quote:
Originally Posted by Ozymandias View Post
Yeah, but thanks to this its gone from impossible to tedious. I'll help out once mine comes in.
Well not quite tedious. It can still be packaged up into an easy procedure. Its just alot more complicated to make the custom rom in the first place to start all the processes properly.

Quote:
Originally Posted by bigch0ps View Post
this is driving me crazy... I must be missing something. I cant do it.
It might help if you described your problem a bit more. 'i cant do it' isnt going to get u much help!!
kam187 is offline  
Reply With Quote
Old November 30th, 2009, 05:38 PM   #22 (permalink)
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 89 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

Quote:
Originally Posted by bigch0ps View Post
this is driving me crazy... I must be missing something. I cant do it.
give me about 15 minutes, making a quick video and I'll be putting on youtube.
chaoscentral is offline  
Reply With Quote
Old November 30th, 2009, 06:50 PM   #23 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default "I can't do it"

I posted that out of frustration. I was talking about the whole root process in general. I downloaded the latest sdk and I couldn't get my serial number to show up in the command box on my pc. But I see that chaoscentral is going to post a video which is greatly appreciated. Once I see the video I will probably smack myself! Dohhh!! Thanks again chaos and kam for your replies.
bigch0ps is offline  
Reply With Quote
Old November 30th, 2009, 07:26 PM   #24 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default recovery image

why can't we have a recovery image for the phone?
alexsandor is offline  
Reply With Quote
Old November 30th, 2009, 08:19 PM   #25 (permalink)
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 89 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

Here is the youtube video of how to root once the SDK is installed,



bigch0ps, I'll make another video on how to setup the sdk if you still havent gotten it by now.
chaoscentral is offline  
Reply With Quote
Old November 30th, 2009, 08:45 PM   #26 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by alexsandor View Post
why can't we have a recovery image for the phone?
If we can, great. It might be even easier (and cooler...) to simply redirect the boot to a system image on an SD card.
Sloth is offline  
Reply With Quote
Old November 30th, 2009, 09:02 PM   #27 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

The 'playlogo' hijack happens _after_ init.rc. That means all the services and system proceses are already setup and running. And of course all the filesystems are already mounted.

You need to kill each process (that you're custom rom won't use), extract the new files over to system, and delete any u want to delete, and then run the new versions of those processes.

You also need to make sure none of the 'old' processes screw up anything on /data

Its all possible, but it needs work and a physical device to work on, which i dont have!
kam187 is offline  
Reply With Quote
Old November 30th, 2009, 09:11 PM   #28 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the video. I am getting closer to understanding but something is still not write. I installed the sdk and the adb drivers. I can now key in androidsdk in the commands. i type "cd androidsdk/tools then adb devices and my phone shows up as "sgh-t939". I dont know what to do next.
bigch0ps is offline  
Reply With Quote
Old November 30th, 2009, 09:52 PM   #29 (permalink)
KDH
Junior Member
 
KDH's Avatar
 
Join Date: Nov 2009
Location: Kansas
Posts: 16
 
Device(s): Samsung Behold 2
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via AIM to KDH Send a message via MSN to KDH
Default

Thanks for this. I've been waiting to get permanent root on my phone.
KDH is offline  
Reply With Quote
Old November 30th, 2009, 09:59 PM   #30 (permalink)
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 89 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

Quote:
Originally Posted by bigch0ps View Post
Thanks for the video. I am getting closer to understanding but something is still not write. I installed the sdk and the adb drivers. I can now key in androidsdk in the commands. i type "cd androidsdk/tools then adb devices and my phone shows up as "sgh-t939". I dont know what to do next.
ok, to make things easier, add the android sdk tools directory to the path variable. First make sure its somewhere easy to get to no spaces, like c:\androidsdk\tools then on vista or 7

Right click computer > Properties
Advanced System Settings
Environment Variables
Under system variables select PATH click edit
at the end add ";c:\androidsdk\tools" without the quotes

open a cmd prompt, and type adb devices if you see your device, you are all set and good to go,

After that download the try3 file in the first post, put it in c:\ and do cd c:\ then just follow the commands in the first post
chaoscentral is offline  
Last edited by chaoscentral; November 30th, 2009 at 10:00 PM.
Reply With Quote
Sponsors
Old November 30th, 2009, 11:31 PM   #31 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 9
 
Device(s): Samsung Behold II
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by bigch0ps View Post
Thanks for the video. I am getting closer to understanding but something is still not write. I installed the sdk and the adb drivers. I can now key in androidsdk in the commands. i type "cd androidsdk/tools then adb devices and my phone shows up as "sgh-t939". I dont know what to do next.
Well since you are able to see your phone using adb devices all you have to do is put the try3 file in whatever folder you are in.

For example your command promt reads: "C:/androidsdk/tools" then put the try3 file in C:/androidsdk/tools and then start issuing the commands listed in OP.
cleric is offline  
Reply With Quote
Old December 1st, 2009, 05:52 AM   #32 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I got all the way to reboot and then nothing happened. Is my phone supposed to reboot ? It seems like nothing happened. After typing reboot I tried getting back to adb shell and couldn't.
bigch0ps is offline  
Reply With Quote
Old December 1st, 2009, 06:10 AM   #33 (permalink)
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,841
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 104
Thanked 917 Times in 775 Posts
Default

are you using 1.5 r3 or 1.6 sdk?

should be 1.5 iirc
Rastaman-FB is online now  
Reply With Quote
Old December 1st, 2009, 07:33 AM   #34 (permalink)
Senior Member
 
behold_this's Avatar
 
Join Date: Nov 2009
Posts: 1,419
 
Device(s): HTC Sensation 4G, MyTouch 3G Slide
Thanks: 168
Thanked 246 Times in 169 Posts
Default

Anyway you could post a video for the sdk. I can't it to recognize phone. Thanx for any help
behold_this is offline  
Reply With Quote
Old December 1st, 2009, 07:59 AM   #35 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Reno, NV
Posts: 16
 
Device(s): Google Nexus One MyTouch 3G Google ION
Thanks: 0
Thanked 0 Times in 0 Posts
Default Am I brain dead?

echo#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
/system/bin/playlogo_real: not found

hmmm

ls /system/bin/p*
/system/bin/ping
/system/bin/playlogo
/system/bin/playlogo_real
/system/bin/playmp3
/system/bin/pm
/system/bin/port-bridge
/system/bin/printenv
/system/bin/ps
bwilliams is offline  
Reply With Quote
Old December 1st, 2009, 09:08 AM   #36 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

You need to type this exactly line by line:

echo "#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
/system/bin/playlogo_real" > /system/bin/playlogo

Then you can do:

cat /system/bin/playlogo

to check its correct. It should return:

#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
/system/bin/playlogo_real


[You forgot the " in the command]
kam187 is offline  
Last edited by kam187; December 1st, 2009 at 09:09 AM.
Reply With Quote
Old December 1st, 2009, 09:16 AM   #37 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Reno, NV
Posts: 16
 
Device(s): Google Nexus One MyTouch 3G Google ION
Thanks: 0
Thanked 0 Times in 0 Posts
Default Nice

Awesome


# cat /system/bin/playlogo
cat /system/bin/playlogo
#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
/system/bin/playlogo_real
#
bwilliams is offline  
Reply With Quote
Old December 1st, 2009, 12:42 PM   #38 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

When I installed the sdk it said it was just tools. Once I opened it installed some add ons
bigch0ps is offline  
Reply With Quote
Old December 1st, 2009, 02:36 PM   #39 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 14
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

even after setting it in the path I'm getting " not a recogonized command"

when I run it straight from the path I get the error " no device found" USB debuging is on and the fone is set on PC studio. I'm getting the same thing on all three of my box's Vista XP and ubuntu.
it took some major tweeks to get that far on ubuntu. So if I can get this running on my vista machine I would be happy. also the only SDK I see to DL is the r3 version is that the one I need it's the one I have installed. If not how about a pointer to 1.5

PS: 1st post I've been lurking and reading since the 18th when I got the fone. and registered on the 23rd. but it seems NOW I need some help.

later
Rich
armalite_ar50 is offline  
Reply With Quote
Old December 1st, 2009, 02:39 PM   #40 (permalink)
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 89 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

Quote:
Originally Posted by armalite_ar50 View Post
even after setting it in the path I'm getting " not a recogonized command"

when I run it straight from the path I get the error " no device found" USB debuging is on and the fone is set on PC studio. I'm getting the same thing on all three of my box's Vista XP and ubuntu.
it took some major tweeks to get that far on ubuntu. So if I can get this running on my vista machine I would be happy. also the only SDK I see to DL is the r3 version is that the one I need it's the one I have installed. If not how about a pointer to 1.5

PS: 1st post I've been lurking and reading since the 18th when I got the fone. and registered on the 23rd. but it seems NOW I need some help.

later
Rich
Do you have the proper drivers installed?

Usb drivers
chaoscentral is offline  
Reply With Quote
Sponsors
Old December 1st, 2009, 03:17 PM   #41 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 14
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

THANK YOU CHAOSCENTRAL!!!!!!!
that was it. missing the drivers. I wonder why the android SDK site doesn't have these? So now I'll be off to root the fone and hopefully I'll get this working in juanty soon along with the wintell boxes.

once again thanks
Later
Rich
armalite_ar50 is offline  
Reply With Quote
Old December 1st, 2009, 03:56 PM   #42 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 14
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Once again THANK YOU!!!!
It worked perfectly the 1st time through. su gives me the # instead of the $
upon reboot of the fone.
There are some intersting directories on this thing.
once again thanks.
later
Rich
armalite_ar50 is offline  
Reply With Quote
Old December 1st, 2009, 04:33 PM   #43 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have finally figured everything out. The only problem I am having now is... Once i type reboot it shuts my phone off but my phone doesnt restart. I have tried this a few times and the same thing happens. What am I doing wrong???
bigch0ps is offline  
Reply With Quote
Old December 1st, 2009, 04:48 PM   #44 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 14
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

When I did mine I did a hard boot (pulled the battery) I didn't want to chance a soft boot. (power down/restart) try it with a battery pull. you should be able to hard boot it. also I didn't disconnect the USB cable upon reboot. but that didn't seem to matter as it's been unplugged a few time since and I still have root when I type su.
SO this is persistant and it does work. my barrier was the USB drivers.

I know a lot about linux slackware and ubuntu but this is my 1st android fone. not my 1st fone hack but my 1st android hack. OH WELL gotta start somewhere.
Once again thanks to the pple who wasted countless hours like me getting this working.
later
Rich
armalite_ar50 is offline  
Reply With Quote
Old December 1st, 2009, 05:18 PM   #45 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

well I guess I rooted the phone.. but i had to do a factory reset because it was extremely laggy and my homescreen shortcuts kept dissappearing. I guess its just not going to happen. This sux
bigch0ps is offline  
Reply With Quote
Old December 2nd, 2009, 05:59 AM   #46 (permalink)
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,841
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 104
Thanked 917 Times in 775 Posts
Default

Quote:
Originally Posted by bigch0ps View Post
well I guess I rooted the phone.. but i had to do a factory reset because it was extremely laggy and my homescreen shortcuts kept dissappearing. I guess its just not going to happen. This sux
rooting should never make that happen
all its doing is allowing elevated permissions to the device for more access and potentially improved functionality
Rastaman-FB is online now  
Reply With Quote
Old December 2nd, 2009, 09:38 AM   #47 (permalink)
Member
 
Join Date: Nov 2009
Posts: 314
 
Device(s):
Thanks: 8
Thanked 4 Times in 4 Posts
Default

well is there a update coming out? cause this thread is confusing
derrickps3 is offline  
Reply With Quote
Old December 2nd, 2009, 11:55 AM   #48 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

Updated the first post for people who dont understand what this means.
kam187 is offline  
Reply With Quote
Old December 2nd, 2009, 04:09 PM   #49 (permalink)
Junior Member
 
Join Date: Nov 2009
Location: Queens, New York, U.S.A.
Posts: 49
 
Device(s): Samsung Behold 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i somehow bricked my phone doing this last night. I had to exchangr it. Every program firce closed and the phone wouldnt do anything.
bigch0ps is offline  
Reply With Quote
Old December 2nd, 2009, 05:22 PM   #50 (permalink)
Member
 
Join Date: Nov 2009
Posts: 314
 
Device(s):
Thanks: 8
Thanked 4 Times in 4 Posts
Default

lol, now i'm definetly not doing it
derrickps3 is offline  
Reply With Quote
Sponsors
Reply

Samsung Behold 2
Current Rating:
Rate this Phone:

The Samsung Behold 2 for T-Mobile greatly improves on the first version of the phone by adding Android to the mix, providing for a powerful combination of hardware and sowftware. With Android, Samsung's custom TouchWiz UI, a 3.2-inch AMOLED Tou... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Samsung Behold 2 > Behold 2 - All Things Root User CP
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Guess Bing is persistant selvikin Samsung Fascinate 1 September 10th, 2010 03:16 PM
Persistant Unique Notificatiions & BIS Level 1 Type Notifications Sharpy Application Requests 1 August 2nd, 2010 06:34 PM
Support Maintaining a persistant data signal? Shinji_Ikari Motorola Backflip 1 July 12th, 2010 12:39 PM
Question about Stock + persistant root ROM megabiteg Behold 2 - All Things Root 3 March 18th, 2010 10:13 AM



All times are GMT -5. The time now is 03:47 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.