أجهزة ون بلسروت. ركفري

[فيديو] فتح قفل البوتلودر | تركيب ريكفري TWRP | عمل روت | والمزيد لجهاز OnePlus3/3T

الكاتب: أحمد الردايدة

بسم الله الرحمن الرحيم

** تحديث جديد للاداة v6.0U بتاريخ 31/5/2018

مقدمة:

قمت ببرمجة اداة لجهاز ون بلس ثري / ثري تي “الكل في واحد OnePlus3/3T ToolKit” حيث تحتوي على أوامر ومهام للـ OnePlus3/3T مثل: فتح البوتلودر وإعادة إغلاقه، تركيب ريكفري TWRP، تركيب الريكفري الرسمي Stock، عمل روت Root، نسخ احتياطي للتطبيقات وبياناتها… والمزيد.

ملاحظات:

  • تطبيق الشرح على مسؤوليتك الشخصية ولا نتحمل مسؤولية أي خطأ تقوم به.
  • خطوة احتياطية قبل التركيب، يجب شحن الهاتف فوق النصف <50%.
  • كمبيوتر PC بنظام الويندوز 8 / 8.1 / 10.
  • استخدم كيبل Dash USB Type-C المرفق مع صندوق الجهاز.
  • يجب أخذ نسخة إحتياطية لجميع بياناتك على الجهاز لإنها ستحذف بالكامل عند فتح البوتلودر.
  • عند فتح البوتلودر لن تفقد الضمان “بحسب موقع OnePlus” ولكن ستفقد التحديثات الهوائية في الجهاز عند تركيب ريكفري TWRP وعمل روت.
  • الاداة بعد إصدار V4.5U وأعلى اصبحت موحدة للجهازين OnePlus3/3T.

روابط التحميل:

شرح فيديو:

شرح كتابي:

حمل الاداة من الروابط التي بالأعلى، ثم قم بفك الضغط عنها “داخل ملف واحد” بواسطة 7ZIP أو Extract All. ليظهر كالتالي:

OnePlus3-ToolKitv2.3-1

الأن افتح ملف الباتش الذي باسم OnePlus-ToolKit-v4.0 -RUN بشكل عادي “دبل كليك” دون صلاحية المسؤول “Administrator”.

الأن اضغط اي زر على على لوحة المفاتيح للدخول للقائمة الرئيسية وأختيار احدى المهام منها، وهي ستطبقه على جهازك بشكل تلقائي.

أوامر ومهام الاداة بالارقام:

  1. عمل النسخة الاحتياطية واسترجاعها للتطبيقات وبياناتها.
  2. تثبيت تعريفات Drivers الجهاز على الكمبيوتر.
  3. فتح – إعادة قفل البوتلودر BootLoader.
  4. فحص حالة الجهاز: ADB- Fastboot.
  5. فحص حالة البوتلودر BootLoader.
  6. تركيب / دخول مباشر لريكفري المخصص TWRP.
  7. تركيب / دخول مباشر لريكفري الرسمي Stock.
  8. دفع ملف الروت SuperSU إلى الجهاز.
  9. دفع ملف سكربت تخفيف وتحسين OxygenOS إلى الجهاز.
  10. عمل مسح للكاش Cache في الجهاز.
  11. إلغاء التشفير الإجباري في الجهاز Decryption.
  12. قائمة لإعادة التشغيل الجهاز والدخول للفاستبوت والمزيد.

مواضيع قد تحتاجها:

المواضيع المنقولة

مواضيع الكتاب السابقين في الموقع

