[android-developers] Multiple IP´s on the same device (IPv6)

2016-10-28 Thread Manu G
Hi, i have a IPv6/48 address space from tunnelbroker.net, and i wonder if i can assign new IP´s trough my app to end devices. Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving ema

[android-developers] Screen Recording or Screen capture

2011-08-04 Thread Manu
Hi, Is there a way where I can capture the screen of my android device in real time? I browsed few forums but unable to get this information. I'm looking for Screen capture as images (video would be even good). I'm new here, so bear my technical knowledge in explaining my requirement. -- You rec

[android-developers] sample pvrtc application.

2011-06-28 Thread Manu
hi i want to write a openGl application which uses the GLES2 ext which i couldnot find in the sdk(2.3.3). how can i use the constants openGl parameters defined in GLES2ext. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Barcode scanning in android App

2011-04-20 Thread manu
Hello Friends, I wanted to implement bar code scanning feature in App and then use that for searching products. Can you please share relevant helpful information? Thanks, Manu -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Is it possible to create Auto Call Recording ??

2011-04-15 Thread Manu
Hi, I am new to this technology & so i am doing some test projects in various aspects..now my question is "can we record calls automatically in android os?" if so pls explain it & how can we do that? will be very thankful to u if provide some example program. Thanks in advance. -- You received t

[android-developers] bluetooth apps for android

2010-07-11 Thread Manu
Is there anyway of testing bluetooth applications for android phone without actually having a real android device. I am asking this because the emulaator does not support bluetooth. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] select text in Edittext box

2010-06-03 Thread Manu
whenever i use the methods getselectionstart and getselectionend on a edittext widget ,i get both the integers equal to zero,could anyone please help me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to a

[android-developers] How To Select Text in Text View

2010-05-24 Thread Manu
i need a reader where in the user can select some text.Once the user Selects that text I should be able to acccess that text .Is This possible .Please Help.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] NullPointerException while building android app using ant.

2010-02-11 Thread manu
Hi All, While building the android app using ant am getting the following exception. Couldn't figure out why these exception are thrown!!! Execute:Java13CommandLauncher: Executing 'D:\Android-2.0\android-sdk- windows\platforms\android-1.5\tools\aapt.exe' with arguments: 'package' '-f' '-M' 'E:\ma

[android-developers] Android permission to open("/dev/mem",...)

2009-11-04 Thread Manu
ing I can do via the permission inside the xml manifests ? Thanks, Manu -- 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

[android-developers] ssh and ftp connections not run in android sdk 1.6

2009-10-10 Thread manu
Hi, i've developed a conectivity app. The ssh connection run successfully in sdk 1.5, but in the new version never connect with the servers. I use the jsch library to make ssh connection. My other problem is the ftp connections, this never run in android sdk, i try my code with SUN's JRE and run

[android-developers] Re: how to use commons-net-2.0 lib in the emulator

2009-09-11 Thread manu
i've the INTERNET permission, i can to list directories using ssh protocol but i can open a ftp connection, but i cannot list nothing i ever get a empty array --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Re: how to use commons-net-2.0 lib in the emulator

2009-09-11 Thread manu
I'm having a problem with common-net 2.0 in android, when i invoke the listFiles() method i ever get nothing, if i run the same code with SUN JRE in get a big list of FTPFiles. Anyone can help me? --~--~-~--~~~---~--~~ You received this message because you are subs

[android-developers] Re: Code working in standalone java; doesnot work in android (android-sdk-windows-0.9_beta)

2008-08-22 Thread Manu
t; > Cheers, > Justin > Android Team @ Google > > On Aug 22, 12:51 pm, Manu <[EMAIL PROTECTED]> wrote: > > > Here is the stack trace log output for > > StackTraceElement stack[]=e.getStackTrace(); > >       for(StackTraceElement i:stack) > >    

[android-developers] Re: Code working in standalone java; doesnot work in android (android-sdk-windows-0.9_beta)

2008-08-22 Thread Manu
alvikvm( 88): GC freed 3886 objects / 166536 bytes in 1053ms D/dalvikvm( 113): GC freed 3 objects / 72 bytes in 414ms D/dalvikvm( 94): GC freed 159 objects / 10880 bytes in 471ms On Aug 23, 12:29 am, Manu <[EMAIL PROTECTED]> wrote: > Justin, > > How can I print the excepti

[android-developers] Re: Code working in standalone java; doesnot work in android (android-sdk-windows-0.9_beta)

2008-08-22 Thread Manu
Justin, How can I print the exception to a logcat? Is it feasible?. I tried attaching src of gdata to android project for debugging but compilation fails and so cannot debug. Thanks Manoj On Aug 23, 12:23 am, Manu <[EMAIL PROTECTED]> wrote: > Justing, > It appears that the code

[android-developers] Re: Code working in standalone java; doesnot work in android (android-sdk-windows-0.9_beta)

2008-08-22 Thread Manu
D/dalvikvm( 51): GC freed 9280 objects / 422384 bytes in 873ms Thanks Manoj On Aug 22, 9:21 pm, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > What's the output from logcat? > > Cheers, > Justin > Android Team @ Google > > On Aug 22, 7:20 am, Ma

[android-developers] Code working in standalone java; doesnot work in android (android-sdk-windows-0.9_beta)

2008-08-22 Thread Manu
8-22T15:00:00-08:00"); DateTime endTime = DateTime.parseDateTime("2008-08-22T17:00:00-08:00"); When eventTimes = new When(); eventTimes.setStartTime(startTime); eventTimes.setEndTime(endTime); myEntry.addTime(eventTimes); Thanks Manu // Send the request and