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 April 15th, 2010, 10:54 PM   #1 (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 mms.apk

Can anyone who is running the 1.6 R8 version post a copy of the mms.apk fopr me please?

bluey123 is offline  
Reply With Quote
Sponsors
Old April 16th, 2010, 09:21 PM   #2 (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 bluey123 View Post
Can anyone who is running the 1.6 R8 version post a copy of the mms.apk fopr me please?
Top Post
(Port) Behold 2 1.6 ( No Twiz w/ Busybox & Rooted Kernel )
__________________
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  
Reply With Quote
Old April 16th, 2010, 10:37 PM   #3 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: California, USA.
Posts: 25
 
Device(s): Samsung Behold 2
Thanks: 29
Thanked 0 Times in 0 Posts
Default

To install this do i just push the .apk file? If so can i get the commands to do this?
OjustintymeO is offline  
Reply With Quote
Old April 16th, 2010, 10:59 PM   #4 (permalink)
Senior Member
 
chadmd23's Avatar
 
Join Date: Dec 2009
Location: NYC
Posts: 527
 
Device(s): Galaxy Nexus
Thanks: 69
Thanked 59 Times in 35 Posts
Send a message via AIM to chadmd23 Send a message via MSN to chadmd23 Send a message via Yahoo to chadmd23 Send a message via Skype™ to chadmd23
Default

adb push c:\Mms.apk /system/app


Just adjust your windows path of where the file is.
__________________
Please take a second to search for your answer, and keep the forums clean of repeat postings. Thanks!
chadmd23 is offline  
Reply With Quote
The Following User Says Thank You to chadmd23 For This Useful Post:
OjustintymeO (April 16th, 2010)
Old April 16th, 2010, 11:28 PM   #5 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: California, USA.
Posts: 25
 
Device(s): Samsung Behold 2
Thanks: 29
Thanked 0 Times in 0 Posts
Default

I pushed the file and everything(icon is in the drawer, i get FC on boot) , i rebooted the phone but the texts are still not going through.... any suggestions?
OjustintymeO is offline  
Reply With Quote
Old April 16th, 2010, 11:38 PM   #6 (permalink)
Member
 
megabiteg's Avatar
 
Join Date: Mar 2010
Location: Boston, MA
Posts: 269
 
Device(s): Samsung Epic 4G
Thanks: 98
Thanked 37 Times in 30 Posts
Default

I did this: I renamed the mms.apk to TwMms.apk and pushed it to the /system/app folder on the phone, then restarted. Once you do this, you will have replaced the stock twiz mms app for the one in 1.6.

One thing is that you get a fc ever reboot, but its just once (at startup). It's been working great for me.

PS. Please backup the old TwMms.apk app.
__________________
----
"Perfection is my life goal, excellence will be tolerated."
megabiteg is offline  
Reply With Quote
The Following User Says Thank You to megabiteg For This Useful Post:
OjustintymeO (April 17th, 2010)
Old April 17th, 2010, 12:06 AM   #7 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: California, USA.
Posts: 25
 
Device(s): Samsung Behold 2
Thanks: 29
Thanked 0 Times in 0 Posts
Default

How do i backup the old TwMms.apk? What are the commands to pull it? Sorry, i have never done a pull before and thanks for the help!
OjustintymeO is offline  
Reply With Quote
Old April 17th, 2010, 12:10 AM   #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 megabiteg View Post
I did this: I renamed the mms.apk to TwMms.apk and pushed it to the /system/app folder on the phone, then restarted. Once you do this, you will have replaced the stock twiz mms app for the one in 1.6.

One thing is that you get a fc ever reboot, but its just once (at startup). It's been working great for me.

