How can I change camera shutter sound with root? - Samsung Galaxy A70 Questions & Answers

I overwrited shutter.ogg in system/media/ui but no change then i realized that i must change it in SamsungCamera.apk in priv-app directory. I opened it with apk editor and placed the file in res/raw directory and then repacked it then copied to priv-app directory but this time gave me error"application not installed" when i try to open camera app.Any solution you should offer?
Or how can I change system apps in priv-app directory
SM-A705FN cihazımdan Tapatalk kullanılarak gönderildi

I used this app with root to debloat:
https://labs.xda-developers.com/store/app/de.realvoxel.appmanager
I then added these to cscfeature.xml for my region:
<CscFeature_Framework_SupportDataModeSwitchGlobalAction>TRUE</CscFeature_Framework_SupportDataModeSwitchGlobalAction>
<CscFeature_SmartManager_DisableAntiMalware>TRUE</CscFeature_SmartManager_DisableAntiMalware>
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
<CscFeature_Common_DisablePhoneNumberFormatting>TRUE</CscFeature_Common_DisablePhoneNumberFormatting>
<CscFeature_Camera_ShutterSoundMenu>TRUE</CscFeature_Camera_ShutterSoundMenu>
The last entry is what you're looking for specifically.
I uninstalled the device security apk. Disabling anti-malware
in the csc file removes an otherwise dead link from Device care.
You'll need to use omc decoder to decrypt your cscfeature.xml found here:
https://forum.xda-developers.com/android/software/decode-encode-omc-files-omc-decoder-t3791471/amp/
These are old tricks but still work
I used fx file manager to then overwrite the system file.
There's a Majisk module as well to remove camera sounds but i've not tried.
Interestingly, it appears Samsung tried to do the same with their phone connect/disconnect audio files in the UI folder... only to be trumped by their own apk.

Related

[Q] Can use apktool for Settings and framewok-res.apk on Froyo?

I wanted to make Froyo of our language version.
Settings.apk and Framework-res.apk was going to Decode or Build by using Apktool.
They ended with a large amount of error (declared here is not defined.) and (Unknown Source) when I tried to make the apk file.
Moreover, the build was not able to be done even though anything did not change after Decode the Apk file.
someone knows the method of changing them by using Windows Apktool v1.3.2 or other tool ?
I completely decoding/encoding framework-res.apk, settings.apk, blurcontact.apk, and some useful package, and translated on my language. all work great.
To correct decoding/encoding, you need add framework into apktool.
download /system/framework/moto-res.apk and /system/framework/blur-res.apk to PC, then do
apktool if /path/moto-res.apk
apktool if /path/blur-res.apk
then decode/encode, work fine. it can say "no default string" for some apk, but it's not a problem.
all work for me.
also you can try add /system/framework/framework-res.apk, but this framework included in apktool, from the box.
after decode\ i add my locale and translate string.xml with ailocalizer 1.5. (then delete other file in local folder, check some local folder, to see what file needed)
then compile apk, with apktool
open \dist\*.apk with 7zip, and extract *.arsc
copy this new translated *.arsc, into original apk pakage (open in 7zip) with rewrite.
no need sign.
just replace old apk in phone, with this new one. copy into /system, give permission 644 (rw-r--r--), and move this file, with overwriting on original file folder.
i don't delete any odex, i don't use "store" compression, and all work great for me.
defy android 2.2.1 PL
Zorge.R said:
I completely decoding/encoding framework-res.apk, settings.apk, blurcontact.apk, and some useful package, and translated on my language. all work great.
To correct decoding/encoding, you need add framework into apktool.
download /system/framework/moto-res.apk and /system/framework/blur-res.apk to PC, then do
apktool if /path/moto-res.apk
apktool if /path/blur-res.apk
then decode/encode, work fine. it can say "no default string" for some apk, but it's not a problem.
all work for me.
also you can try add /system/framework/framework-res.apk, but this framework included in apktool, from the box.
after decode\ i add my locale and translate string.xml with ailocalizer 1.5. (then delete other file in local folder, check some local folder, to see what file needed)
then compile apk, with apktool
open \dist\*.apk with 7zip, and extract *.arsc
copy this new translated *.arsc, into original apk pakage (open in 7zip) with rewrite.
no need sign.
just replace old apk in phone, with this new one. copy into /system, give permission 644 (rw-r--r--), and move this file, with overwriting on original file folder.
i don't delete any odex, i don't use "store" compression, and all work great for me.
defy android 2.2.1 PL
Click to expand...
Click to collapse
Thank you for your reply.
I tried according to your advice.
pull 3 frame apk install my computer
and decode Settings.apk
 I: Loading resource table...
 W: Skipping "android" package group
 I: Decoding resources...
 I: Loading resource table from file: C:\apktool\framework\1.apk
 I: Copying assets and libs...
