View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#9
Originally Posted by pali View Post
that tool will read atags from file and convert it to readable form. So you can convert is also on your desktop. But I really do not want to see that atags binary file
Ok, I will convert them for you
I think it would be easier for anyone just to use something like
Code:
sudo cat /proc/atags | gzip -9 > /home/user/MyDocs/atags_$(cat /proc/cpuinfo | grep Revision | grep -o "[0-9]\+")_$(osso-product-info | grep REGION | sed 's/.*=//' | grep -o "[a-zA-Z]\+").gz
without additional actions. Can we get the device region automatically? Any other additions to the name?

Last edited by int_ua; 2012-05-28 at 20:09.