דילוג לתוכן
  • חוקי הפורום
  • פופולרי
  • לא נפתר
  • משתמשים
  • חיפוש גוגל בפורום
  • צור קשר
עיצובים
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • ברירת מחדל (ללא עיצוב (ברירת מחדל))
  • ללא עיצוב (ברירת מחדל)
כיווץ
מתמחים טופ
  1. דף הבית
  2. אנדרואיד - כללי
  3. עזרה הדדית - אנדרואיד
  4. שאלה | שאלות לגבי גיבוי מחיצת userdata

שאלה | שאלות לגבי גיבוי מחיצת userdata

מתוזמן נעוץ נעול הועבר עזרה הדדית - אנדרואיד
6 פוסטים 4 כותבים 121 צפיות 4 עוקבים
  • מהישן לחדש
  • מהחדש לישן
  • הכי הרבה הצבעות
תגובה
  • תגובה כנושא
התחברו כדי לפרסם תגובה
נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.
  • TripleUT מנותק
    TripleUT מנותק
    TripleU
    מדריכים
    כתב נערך לאחרונה על ידי
    #1

    שלום
    לגבי הפוסט הזה
    רק תוהה, האם המדריך הזה בכלל לגיטימי?
    ברור שאפשר לגבות את מחיצת userdata. אבל איך אפשר למחוק את כל האפסים הריקים מהבינארי אחרי זה??? תמיד ידעתי שגיבויים משופרים באמצעות WwrMtk.
    האם אפשר לצרוב אותה בלי למחוק את האפסים הריקים? כמו, לצרוב userdata שלמה של 20 ג'יגה שרובה ריקה...
    למי מחיצת ה-userdata לא מוצפנת?
    מישהו יכול להאיר את עיניי בבקשה?

    101100001 HarwonaH 2 תגובות תגובה אחרונה
    0
    • TripleUT TripleU

      שלום
      לגבי הפוסט הזה
      רק תוהה, האם המדריך הזה בכלל לגיטימי?
      ברור שאפשר לגבות את מחיצת userdata. אבל איך אפשר למחוק את כל האפסים הריקים מהבינארי אחרי זה??? תמיד ידעתי שגיבויים משופרים באמצעות WwrMtk.
      האם אפשר לצרוב אותה בלי למחוק את האפסים הריקים? כמו, לצרוב userdata שלמה של 20 ג'יגה שרובה ריקה...
      למי מחיצת ה-userdata לא מוצפנת?
      מישהו יכול להאיר את עיניי בבקשה?

      101100001 מנותק
      101100001 מנותק
      10110000
      כתב נערך לאחרונה על ידי 10110000
      #2

      @TripleU
      Ok the truth is that I don't fully understand the user data partition, but I will try to answer the best I can, the partition size does not actually represent the user data, the data is a lot smaller and the 0 in the partition are just empty memory that are filled with zeros, that's why you can just delete the extra zeros, although I wouldn't advise deleting all the way until the first bit that is not a zero from the end for 2 reasons 1 even a zero could be part of the data 2 the build of most data in binary is to have blocks of bytes and therefore the amount of bytes have to be divisible by a specific number (so you might have to add padding of zeros to a partition for it to be usable) just like in lpmake the super size needs to be devisable by 512
      So you can flash the userdata as is but there is no reason to rewrite zeros for a few minutes
      I didn't understand exactly you question about the userdata being encrypted

      TripleUT תגובה 1 תגובה אחרונה
      0
      • 101100001 10110000

        @TripleU
        Ok the truth is that I don't fully understand the user data partition, but I will try to answer the best I can, the partition size does not actually represent the user data, the data is a lot smaller and the 0 in the partition are just empty memory that are filled with zeros, that's why you can just delete the extra zeros, although I wouldn't advise deleting all the way until the first bit that is not a zero from the end for 2 reasons 1 even a zero could be part of the data 2 the build of most data in binary is to have blocks of bytes and therefore the amount of bytes have to be divisible by a specific number (so you might have to add padding of zeros to a partition for it to be usable) just like in lpmake the super size needs to be devisable by 512
        So you can flash the userdata as is but there is no reason to rewrite zeros for a few minutes
        I didn't understand exactly you question about the userdata being encrypted

        TripleUT מנותק
        TripleUT מנותק
        TripleU
        מדריכים
        כתב נערך לאחרונה על ידי
        #3

        @10110000

        You indeed didn't understand but thanks for trying.
        I was looking for some kinda way to backup usersata partition without the empty bytes - something which I now do with ADB.
        It's not the best approach but it works. Using dd command.

        תגובה 1 תגובה אחרונה
        1
        • YankyY מנותק
          YankyY מנותק
          Yanky
          מדריכים
          כתב נערך לאחרונה על ידי
          #4

          So much fun, AI conversation

          אפשר לפנק בקפה
          www.buymeacoffee.com/yankystechR

          101100001 תגובה 1 תגובה אחרונה
          -2
          • YankyY Yanky

            So much fun, AI conversation

            101100001 מנותק
            101100001 מנותק
            10110000
            כתב נערך לאחרונה על ידי
            #5

            @Yanky
            Incorrect

            תגובה 1 תגובה אחרונה
            0
            • TripleUT TripleU

              שלום
              לגבי הפוסט הזה
              רק תוהה, האם המדריך הזה בכלל לגיטימי?
              ברור שאפשר לגבות את מחיצת userdata. אבל איך אפשר למחוק את כל האפסים הריקים מהבינארי אחרי זה??? תמיד ידעתי שגיבויים משופרים באמצעות WwrMtk.
              האם אפשר לצרוב אותה בלי למחוק את האפסים הריקים? כמו, לצרוב userdata שלמה של 20 ג'יגה שרובה ריקה...
              למי מחיצת ה-userdata לא מוצפנת?
              מישהו יכול להאיר את עיניי בבקשה?

              HarwonaH מנותק
              HarwonaH מנותק
              Harwona
              מדריכים
              כתב נערך לאחרונה על ידי Harwona
              #6
              פוסט זה נמחק!
              תגובה 1 תגובה אחרונה
              0

              • התחברות

              • אין לך חשבון עדיין? הרשמה

              • התחברו או הירשמו כדי לחפש.
              • פוסט ראשון
                פוסט אחרון
              0
              • חוקי הפורום
              • פופולרי
              • לא נפתר
              • משתמשים
              • חיפוש גוגל בפורום
              • צור קשר