‫53 تعليقات

  1. اخ احمد الرساله هيا اللي بتخرج هيا
    C:\Users\yasser\Desktop\Sideload>adb sideloadOnePlus3Oxygen_16_OTA_003_all_1609142002_2a17363c90cd462e_2.zip
    Android Debug Bridge version 1.0.26

    -d – directs command to the only connected USB device
    returns an error if more than one USB device is present.
    -e – directs command to the only running emulator.
    returns an error if more than one emulator is running.
    -s – directs command to the USB device or emulator with
    the given serial number. Overrides ANDROID_SERIAL
    environment variable.
    -p – simple product name like ‘sooner’, or
    a relative/absolute path to a product
    out directory like ‘out/target/product/sooner’.
    If -p is not specified, the ANDROID_PRODUCT_OUT
    environment variable is used, which must
    be an absolute path.
    devices – list all connected devices
    connect [:] – connect to a device via TCP/IP
    Port 5555 is used by default if no port number is specified.
    disconnect [[:]] – disconnect from a TCP/IP device.
    Port 5555 is used by default if no port number is specified.
    Using this ocmmand with no additional arguments
    will disconnect from all connected TCP/IP devices.

    device commands:
    adb push – copy file/dir to device
    adb pull [] – copy file/dir from device
    adb sync [ ] – copy host->device only if changed
    (-l means list but don’t copy)
    (see ‘adb help all’)
    adb shell – run remote shell interactively
    adb shell – run remote shell command
    adb emu – run emulator console command
    adb logcat [ ] – View device log
    adb forward – forward socket connections
    forward specs are one of:
    tcp:
    localabstract:
    localreserved:
    localfilesystem:
    dev:
    jdwp: (remote only)
    adb jdwp – list PIDs of processes hosting a JDWP transport
    adb install [-l] [-r] [-s] – push this package file to the device and install it
    (‘-l’ means forward-lock the app)
    (‘-r’ means reinstall the app, keeping its data)
    (‘-s’ means install on SD card instead of internal storage)
    adb uninstall [-k] – remove this app package from the device
    (‘-k’ means keep the data and cache directories)
    adb bugreport – return all information from the device
    that should be included in a bug report.

    adb help – show this help message
    adb version – show version num

    DATAOPTS:
    (no option) – don’t touch the data partition
    -w – wipe the data partition
    -d – flash the data partition

    scripting:
    adb wait-for-device – block until device is online
    adb start-server – ensure that there is a server running
    adb kill-server – kill the server if it is running
    adb get-state – prints: offline | bootloader | device
    adb get-serialno – prints:
    adb status-window – continuously print device status for a specified device
    adb remount – remounts the /system partition on the device read-write
    adb reboot [bootloader|recovery] – reboots the device, optionally into the bootloader or recovery program
    adb reboot-bootloader – reboots the device into the bootloader
    adb root – restarts the adbd daemon with root permissions
    adb usb – restarts the adbd daemon listening on USB
    adb tcpip – restarts the adbd daemon listening on TCP on the specified port
    networking:
    adb ppp [parameters] – Run PPP over USB.
    Note: you should not automatically start a PPP connection.
    refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
    [parameters] – Eg. defaultroute debug dump local notty usepeerdns

    adb sync notes: adb sync [ ]
    can be interpreted in several ways:

    – If is not specified, both /system and /data partitions will be updated.

    – If it is “system” or “data”, only the corresponding partition
    is updated.

    environmental variables:
    ADB_TRACE – Print debug information. A comma separated list of the following values
    1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
    ANDROID_SERIAL – The serial number to connect to. -s takes priority over this if given.
    ANDROID_LOG_TAGS – When used with the logcat option, only these debug tags are printed.

    C:\Users\yasser\Desktop\Sideload>الرجاء المساعده في الحل

    1. وصله في الكمبيوتر
      سيظهر لك اشعار في الهاتف في الشريط التنبيهات
      اضغط عليه وأختر MTP وليس الشحن

  2. إذا بدي أنصب سيانوجين مود وأنا فاتح البوت لودر وعامل روت ومثبت TWRP ضروري أقفل البوت لودر وأرجع للروم الرسمي ثم أعيد الخطواتومن جديد ولا عادي أبلش أنصب الروم عن طريق الريكوفري فوق هاد الروم الأستسي ؟

    1. لا لا
      ركب الروم مباشرة من ريكفري TWRP
      مع عمل فورمات للسيستم والكاش والداتا Wipe قبل تركيب الروم

  3. السلام عليكم
    اخوي احمد انا شخص جديد على الاندرويد ولا اعرف فائدة الروت والريكفري 🙂 هل هي مشابهه للجل بريك وهل تنصحن اعمل روت لجوالي ؟ ( ون بلس 3 )

  4. السلام عليكم
    اخوي احمد انا شخص جديد على الاندرويد ولا اعرف فائدة الروت والريكفري 🙂 هل هي مشابهه للجل بريك وهل تنصحن اعمل روت لجوالي ؟ ( ون بلس 3 )

اترك تعليقاً