[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-24 Thread Al Sutton
Using the installer from the link will help determine this as it downloads the AndAppStore client to the apps file area as world readable instead of the browsers download directory. Al. P.S. The URL was http://download.funkyandroid.net/AndAppStore-Installer.apk On Aug 24, 11:32 pm, Chen Yang w

[android-porting] CTS fails for java.io.OutputStreamWriterTest

2009-08-24 Thread Victor Kruglikov
Dear Google, Please give me a clue, to pass CTS. I'm try to do CTS test. The Android 1.5 r3 which I get from Android Open Source fails CTS. Mean while, if I download Android 1.5 r3 and run CTS test for emulator it's PASS. the module fail CTS is: java.io.OutputStreamWriterTest I run test with foll

[android-porting] How to know the gateway address in PDP connection?

2009-08-24 Thread Orion
Hi, I activate PDP context and make the data connected, but if I don't set up the correct gateway address, I can't open the web page. I find that the gateway address may be one bit shift of IP address. How do I know the gateway address? Thanks. --~--~-~--~~~---~--~--

[android-porting] android source cupcake build error

2009-08-24 Thread 马不停蹄的猪
Hi all, I repo sync the source of android cupcake. But error occurs when I build the source. Below is the error information: host Executable: sqlite3 (out/host/linux-x86/obj/EXECUTABLES/ sqlite3_intermediates/sqlite3) /usr/lib/gcc/i386-redhat-linux/4.1.1/../../../libreadline.so: undefined refer

[android-porting] Re: How to Make your owrn SDK with full calss library(function)

2009-08-24 Thread Kerr Yuandan
In Eclipse, when I attached the project to the process, it said the project contain errors, couldn't be lauched! I think this error make sense, because you couldn't attached an error project to debugger. Could anyone give us a clear description on it? On Tue, Aug 25, 2009 at 9:41 AM, Dianne Hackb

[android-porting] Re: How to Make your owrn SDK with full calss library(function)

2009-08-24 Thread Dianne Hackborn
Yes, as I've already posted, go to DDMS, select the app's process, and attach the eclipse debugger to port 8700. On Mon, Aug 24, 2009 at 6:31 PM, Kerr Yuandan wrote: > You konw that for 3rd party app development, we must develop app in the SDK > and with eclipse, if "*Almost all of the apps are

[android-porting] Re: How to Make your owrn SDK with full calss library(function)

2009-08-24 Thread Kerr Yuandan
You konw that for 3rd party app development, we must develop app in the SDK and with eclipse, if "*Almost all of the apps are build with the platform build system*", so is it possible to debug it as usural apps in eclipse, could we debug it from step by step run and view the variable values, etc.

[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-24 Thread Chen Yang
I guess it is a permission problem: According to the source: mArchiveSourcePath = sourceFile.getPath(); if (!sourceFile.isFile()) { Log.w(TAG, "Skipping dir: " + mArchiveSourcePath); mParseError = PackageManager.INSTALL_PARSE_FAILED_NOT_APK; return nul

[android-porting] Re: TI OMAP ALSA

2009-08-24 Thread Demetris
Hi everyone. I am trying to make ALSA work on Cupcake for TI OMAP which has the TWL4030 sound. I tried to use the main branch alsa_sound and alsa-lib but keep getting an error: hardware/alsa_sound/AudioHardwareALSA.cpp: In function 'android::AudioHardwareInterface* createAudioHardware()':

[android-porting] Re: The RIL, the baseband and voice calls

2009-08-24 Thread Dianne Hackborn
No idea, sorry. On Mon, Aug 24, 2009 at 1:29 PM, Sascha wrote: > > Is there any hardware available where I could flash my custom os image > and where the android kernel delivers the audio to the gsm module? > > On 24 Aug., 21:22, Dianne Hackborn wrote: > > It depends on the hardware. On the G1

[android-porting] Re: The RIL, the baseband and voice calls

2009-08-24 Thread Sascha
Is there any hardware available where I could flash my custom os image and where the android kernel delivers the audio to the gsm module? On 24 Aug., 21:22, Dianne Hackborn wrote: > It depends on the hardware.  On the G1, this is all done by the baseband > processor. > > On Mon, Aug 24, 2009 at

[android-porting] Re: Fwd: android widgets on WVGA

2009-08-24 Thread Dianne Hackborn
On Mon, Aug 24, 2009 at 10:33 AM, vishal bhoj wrote: > No, dip refers independent resolution so obviously not > But what advantage do I get if I have a wvga. Where is the widget layout > part in the android source code. Cant that be custommized? > It depends on your screen. If it is a higher-de

[android-porting] Re: How to Make your owrn SDK with full calss library(function)

2009-08-24 Thread Dianne Hackborn
If you mean the framework internal ones, they are right there with the other resources. The only thing that makes something internal vs. public is the public.xml file. On Mon, Aug 24, 2009 at 1:10 AM, Kerr Yuandan wrote: > By the way, where is the internal resouce files? I couldn't find it in t

[android-porting] Re: How to Make your owrn SDK with full calss library(function)

2009-08-24 Thread Dianne Hackborn
Sorry I don't really understand what you are asking. Almost all of the apps are built with the platform build system, not form the SDK. And there is no such thing as "internal resources" for an application, because by definition all resources in an app are private since nobody else will link to t

[android-porting] Re: The RIL, the baseband and voice calls

2009-08-24 Thread Dianne Hackborn
It depends on the hardware. On the G1, this is all done by the baseband processor. On Mon, Aug 24, 2009 at 7:15 AM, Sascha wrote: > > Hi all, > > does andybody know if the baseband directly communicates with the > microphone and the headphones during a phone call or does it use the > android li

[android-porting] Fwd: android widgets on WVGA

2009-08-24 Thread vishal bhoj
-- Forwarded message -- From: Fred Grott Date: Mon, Aug 24, 2009 at 7:55 PM Subject: Re: android widgets on WVGA To: android-platf...@googlegroups.com No, dip refers independent resolution so obviously not But what advantage do I get if I have a wvga. Where is the widget layout p

[android-porting] getting Java Exception, libmedia_jni.so already loaded

2009-08-24 Thread mike
Hi I am trying to port Android 1.5 on OMAP 35X EVM board. I getting the following error during boot up D/ AndroidRuntime (75): >> AndroidRuntime STARDT << D/AndroidRuntime( 75): CheckJNI is OFF D / AndroidRuntime (75): CheckJNI is OFF D/AndroidRuntime( 75): --- registerin

[android-porting] The RIL, the baseband and voice calls

2009-08-24 Thread Sascha
Hi all, does andybody know if the baseband directly communicates with the microphone and the headphones during a phone call or does it use the android linux kernel for that purpose? thanks sascha --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@goog

[android-porting] missing module bootsound

2009-08-24 Thread Nandy
Hi, I have ported android to a reference board using alsa-lib. All sounds are playing successfully. But the boot sound is not playing. In init.rc I see bootsound service should run and use /system/bin/ playmp3. But I do not find bootsound in frameworks/base/cmds/ and neither do I find playmp3 here

[android-porting] Re: Can't get adb shell to connect to real M912

2009-08-24 Thread RaviY
We are seeing a similar error every once in a while ... - exec '/system/bin/sh' failed: Bad address (14) - Any suggestions? Thanks, Ravi On Aug 13, 12:38 pm, Chris Doherty wrote: > Okay, I have Android built from the android-x86 source tree (http:// > code.google.com/p/android-x86/) using the

[android-porting] vold mounting non-mmc driver based disk

2009-08-24 Thread Robert Beckett
Hello all, Does anyone know if vold can be used like mountd to mount any generic block device? I have an sd host that is not SD Host Controller Spec compliant, and the driver is not based on the linux mmc subsystem. With mountd it was trivial to get it to mount any block device. Is there a si

[android-porting] android-86.org down?

2009-08-24 Thread Lassi Marttala
Hello, I'm trying to get the source for x86android. However, following these instructions: http://code.google.com/p/android-x86/wiki/GetSourceCode Leads to "fatal: unable to look up"... It seems I cannot resolve the android-86.org domain at all. Is it just my DNS, or has the domain vanished from

[android-porting] Re: How to Make your owrn SDK with full calss library(function)

2009-08-24 Thread Kerr Yuandan
By the way, where is the internal resouce files? I couldn't find it in the source code! On Mon, Aug 24, 2009 at 4:09 PM, Kerr Yuandan wrote: > When build system application such as IM in eclipse, as you mentioned, I > modified the code to use some necessary private internal class(.java) files, >

[android-porting] Re: How to Make your owrn SDK with full calss library(function)

2009-08-24 Thread Kerr Yuandan
When build system application such as IM in eclipse, as you mentioned, I modified the code to use some necessary private internal class(.java) files, but at last, the added files turn to need some com.android.internal.R.xxx reference, everybody knows that R is generated by aapt tool, in a single an