• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. L

    Apps Mobile Phones and AT-commands

    There are several phones, for example the google phone g2, that doesn't have the AT-command interface. Although you can access it via usb, there is no but there is no control interface. I am interested in how easy is it to create such an interface (or find another way to communicate) in...
  2. L

    Apps Process crash & soft reset

    Hi all, I have a question ... how does a process crash influence the overall stability in Android? Does anybody know of a method to soft reboot/restart from code? Thanks
  3. L

    Apps Retrieve email / Upload email

    Hey all, I want to know when the user starts/stops retrieving his email. Are there any API listeners, events, function that are available for that? Or for when the user starts/ ends an email-upload? Thanks
  4. L

    Apps Android uploading/downloading data

    Hi eveybody, I am looking for a way to know when the user starts uploading or downloading data and ends the process by using API functions, events or listeners. Does anybody know of a way to do this? Thanks
  5. L

    Apps Android Browser activity

    Hello, I want to know if it is possible to know using API events or functions when a user opens a browser, which page he is trying to load, if the page loads successfully. Can I open a browser and navigate to a certain site using API functions? thanks
  6. L

    Apps Android Call Details

    Hi all, I am new to Android and I have already succeeded in creating a simple application and getting the call states. But I need more details about my phone-calls and I don't really know how to get them. I apologize if this issue has been addressed before. I have already seen that there...