Then make /res/values-** folder and copy other lungage string.xml to in it.and then translate string.xml with ailocalizer.
So far, there is no any problem. Thank you
But (compile apk, with apktool) can not compile.....also with a large amount of error (declared here is not defined.) and (Unknown Source) .
Something wrong?
s_pippen33 said:
Thank you for your reply.
I tried according to your advice.
pull 3 frame apk install my computer
and decode Settings.apk
 I: Loading resource table...
 W: Skipping "android" package group
 I: Decoding resources...
 I: Loading resource table from file: C:\apktool\framework\1.apk
 I: Copying assets and libs...
Then make /res/values-** folder and copy other lungage string.xml to in it.and then translate string.xml with ailocalizer.
So far, there is no any problem. Thank you
But (compile apk, with apktool) can not compile.....also with a large amount of error (declared here is not defined.) and (Unknown Source) .
Something wrong?
Click to expand...
Click to collapse
you can add locale, directly from localizer, pres + button, and enter you locale.
also in you locale folder, need to be all xml, like other locale folder, see fr folder, for example.
btw, don't you forget, delete bak file, after editing xml?
Zorge.R said:
you can add locale, directly from localizer, pres + button, and enter you locale.
also in you locale folder, need to be all xml, like other locale folder, see fr folder, for example.
btw, don't you forget, delete bak file, after editing xml?
Click to expand...
Click to collapse
also changed arrays.xml and delete .bak file.
Furthermore, apk After decoding, the same error occurs when I build without some modification....
you use apktool on linux ?
BTW ailocalizer's auto translation isn't function work ?
(Error reading JObject from JsonReader. Current JsonReader item is not an object: Start Array)
s_pippen33, don't touch array.xml. Translate Only STRING.xml and try compile.
some error is normal, if this error is "no default string".
auto translate don't work.

[04.10.11][Saturator]Correct saturation in Rom,Apk,possible color branding issue fix

