Gphone.pl, Android, Google, IPhone, Open Social » Usenet

Wiadomości ze źródła Usenet

Sortuj wiadomości według: Nazwy | Daty | Losowo

Did you know you can do this?

Hi , your friend nishi joined this site a few weeks ago and is amazed by its features. Click on this link to join friends list. [link] <[link]>
Informacja: 2010-02-14

!

I had trouble get the MediaRecorder to work on g1 (actually with the emulator as well). I have the following samle code: MediaRecorder mRecorder = new MediaRecorder(); mRecorder.setAudioSource(Media Recorder.AudioSource.MIC); mRecorder.setOutputFormat(Medi aRecorder.OutputFormat.THREE_G PP);
Informacja: 2008-11-08

" How to send the On Call Screen Back "

Hi All, I am trying to create a application, which is capable of making phone calls to the given number at the scheduled time (someting like reminder). But at the same time once it starts to make the call, my application should take a picture from Camera. So after starting the call activity, after few seconds I want the on call screen activity
Informacja: 2009-05-05

" Touch events from my PC to device using adb shell "

Hi All, Can we able to send the touch events like key events. Can anyone tell me how to do that. Is it possible to send touch events from my PC to device using adb shell. thanks raj
Informacja: 2009-05-11

"(fix?) We're on the simulator; assuming data is connected" ???

dear all: i have try to build android for eee_701, with follow make command: make TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true -j2 installer_img TARGET_SIMULATOR=false TARGET_BUILD_TYPE=release and then install it to eeepc, and then i got the follow log: ... ... I/RIL ( 2029): Opening tty device /dev/ttyS0
Informacja: 2009-02-11

"10th & Maine" as geo URI hoses "Maps"

Has anyone noticed that if you broadcast an intent with Uri (please pretend my geo URI syntax is right, the import part is "10th & Maine"): geo:"10th & Maine, sometown, somestate, somzip" and when "Maps" tries to grab it and display the address on a map that it pops up an error like: Can't understand address "10th"
Informacja: 2009-06-09

"adb devices" on the G1

I have tried to RTFM, but I cannot figure out for the life of me how to use adb to connect to my G1. I am on a mac, and I have installed sdk in my ~/Documents directory and have not added sdk/tools to my path, because I choose to just access it directly. Please tell me how I am making this more fubar than necessary.
Informacja: 2008-11-09

"Android Developers Group for Singapore and South East Asia" IRC channel is up

Dear developers from Singapore and from our neighboring countries, We have set up our IRC channel at #CodeAndroid on irc.freenode.net where our developers can discuss and help each other out in development. Please do join us in our discussion. We will also be offering support for the upcoming ITSC's CodeXtreme competition that
Informacja: 2009-04-22

"android:windowTitleStyle" doesn't works for android:gravity = center

Hi All, Am trying to use a theme to my screen as below. <style name="MyTheme" parent="android:Theme.Light"> <item name="android:windowNoTitle">f alse</item> <item name="android:windowTitleStyle ">@style/header_style</ item> </style> In custom header style(Which is applied to the window title style) am
Informacja: 2010-02-14

"Application error" is encountered when trying to load large image file

I have encountered "Application run error" when trying to load large image file (eg. 5 Mbytes) for display using XML structure programming (e.g ImageView). Is this a known constraint? Any suggestion to workaround this? Thanks.
Informacja: 2008-10-07

"assets" directory and AssetManager caused the "No space left on device" problem

After I suspected that my sdcard.img was somehow getting imported in my application, I removed everything in my 'assets' directory. And sure enough, that was the culprit for the "No space left on device" problem. AssetManager was importing all files and sub directories in my 'assets' directory.
Informacja: 2009-01-24

"back button" function

ciao, does someone know what/how android implements the back button? If I add back button myself, Do I have to do something(use stack to remember activity) myself? Thank you so much
Informacja: 2008-09-13

"can not be resolved to a type" errors while generating List View in Eclipse

