[Q] How to Force Install APK - Android Q&A, Help & Troubleshooting

Hi, XDA Dev. Why when I Install some apk, says Application Not Installed?
Give me a how to

Bcoz ur phone is not compitanle with that app.... Wrong section... Reported...
Sent from my A210 using XDA Premium HD app

Sometimes we can use them by copying apk to data folder. Just copy the apk file to "/data/app folder and sey the permission. And reboot.
Sent from my GT-I9300 using Tapatalk

Hi very_lie, need specifics, what method are you using- ADB? Are you rooted? What app- is it compatible with your device, app store(play/aptoide) will tell you yea or nay. Assuming you are rooted, use a good file manager, go into settings of the file manager, give it root permissions, and change mount system folders to writable, they will be read only originally. Find out where the app needs to go. For example, earlier today, I replaced talkback app because the version that came with custom ROM force closed. Google came out with an update recently that works for me. In file explorer, went to /system/app to find out what its called- talkback.apk. Downloaded v. 3.5 from aptoide(be careful), renamed it talkback.apk. go to /system/app, deleted older talkback.apk, go to data/dalvic cache and delete system @ app @ talkback.apk @ classes.dex Took renamed apk, copied it(from sd), just long press on the file and options come up, select copy. Navigated to /system/app and paste it there. Reset permissions, again long press hit permissions, will probably at rw-rw-rw, change to rw-r--r-- read write, read, read. Reboot. Upon reboot, may say android is upgrading-all is good-dalvic cache is building. Now with certain apps you will want to delete its data- in /data/data. For this app didn't need to. Also some apps can't be put in /system/app. On my phone HTC Evo 3d, ones like facebook, Twitter, translate and other google app can. Ones like Skype n dropbox cannot- they forced closed and can cause others to misbehave. So open up your app n see if it works. Go back into file manager, /data/data and make sure your app's permissions are rwxr-xr-x. Hope this helps, follow this same format when putting"forcing" app on data partition- /data/app
Sent from above using Xparent Blue Tapatalk 2

I revived the topic after so much time to thank the contribution that helped me to reinstall a service that I uninstalled by mistake in my Note8.
Thank you very much!
Regards

It's easy done wit "adb install <app.package.name>"

Do it without a PC...
Regards

gatul said:
Do it without a PC...
Regards
Click to expand...
Click to collapse
I've got a old version of APK editor pro , that I can use . Version 1.00 to bypass any install errors .. don't ask me how to get it though. Regards :angel:

