Unable to install basic system apks - Galaxy S6 Edge+ Q&A, Help & Troubleshooting

I'm on G928CXXU3CQC7 android N update and every time ı tried to install apks like new touchwiz or another samsung apks i take 'The package conflicts with an existing package by the same name' error and it doens't installs. How ı can install them?

Related

[Q] making system apks Into regular installable apks.

I was wondering how to make a system apk such as idk the browser into a regular installable apk so that someone with no knowledge of pushing apks can install it along side their apk.
Generally system apps are just normal apps, only installed on a system partition. If you pull a system apk from a device, then you should be able to install it normally on any other device.
There are exceptions from this rule:
You can't install an app if you have it installed already. Many system apps are installed on most devices by default and this is the reason, why you can't install e.g. Browser.apk pulled from other device - most probably you have it installed already.
There are 2 solutions: you could remove system app before installation of new one or just replace it - but this isn't what you want. To create normal, installable apk you would have to modify its package name as I did with Google Maps.
Some system apps use system internals, private APIs or privileges, some additional libraries, etc. For example Settings.apk changes internal settings of OS - you can't do that in normal apk.
You can't easily move/install such apps, they're integrated with system.
thanks for this long great reply. So lets say I pulled my dialer apk changed the package name, could I install it on a friends phone NOT on the system partition ?
I'm trying to pull the dialer apk from gingerbread and port it into a normal apk using apk tool, but once and changed the package name and all that and compile it I go to install it on my phone but it says that it could not open it as an apk file. Any ideas?
Newklearx3 said:
thanks for this long great reply. So lets say I pulled my dialer apk changed the package name, could I install it on a friends phone NOT on the system partition ?
Click to expand...
Click to collapse
I think not. Note that Phone.apk is only one app that can dial, you can't add such feature to your own app, so most probably it uses private APIs to do that. It's integrated-with-system one. Same for Settings.apk and PackageManager.apk, but you should be able to pull Browser.apk, Launcher.apk, MMS.apk, Gmail.apk, Talk.apk, etc., change their package name and install on another device.
Ahh, there is one more group: SenseUI, Motoblur, etc. apps, which use additional framework resources: images, colors, texts. They won't work on a device lacking this framework, but it should be possible to make these apps framework-independent by copying all dependencies to app itself. Not that easy, but possible
Brut.all said:
I think not. Note that Phone.apk is only one app that can dial, you can't add such feature to your own app, so most probably it uses private APIs to do that. It's integrated-with-system one. Same for Settings.apk and PackageManager.apk, but you should be able to pull Browser.apk, Launcher.apk, MMS.apk, Gmail.apk, Talk.apk, etc., change their package name and install on another device.
Ahh, there is one more group: SenseUI, Motoblur, etc. apps, which use additional framework resources: images, colors, texts. They won't work on a device lacking this framework, but it should be possible to make these apps framework-independent by copying all dependents to app itself. Not that easy, but possible
Click to expand...
Click to collapse
Dude, you're amazing! So how would I go about porting the gingerbread dialer to workable installable apk?
I might be doing something wrong but I pulled the launcher and changed the package name and still the same error
Okay, i guess I'm not. I copied the apk ( unmodded ) from the rom zip and placed it on my SD card to install it and the same error, so there must be something wrong.
figured out it was the sdk version, got it to show up but wont install now.
im also interested in porting specific development apk, lets say.. CM Settings into a non Cyanogen. Tried that once by pulling CM*.apk and push it to other non Cyanogen but got cant be installed message.. any hints on this?
phoezies said:
im also interested in porting specific development apk, lets say.. CM Settings into a non Cyanogen. Tried that once by pulling CM*.apk and push it to other non Cyanogen but got cant be installed message.. any hints on this?
Click to expand...
Click to collapse
Use logcat as a start to see dependencies
XDA App

[Q] Installing the Honeycomb Dialer

Hello,
I have the new Honeycomb dialer apk and I was under the impression if you just placed the new dialer apk in the systems/app folder of the rooted android device it would change to the new apk on reboot.
Well, I have placed the apk in systems/app, deleted the old apk and rebooted and no change. What is interesting is I have opened the new Honeycomb dialer apk in Super Manager and tried to install and I keep getting the error "Application not installed".
What am I doing wrong?
Just as a note, I have installed the new Honeycomb music player with no problems. My phone is an EU HD2 and I am on a custom Gingerbread ROM.
Thank you in advance for any help.
Are you talking about a literal Honeycomb (Android 3.0) dialer application, or just a themed dialer from a different version? If you have an actual Honeycomb apk please post it or link to it; I was unaware one existed at this point, seeing as the OS is only for tablets so far.
In reference to your question, apps generally need to get installed as opposed to just copied/pasted into system folders. Either try installing it via something that calls the app installer process (browse to the apk in ASTRO File Manager for example) or try manually installing it via adb. If adb fails then it's probable that it simply can't be installed on your device or ROM.
Hope that helps.

How install Samsung apps on other phone?

I did copy some of the Samsung apps from n7000 and try to install it on p1000 but " application not installed" and using root explore and put it in the apps directory does not work and if replace one of the system apps when run it will force close
What I should do to install such apps?
probably isnt compatible

[Q] Instal 2 same apps on a single device

I want to install 2 Opera Mini or any other apps in a single device. I know there are may modded apps. But I want to learn it by myself..
So here are the stuffs that I did.
1. I modded the AndroidManifest.xml and changed package name i.e. "com.opera.android.mini"
2. I went to res/values/strings.xml and changed "app_name" string. i.e. "Opera Mini"
3. Signed the apk.
I can install the apk and run it flawlessly. But the problem is that whenever I install modded apk first then orginal apk and vice versa, It shows "Application not Installed" . Even when I install apk from Play Store, I get certificate error or something like that!
Can anyone guide me? Thanks for help!
This was how I modded apk: https://www.youtube.com/watch?v=GcsvNLoCUzQ

Samsung camera doesn't want to install

Hi,
I tried to update the Samsung camera app by deleting the old camera and installing the newest apk from apkmirror.com.
Unfortunately the installation always quits with "the package conflicts with an existing package by the same name". I don't know what to do since the old cam os gone and I can't install a new one... Does anybody know what to do?
I am running renovate ice 7.5 (android 7.0) on my g950f and I am rooted. Any help is greatly appreciated!
DeKiesel said:
Hi,
I tried to update the Samsung camera app by deleting the old camera and installing the newest apk from apkmirror.com.
Unfortunately the installation always quits with "the package conflicts with an existing package by the same name". I don't know what to do since the old cam os gone and I can't install a new one... Does anybody know what to do?
I am running renovate ice 7.5 (android 7.0) on my g950f and I am rooted. Any help is greatly appreciated!
Click to expand...
Click to collapse
How did you install? Most likely you'll need to remove the camera app entry in priv-app folder in system, you'll need a file explorer which can be granted root rights
sofir786 said:
How did you install? Most likely you'll need to remove the camera app entry in priv-app folder in system, you'll need a file explorer which can be granted root rights
Click to expand...
Click to collapse
I deleted the app and then used adb shell and find to find the package name, there was nothing in the priv-app folder. I dirty flashed my rom and now I have the camera back, I would really like to be able to update it though.

Categories

Resources