[android-developers] Re: Error 41 while Building ICS android-4.0.1_r1 Using sun-jdk6

2012-10-23 Thread Chris Sarbora
Hi softy, This forum's for app development. You'll have better luck with your question over in android-building. Chris On Monday, October 22, 2012 9:57:27 PM UTC-7, softy wrote: Hi, I am using 64 bit Ubuntu 10.04 Machine for building ICS android-4.0.1_r1 using the Android Source Link -

[android-developers] Re: Chennai MRTS @ Google Play - A brand new android app for Chennai people

2012-10-22 Thread Chris Sarbora
While there may be someone here interested in using your application, you will much more likely find here hundreds of developers ready and willing to dissect and, possibly, reverse-engineer and duplicate it ;) This forum is for discussion of app development, not really discussion of apps. Not

[android-developers] Re: Android cuts off HttpURLConnection when screen timeout occurs.

2012-10-22 Thread Chris Sarbora
You may want to rethink your network strategy; unless your app clearly requires constant network activity, you would do well to heed the system's default peripheral-sleep policies. Nothing ticks off users more than apps that kill battery by insisting that they remain active when the phone's not

[android-developers] Re: using ffmpeg library for converting no. of images into a video containing music

2012-10-19 Thread Chris Sarbora
It looks like you're passing the format string directly to the FS. If there's not a file in that directory named literally %0d.jpeg, I'd expect it to fail. On Friday, October 19, 2012 5:41:31 AM UTC-7, Narendra Singh Rathore wrote: Hello all, I have used the following link for converting

[android-developers] Re: Bluetooth App with Apple chip inside of it.

2012-10-19 Thread Chris Sarbora
Do you know the changes that were required to it? On Thursday, October 18, 2012 1:54:43 PM UTC-7, ColorTheorist wrote: There is a custom device that I am working with that has been approved to communicate with Apple mobile devices. It will be my responsibility on my end to also communicate

[android-developers] Re: Calling/Utilizing Android System Call in Application

2012-10-17 Thread Chris Sarbora
It'll definitely have to be native code, and if you're looking to monitor a different app's syscalls, you'll likely need to bake the functionality into a ROM. The Dalvik VM is pretty good at preventing your app from knowing what any other apps are doing. Haven't looked at your use case

[android-developers] Re: Plse give code to send an object through bluetooth to another device

2012-10-17 Thread Chris Sarbora
http://www.catb.org/esr/faqs/smart-questions.html On Wednesday, October 17, 2012 12:40:01 AM UTC-7, vishnu c wrote: label:Android -- 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] Re: How to anticipating where your finger will be at the time of the screen refresh on Android 4.1?

2012-10-17 Thread Chris Sarbora
Probably looks at the touch history, calculates a velocity, and projects that a few ms into the future. On Monday, August 6, 2012 7:18:23 PM UTC-7, ellis wrote: How to anticipating where your finger will be at the time of the screen refresh on Android 4.1? Android 4.1 reduced touch latency

[android-developers] Re: Added new packages are not listed while CTS execution

2012-10-17 Thread Chris Sarbora
You may have better luck in the android-building group, if you don't find any answers here. On Wednesday, October 17, 2012 7:13:49 AM UTC-7, Mohan wrote: Hi , I have added some new packages under cts/tests/tests/ folder and able to build successfully by giving make cts. And im able to

[android-developers] Re: Creating an updated Android.jar file

2012-10-16 Thread Chris Sarbora
Depends. If you want your emulator or phone to pick up the actual implementation changes, you'll have to flash the device (or create a new emulator using the build output). If you just want Eclipse to use your new android.jar for the compile linking, ... I'm not actually sure, after checking.

[android-developers] Re: Browser emulator

