15.xhtml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Returning the MetroPCS tablet',
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 4:
  25. </p>
  26. <p>
  27. The tablet is now out of my hands and out of my hair.
  28. I had to take two trips to the MetroPCS store due to not having brought my micro$a[SD] cards with me the first time, but returning it was easier than I thought it would be.
  29. One of the issues I complained about was that there was no way to backup the tablets a day without a Google account.
  30. She thought that it was possible to back up to an SD card, but I didn&apos;t have my phone on me the first time and I did not want to buy a new one in store.
  31. we tried using me micro$a[SD] card from my Replicant device, but I had forgotten that Android does not play well with micro$a[SD] cards that are formatted as ext4.
  32. There were a number of issues I pointed out, most of them having to do with the fact that without a Google account and without root access many basic essential tasks could not be performed.
  33. </p>
  34. <p>
  35. After a few attempts to guess my Straight Talk $a[SIM] card&apos;s default $a[PIN], I found it to be 1234.
  36. According to the Internet, AT&amp;T-based $a[SIM] cards typically use the $a[PIN] <code>1111</code>, while T-Mobile based send cards tend to use instead the default pin <code>0000</code> or <code>1234</code>.
  37. </p>
  38. <p>
  39. When setting up my MetroPCS account two days ago, I was required to choose an eight digit $a[PIN].
  40. While I&apos;m no longer a MetroPCS customer, that has had a lasting effect on my use of $a[PIN]s.
  41. I used to use a five-digit $a[PIN], but now it is up to seven digits.
  42. </p>
  43. </blockquote>
  44. <p>
  45. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  46. </p>
  47. END
  48. );