[Q] Writing app to send information to the computer - Android Software/Hacking General [Developers Only]

Hey there,
I'm trying to write an app that will send various kinds of information to my computer, and another app, on the computer, that will read and present me that information.
For example, I want to write an app for android that will read my sms, and instead of presenting that information on my android screen, I want it to display it on the app on my computer instead.
This will all be done by cable, I'm hoping I can make my app use the wireless connection, but it's not a priority right now(first I have to figure out how to code the information transfer xD).
Now, I know there are apps like airdroid, and tons of others out there that have similar functionalities. I know them, but I'm trying to make something different, and native to the 3 main OSs on the market (Linux, OS X, Windows).
I'm hoping someone can point me in the right direction, because I've googled a few keywords and I have yet to find a relevant page...
Thanks

Related

need help with very small program for myself.. plz help

im trying to get a very very small program runnint, however im very lost when it comes to programming windows mobile device, i have a database online, and i want a small dialog box to show up on my wm device and alow me to type something in , then it search the online database.. and return the information, or even just take me to where the online listing is, that's all no bells or whistles.. could someone help me with this please?
i have even added a search feature to my database, soo i just basically want this little program to relay text to that search feature, then take me to it.. so i don't have to go to all these links and whatnot
Well,
it is quite hard to advice you anything without actually knowing about the file structure / database format. Maybe the easiest way would be to simply set up a search option online as a WAP2.0 page - if you don't want others to access this section, simply password protect it.
If you really have a need to generate the 'search string' offline (which I just can't understand since you want to be taken to your DB online) then simply use something which generates the search string for you.
For example you could have a "results.php" online which simply needs the search terms 'attached' in order to list you all relevant records. Now, the question remains how the database is structured. If you have 2 fields in your database, containing firstname and lastname, then it would be simple. You would need only something that adds your search terms to the string and then navigates to your server. For example you search for SMITH as lastname, it would have to transfer the string as followed:
www.mysite.com/results.php?lastname=smith
For sure your results.php needs to be programmed first!
However,
this has nothing to do with your device, you better join a programmer forum - in this case I would suggest you look for web development forums since this can be done entirely on the server side!

Android App & Website Setup help

I have searched a few times here and have found nothing, so i'm sorry if there are existing threads on this issue.
I am working on an app that needs to be able to read from (and possibly write information to) my website. The website will be designed for this app.
I understand that android uses SQLite databases to hold local information for an application.
How am I supposed to make my application read information from my website. Do i set up a SQLite database on my server and have the app pipe into that somehow?
I am in very preliminary design stages of both my app and my website. I would like to design them from the getgo so my application can get the information as easily as possible for this website. (it will possibly sumbit information to my website as well, wiki-style).
thanks for all your help. if threads like this exist, please by all means make fun of me for neglecting the search button! But I have purchased two programming books and I still cannot find an answer that is even pointing me in *any* direction.
Anybody have a good tutorial on this subject?
I've been wondering about this too. I really like the new XDA android forum app and was wondering if there is a guide or video on this. Since XDA had one I KNOW its possible.
If I were you I would make a PHP (or whatever you use) bridge which can perform actions in your site. You can use get methods to tell the bridge what would you like to do. The XDA app uses this method, but instead of GETs it uses XML-RPC
Sent from my GT-I5700 using XDA Premium App

[Q] Noob needs help to create event calendar app

Hi all,
I'm a noob app developer trying to do it for the first time. I'm trying to create an event calendar app for company's internal purposes. So that everyone in the company (which uses a lot of android phones) can be updated on company events that are coming up.
My approach is to create a database with MySQL for events input, and to use PHP to connect the database which is in a server and to push it to the android devices that are used in the office as that's how I found it in a tutorial from HelloAndroid.
My questions are:
1. is this the best approach to create such app?
2. Can I use Android's default calendar to input these events? if not is there some kind of calendar template that I can use to display the information to the users.
Probably will have more questions as I progress, but please help if anyone is more experienced in these matters than I am.
Thank you very much, and really appreciate the inputs that I'm gonna get
A simple solution would be to use Google Calendar.
By using GC you can add/edit events either from a PC (work or home) or your Mobile anywhere in the World.
All that is required is for someone to first set up the calendar on Google and push it out to all those who you want to see it.
This way you are not isolating anyone who does not have an Android Phone.
that's a really good point. Especially in a closed environment like an office. I didn't think of that before. THank you very much.
However, if let's say I want to try to build an app for that for public use, not just confined to limited numbers of people in a company.
Would that be the best approach or if there's any better way to approach it. I may decide to build the app after all just to learn and gain experience in app development.
thanks again for the feedback, really appreciate it.
I can't really give you advice on developing an App sorry.
All I can say is the method I mention is the one which I use to keep all my Operational Team (Surgeons/Doctors/Nurses/Admin/etc) updated and advised.
There's nothing short in you developing your own Calendar App but you would have to ensure it would be available to all and that includes anyone anywhere regardless of the fact they are at work, home, holiday, with Android or not, have a Phone, PC, Mac, etc... etc...
For that there's already a stable tool by the name of Google Calendar.
If you do develop one I'd still be interested in seeing what ideas you could bring into practice that would have a benefit over GC.
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
racdyn said:
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
Click to expand...
Click to collapse
No problem.... I wish you well on your venture.
Do please let us all know how you get on.. You never know, if it becomes that good I may even use it myself over the stock calendar App or any of the other's that already link to GC.

Use internet pc to any android mobile

How to use internet pc to any android mobile for data cable..
Probably belongs in the Q and A section
aamir001 said:
How to use internet pc to any android mobile for data cable..
Click to expand...
Click to collapse
Howdy, it looks like what you are looking for is called "reverse modem tethering" this is a feature that you'll have to do some reading and a little of command line commanding but most devices on the market now have this somewhere allowable.
Some things to consider doing or reading up on:
modem tethering; (reverse or otherwise) this is the act of sharing a data connection from one device to another, there are many methods now available. Add 'wifi' , 'bluetooth' , and or , 'USB' to your Google search quarries.
Specs; (your computer(s) and your android phone/tablet/phablet) when you post back with more questions provide some of this information so others can direct you to more specific information or methods to solve your question.
ADB; (otherwise known as Android Debugging Bridge) is a very complete but somewhat unfriendly way of taking full control of your device though the USB port; there is also a wireless version on some devices if you're willing to have that kind of security risk. Add 'ADB' to google search quarries involving modem tethering and maybe 'port forwarding'.
Edit your first post; if you put "[Q]" (without the quotes) as the first three characters of your thread title you'll find more people looking to answer your question, and maybe add the OS that your computer is running with the version of Android and model of device. This kind of structure to a forum title makes it really easy for those that have the knowledge to help you to quickly find your question and also encourages them to help as it shows you're actively looking to get this solved quickly, one more thing, when its solved change the title to reflect that with the word 'Solved' in the brackets instead of a 'Q', this will keep people from trying to re-answer your question and help other Google searchers out there find the solution that you or others provide here.
Hope some of this can be of help to you in your searches for solutions, if not try google with the following examples---
Google: how to reverse modem tether (general for android with usb)
Same search as above but with a "similar" command sent to the search bar so it will filter the web to results that are or are similar to XDA-Developers
Much the same as the above to links but the results list is less than 5,000 results and should return only related and helpful links for all operating systems
---with all of the above links take a look at how I constructed the Quarry and make edits to suit your needs, you can also try replacing "similar:" with "site:" to search only one site when you find one that is particularly helpful and change the URL part to reflect other sites you find useful. If you want more specific answers then most readers (myself included) will need more specific questions

[Q] Zte Midnight (Android 2.3.7)

I purchased some androids from Straight Talk last week as a way to learn and break into the scene of linux/droid programming. I am finding it difficult to find the information I need as I constantly receive the 927 error from google when I try to load an app and have been forced to go to the url's of the actual "apk" files to install apps. Upon doing so I began receiving the low-space errors that android systems are apparently famous for.
My main question here is, how might I utilize the space of my 4gb sd-card that came with the devices I ordered to give the device more space to work with ( maybe by formatting the card to ext4/droid specifications ) and is that possible ? Or would I have to root my device in order to have it run from the sd-card?
I searched using keywords in this forum but could not find anything related directly to this situation I am facing and wanted to make sure I asked if there are certain phrazes or key words I need to be researching to learn more about this?
Please help, as I feel like I am drowning in the inability to assimilate what info is available here.

Categories

Resources