hello, I would like to know how do you change the name of the system? Example when I connect to playstore I receive an email saying that the tinker board is connected to my account and I would like to change the name
French
Change the name
|
hello, I would like to know how do you change the name of the system? Example when I connect to playstore I receive an email saying that the tinker board is connected to my account and I would like to change the name
French
08-22-2018, 07:06 AM
(This post was last modified: 08-22-2018, 07:19 AM by SamHsu. Edited 1 time in total.)
Hi Leskriimm
The model name is read from property "ro.product.model". You can check the property value by command: Code: adb shell getprop ro.product.model Unfortunately, the property value changes with /proc/board_info which is set by hardware ID.(Tinker Board or Tinker Board S) If you really need to change model name, recompile and flash kernel image is a way.
Thanks, Sam
08-22-2018, 01:17 PM
thank you very much, I hope it does not bother me as I erase the identity of the machine in a commercial setting
French
08-24-2018, 03:44 PM
hello Leskriim..
I'm using TinkerOS_Android V13.14.0.95.. If you enable Bluetooth.. them click on the three Dots.. for menu.. you should see [Rename this device].. click and enter the device name you want ;-].. hope it works, k.
08-24-2018, 03:52 PM
I have already done but it's something else, in the information on the tablet ya wrote tinker board but thank you anyway, anyway I will follow the tutorial indicate by SamHsu ^^
French
08-24-2018, 04:12 PM
hello Leskriim..
so.. if you Factory Reset the tinker board.. then change the device name from the Bluetooth menu.. then click on [Settings].. [Accounts].. and [Add account].. [Google]... reboot.. and then click on the [Play Store]... this didn't work? :-[...
08-27-2018, 02:26 AM
Property ro.product.model is changed by kernel with hardware GPIO .
1. https://github.com/TinkerBoard/android-6...info.c#L77 2. Below commit read the 1. board type (Line 77: board_type = "Tinker Board";) Quote:commit a819771f8827029fcc0957e2a699fb54792b449f ![]()
08-28-2018, 09:50 PM
(08-27-2018, 02:26 AM)lsb Wrote: Property ro.product.model is changed by kernel with hardware GPIO . Correct me if I am wrong, or if this is a bad idea (and why), but you could also see here: https://bitbucket.org/TinkerBoard_Androi...ce.cpp-416 If you comment out this block or just line 429, it will stop overriding the property and will use the one from build.prop. This is a simple solution that does not touch kernel and happens after android has already booted into android (or as it boots into android). Then you are free to set your product name in system/build.prop. ![]()
08-29-2018, 06:40 AM
(08-28-2018, 09:50 PM)kbungo Wrote:(08-27-2018, 02:26 AM)lsb Wrote: Property ro.product.model is changed by kernel with hardware GPIO . Yes, you can comment out the block and system/build.prop ro.product.model will be load. File system/build.prop is generated by build/tools/buildinfo.sh. ![]()
06-26-2019, 01:40 PM
modify the build prop does not work ... I test on the odroid xu4 and it works what to do?
French
|
« Next Oldest | Next Newest »
|