[Q] Native Apps - RAZR HD Q&A, Help & Troubleshooting

There is some way to remove the native apps from my rooted razr maxx hd?

braianh said:
There is some way to remove the native apps from my rooted razr maxx hd?
Click to expand...
Click to collapse
Yes, however it is much better to freeze the app. You can use Titanium Backup to do that https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup&hl=en
When you freeze it, under the default setting of Titanium Backup, it will still get updates and remain frozen (won't be used by the system or be in the app drawer or on the home screens). This is much safer than removing it because if the phone misbehaves you can always unfreeze the app as well. There's no real reason to remove the app by deleting it.
If you do want to delete it, then native apps live in the /system/app/ folder, which is mounted as a read only filesystem. Since you are rooted, you can remount it so that you can read and write to the folder and delete the app, however that said, its much better to simply rename the app. I haven't renamed apps in the system folder on this phone (just got it) but have on the Samsung SGS II, which is a much safer phone to play around with like this from the look of it so far, though.
Every app on a stock install has two files, one with a .apk file extention and one with and .odex file extention. From experience with the other Android phone, you can just rename something to, for example, videoplayer.apk.backup and videoplayer.odex.backup. It can be renamed back later if you need to. You want a file browser that will remount the filesystem so that its rewritable. Root Explorer is what I've used but there's plenty of others that are gaining in popularity. It can be done at the command line as well.
All of the above said, though, you really, really, really, want to make sure that you aren't freezing or deleting or renaming an app like this that will interfere with your ability to undo it. If you do something that gets the phone stuck with lots of things crashing and making the phone unresponsive, or worse unbootable, then that's a very bad situation. It was always really easy to deal with from the recovery screen on my SGS II but I haven't yet tried things out on my RAZR HD in this fashion and things are differant when it comes to it. I haven't tried much out yet.
Also, and I really don't want to come off as being rude, and I hate it when people do on this forum, but because you had to ask if it was possible on a rooted phone at all sort of indicates that you might want to get as much advice about what you want to freeze or delete before doing it. Its prudent on any phone and less is more until you've gathered more information; and from the amount of support on this phone's section (low number of people having the phone and tinkering at this point) of the forum my guess is that this it will take some time and patients to get all the answers and information that you want before going balls deep.
Good luck, and remember that less is more, and that support will grow over time.

If you delete you will have a difficult time taking the next OTA. Freeze them. There is almost no space to be had by removing them.

Related

Install App From another Android?

I got my self the hero, and my wife the Moment. I am slightly jealous of the hardware she has..but that aside, I am in love with my Hero.
However, she does have one app that i really want and the market place does not have. I assume this is an app installed by sprint.
It is Photo and Video uploader. You set an email address or other location and after a video or photo is taken, it automatically uploads the photo to the predetermined destination. GREAT FOR BACKING UP PICTURES! But, her camera hardware blows. 3.2 MP and it is sooo slow. So picture quality is no where near that of the Hero's 5 MP.
So the real question here - -
Can I ADB into her phone and just take the .APK and ODEX file for this app and push it to my phone? Is it that easy???
Some apps are that easy. Give it a try and find out! The worst thing you'll get is some force closes.
However most stock apps require files from /system/lib that help run that apk. And they don't have the same naming convention therefore you won't know which one(s) it is amongst the 100s there. But I always say try and see what happens.
And if it works upload that .apk for the rest of us!
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
thedudejdog said:
And if it works upload that .apk for the rest of us!
Click to expand...
Click to collapse
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Kcarpenter said:
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
Click to expand...
Click to collapse
Copying the ../lib/ over and not replacing existing files could work. lol. As for apps2sd... you kind of have two ways you can try installing this. Without copying the lib and all that just try putting the apk on to your sdcard and browsing to it using astro or linda (a file manager) and click on the apk and installing it. See if it errors out or fails. If it does, THEN try copying it and the odex to /system/app (if it has an odex I'm pretty confident you won't be able to install it using package manager). If that still fails then you can go crazy and trying copying the lib ha.
Kcarpenter said:
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Click to expand...
Click to collapse
I don't remember if I read it on here or ppcgeeks but I believe officially the only stock apk's not allowed is quick office. But don't quote me on that.
So I hooked up to the Moment through ADB last night.
Found out really quickly that I can SU with it....
There is a "non permanent" hack out there to become root, but I tried it and still couldn't mount the file system to copy from it.
Any ideas guys?
From what I understand the Moment uses an FS16? file System? Something Odd that non of the other droids seem to be using.
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
rockcrawler said:
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
Click to expand...
Click to collapse
This root doesn't allow you to run Root apps. not sure why, seems like root would be root.
After some reading, the root method that is being used on the Moment is not the safest. Apparently if you skip a step you have a brick. And with no Nandroid backup at the moment(pun?) I would HATE to attempt it. Apparently though Root sticks until you reboot. There is an INit. script that runs and resets the permisions.
I know, "Don't skips steps and you'll be ok"
I may get brave and try it tonight...
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
nelson8403 said:
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
Click to expand...
Click to collapse
ROCK ON! Thanks for the link to the dump, I hadn't thought about looking around in one of these.
I will post what I find out.
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
wonder if their youtube app has better picture quality than ours?
BrianDigital said:
wonder if their youtube app has better picture quality than ours?
Click to expand...
Click to collapse
I will let you know in a few minutes. As soon as I get done with my WiFi teether I will compare the two. Pretty sure they should be the same.
EDIT: I am not sure if it is hardware or not. Running the same youTube video side by side - Our HERO has better color quality, Deeper blacker. The Moment has slightly sharper edges to the pictures, not quite as blurry. the moment does not go "Full Screen" for videos either which could be contributing to the sharper look to things. My assumption would be that this is a difference in the hardware. Quality of youTube videos seems to have diminished over the years anyways, none of the really look "good" any more. Probably in an effort to save bandwidth.
However, if you want to take a look personally, I will post the APK for you. Just please don't blame me if you forget to back up the original and want to revert....I love disclaimers.
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
BrianDigital said:
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
Click to expand...
Click to collapse
I am using MoDaCo + Optimizations w/ ZipAlign. Not sure if its worth the switch for you or not.
I have never used Gutted so I do not know what it offers/doesn't have.
Gutted is as vanilla as our Rom can get. It's quick too
that's pretty cool and sounds like a great idea for backing up pics so what all would I need to do to get this and install it I have root access already
Kcarpenter said:
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
Wow... that's a really cool program... and just so you know, you can "install" it using adb and it still works fine
Code:
adb install xms-android-1.0.42-prod.apk
Then it will install in /data/apps (or if you have apps2sd, on the sdcard under /system/sd/apps)
Works great on the Sprint Hero and MoDaCo ROM
Kcarpenter said:
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
The only rule regarding it would be
6. Do not post warez.
If a piece of software requires you to pay to use it, either pay or find your cracks and serials somewhere else. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained.
Click to expand...
Click to collapse
which your app doesn't fit in to. Posting it is not outside of the rules and should be fine.

[Q] WHY can't you delete preinstalled apps?

Hi folks,
As you can tell from the title I'm a smartphone noob and didn't realise you couldn't do this (see the amount of people I've spoke to who didn't even notice you can't delete apps that come with the phone! What's with that?).
But as you can see I emphasised the 'why', 'cause I've searched everywhere but can't find a reason as to why. I'd assume it was just so you can't delete bloatware, but even the Nexus that runs on stock Android has the same issue.
Does anyone know why (or guess why) you can't delete preinstalled apps?
Thanks!
If your device is rooted, all you have to do is download Root Explorer from the market and delete the APK files from the system.
They're located in: /system/app/
You have to press "Mount R/W" on the top right of the application before you can read and write. Make sure hit "Mount R/O" in the same spot after you're done editing though. Also, make sure that what you're deleting isn't something you need and you should probably back-up the .APK files to be safe. If you mess up and don't back up, you can still just re-flash or re-download GAPPS without a problem. Have fun .
Thanks
I was thinking about rooting my phone actually, I'll check that out (I'm sooooo going to back up everything lol).
But! The question was WHY you can't delete the preinstalled apps. Does anyone know the reasoning behind it?
You're welcome mate .
Just for safety I suppose. And you should definitely root your phone, it'll open a whole new world for you!
manufacturer /operator agreements...
tmpchr said:
manufacturer /operator agreements...
Click to expand...
Click to collapse
That and basically without rooting your phone it's basically like a comps guest profile. A lot less can mess up if you can't play around with certain files/settings.
Makes sense.
Thanks folks
I am also unhappy that i cannot uninstall apps that came with the phone and i have yet to find a good reason as to why not. most of the apps i want to delete are free on the market, already compatible with my phone and can be deleted or uninstalled without causing any major issues.
tmpchr says "manufacturer /operator agreements..."
ok ill buy that, sounds like a good business opportunity, (i would do it) good advertising, shared/reduced costs...etc. but the end user should still have the option to remove.
I totally agree with you guys, at the very beginning I had so big apps installed on my device (motorola xt720), for instance MotoNav was about 1.5 GB and spoiled my battery life. Luckily I discovered how to root the device and now, using "root uninstaller" that you find in the market, all of them are just a memory
You could also use Titanium Backup to remove programs.