PS. Please backup the old TwMms.apk app.
To fix the FC, you will need to a Factory Rest, as that is stale cache left from the twmms.apk... Should fix it anyways... if not, well... I tried haha
BH_MAN is offline  
Reply With Quote
Old April 17th, 2010, 12:11 AM   #9 (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 OjustintymeO View Post
How do i backup the old TwMms.apk? What are the commands to pull it? Sorry, i have never done a pull before and thanks for the help!
adb pull /system/app/TwMms.apk ( Folder Location on Computer )
BH_MAN is offline  
Reply With Quote
The Following 2 Users Say Thank You to BH_MAN For This Useful Post:
OjustintymeO (April 17th, 2010), steelerdynasty (April 18th, 2010)
Old April 17th, 2010, 06:34 PM   #10 (permalink)
Junior Member
 
Join Date: Mar 2010
Location: California, USA.
Posts: 25
 
Device(s): Samsung Behold 2
Thanks: 29
Thanked 0 Times in 0 Posts
Default

Hmm, i get a FC on the process(already reboot + factory reset) and it doesn't let me send texts still... but im willing to stick with stock but if there is a solution =D! If not thanks, loving the ROMs!
OjustintymeO is offline  
Reply With Quote
Sponsors
Old April 17th, 2010, 07:02 PM   #11 (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 OjustintymeO View Post
Hmm, i get a FC on the process(already reboot + factory reset) and it doesn't let me send texts still... but im willing to stick with stock but if there is a solution =D! If not thanks, loving the ROMs!
This issue is Known about even with Galaxy 1.6 regarding Mms.apk switching..
It's not my Place to say it wont work due to people getting into modding rom's & Making things work...
BH_MAN is offline  
Reply With Quote
Old April 18th, 2010, 01:44 AM   #12 (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

Quote:
Originally Posted by BH_MAN View Post
adb pull /system/app/TwMms.apk ( Folder Location on Computer )
at the risk of sounding like complete jackass, do i actually put the parentheses into the command line? either way, i do not think it is working on my phone. i tried using (AND NOT using) the parentheses and got a "Android Debug Bridge version 1.0.25" and some kind of command menu/explanation script. However, when i do not attempt to specify a ( folder location on computer ), it shows me a long list of files that tells me " 163 files pulled. 0 files skipped"

plz help. i want to get rid of the stock mms and install a diff't one. (like this one from bluey's post)

Quote:
Originally Posted by bluey123 View Post
4shared.com - online file sharing and storage - download Mms.apk

I renamed the Mms.apk to TwMms.apk and pushed it and it will so a soft fc on boot but thats it. mms and sms both work.
steelerdynasty is offline  
Reply With Quote
Old April 18th, 2010, 09:15 AM   #13 (permalink)
Member
 
Join Date: Apr 2010
Posts: 233
 
Device(s):
Thanks: 18
Thanked 52 Times in 23 Posts
Default

You would want to type: adb pull /system/app/TwMms.apk c:\Phone Backup Files\TwMms.apk

That would put the file in a folder called "phone backup files" on your c drive.
thegame3202 is offline  
Reply With Quote
Old April 21st, 2010, 10:35 AM   #14 (permalink)
Member
 
Join Date: Dec 2009
Location: Chicago
Posts: 252
 
Device(s): Samsung Vibrant Galaxy S
Thanks: 41
Thanked 16 Times in 7 Posts
Default

Quote:
Originally Posted by spiz View Post
*** DO THIS FOR BETTER BATTERY LIFE ***

BH_MAN has told us to do this probably over a hundred times regarding his roms. The secret to great battery life is very simple, but apparently it gets buried in these threads.

Simply let your phone die after installing the rom. Personally, I use the crap out of it (Pandora, GPS on, YouTube, etc...) during the day so that I can get it to die before the night.

Then, with the phone remained off, charge it over night. Turn it on the following morning, and voila, amazing battery life.

