[android-porting] Re: Android porting to TV

2010-06-07 Thread Jack
In big picture, the it does mean screens of mobile phone and TV are now converged under Android OS. Obviously, the applications wrote for mobile phone will be able to run on TV screen! That is amazing is'n it? People will not need to learn a new user experience. That is why Microsoft dominate PC w

Re: [android-porting] Android on Ubuntu 10.4

2010-06-07 Thread Akash Choudhari
Did you install the Android SDK? I had noticed that the Nexus-One drivers are part of SDK - Akash On Mon, Jun 7, 2010 at 3:41 PM, jonathan hirst wrote: > Help, > > I have setup a Dell Dual Quad Core machine with Ubuntu 10.4 32 bit... > > Synced the REPO and completed a build using make > > Whe

[android-porting] Re: kernel 2.6.27 to 2.6.33+

2010-06-07 Thread fastludeh22
On Jun 7, 12:00 pm, Ashwin Bihari wrote: > The Moto Cliq is based on a Qualcomm processor, so you'll need to get > the BSP-specific stuff from the 2.6.27 Kernel, you'll then need to > figure out what all the drivers are that make the peripherals work on > the phone. With all that information gat

[android-porting] Android on Ubuntu 10.4

2010-06-07 Thread jonathan hirst
Help, I have setup a Dell Dual Quad Core machine with Ubuntu 10.4 32 bit... Synced the REPO and completed a build using make When I plug my Nexus One into the Linux box, it shows a Nexus One when I open the computer browser from 'places'... When i force the Nexus One into Fastboot, nothing show

Re: [android-porting] kernel 2.6.27 to 2.6.33+

2010-06-07 Thread Ashwin Bihari
The Moto Cliq is based on a Qualcomm processor, so you'll need to get the BSP-specific stuff from the 2.6.27 Kernel, you'll then need to figure out what all the drivers are that make the peripherals work on the phone. With all that information gathered, you'll need to port all of them to your targe

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-06-07 Thread Uthred
Just wondering is this project still ongoing? On May 12, 1:11 am, Percheron wrote: > Hello! > > I've been onhttp://webchat.freenode.net/?channels=h1, but I didn't > get in touch with anyone. > I'm a spanish software developer and I'm interested in collaborate > with this project. If the project l

[android-porting] Re: ANR error in NATIVE

2010-06-07 Thread jordan
I compare the logcat to the success one,and find the point the success logcat I/ActivityManager( 558): Displayed activity android/ com.android.internal.app.ResolverActivity: 6361 ms (total 6361 ms) _

[android-porting] Android porting to TV

2010-06-07 Thread suhas
Hi, I have seen the news of Android OS being ported to new age digital televisions. Could anyone kindly please explain why an Operating system built for mobiles is being ported to TVs and what good will it do in the future.?I need more information on this topic. Thanks in Advance -- unsubs

[android-porting] kernel 2.6.27 to 2.6.33+

2010-06-07 Thread fastludeh22
ok so im new to this and im reading all i can. i was just wondering if i can get some help or someone to point me in the right direction. i have the source code for moto cliq 2.6.27 kernel and i want to build a 2.6.33.4 kernel. i know this may be hard, but ive been told it can be done. any help wou

[android-porting] option to disable Trace-Jit for interested application on non-rooted phone

2010-06-07 Thread Chen Yang
hi All: Is there any known good approach to disable the trace-jit for installed application on non-rooted phone? I read the document in dalvik direcotory, it states that via setting property of dalvik.vm.execution-mode can achieve the goal. But it doesn't seem to work. Also read the document that

[android-porting] Re: regarding ANALOGICS GPRS MODEM interface with BeagleBoard

2010-06-07 Thread ms12
Which port does the converter show up on? Typically something like / dev/ttyUSB0. Then put something like this in the init.rc service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d {your serial port} socket rild stream 660 root radio socket rild-debug stream 660 rad

[android-porting] Re: Text to speech unfunctional

2010-06-07 Thread Uander
Does this link would be indirection for my issue ? http://andappstore.com/AndroidApplications/apps/210486 its asking for language installer apk to be loadedd in /sdcard/* location . what steps are required basically to enable TTS ? and how can one make use of it ? Thanks : Uander On Mon, Jun 7,

[android-porting] Re: Help need for writing the asound.conf file Sigma 8654

2010-06-07 Thread pramod
Thanks for the reply. The contents of my /dev/snd are given below. lrwxrwxrwx root root 1970-01-01 00:00 timer -> /dev/ timer lrwxrwxrwx root root 1970-01-01 00:00 controlC0 -> / dev/controlC0 lrwxrwxrwx root root 1970-01-01 00:00 pcmC0D0p -> / de

Re: [android-porting] Help need for writing the asound.conf file Sigma 8654

2010-06-07 Thread Pavan Savoy
ls /dev/snd/ should show up both pcmCxDxP/C sort of pcm devices and also Controlx sort of control devices, for you to do an amixer upon it. alsa_aplay -L here I suppose shows only pcm devices you have ? On Mon, Jun 7, 2010 at 2:52 PM, pramod wrote: > Hi All, > > I am currently writing the asoun

[android-porting] Help need for writing the asound.conf file Sigma 8654

2010-06-07 Thread pramod
Hi All, I am currently writing the asound.conf file for my hardware Sigma 8654. The alsa utils are working fine and detecting the card. # alsa_aplay -L default:CARD=EM8XXX EM8xxx card, EM8xxx Default Audio Device null Discard all samples (playback) or generate zero samples (capture) #