[android-developers] Android Dev Phone 1

2008-12-09 Thread Joel
Thought this would be the best place to post this, as the Dev Phone is clearly not for typical users. However, on any of the pages with information about the Dev Phone 1, I don't see whether it supports the Android Market. Seems like it should be a simple question, so I'll post it as a yes/no.

[android-developers] Re: Deployment of native C library

2009-01-01 Thread Joel
Sounds as if you don't have root. Did you issue a su command first? On Jan 1, 6:11 pm, shimo...@gmail.com shimo...@gmail.com wrote: Hi, Tried that on my Dev Phone, and got mount: operation not permitted Can you tell me why ? TIA On Nov 17 2008, 11:48 am, li chen freep...@gmail.com

[android-developers] Re: App widgets and remote views

2009-04-21 Thread Joel
of the framework. Joel --~--~-~--~~~---~--~~ 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] How to deal with an app widget that can have variable sizes

2009-04-24 Thread Joel
- current conditions, Weather - hourly forcast, and Weather - week long forcast. Is my understanding correct, or am I missing something? Joel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] jpg images noisy on sdcard but fine in gallery, only on Android 1.6 (1.5 is fine)

2009-11-24 Thread Joel
In my application users take photos with an Activity that implements SurfaceHolder.Callback. The uri.toString() is then passed as an extra to a subsequent Activity that displays the image. All fine, except for in Android 1.6 the jpgs on the sdcard have a strange noise when looking at them through

[android-developers] DDMS under Mac OS X 10.5 (Snow Leopoard)

2009-08-30 Thread Joel
Under snow leopard I get an error running ddms: 11:17 E/ddms: shutting down due to uncaught exception 11:17 E/ddms: java.lang.UnsatisfiedLinkError: ANDROID_HOME/tools/lib/ libswt-pi-carbon-3236.jnilib: no suitable image found. Did find: ANDROID_HOME/tools/lib/libswt-pi-carbon-3236.jnilib: no

[android-developers] Please help , how you would do it

2010-08-12 Thread joel
Need some guidance to incorporate dynamic authentication as in here http://consumeradoption.com/sherman1/ Thank You. -- 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

[android-developers] Has anyone used it?

2010-08-14 Thread joel
Has anyone used dynamic authentication? If so, need some guidance to incorporate dynamic authentication as in here http://consumeradoption.com/sherman1/ Thank You. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] AlertDialogs + Threads = Force Close

2010-07-01 Thread Joel
Greetings all, I have searched high low and have not come up with the answer to this, so please forgive me if I’ve missed something – I’m cross-eyed at this point. I’m new to Android, but doing pretty well so far. I’m having a problem displaying an AlertDialog inside of a thread. No matter

[android-developers] NPE with Uri, ACTION_MEDIA_CAPTURE and onActivityResult when photo taken in landscape orientation

2010-07-30 Thread Joel
Hi, I get NPE's for a Uri in the callback in onActivityResult I instantiate on launching the on-board camera activity ONLY WHEN the Nexus One (2.2) is used to take a photo in landscape orientation. public class Photo_Activity extends Activity { private final static int TAKE_PHOTO = 2; private

[android-developers] Re: NPE with Uri, ACTION_MEDIA_CAPTURE and onActivityResult when photo taken in landscape orientation

2010-07-30 Thread Joel
destroying my Photo_Activity (It's launchMode:singleTask)? On Jul 30, 11:12 am, Joel joelefisc...@googlemail.com wrote: Hi, I get NPE's for a Uri in the callback in onActivityResult I instantiate on launching the on-board camera activity ONLY WHEN the Nexus One (2.2) is used to take a photo

[android-developers] Re: NPE with Uri, ACTION_MEDIA_CAPTURE and onActivityResult when photo taken in landscape orientation

2010-07-30 Thread Joel
Addendum2: No, this also happens with launchMode:standard. On Jul 30, 11:37 am, Joel joelefisc...@googlemail.com wrote: Is it because it's destroying my Photo_Activity (It's launchMode:singleTask)? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: NPE with Uri, ACTION_MEDIA_CAPTURE and onActivityResult when photo taken in landscape orientation

