CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: 9mm con ben 3 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: 9mm con ben 8 Thanks ricevuti negli ultimi sette giorni
Utente del mese: 9mm con ben 29 Thanks ricevuti nell'ultimo mese

Pagina 2 di 22 primaprima 123412 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 11 a 20 su 219
Discussione:

Landvo XM100 - MT6580 1.3GHz - 5 pollici - 1GB RAM 8GB ROM [Modding]

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #11
    Androidiano


    Registrato dal
    Dec 2011
    Messaggi
    169

    Ringraziamenti
    43
    Ringraziato 7 volte in 7 Posts
    Predefinito

    Lo scatter è questo:

    codice:
    ############################################################################################################
    #
    #  General Setting 
    #    
    ############################################################################################################
    - general: MTK_PLATFORM_CFG
      info: 
        - config_version: V1.1.2
          platform: MT6580
          project: magc6580_we_l
          storage: EMMC
          boot_channel: MSDC_0
          block_size: 0x20000
    ############################################################################################################
    #
    #  Layout Setting
    #
    ############################################################################################################
    - partition_index: SYS0
      partition_name: preloader
      file_name: preloader_magc6580_we_l.bin
      is_download: true
      type: SV5_BL_BIN
      linear_start_addr: 0x0
      physical_start_addr: 0x0
      partition_size: 0x40000
      region: EMMC_BOOT_1
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: BOOTLOADERS
      reserve: 0x00
    
    - partition_index: SYS1
      partition_name: pgpt
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x0
      physical_start_addr: 0x0
      partition_size: 0x80000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS2
      partition_name: proinfo
      file_name: proinfo
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x80000
      physical_start_addr: 0x80000
      partition_size: 0x300000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: PROTECTED
      reserve: 0x00
    
    - partition_index: SYS3
      partition_name: nvram
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x380000
      physical_start_addr: 0x380000
      partition_size: 0x500000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: BINREGION
      reserve: 0x00
    
    - partition_index: SYS4
      partition_name: protect1
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x880000
      physical_start_addr: 0x880000
      partition_size: 0xa00000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: PROTECTED
      reserve: 0x00
    
    - partition_index: SYS5
      partition_name: protect2
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x1280000
      physical_start_addr: 0x1280000
      partition_size: 0xa00000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: PROTECTED
      reserve: 0x00
    
    - partition_index: SYS6
      partition_name: seccfg
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x1c80000
      physical_start_addr: 0x1c80000
      partition_size: 0x40000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS7
      partition_name: lk
      file_name: lk.bin
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x1cc0000
      physical_start_addr: 0x1cc0000
      partition_size: 0x60000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS8
      partition_name: boot
      file_name: boot.img
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x1d20000
      physical_start_addr: 0x1d20000
      partition_size: 0x1000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS9
      partition_name: recovery
      file_name: recovery.img
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x2d20000
      physical_start_addr: 0x2d20000
      partition_size: 0x1000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS10
      partition_name: para
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x3d20000
      physical_start_addr: 0x3d20000
      partition_size: 0x80000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS11
      partition_name: logo
      file_name: logo.bin
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x3da0000
      physical_start_addr: 0x3da0000
      partition_size: 0x800000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS12
      partition_name: expdb
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x45a0000
      physical_start_addr: 0x45a0000
      partition_size: 0xa00000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS13
      partition_name: frp
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x4fa0000
      physical_start_addr: 0x4fa0000
      partition_size: 0x100000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS14
      partition_name: nvdata
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x50a0000
      physical_start_addr: 0x50a0000
      partition_size: 0x2000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS15
      partition_name: metadata
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x70a0000
      physical_start_addr: 0x70a0000
      partition_size: 0x2760000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS16
      partition_name: oemkeystore
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x9800000
      physical_start_addr: 0x9800000
      partition_size: 0x200000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS17
      partition_name: secro
      file_name: secro.img
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x9a00000
      physical_start_addr: 0x9a00000
      partition_size: 0x600000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS18
      partition_name: keystore
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0xa000000
      physical_start_addr: 0xa000000
      partition_size: 0x800000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS19
      partition_name: system
      file_name: system.img
      is_download: true
      type: EXT4_IMG
      linear_start_addr: 0xa800000
      physical_start_addr: 0xa800000
      partition_size: 0x53800000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS20
      partition_name: cache
      file_name: cache.img
      is_download: true
      type: EXT4_IMG
      linear_start_addr: 0x5e000000
      physical_start_addr: 0x5e000000
      partition_size: 0x10000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS21
      partition_name: userdata
      file_name: userdata.img
      is_download: true
      type: EXT4_IMG
      linear_start_addr: 0x6e000000
      physical_start_addr: 0x6e000000
      partition_size: 0x121780000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS22
      partition_name: intsd
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x18F780000
      physical_start_addr: 0x18F780000
      partition_size: 0x0
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS23
      partition_name: flashinfo
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0xFFFF0084
      physical_start_addr: 0xFFFF0084
      partition_size: 0x1000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: false
      is_reserved: true
      operation_type: RESERVED
      reserve: 0x00
    
    - partition_index: SYS24
      partition_name: sgpt
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0xFFFF0004
      physical_start_addr: 0xFFFF0004
      partition_size: 0x80000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: false
      is_reserved: true
      operation_type: RESERVED
      reserve: 0x00

  2.  
  3. #12
    Androidiano


    Registrato dal
    Dec 2011
    Messaggi
    169

    Ringraziamenti
    43
    Ringraziato 7 volte in 7 Posts
    Predefinito

    Quote Originariamente inviato da bovirus Visualizza il messaggio
    @threedesign

    Puoi per favroe pubblicare il file scatter modificato da becar?

    Se hai del tempo a disposizioen potremmo insieme completare il telefono con

    - Recovery CWM 5.5.0.4 (creata con MTKDrodi 2.5.3)
    - Root completo flashando SuperSU e busybox via recovery mod.
    - recovery touch Carliv (JB) con CTR 2.4 o TWRP (con Easy TWRP Installer) o Philz (con Easy Philz Instalelr)

    fatto ciò si potrebbe ripubblicare magari su needronm al ROM completa per tutti.
    Purtroppo non posso prestarmi perchè è il mio smartphone principale ed unico e lo uso per lavoro... Mi spiace.

    Comunque se può essere utile così gira perfettamente.. L'unica cosa si satura un pò la memoria interna non dedicata alle app con i file di whatsapp ecc però basta spostarli sulla sd ogni tanto...

  4. #13
    Androidiano di Riferimento L'avatar di bovirus


    Registrato dal
    Jan 2012
    Messaggi
    12,598

    Ringraziamenti
    459
    Ringraziato 3,553 volte in 2,599 Posts
    Predefinito

    @threedesign

    Guarda che le modifiche che ti ho indicato non briccano il cellualre in quanto non modificano il system.
    Ti consiglio comunque di fare un backup della tua ROM con MTKDroid + preprazione file per Flashtool.
    Ultima modifica di bovirus; 24-03-16 alle 11:25

  5. #14
    Androidiano


    Registrato dal
    Dec 2011
    Messaggi
    169

    Ringraziamenti
    43
    Ringraziato 7 volte in 7 Posts
    Predefinito

    Quote Originariamente inviato da bovirus Visualizza il messaggio
    @threedesign

    Puoi pubblicare il file scatter di becar?
    Guarda che le modifiche che ti ho indicato non briccano il cellualre in quanto non modificano il system.
    Ti consiglio comunque di fare un backup della tua ROM con MTKDroid + preprazione file per Flashtool.
    L'ho postato su il contenuto del file scatter... Comunque è semplicissimo dai... Basta flashare lo scatter...

  6. #15
    Androidiano di Riferimento L'avatar di bovirus


    Registrato dal
    Jan 2012
    Messaggi
    12,598

    Ringraziamenti
    459
    Ringraziato 3,553 volte in 2,599 Posts
    Predefinito

    @becar

    Hai ancora da qualche parte lo scatter modificato?
    Se ce lo passi compongola ROM con root e recovery (se qualciuno si presta) e la pubblichiamo su needrom.

  7. #16
    Baby Droid


    Registrato dal
    Mar 2016
    Messaggi
    9

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Quote Originariamente inviato da threedesign Visualizza il messaggio
    Lo scatter è questo:

    codice:
    ############################################################################################################
    #
    #  General Setting 
    #    
    ############################################################################################################
    - general: MTK_PLATFORM_CFG
      info: 
        - config_version: V1.1.2
          platform: MT6580
          project: magc6580_we_l
          storage: EMMC
          boot_channel: MSDC_0
          block_size: 0x20000
    ############################################################################################################
    #
    #  Layout Setting
    #
    ############################################################################################################
    - partition_index: SYS0
      partition_name: preloader
      file_name: preloader_magc6580_we_l.bin
      is_download: true
      type: SV5_BL_BIN
      linear_start_addr: 0x0
      physical_start_addr: 0x0
      partition_size: 0x40000
      region: EMMC_BOOT_1
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: BOOTLOADERS
      reserve: 0x00
    
    - partition_index: SYS1
      partition_name: pgpt
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x0
      physical_start_addr: 0x0
      partition_size: 0x80000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS2
      partition_name: proinfo
      file_name: proinfo
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x80000
      physical_start_addr: 0x80000
      partition_size: 0x300000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: PROTECTED
      reserve: 0x00
    
    - partition_index: SYS3
      partition_name: nvram
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x380000
      physical_start_addr: 0x380000
      partition_size: 0x500000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: BINREGION
      reserve: 0x00
    
    - partition_index: SYS4
      partition_name: protect1
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x880000
      physical_start_addr: 0x880000
      partition_size: 0xa00000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: PROTECTED
      reserve: 0x00
    
    - partition_index: SYS5
      partition_name: protect2
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x1280000
      physical_start_addr: 0x1280000
      partition_size: 0xa00000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: PROTECTED
      reserve: 0x00
    
    - partition_index: SYS6
      partition_name: seccfg
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x1c80000
      physical_start_addr: 0x1c80000
      partition_size: 0x40000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS7
      partition_name: lk
      file_name: lk.bin
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x1cc0000
      physical_start_addr: 0x1cc0000
      partition_size: 0x60000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS8
      partition_name: boot
      file_name: boot.img
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x1d20000
      physical_start_addr: 0x1d20000
      partition_size: 0x1000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS9
      partition_name: recovery
      file_name: recovery.img
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x2d20000
      physical_start_addr: 0x2d20000
      partition_size: 0x1000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS10
      partition_name: para
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x3d20000
      physical_start_addr: 0x3d20000
      partition_size: 0x80000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS11
      partition_name: logo
      file_name: logo.bin
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x3da0000
      physical_start_addr: 0x3da0000
      partition_size: 0x800000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS12
      partition_name: expdb
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x45a0000
      physical_start_addr: 0x45a0000
      partition_size: 0xa00000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS13
      partition_name: frp
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x4fa0000
      physical_start_addr: 0x4fa0000
      partition_size: 0x100000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS14
      partition_name: nvdata
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x50a0000
      physical_start_addr: 0x50a0000
      partition_size: 0x2000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS15
      partition_name: metadata
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x70a0000
      physical_start_addr: 0x70a0000
      partition_size: 0x2760000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS16
      partition_name: oemkeystore
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0x9800000
      physical_start_addr: 0x9800000
      partition_size: 0x200000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS17
      partition_name: secro
      file_name: secro.img
      is_download: true
      type: NORMAL_ROM
      linear_start_addr: 0x9a00000
      physical_start_addr: 0x9a00000
      partition_size: 0x600000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS18
      partition_name: keystore
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0xa000000
      physical_start_addr: 0xa000000
      partition_size: 0x800000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS19
      partition_name: system
      file_name: system.img
      is_download: true
      type: EXT4_IMG
      linear_start_addr: 0xa800000
      physical_start_addr: 0xa800000
      partition_size: 0x53800000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS20
      partition_name: cache
      file_name: cache.img
      is_download: true
      type: EXT4_IMG
      linear_start_addr: 0x5e000000
      physical_start_addr: 0x5e000000
      partition_size: 0x10000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS21
      partition_name: userdata
      file_name: userdata.img
      is_download: true
      type: EXT4_IMG
      linear_start_addr: 0x6e000000
      physical_start_addr: 0x6e000000
      partition_size: 0x121780000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: UPDATE
      reserve: 0x00
    
    - partition_index: SYS22
      partition_name: intsd
      file_name: NONE
      is_download: false
      type: EXT4_IMG
      linear_start_addr: 0x18F780000
      physical_start_addr: 0x18F780000
      partition_size: 0x0
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: true
      is_reserved: false
      operation_type: INVISIBLE
      reserve: 0x00
    
    - partition_index: SYS23
      partition_name: flashinfo
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0xFFFF0084
      physical_start_addr: 0xFFFF0084
      partition_size: 0x1000000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: false
      is_reserved: true
      operation_type: RESERVED
      reserve: 0x00
    
    - partition_index: SYS24
      partition_name: sgpt
      file_name: NONE
      is_download: false
      type: NORMAL_ROM
      linear_start_addr: 0xFFFF0004
      physical_start_addr: 0xFFFF0004
      partition_size: 0x80000
      region: EMMC_USER
      storage: HW_STORAGE_EMMC
      boundary_check: false
      is_reserved: true
      operation_type: RESERVED
      reserve: 0x00
    Grazie mille!
    Purtroppo non sono pratico nell'uso di questo contenuto (scatter). Qualche guida?

    Grazie!

  8. #17
    Baby Droid


    Registrato dal
    Mar 2016
    Messaggi
    9

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Quote Originariamente inviato da threedesign Visualizza il messaggio
    L'ho postato su il contenuto del file scatter... Comunque è semplicissimo dai... Basta flashare lo scatter...
    Se mi dite che devo fare mi presto io!

  9. #18
    Androidiano di Riferimento L'avatar di bovirus


    Registrato dal
    Jan 2012
    Messaggi
    12,598

    Ringraziamenti
    459
    Ringraziato 3,553 volte in 2,599 Posts
    Predefinito

    @NSException
    Più tardi posto la ROM su needrom modificata con lo scatter modificato e il boot.img sbloccato.

    Leggi intanto il thread "Tools e driver Mediatek" in firma per info su Flashtool.

  10. #19
    Androidiano


    Registrato dal
    Jan 2013
    Messaggi
    108

    Ringraziamenti
    3
    Ringraziato 12 volte in 7 Posts
    Predefinito

    Ho appena comprato su Amazon questo device per 44€. Siccome sul web non trovo assolutamente niente a riguardo (è anche un device recente), mi sapreste dire se ci sono particolari problematiche software? E se è coveniente lasciare la rom stock o se è necessario utilizzare un altra rom?

  11. #20
    Androidiano di Riferimento L'avatar di bovirus


    Registrato dal
    Jan 2012
    Messaggi
    12,598

    Ringraziamenti
    459
    Ringraziato 3,553 volte in 2,599 Posts
    Predefinito

    @crislink

    La ROM suggerita (a meno di specfiche problematiche) è sempre quella più recente (attualmente è datata 6.01.2016).

Pagina 2 di 22 primaprima 123412 ... ultimoultimo
Ultima pagina

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy