1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Returning the MetroPCS tablet',
- 'body' => <<<END
- <blockquote>
- <p>
- Day 4:
- </p>
- <p>
- The tablet is now out of my hands and out of my hair.
- 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.
- One of the issues I complained about was that there was no way to backup the tablets a day without a Google account.
- She thought that it was possible to back up to an SD card, but I didn't have my phone on me the first time and I did not want to buy a new one in store.
- 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.
- 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.
- </p>
- <p>
- After a few attempts to guess my Straight Talk $a[SIM] card's default $a[PIN], I found it to be 1234.
- According to the Internet, AT&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>.
- </p>
- <p>
- When setting up my MetroPCS account two days ago, I was required to choose an eight digit $a[PIN].
- While I'm no longer a MetroPCS customer, that has had a lasting effect on my use of $a[PIN]s.
- I used to use a five-digit $a[PIN], but now it is up to seven digits.
- </p>
- </blockquote>
- <p>
- I couldn't update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
- </p>
- END
- );
|