[DEV HELP] help me to resolve some question..... - Optimus One, P500 Android Development

Hi guys....i'm trying to make an AOSP port for our Optimus One....i'm using the CM7 device folder of mik_os (modified for work with AOSP code) and i have this problem at the start of compilation now.....what it is this??
Code:
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
gcc: Permission denied
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
gcc: Permission denied
/bin/bash: build/core/find-jdk-tools-jar.sh: Permission denied
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
gcc: Permission denied
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
gcc: Permission denied
/bin/bash: build/core/find-jdk-tools-jar.sh: Permission denied
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
gcc: Permission denied
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
gcc: Permission denied
/bin/bash: build/core/find-jdk-tools-jar.sh: Permission denied
i can't compile and i don't know why....previously i was able to compile i didn't had problems.......but now i dunno know how to fix! i'm going to reformat all ubuntu and now i'm reinstalling but i don't think that this will workin....anyone else can help me please?

You have the toolchain in /home and mounted noexec?

dr.notor said:
You have the toolchain in /home and mounted noexec?
Click to expand...
Click to collapse
mmmmm....i don't remember i have finished to reinstall everything but now i cannot test 'cause my girl is waiting me ( i had to take her at 8 pm looool)....tomorrow i'll test and i'll let you know! thnx anyway dr.notor

Related

[Script] App/Data Backup

