Messaging App.. - Hero CDMA Q&A, Help & Troubleshooting

Can somebody please help me take this app out of my phone... its the default app.. i want to use one from the market.....

Assuming you are rooted and have Android sdk on your computer you need to do this in the command prompt......
adb remount
adb shell rm /system/app/xxxxxx.apk
HTC also has the messaging widget which you can remove.
To see all the apps do this in the command window....
adb shell
cd /system/app
ls
Then just replace xxxxxx with the app you want to remove. I'm on my phone so I can't tell you off hand what the name is.
Sent from my HERO200 using XDA App

unCoRrUpTeD said:
Assuming you are rooted and have Android sdk on your computer you need to do this in the command prompt......
adb remount
adb shell rm /system/app/xxxxxx.apk
HTC also has the messaging widget which you can remove.
To see all the apps do this in the command window....
adb shell
cd /system/app
ls
Then just replace xxxxxx with the app you want to remove. I'm on my phone so I can't tell you off hand what the name is.
Sweet... going to try it out... as soon as I get on my computer...
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Sent from my HERO200 using XDA App

I was under the impression that you shouldn't remove the stock messaging app because regardless what program you use it needs the mms framework from the messaging app to function. You can turn off all notification for the stock messaging app so that it doesn't pop up for texts though.
I'd be sure to do a nand backup before removing this.

gorbisloth said:
I was under the impression that you shouldn't remove the stock messaging app because regardless what program you use it needs the mms framework from the messaging app to function. You can turn off all notification for the stock messaging app so that it doesn't pop up for texts though.
I'd be sure to do a nand backup before removing this.
Click to expand...
Click to collapse
shh shh shh,.... lets see how this goes

gorbisloth said:
I was under the impression that you shouldn't remove the stock messaging app because regardless what program you use it needs the mms framework from the messaging app to function. You can turn off all notification for the stock messaging app so that it doesn't pop up for texts though.
I'd be sure to do a nand backup before removing this.
Click to expand...
Click to collapse
I do believe he is right

If ur removing mms ur correct. If ur talking am the IM apk then that can be removed. If u want to use a text message app from the market u have to leave the mms app on the phone. Just go the settings and turn off auto retrieve and notifications. All the text message apps use the mms to send messages. Hope that helps

Not true I deleted mms.apk and use handcent. I've never had any issues since deleting the default app weeks ago
Sent from my HERO200 using XDA App

iaminflames said:
Not true I deleted mms.apk and use handcent. I've never had any issues since deleting the default app weeks ago
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
What you talking about.... how you do it.....
Sent from my HERO200 using XDA App

Big-O-Devil said:
What you talking about.... how you do it.....
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
I used SU File Manager and mounted the system folder as read and write then went into system/apps/ and deleted MMS.apk. This removed the entire Messaging App from my Hero and I only use Handcent now and haven't had any issues.
or from your computer's terminal you could do:
adb remount
adb shell rm /system/app/mms.apk

When 90% of people, including a dev tell you no, you should listen.

yea except from experience I know that this can be done with no issues. So, until you have tried something yourself how about you not respond?

Heard of that saying "don't fix what's not broke", well I think that's just as valid in reverse, "don't break what actually works".

OK OK OK... you are right.. don't fix whats not broken.... that is a golden rule... but then again what do you call everything everyone is doing to there phone... Anyways thank you all for your help.... xda and everyone involved rocks.....

unCoRrUpTeD said:
Assuming you are rooted and have Android sdk on your computer you need to do this in the command prompt......
adb remount
adb shell rm /system/app/xxxxxx.apk
HTC also has the messaging widget which you can remove.
To see all the apps do this in the command window....
adb shell
cd /system/app
ls
Then just replace xxxxxx with the app you want to remove. I'm on my phone so I can't tell you off hand what the name is.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
hey thank you.. it works fine.....

iaminflames said:
Not true I deleted mms.apk and use handcent. I've never had any issues since deleting the default app weeks ago
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
yo i am doing the same thing.... and its working great... thanks

