Getting the WordPress Android App to Work

I never really explained the Test Post the other week. Well ages ago I downloaded the WordPress Android App but could not get this self-hosted blog to register properly. Even with the help of the developers we could not work it out.

However, while looking for an Android App like the iOS ‘Pinger’ app (which I still have not found) I found an app (Ping&DNS) that allowed me to check the HTTP response headers which I thought might help. Here are the responses;
Continue reading

Posted in Android, WordPress | Tagged , , , | 3 Comments

My current Android app list

Here’s a list of the Apps I’ve installed on my Android device built by App Referrer.

Continue reading

Posted in Android, HTC | Leave a comment

Plusnet and getting decent download speed

I have had an ongoing issue with Plusnet and my download speed. I live about 6Km from the exchange so I am not expecting miracles but a DL speed of 300K was a bit much. After much back and forth (and to be honest the Plusnet folk were really good) I read somewhere that on a long line with it’s inherent loss, an ADSL2 connection was better than an ADSL2+.

Once I had got into the root of the router (see previous post) I forced the router to ADSL2 using the CLI and bingo my speed has settled just under 2Mb. Errors are pretty high but that is not noticeable, but the better download speed certainly is.

If you have tried everything else, try this.

Posted in general | Leave a comment

Get Root Access to a Plusnet Thompson Router

This is blatantly plagiarised from several sources but if I have it here I can find it again!

Using a Telnet program such as PuTTY or similar, telnet into the router. The default address would be 10.0.0.138 and the default user name is “admin” with a blank password.

Once connected, copy & paste in the following commands, one line at a time. Note that each line starts with a colon “:” The router’s “admin” user does not have sufficient privileges to add a root user, but it can add a script which when run can do the trick. I’ve stuck with “guru” for both user name & password as before, but you can choose your own …

I would suggest pasting into Notepad first to make sure the lines don’t wrap as they are displayed here.

:script add name addroot command "user add name guru password guru role root descr ROOT"
:script run name addroot pars ""
:saveall

To test the new user, disconnect the Telnet connection and Telnet back in, this time using the user name “guru” and password “guru”. You should be able to get in.

Now using your web browser, go to your router at 10.0.0.138. Browse to “Toolbox”, then “User Management”, then “Switch to another user”. Enter “guru” and “guru” in the user name & password boxes. You should now be logged in as a root user. If you like you can change the default user by selecting “Set the default user” from the “User Management” page.

Note that a reset to defaults will wipe out this change. Also running the setup wizard restores some settings back to default – I’m not sure about the users.

Oh and the other thing you need is the CLI manual which you can get from here

Posted in Computer, Cool Stuff | Leave a comment

test of mobile app.

Test

Posted in HTC, WordPress | Leave a comment