[DEVS]Free Host for Devs - Android Software Development

http://www.bandbinnovations.com/uploader
You have to create your own Username/Password it is in now way linked to your XDA Name
750mb file limit and 1500mb limit total per a user
Email comes from [email protected] incase you have a spam blocker

Related

Free Exchange Push Mail Server W/ Exch. Over Https And Alias's!

I run an exchange server and I am welcoming pocketpc users that are in need of an exchange account to activesync with. This service also offers Direct Push for those of you that have have this on your PocketPC. As well as the ability to sync all of your contacts, calander events, and task wirelessly onto your Outlook desktop instantly.
NOTICE: Lots of users have been asking if they can have an alias setup so that it looks like they are sending from thier personal email address (ie gmail, hotmail, yahoo ect..) and the answers is YES! With each account you can have an alias setup so that your recipents see your email address as anything you like! In order to keep this service alive, it is asked that you donate $10.00 USD in order to use this Email Alias service. You can use paypal and send the money to [email protected]
Anyone that still needs a Exchange account, I can provide one for them. I will be providing up to 75 or so accounts for free, donations will be and are always appreciated. My constraint right now is how much hard drive space I have. If I can get enough donations for a bigger hard drive I would be able to give out many many more accounts. Also, my service will include Exchange over HTTPS as well if you want to use the server with Outlook on whatever computer you want to. I can provide these settings for people that want the service. Just PM me with the e-mail address you want. Domain is @getztek.com .
So if you like the service and feel that you can contribute, please send paypal payments to [email protected]. If you think you can donate in other ways, please send me an email!
Please submit the information in this format:
First Name:
Last Name or Initial:
E-Mail address requested:
Password:
Also, please give me at least 24 hours to set this up as it is a free service and I do have a job/life. Thanks!
Lastly, I did have this posted in the Wizard forum, but most people don't read both forums and I have more accounts that I can support, hence posting it here as well.
SETUP FOR YOUR POCKET PC DEVICE GOES AS FOLLOWS:
----
1. Download the root cert which I will supply upon setting up your account and copy to \My Documents\filename.cer
2. Start -> File Explorer -> \My Documents (execute filename.cer)
3. Start -> Setting -> System -> Certificates [root tab] and check for the same.
4. Do a soft reset.
5. Start -> Programs -> ActiveSync -> Menu Configure Server
a. Server address: mail.getztek.com
b. Tick on ssl connection
c. Username: name
d. Password: *******
e. Domain: getztek.com
f. Next -> Finish
g. Sync & Njoy
----
I will NOT response to E-MAIL requests asking for an account!!!
PLEASE SEND ME A PM ONLY! THANK YOU!

Quick observation RE: Vibrant email setup and subdomains/add on domains

Maybe this will help someone.
I just consolidated 2 of my hosting accounts into one hosting package under a new domain name. The domains and email accounts from the 2 old hosting accounts are now moved to a new server and set up as add on domains under the new hosting package.
So for all intensive purposes everything looks the same for our end users, but instead of 2 domains on 2 seperate hosting packages we now have something that is structured like this:
NewDomain.com (this is the primary domain for the hosting package)
OldDomain1.com (this is an addon domain)
OldDomain2.com (this is an addon domain)
The transfer was completed this morning, everything is resolving fine and sending & receiving email was working fine on our mail clients (Apple Mail) and on my wife's blackberry.
My vibrant, on the other hand, was rejecting the login credentials with a user name / password error. It turned out that for the vibrant I had to enter the name of the new domain for the incoming and outgoing servers.
So where the mail client and the wifes blackberry remained set up like this with no problems:
User: [email protected]
Incoming/Outgoing: mail.OldDomain.com
The vibrant had to be set up like this:
User: [email protected]m
Incoming/Outgoing: mail.NewDomain.com
Really weird, well, not really, I guess it makes sense, kind of... - main thing is that it works now. I am curious though as to why the Vibrant was the only device that needed a change to the incoming and outgoing servers.
At any rate, I figured I'd share this in case anyone else runs into the same issue.