Ok guys , as we all know we have 16 bit color display , and that is our "big" problem.I decide do something with this , and i trie to correct saturation in pictures ,and i understand - "this is it" .
After a 2 week hard coding i proudly present : SATURATOR.
What is it?
This app resaturate png\jpg pictures:
Resaturate png\jpg pictures in apk.
Resaturate your favorite wallpaper.
Resaturate your favorite cyanogen mod 7 themes (apk).
Resaturate your favorite MIUI themes (mtz).
Resaturate ROM!
How to use:
You must install java!!!
i recomended use jre 6.27 x86.
Download "Saturator".Extract "Saturator" folder to root of your hard drive (of course you can try another path BUT I STRONGLY RECOMMENDED PLACE SATURATOR FOLDER TO ROOT OF YOUR HARD DRIVE).Inside saturator folder you can find some files and folders, But we will use:
rom-apk folder - there we will place our files for processing.
iconer folder - you can place your templates for Iconer here.
saturator.ini - there you can change some information.
saturator.exe - it is app itself.
DO NOT DELETE ANYTHING IN THE SATURATOR FOLDER!!!
GUI Interface:
Elements:
Modes - apktool - this mode use apktool for reenginering apk files.
Modes - zip - this mode use rar for unpacking ,and 7zip for packing apk.
Saturation - there you can choose your saturation - use values from 0 to ...what you want.Type your value here and press enter.You will see changes on the picture with "HTC" label
IconerN - use iconer feature in "detect by name" mode.
IconerWH - use iconer feature in "detect by widht and height" mode.
prop-on - this is a proportion for iconer.Change this value and press enter.You will see the chages on picture above.Do not remember choose a template first from list below.
Modes
APKTOOL - apktool will be used for reenginering apk.This mode more accurate then zip mode,BUT in this mode NOT ALL APK CAN BE PROCESSED.So use it ONLY when zip mode fails.
ZIP - rar and zip will be used for reenginering apk.I recommended use this mode.
Iconer
This feature allows you modify icons while processing pictures.See this post for screens.
There is a 2 modes for file processing:
IconerN - Icons will be detected by names in 2 values (by default defined 1 value - icon).You can change values in the saturator.ini, there is a 2 parameters:
icname - icon name variant 1
icname2 - icon name variant 2
By default icname=icon.That means when pictures are processing and file name contain "icon" - iconer will be used.So if you change this value to...browser, for example, the name of file that contain word "browser" will be processed by iconer.
If you also define the icname2 , both of them will be used.Example:
icname=icon
icname2=ic_launcher
files that contain "icon" and "ic_launcher" will be processed by iconer:
.....\com_android_camera_ic_launcher_gallery.png - this file will be processed, because it contain ic_launcher.
.....\com_android_camera_icon_gallery.png - this file will be processed, because it contain icon.
.....\com_android_camera_ic_gallery.png - this file will be not processed, because it not contain ic_launcher and icon.
IconerWH - Icons will be detected by width and height.There is a 2 values for that in saturator.ini (if icwh1 and icwh2 are defined,both of them will be used ):
icwh1 - by default this parameter is defined =48
icwh2 - by default this parameter is defined =72
That means when files are processing and the width and height of picture equal icwh1 or icwh2 - iconer will be used.
I recommended to you use this mode,because almost icons are 48x48 on hdpi,and 72x72 ldpi.
If you want to use your own template for iconer:
Place your templates in iconer folder.The file MUST BE IN PNG FORMAT.height and width of your choice,there is no restriction, but in reasonable aisles.
Saturator.ini
The file in the saturator folder , and you can change (if you want and when you know what are you doing ) this parameters:
icname
icname2
icwh1
icwh2
do not touch anything else!!!!because all other parameters change automatically from the GUI.
restrictions
Restriction by paths:
For APKTOOL mode:
YOU MUST PLACE YOUR APK FILES IN ROM-APK FOLDER WITHOUT SUBFOLDERS:
rom-apk\myapp.apk - OK.
rom-apk\ANYfolder\myapp.apk - wrong.
For ZIP mode:
NONE
Restriction by names of files:
NON ENGLISH SYMBOLS:
rom-apk\com.android.myapp_v1.2.3-1.apk - OK
rom-apk\программа.apk - WRONG.
Apk files CAN CONTAIN ANY SYMBOLS.
Apk files CAN CONTAIN SPACES - They will be renamed automatically:
rom-apk\my app.apk will be renamed to rom-apk\myapp.apk.
PLACE AND GRAB YOUR FILES ONLY TO\FROM ROM-APK FOLDER!!!SATURATED FOLDER - IS A TEMP FOLDER!!!THAT FOLDER AUTOMATICALLY DELITING ON PROGRAMM START.SO AFTER PROCESSING ARE FINISHED YOU CAN SEE THE CHANGES IN THIS FOLDER.BUT THE FILES YOU NEEDED - IN THE ROM-APK FOLDER!!!!!
soon I'll make FAQ with examples.....
Download v1.2
http://www.multiupload.com/J5D0RVSNHK
You also can try my own resaturated version of Typhoon 3.6.8/3.6.9 rom.See details here.
Please feedback to me how it works for you.
OLD VERSION
for easy understanding how it works see video tutorial:
http://www.multiupload.com/VKC3ZHAWW5
Video tut on youtube (thanks to sajin1):
Small explanations:
All files you want to processed you must place in rom-apk dir,and grab it back from that dir.
Saturated folder - is a temp folder for processing pics ,this folder automaticaly deliting on program starts.
saturator.ini - this is a configuration file for saturator, in there you can change saturation 0 - colorless, 0 -... i don`t no limitation, i allways use 1.6
saturatorAmode - in this mode apktool uses for repacking apk - this mode needed in some cases when zip mode not work,in this mode more accurate and safely,but NOT ALL apk can be processed.And there is a limitation in path to apk:you need to place apk files in rom-apk dir WITHOUT subfolders , example - if you put xy.apk in ...rom-apk\app\xy.apk - YOU get NOTHING, but if you put xy.apk in ...rom-apk\xy.apk - it should be fine.
saturatorZmode - use zip\rar for repacking apk,in this mode you can processed ALL APK,MTZ....and everything is packed with zip , and there is NO limitation in path to apk.
Download V1.0
http://www.multiupload.com/FNF7W4ALWY
Download v1.1
http://www.multiupload.com/ZQ4CNZMDCY
I hope our devs use this app !!!
I realy never go back on non resaturated rom - because it looks great!.You can trie it by yourself and see how much diferent between non and resaturated roms,apps,pics.If you don`t see a diferent - you are blind!!!
Will be force with you.
Enjoy!
Sorry for my bad english.
For moders - because this app is relevant to nand rom`s ,i decide to create thread in nand section.Please don`t move it.
---------- Post added at 07:04 AM ---------- Previous post was at 07:03 AM ----------
Changelog
04.10.2011 - V 1.2
Fixed - Images quality.Now 100% quality only.
30.09.2011 - V 1.1
Added - Iconer
Added - Zipalign
Added - rom-apk dir checking for compability apktool and zip mode
Added - new GUI
Fixed - x64 Support
and something i don`t remember
19.09.2011 - initial release.
This is awesome!
i seen you theme in 4pda =)
May i use you program in Mac Os X? or it work only in phone?
this app for windows only
bad, but its the way for Saturator 2. Work without pc
Please set an example
I'm gonna try this on my own rom port.
Will report back (I hope) tomorrow.
hi, thanks!
trying now.
what is the difference
SaturatorAmode
SaturatorZmode
???
Thanks!
dorimanx said:
hi, thanks!
trying now.
what is the difference
SaturatorAmode
SaturatorZmode
???
Thanks!
Click to expand...
Click to collapse
As far as i can see
SaturatorA is for APK files
SaturatorZ is for ZIP files
This is awesome! That **** is crazy!
I was just going to try this out but discovered the following problem:
I've pushed the whole system/apps/ folder to rom-apk dir and executed SaturatorZmode.
The .apk files now in "saturated" folder arent .apk files anymore, but folders named as XYZ.apk see here:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Installed a CM7 Theme whose images I have resaturated => bootloop ...
How to fix this bootloop?
Flash a new framework.res?
D3LTA said:
As far as i can see
SaturatorA is for APK files
SaturatorZ is for ZIP files
Click to expand...
Click to collapse
oh! this is nice.
but warning! do not use it on framework on systemui
only on standart apps, not critical system apps.
or damage to ROM will accure.
Sent from my HD2
D3LTA said:
As far as i can see
SaturatorA is for APK files
SaturatorZ is for ZIP files
Click to expand...
Click to collapse
NO NO NO, SaturatorA use apktool for repacking apk,SaturatorZ use zip\rar for repacking apk.
dorimanx said:
oh! this is nice.
but warning! do not use it on framework on systemui
only on standart apps, not critical system apps.
or damage to ROM will accure.
Sent from my HD2
Click to expand...
Click to collapse
This is NOT true, you can safely proccessed framework-res.Right now i am tried 5 rom`s in zip mode and there is NO problem with framework.Only do not touch bootscreen.
you want example? ok.
I do not have permissions from langtang , but i think he will be not gainst about this (if so i remove it ):
This rom MIUI v27.1 from langtang
I`ve do not any changes in this rom, i`am use z mode on this rom with saturation=1.6 ONLY.
ok.here we go:
download:
http://narod.ru/disk/25283464001/TWeakos_MIUI_GINGER_RS_V27.1_MAGLDR.zip.html
and some themes (mtz)
honeycomb and slatesense
http://narod.ru/disk/25283607001/HoneyComb_SlateSense_RS.7z.html
and some screenshots:
I am on this rom about 1 week and i have NO problem trie it maybe you like it
---------- Post added at 03:26 AM ---------- Previous post was at 02:47 AM ----------
Tak3r07 said:
This is awesome! That **** is crazy!
I was just going to try this out but discovered the following problem:
I've pushed the whole system/apps/ folder to rom-apk dir and executed SaturatorZmode.
The .apk files now in "saturated" folder arent .apk files anymore, but folders named as XYZ.apk see here:
Installed a CM7 Theme whose images I have resaturated => bootloop ...
How to fix this bootloop?
Flash a new framework.res?
Click to expand...
Click to collapse
you need grab apk files back from rom-apk dir and replace it in original rom.if you do all exactly how on video tutorial you have no problem with this.
If you want resaturate some cm7 theme:
place your apk theme file in rom-apk dir, next start saturatoramode (apktool) and wait untill its finished.grab your new theme from rom-apk dir.install.enjoy.
for example:
this is a mixer theme you can find original thread in android themes forum, it is sense like theme.
download
http://www.multiupload.com/R6IZA40LT4
again - i do not any changes in this apk , there is only resaturated images.
it is working great! trie it.
tweakos said:
you need grab apk files back from rom-apk dir and replace it in original rom.if you do all exactly how on video tutorial you have no problem with this.
If you want resaturate some cm7 theme:
place your apk theme file in rom-apk dir, next start saturatoramode (apktool) and wait untill its finished.grab your new theme from rom-apk dir.install.enjoy.
for example:
this is a mixer theme you can find original thread in android themes forum, it is sense like theme.
download
http://www.multiupload.com/R6IZA40LT4
again - i do not any changes in this apk , there is only resaturated images.
it is working great! trie it.
Click to expand...
Click to collapse
I would have grabbed them from rom-apk dir, but this one was empty! I've watched the whole video and in your video the rom-apk dir isnt empty, while doing the same steps as i did...
Sent from my HTC HD2 using XDA Premium App
What mode do you use? If you use saturatorAmode you need to place apk files in rom-apk dir WITHOUT subfolders , example - if you put xy.apk in ...rom-apk\app\xy.apk - YOU get NOTHING, but if you put xy.apk in ...rom-apk\xy.apk - it should be fine.
saturatorZmode do not have this limitation, you can place your files with subfolders like a ..rom-apk\app\xy.apk.
tweakos said:
What mode do you use? If you use saturatorAmode you need to place apk files in rom-apk dir WITHOUT subfolders , example - if you put xy.apk in ...rom-apk\app\xy.apk - YOU get NOTHING, but if you put xy.apk in ...rom-apk\xy.apk - it should be fine.
saturatorZmode do not have this limitation, you can place your files with subfolders like a ..rom-apk\app\xy.apk.
Click to expand...
Click to collapse
I have tried both without subdirs.
Sent from my HTC HD2 using XDA Premium App
What version of windows? Are you have java sdk installed?
Oh....i think i know what is the problem(maybe),on your screenshot you have path this contain 2 saturator folder,just place saturator folder on root of your hard drive and that`s it.
First of thanks for your contribution and making our lives easier.
I have tried to use your app without succes, as mentioned in previous posts all seems to go well but just like others i end up with all apk`s extracted in the saturated folder and the rom-apk folder is empty. Would it be possible this is because of Windows 7 64?
Edit: in SaturatorAmode things seem to work, however when i repack the build with changed apk`s i start missing a lot of apps in the build. The SaturatorZmode doesn't seem to work at all leaving extracted apk files in the saturated folder.
Any way to resaturate a NAND backup that we can then restore so we don't need to reinstall everything?
my wallpaper before and after
thanks a lot! Flashing tytungs nexus rom saturated ;D hope it works
Edit:
Bootloop, damn it
Saturatorzmode... Doesn't do another ng it just stays a extracting for hours.... And when I use SaturatorAmode each and every of my all file goes missing.... What am I doing wrong please help me out?? ... Only way to enhance my pics is to copy the pics it self
Sent from my HTC HD2 using XDA App

[TUTORIAL] How to replace the stock Camera & Gallery with AOSP versions (ROOT)

The stock camera on this phone blows as we all know. But fear not... the AOSP camera is completely compatible with our Moto G!:laugh::good: I'll give a quick tutorial on how to replace your camera for people that are new to this. But for those of you that have been around the block, basically youre just going into system/priv-app and renaming the moto cam & gallery apk's to apk.bak, then copy/pasting the attached camera and gallery apks to the system folder, setting R/W permissions, and rebooting.
Now for the step by step... (i'll be using Solid Explorer for this example, because its free from the play store, but you can use any file exploring app you like as long as it has root access)
1. Download the zip file in the link https://www.dropbox.com/s/crpilccds52lmaw/AOSPcam&gallery.zip and extract it. Inside should be two files, GalleryGoogle.apk and GoogleCamera.apk. Copy them to the internal storage of your phone.
2. Download Solid Explorer from the play store. Open it up and hit the jump button at the bottom, then device, then system root.
3. Now scroll down to the system folder, tap it and go into the priv-app folder. Scroll down till you see four files - MotCamera.apk, MotCamera.Odex, MotGallery.apk, & MotGallery.odex. For each one, hold down on it until the option to Rename it pops up, then add ".bak" to the end of each one. (example, MotCamera.odex = MotCamera.odex.bak) SuperSU should pop up asking for root access, grant it of course.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4. When youre done renaming, hit the jump button again, then device> Internal Memory. Inside should be your two files you downloaded earlier. Hit the actions button at the bottom, then select, and highlight the 2 files and hit the copy button at the bottom (the 4th one that looks like two little papers). Now hit Jump> Device> System Root and go into the system folder, then the app folder. Hit actions again and Paste.
5.Stay in the system/app folder, now find you two files you just pasted, and hold down on one of them, then tap Properties, and where it says Attributes hit change. You should only have 4 checkmarks here: Read for Owner, Group, and Other... and Write for Owner. Anything else thats checked, uncheck it. Hit ok and do the same for the other one.
6. Follow the directions in this post to fix fc's in gallery editor (thanks tazlooney89 :thumbup: ) http://forum.xda-developers.com/showthread.php?p=49263859
7. Now reboot and youre all done! Now you have a less crappy camera and a smoother gallery app! :highfive:
I can't rename the files for backup. he sais task failed
NIB0R said:
I can't rename the files for backup. he sais task failed
Click to expand...
Click to collapse
Sounds like an issue with root access,make sure you enabled root explorer in es settings and/or make sure your su binary is up to date
Sent from my XT1034 using Tapatalk
Does this camera have Google Sphere photos?
kevin.26 said:
Does this camera have Google Sphere photos?
Click to expand...
Click to collapse
Moto G doesn't have a gyro sensor, so this is the reason why Photosphere won't ever work.
kevin.26 said:
Does this camera have Google Sphere photos?
Click to expand...
Click to collapse
Nope, no photosphere. It does have a lot more options, like selecting MP size, scenes, and ISO.
*as a side note, part of the reason the stock Moto camera takes such crappy pics is that by default it takes pics at 3.5 MP. Uncheck the 16:9 option to get the full 5 MP :thumbup:
Sent from my XT1034 using Tapatalk
NIB0R said:
I can't rename the files for backup. he sais task failed
Click to expand...
Click to collapse
Same here. ES has root access according to SU app, but when I try to rename it, I get task failed.
Running on 4.4.2 US retail.
Oops... Sorry guys, I didn't realize ES was having problems. I personally did it with Root Explorer app, but since it's a paid app I didn't want to recommend it...
But I suggest using Solid Explorer, it has a free trial version and I've tested it just now so I know it works, just follow the use basic instructions as before. I'll update the op a little later:banghead:
Sent from my XT1034 using Tapatalk
ES File explorer, Astro File manager and Root file Manager don't work. At least not in 4.4.2.
But root browser does, and its free on google play.
Thanks for this mod.
krucymucy said:
ES File explorer, Astro File manager and Root file Manager don't work. At least not in 4.4.2.
But root browser does, and its free on google play.
Thanks for this mod.
Click to expand...
Click to collapse
Yea, it must be a thing with Kitkat, they probably havent updated their apps to be fully compatible yet. Thanks for the heads up
Installed and working as promised. Thanks coming your way mate.
mangusmeister said:
Installed and working as promised. Thanks coming your way mate.
Click to expand...
Click to collapse
Does it seem to you pictures are any better? I can't decide.
I think so. Try taking a pic of something with writing on it with both cams.
Is slow motion recording enabled?
Enviado desde mi XT1032
To me, the focus seems to work better and also the pics look more natural, with a little less processing / saturation that the stock moto cam. Low light shots still look crappy, but I think that's more of a hardware limitation.
Sent from my XT1034 using Tapatalk
I've done it with ES File Explorer, no problems at all. Thanks for the apps
For those who are having issues with ES File Explorer you must MOUNT R/W to make changes in "/system"
Enviado desde mi XT1032 mediante Tapatalk
If any of you have problems with the editor of pictures inside the gallery and problems with the panoramic photos, specifically FCs.
Download the zip file containing the libraries necessary to avoid these problems.
Download fix-galleryeditor.zip
Remove the lib folder and copy it to SDcard
Copy the files to / system / lib with RootExplorer or EsExplorer
* If you are instructed to replace some files will accept the option.
Finally give permissions RW - R - R
Restart their Moto entering G Galeria, edit photography and editor will be working properly.
@tazlooney89
Hi, if i replece original lib files, will Moto camera and gallery work?
Ja_som said:
@tazlooney89
Hi, if i replece original lib files, will Moto camera and gallery work?
Click to expand...
Click to collapse
Yes :good:
@lowrider262 & @tazlooney89
Thank you both.
I made flashable zip for this (apps & lib files) for easy installation.
If you have problem with this, i delete them...
To all
Chose your zip.
AOSP_Cam_and_gallery_delete_Moto_Cam.zip -> original Moto Camera & Gallery app will be deleted
or
AOSP_Cam_and_gallery_leave_Moto_Cam.zip -> original Moto Camera & Gallery app will NOT be deleted, and you will have two Camera and two Gallery apps
Copy zip dile to your device, flash it via CMW, TWRP or flashify
If someone used AOSP_Cam_and_gallery_delete_Moto_Cam.zip and want to have back MOTO Camera and Gallery, then flash this MOTO_Cam_and_gallery_delete_AOSP.zip. This will add back Moto Cam & Gallery apk with odex files, and will delete AOSP apk's.

Teamviewer Quicksupport on LineageOS?

How do I get Teamviewer Quicksupport to run on LineageOS, so that I can remote control the device from a PC?
With Samsung and original OS it is no problem, but I would like to know if it is also possible on Lineage.
Thank you in advance
Nexxus23 said:
How do I get Teamviewer Quicksupport to run on LineageOS, so that I can remote control the device from a PC?
With Samsung and original OS it is no problem, but I would like to know if it is also possible on Lineage.
Thank you in advance
Click to expand...
Click to collapse
Yes
ok, and how?
where do I get the matching Teamviewer Quicksupport Add-on .apk ?
anybody?
unfortunately the QS Add-on does not work on LOS.
https://community.teamviewer.com/t5...d-add-on-app-quot-Out-of-space-quot/td-p/3161
in this case the issue is certainly that you're running on LineageOS, which, as mentioned above, is not supported at all for the Add-Ons.
The Add-Ons are only supported on the official, unrooted, stock firmware of the respective mobile device.
Click to expand...
Click to collapse
I Am Running (Lineage 14) Resurrection Remix 5.8.5 [Unofficial] [Flash Kernel] on One Plus 5.
After A Bit Of Digging Around The Net, I Found A Fix, Which Works.
**USE ROOT EXPLORER OR ES FILE EXPLORER [Any File Manager Capable Of Setting Folder & File Permissions]**
1. After TeamViewer downloads the QS Addon APK, retrieve it from Internal Storage/Android/data/com.teamviewer.host.market/files/Download/TeamViewerQSAddon.apk
2. Create a folder in /system/app/ or /system/priv-app/ named TeamViewerQSAddon with "rwx r-x r-x" [OCTAL - 0755] [I Created BOTH]
3. Put the APK in the folder(s) and change its permissions to "rw- r-- r--" [OCTAL - 0644]
4. Reboot Phone
[NOTE: In case Of Using ROOT Explorer, There May Be A Case Where It Wont Allow The Creation Of The Folder Inside /system/app/ OR /system/priv-app, In This case, Just Create The Folder Elsewhere and Copy It There, After The Copy, Change The Permission]
Thanks To "le-isis" Who Originally Posted The FIX.
Original REDDIT Link : https://www.reddit.com/r/teamviewer...oid_app_not_installed_when_trying_to_install/
Hmmm, on my device Teamviewer doesn't download the Quicksupport but sends me to the Playstore instead. So there is no Internal Storage/Android/data/com.teamviewer.host.market/files/Download/TeamViewerQSAddon.apk afterwards.
What can I do?
tosho1 said:
Hmmm, on my device Teamviewer doesn't download the Quicksupport but sends me to the Playstore instead. So there is no Internal Storage/Android/data/com.teamviewer.host.market/files/Download/TeamViewerQSAddon.apk afterwards.
What can I do?
Click to expand...
Click to collapse
Try downloading the APK directly from the Teamviewer website (personally I haven't test it): https://download.teamviewer.com/download/TeamViewerQS.apk
Thanks.
I'll try that when I've got some time.
tosho1 said:
Thanks.
I'll try that when I've got some time.
Click to expand...
Click to collapse
Sorry, that doesn't work for me.
I copied the folder to /system/app and /system/priv-app.
Still Teamviewer sends me to the playstore for the QS app and when it starts there's still this finger and I cannot do anything except pointing to things with that finger.
Maybe they have changed how things work...
Thanks [email protected]
The solution works on Samsung Galaxy J3 SM-J320FN with Lineage 14.1.
I've set permissions:
for directory -> drwxr-xr-x 755, Owner: 0: root, Group: 0: root
for file -> -rw-r - r-- 644, Owner: 0: root, Group: 0: root
After restarting the phone, the permissions changed to:
for directory -> drwxr-xr-x 755, Owner: 0: root, Group: 0: root
for file -> -rw-r - r-- 644, Owner: 10069: app_69, Group: 1015: sdcard_rw
In the /Android/data/com.teamviewer.host.market/files/Download/ directory you can delete all downloaded duplicate APK files.
TeamViewr Host is working properly.
Works on Fire HD 10 2017 with lineage OS 12.1
Thank you
jaco777 said:
Thanks [email protected]
The solution works on Samsung Galaxy J3 SM-J320FN with Lineage 14.1.
I've set permissions:
for directory -> drwxr-xr-x 755, Owner: 0: root, Group: 0: root
for file -> -rw-r - r-- 644, Owner: 0: root, Group: 0: root
After restarting the phone, the permissions changed to:
for directory -> drwxr-xr-x 755, Owner: 0: root, Group: 0: root
for file -> -rw-r - r-- 644, Owner: 10069: app_69, Group: 1015: sdcard_rw
In the /Android/data/com.teamviewer.host.market/files/Download/ directory you can delete all downloaded duplicate APK files.
TeamViewr Host is working properly.
Click to expand...
Click to collapse
Hi, I cannot get this to work although I created the system folder, copied the latest QuickSupport-APK into it and changed the rights with Total Commander. It start, I can get access to the phone via QS, but only get the "screenshot" option which is useless, but not remote control. Any other app would be helpful as well which allows remote control. Thanks for any help.

Question How Can I copy/move from Android/Data

Hello dear friends.
I want to copy/move or modify files in Android/Data [Without Root Acces] and tried few different File managers like "FV File Explorer, zArchiver, Solid Explorer and MT Manager" but didn't work, I want to Enable/Achieve 90FPS for PUBGM since they didn't added Snapdragon 8+ Gen 1 to support 90FPS.
X-plore File Manager - Apps on Google Play
X-plore is dual-pane file manager with tree view, LAN/Root/Clouds and more.
play.google.com
Test this

Categories

Resources