I have salvaged an android tablet from my cousin's drawer and it has not been opened for one years, I guess. It's still running in Jelly Bean. I googled for it's vendor, but I can't find any. I could not find any config details or anything. I wanted to do some root level work on this tab.
The model number behind it is ACEPad D732. Just want to know the vendor name Thanks for your help guys.
adb shell "getprop | grep 'ro.product.*'"
give? More specifically,adb shell "getprop | grep -e 'brand' -e 'manufacturer'"
. – Firelord Jan 01 '16 at 18:11getprop | grep -e 'brand' -e 'manufacturer'
or simply use a file manager to go to /system. There, open build.prop in a text editor and look for the terms brand or manufacturer. – Firelord Jan 01 '16 at 19:19