Hello all,
I have updated the script further to allow for arguments to be accepted as well as having the script placed in /system/bin. This works pretty much like Titanium Backup except that it's a script and uses a CLI. No pretty GUI . You can backup, restore, and fix app and data permissions from this script. 'fix_permissions' is embedded within this script and it will be install in the /system/bin folder if the startup script does not already find it. The script does not really work like an Apps2SD other than it backs up apps from /data/app and their appropriate data folders from /data/data.
This script can be very useful when switching between ROMs as your app and data can be reinstalled with the script's restore feature.
The script currently looks for APKs to backup from /data/app, /data/app-private, and /mnt/asec.
My first creation of this script was based upon a modified version of Firerat's Apps2SD script so naturally many thanks goes to him. Also the fix_permissions script comes from Koush and the Cyanogen Team.
No EXT partition required! Just download the file and run on an Android device.
STEPS:
1. Put the attached file on your SD card and run. It will install app_backup to /system/bin. From there you can type the following to start the program:
Code:
app_backup
Here's an example of backing up a couple apps with a data backup:
Code:
C:\Users\zlippard\Documents>adb shell
# app_backup
app_backup
Welcome to AppBackup 1.1
OPTIONS
--------------------------------
'b' to backup
'r' to restore
'f' to fix all app permissions
'd' to delete app_backup folder
'x' to reboot
'q' to quit: b
b
Creating app list to /dev/applist.txt...
Done!
[1] sd com.DefiantDev.RocketBunnies
[2] sd com.rovio.angrybirds
[3] sd com.rovio.angrybirdsseasons
[4] sd sts.pl
[5] app android.tether
[6] app com.alfray.timeriffic
[7] app com.androidemu.gbalite
[8] app com.aurorasoftworks.quadrant.ui.standard
[9] app com.batterypoweredgames.lightracer3dbasic
[10] app com.bfs.papertoss
[11] app com.chase.sig.android
[12] app com.chung.compasslevel
[13] app com.citrix.Receiver
[14] app com.facebook.katana
[15] app com.faziklogic.scripter
[16] app com.fede.launcher
[17] app com.forthegamer.android.scheduler
[18] app com.google.android.apps.chrometophone
[19] app com.google.android.apps.googlevoice
[20] app com.google.android.apps.maps
[21] app com.google.android.apps.unveil
[22] app com.google.android.carhome
[23] app com.google.android.gm
[24] app com.google.android.stardroid
[25] app com.google.android.street
[26] app com.google.android.voicesearch
[27] app com.google.android.youtube
[28] app com.google.zxing.client.android
[29] app com.gravitymobile.app.hornbill
[30] app com.icenta.sudoku.ui
[31] app com.intuit.instantreturn
[32] app com.intuit.instantreturn.filing.key
[33] app com.joelapenna.foursquared
[34] app com.koushikdutta.rommanager.license
[35] app com.metago.astro
[36] app com.mhuang.overclocking
[37] app com.mobitv.client.nfl2010
[38] app com.pandora.android
[39] app com.paypal.android.p2pmobile
[40] app com.shazam.android
[41] app com.sirma.mobile.bible.android
[42] app com.southwestairlines.mobile
[43] app com.sporadicsoftware.NetQFree
[44] app com.twitter.android
[45] app com.verizon.ams.companion
[46] app com.verizon.android.wifios
[47] app com.vzw.hss.myverizon
[48] app com.zebdor.android.poolCare
[49] app net.flixster.android
[50] app net.rbgrn.lightracer
[51] app org.connectbot
[52] app org.coolcode.emuroms
[53] app ru.orangesoftware.areminder
Enter app #'s to backup or 'a' for all and press [ENTER].
Or 0 to exit (ex: 1 5 15): 1 3 4
1 3 4
Copy data? ('y' or 'n') y
y
1 of 3] - Backing up com.DefiantDev.RocketBunnies...Done!
2 of 3] - Backing up com.rovio.angrybirdsseasons...Done!
3 of 3] - Backing up sts.pl...Done!
OPTIONS
--------------------------------
'b' to backup
'r' to restore
'f' to fix all app permissions
'd' to delete app_backup folder
'x' to reboot
'q' to quit: q
q
Goodbye!
#
When starting the script, you will be brought to the main menu screen where you can choose to either backup, restore, fix permissions, delete /sdcard/app_backup (this is the storage folder), reboot or quit. The rest is pretty self explanatory...
So far I have tested this script on the DROID and DROID Incredible. The DROID was running Bugless Beast 2.2 and the Inc I've tried ran CM6 and CM7.
UPDATES:
1.4
Added "busybox " before each command call within the app_backup script to make sure busybox commands are being called.
1.3
Fixed issue with backup apps not showing up. Thanks to welcomb for notifying me.
Fixed mounting issue for ro/rw in /system
1.2
Fixed backup feature for phones that use Apps2SD. Thanks to welcomb.
Fixed deletion feature of apps and data.
1.1
Arguments: use -b to auto-run a full backup. -r will auto-run a full restore of all apps in android_app_backup
Apps and data are now stored in /sdcard/android_app_backup.
app_backup script is now automatically installed to /system/bin/app_backup when running the new script. The new script is more of an installer.
Let me know of any bugs!
Much of the credit goes to Firerat for creating the initial apps2sdext script. This is what gave me the idea to continue on with an app backup script. Here's Firerat's latest version of apps2sdext in case you want to see it or don't have an incredible: http://forum.cyanogenmod.com/topic/...mount-issues-i-hope/page__p__24386#entry24386
As the usual goes, I'm not responsible for any mishaps that may occur while using this script or bricked phones, data loss, blah blah blah... So, USE AT YOUR OWN RISK.
The script is attached below. Have fun! Please post any findings, bugs, questions, comments, or updates you would like to see here. Feel free to make any modifications to this script.
NOTE TO SAMSUNG RELAY 4G USERS:
A friend of mine has this phone and was getting the following error when running the .sh script:
Code:
can't create temporary file /sqlite_stmt_journals/mksh.<random>
To remedy this, I remounted the root directory / as read-write,created the folder /sqlite_stmt_journals, ran the .sh script, and afterwards remounted to read-only.
anyone tried this? lots of success of nexus one
For future use...
zebdor44 said:
Hello all,
I have modified my script to be more of an app & data backup utility. This works pretty much like Titanium Backup except that it's a script and uses a CLI. No pretty GUI . You can backup, restore, and fix app and data permissions from this script. 'fix_permissions' is embedded within this script and it will be install in the /system/bin folder if the app_backup.sh script does not already find it. Since this is a complete revision, I have set the version back to 1.0. The script does not really work like an Apps2SD other than it backs up apps from /data/app and their appropriate data folders from /data/data.
This script can be very useful when switching between ROMs as your app and data can be reinstalled with the script's restore feature.
The script currently looks for APKs to backup from /data/app, /data/app-private, and /mnt/asec.
<...>
Click to expand...
Click to collapse
This is SO much easier than Titanium, and I am trying to figure out how to automate backup / restore. My end goal:
Run a Nandroid
Run this script (in Backup mode)
Wipe userdata
Install Rom
Install extras (kernel, Gapps, etc)
Restore apps.
Anyone want this?
If people are interested, I may take a look into this.
Woooow, nice work man =]
I was gonna write something really simple, but you beat me to it! Thanks!
EDIT: ooppps, didn't mean that your script was simple! I meant that you beat me to an app backup script, and yours would blow mine out of the water xD
I'm a bit busy right now (haha, but not too busy to post... ), but does anyone know if this supports restoring apps only? I feel like it probably does, but can anyone confirm?
Again, this looks awesome!
Thanks guys for the comments!! Good to hear you like it
alanthemanofchicago said:
This is SO much easier than Titanium, and I am trying to figure out how to automate backup / restore. My end goal...
Click to expand...
Click to collapse
Let me try making an update.zip that'll run the script. Then you could run the update.zip in recovery mode like CWM or AmonRa.
gmichaelow said:
Woooow, nice work man =]...but does anyone know if this supports restoring apps only? I feel like it probably does, but can anyone confirm?
Click to expand...
Click to collapse
The script will restore apps and their data folders. Basically what it does is it reinstalls the app that you selected to restore and then overwrites the appropriate /data/data folder for that app with the backup.
Automating backups and restores
So it seems it may not be that easy to create an update.zip that will work properly. The script will need to mount /system, /data and /datadata to access the apks and data folders while in recovery. That's not difficult to do but apps on the sdcard under /mnt/asec may prove to be a little more difficult. I made a working update.zip that would run 'app_backup -b' to automate the process but there is no output of script so I have not posted that. The output would be kinda nice to see just so you know how far along the backup process is at.
I may need to dig deeper on the update.zip but for now check out the updates!
Thanks!
After finally getting the script into /system and running it, it doesn't work. I get the output:
Code:
[: not found
[: not found
[: not found
Ok nevermind!
Goodbye!
Using a rooted Samsung Galaxy 3. I'm still very new to custom ROMs, etc.
Hi
I get the following error when trying to backup on my Samsung Galaxy S :
data/system/packages.xml no such file or directory
Nothing to backup
What can i do?
Skele Drew said:
After finally getting the script into /system and running it, it doesn't work. I get the output:
Code:
[: not found
[: not found
[: not found
Ok nevermind!
Goodbye!
Using a rooted Samsung Galaxy 3. I'm still very new to custom ROMs, etc.
Click to expand...
Click to collapse
FadeFx said:
Hi
I get the following error when trying to backup on my Samsung Galaxy S :
data/system/packages.xml no such file or directory
Nothing to backup
What can i do?
Click to expand...
Click to collapse
Hmm... If you have Astro lookup /data/system and see if the packages.xml file exists. Better yet, if you have a terminal emulator or ADB do a
Code:
ls /data/system | grep packages.xml
and see if anything comes up. The Galaxy series should have the same file system structure as any other Android phone... What Android OS are you running?
EDIT: It looks like the Galaxy series is using 2.2... Also if one of you could do a
Code:
su
cd /
find -name packages.xml
find -name packages.list
within a terminal emulator or ADB this should show where the packages files are located. It may take a bit of time to do the search since its looking for it from /.
./dbdata/system/packages.xml
find -name packages.list does search forever it seams...
Ok I might have to update the script to look in that directory for the packages.xml file. Stay tuned! Sorry for the delay in getting back. Been pretty busy.
EDIT: Download Busybox Installer from the market (the free one) and try installing the latest busybox for your samsung phone and then try running the script again. Does the script seem to act any better? I'm thinking the :not found] issue has to do with a bad busybox and the script not finding the right commands it needs to use. Let me know how that turns out.
Remember to nandroid backup before installing the busybox just in case
Busybox version is 1.19.0 but i didn't try the script yet. Will when i come home...
FadeFx said:
Busybox version is 1.19.0 but i didn't try the script yet. Will when i come home...
Click to expand...
Click to collapse
Just curious, any luck with the busybox upgrade?
I've updated the script to version 1.3. Welcomb noticed that there was an issue with bringing up the apps when requesting a backup although I'm not sure if that will fix the issue you had Fade...
Also mounting /system to copy the script over should be fixed .
I've added this to the OP already but for those with a Samsung Relay 4G phone:
A friend of mine has this phone and was getting the following error when running the .sh script:
Code:
can't create temporary file /sqlite_stmt_journals/mksh.<random>
To remedy this, I remounted the root directory / as read-write,created the folder /sqlite_stmt_journals, ran the .sh script, and afterwards remounted to read-only.
Is this still going?
I'm getting "There is nothing to backup" in CM11. I'm on the appropriae line fo the script but I can't figure out what's wrong.
So, this is the only script I found to backup and restore app data.
Needs some changes for newer android OS
Needs a check, as out of the box toybox is used, not busybox
Mount point needs something:
As
Code:
# busybox grep /system /proc/mounts | busybox awk '{print $1}'
/dev/block/bootdevice/by-name/system
/dev/block/bootdevice/by-name/system
It is doubled.
Removing $DEVICE seems to work. I removed $DEVICE from all mount commands:
From:
Code:
$MOUNT -o remount,rw $DEVICE /system
To:
Code:
$MOUNT -o remount,rw /system
backup needs a fix for app list
$EGREP "^< seems to cause issues. I removed ^ and it worked, meaning applist success.
I was able to backup data, but the apks were missing. Maybe because it used to be app.apk now it is base.apk?
restore does not work at the moment
As applist returns empty. Checked /dev/applist.txt and it was empty for some reason.
Also, fix_permissions file not in some devices, /dev/fix_permissions not found.
Some issues:
Code:
{system("busybox cat /data/system/packages.list | busybox grep $2")}
causes errors
Some errors when creating applist, but apps are displayed afterwards. So, might be same issue as above
Code:
Creating app list to /dev/applist.txt...
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
sh: /data/system/packages.list: can't execute: Permission denied
Done!
[1] app a...
[2] app a...
[3] app c...
...
[35] app o...
[36] app o...
[37] app o...
[38] app o...
[39] app o...
[40] app x...
Last thing is that the commands used to generate applist
Code:
$ECHO "Creating app list to /dev/applist.txt..."
$CAT /data/system/packages.xml | $EGREP "<package.*serId" | $GREP -v framework-res.apk | \
$GREP -v com.htc.resources.apk | $SED 's/<package name=\"//' | $SED 's/\" codePath="/ /' | \
$SED 's/\"//g' | $SED -e 's/\/data\/app-private\//private /' | $SED 's/\/data\/app\//app /' | \
$SED 's/\/system\/app\//system /' | $SED 's/\/mnt\/asec\//sd /' | \
$AWK '{if($2 !~ /system/) printf "%10s %s %s",$2,$1,$3"\n"}' | sort | \
$AWK '(++count) {printf "%5s %7s %s %s\n","["count"]",$1,$2,$3} \
{system("$CAT /data/system/packages.list | $GREP $2")}' | $SED 's/\/data\/data\///' | \
$AWK '{printf "%5s %7s %s %s %s\n",$1,$2,$3,$4,$8}' > $applist
causes some errors, even though apps are displayed at the end:
Code:
BusyBox v1.22.1 bionic (2017-04-22 22:10 +0300) multi-call binary.
Usage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...
Search for PATTERN in FILEs (or stdin)
-H Add 'filename:' prefix
-h Do not add 'filename:' prefix
-n Add 'line_no:' prefix
-l Show only names of files that match
-L Show only names of files that don't match
-c Show only count of matching lines
-o Show only the matching part of line
-q Quiet. Return 0 if PATTERN is found, 1 otherwise
-v Select non-matching lines
-s Suppress open and read errors
-r Recurse
-i Ignore case
-w Match whole words only
-x Match whole lines only
-F PATTERN is a literal (not regexp)
-E PATTERN is an extended regexp
-m N Match up to N times per file
-A N Print N lines of trailing context
-B N Print N lines of leading context
-C N Same as '-A N -B N'
-e PTRN Pattern to match
-f FILE Read pattern from file
cat: write error: Broken pipe
BusyBox v1.22.1 bionic (2017-04-22 22:10 +0300) multi-call binary.
Usage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...
Search for PATTERN in FILEs (or stdin)
-H Add 'filename:' prefix
-h Do not add 'filename:' prefix
-n Add 'line_no:' prefix
-l Show only names of files that match
-L Show only names of files that don't match
-c Show only count of matching lines
-o Show only the matching part of line
-q Quiet. Return 0 if PATTERN is found, 1 otherwise
-v Select non-matching lines
-s Suppress open and read errors
-r Recurse
-i Ignore case
-w Match whole words only
-x Match whole lines only
-F PATTERN is a literal (not regexp)
-E PATTERN is an extended regexp
-m N Match up to N times per file
-A N Print N lines of trailing context
-B N Print N lines of leading context
-C N Same as '-A N -B N'
-e PTRN Pattern to match
-f FILE Read pattern from file

[SOLVED]

SOLVED, cant find the delete button
I am not a big expert with software and stuff, but I try rooting my lg optimus 4x hd and all it says:
DON'T TOUCH THE DEVICE OR UNPLUG WHILE ROOTING!
PUSH FILES
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
failed to copy 'su' to '/data/local/su': Permission denied
failed to copy 'Superuser.apk' to '/data/local/Superuser.apk': Permission denied
Unable to chmod /data/local/su: No such file or directory
Unable to chmod /data/local/Superuser.apk: No such file or directory
failed on '/data/local/tmp' - Permission denied
link failed File exists
mount: Operation not permitted
mount: Operation not permitted
/system/bin/sh: can't create /system/app/Superuser.apk: Read-only file system
/system/bin/sh: can't create /system/xbin/su: Read-only file system
Unable to chown /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
Unable to chmod /system/app/Superuser.apk: No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
REBOOT
Can someone help me?
btw, I tried the root and the root-nobusybox

apply.sh: permission denied

I would like to compile a rom from source, however I don't . get very far:
Code:
8.3. Apply device specific patches (also repeat this step whenever the patches in the directory "patch" are modified):
$ cd device/samsung/smdk3470-common/patch
$ ./apply.sh
(from: https://github.com/cm-3470/android_device_samsung_kminilte)
But I always get permission error, with su or sudo:
Code:
-bash: ./apply.sh: Permission denied
What am I doing wrong? All the directories are owned by the user running this command.
Could you upload some screenshots of your console? so it's easier to help you, I've compiled roms and I know some things
mongo0 said:
I would like to compile a rom from source, however I don't . get very far:
Code:
8.3. Apply device specific patches (also repeat this step whenever the patches in the directory "patch" are modified):
$ cd device/samsung/smdk3470-common/patch
$ ./apply.sh
(from: https://github.com/cm-3470/android_device_samsung_kminilte)
But I always get permission error, with su or sudo:
Code:
-bash: ./apply.sh: Permission denied
What am I doing wrong? All the directories are owned by the user running this command.
Click to expand...
Click to collapse
I wouldn't do this as root. Either way,make sure the permissions are correct and the apply.sh script is executable. If the script isn't executable even doing it as root will not work.

[EOL][RECOVERY][Android 8 / 9][Stock/SODP][XZ2/c/p, XZ3] TWRP [UNofficial]

Central project page
https://forum.xda-developers.com/xp...recovery-twrp-3-2-2-0-touch-recovery-t3821597
PS: Unlock in PIE and camera won't break. (Since XZ2)
So always upgrade to the newest stock firmware before unlocking!
The touchscreen may not work.
So I need your help.
Please provide me the required numbers mentioned in my touchscreen problem FAQ.
Please be aware, there is no DRMfix for PIE.
Your camera preview will get black until the december update.
Since the december update, you will get green pictures.
Of course, you can unlock the device with the december firmware, downgrade to the november firmware (if bootloop, you need to wipe your userdata -> encryption downgrade protection) and use the opencamera app.
It is an open source camera app, which won't get a black preview.
https://play.google.com/store/apps/details?id=net.sourceforge.opencamera
Maybe you don't lose your camera.
https://forum.xda-developers.com/showpost.php?p=78396066&postcount=2282
Camera should be fine according to this: Unlocking the bootloader no longer breaks the camera on Sony Xperia devices running Android Pie
tys0n said:
Camera should be fine according to this: Unlocking the bootloader no longer breaks the camera on Sony Xperia devices running Android Pie
Click to expand...
Click to collapse
Sadly, the author wrote it with no knowledge about the tama line, starting with the xz2 and ending with the xz3.
He just assumed it for every device.
MartinX3 said:
Maybe you don't lose your camera.
https://forum.xda-developers.com/showpost.php?p=78396066&postcount=2282
Click to expand...
Click to collapse
Can confirm as I am said friend
underrsc0re said:
Can confirm as I am said friend
Click to expand...
Click to collapse
Let's try my TWRP. :silly:
I need help fixing the decryption problem.
But I can fix everything else.
MartinX3 said:
Let's try my TWRP. :silly:
I need help fixing the decryption problem.
But I can fix everything else.
Click to expand...
Click to collapse
Unsure if TWRP works... I patched boot image and it worked perfectly
underrsc0re said:
Unsure if TWRP works... I patched boot image and it worked perfectly
Click to expand...
Click to collapse
XD
But it will be needed for custom ROM development
Sorry for OT but someone with an XZ3 on buildnr 126 can give me the system/vendor/camera folder ? its for a project for XZ2
i will appriciate that ^^
Pandemic said:
Sorry for OT but someone with an XZ3 on buildnr 126 can give me the system/vendor/camera folder ? its for a project for XZ2
i will appriciate that ^^
Click to expand...
Click to collapse
There are three folders in there which are empty.
Pandemic said:
Sorry for OT but someone with an XZ3 on buildnr 126 can give me the system/vendor/camera folder ? its for a project for XZ2
i will appriciate that ^^
Click to expand...
Click to collapse
I haven't rooted yet so unfortunatly I can't help you. I'll add a list of all the files though.. Hopefully someone else can pull them for you
Fr0gg0 said:
There are three folders in there which are empty.
Click to expand...
Click to collapse
It shouldn't be empty. Maybe it wasn't mounted if you checked from within twrp.
Content of /system/vendor/camera :
Code:
1|H9436:/ $ ls -R /system/vendor/camera
ls: /system/vendor/camera/SOI20BS2_BU64747GWZ_XCF.dat: Permission denied
ls: /system/vendor/camera/default.dat: Permission denied
ls: /system/vendor/camera/snapshot.dat: Permission denied
ls: /system/vendor/camera/supported.dat: Permission denied
ls: /system/vendor/camera/streaming.dat: Permission denied
ls: /system/vendor/camera/version.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2_BU64747GWZ_XFW.dat: Permission denied
ls: /system/vendor/camera/flash.dat: Permission denied
/system/vendor/camera:
LGI13BS0 MTM13BS0 SOI20BS2
ls: /system/vendor/camera/LGI13BS0/image_conv_spica.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/exposure_ctrl.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_tf10_dc16.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_anr10_dc04.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_anr10_dc64.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_ltm13.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/dataflow.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_gamma15.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_abf34.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_abf40_disable.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/motion_estimation.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_linearization33.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_bls12.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_hnr10_disable.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/prc_image_conv.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_hnr10.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_tdl10.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_cc13.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/process_ctrl.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_sensor_isp_fsn.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_tf10_full.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/fusion_comp_financier.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/multiframe_nr_melonpan.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_lsc34.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/exposure_ctrl_diagram.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/color_ctrl.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_anr10_dc04.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/multiframe_nr_mugichoco.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hdr_comp.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_demosaic36.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/food_comp_yummy.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_bls12.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_sensor_isp_lin_ne.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_anr10_full.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/fusion_comp_raisin.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_tf10_dc04.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_sensor_isp_color.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/object_detector.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_anr10_dc16.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_platform_nree.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_gic30.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/multiframe_nr.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_tf10_disable.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_platform_nree.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/lens_ctrl_common.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_fusion_ctrl.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_demosaic36.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_cv12.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_anr10_disable.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_cst12.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_anr10_full.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_anr10_dc64.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/idt_ctrl.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/lens_ctrl.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/fusion_comp_financier_coef.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_cheesescone.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_tf10_full.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_cst12.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_abf40.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/fusion_comp_melonpan.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/multiframe_nr_toppo.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/motion_detector_sumomo.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/fusion_comp.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_tf10_dc16.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/flicker_detector.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_bps_gamma16.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/object_tracker.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_pdpc20.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_abf34_disable.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/food_detector.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_platform_nree.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_anr10_dc16.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_bps_linearization34.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_raisin.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_tf10_dc04.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_canele.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_bpcbcc50.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/image_conv_marble.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_anr10_disable.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/face_detector.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/scene_detector.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ife_gamma16.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/raw_proc_ipe_tf10_dc64.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_tf10_dc64.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/hal_ctrl_ipe_tf10_disable.dat: Permission denied
ls: /system/vendor/camera/LGI13BS0/motion_detector.dat: Permission denied
/system/vendor/camera/LGI13BS0:
ls: /system/vendor/camera/MTM13BS0/image_conv_spica.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/exposure_ctrl.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_tf10_dc16.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_anr10_dc04.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_anr10_dc64.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_ltm13.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/dataflow.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_gamma15.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_abf34.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_abf40_disable.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/motion_estimation.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_linearization33.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_bls12.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_hnr10_disable.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/prc_image_conv.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_hnr10.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_tdl10.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_cc13.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/process_ctrl.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_sensor_isp_fsn.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_tf10_full.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/fusion_comp_financier.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/multiframe_nr_melonpan.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_lsc34.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/exposure_ctrl_diagram.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/color_ctrl.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_anr10_dc04.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/multiframe_nr_mugichoco.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hdr_comp.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_demosaic36.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/food_comp_yummy.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_bls12.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_sensor_isp_lin_ne.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_anr10_full.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/fusion_comp_raisin.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_tf10_dc04.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_sensor_isp_color.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/object_detector.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_anr10_dc16.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_platform_nree.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_gic30.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/multiframe_nr.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_tf10_disable.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_platform_nree.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/lens_ctrl_common.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_fusion_ctrl.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_demosaic36.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_cv12.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_anr10_disable.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_cst12.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_anr10_full.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_anr10_dc64.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/idt_ctrl.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/lens_ctrl.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/fusion_comp_financier_coef.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_cheesescone.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_tf10_full.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_cst12.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_abf40.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/fusion_comp_melonpan.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/multiframe_nr_toppo.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/motion_detector_sumomo.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/fusion_comp.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_tf10_dc16.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/flicker_detector.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_bps_gamma16.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/object_tracker.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_pdpc20.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_abf34_disable.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/food_detector.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_platform_nree.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_anr10_dc16.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_bps_linearization34.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_raisin.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_tf10_dc04.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_canele.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_bpcbcc50.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/image_conv_marble.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_anr10_disable.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/face_detector.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/scene_detector.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ife_gamma16.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/raw_proc_ipe_tf10_dc64.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_tf10_dc64.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/hal_ctrl_ipe_tf10_disable.dat: Permission denied
ls: /system/vendor/camera/MTM13BS0/motion_detector.dat: Permission denied
/system/vendor/camera/MTM13BS0:
ls: /system/vendor/camera/SOI20BS2/image_conv_spica.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/exposure_ctrl.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_tf10_dc16.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_anr10_dc04.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_anr10_dc64.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_ltm13.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/dataflow.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_gamma15.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_abf34.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_abf40_disable.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_ipe_cs20.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/motion_estimation.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_linearization33.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_bls12.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_hnr10_disable.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/prc_image_conv.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_hnr10.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_tdl10.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_cc13.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/process_ctrl.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_sensor_isp_fsn.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_tf10_full.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/fusion_comp_financier.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/multiframe_nr_melonpan.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_lsc34.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/exposure_ctrl_diagram.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/color_ctrl.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_anr10_dc04.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/multiframe_nr_mugichoco.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hdr_comp.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_demosaic36.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/food_comp_yummy.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_bls12.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_sensor_isp_lin_ne.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_anr10_full.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/fusion_comp_raisin.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_tf10_dc04.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_sensor_isp_color.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/object_detector.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_anr10_dc16.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_platform_nree.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_gic30.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/multiframe_nr.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_tf10_disable.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_platform_nree.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/lens_ctrl_common.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_fusion_ctrl.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_demosaic36.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_cv12.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_anr10_disable.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_cst12.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_anr10_full.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_anr10_dc64.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/idt_ctrl.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/lens_ctrl.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/fusion_comp_financier_coef.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_cheesescone.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_tf10_full.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_cst12.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_abf40.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/fusion_comp_melonpan.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/multiframe_nr_toppo.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/motion_detector_sumomo.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/fusion_comp.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_ipe_upscale20.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_tf10_dc16.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/flicker_detector.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_bps_gamma16.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/object_tracker.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_pdpc20.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_abf34_disable.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/food_detector.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_platform_nree.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_anr10_dc16.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_bps_linearization34.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_asf30.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_raisin.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_tf10_dc04.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_canele.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_gra10.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_bpcbcc50.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/image_conv_marble.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_anr10_disable.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/face_detector.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/scene_detector.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ife_gamma16.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/raw_proc_ipe_tf10_dc64.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_tf10_dc64.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/hal_ctrl_ipe_tf10_disable.dat: Permission denied
ls: /system/vendor/camera/SOI20BS2/motion_detector.dat: Permission denied
underrsc0re said:
Can confirm as I am said friend
Click to expand...
Click to collapse
Hi. Thanks for confirming. I'm thinking about rooting this but could you please tell me which "features" that will break if I do? If I understand it right there will only be some sound processing features that breaks?
Can I also ask if you've tried viper4android on it and if it's working fine?
Thanks in advance.
tys0n said:
Hi. Thanks for confirming. I'm thinking about rooting this but could you please tell me which "features" that will break if I do? If I understand it right there will only be some sound processing features that breaks?
Can I also ask if you've tried viper4android on it and if it's working fine?
Thanks in advance.
Click to expand...
Click to collapse
Seems like since December 9.0 you won't loose your camera preview unlocking your phone.
That was the case in the past.
Dynamic vibration still works, too.
But OTA, Sony Backup & Restore (use TitaniumBackup and/or the cloud instead), Camera Noise Cancelation and the Super Duper Colorful Display Mode will stop working.
touch screen on TWRP does not work on US model
Thank you for the great work. TWRP did install, but the touch screen does not work. I'd like to install Magisk to root it. Any suggestion on how to accomplish it?
mffu said:
Thank you for the great work. TWRP did install, but the touch screen does not work. I'd like to install Magisk to root it. Any suggestion on how to accomplish it?
Click to expand...
Click to collapse
Thank you
I need the Infos mentioned in the FAQ part of the twrp thread
Well, after an extremely frustrating evening where nothing except the stock Sony stuff would boot (not the AOSP stuff linked in this forum, nor GSIs from the Treble forum), I've at least managed to get TWRP to work, but of course the touch screen doesn't work.
The output of 'cat /sys/devices/dsi_panel_driver/panel_id' is '5'.
I also don't have anything to connect a mouse to a type-C port, so I'm ****ed for the time being.
Soon with AOSP/Custom ROM support!
Tested it on OmniROM, AOSP and Resurrection Remix on my XZ2.
Xz3 h9436 53.0.a.3.126
Does not work on MY XZ3 H9436 53.0.A.3.126.
HOW can I fix the camera issue????? ?
Camera
MartinX3 said:
Maybe you don't lose your camera.
https://forum.xda-developers.com/showpost.php?p=78396066&postcount=2282
Click to expand...
Click to collapse
I have no camera on XZ3 FirmWare 52.0.A.3.126
Does someone know how to fix this? Open camera does not work either...
[email protected] said:
I have no camera on XZ3 FirmWare 52.0.A.3.126
Does someone know how to fix this? Open camera does not work either...
Click to expand...
Click to collapse
Sounds like you sadly unlocked it before.
Did the camerafix bundled in my TWRP work?
(And the vbmeta parameter thing is mandatory)
But if you accidentally flashed the camerafix, you need to reflash the vendor.sin again
And your firmware is very old.
Please update to 202
Maybe that fixes your camera too.

tcpdump/ethtool on rooted S10

I am trying to run ethtool on a rooted Galaxy S10 but I get the following error:
Code:
beyond1:/ # ethtool -k wlan0
Cannot get driver information: Permission denied
I am already root. Do I need to enable some more permissions?
I believe this is why tcpdump is also not working:
Code:
beyond1:/ # tcpdump
tcpdump: wlan0: SIOCETHTOOL(ETHTOOL_GLINK) ioctl failed: Permission denied

Categories

Resources