What's the most straightforward means to remove the bloat?

In the developer forum for the Sensation I see a bazillion different threads for temporarily rooting the phone and getting rid of bloat, but none of it is permenant. I never had a problem simply deleting .apks through ADB to remove the lesser amount of bloat that was on my Nexus One and I'm assuming the process wouldn't be much different here, but I'm not sure what method to use.
Has anyone successfully DELETED the bloatware apps on their Sensation? I don't want to kill stuff like the launcher or the Sense UI, but I'd like to remove all the T-Mobile garbage (minus the Wifi calling), the games, the extra HTC stuff, and the social networking apps.
I tried searching throughout the Sensation forums and didn't really find any concise threads, but if this specific topic has been covered, feel free to point me in the right direction and close this thread.
If you actually read anything over there you would know that you can't delete anything with temp root. You can only disable the bloat (known as "freezing" with Titanium Backup). Use the adb commands to disable the packages you want or use the Viper tool to disable a ton of bloat easily.
the bloatware cant really be removed till full root is achieved
And now that perm root has been achieved...
...delete the apk files from the system/app directory to get rid of bloat.
doesnt work that way. you can royally screw your phone doing so. please do research before moving forward.
http://forum.xda-developers.com/showthread.php?t=1167420
&
http://forum.xda-developers.com/showthread.php?t=1162116
RiverCity.45 said:
...delete the apk files from the system/app directory to get rid of bloat.
Click to expand...
Click to collapse
If anything, I just rename files I don't want anymore. eg - system.apk = system.apk1
They don't run and don't show up in the apps anymore and if it messes something up, I can just rename them back.