Of course I could also have flash stock firmware again but I needed a simple solution to use the media I had available at that moment, only two Note 8 (mine and my wife's to extract the apk) and little 3g signal (when I had) to find a solution.
I appreciate the recommendations after having solved the problem but the object of my post was to thank for the help, the rest are anecdotes.
Regards

fil3s said:
I've got a old version of APK editor pro , that I can use . Version 1.00 to bypass any install errors .. don't ask me how to get it though. Regards
Click to expand...
Click to collapse
How to get it?

Related

Stock touchwiz apps?

So I've been looking for a way to get the stock apps for calculator, calender, and alarm clock back onto my vibrant which is now running the vibrant6 rom from eugene...
So far I've seen suggested that we tear apart anomalous's deodexed rom and push the files through adb but I have a horrible 3g connection and it already took me forever to download the vibe 5 and 6 roms and don't want anything else from that rom just the .apks for these apps.
Also do they have to be pushed using adb or terminal or can I just use astro if I have it with rw permission to the /system /data folders n whatnot?
Either way I was hoping someone could post up on here some of these and other stock touchwiz apps for easy dl and reinstallation as I know much more than just myself have been looking for these apps to bring back to our modded roms.
Much thanks to all that could help with this
Pooped from my Samsung Vibrant using XDA app...
Dont mind the skidmarks...
I would think it'd be as easy as pushing the apks that came with the stock vibrant rom to the current one you right now.
Sent from my SGH-T959 using Tapatalk
The issue is even if I go all the way back to my old rom through a nand backup you can't grab a back up as a simple apk through titanium and I'm unsure which files i could possibly manually back up to my sd using some sort off root explorer....
Thus my asking if anyone had these apks or files with a method of transferring them where they are needed... I know more then one person is looking for something like this
Pooped from my Samsung Vibrant using XDA app...
Dont mind the skidmarks...
Here are some of the stock TouchWiz apps!
Thanks for providing the stock TW apps.
what about the stock TW messaging apk? plz
the3dman13 said:
Here are some of the stock TouchWiz apps!
Click to expand...
Click to collapse
I'm trying to install the calendar but it wont let me. I put them in the internal memory. Any help?
tonie972 said:
I'm trying to install the calendar but it wont let me. I put them in the internal memory. Any help?
Click to expand...
Click to collapse
use root explorer and move the apk to system/app
Julianmgn said:
what about the stock TW messaging apk? plz
Click to expand...
Click to collapse
here u go
10 char
tonie972 said:
I'm trying to install the calendar but it wont let me. I put them in the internal memory. Any help?
Click to expand...
Click to collapse
You must use adb or root explorer to "install" them. You cant just install them like a regular apk.
ADB:
adb push whatever.apk /system/app/ (do the same with the .odex file)
Root explorer:
Just copy the files from your sd to the system folder and reboot.
whoops... meant to post somewhere else, my bust.
the3dman said:
You must use adb or root explorer to "install" them. You cant just install them like a regular apk.
ADB:
adb push whatever.apk /system/app/ (do the same with the .odex file)
Root explorer:
Just copy the files from your sd to the system folder and reboot.
Click to expand...
Click to collapse
Old thread resurrected!
environment: Vibrant rooted w/ Eugene's Gingerclone Final R2
I'm a lil new to replacing system apps, but I read up on this and by all accounts, it should have worked.
Using adb to push the files previously linked to /system/app then rebooting yielded the existing (AOSP?) Calendar still being installed/displayed/used.
Noticed the pushed files had different names.
Renamed source files to match target files and re-pushed. Rebooted. Calendar no longer shows up in application listing.
Used Root Explorer to locate files in /system/app (currently mounted r/w) and tried to install the .apk's; installation ends with msg "Application not installed" with a "done" button to click.
used adb shell to rm the existing Calendar.apk and Calendar.odex, TouchWizCalendarProvider.odex/.apk and TouchWizCalendar.odex.apk and adb reboot.
pushed TouchWizCalendarProver.odex/.apk & TouchWizCalendar.odex/.apk to /sdcard; launched Root Explorer, copied all 4 files to /system/app/ and rebooted.
No "Calendar" or "TouchWizCalendar" or "TWCalendar" etc etc in applications list.
Use Root Explorer to navigate to /system/app/ and try to install said applications and result says "Application Not Installed"
Any help is appreciated.
Does anyone have the Memo app?
Flashed nero v3 and it didnt have it!
Also, i had some important info in there. Will it be there when i push the apk to the sysytem/app folder? My sd card still has everything from before I flashed.
thanks
the memo app is awesome
LabattZ said:
try to install said applications and result says "Application Not Installed"
Click to expand...
Click to collapse
Same issue. Any suggestions?
You can get all the touchwiz apps using this app: http://forum.xda-developers.com/showthread.php?t=939451.
Sent from my ZenDroid using XDA Premium

Install Swype on Custom Rom (Difficulty Level 1)

First of all..
THIS DOES NOT INCLUDE SWYPE!!!!
Also, I am not responsible for anything you do to your phone...
This is just a zip file that can be used to install swype to a custom rom.
What is Needed...
1)The attached Zip file
2)Swype.apk and libswypecore.so
3)Clockwork Recovery (i tested using clockwork 3.0.0.6)
4)7-Zip (or any other zip utility that can place files into a zip without extracting)
How to...
1) Open up the attached file in 7-Zip
2) Place Swype.apk in the "app" folder
3) Place libswypecore.so in the "lib" folder
4) Place the zip file in your sdcard
5) Boot into recovery
6) Go to mounts and storage
7) Mount "system"
8) Go to the main menu and install the zip file
9) Reboot and go to any text field
10) Hold the text field until a popup appears
11) Click "input method"
12) Select Swype
If for some reason it does not work, go to the system folder using root explorer or something similar and make sure the permissions are as follows for both the Swype.apk and the libswypecore.so
User: Read Write
Group:Read
Others:Read
If this procedure does not work for any reason, please send me a pm with the following information
1) Rom
2) Recovery Version
Also: Special Thanks to Marine6680
This is just a zip file.
TrueBlue_Drew said:
This is just a zip file.
Click to expand...
Click to collapse
yes, but my reason for posting it is because it contains the script to flash along with it being signed. this way the only thing missing are the files.
VibrantOwnr said:
First of all..
THIS DOES NOT INCLUDE SWYPE!!!!
Also, I am not responsible for anything you do to your phone...
This is just a zip file that can be used to install swype to a custom rom.
What is Needed...
1)The attached Zip file
2)Swype.apk and libswypecore.so
3)Clockwork Recovery (i tested using clockwork 3.0.0.6)
4)7-Zip (or any other zip utility that can place files into a zip without extracting)
How to...
1) Open up the attached file in 7-Zip
2) Place Swype.apk in the "app" folder
3) Place libswypecore.so in the "lib" folder
4) Place the zip file in your sdcard
5) Boot into recovery
6) Go to mounts and storage
7) Mount "system"
8) Go to the main menu and install the zip file
9) Reboot and go to any text field
10) Hold the text field until a popup appears
11) Click "input method"
12) Select Swype
If for some reason it does not work, go to the system folder using root explorer or something similar and make sure the permissions are as follows for both the Swype.apk and the libswypecore.so
User: Read Write
Group:Read
Others:Read
If this procedure does not work for any reason, please send me a pm with the following information
1) Rom
2) Recovery Version
Also: Special Thanks to Marine6680
Click to expand...
Click to collapse
An easier way to do this, which is what I have been doing, is to simply use a File Manager with Read/Write (Root) privileges and copy the libswypecore.so file into your system/lib directory and then install the Swype.apk like a normal app. This way you can do everything without needing to reboot.
I installed by giving them my email getting the apk and installing...you could almost calk it average lol
Sent from my HTC Glacier using XDA Premium App
can someone provide me a copy of swype.apk and libswypecore.so? Thanks.
Comment removed.
Didn't know it was against the rules to post the .apk.
My bad!
@aussiehairspray
If I'm not mistaken, I don't think this is allowed to be posted... Swype's rules.
I'm no admin but I just don't want to see you get in trouble.
schizopunk said:
@aussiehairspray
If I'm not mistaken, I don't think this is allowed to be posted... Swype's rules.
I'm no admin but I just don't want to see you get in trouble.
Click to expand...
Click to collapse
You are not mistaken. Posting the swype apk and lib files is not allowed and is actually illegal
Sent from my HTC Glacier using XDA App
AGx-07_162 said:
An easier way to do this, which is what I have been doing, is to simply use a File Manager with Read/Write (Root) privileges and copy the libswypecore.so file into your system/lib directory and then install the Swype.apk like a normal app. This way you can do everything without needing to reboot.
Click to expand...
Click to collapse
I posted this so o once you add the files you can just flash this anytime you flash a new rom. this would mainly help crackfkashers. For Every one else, your methods may be easier/faster
Sent from my HTC Glacier using XDA App
so quick question, how would I go about uninstalling this?
Swype FCs every time it tries to load.
Mytouch 4g CM 7.02
I'm getting force closes as well using the files posted here. I followed these instructions here because after installing via the sywpe installer beta everytime I rebooted my phone it wouldn't trace anymore. To fix this I needed to disable and reenable swype. So as of right now I'm still outta luck.
To remove swype though simply go into titanium and scroll down to swype and delete it.
Sent from my HTC Glacier using XDA App
Unfortunately swype force closes are not due to this zip and chances are it is the ROM. I would suggest trying fix permissions from recovery or ROM manager. Other than that I would not know what would be causing the force closes.
Sent from my myTouch_4G_Slide using XDA App
maybe i'm confused but i just went to swype.com and registered for beta and it works fine
is this different?
Before I ever tried the files here I used the beta installer that I registered and it seemed like everytime I rebooted it wouldn't swype anymore and the keyboard would flash like an error. I've been running cyanogenmod nightlies, currently on 61. I've tried fixing permissions before but it never corrected the issue.
Sent from my HTC Glacier using XDA App
I tried the Root Explorer method with the same results. No matter what I do to install Swype on any ROM other than CM7, I can't get the keyboard to "swype". I've even created a new account with swype to download it again with no luck. I'm close to using something other than CM7 as my daily ROM but I need Swype! Any more ideas?
Thanks!!
When it won't swype after reboot. Try selecting another board, type something, then go back to swype and slide. Used to work for me when I was using swype
this worked flawlessly! thanks
im running nightlies. i downloaded iced glacier for the original swpe .apk and libswpe files. just selected update zip from sdcard in clockwork.
forse closes, then i uninstalled and uses root explorer to copy both files, than i change the permissions, it worked but gave error about licencing, that this is for some other device. im using htc panache stock GB ROM.
than yesterday i realized new beta is out i re-registered and installed the latest beta which is ofcourse much better , only thing im missing is light colored theme of oribngnal swype.
atifsh said:
forse closes, then i uninstalled and uses root explorer to copy both files, than i change the permissions, it worked but gave error about licencing, that this is for some other device. im using htc panache stock GB ROM.
than yesterday i realized new beta is out i re-registered and installed the latest beta which is ofcourse much better , only thing im missing is light colored theme of oribngnal swype.
Click to expand...
Click to collapse
I got the constant force close using the new swype 3.0 the way I fixed it was deleted it then right after I reinstalled it I rebooted in to recovery and cleared both caches and fixed permissions. I don't think rom manager fix permission is working right for this version.