Big-O-Devil said:
OK OK OK... you are right.. don't fix whats not broken.... that is a golden rule... but then again what do you call everything everyone is doing to there phone... Anyways thank you all for your help.... xda and everyone involved rocks.....
Click to expand...
Click to collapse
LOL exactly what i was thinking. No one uses that saying on a DEVELOPERS forum

iaminflames said:
LOL exactly what i was thinking. No one uses that saying on a DEVELOPERS forum
Click to expand...
Click to collapse
LOL... hey thank you again... dude it totally worked...
Sent from my HERO200 using XDA App

Related

what is the apk filename of pdf viewer and navigation?

what are the names of the apk's of pdf viewer and 'navigation'? the navigation i refer to has the blue arrow and is called 'navigation'.
thank you
there is also a facebook icon in the main menu. how do i delete this facebook? i cant seem to find it in the app list...
I won't be able to get to my computer till tomorrow. I will look it up then if no one else has answered your question.
For Facebook you should be able to delete it from adb and it won't appear when you boot it back up
Sent via the Sprint HTC EVO
trentlythp said:
I won't be able to get to my computer till tomorrow. I will look it up then if no one else has answered your question.
For Facebook you should be able to delete it from adb and it won't appear when you boot it back up
Sent via the Sprint HTC EVO
Click to expand...
Click to collapse
That would be great if you could get me the names of those or how to delete them. I really appreciate it. I cant seem to find how to delete any of them via adb...i really want them gone, especially facebook.
Thank you!
i have since deleted the pdf viewer...
They are system apps so easiest way is to use adb on computer.. type this in command prompt
adb remount
adb shell
cd /system/app
ls
It will display all apps on the phone other then market downloaded ones. To remove type this.
rm NameOfApp.apk
Im guessing you can figure what app is what now. They are simply labeled. And remember, its caps sensitive.
Sent from my Hero CDMA using XDA App
Jus10o said:
They are system apps so easiest way is to use adb on computer.. type this in command prompt
adb remount
adb shell
cd /system/app
ls
It will display all apps on the phone other then market downloaded ones. To remove type this.
rm NameOfApp.apk
Im guessing you can figure what app is what now. They are simply labeled. And remember, its caps sensitive.
Sent from my Hero CDMA using XDA App
Click to expand...
Click to collapse
This I know. Thanks.
I dont see the names of the apps I want to remove.
Sorry it took so long to get back to you. I believe the Facebook apk is located in system/app (maybe wrong though I can't remember where I deleted mine from)
I think there was htcfacebook.apk and com.facebook.katana.apk
The Google nav has been elusive so far but from what I am seeing it looks to be included in the Google maps app. I can't find a specific file to get rid of it. If anyone else could verify that it would much appreciated.
Sent via the Sprint HTC EVO
PDFViewer.apk = PDF viewer
Are you sure you want to remove the blue arrow one? That's google maps navigation... sorry, I don't know that one.
BTW someone made a great post of a list of almost all stock HTC apks which I keep bookmarked for reference:
http://forum.xda-developers.com/showpost.php?p=6790062&postcount=203
Thank you.
I do use google maps for nav. I just want the 'blue arrowed' navigator off the main menu.
trentlythp said:
Sorry it took so long to get back to you. I believe the Facebook apk is located in system/app (maybe wrong though I can't remember where I deleted mine from)
I think there was htcfacebook.apk and com.facebook.katana.apk
The Google nav has been elusive so far but from what I am seeing it looks to be included in the Google maps app. I can't find a specific file to get rid of it. If anyone else could verify that it would much appreciated.
Sent via the Sprint HTC EVO
Click to expand...
Click to collapse
I didnt see it in the list when i typed ls. Im running stock rooted. When i go to the market, facebook is listed 'installed' and will only allow me to uninstall updates. Some things dont work when i run fresh2.1.2. Some things dont show in the market, updates dont work although i didnt push odadm. Suggestions?
Hows the evo? I was ready to buy one today...couldnt find it. Wouldve been impulse anyway...
tailsthecat3 said:
Thank you.
I do use google maps for nav. I just want the 'blue arrowed' navigator off the main menu.
Click to expand...
Click to collapse
If you remove the Navigator apk I'm pretty sure you won't be able to use the google navigator turn by turn directions-style navigation. Google maps will work, but not navigation. I don't think you can remove just the icon from the apps drawer if that's what you mean.
One way I uninstall apps if I don't want to use adb is to install titanium backup and uninstall from there. Just go to the backup/restore tab, tap on the app and it should give you the option to uninstall.hope this helps!
Sent from my HERO200 using XDA App

[Q] Notifications

So uhh, i keep getting a notification saying i have a new message...
Problem is, i dont know what app its from, when i click it, it doesnt open an app or do anything.
Is there any way i can find out what app it is and uninstall or change the settings of it?
Thanks
supaphreek said:
So uhh, i keep getting a notification saying i have a new message...
Problem is, i dont know what app its from, when i click it, it doesnt open an app or do anything.
Is there any way i can find out what app it is and uninstall or change the settings of it?
Thanks
Click to expand...
Click to collapse
What SMS apps do you use? If you are using Handcent, for example, and you have not disabled the stock messaging app's notification, that might be it.
if you post a screenshot i might be able to tell you
I using Handcent but I do have my stock messaging disables... the icon looks like a postcard :s
Sent from my SAMSUNG-SGH-I897 using XDA App
uhm, how do i take a screenshot?

Make nandroid without usb?

Ok... my phone is dead..ish... I dropped water on it... tried to dry it out and now the USB isn't recognized and the backlight on the screen is dead. I can still barely make out the white images on the phone. Here's my question, is there anyway to make a nandroid and get it off the phone (email, ftp, ect..) automatically? I can probably see enough to install an apk... but not set it up. I am connected to my wifi router so I can see the device that way... but that's it.
HELP!
copekyle said:
Ok... my phone is dead..ish... I dropped water on it... tried to dry it out and now the USB isn't recognized and the backlight on the screen is dead. I can still barely make out the white images on the phone. Here's my question, is there anyway to make a nandroid and get it off the phone (email, ftp, ect..) automatically? I can probably see enough to install an apk... but not set it up. I am connected to my wifi router so I can see the device that way... but that's it.
HELP!
Click to expand...
Click to collapse
Edit : nvm
Their are ways to make a nandroid back up without turning your phone off then using a file manager to find the file and upload it to Google drive or drop box.. But I don't know how much you are able to do
Sent from my HTCONE using xda premium
NORCALkID said:
Make the nandroid on your phone then use a file manager to find the nandroid and upload it to Google drive or dropbox.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
It's slightly more complicated than that. I can't see the background at all in TWRP because it's dark. I can barely make out the HTC clock on my home screen. I tried to get into ES file manager and turn on ftp but the settings screen is also too dark. Think of seeing your phone in direct sunlight on the lowest brightness. That's what my screen looks like.
copekyle said:
It's slightly more complicated than that. I can't see the background at all in TWRP because it's dark. I can barely make out the HTC clock on my home screen. I tried to get into ES file manager and turn on ftp but the settings screen is also too dark. Think of seeing your phone in direct sunlight on the lowest brightness. That's what my screen looks like.
Click to expand...
Click to collapse
What are you trying to save? If you are trying to save like pictures and stuff you might be able to use an app that allows you to adb over WiFi and you can pull stuff that way
Sent from my HTCONE using xda premium
NORCALkID said:
What are you trying to save? If you are trying to save like pictures and stuff you might be able to use an app that allows you to adb over WiFi and you can pull stuff that way
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
Pictures... and I have an old nandroid saved on my internal memory.... but the thing I was afraid of with the ONE has proved to be a reality, no removable storage.... I start searching but can you remember the name of any of these ADB over WiFi programs?
copekyle said:
Pictures... and I have an old nandroid saved on my internal memory.... but the thing I was afraid of with the ONE has proved to be a reality, no removable storage.... I start searching but can you remember the name of any of these ADB over WiFi programs?
Click to expand...
Click to collapse
I did a quick search on Google play and its called ADB WIFI ... You can use a computer to install it remotely from the Google play website ..
Sent from my HTCONE using xda premium
NORCALkID said:
I did a quick search on Google play and its called ADB WIFI ... You can use a computer to install it remotely from the Google play website ..
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
Alright... I've got it working.... I was going through the ADB commands and I can't find anyway to list the contents of the sdcard. So say if I only wanted to pick and choose which folder to pull. In command prompt it is usually the "dir" command, is there an adb equivalent?
copekyle said:
Alright... I've got it working.... I was going through the ADB commands and I can't find anyway to list the contents of the sdcard. So say if I only wanted to pick and choose which folder to pull. In command prompt it is usually the "dir" command, is there an adb equivalent?
Click to expand...
Click to collapse
adb shell
cd /mnt/sdcard
ls
Note: ls = Ls but small letters ... It should show you the directory
Also I saw some one post that if you did
Adb pull /
That it would pull all contents on your phone
Sent from my HTCONE using xda premium

"Unfortunately Moble Market Has Stopped"

What the heck, I am so sick of this disrupting me 4 times a day!
Do I have this because I used moborobo to transfer my stuff?
No one else but me is dealing with this, 4-5 times per day? No one else?
XiphoneUzer said:
No one else but me is dealing with this, 4-5 times per day? No one else?
Click to expand...
Click to collapse
Apparently so!
I'm not sure how to help but let me try.
What's the phone doing when you get these errors?
Have you changed the dpi to the app or your phone?
Do you have a logcat file of when this event occurs?
Some things you can try are wiping data and cache of the app. Try removing your account off your device, and re adding your account again. This cleared up some errors for me before.
440bro said:
Apparently so!
I'm not sure how to help but let me try.
What's the phone doing when you get these errors?
Have you changed the dpi to the app or your phone?
Do you have a logcat file of when this event occurs?
Some things you can try are wiping data and cache of the app. Try removing your account off your device, and re adding your account again. This cleared up some errors for me before.
Click to expand...
Click to collapse
What IS mobomarket?
Did it come stock on my phone or was it synched from my pc after I downloaded moborobo to transfer my data?
It didn't come with the phone. It's a third party app. Feel free to remove it.
440bro said:
It didn't come with the phone. It's a third party app. Feel free to remove it.
Click to expand...
Click to collapse
Thanks,
How do I stop "auto-synching" and/or "auto updating" ....... I wanna know beforehand what the heck is getting installed on my flipping phone?!?!
Open the settings menu in the play store
Sent from my SAMSUNG-SM-N900A using xda app-developers app
crxlvr said:
Open the settings menu in the play store
Sent from my SAMSUNG-SM-N900A using xda app-developers app
Click to expand...
Click to collapse
Thanks,
That takes care of auto updating, what about auto synching? (I didn't "update" any of the mobo stuff, it was synched)
Goto system settings then accounts and sync
Sent from my SAMSUNG-SM-N900A using xda app-developers app

Navbar targets?

When swiping up from the home button I have google now and the "what's new" app. Is there a way to customize these targets? I would really like to remove what's new and add Google Authenticator as well as a link to the dialer.
Sent from my Nexus 5 using Tapatalk
Yeah exctly wat is irritating to me also. Cant see setting to remove or replace other aps. Looking forwad to figure it out how the hell its going to be done.
Sent from my MT27i using XDA Free mobile app
http://forum.xda-developers.com/showpost.php?p=53916026&postcount=20
If you don't have adb set up you can install any terminal emulator and run the pm command from there. My mistake. Seems you do need to use adb. Detailed instructions here:
http://forum.xda-developers.com/showpost.php?p=54348159&postcount=33

Categories

Resources