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).
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".
5. Riavvia.
6. Quando il dispositivo si è avviato, vai alle opzioni sviluppatore
7. Scorri in basso nella categoria "Disegno"
8. Abilita il multi-window!
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:
- 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:
- adb push build.prop /system/
12. Now open a shell doing:
- adb shell
13. Now a adb shell will open, enter these commands:
- cd system
- 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!
Articoli simili
- Pls come abilitare lo schermo diviso sul mio Samsung s8, SN-GN50W. sembra non avere un'opzione multi finestra?
- Il mio account sviluppatore di Google Play è sospeso. Perché Google ha sempre bannato l'account sviluppatore e le mie app?
- Cos'è la modalità Doze in Android 6.0 Marshmallow?
- Perché la funzione di sblocco OEM in modalità sviluppatore è bloccata sul mio vettore sbloccato Pixel 2 che esegue Android 10?
- Qual è la migliore app portafoglio multi-criptovaluta per un telefono Android?