Gary,
Even that you probably won't even read this, or just quick read it.
I'm very happy with the TF201, the only thing I dislike is that nvflash is not supported on unlocked devices.
Further than that, the TF201 is something that has a spot in my daily life, heck I even watch movies on it in my bed 
So basically all i want from Asus is to support us a little more on developement that's about it.
P.S. keep up the good work
Signature(string Device) {
...if(Device = ("Xperia Z") {
......if(Firmware = Stock) {
.........AndroidOS = 4.1.2;
.........Status = BL-unlocked+ROOT;
......}
...}
...if(Device = ("ASUS Transformer Prime") {
......AndroidOS = 4.0.4 AOKP;
......Status = BL-unlocked+ROOT;
...}
...return MySignature;
}
next_device() { return "unknown"; }
|