boot time

I have about 160+ apps installed in my xoom, and it almost needs 1min50 secs to boot up. is this normal? what can i do to boost the boot up time? i m in stock 3.2
Uninstall some applications.
most of them are games.. i neednt to delete them right?
Use something like Titanium Backup to backup all your apps on Xoom (or any other rrooted android device) then uninstall the apps you don't use much/anymore/etc... It'll backup the app itself and the data that goes along with it (although it prob won't backup things like your game saves, just leave them where they're at on the sdcard whether it's internal or external). If you decide later you need the app again, just fire up TB and restore it, quick and simple. Sometimes after a restore of certain apps, you may need to reboot the Xoom to get all the functionallity back but aside from that, you get to keep your apps as backup and restore them anytime while reducing your overhead of having a pile of active apps that you don't always use...
This is what I do anyway on both my Xoom and my Epic. I typically don't uninstall apss through TB although you can, I just use it to backup and restore. I do the uninstalling through the normal system settings. That's just a preference tho...
Hope this helps!
EDIT - When I suggested this to you, I was assuming that your stock 3.2 setup was rooted. If not, then TB won't do you any good and the only other advice it what solarnz offered, delete some apps.
250+ Apps here, over 5 Minutes Boot Time. Running Tiamat Hammerhead and already Reinstalled everything once. Boot Time caused by "Unpacking Native Libraries" of every single application. I hate that -.-
Learnt something new i have 101 and thought itwas getting slower lol
Sent from my Xoom using Tapatalk
200+ apps on my Xoom and the boot time is still solid as can be! For the rooters: Try using an app called Autostarts to disable all of those unwanted apps that make their way into the startup list. For the non rooters: Autorun Manager.
A lot of times, apps will attach themselves to the startup list even though they do not need it, such as a game. Why would you want a game booting up with your Xoom? I wouldn't, that's for sure. It's pointless, takes up memory, and it makes the boot time worse.
For the most part: Wipe out every single one of the startup apps that are not a part of the system, or as many as you need to. If you disable the user startup apps, you will have a more solid boot time no doubt. Almost none of the apps you install will ever need to boot up with your Xoom, unless you want it to. For me, I keep only a select few apps at startup such as: Equalizer, AdFree, and SetCPU. And chances are, if you have a ton of apps... your startup list will be massive, to say the least when you load up the app for the first time.
Rooters: Autostarts
Non Rooters: (Also has a root option) Autorun Manager

Debloating The SM-G360T1, SM-G360T & Others: An Easy Guide

There's not a lot of information out there for the Galaxy Core Prime on how we might debloat and save more space, so I decided to make a short tutorial that might help people with some easy steps in cleaning up their device. This guide is meant to be pretty basic and to just help point people in the right direction so that it speaks to a broader scope of Galaxy Core Prime Models, but is based specifically on the SM-G360T1. The SM-G360T is essentially the exact same phone though, so all of these steps should apply directly to that device too. Other Galaxy Core Prime models will be able to use this as well, but just be sure to read the special "NOTE" part of each step. Also, I'm sure it goes without saying, but inevitably I'll get the question, so obviously, root is required for this!
Anyhow, here we go:
1) Do a full backup in recovery before deleting system stuff. This is always a good idea just in case you delete something you're not supposed to and android stops working, then you can just go into recovery(TWRP, CWM, etc.) and restore your backup and your back to square one. It's good to do a new backup too a few days after when you're sure your deleted apps aren't causing any problems so you can restore to that slimmer version later if need be. Also, you should probably save your backup files to the external sd as you will likely have more free space there.
2) Install a debloated rom in recovery. SlimPickins is a great one for the SM-G360T1. It's basically the stock firmware for the MetroPCS Core Prime, but thanks to @Koognod we can now run Android without all the extra junk using his rom. It comes already debloated, deodexed and deknoxed, so you can just install it and not have to deal with finding all the junk to delete for yourself. It's already gone! It's also great for speeding up your bogged down phone or creating more space for your apps and media. Here is the link.
http://forum.xda-developers.com/gal...rom-slimpickins-stock-rooted-bloated-t3250883
NOTE: YOU CAN NOT INSTALL THIS ROM IF YOU DO NOT HAVE THE SM-G360T1. It should work fine on the SM-G360T too, but for anyone else just try googling or searching XDA for your "model #" and "debloat rom".
3) I recommend deleting the "PreloadInstaller" folder from "/system/app/" with a Play Store root browser. You should do this before deleting any system apps in my opinion, as this folder contains an apk that is programmed to put back a lot of the system stuff you delete(either immediately or after reboot). If you don't feel comfortable deleting this folder just yet though, then you can just move it to your external sd card for now with your browser to save space in case you ever want to move it back or just skip this step. Your choice!
NOTE: If you don't have the SM-G360T1 or SM-G360T, then your "PreloadInstaller" folder may be called something slightly different or you may not even have it at all. Just look for something similar in there. Be careful not to delete the package installer though as that's the program that allows you to install apps yourself.
4) You need an app that uninstalls system apps. I use "System App Remover(ROOT)" from the Play Store personally because all your deleted system apps actually go into a recycle bin first where they can be restored later if needed. It also tells you if the app in question is a "Key Module"(ie. proceed with serious caution).
5) Google search the internet for system stuff that's ok to delete for your device. It helps to search your model usually, but I don't think there's much info out there for the Galaxy Core Prime unfortunately, so just searching something like "Debloat Samsung Safe" can be a great resource as many Samsung phones have the same system junk.
6) Delete all the obvious stuff you don't want. This would be things like any of the MetroPCS stuff(or whatever carrier you have) or even the Galaxy app store if you don't want it. A lot of Google apps can be deleted too, though you want to be a little more careful with those as Android is pretty much based on the Google Services Framework and many Google apps are tied into the system. Generally, apps like Chrome, Docs, Drive, Hangouts, Maps(if you prefer another map application like Waze or whatever), etc. are good to go if you want. I wouldn't delete any of the core Google apps though that may handle major processes on your phone, like Calendar, possibly even Gmail or any of the ones that you don't know what they do. Deleting the stock camera, gallery, video or music player may sometimes give you problems down the line too, so I would probably keep those. You can also back all your apps up before deleting with Titanium Backup from the Play Store too in case you delete something that you need to put back later.
*NOTE: Some apps, like the Google ones for instance, may cause popup errors after you delete them. This is normal. Your phone's just looking for all those files that were just secretly running a few moments ago. All you have to do is reboot to get rid of those messages. If they still persist, then just reinstall the app.
7) Download an app to clean up that leftover mess. When you delete an app, especially with system stuff, it often leaves a bunch of folders and junk behind. Go to the Play Store and download an app that allows you to clean all that up. There's lots of good ones. I like to use one called "SD Maid" myself. It's good at cleaning up those leftover files and has a feature called "CorpseFinder" in fact that does just that. It also cleans up a lot of other things on your phone.
Anyhow, if you're a heavy power user like myself or you store a lot of music or other media on your phone in addition to 20 million apps or so and you need more space, then I hope this helps you out. Take care guys. Thanks!
Out of curiosity, how does this affect the "phone unlock" feature? In case I want to change providers?
2xMakina said:
Out of curiosity, how does this affect the "phone unlock" feature? In case I want to change providers?
Click to expand...
Click to collapse
It won't affect it at all as long as you don't delete the "Device Unlock" app. More info on unlocking your device here:
http://forum.xda-developers.com/showthread.php?p=63729887
Also, you can just install SlimPickins if you want an already debloated rom.
http://forum.xda-developers.com/showthread.php?p=63868639

Categories

Resources