2010-07-30 Thread Joel
--SOLVED-- This is actually caused by my Photo_Activity being destroyed and created again just before the callback from the on-board camera activity when the orientation of the camera activity is changed. Fix is to set screenOrientation=portrait (or landscape). Then my Photo_Activity is not

[android-developers] Hello Android app not working?

2010-10-06 Thread Joel
I followed the instructions on setting up the Android SDK by installing the java SDK first, then the Android SDK (including the various platforms), installed eclipse, set up the ADT for eclipse plugin, and typed in the code (I copy and pasted straight from the site too but still didn't work) What

[android-developers] Manipulating SIM card or SD card pins

2010-10-12 Thread Joel
Hi, I am trying to write a program that will be able to read digital signals from the SD card slot or SIM card. Unfortunately, the computer I am working on is a bit slow and and I am just starting and not very familiar with the android platform. Does this code look right? Thanks! package

[android-developers] Handling Cookies

2010-06-24 Thread Joel
of cookies retrieved from the server when I initially log in. After storing all of these cookies in the Application, I then use httpClient.getCookieStore().addCookie() to add those cookies back into subsequent requests. Is there a better method, or is this the only way to handle this? Thanks, Joel

[android-developers] Proper call for InputStream exceptions?

2011-01-20 Thread Joel
Hi there, so I have a problem when trying to set and read an InputStream from a Uri with path Uri simUri = Uri.parse(content://icc/ sdn); int readnumber = 0; InputStream simStream = null; // while (keepread) {

[android-developers] Entering application from Task Manager

2011-01-24 Thread Joel
Hi Android Developers, I would like to have users entering my application via my Main Activity, from Android's menu, and from the Task Manager. Currently all my Activities are in single instance mode, and all my Activities have no history set to true except for the Main Activity. When users

[android-developers] Button Style programmaticaly

2012-04-26 Thread Joel
Hi, I am a new Android developer and i have a problem with buttons and styles. I have to create buttons with java code and I want set a specific style. My code: in values directory -- styles.xml ?xml version=1.0 encoding=utf-8? resources style name=ButtonText item

[android-developers] Keeping http session with android/rails

2012-05-15 Thread Joel
the method postRequest. I'm attaching part of the code I'm using. I'll try to make a new application isolating the the problem. -- Joel Silva Uchoa -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: sim needed for accessing market?

2008-12-14 Thread Joel Knighton
Based Tech Support Specialist Hazel Crest Illinois xavieruni...@gmail.com¥xavieruni...@hotmail.com¥truestar...@yahoo.com Fear of a name, only increases fear of the thing itself. -- Joel Knighton --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Android Dev Phone 1 and AT T

2008-12-16 Thread Joel Knighton
) ? -- Joel Knighton --~--~-~--~~~---~--~~ 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

[android-developers] Re: Deployment of native C library

2009-01-02 Thread Joel Knighton
it hangs, then issues a warning box saying: Activity pTerminal (in application pTerminal) is not responding Do you have a Dev Phone ? Thanks. On Jan 2, 3:39 am, Joel joel.knigh...@gmail.com wrote: Sounds as if you don't have root. Did you issue a su command first? On Jan 1

[android-developers] Re: Secrity with SlideMe

2009-01-07 Thread Joel Knighton
, but can be loaded to run? If yes, please direct me to some documentation/explanation of that feature! Regards, Per Steffensen -- Joel Knighton --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Secrity with SlideMe

2009-01-07 Thread Joel Knighton
. On Wed, Jan 7, 2009 at 2:05 PM, Shane Isbell shane.isb...@gmail.comwrote: Hi Joel, Are you able to pull the applications that have been installed through Android Market off of the device on the dev phone? SAM is using the system installer, so it will be the same as Android Market. We are limiting

[android-developers] Re: Secrity with SlideMe

2009-01-07 Thread Joel Knighton
As Dianne mentioned, PacMan doesn't work. You actually can't seem to download it on the ADP1 anyway. However, I could retrieve the .apk of other applications downloaded from the Android Market. On Wed, Jan 7, 2009 at 8:15 PM, Shane Isbell shane.isb...@gmail.com wrote: Hi Joel, Can you

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-11 Thread Joel Knighton
have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. -- Joel Knighton --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-11 Thread Joel Knighton
Okay, Stoyan, if you want to do a ls -l -R and then email it to me ( joel.knigh...@gmail.com) I'll read through it and see if I notice a problem. (You can email straight from the terminal app) On Sun, Jan 11, 2009 at 8:41 PM, Joel Knighton joel.knigh...@gmail.comwrote: Do you have busybox

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-12 Thread Joel Knighton
there (+ I'll have root this time :) Thanks, Stoyan -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. -- Joel

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-12 Thread Joel Knighton
In fact, if you have root access, a $su #echo all /proc/yaffs #cat /proc/yaffs would be optimal. This should give a fair amount of debugging info for system, userdata, and cache. If you post that up here, I should be able to give it a shot. On Mon, Jan 12, 2009 at 3:54 PM, Joel Knighton

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-12 Thread Joel Knighton
it in a new post. On Mon, Jan 12, 2009 at 11:58 PM, Joel Knighton joel.knigh...@gmail.com wrote: In fact, if you have root access, a $su #echo all /proc/yaffs #cat /proc/yaffs would be optimal. This should give a fair amount of debugging info for system, userdata, and cache. If you post

Re: BUG, TERRIBLE BUG!!! Re: [android-developers] Re: HELP! (was Re: Low on space)

2009-01-12 Thread Joel Knighton
but I'll send it in a new post. Until today I didn't have the need to have root access :) Even now I don't *need* to have one, but *will* downgrade to RC29 when I have some spare time. Cheers, Stoyan -- Joel Knighton --~--~-~--~~~---~--~~ You received

[android-developers] Re: Viewing G1's data folder (via DDMS)

2009-01-17 Thread Joel Knighton
allow me to expand data folder. No problems in viewing the content of the other two folders: sdcard system. BTW the reason I'm interested in data folder is to view an ANR file (log msg from G1: 'Wrote stack trace to '/data/anr/traces.txt' ). Any ideas? GiladH -- Joel Knighton