[Q] Youtube stops playing if screen off

Hi!
I jzt wanted to know if someone could help me with one feature that these new firmwares have. Once I turn off the screen, youtube stops playing. I really liked before that I could turn the screen off and still listen youtube in the earlier versions. I dunno if the playback gets cut off because of the new firmware or if it's a new feature in newer youtube apps, but's I'd really like to be able to listen youtube while the screen is off. Any tips? Thnx!
First off yourll have to say if your rooted or not or on a custom ROM or not.To me it sounds like your on a stock unrooted Firmware.Im rooted on Omega ROM with a youtube App that has a download feature.I can watch videaos of any lenght and the screen doesnt turn off.Also if I turn the screen off myself I can still listen to the video thats playing.
I'm on darkyrom LA4 base. Also tried resurrection rom with ICS a while back with the same result. Might hafta try something else then...
Sent from my GT-I9100 using XDA App
The youtube app in Omega rom is great. It is how a youtube app should be.
sent from my fingers to your face.
I believe its down to how the YouTube app is developed; No playback in background or when screen is off.
Tomorrow morning when Im not on my phone Ill upload the youtube apk from my rom.Youll need to pass it to the System/app folder with root explorer but Ill put up the instructions.Like i said at the moment Im on my phone so cant upload.
I know I said Id do it tomrrow but I cant sleep thinking about this bloody Youtube apk. so Ill do it now.Ill write a rundown just incase your not sure what to do.Coming from another ROM it probably wont install as an apk. so if it wont then do this and it will install for sure.Do it twice to make sure though
NEED:Root explorer set to RW
first backup your exsisting apk. just incase.
1.Open root explorer and select System then app and go to YouTube
2.Hold finger down on apk. untill you get a menu and select "copy"
3.Now navegate to InternalSD/data and select "paste". and your done.
Now pass the new YouTube apk. to internalSD/download
1.open root explorer go to int.SD/download and hold finger down on apk.
2.from the menu that appears select "copy"
3.Now navegate to System/app and select "paste"
4.You will be prompted to overwrite exsisting apk. so select yes and your done.
Do the second proccess twice to make sure its copied and you should now see it in the app draw.The reason both apks. go to different folders is because if you put one inside a folder where another already exsists it will overwrite so you could loose your backup or the new one.Im going to bed
Amazing, thank you so much! That apk is gonna follow me wherever I go. xD
Sent from my GT-I9100 using XDA App
Keep a copy on your PC too and pass it to all your ROMs so you have a good YouTube app on your phone at all times.
cooza said:
I know I said Id do it tomrrow but I cant sleep thinking about this bloody Youtube apk. so Ill do it now.Ill write a rundown just incase your not sure what to do.Coming from another ROM it probably wont install as an apk. so if it wont then do this and it will install for sure.Do it twice to make sure though
NEED:Root explorer set to RW
first backup your exsisting apk. just incase.
1.Open root explorer and select System then app and go to YouTube
2.Hold finger down on apk. untill you get a menu and select "copy"
3.Now navegate to InternalSD/data and select "paste". and your done.
Now pass the new YouTube apk. to internalSD/download
1.open root explorer go to int.SD/download and hold finger down on apk.
2.from the menu that appears select "copy"
3.Now navegate to System/app and select "paste"
4.You will be prompted to overwrite exsisting apk. so select yes and your done.
Do the second proccess twice to make sure its copied and you should now see it in the app draw.The reason both apks. go to different folders is because if you put one inside a folder where another already exsists it will overwrite so you could loose your backup or the new one.Im going to bed
Click to expand...
Click to collapse
Hey thanks for the info, I followed youre steps but when I try to run Youtube now it gives me an error message "The application Youtube(process com.rolle.android.youtube) has stopped unexpectedly. Try Again."
Btw I couldn't find a Download folder in the InternalSD instead I had to navigate to InternalSD/sdcard/download. This is where your youtube.apk was stored. Could this possibly be the issue?
cooza said:
I know I said Id do it tomrrow but I cant sleep thinking about this bloody Youtube apk. so Ill do it now.Ill write a rundown just incase your not sure what to do.Coming from another ROM it probably wont install as an apk. so if it wont then do this and it will install for sure.Do it twice to make sure though
NEED:Root explorer set to RW
first backup your exsisting apk. just incase.
1.Open root explorer and select System then app and go to YouTube
2.Hold finger down on apk. untill you get a menu and select "copy"
3.Now navegate to InternalSD/data and select "paste". and your done.
Now pass the new YouTube apk. to internalSD/download
1.open root explorer go to int.SD/download and hold finger down on apk.
2.from the menu that appears select "copy"
3.Now navegate to System/app and select "paste"
4.You will be prompted to overwrite exsisting apk. so select yes and your done.
Do the second proccess twice to make sure its copied and you should now see it in the app draw.The reason both apks. go to different folders is because if you put one inside a folder where another already exsists it will overwrite so you could loose your backup or the new one.Im going to bed
Click to expand...
Click to collapse
Thanks a lot i wanted this apk as well. ive hit the thanks button
Sent from my GT-I9100 using xda premium
ogikovacevic said:
Hey thanks for the info, I followed youre steps but when I try to run Youtube now it gives me an error message "The application Youtube(process com.rolle.android.youtube) has stopped unexpectedly. Try Again."
Btw I couldn't find a Download folder in the InternalSD instead I had to navigate to InternalSD/sdcard/download. This is where your youtube.apk was stored. Could this possibly be the issue?
Click to expand...
Click to collapse
I installed it by renaming the current one by putting.bak at the end. Copy and paste the apk new youtube apk into system/app. Close root explorer. Then bang i can open it. Working perfect.
Sent from my GT-I9100 using xda premium
works perfect. big thanks
Sent from my GT-I9100 using XDA App
dude, your teh man, thank you very much. i was wondering this aswell.
ogikovacevic said:
Hey thanks for the info, I followed youre steps but when I try to run Youtube now it gives me an error message "The application Youtube(process com.rolle.android.youtube) has stopped unexpectedly. Try Again."
Btw I couldn't find a Download folder in the InternalSD instead I had to navigate to InternalSD/sdcard/download. This is where your youtube.apk was stored. Could this possibly be the issue?
Click to expand...
Click to collapse
The YouTube apk. I put in the download folder in the internalSD so when I open root explorer I select sdcard/download and there it is.Basically you put it where you can find it(not on the externalSD) but I find this folder for me a good one to remember.Sometimes you need to do it twice in a row for it to work.If it doesnt then boot to recovery and fix permissions and wipe cache partition and see if that works.Also try androidkids way that he posted as it worked for him but Ive always done it as Ive posted.Also make sure that the YouTube app is the blue on that its meant to be.
EDIT:are you getting the message to overwrite exsisting app when you paste the new one?
Does anyone have a version of this for the latest version for youtube?
is there an updated version of this youtube which allows the screen to be off while still playing?
slybunda said:
is there an updated version of this youtube which allows the screen to be off while still playing?
Click to expand...
Click to collapse
Look over here:
http://forum.xda-developers.com/showthread.php?t=1529715
Sent from my Dragonball GT-I9100

