Football Fans: Download the 2012 Schedule App from Google Play!


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 March 26th, 2010, 03:46 AM   #1 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default How-to A2SD for Galaxy & Behold 2 Rom's

A2SD for Galaxy & Behold 2 Rom's

Behold 2 A2SD Feature's
Permission Fixes to Fully Let ADB Push work
Automatic Removal Of Stale Dalvik-Cache
Automatic Removal 0f Stale App-Private
Works With Behold 2 1.5 & 1.6 ports

Download > Behold2 A2SD

Galaxy A2SD Feature's
Automatic Removal of File's Left behind from Stock BH2 rom
Permission Fixes to Fully Let ADB Push work
A2SD & Swap Support ( Swap Doesn't work Due to Kernel )
Automatic Removal Of Stale Dalvik-Cache
Automatic Removal 0f Stale App-Private
Works With Galaxy 1.5 & 1.6 ports

Download > Galaxy A2SD

I recommend everyone to use it even if they don't have a2sd setup... The reason for this is the automatic removal of un-used Folder's and File when we switch to the galaxy rom...

Install How-to
Un-zip Your Download Then Follow the Command Below
Option 1.
Quote:
adb push ( Folder Location ) /system/bin
adb shell
chmod 0755 /system/bin/playlogo
chmod 0755 /system/bin/playlogo_real
Then Reboot the Phone


Option 2.
un-zip to Samsung USB card or adb push ( Folder location ) /sdcard
Quote:
adb shell
cat /sdcard/playlogo > /system/bin/playlogo
cat /sdcard/playlogo_real > /system/bin/playlogo_real
chmod 0755
/system/bin/playlogo_real
chmod 0755 /system/bin/playlogo
Then Reboot the Phone


You can Un-install the App's on the SD at anytime via Application Manager ... Also 100% working Now




Attached Files
File Type: zip NEW_a2sd_NEW.zip (6.0 KB, 413 views)

__________________
Twitter http://twitter.com/Eugene_373 Show thanks?Just send me a PM with a thanks you...
IF you want to buy me a Beer, Click on the Text.*edit* All Donations Goes to Baby Toys now
BH_MAN is offline  
Last edited by BH_MAN; April 23rd, 2010 at 04:43 PM.
Reply With Quote
The Following 8 Users Say Thank You to BH_MAN For This Useful Post:
2FR35H (March 26th, 2010), aznknightz17 (March 26th, 2010), kgreendenver (October 14th, 2010), khunny7 (April 8th, 2010), Mastermind278 (March 26th, 2010), mcyansolo (August 1st, 2010), paul89 (March 26th, 2010), tritran18518 (March 26th, 2010)
Sponsors
Old March 26th, 2010, 12:10 PM   #2 (permalink)
CEO of DNPSEA foundation
 
shawn1224's Avatar
 
Join Date: Dec 2009
Location: Houston, TX
Posts: 2,144
 
Device(s): HTC Inspire 4G (CyanogenMod 7 RC 1)
Thanks: 170
Thanked 282 Times in 201 Posts
Default

Here's a step by step how to for those who want to get started.

shawn1224 is online now  
Last edited by shawn1224; March 26th, 2010 at 12:13 PM.
Reply With Quote
The Following 2 Users Say Thank You to shawn1224 For This Useful Post:
aznknightz17 (March 26th, 2010), spinwizard (March 26th, 2010)
Old March 26th, 2010, 12:22 PM   #3 (permalink)
Member
 
Join Date: Mar 2010
Posts: 140
 
Device(s): Behold 2 (Sold) Mytouch 3G Slide (Sold) HTC Desire Samsung Vibrant
Thanks: 13
Thanked 13 Times in 13 Posts
Default

So I would need to do this in order to get R5 to work properly?
aznknightz17 is offline  
Reply With Quote
Old March 26th, 2010, 12:24 PM   #4 (permalink)
CEO of DNPSEA foundation
 
shawn1224's Avatar
 
Join Date: Dec 2009
Location: Houston, TX
Posts: 2,144
 
Device(s): HTC Inspire 4G (CyanogenMod 7 RC 1)
Thanks: 170
Thanked 282 Times in 201 Posts
Default

Yes, you also need to partition a linux swap ... if you check on xda developers, there are numerous how to's.
shawn1224 is online now  
Reply With Quote
Old March 26th, 2010, 12:51 PM   #5 (permalink)
Senior Member
 
Join Date: Jan 2010
Location: Indiana, US
Posts: 1,004
 
Device(s): Mytouch 4G
Thanks: 161
Thanked 84 Times in 60 Posts
Default

Quote:
Originally Posted by shawn1224 View Post
Yes, you also need to partition a linux swap ... if you check on xda developers, there are numerous how to's.
gparted does that too!
paul89 is offline  
Reply With Quote
Old March 26th, 2010, 01:18 PM   #6 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

R5 Does this Automatic if you Have an ext2 partition... DO Not Run these Commands on R5
BH_MAN is offline  
Reply With Quote
Old March 26th, 2010, 02:44 PM   #7 (permalink)
Senior Member
 
Join Date: Jan 2010
Location: Indiana, US
Posts: 1,004
 
Device(s): Mytouch 4G
Thanks: 161
Thanked 84 Times in 60 Posts
Default

ok I installed r5, and I now have A2SD by using GParted!
thanks bh_man, does this rom use linux-swap if I made a partition for it?
paul89 is offline  
Reply With Quote
Old March 26th, 2010, 02:54 PM   #8 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

Quote:
Originally Posted by paul89 View Post
ok I installed r5, and I now have A2SD by using GParted!
thanks bh_man, does this rom use linux-swap if I made a partition for it?
No, we don't have a Kernel yet that support swap...
BH_MAN is offline  
Reply With Quote
Old March 26th, 2010, 03:01 PM   #9 (permalink)
Senior Member
 
Join Date: Jan 2010
Location: Indiana, US
Posts: 1,004
 
Device(s): Mytouch 4G
Thanks: 161
Thanked 84 Times in 60 Posts
Default

ok lol i only allocated 64mb out of my 8gb card so no big deal ill just leave it
paul89 is offline  
Reply With Quote
Old March 29th, 2010, 02:54 AM   #10 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 11
 
Device(s):
Thanks: 12
Thanked 3 Times in 2 Posts
Default

Ok, so will it work if I put my sd card on my G1, and partition it with amon ras recovery?? And how much mb of ext is recommended?? And does it support ext 4?? Thanks in advance.
drag4k is offline  
Reply With Quote
Sponsors
Old March 29th, 2010, 02:56 AM   #11 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 11
 
Device(s):
Thanks: 12
Thanked 3 Times in 2 Posts
Default

By the way, there is also a program called Paragon Partition Manager that let's you partition many things.
drag4k is offline  
Reply With Quote
Old March 29th, 2010, 11:47 AM   #12 (permalink)
Senior Member
 
Join Date: Jan 2010
Location: Indiana, US
Posts: 1,004
 
Device(s): Mytouch 4G
Thanks: 161
Thanked 84 Times in 60 Posts
Default

Quote:
Originally Posted by drag4k View Post
Ok, so will it work if I put my sd card on my G1, and partition it with amon ras recovery?? And how much mb of ext is recommended?? And does it support ext 4?? Thanks in advance.
yes you can do it with your g1, just do 512mb on a ext2
paul89 is offline  
Reply With Quote
The Following User Says Thank You to paul89 For This Useful Post:
drag4k (March 29th, 2010)
Old March 31st, 2010, 03:06 PM   #13 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

Releasing a New Script Tonight!

Plug & Play....
BH_MAN is offline  
Reply With Quote
The Following User Says Thank You to BH_MAN For This Useful Post:
paul89 (March 31st, 2010)
Old April 1st, 2010, 02:01 PM   #14 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

New a2sd Posted!
BH_MAN is offline  
Reply With Quote
Old April 1st, 2010, 02:12 PM   #15 (permalink)
Senior Member
 
Join Date: Jan 2010
Location: Indiana, US
Posts: 1,004
 
Device(s): Mytouch 4G
Thanks: 161
Thanked 84 Times in 60 Posts
Default

Quote:
Originally Posted by BH_MAN View Post
New a2sd Posted!
will this new script be included in r7? I would assume yes!

and by power cycle, do you mean a reboot or a full discharge of battery and then a full cahrge with the phone off?
paul89 is offline  
Reply With Quote
Old April 1st, 2010, 02:15 PM   #16 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

Quote:
Originally Posted by paul89 View Post
will this new script be included in r7? I would assume yes!

and by power cycle, do you mean a reboot or a full discharge of battery and then a full cahrge with the phone off?
Yes it will be in R7 when ever I get around to Fixing it... Might make an R6r6 as there was some MP4 & MP3 Encoding issues I've Found...

But yes.... Power cycle, I was meaning a Reboot.
BH_MAN is offline  
Reply With Quote
Old April 2nd, 2010, 12:09 PM   #17 (permalink)
Member
 
Join Date: Apr 2010
Posts: 233
 
Device(s):
Thanks: 18
Thanked 52 Times in 23 Posts
Default

Would this work for the stock (no twiz) version or just the galaxy? Thanks BH MAN!
thegame3202 is offline  
Reply With Quote
Old April 2nd, 2010, 12:13 PM   #18 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

Quote:
Originally Posted by thegame3202 View Post
Would this work for the stock (no twiz) version or just the galaxy? Thanks BH MAN!
Not yet... I would need to make another file regarding working for BH2 Stock rom's
BH_MAN is offline  
Reply With Quote
Old April 2nd, 2010, 12:27 PM   #19 (permalink)
Member
 
Join Date: Apr 2010
Posts: 233
 
Device(s):
Thanks: 18
Thanked 52 Times in 23 Posts
Default

Darn, is there a way to add a2sd to that version? I'm hesitant to do the 1.6 galaxy update cuz I'm new at this. Got the stock no twiz working though, which is badass. I just use my camera a lot and like the little features. haha.
thegame3202 is offline  
Reply With Quote
Old April 2nd, 2010, 12:28 PM   #20 (permalink)
Member
 
Join Date: Apr 2010
Posts: 233
 
Device(s):
Thanks: 18
Thanked 52 Times in 23 Posts
Default

Is the galaxy version a lot better/faster? What all is missing from it? Thanks man! I've been reading all your stuff man and you are a lifesaver:-)
thegame3202 is offline  
Reply With Quote
Sponsors
Old April 2nd, 2010, 12:30 PM   #21 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

Quote:
Originally Posted by thegame3202 View Post
Is the galaxy version a lot better/faster? What all is missing from it? Thanks man! I've been reading all your stuff man and you are a lifesaver:-)
I'll likely make an ODIN for Stock no twiz as alot seem to use the Camera...

Regarding 1.6, ON thing missing is Vibrate & we have a No sleep issue after charging phone.... Need's a Reboot when coming off charge.
BH_MAN is offline  
Reply With Quote
The Following User Says Thank You to BH_MAN For This Useful Post:
paul89 (April 2nd, 2010)
Old April 2nd, 2010, 12:44 PM   #22 (permalink)
Member
 
Join Date: Apr 2010
Posts: 233
 
Device(s):
Thanks: 18
Thanked 52 Times in 23 Posts
Default

That would be awesome dude! And good work on the galaxy! I'll probably give it a shot shortly. Thanks man!
thegame3202 is offline  
Reply With Quote
Old April 2nd, 2010, 02:03 PM   #23 (permalink)
Senior Member
 
Join Date: Jan 2010
Location: Indiana, US
Posts: 1,004
 
Device(s): Mytouch 4G
Thanks: 161
Thanked 84 Times in 60 Posts
Default

Quote:
Originally Posted by BH_MAN View Post
I'll likely make an ODIN for Stock no twiz as alot seem to use the Camera...

Regarding 1.6, ON thing missing is Vibrate & we have a No sleep issue after charging phone.... Need's a Reboot when coming off charge.
so a reboot will fix it after a charge uhh! Well now you tell me lol, good to know that there is at least a fix to it!
paul89 is offline  
Reply With Quote
Old April 3rd, 2010, 08:14 PM   #24 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: FL
Posts: 54
 
Device(s): Behold2 1.6 BH_MAN DOTS Version
Thanks: 8
Thanked 12 Times in 7 Posts
Default

is there a windows app i can use to create the partinions on my sdcard for this?
bluey123 is offline  
Reply With Quote
Old April 5th, 2010, 01:58 AM   #25 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 11
 
Device(s):
Thanks: 12
Thanked 3 Times in 2 Posts
Default

Quote:
Originally Posted by bluey123 View Post
is there a windows app i can use to create the partinions on my sdcard for this?
Before using my g1 to create partitions, I used Paragon Partition Manager to create partitions like linux-swap and ext 2 & 3. Hope that helps you
drag4k is offline  
Reply With Quote
Old April 5th, 2010, 10:08 PM   #26 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: FL
Posts: 54
 
Device(s): Behold2 1.6 BH_MAN DOTS Version
Thanks: 8
Thanked 12 Times in 7 Posts
Default

OK i got Paragon Partition Manager installed and for some reason I can only get it to do 1 extended partition. From watching the gparted video above it has 2. Do I need to have 2 extended partitions? and one fat 32 partition or can i just have the one extended and one fat 32?
bluey123 is offline  
Reply With Quote
Old April 6th, 2010, 01:47 AM   #27 (permalink)
Member
 
Join Date: Dec 2009
Posts: 161
 
Device(s):
Thanks: 2
Thanked 17 Times in 16 Posts
Default

Quote:
Originally Posted by bluey123 View Post
OK i got Paragon Partition Manager installed and for some reason I can only get it to do 1 extended partition. From watching the gparted video above it has 2. Do I need to have 2 extended partitions? and one fat 32 partition or can i just have the one extended and one fat 32?
Adding a a third partition outside of the ext2 and the fat32 is pointless. The third one is usually a swap one but right now the kernal does not support swap so it would go to waste. Also Swap is pointless on this phone considering the amount of ram this device has. It had purpose on the G1 since it had a minimal amount of ram but unless your running a hundred apps at once swap shouldn't be a priority.
psychoace is offline  
Reply With Quote
Old April 6th, 2010, 02:01 AM   #28 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 11
 
Device(s):
Thanks: 12
Thanked 3 Times in 2 Posts
Default

Quote:
Originally Posted by bluey123 View Post
OK i got Paragon Partition Manager installed and for some reason I can only get it to do 1 extended partition. From watching the gparted video above it has 2. Do I need to have 2 extended partitions? and one fat 32 partition or can i just have the one extended and one fat 32?

No, you only need one fat 32 partition and one ext 2 partition. I'm going to make a video pretty soon on how to create partitions using paragon.
drag4k is offline  
Reply With Quote
The Following 2 Users Say Thank You to drag4k For This Useful Post:
bluey123 (April 6th, 2010), rudoFF (April 6th, 2010)
Old April 6th, 2010, 11:02 PM   #29 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 11
 
Device(s):
Thanks: 12
Thanked 3 Times in 2 Posts
Default

Ok, here are the videos, sorry, I don't know how to add notes.

part 1

part 2 (recorded with G1, as the computer need to restart)


I'll try to figure out how to edit the vids.
drag4k is offline  
Last edited by drag4k; April 6th, 2010 at 11:05 PM.
Reply With Quote
The Following User Says Thank You to drag4k For This Useful Post:
mcyansolo (August 1st, 2010)
Old April 10th, 2010, 02:39 AM   #30 (permalink)
Junior Member
 
Join Date: Feb 2010
Posts: 40
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Do I really need to partion the SD card??? Cant I just get everything to work without worrying about any of this part???
HendyZero20 is offline  
Reply With Quote
Sponsors
Old April 10th, 2010, 02:47 PM   #31 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 18
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

I don't want to break any eggshells by asking stupid questions, but I've searched around, and still am not understanding what the benefits are for partitioning the SD card. The instructions are very clear as to how to do it, but I'd like to have a little better understanding of why, before I go ahead.

Thanks!
deecampp is offline  
Reply With Quote
Old April 10th, 2010, 03:05 PM   #32 (permalink)
Junior Member
 
WurrzMiKey's Avatar
 
Join Date: Feb 2010
Posts: 40
 
Device(s): Samsung Behold 2 w/ BH_MAN Behold 2 1.6 Warheads
Thanks: 14
Thanked 5 Times in 5 Posts
Default

Quote:
Originally Posted by HendyZero20 View Post
Do I really need to partion the SD card??? Cant I just get everything to work without worrying about any of this part???
you're talking about when you're using the rom right? nope you dont need to partition it if you don't want ap2sd
WurrzMiKey is offline  
Reply With Quote
Old April 10th, 2010, 03:10 PM   #33 (permalink)
Junior Member
 
WurrzMiKey's Avatar
 
Join Date: Feb 2010
Posts: 40
 
Device(s): Samsung Behold 2 w/ BH_MAN Behold 2 1.6 Warheads
Thanks: 14
Thanked 5 Times in 5 Posts
Default

Quote:
Originally Posted by deecampp View Post
I don't want to break any eggshells by asking stupid questions, but I've searched around, and still am not understanding what the benefits are for partitioning the SD card. The instructions are very clear as to how to do it, but I'd like to have a little better understanding of why, before I go ahead.

Thanks!
From my understanding, it means your are stored and run on your sd card
WurrzMiKey is offline  
Reply With Quote
Old April 10th, 2010, 03:22 PM   #34 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 18
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by WurrzMiKey View Post
From my understanding, it means your are stored and run on your sd card
What do you mean stored? And what would be the benefit of running on your sd card?
deecampp is offline  
Reply With Quote
Old April 10th, 2010, 03:27 PM   #35 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: FL
Posts: 54
 
Device(s): Behold2 1.6 BH_MAN DOTS Version
Thanks: 8
Thanked 12 Times in 7 Posts
Default

the apps you download from the market install onto the phone itself so if you run a2sd the apps will be stored on the sd card instead of the phone so you get more storage space
bluey123 is offline  
Reply With Quote
Old April 10th, 2010, 03:48 PM   #36 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 18
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by bluey123 View Post
the apps you download from the market install onto the phone itself so if you run a2sd the apps will be stored on the sd card instead of the phone so you get more storage space

I see. Thanks for the clarification.
deecampp is offline  
Reply With Quote
Old April 11th, 2010, 12:24 PM   #37 (permalink)
Junior Member
 
grrrizo's Avatar
 
Join Date: Mar 2010
Location: Surprise,AZ
Posts: 24
 
Device(s): BEHOLD2 BH_MAN BEHOLD 1.6TW
Thanks: 18
Thanked 2 Times in 2 Posts
Default

nevermind found answer.
grrrizo is offline  
Last edited by grrrizo; April 11th, 2010 at 01:31 PM.
Reply With Quote
Old April 12th, 2010, 11:25 AM   #38 (permalink)
Junior Member
 
Join Date: Feb 2010
Posts: 69
 
Device(s): Behold II (BH_MAN_DOTS)
Thanks: 30
Thanked 2 Times in 2 Posts
Default

ok, i'm gonna be the designated idiot, but I must be missing something. do i need to partition the SD card to install/make use of A2SD? I'm a noob with this particular phone, but am pretty computer literate so I can probably get it going with some simple to follow instructions (step by step preferrably) Let me be clear, I want to install/use A2SD but the OP directions are Greek to me and I do not even know where to put the commands. I tried running thru the command prompt on my comp but it tells me that "ADB is not recognized as an internal or external command, operable program or batch file." (yes I have all the drivers installed)
steelerdynasty is offline  
Reply With Quote
Old April 15th, 2010, 02:33 AM   #39 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 11
 
Device(s):
Thanks: 12
Thanked 3 Times in 2 Posts
Default

Quote:
Originally Posted by steelerdynasty View Post
ok, i'm gonna be the designated idiot, but I must be missing something. do i need to partition the SD card to install/make use of A2SD? I'm a noob with this particular phone, but am pretty computer literate so I can probably get it going with some simple to follow instructions (step by step preferrably) Let me be clear, I want to install/use A2SD but the OP directions are Greek to me and I do not even know where to put the commands. I tried running thru the command prompt on my comp but it tells me that "ADB is not recognized as an internal or external command, operable program or batch file." (yes I have all the drivers installed)
This is how I got it working, it may not work for you but give it a try.
I copied both the adb and fastboot into My Computer\ C:\Windows\
Then I just open command promp and it shows up as
C:\Users\drag4k>
Then I type adb devices, just to make sure that my phone is recognized and I get the following
*daemon not running. starting it now*
*daemon started successfully*
List of devices attached
T939 online

Then I go in to type the commands. Hope that helps you.
drag4k is offline  
Reply With Quote
Old April 15th, 2010, 04:10 AM   #40 (permalink)
Junior Member
 
rudoFF's Avatar
 
Join Date: Mar 2010
Location: O'town MO.
Posts: 62
 
Device(s): EVO 4G (stock Froyo);Mytouch 3g Slide (stock); Behold II (1.6 take5)
Thanks: 51
Thanked 13 Times in 10 Posts
Send a message via AIM to rudoFF
Default

Quote:
Originally Posted by steelerdynasty View Post
ok, i'm gonna be the designated idiot, but I must be missing something. do i need to partition the SD card to install/make use of A2SD? I'm a noob with this particular phone, but am pretty computer literate so I can probably get it going with some simple to follow instructions (step by step preferrably) Let me be clear, I want to install/use A2SD but the OP directions are Greek to me and I do not even know where to put the commands. I tried running thru the command prompt on my comp but it tells me that "ADB is not recognized as an internal or external command, operable program or batch file." (yes I have all the drivers installed)
[HOW-TO] ADB for Dummies(How-To Learner's Guide) - xda-developers

Try this!
rudoFF is offline  
Reply With Quote
Sponsors
Old April 15th, 2010, 06:32 PM   #41 (permalink)
Junior Member
 
Join Date: Feb 2010
Posts: 69
 
Device(s): Behold II (BH_MAN_DOTS)
Thanks: 30
Thanked 2 Times in 2 Posts
Default

this is going to sound even dumber, but how do i know if it worked?

i did not partition my sdcard. is this something i needed to do?
steelerdynasty is offline  
Last edited by steelerdynasty; April 15th, 2010 at 06:36 PM. Reason: adding more info
Reply With Quote
Old April 16th, 2010, 08:12 PM   #42 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 44
 
Device(s):
Thanks: 3
Thanked 1 Time in 1 Post
Default

if im using paragon to partition a 2gb sd card, whats the volume size i should put?
drawoh is offline  
Reply With Quote
Old April 16th, 2010, 08:38 PM   #43 (permalink)
Junior Member
 
Join Date: Mar 2010
Posts: 35
 
Device(s): Behold 2 w/1.6 r7
Thanks: 21
Thanked 11 Times in 6 Posts
Default

Quote:
Originally Posted by drawoh View Post
if im using paragon to partition a 2gb sd card, whats the volume size i should put?
What ever you think is enough to hold all your apps, plus some extra for future downloads. 256Mb seems plenty to me, if you want more, double it.
ScrumHalf is offline  
Reply With Quote
The Following User Says Thank You to ScrumHalf For This Useful Post:
drawoh (April 16th, 2010)
Old April 16th, 2010, 11:45 PM   #44 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 44
 
Device(s):
Thanks: 3
Thanked 1 Time in 1 Post
Default

ok i tried using paragon and i get this while trying to follow the video tutorial. any idea how i can fix this?
drawoh is offline  
Reply With Quote
Old April 21st, 2010, 08:44 PM   #45 (permalink)
Junior Member
 
Join Date: Feb 2010
Posts: 69
 
Device(s): Behold II (BH_MAN_DOTS)
Thanks: 30
Thanked 2 Times in 2 Posts
Default

i have never partitioned my sdcard, and i see that the new 16_twix version (which i have installed and am loving!) includes a2sd. my question is whether or not a2sd is functional on my phone since i have not partitioned? and if so, how do i know? ie, how do i know where an app was saved?
steelerdynasty is offline  
Reply With Quote
Old April 21st, 2010, 08:52 PM   #46 (permalink)
New Member
 
Join Date: Apr 2010
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default a2sd on stock rooted behold 2

Hello all. I am new to the android scene and am trying to a2sd my stock rooted behold 2. I have done all of the steps (partitioning, running commands listed above, etc.) How can I tell if this is working or not? Or where can I look for the answers? Thanks.
gstr318 is offline  
Reply With Quote
Old April 24th, 2010, 08:35 PM   #47 (permalink)
New Member
 
Join Date: Apr 2010
Posts: 4
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default stuck like chuck on galaxy 1.6 R8 a2sd

Okay guys, I'm not quite sure what I'm doing wrong but I have my sd card formatted correctly (8gb card with 6.9gb fat32 partition and two 246mb ext2 partitions on the galaxy 1.6 R8 ROM). I'm probably going to reformat the ext2 partitions into a single ext2 partition. The problem is apps don't seem to be installing to the SD card (installs to internal card). Am I missing a step? Is there a way to verify the settings? Any input/help/screenshots would be appreciated.
karmaz is offline  
Reply With Quote
Old April 25th, 2010, 11:53 PM   #48 (permalink)
Member
 
RavenWulf's Avatar
 
Join Date: Apr 2010
Posts: 173
 
Device(s): HTC Glacier, HTC Espresso, SamSux Behold II
Thanks: 7
Thanked 28 Times in 27 Posts
Default

BH_Man, if we use option 2 and unzip the file to SD card do we still have to do the adb push? I downloaded the the file and am holding off on the update till I find out thnx man your work is awesome.
RavenWulf is offline  
Reply With Quote
Old April 26th, 2010, 10:36 AM   #49 (permalink)
Senior Member
 
BH_MAN's Avatar
 
Join Date: Feb 2010
Posts: 1,382
 
Device(s): Behold 2 w/ BH_MAN Galaxy 1.6 / R7 Do Not PM me With Problem's Post in Thread!
Thanks: 156
Thanked 1,673 Times in 433 Posts
Default

Quote:
Originally Posted by RavenWulf View Post
BH_Man, if we use option 2 and unzip the file to SD card do we still have to do the adb push? I downloaded the the file and am holding off on the update till I find out thnx man your work is awesome.

Option 1.
Quote:
adb push ( Folder Location ) /system/bin
adb shell
chmod 0755 /system/bin/playlogo
chmod 0755 /system/bin/playlogo_real
Then Reboot the Phone


Option 2.
un-zip to Samsung USB card or adb push ( Folder location ) /sdcard
Quote:
adb shell
cat /sdcard/playlogo > /system/bin/playlogo
cat /sdcard/playlogo_real > /system/bin/playlogo_real
chmod 0755
/system/bin/playlogo_real
chmod 0755 /system/bin/playlogo
Then Reboot the Phone
BH_MAN is offline  
Reply With Quote
Old April 27th, 2010, 10:03 PM   #50 (permalink)
New Member
 
Join Date: Apr 2010
Posts: 3
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by BH_MAN View Post
Option 1.
Quote:
adb push ( Folder Location ) /system/bin
adb shell
chmod 0755 /system/bin/playlogo
chmod 0755 /system/bin/playlogo_real
Then Reboot the Phone


Option 2.
un-zip to Samsung USB card or adb push ( Folder location ) /sdcard
Quote:
adb shell
cat /sdcard/playlogo > /system/bin/playlogo
cat /sdcard/playlogo_real > /system/bin/playlogo_real
chmod 0755
/system/bin/playlogo_real
chmod 0755 /system/bin/playlogo
Then Reboot the Phone
Do you have to do the adb push everytime you change ROM? For example, I did the adb push when I changed the ROM to TWIX do I need to redo it when I upgrade to DOTS?
drseuss93 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
( Port ) Galaxy 1.6 on the Behold 2 Final BH_MAN Behold 2 - All Things Root 2215 December 9th, 2011 04:21 AM
{Port} Galaxy for the BeHold 2 123 install done right BH_MAN Behold 2 - All Things Root 224 September 11th, 2011 12:32 AM
Difference between Galaxy ROM and Behold ROM vision27 Behold 2 - All Things Root 13 May 14th, 2010 02:04 PM
Galaxy Dialer on Behold 2 a.dt.martinez Samsung Behold 2 5 March 15th, 2010 05:51 PM
Behold 2 w/ Galaxy ROM USB Issues MinisterPhobia Samsung Behold 2 7 February 25th, 2010 04:52 PM



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