[android-developers] Re: Tmobile Android touch screen not working after 2 minutes broswing.

2009-01-18 Thread Joel Knighton
, and that's reason I suspected it is caused by O.S. instead of hardware. Any one have same problem? Thanks. Elf -- Joel Knighton --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Tmobile Android touch screen not working after 2 minutes broswing.

2009-01-18 Thread Joel Knighton
clicking) I don't remember it was so bad before. I got it 2 months ago, I don't think the phone have any hardware damage. #3 I guess u asking about the build id. It is kila-user 1.0 TC4-RC30 116143 Thanks in advance. Elf On Jan 18, 11:32 am, Joel Knighton joel.knigh...@gmail.com wrote

[android-developers] Re: Developing on Stock T-Mobile G1?

2009-01-19 Thread Joel Knighton
and relatively simple. Raymond -- Joel Knighton --~--~-~--~~~---~--~~ 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

[android-developers] Re: Android SDK v1.1 - changes / bug fixes or lack of

2009-02-09 Thread Joel Stanley
On Tue, Feb 10, 2009 at 08:00, Mark Murphy mmur...@commonsware.com wrote: http://developer.android.com/sdk/1.1_r1/index.html The new website doesn't display correctly on the Android browser - it doesn't allow vertical scrolling. Joel --~--~-~--~~~---~--~~ You

[android-developers] Garbage Collector

2009-11-18 Thread Joel Gonçalves
or asynchronous. Regards Joel -- 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