you can have Google Now for ICS Roms

Requirements
A Rooted device running ICS AOSP Rom
Hands
Procedure
Open Root Explorer & navigate to /system
Now Open build.prop in Text Editor.
Edit ro.build.version.sdk = 16 & save.
Now go to /system/app & Rename GoogleQuickSearchBox.apk to GoogleQuickSearchBox.apk1
Now reboot & install the app from the download link.
Now edit build.prop & change ro.build.version.sdk = 15 & reboot.
Now install this application is the one with Google Now as any application, apk
here is the full thread how you can install it for your phone
http://forum.xda-developers.com/showthread.php?t=1749045
Thanks for looking
First one to thank you! Trying this as im typing right now..
it's pretty useless without voice recognition
Getting a network error...any ideas?
My data is enabled.
This is working on most AOSP/AOKP.
Not working on stock or stock like roms.
Voice will not connect with servers and you will only get errors.
Its a work in progress.
It will install but you can only search by typing.
Sent from my SAMSUNG-SGH-I717 using xda premium
Is it possible to get a CMW flashable zip of this?
Just tested it out and it does load but the network issues and no voice search kill it a bit , but its got a future...
To revert back can I just make apk1 to apk?
Or do I need to uninstall something?
I couldn't find it in that thread.
On the last page someone asked the same thing but hasn't had an answer so I was wondering if anyone has done it here.
slowpc said:
Just tested it out and it does load but the network issues and no voice search kill it a bit , but its got a future...
Click to expand...
Click to collapse
can you guys with the network error try this one (and log if possible)
push it to /system/app and replace the old one velvet apk if there's any.
what u can do is move the GoogleQuickSearchBox.apk to a folder you know in case you need to place back again, and download and move this one Velvet-theos0o to /system/app and set permission just close and try the search button on your cell phone after a reboot
Thanks
are you properly logged in etc. on other google services?
schrochem said:
To revert back can I just make apk1 to apk?
Or do I need to uninstall something?
I couldn't find it in that thread.
On the last page someone asked the same thing but hasn't had an answer so I was wondering if anyone has done it here.
Click to expand...
Click to collapse
Delete the googleserachbox.apk in data/app then rename the one in system/app. After that reboot to recovery, clear cache and dalvik then fix permissions and reboot.
yeah just remove the 1 after apk and remove any other velvet or search apk u had place in that folder /system/app

