How to query the user list of my application? - Android Software Development

I find a web site (www .appbrain.com), it can tell me which
users download my application, and their device type. However it list
10 users at most.
I wanna know which devices type that my application was running. Does
anybody could tell me, how to get the user list? and how to get their
device type.

Related

TV Listings

It's not perfect, but I thought I would share what I wrote to get free TV listings. Feedback is welcome, but I can't guarantee I will get a chance to do a revision.
TVQuick v1.0
What it is
I wanted a free way to check TV listings, I wrote this and it works for me
It downloads the HTML text for a 3 hour window of your choosing from Yahoo TV
It parses this code into a text view of the first 54 channels of your provider. My provider has > 700 channels so I limited it to 54.
The program saves the last quide and will display it on the next startup
What it isn't
Tested only on a WM6 PPC 6800 Mogul
Tested only with my provider - not sure what will have with a different provider with fewer channels
Slow - the download is pretty fast, but the HTML parsing is slow, be patient or use the Abort option
To Use
Unzip TVQuick.zip and move "TVQuick.exe" and "HTTP.dll" to a directory of your choice (I use a folder called TVQuick in My Documents)
TVQuick will create files for preferences and the last guide in the same folder as TVQuick
Go to Yahoo TV in your web browser at "http://tv.yahoo.com/", select "TV LISTINGS". You will need to logon and select a provider
Run TVQuick and enter the provider code in preferences (the code is after "provider=" in the URL: http://tv.yahoo.com/listings?starttime=1199635200&showFavorites=1&provider=132024)
Known Deficiencies
When first run, sometime a resource error will appear - just restart and it should be OK
No horizontal scroll bar
Some plain text junk makes it through the parser
Slow
Landscape/display rotation not yet implemented
D-Pad and other subtil user interface desires not yet implemented
Looks promising. I have a question though...I am unable to get my provider code from Yahoo. The link stays tv.yahoo.com.
Also, I made a cab file for the files if you're interested I could post it.
really nice prog. does it function with italian tv list?
the url syntax is a bit different
http://it.tv.yahoo.net/programmi-tv/rai-uno/default.asp
jamesus said:
Looks promising. I have a question though...I am unable to get my provider code from Yahoo. The link stays tv.yahoo.com.
Also, I made a cab file for the files if you're interested I could post it.
Click to expand...
Click to collapse
Thanks for the cab, I may make some changes so I will wait on that.
Try this, first login to Yahoo (It will have your login name in the upper right hand corner of the page). From tv.yahoo.com, select "TV LISTINGS" under "TV HOME", this should get you the listings. On the right hand side of the page, the provider will be listed if you have already set it up, otherwise you must enter it in. If you can use yahoo to display your local TV listings, the provider ID will be in the URL: "http://tv.yahoo.com/listings?starttime=1199840400&showFavorites=1&provider=32105425" - in this case 32105425.
Good Luck.
Double reply
dodba said:
really nice prog. does it function with italian tv list?
the url syntax is a bit different
http://it.tv.yahoo.net/programmi-tv/rai-uno/default.asp
Click to expand...
Click to collapse
Thanks- it might. Unfortunately I can't read enough italian to get the listing. If you logon to Yahoo and use it to get your local information, it might work. The guide needs to be customized to your location using the normal browser. The URL should end up with some type of time code and location/provider code (the one you have looks generic, like tv.yahoo.com). Once we have this we should be able to make it work. Let me know.
mitch1138 said:
Thanks for the cab, I may make some changes so I will wait on that.
Try this, first login to Yahoo (It will have your login name in the upper right hand corner of the page). From tv.yahoo.com, select "TV LISTINGS" under "TV HOME", this should get you the listings. On the right hand side of the page, the provider will be listed if you have already set it up, otherwise you must enter it in. If you can use yahoo to display your local TV listings, the provider ID will be in the URL: "http://tv.yahoo.com/listings?starttime=1199840400&showFavorites=1&provider=32105425" - in this case 32105425.
Good Luck.
Click to expand...
Click to collapse
What I had to do since I already had my provider set up was change the date or time of what I was using in order to find the provider number. Works great now. Thanks!

cannot connect to my admin session

I have an e shop at kingeshop. I bought this phone only to go on the web on my admin interface.
I tried on IE mobile and opera. Sometime it work, sometime not, it says i didn't write the good password or email or security code but i check and it's good.
With IE:
When it work i can go on the main page and when i want to go for example on the products page, IE goes to the connection page and i have to write again passwords and all... and i can't access the other pages.
with opera: i can view the other page but i can't modify products or delete products.
i bought the phone only to do that when i'm not at home.
anyone can tell me if there is a way to solve this problem?
up, am i in the right section for the post?
do i have to post it somewhere else?
up
didn't find the answer

Advice on the choice of querying a remote DB

Hello everyone,
I come to you for some advice about an application I'm developing for Android 1.6 and higher.
Specifically, this application must be able to query a remote MySQL database and display the retrieved data. It need also be able to UPDATE data on this databse and that is where things get complicated ...
For selection queries, I wrote a small PHP script on the remote server that retrieves the desired data in the database and encodes them in JSON. From my Android application, I have no problem to retrieve, process and display them.
Now I wonder about the solution (if there is one ...) to run UPDATE from my application on the remote database. For now, I see only two solutions:
- Develop a webService on the server with an update method. Several problems with that: it seems webServices on Android are not easy (not native, have to go through external libs). Moreover, as it's UPDATE query, I want to make sure nobody else can use this webService.
- Alternatively, write a PHP script that makes the UPDATE and call it via HTTP. Same problem as webService: I want to secure this call to be sure that only I can use this script. These scripts can be integrated into an application already present on my server and which is secured by login / password. So, if it is possible to manage PHP sessions from Android, it's won! but Ican't find anything about it ...
What do you think? Ideas?
Thx!

[Q] authorisation iis website

hello guys,
this is my first post so you can correct me if i did anything wrong.
at school we have a website, infonet.hszuyd.nl to view the schedule and to open it on a computer you have to type username and password:
img121.imageshack.us/img121/9579/naamloosiu.png
my galaxy 3 fails to show this pop-up and instead it directly shows me this page that says im not authorised to see it:
img138.imageshack.us/i/naamloos5c.png
does anybody in here know how to fix it?
there are more people in my class with android phones that have the same problem as i have, all of them actually, only the guy with an iphone doesn't seem to have this problem
* i deleted the htttp:// because the website prevents new users to post links to prevent spam or something like that

[SOLVED][Q] Android Login Application

Hello everyone !
I want to create an android app, that should take input username and password and then login to a website. Basically any website. Well, I am trying to create an app for a website with login page in .aspx form.
I googled regarding this but was unable to find some effective solution. Almost all websites I searched contained only login page design and a simple java code which equals username and password and then makes a toast text. I need some info regarding how to login into that particular page with active session.
Let login page be: 127.0.0.1/login.aspx
I am not a beginner and have developed few apps. This project is very important for me. So please help me regarding this.
Anykind of help is highly appreciated. Please do help.
Thanks
Come On Guys , Show some effort
Making apps "for website" in my opinion could be easily sorted turning the app "server side"... read my comment at this post.
By following my advice you have several advantages:
Users don't need to update their app when new version comes out
Harder to crack (unless they hack your server...)
Compatibility with different platforms/os
No disk-space needed on user device
If you really really need java code for that (as it's a school project requiring java or something ...) have you considered using raw sockets (probably not the best idea, but you asked for "Any kind of help" so... ) ? You said you have experience (I don't with java so can't help with the code, but I used similar technique in python, php, etc, ...) so it shouldn't be hard to find a simple code snippet for handling raw packet sending... Use your PC and fire up Wireshark or any other sniffer and debug the communication between client-server. Look at the header informations and data sent, and it will be easy to replicate those request-response via raw socket.

Categories

Resources