Re: [android-developers] Re: jpg images noisy on sdcard but fine in gallery, only on Android 1.6 (1.5 is fine)

2009-11-24 Thread Joel Fischer
. On Nov 24, 10:27 am, Joel joelefisc...@googlemail.com wrote: In my application users take photos with an Activity that implements SurfaceHolder.Callback. The uri.toString() is then passed as an extra to a subsequent Activity that displays the image. All fine, except for in Android 1.6

[android-developers] Re: DDMS under Mac OS X 10.5 (Snow Leopoard)

2009-08-30 Thread Joel Fischer
Sorry, the subject line should have stated Mac OS X 10.6, of course. Under snow leopard I get an error running ddms: 11:17 E/ddms: shutting down due to uncaught exception 11:17 E/ddms: java.lang.UnsatisfiedLinkError: ANDROID_HOME/tools/lib/ libswt-pi-carbon-3236.jnilib: no suitable image

[android-developers] Re: Choosing background for Live Wallpaper.

2010-09-15 Thread Joel Duggan
to do next. I'm so close I can feel it. Joel On Thu, Sep 9, 2010 at 2:11 PM, JoelDuggan joeldug...@gmail.com wrote: Hello all, I've asked this question twice already but it didn't seem to get posted. I don't know if it just takes a while for the moderators to approve or if it got lost so

[android-developers] Ready to release first app. What now?

2010-10-05 Thread Joel Duggan
or should I use something more reputable? Does it matter? Any help/advice would be much appreciated. Joel -- 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

[android-developers] How do I make a ListView scrollbar expand whilst scrolling?

2009-05-13 Thread Joel Wright
. to allow me to control the scrollbar directly with a finger and to show the first letter of the list elements you're currently scrolled to. Any pointers would be gratefully received, Thanks, Joel. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: How do I make a ListView scrollbar expand whilst scrolling?

2009-05-13 Thread Joel Wright
identifier found error on my xml layout. Thanks again, Joel. On May 13, 8:20 pm, Jeff Sharkey jshar...@android.com wrote: Also, to get the A-Z overlay when using fastScrollEnabled, you'll need to implement SectionIndexer for your adapter.  Something like AlphabetIndexer works great if you have

[android-developers] ProtectionLevel

2010-06-07 Thread Joel Gonçalves
Also have the same problem, here is an example: 06-07 13:59:28.979: WARN/PackageManager(71): Not granting permission android.permission.INSTALL_PACKAGES to package ##APPLICATION## (protectionLevel=3 flags=0x44). -- You received this message because you are subscribed to the Google Groups Android

[android-developers] APK dependencies

2010-03-16 Thread Joel Gonçalves
Hi, I'm developing software for Android and I would like to know if there is an explicit way to describe in the Manifest file (or other place) APK dependencies. The mobile code framework I'm developing need to know, before install the APK that there is the other APK needed are already installed in

Re: [android-developers] Create a SIP application

2011-03-11 Thread Joel Grenon
Have a look at SipDroid. This is an open-source SIP client that will surely help you get started. Joel Grenon http://www.ambientreflex.com http://www.mobinsights.com Twitter: @joelgrenon On Tue, Mar 8, 2011 at 7:50 PM, Alaeddine Ghribi alaeddineghr...@gmail.comwrote: Hi, I'm preparing my

[android-developers] Modifying Keys

2011-09-30 Thread Joel Gwynn
this is being set. Any help? TIA, Joel -- 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

Re: [android-developers] NEWBIE needs help with Android Tab Widget tutorial

2011-10-01 Thread Joel Witherspoon
android:name=.SearchActivity android:theme=@style/Theme.D1 android:label=@string/title_search / /application uses-sdk android:minSdkVersion=8 / /manifest *Joel C. Witherspoon* (626) 502 - 7201 joel.withersp...@gmail.com My profiles: [image: LinkedIn] http

Re: [android-developers] What are peoples' thoughts on developing for Kindle Fire

