unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#64444: 30.0.50; Android: Default font size too small
@ 2023-07-03 18:52 Milan Zamazal
  2023-07-04  0:51 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 10+ messages in thread
From: Milan Zamazal @ 2023-07-03 18:52 UTC (permalink / raw)
  To: 64444

When I start the native Android Emacs on my phone or on my 13" e-ink
reader, the font size in both the menu bar and buffers is too small (no
more than 2 millimeters on both the devices) to be able to tap things at
least partially reliably with my fingers, similarly with the tool bar.
The vertical menu displayed after tapping a menu bar item has large
text.

I would expect that the default font size would be something like the
system default font size (which is much larger than the font size in
Emacs).

The output from report-emacs-bug below is copied from my phone.

In GNU Emacs 30.0.50 (build 1, aarch64-unknown-linux-android29) of
 2023-07-02 built on xeon
Repository revision: 2baf2c5fd9abe465a53e035131667e06ef553123
Windowing system distributor 'samsung', version 33.0.0
Android version and manufacturer: samsung/xcoverproeea/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys
Configured using:
 'configure --with-png=yes --with-webp=yes --with-gif=yes
 --with-json=ifavailable --with-jpeg=yes --with-xml2=yes
 --with-sqlite3=yes --with-gnutls=yes --with-tiff=yes --with-selinux=yes
 --with-modules=yes --with-tree-sitter=yes --with-imagemagick=no
 --with-lcms2=yes --with-mailutils= --with-pop=no-by-default
 --with-harfbuzz=yes --enable-check-lisp-object-type= 'CFLAGS=-O2
 -Werror=implicit-function-declaration''

Configured features:
GIF GMP GNUTLS HARFBUZZ JPEG JSON LIBSELINUX LIBXML2 MODULES NOTIFY
INOTIFY PDUMPER PNG SECCOMP SQLITE3 TIFF TREE_SITTER WEBP ZLIB

Important settings:
  locale-coding-system: nil

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils rmc iso-transl tooltip cus-start cconv eldoc paren
electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
android-win term/common-win ls-lisp touch-screen tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote inotify android multi-tty
make-network-process emacs)

Memory information:
((conses 16 39508 12643) (symbols 48 5063 0) (strings 32 14243 2063)
 (string-bytes 1 366586) (vectors 16 9569)
 (vector-slots 8 139592 12001) (floats 8 38 26) (intervals 56 671 13)
 (buffers 992 11))





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-03 18:52 bug#64444: 30.0.50; Android: Default font size too small Milan Zamazal
@ 2023-07-04  0:51 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-07-04  7:43   ` Milan Zamazal
  0 siblings, 1 reply; 10+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-04  0:51 UTC (permalink / raw)
  To: Milan Zamazal; +Cc: 64444

Milan Zamazal <pdm@zamazal.org> writes:

> When I start the native Android Emacs on my phone or on my 13" e-ink
> reader, the font size in both the menu bar and buffers is too small (no
> more than 2 millimeters on both the devices) to be able to tap things at
> least partially reliably with my fingers, similarly with the tool bar.
> The vertical menu displayed after tapping a menu bar item has large
> text.
>
> I would expect that the default font size would be something like the
> system default font size (which is much larger than the font size in
> Emacs).
>
> The output from report-emacs-bug below is copied from my phone.

It would be helpful if you could attach the output of the shell command
`getprop' run on your phone, as that contains the display metric
information used by Emacs to compute the default font size.

Bear in mind that output may contain private information, so read it
before attaching it.  Thanks.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-04  0:51 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-04  7:43   ` Milan Zamazal
  2023-07-05  0:41     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 10+ messages in thread
From: Milan Zamazal @ 2023-07-04  7:43 UTC (permalink / raw)
  To: Po Lu; +Cc: 64444

>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:

    PL> Milan Zamazal <pdm@zamazal.org> writes:
    >> When I start the native Android Emacs on my phone or on my 13"
    >> e-ink reader, the font size in both the menu bar and buffers is
    >> too small (no more than 2 millimeters on both the devices) to be
    >> able to tap things at least partially reliably with my fingers,
    >> similarly with the tool bar.  The vertical menu displayed after
    >> tapping a menu bar item has large text.
    >> 
    >> I would expect that the default font size would be something like
    >> the system default font size (which is much larger than the font
    >> size in Emacs).
    >> 
    >> The output from report-emacs-bug below is copied from my phone.

    PL> It would be helpful if you could attach the output of the shell
    PL> command `getprop' run on your phone, as that contains the
    PL> display metric information used by Emacs to compute the default
    PL> font size.

See below.

    PL> Bear in mind that output may contain private information, so
    PL> read it before attaching it.

I have little idea about the level of sensitivity of all the items, so I
deleted all what didn’t look all right to me.  Please tell me if
anything relevant is missing.

