i keep getting this error:
Host is Unresolved www.my-site.com:80
Please help! Thanks in advance!
Make sure that there is internet connection between your site and android device(or emulator), please keep in mind that you can not access local sites defined in your computer etc/hosts file from Android device and/or even emulator. Rules → http://www.boonex.com/terms |
i changed it to http://mysite.com and signed in, it allowed me, but then it added the site and made me sign into http://mysite.com/xmlrpc, then i signed in the rest of the way. is there a way around all of this ?? |
It is not obvious what you mean, please can you describe it in more details ? Rules → http://www.boonex.com/terms |
when you initially add the site it then prompts you to login and changes the URL to /xmlrpc. Then you have to sign in. I would rather skip this whole first screen and lock it to my site. how can i do this? |
I suggest to use latest version(v.1.4) of Android source code - there is simplified site locking procedure. Just change the following line: public static final String LOCK_TO_SITE=null; // specify site you want to lock to, for example: "mysite.com/dolphin" in Main.java file. However it will not skip initial screen. when you initially add the site it then prompts you to login and changes the URL to /xmlrpc. Then you have to sign in. I would rather skip this whole first screen and lock it to my site. how can i do this?
Rules → http://www.boonex.com/terms |
Why did I get 1.2 version of android source code when I download android source code? For iphone it's 1.3.
I suggest to use latest version(v.1.4) of Android source code - there is simplified site locking procedure. Just change the following line: public static final String LOCK_TO_SITE=null; // specify site you want to lock to, for example: "mysite.com/dolphin" in Main.java file. However it will not skip initial screen. when you initially add the site it then prompts you to login and changes the URL to /xmlrpc. Then you have to sign in. I would rather skip this whole first screen and lock it to my site. how can i do this?
|
The problem is fixed, please try again Why did I get 1.2 version of android source code when I download android source code? For iphone it's 1.3.
Rules → http://www.boonex.com/terms |