My boss wanted me to upgrade his phone, so i did... he doesn't like the stock app that's being used in this build (xipher). Is there anything i can do to get him back to the stock one with the bubbles? Thanks in advance!
Yikes hopefully he or she doesn't fire you. Just kidding I believe you need to push the samsung messaging .apk with adb.
P. S. Be prepared to get attacked for posting in the wrong section
Opps... realized this is in the wrong spot. Can a mod please move it?
can you help me figure out how to do this? i downloaded all the stock apk files... is it mms.apk? how would i go about installing it? the phone has root, root explorer and astro.
djhaf said:
can you help me figure out how to do this? i downloaded all the stock apk files... is it mms.apk? how would i go about installing it? the phone has root, root explorer and astro.
Click to expand...
Click to collapse
With Root explorer you'd move the Samsung .apk into /system/app
djhaf said:
My boss wanted me to upgrade his phone, so i did... he doesn't like the stock app that's being used in this build (xipher). Is there anything i can do to get him back to the stock one with the bubbles? Thanks in advance!
Click to expand...
Click to collapse
Vibrant Themes and Apps
I7oobie said:
With Root explorer you'd move the Samsung .apk into /system/app
Click to expand...
Click to collapse
do you know which apk is used for the stock txt msging app?
forget it... flashed to stock.
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
I think you would be better served to post this in the dev section.
narcopolypse said:
I think you would be better served to post this in the dev section.
Click to expand...
Click to collapse
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
same hear, whoever has this could you please post it
Alex530 said:
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
Click to expand...
Click to collapse
True, but it is still the appropriate section to post this request in. Some people just don't seem to realize it... and they're a bunch a doody heads.
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
Does it work with the current 2.2 roms?
hanbaoquan15 said:
Does it work with the current 2.2 roms?
Click to expand...
Click to collapse
Don't know. Hang on a minute, I'll check.
Don't know why but de-odexer failed to de-odex it. I'm running a de-odexed rom so I can't test it now.
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
thanx, i owe you a beer
will try this in a few
Anyone? Bueller? Bueller?
vtxGump said:
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
Click to expand...
Click to collapse
No worries. Coincidentally, I happened to de-odex that file since my last post. So here is the de-odexed version that I have running perfectly on Froyo. And since you need it I'll attach a de-odexed copy of the file manager as well.
Thanks man
Sent from my SGH-T959 using XDA App
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
vtxGump said:
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
Click to expand...
Click to collapse
Yes there is.
First you need to install the SDK.
Then plug your phone into your computer, enable USB debugging, open a command prompt on your computer, navigate to the folder where your apk resides and enter the following commands:
Code:
C:\Phone Hacking\Vibrant>adb root
restarting adbd as root
C:\Phone Hacking\Vibrant>adb shell mount -o remount,rw /dev/block/st19 /system
C:\Phone Hacking\Vibrant>adb push VoiceRecorder.apk /system/app/
C:\Phone Hacking\Vibrant>adb reboot
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
vtxGump said:
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
Click to expand...
Click to collapse
The reason you got an error about adb not switching to root mode is that you are running a production kernel. You might consider changing to a custom kernel. You can run a rooted kernel along with your current rom.
I would suggest one of Eugene's custom kernels. I currently run A4 but there is a new A5 out that I will switch to later tonight.
If you can't figure out how to install it send me another message. I'll be glad to help.
Edit: Just updated to A5. Runs Great! Super fast awesomeness!
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
Try this,from Bionix final.Copy to root and use root explorer to copy to system/app.
This is my first week with rooting/flashing. My primary reason for going this route has been to get some froyo goodness and extend my battery life. I have been reading that the stock kernel is the best way to get the most battery life. What do the custom kernels get you? I've stayed away from the lag fixes as well for the same reason.
Thanks for being so helpful.
Sent from my SGH-T959 using XDA App
Does anyone have the apk for the stock vibrant version of telenav? I've searched around the web and havent found one yet.
I guess a while back when I flashed my first custom rom I forgot to back it up =/.
Search for the vibrant customization kitchen
Sent from my SGH-T959 using Tapatalk
I found Telnav in the market. Not sure if its the stock vibrant version.
Also I think you meant to post this in the themes/Apps section. May want to ask an admin to move it for you.
And where might that be? I've done google searches and searched this place and was not able to find one for the vibrant but I found one for other androids. Also the OTA telenav link doesnt have it for this device either. And yea my bad, I usually don't have the need to switch forums and forgot to switch there before posting.
http://forum.xda-developers.com/showthread.php?t=894794
Sent from my SGH-T959 using Tapatalk
CptGemini said:
And where might that be? I've done google searches and searched this place and was not able to find one for the vibrant but I found one for other androids. Also the OTA telenav link doesnt have it for this device either. And yea my bad, I usually don't have the need to switch forums and forgot to switch there before posting.
Click to expand...
Click to collapse
It happens.
I think he may have meant this:
http://forum.xda-developers.com/showthread.php?t=894794
Well it didnt work. Wonder if lagfix has to be disabled first.
E:Failure at line 2:
copy_dir PACKAGE:system SYSTEM:
Installation aborted.
CptGemini said:
Well it didnt work. Wonder if lagfix has to be disabled first.
E:Failure at line 2:
copy_dir PACKAGE:system SYSTEM:
Installation aborted.
Click to expand...
Click to collapse
If it didn't work like that, just look in /kitchen/app for the apk file in the folder where vck.jar is
Sent from my SGH-T959 using Tapatalk
That worked
Moved of: Samsung Vibrant > Vibrant Android Development
To: Samsung Vibrant > Vibrant Q&A
Please put your questions to: Vibrant Q&A
mmelo76 said:
Moved of: Samsung Vibrant > Vibrant Android Development
To: Samsung Vibrant > Vibrant Q&A
Please put your questions to: Vibrant Q&A
Click to expand...
Click to collapse
It would be better to just delete the thread since its no longer needed. And I don't know if you noticed but I apologized for posting in the wrong section once I noticed it. So please just delete this thread it is no longer needed.
Subject says it all, please post!
Sent from my virgin Samsung Galaxy Tab 10.1 until Sammy decides to give us frozen novelties... oh yeah, and with Tapatalk...
Here you are:
http://d-h.st/cOv
(Updated: Link fixed)
Edit: Uh oh, not directly flashable. Sorry I've just pulled a quick one. You'll need to extract the apks and copy them to system/app and set the permission with root explorer.
samic said:
Here you are:
(URL REMOVED)
Edit: Uh oh, not directly flashable. Sorry I've just pulled a quick one. You'll need to extract the apks and copy them to system/app and set the permission with root explorer.
Click to expand...
Click to collapse
Your link no longer works, could you repost is please?
Argh... There you are:
http://d-h.st/cOv
Thanks
It possible to get aplications contact dialer sms from cm7? and have it in stock gb? Id like cm7 but i can unlock my bl. and i would like to have a look like cm7 my stock gb
Just download a CM 7 zip, open it, extract the apk you need and push it to system/app with rw-r-r permissions.
Here is the link of FXP CM7.2: http://forum.xda-developers.com/showthread.php?t=1226715&highlight=cm+7
Thread moved. All questions belong here in Q&A.
Thanks
AvRS
Soda_47 said:
Just download a CM 7 zip, open it, extract the apk you need and push it to system/app with rw-r-r permissions.
Here is the link of FXP CM7.2: http://forum.xda-developers.com/showthread.php?t=1226715&highlight=cm+7
Click to expand...
Click to collapse
But phone app not work.. Im trying.