Installing system apps? - myTouch 3G Slide General

Will a Mobile Defense signed system app *.zip that I built for the N1 work on the MT3GS? If not, what is the easiest way to install a System App?

Related

[Q] Installing Apps using ZIP through Clockwork

In order to speed up the install of my preferred applications I created a zip file that installs them through Clockwork, and it workes except that the AppMarket does not see the apps and so it does not update them. I have bypassed this a little by using AppBrain, which does see the apps and allows me to update when necessary, but with AppMarkets new ability to update multiple apps I would like to utilize that. Any suggestions on how to have the zip file apps be recognized by AppMarket?

Data\app functionality based question.......

ok guyz i was building a rom through dsixda kitchen
i added data\app functionlaity but all those apps which i have moved to data\app are installed as user apps.I have included many apps in system\app folder so i added some apps to data\app so that they can be updated and i will have some space in system partition...but why are these apps are being installed as user apps.they all get removed if i do a data wipe...please help me or tell me a way of not allowing this to hapen
I don't know your question's answer but many devs outta there in XDA may know so please make the title more informative.
abhishekr700 said:
ok guyz i was building a rom through dsixda kitchen
i added data\app functionlaity but all those apps which i have moved to data\app are installed as user apps.I have included many apps in system\app folder so i added some apps to data\app so that they can be updated and i will have some space in system partition...but why are these apps are being installed as user apps.they all get removed if i do a data wipe...please help me or tell me a way of not allowing this to hapen
Click to expand...
Click to collapse
All system apps sgould be in system/app.They are a bit hard to be deleted.
Whereas user apps can be easily uninstalled via settings or so.
You need user apps to be in data/app.
san122 said:
All system apps sgould be in system/app.They are a bit hard to be deleted.
Whereas user apps can be easily uninstalled via settings or so.
You need user apps to be in data/app.
Click to expand...
Click to collapse
what if i have a system app that needs upgrading from market??
abhishekr700 said:
what if i have a system app that needs upgrading from market??
Click to expand...
Click to collapse
then use link2sd to uninstall the system app - download it from market and then convert it to system app again with link2sd and restart if thats what you want to do
you can update system apps from market but they will not replace the system app - instead you have a duplicate app which means if you uninstall the update it will roll back to the version that orig system app was
if you want to overwrite the system app with the new version simply use link2sd to intergrate update into system then restart
marcussmith2626 said:
then use link2sd to uninstall the system app - download it from market and then convert it to system app again with link2sd and restart if thats what you want to do
you can update system apps from market but they will not replace the system app - instead you have a duplicate app which means if you uninstall the update it will roll back to the version that orig system app was
if you want to overwrite the system app with the new version simply use link2sd to intergrate update into system then restart
Click to expand...
Click to collapse
that means when i was on stock rom annd updated apps like gmaill,maps etc then i got 2 vesions of same apps in my phone......
#feelingcheated
marcussmith2626 said:
then use link2sd to uninstall the system app - download it from market and then convert it to system app again with link2sd and restart if thats what you want to do
you can update system apps from market but they will not replace the system app - instead you have a duplicate app which means if you uninstall the update it will roll back to the version that orig system app was
if you want to overwrite the system app with the new version simply use link2sd to intergrate update into system then restart
Click to expand...
Click to collapse
that means when i was on stock rom annd updated apps like gmaill,maps etc then i got 2 vesions of same apps in my phone......
#feelingcheated
abhishekr700 said:
that means when i was on stock rom annd updated apps like gmaill,maps etc then i got 2 vesions of same apps in my phone......
#feelingcheated
Click to expand...
Click to collapse
yes in a sense
you will have the orig system app in system/app and then the new version stored in data
so if you uninstalled the new version it will roll back to the system app which you cannot uninstall by normal means (you can uninstall system apps with link2sd)
if you look through apps with link2sd anything with the word updated next to it in green means its a system app that has been updated by the user and so the update can be intergrated into system if you wish

[MOD] Remove unnecessary built-in APKS

