
GCAM | XML | APK
"GCAM | XML | APK" 群组最新帖子
07.02.202509:48
#GCam #LMC #XML
07.02.202509:46
Конфигурация для LMC8.8 Release 2.
Создано на смартфоне OPPO Find X3.
Используются ручные CCT:
IMX766 для основной и UW объективов;
IMX616 для фронтального объектива (также может подойти для IMX615);
s5k3m5 (для телеобъектива).
Также выбраны сессии и введены нужные HEX Value для объективов в патчере.
Остальные изменения без комментариев.
RU-EN:
Configuration for LMC8.8 Release 2.
Created on OPPO Find X3 smartphone.
Used manual CCTs:
IMX766 for main and UW lenses;
IMX616 for front lens (may also work for IMX615);
s5k3m5 (for telephoto lens).
Also selected sessions and entered the required HEX Value for lenses in the patcher.
No comments on other changes.
#GCam #LMC #XML
Создано на смартфоне OPPO Find X3.
Используются ручные CCT:
IMX766 для основной и UW объективов;
IMX616 для фронтального объектива (также может подойти для IMX615);
s5k3m5 (для телеобъектива).
Также выбраны сессии и введены нужные HEX Value для объективов в патчере.
Остальные изменения без комментариев.
RU-EN:
Configuration for LMC8.8 Release 2.
Created on OPPO Find X3 smartphone.
Used manual CCTs:
IMX766 for main and UW lenses;
IMX616 for front lens (may also work for IMX615);
s5k3m5 (for telephoto lens).
Also selected sessions and entered the required HEX Value for lenses in the patcher.
No comments on other changes.
#GCam #LMC #XML
07.02.202509:42
22.01.202508:23
#Config #Copy_Help #LMC #X9
22.01.202508:23
Instructions for using a script to copy XML settings to QPython
A brief description of how the script works:
This Python script is designed to automatically copy settings in an XML file. It does the following:
• Copies settings:
The script copies the values from the main lens settings to the settings of available lenses that have the same name.
• Saves the result:
The script creates a new XML file with the same name but with the 'new' prefix in the same qpython/scripts3 folder (or in the root folder of the program), which contains the changed settings.
In simple terms:
The script takes the settings values and automatically copies them to other settings whose names begin with the same name. This is convenient if you want to quickly update many similar settings.
Important notes:
• If as a result of running the script you see a decrease in the size of the output file compared to the original, then do not worry: the script includes optimization of the XML file structure.
• Errors: If the script can't find files or there are errors while processing XML, it will print an error message in the QPython console.
• Backup: Don't forget to save the original in case something goes wrong.
√ Bugs I've noticed:
• Enabling id4 and id5 lenses doesn't copy, you need to enable them manually.
• In LMC8.8 it doesn't copy custom hex. You need to edit the script. Laziness.
So, what you need to do:
1. Installing QPython:
•Open Google Play Store on your Android device.
• Find the "QPython OP" or "QPython3S" or "QPython 3L" app and install it.
•Or use the apk in the archive folder.
• After installation, open the QPython app.
2. Preparing files:
• XML file (config.xml):
• Prepare the XML file you want to process.
• Copy this file to the qpython/scripts3 folder or to the program root (if it is QPython 3L) on your device. Usually this folder is located in the main memory of the device.
• Python file (script) from the archive:
• Copy this file to the qpython/scripts3 folder.
3. Running the script in QPython:
1. Open QPython: Run the QPython application on your Android device.
2. Go to the "Program" or "Editor" section: Depending on the version of QPython, find the section for working with scripts.
3. Select your Python file:
• In QPython OP, find the "Program" menu, then select "Open" and select your Config_Copy_Help_###.py script in the qpython/scripts3 folder (there are two scripts in the archive: for LMC and for Xenius X9-8.2)
* In QPython3S, click on the folder icon, then on the scripts3 folder and select your Config_Copy_Help_###.py script (there are two scripts in the archive: for LMC and for Xenius X9-8.2).
* In general, all actions are identical in different programs.
4. Run the script: Click the "Run" or "Play" button (usually this is an icon in the form of a triangle).
5. As the script runs, answer the program's prompts, there will be only three of them.
6. View the results:
* After the script has successfully run, you will see the message "Settings have been successfully copied and saved." in the QPython console.
* In the same qpython/scripts3 folder (or in the program's root folder), a new file named "newbla-bla-bla.xml" will appear, containing the changed settings.
#Config #Copy_Help #LMC #X9
A brief description of how the script works:
This Python script is designed to automatically copy settings in an XML file. It does the following:
• Copies settings:
The script copies the values from the main lens settings to the settings of available lenses that have the same name.
• Saves the result:
The script creates a new XML file with the same name but with the 'new' prefix in the same qpython/scripts3 folder (or in the root folder of the program), which contains the changed settings.
In simple terms:
The script takes the settings values and automatically copies them to other settings whose names begin with the same name. This is convenient if you want to quickly update many similar settings.
Important notes:
• If as a result of running the script you see a decrease in the size of the output file compared to the original, then do not worry: the script includes optimization of the XML file structure.
• Errors: If the script can't find files or there are errors while processing XML, it will print an error message in the QPython console.
• Backup: Don't forget to save the original in case something goes wrong.
√ Bugs I've noticed:
• Enabling id4 and id5 lenses doesn't copy, you need to enable them manually.
• In LMC8.8 it doesn't copy custom hex. You need to edit the script. Laziness.
So, what you need to do:
1. Installing QPython:
•Open Google Play Store on your Android device.
• Find the "QPython OP" or "QPython3S" or "QPython 3L" app and install it.
•Or use the apk in the archive folder.
• After installation, open the QPython app.
2. Preparing files:
• XML file (config.xml):
• Prepare the XML file you want to process.
• Copy this file to the qpython/scripts3 folder or to the program root (if it is QPython 3L) on your device. Usually this folder is located in the main memory of the device.
• Python file (script) from the archive:
• Copy this file to the qpython/scripts3 folder.
3. Running the script in QPython:
1. Open QPython: Run the QPython application on your Android device.
2. Go to the "Program" or "Editor" section: Depending on the version of QPython, find the section for working with scripts.
3. Select your Python file:
• In QPython OP, find the "Program" menu, then select "Open" and select your Config_Copy_Help_###.py script in the qpython/scripts3 folder (there are two scripts in the archive: for LMC and for Xenius X9-8.2)
* In QPython3S, click on the folder icon, then on the scripts3 folder and select your Config_Copy_Help_###.py script (there are two scripts in the archive: for LMC and for Xenius X9-8.2).
* In general, all actions are identical in different programs.
4. Run the script: Click the "Run" or "Play" button (usually this is an icon in the form of a triangle).
5. As the script runs, answer the program's prompts, there will be only three of them.
6. View the results:
* After the script has successfully run, you will see the message "Settings have been successfully copied and saved." in the QPython console.
* In the same qpython/scripts3 folder (or in the program's root folder), a new file named "newbla-bla-bla.xml" will appear, containing the changed settings.
#Config #Copy_Help #LMC #X9
22.01.202508:23
Инструкция по использованию скрипта для копирования настроек XML в QPython
Краткое описание работы скрипта:
Этот Python-скрипт предназначен для автоматического копирования настроек в XML- файле. Он выполняет следующие действия:
• Копирует настройки:
Скрипт копирует значения из настроек основного объектива в настройки доступных объективов, у которых совпадает название.
• Сохраняет результат:
Скрипт создает новый XML- файл с прежним названием, но с приставкой 'new' в той же папке qpython/scripts3 (или в корневой папке программы), который содержит измененные настройки.
Простыми словами:
Скрипт берет значения настроек и автоматически копирует их в другие настройки, имена которых начинаются так же. Это удобно, если вы хотите быстро обновить множество однотипных настроек.
Важные замечания:
• Если в результате работы скрипта вы видите уменьшение размера выходного файла по отношению к оригиналу, то не стоит беспокоиться: в скрипт включена оптимизация структуры xml-файла.
• Ошибки: Если скрипт не может найти файлы или возникают ошибки при обработке XML, он выведет сообщение об ошибке в консоли QPython.
• Резервное копирование: Не забудьте сохранить оригинал, если что-то пойдёт не так.
√ Из замеченных багов:
• Включение объективов id4 и id5 не копирует, нужно включить ручками.
•В LMC8.8 не копирует custom hex. Нужно редактировать скрипт. Лень.
Итак, что нужно сделать:
1. Установка QPython:
•Откройте Google Play Store на вашем устройстве Android.
• Найдите приложение "QPython OP" или "QPython3S" или "QPython 3L" и установите его.
•Либо используйте apk в папке архива.
• После установки откройте приложение QPython.
2. Подготовка файлов:
• XML-файл (config.xml):
• Подготовьте XML- файл, который вы хотите обработать.
• Скопируйте этот файл в папку qpython/scripts3 или в корень программы (если это QPython 3L) на вашем устройстве. Обычно эта папка находится в основной памяти устройства.
• Python-файл (скрипт) из архива:
• Скопируйте этот файл в папку qpython/scripts3.
3. Запуск скрипта в QPython:
1. Откройте QPython: Запустите приложение QPython на вашем Android-устройстве.
2. Перейдите в раздел "Программа" или "Редактор": В зависимости от версии QPython, найдите раздел для работы со скриптами.
3. Выберите ваш Python-файл:
• В QPython OP найдите в меню "Программа", затем выберите "Открыть" и выберите свой скрипт Config_Copy_Help_###.py в папке qpython/scripts3 (в архиве два скрипта: для LMC и для Xenius X9-8.2)
* В QPython3S нажмите на иконку в виде папки, далее на папку scripts3 и выберите свой скрипт Config_Copy_Help_###.py (в архиве два скрипта: для LMC и для Xenius X9-8.2).
* В целом все действия в разных программах идентичны.
4. Запустите скрипт: Нажмите кнопку "Выполнить" или "Play" (обычно это иконка в виде треугольника).
5. По ходу выполнения скрипта отвечайте на запросы программы, их будет всего три.
6. Просмотр результатов:
* После успешного выполнения скрипта, вы увидите сообщение "Настройки успешно скопированы и сохранены." в консоли QPython.
* В той же папке qpython/scripts3 (или в корневой папке программы) появится новый файл с именем "newbla-bla-bla.xml", содержащий измененные настройки.
#Config #Copy_Help #LMC #X9
Краткое описание работы скрипта:
Этот Python-скрипт предназначен для автоматического копирования настроек в XML- файле. Он выполняет следующие действия:
• Копирует настройки:
Скрипт копирует значения из настроек основного объектива в настройки доступных объективов, у которых совпадает название.
• Сохраняет результат:
Скрипт создает новый XML- файл с прежним названием, но с приставкой 'new' в той же папке qpython/scripts3 (или в корневой папке программы), который содержит измененные настройки.
Простыми словами:
Скрипт берет значения настроек и автоматически копирует их в другие настройки, имена которых начинаются так же. Это удобно, если вы хотите быстро обновить множество однотипных настроек.
Важные замечания:
• Если в результате работы скрипта вы видите уменьшение размера выходного файла по отношению к оригиналу, то не стоит беспокоиться: в скрипт включена оптимизация структуры xml-файла.
• Ошибки: Если скрипт не может найти файлы или возникают ошибки при обработке XML, он выведет сообщение об ошибке в консоли QPython.
• Резервное копирование: Не забудьте сохранить оригинал, если что-то пойдёт не так.
√ Из замеченных багов:
• Включение объективов id4 и id5 не копирует, нужно включить ручками.
•В LMC8.8 не копирует custom hex. Нужно редактировать скрипт. Лень.
Итак, что нужно сделать:
1. Установка QPython:
•Откройте Google Play Store на вашем устройстве Android.
• Найдите приложение "QPython OP" или "QPython3S" или "QPython 3L" и установите его.
•Либо используйте apk в папке архива.
• После установки откройте приложение QPython.
2. Подготовка файлов:
• XML-файл (config.xml):
• Подготовьте XML- файл, который вы хотите обработать.
• Скопируйте этот файл в папку qpython/scripts3 или в корень программы (если это QPython 3L) на вашем устройстве. Обычно эта папка находится в основной памяти устройства.
• Python-файл (скрипт) из архива:
• Скопируйте этот файл в папку qpython/scripts3.
3. Запуск скрипта в QPython:
1. Откройте QPython: Запустите приложение QPython на вашем Android-устройстве.
2. Перейдите в раздел "Программа" или "Редактор": В зависимости от версии QPython, найдите раздел для работы со скриптами.
3. Выберите ваш Python-файл:
• В QPython OP найдите в меню "Программа", затем выберите "Открыть" и выберите свой скрипт Config_Copy_Help_###.py в папке qpython/scripts3 (в архиве два скрипта: для LMC и для Xenius X9-8.2)
* В QPython3S нажмите на иконку в виде папки, далее на папку scripts3 и выберите свой скрипт Config_Copy_Help_###.py (в архиве два скрипта: для LMC и для Xenius X9-8.2).
* В целом все действия в разных программах идентичны.
4. Запустите скрипт: Нажмите кнопку "Выполнить" или "Play" (обычно это иконка в виде треугольника).
5. По ходу выполнения скрипта отвечайте на запросы программы, их будет всего три.
6. Просмотр результатов:
* После успешного выполнения скрипта, вы увидите сообщение "Настройки успешно скопированы и сохранены." в консоли QPython.
* В той же папке qpython/scripts3 (или в корневой папке программы) появится новый файл с именем "newbla-bla-bla.xml", содержащий измененные настройки.
#Config #Copy_Help #LMC #X9
22.01.202508:21
10.01.202517:18
#GCam #Soft


10.01.202517:15
#GCam #Soft
10.01.202517:14
ИНСТРУКЦИЯ для начала работы
———————————————————
1. Достаньте файлы com.qti.tuned.[sensor_name].bin из
/odm/lib64/camera
или
/vendor/lib64/camera
Если рут прав нет, то можно попробовать найти готовые дампы на этом сайте. В строку поиска ввести коднейм устройства. Узнать коднейм можно выполнив эту команду в @mtmanager или termux: getprop ro.product.vendor.device
(Скопировать, в MT нажать на 3 точки вверху -> "открыть терминал". В меню терминала 3 точки внизу -> "вставить")
2. Отправьте этот файл (или файлы) в @rivbot. Бот достанет значения из .bin и отправит вам их в .txt формате. Сохраните этот txt файл (или файлы) в загрузки.
Также вы можете открыть файлы .bin с помощью программы, которая находится в архиве с программой CCT Analyzer.
RU-EN:
INSTRUCTIONS for getting started
———————————————————
1. Get the com.qti.tuned.[sensor_name].bin files from
/odm/lib64/camera
or
/vendor/lib64/camera
If you don't have root rights, you can try to find ready-made dumps on this site. Enter the device codename in the search bar. You can find out the codename by running this command in @mtmanager or termux: getprop ro.product.vendor.device
(Copy, in MT click on the 3 dots at the top -> "open terminal". In the terminal menu, 3 dots at the bottom -> "paste")
2. Send this file (or files) to @rivbot. The bot will get the values from .bin and send them to you in .txt format. Save this txt file (or files) to downloads.
You can also open .bin files using the program that is included in the archive with the CCT Analyzer program.
#GCam #Soft
———————————————————
1. Достаньте файлы com.qti.tuned.[sensor_name].bin из
/odm/lib64/camera
или
/vendor/lib64/camera
Если рут прав нет, то можно попробовать найти готовые дампы на этом сайте. В строку поиска ввести коднейм устройства. Узнать коднейм можно выполнив эту команду в @mtmanager или termux: getprop ro.product.vendor.device
(Скопировать, в MT нажать на 3 точки вверху -> "открыть терминал". В меню терминала 3 точки внизу -> "вставить")
2. Отправьте этот файл (или файлы) в @rivbot. Бот достанет значения из .bin и отправит вам их в .txt формате. Сохраните этот txt файл (или файлы) в загрузки.
Также вы можете открыть файлы .bin с помощью программы, которая находится в архиве с программой CCT Analyzer.
RU-EN:
INSTRUCTIONS for getting started
———————————————————
1. Get the com.qti.tuned.[sensor_name].bin files from
/odm/lib64/camera
or
/vendor/lib64/camera
If you don't have root rights, you can try to find ready-made dumps on this site. Enter the device codename in the search bar. You can find out the codename by running this command in @mtmanager or termux: getprop ro.product.vendor.device
(Copy, in MT click on the 3 dots at the top -> "open terminal". In the terminal menu, 3 dots at the bottom -> "paste")
2. Send this file (or files) to @rivbot. The bot will get the values from .bin and send them to you in .txt format. Save this txt file (or files) to downloads.
You can also open .bin files using the program that is included in the archive with the CCT Analyzer program.
#GCam #Soft
10.01.202517:03
CCT Analyzer v1.0
————————————
Краткое описание:
CCT Analyzer это программа для расчёта оптимального CCT на основе данных из файлов qti.tuned.
В версии CCT Analyzer v1.0 представлены два метода для расчёта оптимального CCT, также имеется выбор режима фильтрации диапазонов температур.
В архиве также имеется программа для возможности посмотреть содержимое файлов qti.tuned.
❗️Если ни программа, ни бот не видит содержимого файла или показывает не корректно, то Вам потребуется использовать другой файл или искать другие данные из других смартфонов❗️
RU-EN:
Short description:
CCT Analyzer is a program for calculating the optimal CCT based on data from qti.tuned files.
CCT Analyzer v1.0 provides two methods for calculating the optimal CCT, and there is also a choice of temperature range filtering mode.
The archive also contains a program for viewing the contents of qti.tuned files.
❗️If neither the program nor the bot sees the contents of the file or displays it incorrectly, then you will need to use another file or look for other data from other smartphones❗️
#GCam #Soft
————————————
Краткое описание:
CCT Analyzer это программа для расчёта оптимального CCT на основе данных из файлов qti.tuned.
В версии CCT Analyzer v1.0 представлены два метода для расчёта оптимального CCT, также имеется выбор режима фильтрации диапазонов температур.
В архиве также имеется программа для возможности посмотреть содержимое файлов qti.tuned.
❗️Если ни программа, ни бот не видит содержимого файла или показывает не корректно, то Вам потребуется использовать другой файл или искать другие данные из других смартфонов❗️
RU-EN:
Short description:
CCT Analyzer is a program for calculating the optimal CCT based on data from qti.tuned files.
CCT Analyzer v1.0 provides two methods for calculating the optimal CCT, and there is also a choice of temperature range filtering mode.
The archive also contains a program for viewing the contents of qti.tuned files.
❗️If neither the program nor the bot sees the contents of the file or displays it incorrectly, then you will need to use another file or look for other data from other smartphones❗️
#GCam #Soft
记录
08.02.202523:59
10.5K订阅者10.01.202523:59
0引用指数08.02.202523:59
717每帖平均覆盖率28.02.202523:59
783广告帖子的平均覆盖率10.04.202523:33
0.00%ER23.01.202523:59
0.00%ERR登录以解锁更多功能。