Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I read the thread about removing some apps that's not needed.
I tried and it seems like I removed something important, so I'm reinstalling the device now.
I see apk and odex files. Do I remove both of them?
Do I have to remove everything in dalvik-cache?
Thanks.
You have to adb push it
did anyone get ADB working for Linux yet?
BH_MAN,
when i type in adb devices, it shows mine as offline...whats up with that?
list of devices attached
SGH-T939 offline
thanks thought it might be useful in this thread
ok, i am trying to get my faves back on my phone. i just installed the no_twix ROM from BH_MAN. MyFaves.apk is saved on my C: Drive (C:\MyFaves.apk) I have adb pushed it to system/app (even shows the file when i check using ASTRO, but no icon in my app drawer) what am i doing wrong? here is the command line i use:
adb push C:\MyFaves.apk /system/app/MyFaves.apk
which gives me this:
439 KB/s <1222389 bytes in 2.713s
so what am i missing?
also, i have both the odex and apk files related to MyFaves, but the odex file gives me the same message (with a different file size)
when i adb push mms.apk /system/app
it will never let me send messages only receive i have to use like handcent to send messages....how do i fix that this happened on the last update also when i pushed it, it wont let me just install it either from app installer
adb shell
rm -r Mms.apk
exit
ok, i am trying to get my faves back on my phone. i just installed the no_twix ROM from BH_MAN. MyFaves.apk is saved on my C: Drive (C:\MyFaves.apk) I have adb pushed it to system/app (even shows the file when i check using ASTRO, but no icon in my app drawer) what am i doing wrong? here is the command line i use:
adb push C:\MyFaves.apk /system/app/MyFaves.apk
which gives me this:
439 KB/s <1222389 bytes in 2.713s
so what am i missing?
also, i have both the odex and apk files related to MyFaves, but the odex file gives me the same message (with a different file size)
Just run those to make sure you don't have any dirty file's in the /system/app.adb shell
cd /system/app
rm -r MyFaves.apk
rm -r MyFaves.odex
exit
when i adb push mms.apk /system/app
it will never let me send messages only receive i have to use like handcent to send messages....how do i fix that this happened on the last update also when i pushed it, it wont let me just install it either from app installer
Once again!!!
You have to Rename the Mms.apk to TwMms.apk before pushing the File....
After you Push the Newly renamed TwMms.apk you need to do a Factory Reset to clear out the old dalvik-cache!
I noticed this too, I pushed it both ways, as Mms.apk, and TwMms.apk, and I couldn't send messages, only receive until I downloaded handcent. I wiped the data and everything, still no go. I prefer handcent anyway, which I why I replaced the original TwMms. so I'm not complaining or anything.![]()
adb shell
cd /system/app
rm -r Mms.apk
rm -r TwMms.apk
rm -r TwMms.odex
exit
Here's the File you need...
Before pushing the App...
Just run those to make sure you don't have any dirty file's in the /system/app.
Download MyFaves.apk
adb push ( File location of MyFaves ) /system/app