Re: [android-developers] Re: Mobile to Mobile remote access

2012-05-23 Thread vijay Badawadagi
I was reading this thread out of curiosity :)
then i thought can we not ui cloning feature of wifi direct. With an
additional app to send co-ordinates of the clicks to the listener on the
other side over an RF comm using BT?

just wild guess apologies if its is completely out of context.


Thanks
Vijay

On Tue, Mar 27, 2012 at 9:52 AM, Kristopher Micinski krismicin...@gmail.com
 wrote:

 On Tue, Mar 27, 2012 at 10:50 AM, MadihaKhalid tears.blos...@gmail.com
 wrote:
  Alright.
  Any other solutions
  do you have ?
  Do you thing it can be implement by using any other trick.?
 
 

 If it can be implemented by using a trick then the android platform
 is severely broken, and I'm going to write this as malware so that I
 can control my enemies' phones.

 Kris

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Mobile to Mobile remote access

2012-05-23 Thread Kristopher Micinski
As I remember, the point here was controlling the other end of the
phone, which you simply can't do.

Sure, you can do it for a *single* app, but across a whole phone,

kris

On Wed, May 23, 2012 at 11:52 PM, vijay Badawadagi
vijaybadawad...@gmail.com wrote:
 I was reading this thread out of curiosity :)
 then i thought can we not ui cloning feature of wifi direct. With an
 additional app to send co-ordinates of the clicks to the listener on the
 other side over an RF comm using BT?

 just wild guess apologies if its is completely out of context.


 Thanks
 Vijay

 On Tue, Mar 27, 2012 at 9:52 AM, Kristopher Micinski
 krismicin...@gmail.com wrote:

 On Tue, Mar 27, 2012 at 10:50 AM, MadihaKhalid tears.blos...@gmail.com
 wrote:
  Alright.
  Any other solutions
  do you have ?
  Do you thing it can be implement by using any other trick.?
 
 

 If it can be implemented by using a trick then the android platform
 is severely broken, and I'm going to write this as malware so that I
 can control my enemies' phones.

 Kris

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mobile to Mobile remote access

2012-03-27 Thread MadihaKhalid
yes i am also doing the same trick
i have face problem in controlling the other mobile phone with screen shot. 
touchListener can solve this problem??



On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who 
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which 
 I can access *Another Android device* including all the events that 
 happens on the host device(just like TeamViewer for desktop). 

 is there any protocol for Android device sharing ? (Note: I would like to 
 do it using internet)

 please let me know any idea about it?



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Mobile to Mobile remote access

2012-03-27 Thread Kristopher Micinski
No, it can't.

You have to send the data over the network, and then on the other
side, you have to force the clicks into the UI.

You can make this work for a *specific* app, i.e., one that you write,
but you can't make this work for all apps on the platform.  The system
doesn't expose the ability for you to make a click at some random
place at a random time, that would be a big security bug.

Kris

On Tue, Mar 27, 2012 at 10:43 AM, MadihaKhalid tears.blos...@gmail.com wrote:
 yes i am also doing the same trick
 i have face problem in controlling the other mobile phone with screen shot.
 touchListener can solve this problem??



 On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which
 I can access Another Android device including all the events that happens on
 the host device(just like TeamViewer for desktop).

 is there any protocol for Android device sharing ? (Note: I would like to
 do it using internet)

 please let me know any idea about it?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mobile to Mobile remote access

2012-03-27 Thread MadihaKhalid
Alright.
Any other solutions
do you have ?
Do you thing it can be implement by using any other trick.?


On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who 
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which 
 I can access *Another Android device* including all the events that 
 happens on the host device(just like TeamViewer for desktop). 

 is there any protocol for Android device sharing ? (Note: I would like to 
 do it using internet)

 please let me know any idea about it?



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Mobile to Mobile remote access

2012-03-27 Thread Kristopher Micinski
On Tue, Mar 27, 2012 at 10:50 AM, MadihaKhalid tears.blos...@gmail.com wrote:
 Alright.
 Any other solutions
 do you have ?
 Do you thing it can be implement by using any other trick.?



If it can be implemented by using a trick then the android platform
is severely broken, and I'm going to write this as malware so that I
can control my enemies' phones.

Kris

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mobile to Mobile remote access

2012-03-25 Thread changqing shao
Alljoyn

On 3月23日, 上午3时50分, MadihaKhalid tears.blos...@gmail.com wrote:
 i just want to know that how i could develop an android application who
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which I
 can access *Another Android device* including all the events that happens
 on the host device(just like TeamViewer for desktop).

 is there any protocol for Android device sharing ? (Note: I would like to
 do it using internet)

 please let me know any idea about it?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Mobile to Mobile remote access

2012-03-24 Thread MadihaKhalid
i have also find , that it will be possible through server who will pass 
traffic between Mobile phones.
but how i can make it possible when a mobile user share Screen with other 
mobile user and 
this mobile can have access to use this Mobile as shown in attach file

  

 
On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who 
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which 
 I can access *Another Android device* including all the events that 
 happens on the host device(just like TeamViewer for desktop). 

 is there any protocol for Android device sharing ? (Note: I would like to 
 do it using internet)

 please let me know any idea about it?


On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who 
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which 
 I can access *Another Android device* including all the events that 
 happens on the host device(just like TeamViewer for desktop). 

 is there any protocol for Android device sharing ? (Note: I would like to 
 do it using internet)

 please let me know any idea about it?


On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who 
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which 
 I can access *Another Android device* including all the events that 
 happens on the host device(just like TeamViewer for desktop). 

 is there any protocol for Android device sharing ? (Note: I would like to 
 do it using internet)

 please let me know any idea about it?



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=enattachment: Remote Access.jpg

Re: [android-developers] Re: Mobile to Mobile remote access

2012-03-24 Thread Kristopher Micinski
You can't do this.

Not without major changes to the firmware.

And even then nobody will have your firmware, so nobody will be able to use it..

kris

On Sat, Mar 24, 2012 at 5:02 AM, MadihaKhalid tears.blos...@gmail.com wrote:
 i have also find , that it will be possible through server who will pass
 traffic between Mobile phones.
 but how i can make it possible when a mobile user share Screen with other
 mobile user and
 this mobile can have access to use this Mobile as shown in attach file




 On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which
 I can access Another Android device including all the events that happens on
 the host device(just like TeamViewer for desktop).

 is there any protocol for Android device sharing ? (Note: I would like to
 do it using internet)

 please let me know any idea about it?


 On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which
 I can access Another Android device including all the events that happens on
 the host device(just like TeamViewer for desktop).

 is there any protocol for Android device sharing ? (Note: I would like to
 do it using internet)

 please let me know any idea about it?


 On Friday, March 23, 2012 12:50:45 AM UTC+5, MadihaKhalid wrote:

 i just want to know that how i could develop an android application who
 give remote access to other Android mobile.

 I just want to know the ways of implementing an application through which
 I can access Another Android device including all the events that happens on
 the host device(just like TeamViewer for desktop).

 is there any protocol for Android device sharing ? (Note: I would like to
 do it using internet)

 please let me know any idea about it?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en