Is it possible to add items to the lock screen? I noticed that when
setting an alarm using AlarmClock, it adds another view to the layout
that has a bell icon and tells the day/time of the next alarm... I was
wondering if it was possible to extend this functionality to my own
activity?
Thanks
--~
Hi,
i tried the above modifications, i am not getting the logs from libraries
(pv player). PV logger enabling method has changed? Any other methods to
enable. I am trying it on the emulator.
On Fri, Nov 7, 2008 at 8:21 AM, Dave wrote:
>
> To turn on PV logging, change extlibs/pv/oscl/pvlogge
I have an application using ImageButton. When I touch it, sometimes
it doesn't response. Sometimes it response. The response time is slow.
But using the G1 phone's dial function, when I touch the number, the
response time is very fast.
Does anyone know why?
Thanks!
Cindy
--~--~-~--~--
Hi, I also work on the ftp uploading, and Use Jakarta commons FTP.
but I always meet exception
the code is:
FTPClient ftpClient = new FTPClient();
ftpClient.connect(InetAddress.getByName(server));
ftpClient.login(user, password);
Log.d("FTP",ftpClient.getReplyString());
ftpClient.changeWorkingDir
Hi ,all
when I run those code,
FTPClient ftpClient = new FTPClient();
ftpClient.connect(InetAddress.getByName(server));
ftpClient.login(username, password);
Log.d("FTP",ftpClient.getReplyString());
ftpClient.changeWorkingDirectory(serverRoad);
ftpClien
Yeah,It worked fine now ..The best gift ever for my christmas,
Thanks again and May everyone happy too !
On 12月24日, 下午1时45分, Ashrotronics <030440...@163.com> wrote:
> First,Thank u for ur info,
> when i click an icon on the screen,I got the following:
> /dev/input/event0: 0003 00b7
> /de
Hi,
when I use Jakarta CommonsFTP,
In the code ftpClient.listFiles("files") or ftpClient.storeFile();
get the error:
org.apache.commons.net.ftp.FTPConnectionClosedException:
Connection closed without indication.
Did you meet such thing?
On Nov 3, 9:01 am, petunio wrote:
> Hi Ever
Hi,
I am trying to insert byte data in my application DataBase(SQLite). So
which data type will fit in to that. Pleaser help me...
Thanks,
Muthu
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" grou
First,Thank u for ur info,
when i click an icon on the screen,I got the following:
/dev/input/event0: 0003 00b7
/dev/input/event0: 0003 0001 004a
/dev/input/event0: 0001 014a 0001
/dev/input/event0:
/dev/input/event0: 0001 014a
/dev/input/event0: 0
My approach is to relief the main thread from any heavy lifting;
calling web servers, processing data and preparing data structures.
Calls to web servers should also not be made directly from the main
thread. All that helps a great deal to keep the app responsive.
Correction: Is essential to keep
There will be an official Android driver for Vista 64 bit later. In
the meantime there's an unofficial hacked one at xda.
R/
On Tue, Dec 23, 2008 at 2:51 AM, onlythoughtwo...@googlemail.com
wrote:
>
> Thanks. But I´m currently running Vista 64-Bit Version, but i think i
> can forward usb ports i
I think samples/ApiDemoes has examples of intrumentation. Stuff has
been posted on the forum in the past too so search for it!
R/
On Tue, Dec 23, 2008 at 1:24 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ)
wrote:
> Can i get examples for this please?
>
> On Tue, Dec 23, 2008 at 10:50 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ)
Bump
anyone have an idea???
On Dec 22, 8:06 pm, Kingorcus wrote:
> I need google's response on this one please
> I noticed that Astro's App can extract the apk files for installed
> apps on the phone.
>
> 2 things
> this contradictshttp://code.google.com/android/devel/security.html
>
> and is t
Here is my code, but still crush my android, and get an Error
package irdc.ex03_18;
import java.io.IOException;
import java.io.InputStream;
import android.app.Activity;
import android.content.res.Resources;
import android.os.Bundle;
public class EX03_18 extends Activity
{
protected static In
it means you must be root to be able to use the "getevent" program.
in other words, it can only work in the emulator or if you have a developer
phone (after running the "su" command to go into root shell mode)
On Wed, Dec 24, 2008 at 3:29 AM, Ashrotronics <030440...@163.com> wrote:
>
> Hi everyo
I m not going to offense ur dream... However, these pictures are
provided and designed by Android fans only. The actual T-Mobile G2
pictures are not going to be published yet. All we know til now is G2
will have a virtual keyboard and be published during March in the next
year.
On 12月22日, 上午3時07分
Hi everyone:
after adb shell,i send the getevent command,but the screen tells me
"could not get driver version for /dev/input/mouse0,not a
typewriter",I'm just wondering why shoule this happen and what it
means ,
Tks in advance!
--
Bgs
Ashrotronics
--~--~-~--~~~---
I was thinking that Dalvik GC was the stop-the-world GC. Does it matter to
call gc manually in a seperate thread or UI thread itself?
-freepine
On Wed, Dec 24, 2008 at 2:49 AM, JP wrote:
>
> Depends where it's placed at. I calls to the GC "scattered" all over,
> but with discretion. I made a co
I am getting the following exception:
12-24 00:29:25.922: ERROR/AndroidRuntime(267): Uncaught handler:
thread main exiting due to uncaught exception
12-24 00:29:25.960: ERROR/AndroidRuntime(267):
java.util.ConcurrentModificationException
12-24 00:29:25.960: ERROR/AndroidRuntime(267): at
java
Yes, there would have been Android DIY parts everywhere if Google had
poured $100M on AHDC (Android Hardware Developer Challenges)!!!
Google, pour $100M to pop up a MTK for Android and i'm sure that you
will be henceforth invincible in mobile industry!!
a hungry AD :)
On Dec 20, 7:34 pm, "
If there is one, the size of that thing would be like the 1st
generation cell phone or size of a desktop computer = HUGE.
The components used in the typical cell phone is way too tiny for DIY.
Cheers
Eric
Portable Electronics Ltd
www.hdmp4.com
On Dec 23, 7:45 pm, "cer...@gmail.com" wrote:
This should have showed up in your Google searching.
http://code.google.com/p/openintents/wiki/SensorSimulator
- Juan T.
On Dec 17, 12:44 am, Hopper wrote:
> Hey all,
>
> I'd like to know what options (if any) I have to test
> theOrientationListener-- and other sensors -- from within the And
Does anyone know what happened in the two cases I demonstrated in the
previous post?
Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-dev
well, I'm actually using Eclipse as I did on the emulator...
and this is how I wanna use once I also want to debug on the real
device...
Rafael Fernandes
On Dec 23, 4:55 pm, Michael wrote:
> Yes, this is expected behavior, it's to prevent one application from
> accessing the data of another.
>
Thanks Dave!
--~--~-~--~~~---~--~~
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-de
The Cupcake branch has provisions for streaming linear PCM audio in
and out of Java.
But before everyone gets too excited, please remember that it takes
time for code in a stabilization branch to be deployed on a device.
There are a series of release candidates, terminal acceptance cycles
on hand
That looks fine. The only issue/trick for bitmaps that I'm aware of is
the option to call bitmap.recycle(), which forces the bitmap to free
its pixel memory immediately, rather than waiting for the GC. This is
optional, since the GC will trigger this too. Calling recycle() is
tricky, becaus
I have no experience with this particular need; if you cannot find a
call in Context that would offer this capability you need to actively
manage this somehow.
On Dec 22, 8:14 pm, Moto wrote:
> Hey JP thanks for your reply!
>
> So I'm looking at what your saying but bindService() says it will
>
Depends where it's placed at. I calls to the GC "scattered" all over,
but with discretion. I made a concious design decision to avoid
allocating memory in the presentation layer which is handling user
interactions. I rely on a separate thread to handle all "back end"
activities such as capturing a
Thanks!
I believe that Android team will add support for streaming sometime in the
future, is that right?
On Tue, Dec 23, 2008 at 4:37 PM, Dave Sparks wrote:
>
> The MediaPlayer doesn't support streaming at all. You can get away
> with a "pseudo-streamed" MP3 because the MP3 format was intended
The MediaPlayer doesn't support streaming at all. You can get away
with a "pseudo-streamed" MP3 because the MP3 format was intended to be
broadcast and the MP3 parser is a bit more forgiving about it than the
other parsers.
On Dec 23, 4:21 am, "Aldo Neto" wrote:
> Hi,
> I developed a quite sim
1. The Music Player stops playing when a call comes in and resumes
after the call is complete. With Cupcake, the music player will slowly
ramp up the volume after the call is completed.
2. The streaming audio interface is more flexible than InputStream.
You can build an InputStream interface on i
I've seen many discussions on freeing Bitmaps, but I don't think I have ever
seen a definitive answer on the proper method of doing it.
I have an activity which creates a custom class, and the custom class has a
clear method, which I call before freeing the class.
Below is the code fro
Thanks Romain.. it seems that all I really needed was the name of the
OnScrollListener to find everything I needed... and embarrass myself a
little.
I have the apiDemos in my workspace so when I need examples I usually just
search the entire workspace for the Class name I'm interested in, and of
I assume he meant this:
http://code.google.com/android/reference/emulator.html
On Tue, Dec 23, 2008 at 12:39 PM, JBQ wrote:
>
> where is the emulator instal lnotes?
> Thanks.
>
> On 12月23日, 下午7时11分, "Fred Grott(shareme)"
> wrote:
> > I assume you mean use browser to got an URL , correct?
> >
>
Yes, this is expected behavior, it's to prevent one application from
accessing the data of another.
But this does not get in the way of using adb to install/remove
applications. You are using "adb install" and "adb uninstall" yes?
--~--~-~--~~~---~--~~
You receiv
Hi all,
Is there a way for a receiver or service to know which activity is
currently visible to the user so that you can change behavior?
Similarly, is there a way to know if the screen is off (perhaps this
should be a function of the wakelock service)?
Thanks,
Adam
--~--~-~--~~
//Notable changes introduced in cupcake://
# Music
- New features
Music playback fades in after suspending for phone call.
# Framework
- Streaming audio I/O for applications.
Questions:
1). Fade Music playback, will we have to lessen to an onCall event?
and handle the fades or will
Helo Everyone
I created two tables in sqlite.
I want to insert records into two tables. but i only insert into
first table .I cant insert anything into second table
I followed the NotePad3 application for insert the records into
first table , but I cant follow the same thing for my secon
Hi!
I am wondering if there is a way to retrieve a list of my app's scheduled
alarms.
Thanks,
--
Cezar Augustus Signori
http://www.linkedin.com/in/cezarsignori
-- http://www.android-br.mobi
--~--~-~--~~~---~--~~
You received this message because you are subscribe
Hi.
I want to implement tabs without using xml..
Please can any one guide me.
--
Thank's in adv.
Diya :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email
Hi,
I developed a quite simple code for audio streaming with MediaPlayer
(please see code below). I tested it with an MP3 file and it worked
perfectly. However, when I tested the same code with a WAV audio, the
MediaPlayer was unable to stream the audio properly.
I had to build a StreamPlayer
Hi,
Where are the new features? I see the code and assumed it should show
up on emulator if i run it from the new cupcake directory. Am unable
to
see any new stuff through the emulator.
Steps I tried:
repo sync # tried exclusive cupcake repo and android separately
. ./build/envsetup.sh
lunch
So I'm trying to execute an explicit intent via:
Intent i = new Intent();
i.setClassName("com.compareeverywhere",
"com.compareeverywhere.ScanActivity");
startActivity(i);
That's the activity fired up when the app wants to read a barcode.
The error I get:
I/ActivityManager( 58): Starting act
The web view demo at apps-fr-android is very nice.
I thought I would show somewhat a preview of what can be done..
http://www.youtube.com/watch?v=N7Amsr-_cDo
As we head into the new year I should in Jan have PhoneGap lib s
working, GPS and etc, and than have some integration with Google APis
a
Hi,
I tried the latest both the cupcake and typical android branches.
Could somebody tell me how to use the onscreen keyboard
(which is allegedly available) through the emulator.
Thanks,
Rajesh.S
--~--~-~--~~~---~--~~
You received this message because you are subscr
where is the emulator instal lnotes?
Thanks.
On 12月23日, 下午7时11分, "Fred Grott(shareme)"
wrote:
> I assume you mean use browser to got an URL , correct?
>
> while having the browser run click on menu and you should see an item
> to make tat happen on the pop up dialogue.
>
> The emulator is alread
Hello everyone,
I have a question concerning Application StartUp Animation.
In the Android Docs it states that you set theme via styles.xml and
AndoridManifest.xml so as to have it accessible for startup
animation..
it sort of wokrs..but I still have a flash of white in the App StartUp
animatio
I assume you mean use browser to got an URL , correct?
while having the browser run click on menu and you should see an item
to make tat happen on the pop up dialogue.
The emulator is already set to browser www network wise unless you are
behind a proxy if behind a proxy see the emulator instal
Thanks. But I´m currently running Vista 64-Bit Version, but i think i
can forward usb ports in virtual box and use adb shell from a virtual
linux installation. Or is there any driver for win 64 bit system out
yet? Anyway i´ll try VB and let you know if it works...
On Dec 23, 12:57 am, Mark Murphy
Hey guys,
I've got my Android Dev Phone 2 weeks ago and I'm trying to put/debug
my app there since then...
I can put my app there using adb shell but not from eclipse...
there is a tricky though, I have to open a shell and then issue "su -"
then I have access to /data/data folders
raf...@android-
Can i get examples for this please?
On Tue, Dec 23, 2008 at 10:50 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ) <
man...@gmail.com> wrote:
> Can I get any examples???
>
>
> On Mon, Dec 22, 2008 at 11:36 PM, Ralf wrote:
>
>> It's called "Instrumentation" under Android:
>>
>> http://code.google.com/intl/fr/androi
don't forget to enable "USB debugging" in the Settings to be able to see
your device through ADB
On Tue, Dec 23, 2008 at 12:57 AM, Mark Murphy wrote:
>
> onlythoughtwo...@googlemail.com wrote:
> > Thanks, is there another way then telnet to access the phones console
> > from my pc. SSH?
>
> adb s
Hi All,
Please help me...i want service start when i install application...i
have done on Boot Completed..but how to do start with install
application Crying or Very sad
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Gro
Android is a software platform, it does not dictate any hardware it must
run on. You can write any additional software you need to support the
hardware of your choice.
Al.
cer...@gmail.com wrote:
> I means is there is phone have main board,CPU,harddisk,RAM,and so
> on,then it can be assembly b
I means is there is phone have main board,CPU,harddisk,RAM,and so
on,then it can be assembly by any people,like a computer!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this gr
Trying to send a png as an email attachment. I found the following,
which works except that the image is automatically converted to a very
lossy jpeg by the time it reaches the email program (it even has
a .jpg extension). I'm quite perplexed by that:
Bitmap image = Bitmap.createBitmap(view.get
57 matches
Mail list logo