Open a terminal emulator on your phone, type "su" without quotes to get root (prompt changes to #), then type "grep RSA /dev/mtd/mtd0" without quotes, then enter. As long as you see these last two lines, you're good:
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
You can also run "wimax_mtd" from the terminal and make sure it runs successfully.
As to whether or not RA was having problems before, The version of 1.8 that was flashed from ROM manager didn't work on newer phones with different partition info. You can check by typing "cat /proc/mtd" from the terminal. If erase size is 40000 (rather than 20000), then it won't work. There was a patched version of it floating around until RA 2.1.1 was released. Now it doesn't matter.
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
You can also run "wimax_mtd" from the terminal and make sure it runs successfully.
As to whether or not RA was having problems before, The version of 1.8 that was flashed from ROM manager didn't work on newer phones with different partition info. You can check by typing "cat /proc/mtd" from the terminal. If erase size is 40000 (rather than 20000), then it won't work. There was a patched version of it floating around until RA 2.1.1 was released. Now it doesn't matter.
Thanks guys!