This works for me every time. It's a matter of calibrating your battery, and this is how you do it.
yeah lot of people tends to miss this but quick question i just removed the twmms.apk but my quick question is how do i install the Mms.apk? i forgot how to for some strange reason i used to be able to do it right away but i forgot... i forgot the command i'm currently adb in right now but i completely forgot..
deeoh1084 is offline  
Reply With Quote
Old April 21st, 2010, 11:02 AM   #15 (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 deeoh1084 View Post
yeah lot of people tends to miss this but quick question i just removed the twmms.apk but my quick question is how do i install the Mms.apk? i forgot how to for some strange reason i used to be able to do it right away but i forgot... i forgot the command i'm currently adb in right now but i completely forgot..
http://androidforums.com/all-things-root-behold-2/65738-how-thread-adb-shell.html
BH_MAN is offline  
Reply With Quote
Old April 21st, 2010, 11:49 AM   #16 (permalink)
Member
 
Join Date: Dec 2009
Location: Chicago
Posts: 252
 
Device(s): Samsung Vibrant Galaxy S
Thanks: 41
Thanked 16 Times in 7 Posts
Default

thanks BH_MAN but i already did that but for some reason i can receive messages but i can't send it......

never mind.... stupid message centre was empty....... sorry and thanks BH_MAN but i'm having trouble installing handcent sms though for some reason and multimedia messaging is not working properly... strange...
deeoh1084 is offline  
Last edited by deeoh1084; April 21st, 2010 at 12:06 PM.
Reply With Quote
Old April 21st, 2010, 11:58 AM   #17 (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

Did you rename the Mms.apk to TwMms.apk before pushing correct? If not...

Quote:
adb shell
cd /system/app
rm -r Mms.apk
exit
Now take the Mms.apk & rename to TwMms.apk, then
adb push (Location of the Newly renamed TwMms.apk ) /system/app

Quote:
adb shell
wipe data
reboot
BH_MAN is offline  
Reply With Quote
The Following 2 Users Say Thank You to BH_MAN For This Useful Post:
deeoh1084 (April 21st, 2010), steelerdynasty (April 21st, 2010)
Old April 21st, 2010, 12:07 PM   #18 (permalink)
Member
 
Join Date: Dec 2009
Location: Chicago
Posts: 252
 
Device(s): Samsung Vibrant Galaxy S
Thanks: 41
Thanked 16 Times in 7 Posts
Cool

Quote:
Originally Posted by BH_MAN View Post
Did you rename the Mms.apk to TwMms.apk before pushing correct? If not...



Now take the Mms.apk & rename to TwMms.apk, then
adb push (Location of the Newly renamed TwMms.apk ) /system/app
you are truly AWESOME!!! thanks BH_MAN
deeoh1084 is offline  
Reply With Quote
Old April 21st, 2010, 01:52 PM   #19 (permalink)
Member
 
Join Date: Dec 2009
Location: Chicago
Posts: 252
 
Device(s): Samsung Vibrant Galaxy S
Thanks: 41
Thanked 16 Times in 7 Posts
Default

after installing the Mms.apk does it suppose to FC everytime u reboot the device?
deeoh1084 is offline  
Reply With Quote
Old April 21st, 2010, 01:58 PM   #20 (permalink)
Member
 
yatimameiji's Avatar
 
Join Date: Dec 2009
Location: Texas
Posts: 471
 
Device(s): Samsung Vibrant + Nero v4 + Voodoo
Thanks: 10
Thanked 43 Times in 38 Posts
Default

Quote:
Originally Posted by deeoh1084 View Post
after installing the Mms.apk does it suppose to FC everytime u reboot the device?
Yup, thats what I've seen.
__________________
"Physics is like sex: sure, it may give some practical results, but that's not why we do it."
-- Richard P. Feynman
yatimameiji is offline  
Reply With Quote
Sponsors
Old April 21st, 2010, 04:51 PM   #21 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 81
 
Device(s):
Thanks: 13
Thanked 20 Times in 7 Posts
Default

I can't install the mms.apk on to my device. I tried both using appinstaller from the market and using the command prompt. Advice?
jdmfa5 is offline  
Reply With Quote
Old April 21st, 2010, 06:22 PM   #22 (permalink)
Member
 
Join Date: Dec 2009
Location: Chicago
Posts: 252
 