[aaudio.hw_burst_min_usec]: [2000]
[aaudio.mmap_exclusive_policy]: [2]
[aaudio.mmap_policy]: [2]
[bluetooth.device.class_of_device]: [90,2,12]
[bluetooth.profile.a2dp.source.enabled]: [true]
[bluetooth.profile.asha.central.enabled]: [true]
[bluetooth.profile.avrcp.target.enabled]: [true]
[bluetooth.profile.bap.broadcast.assist.enabled]: [false]
[bluetooth.profile.bap.broadcast.source.enabled]: [false]
[bluetooth.profile.bap.unicast.client.enabled]: [false]
[bluetooth.profile.bas.client.enabled]: [false]
[bluetooth.profile.ccp.server.enabled]: [false]
[bluetooth.profile.csip.set_coordinator.enabled]: [false]
[bluetooth.profile.gatt.enabled]: [true]
[bluetooth.profile.hap.client.enabled]: [false]
[bluetooth.profile.hfp.ag.enabled]: [true]
[bluetooth.profile.hid.device.enabled]: [true]
[bluetooth.profile.hid.host.enabled]: [true]
[bluetooth.profile.map.server.enabled]: [true]
[bluetooth.profile.mcp.server.enabled]: [false]
[bluetooth.profile.opp.enabled]: [true]
[bluetooth.profile.pan.nap.enabled]: [true]
[bluetooth.profile.pan.panu.enabled]: [true]
[bluetooth.profile.pbap.server.enabled]: [true]
[bluetooth.profile.sap.server.enabled]: [true]
[bluetooth.profile.vcp.controller.enabled]: [false]
[bootreceiver.enable]: [0]
[build.version.extensions.ad_services]: [5]
[build.version.extensions.r]: [5]
[build.version.extensions.s]: [5]
[build.version.extensions.t]: [5]
[com.samsung.speg.prelauncher.disable]: [true]
[dalvik.vm.appimageformat]: [lz4]
[dalvik.vm.dex2oat-Xms]: [64m]
[dalvik.vm.dex2oat-Xmx]: [512m]
[dalvik.vm.dex2oat-cpu-set]: []
[dalvik.vm.dex2oat-max-image-block-size]: [524288]
[dalvik.vm.dex2oat-minidebuginfo]: [true]
[dalvik.vm.dex2oat-resolve-startup-strings]: [true]
[dalvik.vm.dex2oat-threads]: []
[dalvik.vm.dexopt.secondary]: [true]
[dalvik.vm.dexopt.thermal-cutoff]: [2]
[dalvik.vm.finalizer-timeout-ms]: [60000]
[dalvik.vm.heapgrowthlimit]: [256m]
[dalvik.vm.heapmaxfree]: [8m]
[dalvik.vm.heapminfree]: [2m]
[dalvik.vm.heapsize]: [512m]
[dalvik.vm.heapstartsize]: [8m]
[dalvik.vm.heaptargetutilization]: [0.75]
[dalvik.vm.image-dex2oat-Xms]: [64m]
[dalvik.vm.image-dex2oat-Xmx]: [64m]
[dalvik.vm.isa.arm.features]: [default]
[dalvik.vm.isa.arm.variant]: [cortex-a15]
[dalvik.vm.isa.arm64.features]: [default]
[dalvik.vm.isa.arm64.variant]: [generic]
[dalvik.vm.lockprof.threshold]: [500]
[dalvik.vm.madvise.artfile.size]: [4294967295]
[dalvik.vm.madvise.odexfile.size]: [104857600]
[dalvik.vm.madvise.vdexfile.size]: [104857600]
[dalvik.vm.minidebuginfo]: [true]
[dalvik.vm.usejit]: [true]
[dalvik.vm.usejitprofiles]: [true]
[debug.atrace.tags.enableflags]: [0]
[debug.force_rtl]: [false]
[debug.sf.disable_backpressure]: [1]
[debug.sf.high_fps_late_app_phase_offset_ns]: [0]
[debug.sf.high_fps_late_sf_phase_offset_ns]: [0]
[debug.sf.latch_unsignaled]: [1]
[debug.tracing.screen_brightness]: [0.07843138]
[debug.tracing.screen_state]: [2]
[dev.boot_count]: [0]
[dev.bootcomplete]: [1]
[dev.mnt.blk.cache]: [sda28]
[dev.mnt.blk.data]: [sda32]
[dev.mnt.blk.data.user.0]: [sda32]
[dev.mnt.blk.data_mirror.cur_profiles]: [sda32]
[dev.mnt.blk.data_mirror.data_ce.null]: [sda32]
[dev.mnt.blk.data_mirror.data_ce.null.0]: [sda32]
[dev.mnt.blk.data_mirror.data_de.null]: [sda32]
[dev.mnt.blk.data_mirror.ref_profiles]: [sda32]
[dev.mnt.blk.efs]: [sda2]
[dev.mnt.blk.metadata]: [sda24]
[dev.mnt.blk.mnt.vendor.cpefs]: [sdd1]
[dev.mnt.blk.mnt.vendor.efs]: [sda1]
[dev.mnt.blk.odm]: [sda25]
[dev.mnt.blk.omr]: [sda29]
[dev.mnt.blk.optics]: [sda27]
[dev.mnt.blk.prism]: [sda26]
[dev.mnt.blk.product]: [sda25]
[dev.mnt.blk.root]: [sda25]
[dev.mnt.blk.vendor]: [sda25]
[dev.mnt.dev.cache]: [sda28]
[dev.mnt.dev.data]: [sda32]
[dev.mnt.dev.data.user.0]: [sda32]
[dev.mnt.dev.data_mirror.cur_profiles]: [sda32]
[dev.mnt.dev.data_mirror.data_ce.null]: [sda32]
[dev.mnt.dev.data_mirror.data_ce.null.0]: [sda32]
[dev.mnt.dev.data_mirror.data_de.null]: [sda32]
[dev.mnt.dev.data_mirror.ref_profiles]: [sda32]
[dev.mnt.dev.efs]: [sda2]
[dev.mnt.dev.metadata]: [sda24]
[dev.mnt.dev.mnt.vendor.cpefs]: [sdd1]
[dev.mnt.dev.mnt.vendor.efs]: [sda1]
[dev.mnt.dev.odm]: [dm-7]
[dev.mnt.dev.omr]: [sda29]
[dev.mnt.dev.optics]: [dm-9]
[dev.mnt.dev.prism]: [dm-8]
[dev.mnt.dev.product]: [dm-6]
[dev.mnt.dev.root]: [dm-4]
[dev.mnt.dev.vendor]: [dm-5]
[dev.mnt.rootdisk.cache]: [sda]
[dev.mnt.rootdisk.data]: [sda]
[dev.mnt.rootdisk.data.user.0]: [sda]
[dev.mnt.rootdisk.data_mirror.cur_profiles]: [sda]
[dev.mnt.rootdisk.data_mirror.data_ce.null]: [sda]
[dev.mnt.rootdisk.data_mirror.data_ce.null.0]: [sda]
[dev.mnt.rootdisk.data_mirror.data_de.null]: [sda]
[dev.mnt.rootdisk.data_mirror.ref_profiles]: [sda]
[dev.mnt.rootdisk.efs]: [sda]
[dev.mnt.rootdisk.metadata]: [sda]
[dev.mnt.rootdisk.mnt.vendor.cpefs]: [sdd]
[dev.mnt.rootdisk.mnt.vendor.efs]: [sda]
[dev.mnt.rootdisk.odm]: [sda]
[dev.mnt.rootdisk.omr]: [sda]
[dev.mnt.rootdisk.optics]: [sda]
[dev.mnt.rootdisk.prism]: [sda]
[dev.mnt.rootdisk.product]: [sda]
[dev.mnt.rootdisk.root]: [sda]
[dev.mnt.rootdisk.vendor]: [sda]
[dev.sdhms.hp]: [0]
[dev.sdhms.ltb]: [0,540:1,400:2,530:22,460:FPROXY:]
[dev.sdhms.ss]: [0,750:1,490:]
[dev.silentlog.on]: []
[dev.ssrm.app.install.standby]: [-1]
[dev.ssrm.gamelevel]: [-3,4,-3,3]
[dev.ssrm.init]: [1]
[dev.ssrm.turbo]: [false]
[dev.ssrm.version]: [4.0]
[dev.usbsetting.embedded]: [on]
[dumpstate.is_running]: [0]
[hwservicemanager.ready]: [true]
[init.svc.BCS-daemon]: [running]
[init.svc.DIAG-daemon]: [running]
[init.svc.DR-daemon]: [running]
[init.svc.ExynosHWCServiceTW]: [running]
[init.svc.SMD-daemon]: [running]
[init.svc.adbd]: [stopped]
[init.svc.ant_hal_service]: [running]
[init.svc.apexd]: [stopped]
[init.svc.apexd-bootstrap]: [stopped]
[init.svc.apexd-snapshotde]: [stopped]
[init.svc.argos-daemon]: [running]
[init.svc.at_distributor]: [stopped]
[init.svc.audioserver]: [running]
[init.svc.auditd]: [running]
[init.svc.authfwserv]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.bootchecker]: [stopped]
[init.svc.bootchecker-bootc]: [stopped]
[init.svc.boringssl_self_test32]: [stopped]
[init.svc.boringssl_self_test32_vendor]: [stopped]
[init.svc.boringssl_self_test64]: [stopped]
[init.svc.boringssl_self_test64_vendor]: [stopped]
[init.svc.boringssl_self_test_apex32]: [stopped]
[init.svc.boringssl_self_test_apex64]: [stopped]
[init.svc.bpfloader]: [stopped]
[init.svc.bugreportd]: [stopped]
[init.svc.bugreportm]: [stopped]
[init.svc.cameraserver]: [running]
[init.svc.cass]: [running]
[init.svc.clear-fota]: [stopped]
[init.svc.cpboot-daemon]: [running]
[init.svc.credstore]: [running]
[init.svc.derive_classpath]: [stopped]
[init.svc.derive_sdk]: [stopped]
[init.svc.drk_hal]: [running]
[init.svc.drm]: [running]
[init.svc.dsmsd]: [running]
[init.svc.dumpstate]: [stopped]
[init.svc.dumpstatez]: [stopped]
[init.svc.emservice]: [running]
[init.svc.engmode_hal]: [running]
[init.svc.epic_service]: [running]
[init.svc.esecos_daemon]: [stopped]
[init.svc.gatekeeperd]: [running]
[init.svc.gpsd]: [running]
[init.svc.gpu]: [running]
[init.svc.hdcp_hal]: [running]
[init.svc.heapprofd]: [stopped]
[init.svc.hidl_memory]: [running]
[init.svc.hqmserv]: [stopped]
[init.svc.hwservicemanager]: [running]
[init.svc.icccserv]: [stopped]
[init.svc.idmap2d]: [stopped]
[init.svc.imsd]: [running]
[init.svc.incidentd]: [running]
[init.svc.installd]: [running]
[init.svc.insthk]: [stopped]
[init.svc.iod]: [running]
[init.svc.keystore2]: [running]
[init.svc.lmkd]: [running]
[init.svc.logd]: [running]
[init.svc.logd-auditctl]: [stopped]
[init.svc.logd-reinit]: [stopped]
[init.svc.macloader]: [stopped]
[init.svc.mdnsd]: [stopped]
[init.svc.media]: [running]
[init.svc.media.swcodec]: [running]
[init.svc.mediadrm]: [running]
[init.svc.mediaextractor]: [running]
[init.svc.mediametrics]: [running]
[init.svc.multiclient-daemon]: [running]
[init.svc.netd]: [running]
[init.svc.network_config]: [stopped]
[init.svc.nfc_hal_service]: [running]
[init.svc.odsign]: [stopped]
[init.svc.pageboostd]: [running]
[init.svc.perfsdkserver]: [running]
[init.svc.powersnd]: [stopped]
[init.svc.prepare_param]: [stopped]
[init.svc.proca]: [running]
[init.svc.rdxd]: [stopped]
[init.svc.resetreason]: [stopped]
[init.svc.ril-daemon]: [running]
[init.svc.samsung-software-media-c2-hal-1-0]: [running]
[init.svc.scs]: [stopped]
[init.svc.sdp_cryptod]: [running]
[init.svc.sec-biometrics-face-aidl]: [running]
[init.svc.sec-camera-provider-4-0]: [running]
[init.svc.sec-miscpower-2-0]: [running]
[init.svc.sec-sysinput-1-3]: [running]
[init.svc.sec-thermal-1-0]: [running]
[init.svc.sec-vibrator-2-2]: [running]
[init.svc.sec_gnss_service]: [running]
[init.svc.sem_daemon]: [stopped]
[init.svc.sem_hal]: [stopped]
[init.svc.servicemanager]: [running]
[init.svc.sim_config]: [stopped]
[init.svc.slsi-ofi-1-0]: [running]
[init.svc.snap_utility_64]: [stopped]
[init.svc.snapaidl]: [stopped]
[init.svc.speg_helper]: [running]
[init.svc.spqr_service]: [running]
[init.svc.ss_conn_daemon2_service]: [stopped]
[init.svc.statsd]: [running]
[init.svc.storaged]: [running]
[init.svc.surfaceflinger]: [running]
[init.svc.system_suspend]: [running]
[init.svc.tombstoned]: [running]
[init.svc.traced]: [running]
[init.svc.traced_perf]: [stopped]
[init.svc.traced_probes]: [running]
[init.svc.tz_service]: [running]
[init.svc.tzts_service]: [running]
[init.svc.ueventd]: [running]
[init.svc.update_verifier_nonencrypted]: [stopped]
[init.svc.usbd]: [stopped]
[init.svc.vaultkeeper]: [running]
[init.svc.vaultkeeper_hal]: [running]
[init.svc.vendor_flash_recovery]: [stopped]
[init.svc.vndservicemanager]: [running]
[init.svc.vold]: [running]
[init.svc.watchdogd]: [running]
[init.svc.wificond]: [running]
[init.svc.wlbtd]: [running]
[init.svc.zygote]: [running]
[init.svc.zygote_secondary]: [running]
[log.tag.APM_AudioPolicyManager]: [V]
[log.tag.ClatdController]: [D]
[log.tag.ConnectivityManager]: [D]
[log.tag.ConnectivityService]: [D]
[log.tag.IptablesRestoreController]: [D]
[log.tag.NetworkLogger]: [D]
[log.tag.snap_api::V2]: [INFO]
[log.tag.snap_api::V3]: [INFO]
[log.tag.snap_api::snap_eden::V3]: [WARN]
[log.tag.snap_api::snap_ofi::V1]: [WARN]
[log.tag.snap_api::snpe]: [WARN]
[log.tag.snap_compute::V2]: [WARN]
[log.tag.snap_compute::V3]: [WARN]
[log.tag.snap_hidl_v3]: [WARN]
[log.tag.snap_service@1.2]: [WARN]
[log.tag.snaplite_lib]: [WARN]
[log.tag.stats_log]: [I]
[logd.ready]: [true]
[net.bt.name]: [Android]
[net.knoxvpn.version]: [2.2.0]
[nfc.boot_reason]: [1]
[nfc.fw.dfl]: []
[nfc.fw.dfl_areacode]: [NON]
[nfc.fw.force_download]: [0]
[nfc.fw.rfreg_display_ver]: [12]
[nfc.fw.rfreg_ver]: [MAJ:21, MIN:12]
[nfc.fw.ver]: [NXP 11.41.21]
[nfc.initialized]: [true]
[nfc.preferred.wallet]: [com.google.android.gms]
[nfc.product.support.ese]: [1]
[nfc.product.support.nonaid]: [1]
[nfc.product.support.uicc]: [1]
[nfc.product.support.uicc2]: [0]
[nfc.sent_scrs_event]: [1]
[persist.audio.allsoundmute]: [0]
[persist.audio.headsetsysvolume]: [9]
[persist.audio.hphonesysvolume]: [9]
[persist.audio.isfmactive]: [0]
[persist.audio.pcmdump]: [0]
[persist.audio.ringermode]: [2]
[persist.audio.sysvolume]: [5]
[persist.config.chimera.enable]: [true]
[persist.demo.hdmirotationlock]: [false]
[persist.device_config.nnapi_native.current_feature_level]: [7]
[persist.device_config.nnapi_native.telemetry_enable]: [false]
[persist.device_config.runtime_native.metrics.reporting-mods]: [0]
[persist.device_config.runtime_native.metrics.reporting-mods-server]: [0]
[persist.device_config.runtime_native.metrics.reporting-num-mods]: [100]
[persist.device_config.runtime_native.metrics.reporting-num-mods-server]: [100]
[persist.device_config.runtime_native.metrics.write-to-statsd]: [false]
[persist.device_config.runtime_native.usap_pool_enabled]: []
[persist.device_config.runtime_native.usap_pool_size_max]: []
[persist.device_config.runtime_native.usap_pool_size_min]: []
[persist.device_config.runtime_native.usap_refill_threshold]: []
[persist.device_config.runtime_native.use_app_image_startup_cache]: [true]
[persist.device_config.runtime_native_boot.disable_cdex]: []
[persist.device_config.runtime_native_boot.disable_compact_dex]: [false]
[persist.device_config.runtime_native_boot.disable_lock_profiling]: [false]
[persist.device_config.runtime_native_boot.enable_generational_cc]: [false]
[persist.device_config.runtime_native_boot.enable_uffd_gc]: []
[persist.device_config.runtime_native_boot.iorap_blacklisted_packages]: []
[persist.device_config.runtime_native_boot.iorap_perfetto_enable]: [false]
[persist.device_config.runtime_native_boot.iorap_readahead_enable]: [false]
[persist.device_config.runtime_native_boot.iorapd_options]: []
[persist.log.level]: [0xFFFFFFFF]
[persist.log.semlevel]: [0xFFFFFF00]
[persist.ril.config.defaultmsgapp]: [SM]
[persist.ril.preconfig]: [0]
[persist.security.ucm_fbe_mode]: [0]
[persist.service.bgkeycount]: []
[persist.sys.clear_package_cache_needed]: [false]
[persist.sys.csc_status]: [fotaUpdated]
[persist.sys.dalvik.vm.lib.2]: [libart.so]
[persist.sys.displayinset.top]: [0]
[persist.sys.dualapp.directory.revision]: [1]
[persist.sys.dualapp.prop]: [1]
[persist.sys.enablehomekey]: [false]
[persist.sys.fuse]: [true]
[persist.sys.gps.lpp]: [2]
[persist.sys.ims.supportmmtel1]: [1]
[persist.sys.ims.supportmmtel2]: [1]
[persist.sys.lmk.reportkills]: [true]
[persist.sys.locale]: [cs-CZ]
[persist.sys.max_users]: [null]
[persist.sys.myfilter_preload]: [preload_done_S]
[persist.sys.omc.alarm]: []
[persist.sys.omc.notification]: []
[persist.sys.omc.ringtone]: []
[persist.sys.omc_respath]: [/omr/res]
[persist.sys.omc_root]: [/prism/etc/carriers]
[persist.sys.omc_support]: [true]
[persist.sys.package_feature.version.br]: [2023031401]
[persist.sys.packagecache]: [false]
[persist.sys.setupwizard]: [FINISH]
[persist.sys.sf.color_saturation]: [1.0]
[persist.sys.show_multiuserui]: [null]
[persist.sys.silent]: [0]
[persist.sys.storage_preload]: [2]
[persist.sys.timezone]: [Europe/Prague]
[persist.sys.usb.config]: [mtp]
[persist.sys.vzw_wifi_running]: [false]
[persist.sys.xtra_time]: [1688377058651]
[persist.sys.zram.daily_quota]: [1048576]
[persist.sys.zram.daily_quota_remain]: [1048576]
[persist.sys.zram.ram_expand_size]: [4096]
[persist.sys.zram.total_writes]: [2238529]
[persist.sys.zram0.bigdata_info]: [0,0,0,0,0,0,0,0,0,0]
[persist.vendor.sys.camera.preview]: [0]
[pm.dexopt.ab-ota]: [speed-profile]
[pm.dexopt.bg-dexopt]: [speed-profile]
[pm.dexopt.boot-after-ota]: [verify]
[pm.dexopt.cmdline]: [verify]
[pm.dexopt.first-boot]: [verify]
[pm.dexopt.inactive]: [verify]
[pm.dexopt.install]: [speed-profile]
[pm.dexopt.install-bulk]: [speed-profile]
[pm.dexopt.install-bulk-downgraded]: [verify]
[pm.dexopt.install-bulk-secondary]: [verify]
[pm.dexopt.install-bulk-secondary-downgraded]: [extract]
[pm.dexopt.install-fast]: [skip]
[pm.dexopt.post-boot]: [extract]
[pm.dexopt.shared]: [speed]
[restore.feature.use_samsung_smart_switch_flow]: [1]
[ro.actionable_compatible_property.enabled]: [true]
[ro.adb.secure]: [1]
[ro.allow.mock.location]: [0]
[ro.apex.updatable]: [true]
[ro.arch]: [exynos9610]
[ro.baseband]: [unknown]
[ro.binary.type]: [user]
[ro.board.platform]: [universal9611]
[ro.boot.avb_version]: [1.2]
[ro.boot.boot_devices]: [13520000.ufs]
[ro.boot.bootloader]: [G715FNXXUCFWF1]
[ro.boot.bore_cnt]: [29]
[ro.boot.debug_level]: [0x4f4c]
[ro.boot.dtbo_idx]: [2]
[ro.boot.dynamic_partitions]: [true]
[ro.boot.em.model]: [SM-G715FN]
[ro.boot.em.status]: [0x0]
[ro.boot.emmc_checksum]: [0]
[ro.boot.flash.locked]: [1]
[ro.boot.fmm_lock]: [0]
[ro.boot.fmp_config]: [1]
[ro.boot.hardware]: [exynos9611]
[ro.boot.hmac_mismatch]: [0]
[ro.boot.odin_download]: [0]
[ro.boot.revision]: [4]
[ro.boot.rp]: [12]
[ro.boot.sb.debug0]: [0x0]
[ro.boot.sec_atd.tty]: [/dev/ttySAC0]
[ro.boot.selinux]: [enforcing]
[ro.boot.subpcb]: [-1]
[ro.boot.svb.ver]: [SVB1.0]
[ro.boot.ucs_mode]: [0]
[ro.boot.ulcnt]: [0]
[ro.boot.vbmeta.avb_version]: [1.1]
[ro.boot.vbmeta.device_state]: [locked]
[ro.boot.vbmeta.hash_alg]: [sha256]
[ro.boot.vbmeta.invalidate_on_error]: [yes]
[ro.boot.vbmeta.size]: [17088]
[ro.boot.verifiedbootstate]: [green]
[ro.boot.veritymode]: [enforcing]
[ro.boot.warranty_bit]: [0]
[ro.bootimage.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.bootimage.build.date.utc]: [1685679434]
[ro.bootimage.build.fingerprint]: [samsung/xcoverproxx/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.bootimage.build.id]: [TP1A.220624.014]
[ro.bootimage.build.tags]: [release-keys]
[ro.bootimage.build.type]: [user]
[ro.bootimage.build.version.incremental]: [G715FNXXUCFWF1]
[ro.bootimage.build.version.release]: [13]
[ro.bootimage.build.version.release_or_codename]: [13]
[ro.bootimage.build.version.sdk]: [33]
[ro.bootloader]: [G715FNXXUCFWF1]
[ro.bootmode]: [unknown]
[ro.build.2ndbrand]: [false]
[ro.build.PDA]: [G715FNXXUCFWF1]
[ro.build.bsp]: []
[ro.build.changelist]: [25950142]
[ro.build.characteristics]: [phone]
[ro.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.build.date.utc]: [1685679434]
[ro.build.description]: [xcoverproxx-user 13 TP1A.220624.014 G715FNXXUCFWF1 release-keys]
[ro.build.display.id]: [TP1A.220624.014.G715FNXXUCFWF1]
[ro.build.display_build_number]: [true]
[ro.build.fingerprint]: [samsung/xcoverproeea/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.build.flavor]: [xcoverproxx-user]
[ro.build.host]: [VPDJR104]
[ro.build.id]: [TP1A.220624.014]
[ro.build.official.developer]: [false]
[ro.build.official.release]: [true]
[ro.build.product]: [xcoverpro]
[ro.build.selinux]: [1]
[ro.build.selinux.enforce]: [1]
[ro.build.system_root_image]: [false]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [dpi]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [G715FNXXUCFWF1]
[ro.build.version.known_codenames]: [Base,Base11,Cupcake,Donut,Eclair,Eclair01,EclairMr1,Froyo,Gingerbread,GingerbreadMr1,Honeycomb,HoneycombMr1,HoneycombMr2,IceCreamSandwich,IceCreamSandwichMr1,JellyBean,JellyBeanMr1,JellyBeanMr2,Kitkat,KitkatWatch,Lollipop,LollipopMr1,M,N,NMr1,O,OMr1,P,Q,R,S,Sv2,Tiramisu]
[ro.build.version.min_supported_target_sdk]: [23]
[ro.build.version.oneui]: [50100]
[ro.build.version.preview_sdk]: [0]
[ro.build.version.preview_sdk_fingerprint]: [REL]
[ro.build.version.release]: [13]
[ro.build.version.release_or_codename]: [13]
[ro.build.version.release_or_preview_display]: [13]
[ro.build.version.sdk]: [33]
[ro.build.version.security_index]: [1]
[ro.build.version.security_patch]: [2023-06-01]
[ro.build.version.sem]: [3301]
[ro.build.version.sep]: [140100]
[ro.camera.notify_nfc]: [1]
[ro.carrier]: [unknown]
[ro.channel.officehubrow]: [SAMSUNG_PRELOAD]
[ro.cmc.device_type]: [pd]
[ro.cmc.version]: [2.0]
[ro.com.google.clientidbase]: [android-samsung-ss]
[ro.com.google.clientidbase.ms]: [android-samsung-ga-rev1]
[ro.com.google.gmsversion]: [13_202211]
[ro.config.alarm_alert]: [Homecoming.ogg]
[ro.config.dmverity]: [G]
[ro.config.iccc_version]: [3.0]
[ro.config.knox]: [v30]
[ro.config.media_sound]: [Media_preview_Touch_the_light.ogg]
[ro.config.notification_sound]: [Spaceline.ogg]
[ro.config.notification_sound_2]: [Signal.ogg]
[ro.config.ringtone]: [Over_the_Horizon.ogg]
[ro.config.ringtone_2]: [Atomic_Bell.ogg]
[ro.config.rm_preload_enabled]: [1]
[ro.config.systemaudiodebug]: [abox]
[ro.config.vc_call_vol_steps]: [8]
[ro.control_privapp_permissions]: [enforce]
[ro.crypto.state]: [encrypted]
[ro.crypto.type]: [file]
[ro.csc.country_code]: [Czech Republic]
[ro.csc.countryiso_code]: [CZ]
[ro.dalvik.vm.native.bridge]: [0]
[ro.debug_level]: [0x494d]
[ro.debuggable]: [0]
[ro.em.version]: [20]
[ro.frp.pst]: [/dev/block/persistent]
[ro.hardware]: [exynos9611]
[ro.hardware.keystore]: [mdfpp]
[ro.hardware.keystore_desede]: [true]
[ro.hw.use_disable_composition_type_gles]: [1]
[ro.hw.use_hdrui_gles_conversion]: [1]
[ro.hw.use_hwc_services]: [1]
[ro.hw.use_secure_encoder_only]: [1]
[ro.hw.use_virtual_display]: [1]
[ro.hwui.use_vulkan]: []
[ro.kernel.qemu]: [0]
[ro.kernel.qemu.gles]: [2]
[ro.kernel.version]: [4.14]
[ro.linkedin.channel]: [samsung_preload]
[ro.logd.auditd]: [false]
[ro.logd.size.stats]: [64K]
[ro.multisim.simslotcount]: [2]
[ro.odm.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.odm.build.date.utc]: [1685679434]
[ro.odm.build.fingerprint]: [samsung/xcoverproxx/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.odm.build.version.incremental]: [G715FNXXUCFWF1]
[ro.omc.build.id]: [66104884]
[ro.omc.build.version]: [G715FNOXMCFWF1]
[ro.omc.changetype]: [DATA_RESET_ON,TRUE]
[ro.omc.disabler]: [FALSE]
[ro.omc.img_mount]: [0]
[ro.omc.multi_csc]: [OXM]
[ro.opa.eligible_device]: [true]
[ro.opengles.version]: [196610]
[ro.postinstall.fstab.prefix]: [/system]
[ro.product.board]: [exynos9611]
[ro.product.bootimage.brand]: [samsung]
[ro.product.bootimage.device]: [xcoverpro]
[ro.product.bootimage.manufacturer]: [samsung]
[ro.product.bootimage.model]: [SM-G715FN]
[ro.product.bootimage.name]: [xcoverproxx]
[ro.product.brand]: [samsung]
[ro.product.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.product.build.date.utc]: [1685679434]
[ro.product.build.fingerprint]: [samsung/xcoverproxx/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.product.build.id]: [TP1A.220624.014]
[ro.product.build.tags]: [release-keys]
[ro.product.build.type]: [user]
[ro.product.build.version.incremental]: [G715FNXXUCFWF1]
[ro.product.build.version.release]: [13]
[ro.product.build.version.release_or_codename]: [13]
[ro.product.build.version.sdk]: [33]
[ro.product.cpu.abi]: [arm64-v8a]
[ro.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: [arm64-v8a]
[ro.product.device]: [xcoverpro]
[ro.product.first_api_level]: [29]
[ro.product.locale]: [en-GB]
[ro.product.manufacturer]: [samsung]
[ro.product.model]: [SM-G715FN]
[ro.product.name]: [xcoverproeea]
[ro.product.odm.brand]: [samsung]
[ro.product.odm.device]: [xcoverpro]
[ro.product.odm.manufacturer]: [samsung]
[ro.product.odm.model]: [SM-G715FN]
[ro.product.odm.name]: [xcoverproxx]
[ro.product.product.brand]: [samsung]
[ro.product.product.device]: [xcoverpro]
[ro.product.product.manufacturer]: [samsung]
[ro.product.product.model]: [SM-G715FN]
[ro.product.product.name]: [xcoverproxx]
[ro.product.system.brand]: [samsung]
[ro.product.system.device]: [xcoverpro]
[ro.product.system.manufacturer]: [samsung]
[ro.product.system.model]: [SM-G715FN]
[ro.product.system.name]: [xcoverproxx]
[ro.product.system_ext.brand]: [samsung]
[ro.product.system_ext.device]: [xcoverpro]
[ro.product.system_ext.manufacturer]: [samsung]
[ro.product.system_ext.model]: [SM-G715FN]
[ro.product.system_ext.name]: [xcoverproxx]
[ro.product.vendor.brand]: [samsung]
[ro.product.vendor.device]: [xcoverpro]
[ro.product.vendor.manufacturer]: [samsung]
[ro.product.vendor.model]: [SM-G715FN]
[ro.product.vendor.name]: [xcoverproxx]
[ro.product.vendor_dlkm.brand]: [samsung]
[ro.product.vendor_dlkm.device]: [xcoverpro]
[ro.product.vendor_dlkm.manufacturer]: [samsung]
[ro.product.vendor_dlkm.model]: [SM-G715FN]
[ro.product.vendor_dlkm.name]: [xcoverproxx]
[ro.product_ship]: [true]
[ro.property_service.version]: [2]
[ro.radio.noril]: [no]
[ro.revision]: [4]
[ro.ril.def_network_after_check_tdscdma]: [9]
[ro.ril.support_cdma]: [false]
[ro.ril.svdo]: [false]
[ro.ril.svlte1x]: [false]
[ro.secure]: [1]
[ro.security.bapcheck]: [0]
[ro.security.bt.release]: [1]
[ro.security.bt.ver]: [1.0]
[ro.security.cass.feature]: [1]
[ro.security.fips.ux]: [Enabled]
[ro.security.fips_bssl.ver]: [1.7]
[ro.security.fips_fmp.ver]: [2.0]
[ro.security.fips_scrypto.ver]: [2.4]
[ro.security.fips_skc.ver]: [2.1.1]
[ro.security.keystore.keytype]: [sakv2,gak,]
[ro.security.mdf.release]: [1]
[ro.security.mdf.ux]: [Enabled]
[ro.security.mdf.ver]: [3.2]
[ro.security.reactive.version]: [2.0.13]
[ro.security.vpnpp.release]: [2.0]
[ro.security.vpnpp.ver]: [2.4]
[ro.security.wlan.release]: [2]
[ro.security.wlan.ver]: [1.0]
[ro.setupwizard.mode]: [OPTIONAL]
[ro.setupwizard.rotation_locked]: [false]
[ro.setupwizard.wifi_on_exit]: [false]
[ro.sf.lcd_density]: [420]
[ro.simbased.changetype]: [NO_DFLT_CSC,OMC]
[ro.slmk.2nd.custom_tm_limit]: [1000]
[ro.slmk.add_bonusEFK]: [2]
[ro.slmk.beks_enable]: [true]
[ro.slmk.beks_key]: [265]
[ro.slmk.custom_sw_limit]: [250]
[ro.slmk.dec_EFK_enable]: [true]
[ro.slmk.dha_cached_max]: [16]
[ro.slmk.dha_cached_min]: [3]
[ro.slmk.dha_empty_max]: [24]
[ro.slmk.dha_empty_min]: [6]
[ro.slmk.dha_lmk_scale]: [0.569]
[ro.slmk.dha_pwhl_key]: [524]
[ro.slmk.enable_userspace_lmk]: [true]
[ro.slmk.fha_enable]: [true]
[ro.slmk.freelimit_val]: [11]
[ro.slmk.kill_heaviest_task]: [true]
[ro.slmk.max_snapshot_num]: [3]
[ro.slmk.upgrade_pressure]: [50]
[ro.slmk.use_camera_boost]: [false]
[ro.slmk.use_crikill_booster]: [false]
[ro.slmk.use_drkill_boost]: [false]
[ro.slmk.use_lowmem_keep_except]: [true]
[ro.soc.manufacturer]: [Samsung]
[ro.soc.model]: [Exynos 9611]
[ro.sts.property]: [FALSE]
[ro.surface_flinger.has_HDR_display]: [true]
[ro.surface_flinger.has_wide_color_display]: [true]
[ro.surface_flinger.max_frame_buffer_acquired_buffers]: [3]
[ro.surface_flinger.running_without_sync_framework]: [false]
[ro.surface_flinger.use_color_management]: [false]
[ro.surface_flinger.vsync_event_phase_offset_ns]: [0]
[ro.surface_flinger.vsync_sf_event_phase_offset_ns]: [0]
[ro.system.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.system.build.date.utc]: [1685679434]
[ro.system.build.fingerprint]: [samsung/xcoverproxx/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.system.build.id]: [TP1A.220624.014]
[ro.system.build.tags]: [release-keys]
[ro.system.build.type]: [user]
[ro.system.build.version.incremental]: [G715FNXXUCFWF1]
[ro.system.build.version.release]: [13]
[ro.system.build.version.release_or_codename]: [13]
[ro.system.build.version.sdk]: [33]
[ro.system.build.version.sehi]: [3303]
[ro.system.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.system.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.system.product.cpu.abilist64]: [arm64-v8a]
[ro.system_ext.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.system_ext.build.date.utc]: [1685679434]
[ro.system_ext.build.fingerprint]: [samsung/xcoverproxx/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.system_ext.build.id]: [TP1A.220624.014]
[ro.system_ext.build.tags]: [release-keys]
[ro.system_ext.build.type]: [user]
[ro.system_ext.build.version.incremental]: [G715FNXXUCFWF1]
[ro.system_ext.build.version.release]: [13]
[ro.system_ext.build.version.release_or_codename]: [13]
[ro.system_ext.build.version.sdk]: [33]
[ro.telephony.default_cdma_sub]: [0]
[ro.telephony.default_network]: [9]
[ro.telephony.iwlan_operation_mode]: [legacy]
[ro.treble.enabled]: [true]
[ro.vendor.api_level]: [29]
[ro.vendor.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.vendor.build.date.utc]: [1685679434]
[ro.vendor.build.fingerprint]: [samsung/xcoverproxx/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.vendor.build.id]: [TP1A.220624.014]
[ro.vendor.build.tags]: [release-keys]
[ro.vendor.build.type]: [user]
[ro.vendor.build.version.incremental]: [G715FNXXUCFWF1]
[ro.vendor.build.version.release]: [13]
[ro.vendor.build.version.release_or_codename]: [13]
[ro.vendor.build.version.sdk]: [33]
[ro.vendor.multisim.simslotcount]: [2]
[ro.vendor.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
[ro.vendor.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.vendor.product.cpu.abilist64]: [arm64-v8a]
[ro.vendor.radio.default_network]: [9]
[ro.vendor.radio.default_network_by]: [telephony.prop_9]
[ro.vendor.redirect_socket_calls]: [true]
[ro.vendor_dlkm.build.date]: [Fri Jun  2 11:17:14 +07 2023]
[ro.vendor_dlkm.build.date.utc]: [1685679434]
[ro.vendor_dlkm.build.fingerprint]: [samsung/xcoverproxx/xcoverpro:13/TP1A.220624.014/G715FNXXUCFWF1:user/release-keys]
[ro.vendor_dlkm.build.id]: [TP1A.220624.014]
[ro.vendor_dlkm.build.tags]: [release-keys]
[ro.vendor_dlkm.build.type]: [user]
[ro.vendor_dlkm.build.version.incremental]: [G715FNXXUCFWF1]
[ro.vendor_dlkm.build.version.release]: [13]
[ro.vendor_dlkm.build.version.release_or_codename]: [13]
[ro.vendor_dlkm.build.version.sdk]: [33]
[ro.vndk.version]: [33]
[ro.wifi.channels]: []
[ro.zygote]: [zygote64_32]
[sec.fle.encryption.status]: [decrypted]
[sec.vold.ext_encrypted_type]: [file]
[secmm.codecsolution.ready]: [1]
[secmm.hdrsolution.ready]: [1]
[security.ADP.policy_version]: [20191001]
[security.ADP.version]: [3.0]
[security.ASKS.expiration_date]: [20230605]
[security.ASKS.policy_version]: [20230127]
[security.ASKS.rufs_enable]: [true]
[security.ASKS.time_value]: [20230703]
[security.ASKS.version]: [6.2]
[security.esecosdaemonstate]: [1]
[security.fbe.fail_cause]: [K00R]
[security.fbe.global_de]: [loaded]
[security.mdf]: [Ready]
[security.mdf.result]: [None]
[security.perf_harden]: [1]
[security.securehw.available]: [false]
[security.securenvm.available]: [false]
[security.semdaemonfinish]: [1]
[security.ucm_version]: [1.11]
[selinux.policy_version]: [SEPF_SM-G715FN_13_0001]
[service.bt.security.policy.mode]: [2]
[service.camera.client]: []
[service.camera.rec.running]: [0]
[service.camera.running]: [0]
[service.media.powersnd]: [1]
[service.sf.present_timestamp]: [1]
[setupwizard.feature.enable_stencil_partner_customization]: [1]
[setupwizard.feature.support_oem_large_screen_landscape_temporary_by_sys_prop]: [true]
[setupwizard.phenotype_sync_timeout_ms]: [90000]
[setupwizard.theme]: [glif_v3_light]
[storage.support.sdcard]: [1]
[storage.support.usb]: [1]
[sys.boot.debug_history]: [1]
[sys.boot.errp]: [1]
[sys.boot.is_upgrade]: [1]
[sys.boot_completed]: [1]
[sys.bootstat.first_boot_completed]: [1]
[sys.config.activelaunch_enable]: [true]
[sys.config.hardcoder.enable]: [false]
[sys.config.ibs.enable]: [false]
[sys.config.mars_version]: [7.00]
[sys.default.data.phoneid]: [1]
[sys.dexopt.ctrl]: [false]
[sys.dualapp.profile_id]: []
[sys.ext_sdcard.fstype]: [vfat]
[sys.fuse.transcode_enabled]: [true]
[sys.hqm.support]: [true]
[sys.is_members]: [exist]
[sys.is_vold_shutdown]: [0]
[sys.locksecured]: [false]
[sys.members.installed]: [true]
[sys.mtdl.start]: [false]
[sys.oem_unlock_allowed]: [0]
[sys.pdp.action]: [cekeyunlock]
[sys.perf.aal]: [true]
[sys.perf.aid]: [true]
[sys.perf.bc]: [true]
[sys.perf.cg]: [true]
[sys.perf.fbooster]: [true]
[sys.perf.gvn]: [true]
[sys.perf.heavy]: [true]
[sys.perf.hmp]: [4:4]
[sys.perf.olaf]: [true]
[sys.perf.schd]: [true]
[sys.perf.status]: [true]
[sys.perf.tbooster]: [true]
[sys.perf.zygote]: [true]
[sys.rdxd.create]: [1]
[sys.rdxd.erase_all]: [1]
[sys.rdxd.stop_reason]: [not_allowed]
[sys.rdxd.total_size]: [4]
[sys.readahead.resource]: [3]
[sys.recovery.deleteapn]: [done]
[sys.recovery.resizing]: [done]
[sys.rescue_boot_count]: [1]
[sys.reset_reason]: []
[sys.siop.level]: [-1]
[sys.ssrm.trigger_sysmon]: [1]
[sys.staged_apex.state]: [staged]
[sys.sysctl.boot_extra_free_kbytes]: [91402]
[sys.sysctl.extra_free_kbytes]: [91402]
[sys.sysctl.origin_extra_free_kbytes]: [91402]
[sys.sysctl.swappiness]: [145]
[sys.sysctl.watermark_boost_factor]: [0]
[sys.system_server.start_count]: [1]
[sys.system_server.start_elapsed]: [97465]
[sys.system_server.start_uptime]: [97465]
[sys.usb.config]: [mtp]
[sys.usb.configfs]: [2]
[sys.usb.configured]: [none]
[sys.usb.controller]: [13200000.dwc3]
[sys.usb.state]: [mtp]
[sys.use_memfd]: [false]
[sys.user.0.ce_available]: [true]
[sys.wifitracing.started]: [1]
[vendor.sbtvd.service.recovery]: [none]
[vendor.wifi.dualconcurrent.interface]: [swlan0]
[vold.has_adoptable]: [1]
[vold.has_compress]: [0]
[vold.has_quota]: [1]
[vold.has_reserved]: [1]





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-04  7:43   ` Milan Zamazal
@ 2023-07-05  0:41     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-07-05  7:56       ` Milan Zamazal
  0 siblings, 1 reply; 10+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-05  0:41 UTC (permalink / raw)
  To: Milan Zamazal; +Cc: 64444

Right, thanks.  Have you ever adjusted the default system text size in
Settings?

If so, I suppose the problem is that Emacs uses the display density
itself, instead of using the density adjusted for the text size
preference.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-05  0:41     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-05  7:56       ` Milan Zamazal
  2023-07-05  7:59         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 10+ messages in thread
From: Milan Zamazal @ 2023-07-05  7:56 UTC (permalink / raw)
  To: Po Lu; +Cc: 64444

>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:

    PL> Have you ever adjusted the default system text size in Settings?

I think so.

    PL> If so, I suppose the problem is that Emacs uses the display
    PL> density itself, instead of using the density adjusted for the
    PL> text size preference.

I see.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-05  7:56       ` Milan Zamazal
@ 2023-07-05  7:59         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-07-06  1:36           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 10+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-05  7:59 UTC (permalink / raw)
  To: Milan Zamazal; +Cc: 64444

Milan Zamazal <pdm@zamazal.org> writes:

>>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:
>
>     PL> Have you ever adjusted the default system text size in Settings?
>
> I think so.
>
>     PL> If so, I suppose the problem is that Emacs uses the display
>     PL> density itself, instead of using the density adjusted for the
>     PL> text size preference.
>
> I see.

I will look into this, thanks.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-05  7:59         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-06  1:36           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-07-06  8:36             ` Milan Zamazal
  0 siblings, 1 reply; 10+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-06  1:36 UTC (permalink / raw)
  To: Milan Zamazal; +Cc: 64444

Po Lu <luangruo@yahoo.com> writes:

> Milan Zamazal <pdm@zamazal.org> writes:
>
>>>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:
>>
>>     PL> Have you ever adjusted the default system text size in Settings?
>>
>> I think so.
>>
>>     PL> If so, I suppose the problem is that Emacs uses the display
>>     PL> density itself, instead of using the density adjusted for the
>>     PL> text size preference.
>>
>> I see.
>
> I will look into this, thanks.

Emacs should now respect the system font scale setting.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-06  1:36           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-06  8:36             ` Milan Zamazal
  2023-07-06 11:58               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 10+ messages in thread
From: Milan Zamazal @ 2023-07-06  8:36 UTC (permalink / raw)
  To: Po Lu; +Cc: 64444

>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:

    PL> Emacs should now respect the system font scale setting.

Hmm, I don’t think there is any change in the default font size after
installation on my devices.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-06  8:36             ` Milan Zamazal
@ 2023-07-06 11:58               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-07-07 15:20                 ` Milan Zamazal
  0 siblings, 1 reply; 10+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-06 11:58 UTC (permalink / raw)
  To: Milan Zamazal; +Cc: 64444

Milan Zamazal <pdm@zamazal.org> writes:

>>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:
>
>     PL> Emacs should now respect the system font scale setting.
>
> Hmm, I don’t think there is any change in the default font size after
> installation on my devices.

After some testing on a Samsung device, I've discovered that the font
size is not really too small: instead, the point size Emacs uses by
default is typical of desktop devices.  Interestingly, this effect is
more pronounced on machines made by Samsung.

I'd simply recommend that you adjust the size of the default and
menu-bar faces to better suit your needs.  It would also be helpful if
you chould share a screenshot, to make sure we're seeing the same
default font size.  Thanks.






^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#64444: 30.0.50; Android: Default font size too small
  2023-07-06 11:58               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-07 15:20                 ` Milan Zamazal
  0 siblings, 0 replies; 10+ messages in thread
From: Milan Zamazal @ 2023-07-07 15:20 UTC (permalink / raw)
  To: Po Lu; +Cc: 64444

[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]

>>>>> "PL" == Po Lu <luangruo@yahoo.com> writes:

    PL> After some testing on a Samsung device, I've discovered that the
    PL> font size is not really too small: instead, the point size Emacs
    PL> uses by default is typical of desktop devices.  Interestingly,
    PL> this effect is more pronounced on machines made by Samsung.

Do you mean point size in pixels or a physical point size?

Anyway, the difference may be subtle and depends on the user.  For
example, when I enlarge the Emacs font size by less than 50% on my
phone, my tapping success rate increases a lot.

    PL> I'd simply recommend that you adjust the size of the default and
    PL> menu-bar faces to better suit your needs.  

This is not a big problem for me anymore, since I already know what to
do *exactly*.  It requires just three successful taps (hitting Options
menu, the font size field and State button), which is manageable even
when it’s significantly unreliable.  But what looks easy to me now
didn’t look easy to me at all when I ran Emacs for the first time and
couldn’t handle it because of the small size of the UI elements and the
lack of a keyboard.

All the other Android applications I use either start with reasonable
sizes of the UI elements by default or provide an easy and obvious way
to adjust the font size.

If this is not possible with Emacs on all devices, FAQ might help (I can
draft ones if it helps).

    PL> It would also be helpful if you chould share a screenshot, to
    PL> make sure we're seeing the same default font size.

Here are the screenshots from my phone (6,3“) and my e-ink reader
(13,3”), this is what I see when starting a freshly installed Emacs:


[-- Attachment #2: screenshot from a phone --]
[-- Type: image/jpeg, Size: 523525 bytes --]

[-- Attachment #3: screenshot from an e-ink reader --]
[-- Type: image/png, Size: 134608 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-07-07 15:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-03 18:52 bug#64444: 30.0.50; Android: Default font size too small Milan Zamazal
2023-07-04  0:51 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-04  7:43   ` Milan Zamazal
2023-07-05  0:41     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-05  7:56       ` Milan Zamazal
2023-07-05  7:59         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-06  1:36           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-06  8:36             ` Milan Zamazal
2023-07-06 11:58               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-07 15:20                 ` Milan Zamazal

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).