Hello! I tried building the HelloListView app (http:// developer.android.com/resource s/tutorials/views/hello-listvi ew.html) using Eclipse. I followed all steps as in the link, but not sure if I placed a String array correctly - I m getting 3 errors that say "ArrayAdapter cannot be resolved to a type", "ListView cannot be
Informacja: 2012-03-24

"cannot find symbol" error when build CTS after update few source code

Dear friends, I am working the CTS test. And I would like to update some source code for my own codec test. So "final int resid = R.raw.testvideo;" from "MediaPlayerTest.java" has been modified as "final int resid = R.raw.testvideompeg4;". And clip "testvideompeg4.3gp" has been put into the relevant folder *\cts\tests\res\raw
Informacja: 2012-03-28

"Corrupt XML binary file" error when adding a PNG to res/drawable

Hi, I'm seeing an odd error when adding a PNG file to the res/drawable directory in an otherwise working app: I/ActivityManager( 565): Start proc net.haltcondition.android.ex for activity net.haltcondition.android.ex/. ThreadedXmlList: pid=1237 uid=10018 gids={3003} W/ResourceType( 1237): Bad XML block: header size 18254 or total size
Informacja: 2009-05-18

"CREATE TABLE android_metadata failed"

Hi All, I am using SDK1.0 version. I am using database for storing business card type information. Every thing was running fairly well. All of a sudden I started getting following exception . CREATE TABLE android_metadata failed E/Database( 479): Failed to setLocale() when constructing, closing
Informacja: 2008-10-16

"Cupcake" Anyone in Google that Could Shed Some Light! :) Thanks!

//Notable changes introduced in cupcake:// - New features Music playback fades in after suspending for phone call. - 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 this be something that automatically
Informacja: 2008-12-24

"Error reading jdwp list:EOF" error trying to run HelloAndroid

Hi Downloaded the SDK and source and built, and following the tutorial for HelloAndroid. When trying to run it in Eclipse the emulator launches but Hello Android isn't displayed and I get the error message Device Monitor] Error reading jdwp list:EOF
Informacja: 2008-11-27

"Failed to reopen debug port for Selected Client to: 8700" error

Hi Lads: I'm a beginner of Android, I just installed environment today. After installation, I got [2009-03-15 22:06:10 - ddms]Failed to reopen debug port for Selected Client to: 8700 [2009-03-15 22:06:10 - ddms]Address family not supported by protocol family: bind java.net.SocketException: Address family not supported by protocol
Informacja: 2009-03-17

"geo fix" yields incorrect values

Hi all. It's been a week since I started playing with Android. I'm trying to track GPS updates in my app using telnet and the "geo fix" command. Logcat is reporting back different values from what I enter. For example: Using "geo fix 45.52304 -122.640155" my logs report back "45.52416771666667
Informacja: 2008-10-16

"Hello Android" could not be run!, compilation errors

Hello, I just started with Android, I find it interesting. I downloaded the Android SDK (C:\android-sdk-windows-1.0_r1 ). I installed Eclipse 3.4.1 (Ganymede) JDK 6 (jdk1.6.0_06) is already installed on my machine windows XP. I installed Android Development Tools plugin. In Window->Preferences->Android, I specified the SDK location "C:
Informacja: 2008-10-12

"Hello World" not even running in Emulator

I have Eclipse Galileo JDK6.17 with Android 1.5R3. I can't even get the Hello World app running correctly. A Lot of messages say to wait for the emulator, well when it first comes up, it shows attachment android1.png (also posted here:. [link] ) I will wait for a while and the screen will clear then it shows the
Informacja: 2012-03-28

"Home Sample" has arrived and I can't make it go away

Hi, I'm trying to working though the sample applications - got the HelloAndriod level app working fine. I progressed to /samples/Home, and ran it (my laptop is connected to the G1 via USB) and now each time I press the home button on the G1 I'm need to choose between "Home" and "Home Sample"
Informacja: 2008-11-26

"java.lang.NoSuchMethodException" while running the ProgressBar example

Hi, I am trying to run the ProgressBar example from [link] But I get this ARProgressBar exception? 02-10 20:13:29.293: ERROR/AndroidRuntime(165): Caused by: java.lang.NoSuchMethodExceptio n: ARProgressBar 02-10 20:13:29.293: ERROR/AndroidRuntime(165): at
Informacja: 2009-02-10

"looping" with a ContentValues var ...

Hi, everyone: I'm trying to create a method that will post data to a web form. The method will accept two parameters: 1) a url; and 2) a collection of keys and values representing fields and values on the form. The problem is that the fields and values are arbitrary - the names of the fields, even the number of fields are unknown.
Informacja: 2008-12-24

Stronę wygenerowano w 0.1 sek. | Forum, programowanie | Gphone, platforma Google Android | Gabinet stomatologiczny Wrocław