Webspace for Devs

Seeing as how megaupload is gone, I have a web server with 375 gigs of space and 5 tb of transfer a month at a tier 1 data center i used less than a gig a month on both storage and transfer. I would have no problem hosting development related files, send me a PM if you are interested.
May not be necessary right now since there are numerous other sites (filesonic, mediafire, depositfiles, etc) but who knows how long it will be until those are gone as well.
Thanks for the host offer. But as this is not a development thread, so i am forced to move it.
Take it easy
O_G
Understood, my bad!
Sent from my MB855 using XDA App
Pulic Upload here is a link for a dropbox on my web server if anyone is interested, my ISP wont allow me to upload more than 250 megs through a PHP script, so that stinks, I however do NOT have restrictions on FTP size limits if you have something bigger than 250 megs i will set you up with an FTP account. I was getting 1MB a second upload from my comcast connection at my house through the PHP script so not too shabby there. once the file is uploaded it will generate you a link that you can post.

[Q] Provide security while using http

How to provide security when i use http for receiving the json response from the web server and also i'm sending the user details to the server to save those details in mysql db. I'm using HTTP post.
ThayarM said:
How to provide security when i use http for receiving the json response from the web server and also i'm sending the user details to the server to save those details in mysql db. I'm using HTTP post.
Click to expand...
Click to collapse
To provide security, I think you should use HTTPS post.
What user details? if the only user important data is the password, you only need to transform it in MD5 before to send it via HTTP.
The best and strong way to make a HTTP save connection is HTTPS, but if you want to make it easy, you can encrypt the json user data string, send via HTTP post, and decrypt it in the server. There are a lot of encrypt string examples in google.

Signin via Google+ or Facebook?

Hello,
I am developing an App that requires the user to create an account and to sign in using that account. To make it easier for the user (certainly not for me), I want the user to create his or her account using an existing Google+ or Facebook account.
So my idea was:
Sign the user into Google+ on the device
Aquire the email address and and an oauth2 access-token for the user the
send those two to my server application
validate the email using the oauth2 token by reading it from the google server
create an account on the server, storing the email and generate a "password"
send the password back to the android app to authorize future calls to my server using the email and generated password
I am not sure if this is the recommended procedure for my problem, but anyway, I am failing at the third step.
Could someone please tell me if I am on the right way or should I solve the problem in some other way?
(mods: why does it say "this is not a Q&A forum but has Q&A in the title?)
onlyolli said:
Hello,
I am developing an App that requires the user to create an account and to sign in using that account. To make it easier for the user (certainly not for me), I want the user to create his or her account using an existing Google+ or Facebook account.
So my idea was:
Sign the user into Google+ on the device
Aquire the email address and and an oauth2 access-token for the user the
send those two to my server application
validate the email using the oauth2 token by reading it from the google server
create an account on the server, storing the email and generate a "password"
send the password back to the android app to authorize future calls to my server using the email and generated password
I am not sure if this is the recommended procedure for my problem, but anyway, I am failing at the third step.
Could someone please tell me if I am on the right way or should I solve the problem in some other way?
(mods: why does it say "this is not a Q&A forum but has Q&A in the title?)
Click to expand...
Click to collapse
I assume you follow Google's guide on G+ signin? I think that is a good way to do it, but I'm not so sure about that "password" you generate on your server. Wouldn't you just use the Android device id or something like that to validate the account?
SimplicityApks said:
I assume you follow Google's guide on G+ signin? I think that is a good way to do it, but I'm not so sure about that "password" you generate on your server. Wouldn't you just use the Android device id or something like that to validate the account?
Click to expand...
Click to collapse
Thank you!
I prefered using some server secret over the android device id, cause that one is not known to other applications.
Right now i guess i have the problem that the google api is not really picking up the certificate hash and as such is not using the correct project on the api console - that would explain why i am getting "api not configured" errors and why no api access is monitored on the developer console. Maybe. -.-

Categories

Resources