[Request] Stock Galaxy S III SamsungCamera.apk and .odex

Hi guys!
Could someone upload the original SamsungCamera.apk, please? Because when I'm tried to install HX Camera mod, i put the two files into a zip, when the Root Browser crashed. The two files were gone, and the zip became corrupt. After this, i put the mod to system\app. On the first run, it worked, but after a while it crashed. I run the camera again and it crashed after a time, again, and again. So I decided to try the video. And now it doesn't even want to start. So that's why i request the stock camera, and please upload as soon as possible. Thanks.
File download camera stocks galaxy s3 : http://205.196.122.34/ejrcy4z4l9wg/d45a3iccd6hok6t/Camera.apk
devid801 said:
File download camera stocks galaxy s3 :
Click to expand...
Click to collapse
So, I downloaded this app and I've moved it to /system/app folder and I've tried to install it and it simply says "not installed". I've been searching the net for days now. I've done the following.
1. Root access for Apps and ADB
2. I deleted the CN 9 mod camera app in the /system/app folder (Is there something else that I need to delete?)
3. Installed Busy Box, Astro, ES File Explorer and Easy Installer
4. I successfully installed other stock apps such as S Voice.
I've found similar questions on the net, but no answer. Please help me out!
Set permissions to read write execute / read /read usint root explorer.
Reboot in recovery , wipe cache and dalvik.
Reboot.
That should do the trick
Monteillard said:
Set permissions to read write execute / read /read usint root explorer.
Reboot in recovery , wipe cache and dalvik.
Reboot.
That should do the trick
Click to expand...
Click to collapse
Thanks but no dice. I narrowed it down to few possible reasons, all of which I would need help with.
1. Even though, my options say that I'm rooted for "Apps and ADB", I don't think I'm "Fully rooted" as Android Commander still says "no root".
2. I don't have the right drivers. I was told that the "service drivers" are different than the normal USB drivers I get when I plug in my phone and maybe that's why Android Commander might not fully recognize my phone.
3. Permissions. I keep reading about read/write permissions, but maybe the options that I'm looking at is not the same "R/W" in question. I don't know.
4. Everything is correct and I just don't know what I'm doing
So, I realized that the app is a "read only" apk and it wont let me change it's permission in Root Explorer. Is there a way that I can change it? Or does anyone have another SG3 camera apk?
So, after extensive research, it has been reported that particular app doesn't work on custom roms.
Almalieque said:
So, I realized that the app is a "read only" apk and it wont let me change it's permission in Root Explorer. Is there a way that I can change it? Or does anyone have another SG3 camera apk?
Click to expand...
Click to collapse
U can change it actually in root explorer. At the top right there's R/O, click it so it'll be R/W.. from there u can change its permission. I know this is pretty obvious, but this may help u out. cheers!
Sent from my GT-I9300 using xda premium

Categories

Resources