Device(s): Samsung Vibrant Galaxy S
Thanks: 41
Thanked 16 Times in 7 Posts
Default

Quote:
Originally Posted by jdmfa5 View Post
I can't install the mms.apk on to my device. I tried both using appinstaller from the market and using the command prompt. Advice?
BH_MAN just told me today but after u removed the Touchwiz message from the phone you have to change the new Mms.apk to TwMms.apk and push it through adb

after u remove don't adb shell in just put this in

adb push c:\ where ever the TwMms.apk is located /system/app

i saved the TwMms.apk to the c: and here's how i did it

cd androidsdk\tools
adb push c:\ TwMms.apk /system/app

PS: if u don't understand what i'm trying to tell u (i'm not sure if i made it clear) so if u want go page 6 of this post BH_MAN explained it in more detail
deeoh1084 is offline  
Last edited by deeoh1084; April 21st, 2010 at 06:48 PM.
Reply With Quote
The Following User Says Thank You to deeoh1084 For This Useful Post:
BH_MAN (April 21st, 2010)
Old April 21st, 2010, 06:37 PM   #23 (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 jdmfa5 View Post
I can't install the mms.apk on to my device. I tried both using appinstaller from the market and using the command prompt. Advice?
Ask & you shall Receive
mms.apk
BH_MAN is offline  
Reply With Quote
The Following User Says Thank You to BH_MAN For This Useful Post:
jdmfa5 (April 21st, 2010)
Old April 21st, 2010, 06:58 PM   #24 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 81
 
Device(s):
Thanks: 13
Thanked 20 Times in 7 Posts
Default

Quote:
Originally Posted by BH_MAN View Post
Ask & you shall Receive
mms.apk
I renamed the file and now I'm having trouble pushing the file or using appinstaller to install the renamed apk. I'm going to keep trying.
jdmfa5 is offline  
Reply With Quote
Old April 21st, 2010, 08:49 PM   #25 (permalink)
New Member
 
Join Date: Apr 2010
Posts: 10
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help with adding mms.apk with Astro

Can someone explain how to add MMS.apk using Astro
flipsn is offline  
Reply With Quote
Old April 21st, 2010, 08:52 PM   #26 (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 flipsn View Post
Can someone explain how to add MMS.apk using Astro
I don't think you can... One of those things that either you have to cat / adb push
BH_MAN is offline  
Reply With Quote
Old April 21st, 2010, 10:09 PM   #27 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 72
 
Device(s):
Thanks: 5
Thanked 2 Times in 2 Posts
Happy

Hey BH MAN this ROM is great but haven't adb pushed the mms.apk yet, should I ? I really don't use the mms took off text messaging about a month ago to bring down the bill. Thank you for DONUT this is what the phone should of had when I bought it in the first place, I was so upset to see it with 1.5 what a waste of good hardware. I'll post tomorrow about the battery usage and how it does during the day till the next charge, I used your 1.5 no Twiz it was good but now with 1.6 what a change thank you thank you. Now on to reward you for your hard work not just a beer but a case! you deserve it for the first ROM and now this one, where can I donate this you deserve it?: D
#1indahoodg is offline  
Reply With Quote
Old April 21st, 2010, 10:29 PM   #28 (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

Quote:
Originally Posted by #1indahoodg View Post
Hey BH MAN this ROM is great...Now on to reward you for your hard work not just a beer but a case! you deserve it for the first ROM and now this one, where can I donate this you deserve it?: D
there is a link to donate at the bottom of all of his posts.
behold_this is offline  
Reply With Quote
Old April 21st, 2010, 10:43 PM   #29 (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

You really don't have to Push the Mms.apk at all, the TwMms.apk still handle all the MMS & SMS but people like the Stock one over the Twiz MMS app... I like both though so it don't matter much to me which one I have loaded at any given time...

Regarding Donations... There is a Link in my Sig.. if you are wanting to..

Quote:
Originally Posted by #1indahoodg View Post
Hey BH MAN this ROM is great but haven't adb pushed the mms.apk yet, should I ? I really don't use the mms took off text messaging about a month ago to bring down the bill. Thank you for DONUT this is what the phone should of had when I bought it in the first place, I was so upset to see it with 1.5 what a waste of good hardware. I'll post tomorrow about the battery usage and how it does during the day till the next charge, I used your 1.5 no Twiz it was good but now with 1.6 what a change thank you thank you. Now on to reward you for your hard work not just a beer but a case! you deserve it for the first ROM and now this one, where can I donate this you deserve it?: D
BH_MAN is offline  
Reply With Quote
Old April 22nd, 2010, 02:32 AM   #30 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: DC
Posts: 40
 
Device(s): Behold 2 BH_Man No Twiz 1.6
Thanks: 15
Thanked 4 Times in 3 Posts
Default

I followed the adb guide and Im confident i pushed the right file. The FC occurs during the initial boot up and the mms.apk application works fine otherwise.

Maybe I should do a factory reset, hopefully that'll fix the GPS and advance launcher problem.

But i think i'll wait for the next release before I reset everything
xLeo is offline  
Reply With Quote
Sponsors
Old April 22nd, 2010, 12:49 PM   #31 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 22
 
Device(s):
Thanks: 1
Thanked 3 Times in 1 Post
Default

The reason I like the stock one, is that you can disable notifications. That way when you load handcent you don't get double notifications. :-)

Great rom sir. Looking forward to 2.1 development.



Quote:
Originally Posted by BH_MAN View Post
You really don't have to Push the Mms.apk at all, the TwMms.apk still handle all the MMS & SMS but people like the Stock one over the Twiz MMS app... I like both though so it don't matter much to me which one I have loaded at any given time...

Regarding Donations... There is a Link in my Sig.. if you are wanting to..
EDTIVA is offline  
Reply With Quote
Old April 22nd, 2010, 03:27 PM   #32 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: DC
Posts: 40
 
Device(s): Behold 2 BH_Man No Twiz 1.6
Thanks: 15
Thanked 4 Times in 3 Posts
Default

GPS connectivity problem can be fixed with Master Reset
AdvanceLauncher FC was caused to an outdated Taskiller App
(If anyone else is having these problems)

2 More Questions.

After renaming Mms.apk to TwMms.apk and push are we suppose to get a mms FC after boot? (MMS still works as far as I know didn't get a chance to send a pic txt yet)

Is there a way we can calibrate the keypad? It was an option available with the stock behold 2 keyboard, but there isn't a way to calibrate w swype.
xLeo is offline  
Reply With Quote
Old April 22nd, 2010, 03:32 PM   #33 (permalink)
Senior Member
 
chadmd23's Avatar
 
Join Date: Dec 2009
Location: NYC
Posts: 527
 
Device(s): Galaxy Nexus
Thanks: 69
Thanked 59 Times in 35 Posts
Send a message via AIM to chadmd23 Send a message via MSN to chadmd23 Send a message via Yahoo to chadmd23 Send a message via Skype™ to chadmd23
Default

Quote:
Originally Posted by xLeo View Post
Is there a way we can calibrate the keypad? It was an option available with the stock behold 2 keyboard, but there isn't a way to calibrate w swype.
Funny, I'm always amazed at how the swype keyboard knows what I wanted to press when I am typing, even when I am off by a bit. Occasionally I have issues with lag that causes a bad swype, but not as often as 1.5.
chadmd23 is offline  
Reply With Quote
Old April 22nd, 2010, 03:36 PM   #34 (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 xLeo View Post
GPS connectivity problem can be fixed with Master Reset
AdvanceLauncher FC was caused to an outdated Taskiller App
(If anyone else is having these problems)

2 More Questions.

After renaming Mms.apk to TwMms.apk and push are we suppose to get a mms FC after boot? (MMS still works as far as I know didn't get a chance to send a pic txt yet)

Is there a way we can calibrate the keypad? It was an option available with the stock behold 2 keyboard, but there isn't a way to calibrate w swype.
After you push over the new MMS app BH-MAN said a reset was needed to cleak dalvi-cache

It was not the stock keyboard that allowed calibration, it was HTC's keyboard that allowed that, so no, swype does not have calibration because you are to swype across the keyboard, there is no pin point single tapping, although i do realize that single typing is still needed for somethings lol, Swype or anyother keyboard that I know of except fo HCT keyboard does not have calibration.
paul89 is offline  
Reply With Quote
Old April 22nd, 2010, 06:26 PM   #35 (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:
steelerdynasty can someone help, when i'm in the camera app, "send to" button no longer works. any help on this is appreciated. (running BH_MAN_16_No_Twix ROM)
If you Pushed the Mms.apk replacement app, it's not going to work.
BH_MAN is offline  
Reply With Quote
The Following User Says Thank You to BH_MAN For This Useful Post:
steelerdynasty (April 22nd, 2010)
Old April 22nd, 2010, 08:24 PM   #36 (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

Quote:
steelerdynasty can someone help, when i'm in the camera app, "send to" button no longer works. any help on this is appreciated. (running BH_MAN_16_No_Twix ROM)
BH_MAN wrote: If you Pushed the Mms.apk replacement app, it's not going to work.

keeping in mind the spirit of the mms replacement app "trick" , what i did was install handcent, then pulled the handcent apk, renamed it TwMms, and pushed it back to the phone, so now its the ONLY message app I have. I am assuming that this does not change the fact that the "send to" button will not work?
steelerdynasty is offline  
Reply With Quote
Old April 23rd, 2010, 07:36 AM   #37 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: louisville ky
Posts: 43
 
Device(s): samsung behold 2
Thanks: 5
Thanked 0 Times in 0 Posts
Default

ok frist i would like to thank BH_MAN for the updates my phone looks and running great. i only have one question i downloaded handcent but i keep getting 2 txt notifications and i cant get the default changed....can someone please help
meileen79 is offline  
Reply With Quote
Old April 23rd, 2010, 08:10 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

Quote:
Originally Posted by meileen79 View Post
ok frist i would like to thank BH_MAN for the updates my phone looks and running great. i only have one question i downloaded handcent but i keep getting 2 txt notifications and i cant get the default changed....can someone please help

keeping in mind the spirit of the mms replacement app "trick" (you will need to search for the correct thread), what i did was install handcent, then pulled the handcent apk, renamed it TwMms, and pushed it back to the phone, so now its the ONLY message app I have.
steelerdynasty is offline  
Reply With Quote
Old April 23rd, 2010, 08:51 AM   #39 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: louisville ky
Posts: 43
 
Device(s): samsung behold 2
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by steelerdynasty View Post
keeping in mind the spirit of the mms replacement app "trick" (you will need to search for the correct thread), what i did was install handcent, then pulled the handcent apk, renamed it TwMms, and pushed it back to the phone, so now its the ONLY message app I have.
how do i rename it?
meileen79 is offline  
Reply With Quote
Old April 23rd, 2010, 08:56 AM   #40 (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

Quote:
Originally Posted by meileen79 View Post
how do i rename it?
once you've pulled the file, you just need to click on it, and literally just rename it (give it a new file name TwMms.apk) Nothing special.
steelerdynasty is offline  
Reply With Quote
The Following User Says Thank You to steelerdynasty For This Useful Post:
meileen79 (April 23rd, 2010)
Sponsors
Old April 23rd, 2010, 08:57 AM   #41 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: louisville ky
Posts: 43
 
Device(s): samsung behold 2
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by steelerdynasty View Post
once you've pulled the file, you just need to click on it, and literally just rename it (give it a new file name TwMms.apk) Nothing special.
how do i pull it?
meileen79 is offline  
Reply With Quote
Old April 23rd, 2010, 09:06 AM   #42 (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

Quote:
Originally Posted by meileen79 View Post
how do i pull it?
as someone on this thread once told me, this is your new bible, learn it and love it

http://androidforums.com/all-things-root-behold-2/65738-how-thread-adb-shell.html
steelerdynasty is offline  
Reply With Quote
Old April 23rd, 2010, 09:07 AM   #43 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: louisville ky
Posts: 43
 
Device(s): samsung behold 2
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by steelerdynasty View Post
as someone on this thread once told me, this is your new bible, learn it and love it

http://androidforums.com/all-things-root-behold-2/65738-how-thread-adb-shell.html
thanks again so i do this and pull it and rename it
meileen79 is offline  
Reply With Quote
Old April 23rd, 2010, 09:43 AM   #44 (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

Quote:
Originally Posted by meileen79 View Post
thanks again so i do this and pull it and rename it
you got it
steelerdynasty is offline  
Reply With Quote
Old April 23rd, 2010, 10:15 AM   #45 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: louisville ky
Posts: 43
 
Device(s): samsung behold 2
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by steelerdynasty View Post
you got it
\

its not working
meileen79 is offline  
Reply With Quote
Old April 23rd, 2010, 10:16 AM   #46 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: louisville ky
Posts: 43
 
Device(s): samsung behold 2
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by steelerdynasty View Post
you got it
its not working
meileen79 is offline  
Reply With Quote
Old April 23rd, 2010, 10:26 AM   #47 (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

Quote:
Originally Posted by meileen79 View Post
its not working
what exactly isnt working? did you push it back to your phone after you renamed it? it works great on my phone. did you pull the handcent app? it should end with something like nextsms, so make sure you got the right file. pull it, rename it, then push it back

any other proficionados have suggestions? am i leaving something out? everyone here has been so helpful to me, I just wanna try and do some helping of my own

here's the file i'm using. push it to /system/app
Attached Files
File Type: apk TwMms.apk (1.76 MB, 6 views)
steelerdynasty is offline  
Last edited by steelerdynasty; April 23rd, 2010 at 10:50 AM.
Reply With Quote
Old April 23rd, 2010, 01:16 PM   #48 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: louisville ky
Posts: 43
 
Device(s): samsung behold 2
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by steelerdynasty View Post
what exactly isnt working? did you push it back to your phone after you renamed it? it works great on my phone. did you pull the handcent app? it should end with something like nextsms, so make sure you got the right file. pull it, rename it, then push it back

any other proficionados have suggestions? am i leaving something out? everyone here has been so helpful to me, I just wanna try and do some helping of my own

here's the file i'm using. push it to /system/app
i did what the video told me but the cmd is not finding the phone i wish there was a ezer way but you have been very helpful and i thank u
meileen79 is offline  
Last edited by meileen79; April 23rd, 2010 at 01:19 PM.
Reply With Quote
Old April 23rd, 2010, 02:49 PM   #49 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 18
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by steelerdynasty View Post
keeping in mind the spirit of the mms replacement app "trick" (you will need to search for the correct thread), what i did was install handcent, then pulled the handcent apk, renamed it TwMms, and pushed it back to the phone, so now its the ONLY message app I have.
I feel stupid asking this, but what is the hancent apk called. I have handcent installed, and it works correctly, so I know it is installed. But when I pull up my list of apps through ADB, I can't find anything that resembles Handcent. What am I missing?
deecampp is offline  
Reply With Quote
Old April 23rd, 2010, 02:51 PM   #50 (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 deecampp View Post
I feel stupid asking this, but what is the hancent apk called. I have handcent installed, and it works correctly, so I know it is installed. But when I pull up my list of apps through ADB, I can't find anything that resembles Handcent. What am I missing?
It will be Under /data/app

You can always >
adb pull /data ( File Location ) then find it that way.
BH_MAN is offline  
Reply With Quote
The Following User Says Thank You to BH_MAN For This Useful Post:
deecampp (April 23rd, 2010)
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




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