From 20bbeb3db16fd838ac7575d7d9085e788939b9eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E0=AE=A4=E0=AE=AE=E0=AE=BF=E0=AE=B4=E0=AF=8D=E0=AE=A8?=
=?UTF-8?q?=E0=AF=87=E0=AE=B0=E0=AE=AE=E0=AF=8D?= காப்புப்பிரதி முறைகள் : ஒரு பயன்பாட்டை அதன் APK, அதன் தரவு அல்லது இரண்டையும் மட்டுமே ஆதரிக்க முடியும். APK இருந்தால் மட்டுமே தற்போது நிறுவப்படாத பயன்பாட்டை மீட்டெடுக்க முடியும். முக்கிய தரவுகளுக்கு மூன்று சிறப்பு வகை தரவு கூடுதல் ஆதரிக்கப்படுகிறது: சாதனம் பாதுகாக்கப்பட்ட தரவு, வெளிப்புற தரவு மற்றும் OBB தரவு.
+ காப்புப்பிரதி முறைகள்: ஒரு பயன்பாட்டை அதன் ஏபிகே, அதன் தரவு அல்லது இரண்டையும் மட்டுமே ஆதரிக்க முடியும். பயன்பாடு இருந்தால் மட்டுமே தற்போது நிறுவப்படாத பயன்பாட்டை மீட்டெடுக்க முடியும். முக்கிய தரவுகளுக்கு மூன்று சிறப்பு வகை தரவு கூடுதல் ஆதரிக்கப்படுகிறது: சாதனம் பாதுகாக்கப்பட்ட தரவு, வெளிப்புற தரவு மற்றும் ஒபிபி தரவு.
காப்புப்பிரதியை நீக்கு : ஒரு குறிப்பிட்ட காப்பு நிகழ்வுக்கு காப்பு கோப்புகளை நீக்குகிறது. "காப்புப்பிரதிகளை நீக்கு" என்பது தேர்ந்தெடுக்கப்பட்ட பயன்பாட்டின் அனைத்து காப்புப்பிரதிகளையும் நீக்குகிறது.
Yedekleme Modları: Bir uygulama yalnızca APK’sı, yalnızca verileri veya her ikisi birden yedeklenebilir. Şu anda yüklü olmayan bir uygulama yalnızca APK mevcutsa geri yüklenebilir. Ana verilere ek olarak üç özel veri türü desteklenir: cihaz korumalı veriler, harici veriler ve OBB verileri.
+ Yedekleme Modları: Bir uygulama istenilirse sadece apksını, istenilirse sadece verisini veya her ikisini birden yedekleyebilir. Şu anda yüklü olmayan bir uygulama yalnızca apk mevcutsa geri yüklenebilir. Ana verilere ek olarak üç özel veri türü desteklenir: cihaz korumalı veriler, harici veriler ve obb verileri.
Yedeği Sil: Belirli bir yedek örneğine ait yedek dosyalarını siler. “Yedekleri Sil” seçeneği, seçilen uygulamanın tüm yedeklerini siler.
Birden Çok Kullanıcı: Çoklu kullanıcı desteği hâlâ deneysel aşamadadır, ancak çalışmalıdır. Etkinleştirme ve devre dışı bırakma işlemleri, yalnızca uygulamanın ilk kurulumu (mutlaka OAndBackupX’ten yapılmış olmasa da) veya uygulamanın geri yüklenmesinden sonra kullanılabilir.
-Sistemsiz Uygulamalar: Magisk modülü olarak yüklenmiş systemsiz uygulamaların yedeklenmesi ve geri yüklenmesi desteklenmez; bunu denemek sistem çökmesine yol açabilir ve cihazı yeniden biçimlendirip ROM’u tekrar yüklemeyi gerektirebilir. +
Sistemsiz Uygulamalar: Magisk modülü olarak yüklenmiş sistemsiz uygulamaların yedeklenmesi ve geri yüklenmesi desteklenmez; bunu denemek sistem çökmesine yol açabilir ve bu cihazın sıfırlanmasını ya da işlrtim sisteminin yeniden yüklenmesini gerektirebilir.
Gezinme: Alt gezinme çubuğunda sırasıyla “Ayarlar”, “Ana Sayfa”, “Toplu Yedekle”, “Toplu Geri Yükle” ve “Yedekleme Zamanla” seçenekleri bulunur. Son yedeklemeden sonra güncellenen uygulama sayısı “Ana Sayfa” düğmesinde bildirim olarak gösterilir.
From 5ff28a27b8f10f85112ee7c21e6b2b0e5d6b65e6 Mon Sep 17 00:00:00 2001 From: ShaXzodBackup modes: An app can be backed up with only its apk, only its data or both. An app not currently installed can only be restored if the apk is present. Three special types of data is supported extra to the main data: device protected data, external data and obb data. +
+Delete backup: Deletes the backup files for a specific backup instance. While "delete backups" delete all of the backups of the chosen app. +
+Uninstall: Somewhat more aggressive than a normal uninstall. In addition to doing a normal uninstall via Android commands, uninstalling from OAndBackupX deletes files the app might have left over in /data/app-lib/. +
+Enable / disable: Uses the Android `pm` script to enable or disable an app. Disabling an app removes it from the normal user interface without uninstalling it. This can be used for enabling or disabling an app for multiple users at a time (if the device has multiple users). Users are identified with an ID e.g. 0 is the first user (owner) 10 is usually the work profile. +
+Multiple users: Multi-user is still somewhat experimental but should work. Enabling and disabling only works after an initial install (not necessarily from OAndBackupx) or restore of the app. +
+System-less apps: Backup and restore of system-less apps installed as Magisk modules is not supported and trying it could lead to system failure and forcing you to format and flash it anew. +
+Navigation: The navigation bar has "Settings", "Home", "Batch backup", "Batch restore" and "Schedule backups" (in that order). The number of apps upgraded after their last backup will be presented as a notification on "Home" button. +
+Apps using Keystore: Android has an encrypted storage for sensitive data. Apps that make use of this to store login data or some keys for its function can't be restored successfully. Two examples of such apps are Signal and Element(Riot). +
+ + From 37cb93eb05ba913dbe05262a704e9d71ecbc06b7 Mon Sep 17 00:00:00 2001 From: ShaXzod JomurodovBackup modes: An app can be backed up with only its apk, only its data or both. An app not currently installed can only be restored if the apk is present. Three special types of data is supported extra to the main data: device protected data, external data and obb data. +
Zaxiralash rejimlari: Ilovani faqat uning APK fayli, faqat ma’lumotlari yoki har ikkalasi bilan birga zaxiralash mumkin. Hozirda o‘rnatilmagan ilovani faqat APK mavjud bo‘lgandagina qayta tiklash mumkin. Asosiy ma’lumotlarga qo‘shimcha ravishda ma’lumotlarning uchta maxsus turi qo‘llab-quvvatlanadi: qurilma himoyasidagi ma’lumotlar, tashqi ma’lumotlar va obb ma’lumotlari.
-Delete backup: Deletes the backup files for a specific backup instance. While "delete backups" delete all of the backups of the chosen app. +
Zaxira nusxasini o'chirish: Muayyan zaxira nusxasining fayllarini o'chirib tashlaydi. "Zaxira nusxalarini o'chirish" esa tanlangan ilovaning barcha zaxira nusxalarini o'chirib yuboradi.
-Uninstall: Somewhat more aggressive than a normal uninstall. In addition to doing a normal uninstall via Android commands, uninstalling from OAndBackupX deletes files the app might have left over in /data/app-lib/. +
O'chirish: Odatiy o'chirish usuliga nisbatan biroz chuqurroq ishlaydi. Android buyruqlari orqali odatiy o'chirishni amalga oshirishdan tashqari, OAndBackupX orqali o'chirish ilovaning /data/app-lib/ jildida qoldirgan bo'lishi mumkin bo'lgan fayllarini ham o'chirib tashlaydi.
-Enable / disable: Uses the Android `pm` script to enable or disable an app. Disabling an app removes it from the normal user interface without uninstalling it. This can be used for enabling or disabling an app for multiple users at a time (if the device has multiple users). Users are identified with an ID e.g. 0 is the first user (owner) 10 is usually the work profile. +
Yoqish / o'chirib qo'yish: Ilovani yoqish yoki o'chirib qo'yish uchun Android'ning `pm` skriptidan foydalanadi. Ilovani o'chirib qo'yish uni butunlay tizimdan o'chirib tashlamasdan (uninstall qilmasdan), odatiy foydalanuvchi interfeysidan olib tashlaydi. Bundan bir vaqtning o'zida bir nechta foydalanuvchilar uchun (agar qurilmada ko'p foydalanuvchili rejim bo'lsa) ilovani yoqish yoki o'chirib qo'yish maqsadida foydalanish mumkin. Foydalanuvchilar ID raqami orqali aniqlanadi, masalan, 0 — birinchi foydalanuvchi (qurilma egasi), 10 esa odatda ish profili (work profile) hisoblanadi.
-Multiple users: Multi-user is still somewhat experimental but should work. Enabling and disabling only works after an initial install (not necessarily from OAndBackupx) or restore of the app. +
Bir nechta foydalanuvchilar: Ko'p foydalanuvchili rejim hali ham biroz tajribaviy (eksperimental) hisoblanadi, lekin u ishlashi kerak. Yoqish va o'chirish faqat ilova dastlab o'rnatilgandan (aynan OAndBackupx orqali bo'lishi shart emas) yoki qayta tiklangandan so'nggina ishlaydi.
-System-less apps: Backup and restore of system-less apps installed as Magisk modules is not supported and trying it could lead to system failure and forcing you to format and flash it anew. +
Tizimsiz (System-less) ilovalar: Magisk moduli sifatida o'rnatilgan tizimsiz ilovalarni zaxiralash va tiklash qo'llab-quvvatlanmaydi. Buni sinab ko'rish tizim xatoligiga olib kelishi va sizni xotirani formatlash hamda tizimni boshqatdan yozishga (proshivka/flash qilishga) majbur qilishi mumkin.
-Navigation: The navigation bar has "Settings", "Home", "Batch backup", "Batch restore" and "Schedule backups" (in that order). The number of apps upgraded after their last backup will be presented as a notification on "Home" button. +
Navigatsiya: Navigatsiya panelida "Sozlamalar", "Asosiy ekran", "Ommaviy zaxiralash", "Ommaviy tiklash" va "Zaxiralash jadvallari" (shu ketma-ketlikda) joylashgan. So'nggi zaxiralanishidan keyin yangilangan ilovalar soni "Asosiy ekran" tugmasida bildirishnoma sifatida ko'rsatiladi.
-Apps using Keystore: Android has an encrypted storage for sensitive data. Apps that make use of this to store login data or some keys for its function can't be restored successfully. Two examples of such apps are Signal and Element(Riot). +
Keystore'dan foydalanadigan ilovalar: Android maxfiy ma'lumotlar uchun shifrlangan xotiraga ega. Tizimga kirish (login) ma'lumotlarini yoki o'z ishlashi uchun zarur bo'lgan kalitlarni saqlashda ushbu xotiradan foydalanadigan ilovalarni muvaffaqiyatli qayta tiklab bo'lmaydi. Bunday ilovalarga Signal va Element (Riot) dasturlari yaqqol misol bo'la oladi.