You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
Hello all -
What is the best suggested method for setting the ro.boot.serialno and ro.serialno properties per device on a custom system image build? Expose it via /proc/cpuinfo in the kernel? Pass it as androidboot.serialno on the kernel's /proc/cmdline? Something else? I can't find any mechanism in the init/ or other startup Android source where this property is read and set explicitly. Do we really need to include a separate daemon just to read the value from the kernel and set it in the properties store?