2011-10-01 Thread Joel Witherspoon
Jeff knows the value of the developer community. I'm sure he will be more open to the community at a later time. Amazon is stepping up its game and I'm sure he'll make the Kindle more approachable in a few months. *Joel C. Witherspoon* (626) 502 - 7201 joel.withersp...@gmail.com My profiles

Re: [android-developers] Sqlite question

2011-10-20 Thread Joel Witherspoon
Well, ** The easiest query would be SELECT * FROM Your Table Name WHERE id = 101; Your result set would be 101 a 101 b 101 c Reference SQLLite here http://www.sqlite.org/lang_select.html On Thu, Oct 20, 2011 at 9:31 PM, NAVI NEW navi44...@gmail.com wrote: Hello Sir, i have a table in

Re: [android-developers] sqlite help

2011-10-21 Thread Joel Witherspoon
On Fri, Oct 21, 2011 at 10:33 AM, Mark Murphy mmur...@commonsware.com wrote: On Fri, Oct 21, 2011 at 1:31 PM, erik wagner erik.j.wag...@gmail.com wrote: I am wondering if anyone has a simple SQLite app/example they can point to, provide or whatever.  Just basically looking for an example

Re: [android-developers] Tutorial, example code

2011-10-26 Thread Joel Witherspoon
On Wed, Oct 26, 2011 at 10:33 AM, newbee12 johan.hjor...@gmail.com wrote: can anyone help me locate a source code that do something simular to this. I learn easiest by doing and testing and this is my 2nd day codeing. Looking for an app (source code) that do some basic things 1. initial

[android-developers] sdcard MEDIA_MOUNTED_SHARED

2011-06-20 Thread Joel Gwynn
. I'm developing on the Pandigital novel, with Windows 7 home premium TIA, Joel -- 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] Re: Not able to run a simple Android Program on Eclipse 3.5.2 IDE - Caused by: java.lang.IllegalStateException

2011-07-11 Thread joel witherspoon
Try uninstalling ADT and/or DDMS and reinstalling. Instructions for uninstalling are at the bottom of this link: http://docs.huihoo.com/android/2.1/sdk/eclipse-adt.html On Jul 7, 8:48 am, Sagar K sagar...@gmail.com wrote: Hi Everbody, I facing this Strange problem today. I'm not able to run

[android-developers] Database design

2012-03-07 Thread joel witherspoon
I'm writing an app with a local SQLite DB stored on the device and I wanted to periodically have the app write data to a database located on a web host or Amazon's EC2. EC2 (e.g.) will store numbers from multiple users databases into one database, then crunch numbers from that database and

[android-developers] Vertical scrolling Fish Eye Menu

2011-08-20 Thread joel witherspoon
In the latest version of Facebook's Android App, they have a Fish-eye scrolling menu that pops up when you click Most Recent in the top right corner of the app. Can someone point me to a resource that has a tutorial that implements this menu (if you know it)? -- You received this message because

[android-developers] IAP Error RESULT_SERVICE_UNAVAILABLE - Unexpected response code 429

2012-06-29 Thread Joel Martinez
Strange error that I'm seeing when trying to restore transactions: 06-29 11:57:06.255: E/Volley(16498): [13] BasicNetwork.performRequest: Unexpected response code 429 for https://android.clients.google.com/vending/api/ApiRequest 06-29 11:57:06.265: E/Finsky(16498): [1]

[android-developers] Completed source for First App

2012-11-27 Thread Joel BoardgameRpger
Im having some problems with the second part of the First app found on: http://developer.android.com/training/basics/firstapp/building-ui.html Everything compiles properly. I got through the first part: http://developer.android.com/training/basics/firstapp/creating-project.html Id like to

[android-developers] Creating an app

2013-01-07 Thread joel . hofer
are the important steps to do this? Thanks in advance Joel http://developer.android.com/resources/samples/BluetoothChat/index.html -- 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

[android-developers] Allowed to publish an app that sends post to other websites?

