QNA > C > Come Avere L'impostazione Di Multi-Window Nel Mio Android Marshmallow Nel Cellulare Samsung Quando La Modalità Sviluppatore È Su

Come avere l'impostazione di multi-window nel mio Android marshmallow nel cellulare Samsung quando la modalità sviluppatore è su

Per abilitare il multi-window si dovrebbe modificare il file build.prop sotto la cartella system nella directory root.

Se il telefono è radicato allora :

1.Navigare a system/build.prop utilizzando qualsiasi explorer root (es: ES File Explorer).

main-qimg-745a78916bed6ca5c8350e506fe3d072.webp

2. Poi aprite il file build.prop in qualsiasi editor di testo.

3. Poi cercate la linea ro.build.type.

4. Impostate il suo valore su "userdebug" da "user".

main-qimg-798c3ccbf85a53f52d86b6884c650d75.webp

5. Riavvia.

6. Quando il dispositivo si è avviato, vai alle opzioni sviluppatore

7. Scorri in basso nella categoria "Disegno"

8. Abilita il multi-window!

main-qimg-b4a141a001ac303c09ae16fe68114d38.webp

If your phone is not rooted then:

1.You should have adb downloaded on your pc.

2.Enable “usb debugging” on your phone and connect it to your pc using usb cable.

3.Boot your device into recovery

4.Mount your system by going to Mounts > Tick System

5.On your PC open a command line, inside the adb directory.

6. Type the following command:

  1. adb pull /system/build.prop 

7. Open the build.prop file with your favourite (decent) editor, I recommend using Notepad++ on Windows

8. Find the "ro.build.type" line

9. Change the text after = to "userdebug" from "user"
BONUS: If you want a nicer DPI here, change the line "ro.sf.lcd_density" to your preferred DPI

10. Save the file

11. Go back to the command line and enter the following command:

  1. adb push build.prop /system/ 

12. Now open a shell doing:

  1. adb shell 

13. Now a adb shell will open, enter these commands:

  1. cd system 
  2. chmod 644 build.prop 

14.Disconnect usb. Then Reboot.

15. When the device has booted, go to the developer options

16. Scroll down to the bottom of the "Drawing" category

17. Enable multi-window!

P.S. - This will work for all Android devices ,not only Samsung!

Di Odom Kerwick

Posso recuperare una scheda SD corrotta? :: Qual è la dimensione dell'immagine di sfondo dell'intestazione nel cassetto di navigazione di Android?
Link utili