2012-10-16 Thread Chris Sarbora
Could try the Intel emulator, it's much faster than the standard one. Other than that, not many options for speeding the emulator up. There are no programs I know of that are purpose-built to emulate Browser (or WebView) rendering of webpages. Chrome Dev Tools and Firebug both do a pretty good

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-16 Thread Chris Sarbora
Most people don't know how to fistfight either, but that doesn't mean you should let bullies give it to you on the chin ;) On Sunday, October 14, 2012 9:26:56 AM UTC-7, Kristopher Micinski wrote: On Sun, Oct 14, 2012 at 12:17 PM, Chris Sarbora top...@gmail.comjavascript: wrote: Escalate

[android-developers] Re: Accelerometer use (G's and frequency)

2012-10-16 Thread Chris Sarbora
I'm totally talking out of my butt (have not looked at the relevant code) but I'm guessing that questions 1 and 2 have more to do with driver/hardware limits than Android-imposed limits. On Monday, October 15, 2012 6:55:47 PM UTC-7, Guillermo Polonsky wrote: Did you get a reply on any of

[android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-14 Thread Chris Sarbora
Escalate the issue with Google and point out that no legal action has actually been taken, and that they are required to reinstate your material. Follow through and do not relent until it happens or you are served with a court appearance. Then, if I were you, I would find out who is abusing

[android-developers] Re: RDP for Android

2012-10-13 Thread Chris Sarbora
Sorry, I would but I'm busy finishing up my Remake Halo in 4 Easy Steps blog post. RDP (or VNC) are very complicated. You won't find an example project out there. If you want to write a client, you'll probably need to start with the protocol docs. On Friday, October 12, 2012 12:36:06 AM

[android-developers] ViewPager subclass + onMeasure

2012-10-12 Thread Chris Sarbora
I'm trying to develop a ViewPager subclass that, among other things, limits itself to a specific aspect ratio (2:1 W:H), and accepts a BaseAdapter instead of only a PagerAdapter. I've built a PagerAdapter implementation that can take a BaseAdapter and translate to/from, without any apparent

[android-developers] Re: junit classes in live Webkit code

2012-10-12 Thread Chris Sarbora
Hi William, I just checked and the offending code actually still exists in the AOSP master branch. If you feel strongly enough about it you may want to bring it to the attention of the Android Building group, or one more specialized toward the OS development, not just app development. Just

[android-developers] Re: How can I change the package name of my apk?

2012-10-12 Thread Chris Sarbora
If you have the source code to the app, changing the package name is trivial. If you don't, it's not. That said, changing the package name of an app will result in it being a completely new app. Any existing installations will not upgrade nor recognize that your app is the same. On Tuesday,

[android-developers] Re: Whats file dir

2012-10-12 Thread Chris Sarbora
Seems like a question you'd ask FileDir.com. On Tuesday, October 9, 2012 5:12:14 PM UTC-7, Paulo Henrique Peres wrote: I received this email but not signed up my app in this place, anyone know how the apps are enrolled in filedir? Hi *Paulo Henrique Peres*, Information about your app SMS

[android-developers] Re: breakpoint hide and seek

2012-10-12 Thread Chris Sarbora
Eclipse has a Breakpoints list. In your Debug perspective, go to Window - Show View - Breakpoints. On Friday, October 12, 2012 10:13:50 AM UTC-7, bob wrote: What do you all do when your breakpoints get obscured by other symbols in the margin? For instance, there is a breakpoint here:

Re: [android-developers] ANR on android.view.GLES20Canvas.nDrawDisplayList(Native Method)

2012-10-12 Thread Chris Sarbora
Is there a possibility that you could be recursively generating an enormous view tree? Source for the cursor adapter, and any relevant custom views would be useful. On Friday, October 12, 2012 10:59:50 AM UTC-7, Gaurav wrote: Hi Romain, The ANR was observed in an activity that uses a

[android-developers] Re: ViewPager subclass + onMeasure

2012-10-12 Thread Chris Sarbora
:23 AM UTC-7, Chris Sarbora wrote: I'm trying to develop a ViewPager subclass that, among other things, limits itself to a specific aspect ratio (2:1 W:H), and accepts a BaseAdapter instead of only a PagerAdapter. I've built a PagerAdapter implementation that can take a BaseAdapter