2016-01-05 Thread joel ng
I want to publish my app that sends a post request to a website to log in using webview, i am checking if it is allowed as the website i am logging into doesn't belong to me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: Allowed to publish an app that sends post to other websites?

2016-01-05 Thread joel ng
On Wednesday, January 6, 2016 at 1:10:17 AM UTC+8, joel ng wrote: > > I want to publish my app that sends a post request to a website to log in > using webview, i am checking if it is allowed as the website i am logging > into doesn't belong to me. > And also add ads to

[android-developers] QA Tester

2019-07-24 Thread JOEL JOSEPH
Hi All Greeting from Simba Staffing Role : QA Tester Location : Glen Allen, VA Duration : 12 Months Contract : C2C JOB DESCRIPTION Strong Healthcare Background. Payer Experience, Claims, Billings. Basic Understanding of Functional testing Minimum of 7+

[android-developers] Successful withdrawal

2020-02-23 Thread joel chisom
I feel very safe again to grow and invest my Coin for I have found a company that i can trust, for the first time in a while I feel so grateful. No limitations No hidden charges Automatic withdrawal, https://coindesk-mining.com/?ref=Zomillion -- You received this message because you are

Re: [android-developers] Re: creating a server app on the Android

2012-08-02 Thread Joel Wirāmu Pauling
Install a debian Chroot, and use apt-get install. So long as you don't need a Native UI, then you have the entire debian ARM repository available to you. I've run AXIS/MAVEN on my handsets for SOAP interactive applications. Works fine. Yeah... battery life - not really in scope ;-) On 2 August

Re: [android-developers] Remotely wipe mail in android.

2012-08-04 Thread Joel Wirāmu Pauling
Have you seen prey project? It is possibly a good start for your purposes. http://preyproject.com - sent from a small and mostly open source device. On Aug 5, 2012 2:23 PM, Kristopher Micinski krismicin...@gmail.com wrote: But if your organization uses the traditional pop/smtp infrastructure

Re: [android-developers] Hardware reccomendations: Next development laptop

2012-10-01 Thread Joel Wirāmu Pauling
On 2 October 2012 12:03, Nathan nathan.d.mel...@gmail.com wrote: Thanks to all. I hear votes for both Linux and MacBook. Buy something with linux pre-installed; such as something from : https://zareason.com/ -Joel -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Galaxy phone to Galaxy Tab

2012-10-17 Thread Joel Wirāmu Pauling
use DLNA sharing BubbleUpnp implements a render and source, and is available from the market. On 18 October 2012 11:20, tman balageet...@gmail.com wrote: My phone runs on V 2.2 so I don't have Wifi Direct and I prefer to run the application or the file without transferring it On Monday,

Re: [android-developers] Android phone stolen

2012-10-25 Thread Joel Wirāmu Pauling
http://preyproject.com First app you should install IMHO. On 26 October 2012 14:06, Michael Leung michaelchi...@gmail.com wrote: I remember some manufacturers got in-build functions for protection, like remote delete all files in the stolen phones On Fri, Oct 26, 2012 at 3:45 AM, TreKing

Re: [android-developers] Tegra

2012-11-12 Thread Joel Wirāmu Pauling
$cat /proc/cpuinfo On 13 November 2012 11:17, bob b...@coolfone.comze.com wrote: How can you tell easily if an Android device is a Tegra 2 or Tegra 3? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] My apk is pirated

2016-01-20 Thread Joel Wirāmu Pauling
direct plagiarism like this, but expending the minimal amount of effort and emotional anguish to flag it appropriately is the winning move. -Joel On 20 January 2016 at 13:48, Kristopher Micinski <krismicin...@gmail.com> wrote: > pirating an APK is easy: get it, take it off the devic

Re: [android-developers] Send all device audio over WiFi using UDP?

2016-04-05 Thread Joel Wirāmu Pauling
On 5 April 2016 at 15:53, Jerrid Schilling wrote: > Any help i ​Look at pulseaudio and the rtsp plugin/module. ​ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop