How to make a vpn connection using code on Android? [closed] - android

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
how to write some code on Android phone using java or some other language to connect a vpn account?
i know the it's a PPTP vpn that i'm going to connect,and i have account name and password. i also could set it right via my HTC Desire.
but,i really want to write some code in order to use it in my own apk file,so please anyone help me on this?
it's been two days and nobody answer my question? or just some kind of direction to follow?

Related

Building an app that rooting android device [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to create an application like "King Root" that root the android device by one click.
Is there a library or code for this?
How can I do this?
This is not a thing you can just do and if you could, it would mean that android would have a HUGE security breach, since with root access strangers could have unwanted access over the whole device, including banking information etc.
By the way: KingRoot does not work

How to make a Notification with different phone? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
i want to make an application about how to receive Notification from other phone but i don't know how to do it,i'm already search the keyword still didn't have a match with my problem, please can u give me an advice or tell me how i'm gonna do it?thank you
You have to use client-server communication for your requirement.
In that you have to follow step as:
Create server to listen client.
Retrieve notification from device A (as a client).
send data to device B(as a server).
you can refer link for server-client communication
https://www.journaldev.com/741/java-socket-programming-server-client
http://www.coderzheaven.com/2017/05/01/client-server-programming-in-android-send-message-to-the-client-and-back/

How to disable the disabling of an android application (which can be done through settings)? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
All android apps in settings can be disabled. But I want to make an application which cant be disabled from settings. What can be done for that?
Nothing, because if it was possible, everyone would do it, and that would completely nullify the point of letting the user be the sole decision maker about disabling an app.

Application working on most of the devices but not on some [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
My Application works all good but for some users a functionality isn't working. How to look after this, when the application is working fine for me and most of the users and not for some. How to debug it?
You could use a bug tracking tool. I am using this one, it's really easy to use: splunk mink but there are also others like instabug, appsee or others.
The deal with such tracking tools is that you get live data from the app usage, errors, crashes and other useful information you can use to improve your app.

Android socket to trace location on google map [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i am trying to make a server program for android phone which will receive location from a client program written in c. this client program is sitting on a beagle board and fetching its location from a gps device. Now my problem is i dont have any idea about android programming or java programming???. please help me out. need your guidance and support.
The solution to your problem is really simple and easy to understand : you have to learn how to use Java and the Android SDK. Nothing more to say. You can start here : http://developer.android.com/training/index.html

Categories

Resources