Hello friends this is my first contribution to this forum, this file removes unnecessary built-in apks present in, /system/app & /system/priv-app.
I will miss the applications removed?
No, because a current copy of them is running on /data/app
Goal
Remove unused applications by the system
Free up space in the device memory
Compatibility
Nexus 5 android 6.0.1 must have root and twrp
How to use
Installed the android 6.0.1, get in playstore and update all applications, now just flash the zip via TWRP.
Removal list click to see
delete_recursive("/system/app/Chrome");
delete_recursive("/system/app/Books");
delete_recursive("/system/app/CloudPrint2");
delete_recursive("/system/app/Drive");
delete_recursive("/system/app/EditorsDocsStub");
delete_recursive("/system/app/EditorsSheetsStub");
delete_recursive("/system/app/EditorsSlidesStub");
delete_recursive("/system/app/FitnessPrebuilt");
delete_recursive("/system/priv-app/GCS");
delete_recursive("/system/app/PrebuiltNewsWeather");
delete_recursive("/system/app/NewsstandStub");
delete_recursive("/system/app/Maps");
delete_recursive("/system/app/PrebuiltBugleStub");
delete_recursive("/system/app/Photos");
delete_recursive("/system/app/PlusOne");
delete_recursive("/system/priv-app/GoogleContacts");
delete_recursive("/system/app/PrebuiltDeskClockGoogle");
delete_recursive("/system/priv-app/GoogleDialer");
delete_recursive("/system/app/PrebuiltGmail");
delete_recursive("/system/app/GoogleCamera");
delete_recursive("/system/priv-app/Velvet");
delete_recursive("/system/app/PrebuiltKeepStub");
delete_recursive("/system/app/talkback");
delete_recursive("/system/app/Music2");
delete_recursive("/system/app/PlayGames");
delete_recursive("/system/app/Hangouts");
delete_recursive("/system/app/GoogleTTS");
delete_recursive("/system/app/Videos");
delete_recursive("/system/app/WebViewGoogle");
This is a system partition
The deletion is useless because you can't use this space and you won't appreciate any differences
Read here, it is very very important
http://forum.xda-developers.com/showpost.php?p=64208563&postcount=3393
Personally I prefer to disable unnecessary apps
Pay attention
I do not like duplicate files, disabling an app the same will continue in the system, the idea is to not disable an app.
If I have the upgraded chrome in data\app I will not want an unusable copy of it on \system\app. My list does so with 30 Apps, if they are all updated on DATA I see no utility in maintaining obsolete unusable in the SYSTEM, and we still have the possibility to uninstall those we dislike.
ivn888 said:
This is a system partition
The deletion is useless because you can't use this space and you won't appreciate any differences
Read here, it is very very important
http://forum.xda-developers.com/showpost.php?p=64208563&postcount=3393
Personally I prefer to disable unnecessary apps
Pay attention
Click to expand...
Click to collapse
If you read that post he clearly says that to modify system you need to delete things from it to be safe. He is pointing out that it is an unknown. He said even to make small changes you would need more space. I see no reason to leave unneeded files in system. Maybe you want to run an app as system app and these unneeded files are getting in the way. Nothing wrong with getting rid of them.
We can use some root enabled file app managers (like es explorer, solid explorer) to uninstall the system apps.
I just want to know if is it safe or not?
And is it different than using flashable script?
parag60288 said:
We can use some root enabled file app managers (like es explorer, solid explorer) to uninstall the system apps.
I just want to know if is it safe or not?
And is it different than using flashable script?
Click to expand...
Click to collapse
File explorers with root function can enable manual removal of system apps, but it is laborious and tedious remove as many apps, It is safe if you know what you are removing, because the system is running if you give problem can fall into a bootloop... my flash file is safe removal of 30 apps, all with updated copies of the same in DATA folder so I ask you to enter the play store and update it before you use it, nothing is lost only copies obsolete and useless are removed.
The advantage here is not to miss anything, remove enough waste Rom, and return the power to uninstall what you do not want. I do not use play books, play movies, keep, Drive, Hangouts... so without losing any, then after the flash zip i have the freedom to uninstall what I want.

can we make a flashable zip of android apps? if yes then how?

I want to know how can we make a flashable zip of android apps. and install apps in bundles on device
Hello, you can use this app.
This one is exactly what you looking for. You can create flashable zip for apps and all files and system files. (I use this app since few years and I install app and system app like system ui on all my devices, note3/note4 s3/s4 p8 lite)
https://play.google.com/store/apps/details?id=zip.me
But titanium backup can make this too.
For reinstall all your app by using a flashable zip by your custom recovery
Sent from my ALE-L21 using XDA-Developers mobile app

Huawei screen recorder missing, need APK (Huawei Nova 3i)

Hi,
The screen recorder app for my Huawei 3i somehow got uninstalled and I can't find the APK anywhere online or the Play store/App Gallary. I had someone send me their version from a P20 pro, but since they are on 9.1 and I'm on 9.0, it wasn't compatible. Could anyone please upload the 9.0 version for me so I can try to install it? I'd rather not have to do a full wipe of the phone just for this one app.
Thanks!
PS: I wasn't sure where to post this so if it's the wrong place, please let me know where I should post it!
How shall we find and extract the apk file in either Honor 20 Pro or Mate 9?
It seems that we can't get any apk for system apps without rooting device. And what's the exact file name?
James_Watson said:
How shall we find and extract the apk file in either Honor 20 Pro or Mate 9?
It seems that we can't get any apk for system apps without rooting device. And what's the exact file name?
Click to expand...
Click to collapse
The way my friend did it was to get one of those APK extracting app on the play store. There's a few of them but he used the one called APK Extractor. His device wasn't rooted and was able to get an APK from it. Could that be why it didn't work when I tried to install it? I assumed it was the different android versions.
I see. You had better have someone who has the exactly same phone model, Huawei Nova 3i, to run the APK Extractor to get that apk file for you.
Blindfury11 said:
The way my friend did it was to get one of those APK extracting app on the play store. There's a few of them but he used the one called APK Extractor. His device wasn't rooted and was able to get an APK from it. Could that be why it didn't work when I tried to install it? I assumed it was the different android versions.
Click to expand...
Click to collapse
If their device was not rooted, I doubt it actually extracted the app from system. It may have extracted "something" and you may have tried to install it but whatever they extracted may not have been what you actually needed.
If it did actually extract the app, it may not have installed properly because it was not installed in system, it probably got installed in data partition with your user apps. It might be that it won't work if not installed in system. Or it might be that you needed to boot into recovery and wipe the cache partition(and dalvik cache if you have TWRP) then reboot and try installing the app.
This might be because when you removed it from system, that app still had files left behind in the cache partition, these files were associated to that app as a system app but when you installed the app manually it was installed in data partition but wouldn't work with the cached files that were associated with it when it was a system app. You might need to find a way to get the app installed in system so it can work correctly with the cached files that it was associated to when it was a system app, or you need to wipe cache in recovery then install the app as a user app in data partition and reboot the device to let it rebuild the files in cache so that they are associated to the app as user app.
There may be a way to use adb to obtain a copy of the app from system to share with you and then use adb to install the app in system.
Sent from my SM-S767VL using Tapatalk

Categories

Resources