Use repo init -u git://android.git.kernel.org/platform/manifest.git -b
android-1.5
JBQ
On Fri, Apr 24, 2009 at 8:52 PM, cht wrote:
>
> i have saw that, a new tag have been created android-1.5-release
>
> i want to know how to get the code with the tag.
>
> ---
> may be like specific the bra
i have saw that, a new tag have been created android-1.5-release
i want to know how to get the code with the tag.
---
may be like specific the branch with -b param when using repo init
thank you!
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...
1000H uses a different driver. it should be atl1e
On Fri, 2009-04-24 at 14:58 -0700, penguins wrote:
>
> I just installed Android (downloaded from git on : 04/21/2009) on EEE
> PC 1000h. It took ages to install but it finished successfully.
> Later I found that there is no eth0
>
> # netcfg
> lo
At this point, the biggest challenge by far is that the proprietary
binaries that are needed to run cupcake on Dream aren't available
anywhere, and cupcake has drifted far enough away from 1.0/1.1 that
building a mix-and-match doesn't work well enough to be practical.
JBQ
On Fri, Apr 24, 2009 at
Hi,
I've been looking around for resources on compiling/installing my own
images on the ADP, and I'm having trouble finding anything useful
since most of the resources are geared toward G1s (not the dev
phone). It is my understanding that the ADP comes ready to have new
firmware images installed
I just installed Android (downloaded from git on : 04/21/2009) on EEE
PC 1000h. It took ages to install but it finished successfully.
Later I found that there is no eth0
# netcfg
lo UP 127.0.0.1255.0.0.00x0049
# netcfg eth0 dhcp
action 'dhcp' failed (No such device)
# ifconfi
Does anyone know how we can get Splashy working with Cupcake?
Otherwise, what is Android's way of displaying
kernel boot logo, beside baking the tux image in the kernel. I am
trying to display a logo from boot time all the way to the Android
Home View.
Thanks,
--~--~-~--~~
Does anyone know how we can get Splashy, or any other boot logo,
working with Cupcake? Otherwise, what is Android's way of displaying
kernel boot logo, beside baking the tux image in the kernel. I am
trying to display a logo all the way to the Android Home View.
Thanks,
--~--~-~--~~--
Hello all,
I'm trying to compile android release-1.0 from source on a Gentoo
system, and I can't get it to work. Strange thing is: it seemed to
work last tuesday, and I can't figure out what has changed since then.
Anyhow, here are a few failures:
~/mydroid $ make framework
build/core/product_co
I believe you need "android.permission.ACCESS_SURFACE_FLINGER" in your
manifest.
On Apr 24, 8:22 am, Guian wrote:
> I'm porting my app on the t-mobile G1. this app uses OpenGL (using the
> glSurfaceView from API demo )
>
> my app works fine on the emulator with these minor errors :
>
> 04-24 16:
Any advance in this? I'll try it too, I'm compiling Android with its
default setup now.
Julio.
On Apr 24, 2:08 am, Gani Bhagavathula
wrote:
> Guys:
>
> Has anyone tried putting this on a OLPC? Just curious. Given the low
> power of OLPC, this would be the perfect thing to put on there...
>
>
It seems that your UI is up already. Are you sure you don't see a
Android screen? So time, it takes a while for the screen to come up
depends on your real hardware.
On Fri, 2009-04-24 at 00:39 -0700, kjwdelicious wrote:
> OK. I found logcat.
> It's cool~!
>
> I looked log.
> And I found permissio
On Fri, 2009-04-24 at 04:34 -0700, Chih-Wei wrote:
> Thank you for the reply.
> I can use adb devices to show all emulators(arm) in my host,
> but I can't see the x86 target running in virtual box, nor the real
> eeepc.
> How to configure adb to connect to the virtual box or real eeepc?
> (Does A
On Fri, 2009-04-24 at 16:32 +0400, Elvis Dowson wrote:
> Hi,
> Yes, both the linux and android files are on the same ext3
> filesystem. I am booting off a microSD card. The first partition is
> FAT32, the second ext3.
>
>
> Will this be an issue?
>
What I found is that if you do the thin
I'm porting my app on the t-mobile G1. this app uses OpenGL (using the
glSurfaceView from API demo )
my app works fine on the emulator with these minor errors :
04-24 16:57:04.957: ERROR/GLLogger(213): couldn't load
library (Cannot find library)
04-24 16:57:05.147: DEBUG/SurfaceFlinger(45): pid
I'm porting my app on the t-mobile G1. this app uses OpenGL (using the
glSurfaceView from API demo )
my app works fine on the emulator with these minor errors :
04-24 16:57:04.957: ERROR/GLLogger(213): couldn't load
library (Cannot find library)
04-24 16:57:05.147: DEBUG/SurfaceFlinger(45): pid
Yeah, I wanted to know 1st of all which BT chip is connected on uart ?
i.e different chips would require different firmware files to be downloaded
on the chip, which can be got from vendors.
Also, chip would/could also have a BT_EN gpio coming into from the omap,
which you need to enable to at-lea
Another way/thought:
In include/linux/wireless.h of linux kernel
struct iw_quality
{
__u8level; /* signal level (dBm) */
};
The value should be negative, but it is stored in the unsigned value.
Therefore in iwlib.c of the wireless tool
void
iw_print_stats(char *
Hi,
I am trying to make my data channel UP but there I am facing some problems.
The problems are :-
(i) When I try to change APN name via settings Application its not getting
set there and hence the requestSetupDefaultPDP () function in RIL layer is
not getting called where it tries to create the
Cindy enable android PM in kernel config and build it.The
android input subsystem accepts and interprets the x,y co-ordinates
reported by the touch-driver (ads7846) properly if and only if the
Power Management support is enabled in Android. Hence please enable
CONFIG_PM while configuring the kerne
Is there any good advice,the touchscreen just used to the cancel command ,and
many times it dosen't work at all.
在2009-04-24 20:25:04,"Rupesh Gujare" 写道:
Cindy,
It works for me without any problem. I haven't done any calibration. Worked
for me out of box.
Regards,
--
Rupesh Gujare
htt
Elvis,
Ohh.. thats problem. Patch pointed earlier is not for DSS2. it uses
old omapfb driver.
Probably you will have to port it to DSS2.
Regards,
--
Rupesh Gujare
http://embinux.com
Elvis Dowson wrote:
> Hi Rupesh,
>Yes, I am, I have the dss2 patch applied to the
> Ov
Hello,
In Bionic's kernel files, I'm trying to support another architecture.
I have done the following steps from the readme:
HOW TO SUPPORT ANOTHER ARCHITECTURE:
see the content of tools/defaults.py, you will need to make a few
updates
here:
- add a new
Hi, Yes, both the linux and android files are on the same ext3
filesystem. I am booting off a microSD card. The first partition is FAT32,
the second ext3.
Will this be an issue?
At the moment, I managed to correctly set the mmcargs, which was in fact
overwriting the bootargs. Once I set up t
Hi Rupesh, Yes, I am, I have the dss2 patch applied to the
Overo kernel.
Best regards,
Elvis
On Fri, Apr 24, 2009 at 4:22 PM, Rupesh Gujare wrote:
>
>
> Are you using DSS2 ?
>
>
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@go
Cindy,
It works for me without any problem. I haven't done any calibration.
Worked for me out of box.
Regards,
--
Rupesh Gujare
http://embinux.com
cindy_king_1024 wrote:
> Hi,Repesh
> I have add the patch,but it can't work as still.
> Andwhat'about /sys/module/ads7846/parameters/calibration?
Hi Pavan,
As per the ldp1 docs the inbuilt Bluetooth chip is connected on UART only
and
that is ttyS1, console is on ttyS2.
"what is the chip enable from omap,"
I didn't understand this what exactly info u r looking for.
Regards
Nimit
On Thu, Apr 23, 2009 at 8:07 PM, pavan savoy wrote:
> y
Elvis,
Are you using DSS2 ?
Regards,
--
Rupesh Gujare
http://embinux.com
Elvis Dowson wrote:
> Hi,
> I am passing the following value to bootargs, do you think this
> is some how overriding it. I recall earlier, without setting this
> mode, it did return yres_virtual = yres * 2.
>
Hi,Repesh
I have add the patch,but it can't work as still.
And what'about /sys/module/ads7846/parameters/calibration? Dose it need to
modify?
在2009-04-23 23:11:02,"Rupesh Gujare" 写道:
Cindy,
Get this patch to TS working. :)
http://labs.embinux.org/git/cgit.cgi/repo/kernel.git/commit/?id=23
Hi,
I am passing the following value to bootargs, do you think this
is some how overriding it. I recall earlier, without setting this
mode, it did return yres_virtual = yres * 2.
setenv dvimode=480x272mr...@60
Here is the full list of u-boot environment variables.
# setenv defaultdisplay l
Hi Rupesh,
I tried the patch but on my verion linux-omap3-2.6.19 the
yres_virtual is getting set to the same value of yres.
Best regards
Elvis
On Apr 24, 11:27 am, Rupesh Gujare wrote:
> Elvis,
>
> Probably you need this patch to support page flipping.
>
> http://labs.embinux.org/
Thank you for the reply.
I can use adb devices to show all emulators(arm) in my host,
but I can't see the x86 target running in virtual box, nor the real
eeepc.
How to configure adb to connect to the virtual box or real eeepc?
(Does ADBHOST mean my host machine ip, or the vbox ip?)
On 4月24日, 下午2時
I compiled the kernel with built-in support for a GPS USB Serial
device.
I set the proper permissions to dev node.
My EeePc starts, recognizes the device and adds the node under dev (/
dev/ttyUSB0).
I used koolu libgps_freerunner to manage it.
Now I want to test if it is working.
I am trying to
I'd like to suggest to use 'git apply $patch' instead of 'patch -p1
$patch' directly,
as it would apply the patch in atomic way (all success, or all fail).
On 4月22日, 下午10時04分, kewarken wrote:
> If you want to apply them all at once, since the patches follow a
> pattern, you can do something lik
Hi,
http://git.koolu.org/?p=platform/frameworks/base.git;a=commitdiff;h=7f4c20e7944916e25cc4425de46dbda26705ad74
Find here the revert patch
Michael
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/
Gani Bhagavathula wrote:
> Michael:
>
> I have read a reference to the java parser function in some other post
> too, but not sure what it means... Can you give me any more
> information to work with?
>
vi ./base/services/java/com/android/server/WifiService.java
take a look of the code and in
Stater:
What is ddms? How are you getting these log messages?
I am a few steps behind you - "Enable Wifi" in the GUI loads my module
(ath5k) but then nothing else happens. Then The GUI simply says
"Unable to start Wifi".
Regards,
Gani
On Apr 23, 3:14 pm, stater wrote:
> Hi All,
>
> Now I co
Michael:
I have read a reference to the java parser function in some other post
too, but not sure what it means... Can you give me any more
information to work with?
Regards,
Gani
On Apr 24, 9:21 am, Michael Trimarchi
wrote:
> Gani Bhagavathula wrote:
> > Luca:
>
> > I thought I posted this ye
i have ported android to s3c6410 arm1176ejf-s,it is easy!
2009/4/22, sathish-siso :
>
>
> Anybody ported Successfully Android to ARM11 Mpcore realvie board or
> any ARM11.
>
> Please share your success story.
>
> Regards,
> Sathish.
> >
>
--~--~-~--~~~---~--~~
unsu
Hi Rupesh, Thanks for the patch!! :-)
I took a look at the patch, so you added support to make yres_virtual =
def_vyres * 2 in the omap_fb driver to make FBIOPAN_DISPLAY work. I'll try
this out.
On Fri, Apr 24, 2009 at 11:27 AM, Rupesh Gujare
wrote:
>
> Can you share work, abou
Gani Bhagavathula wrote:
> Luca:
>
> I thought I posted this yesterday, but looks like I sent it as a
> Author only reply. I thought I would put this here for everyone's
> benefit.
>
> In the changes we both initially did in the wifi.c, the path to the
> module needs to be /lib/modules/ath5k.ko a
Luca:
I thought I posted this yesterday, but looks like I sent it as a
Author only reply. I thought I would put this here for everyone's
benefit.
In the changes we both initially did in the wifi.c, the path to the
module needs to be /lib/modules/ath5k.ko and not /system/lib/modules/
ath5k.ko.
Hi,
Rupesh Gujare wrote:
> Elvis,
>
> Probably you need this patch to support page flipping.
>
> http://labs.embinux.org/git/cgit.cgi/repo/kernel.git/commit/?id=f2f9b61674dbf2cc8b79b86f2cc63f1bc7c5629b
>
> Can you share work, about what all stuff you did to port android on overo ?
>
> Regards,
>
Guys:
Has anyone tried putting this on a OLPC? Just curious. Given the low
power of OLPC, this would be the perfect thing to put on there...
I have one and am going to give it a try. Any one with any tips,
Please post here...
Gani
--~--~-~--~~~---~--~~
unsubsc
Hi,
Sorry for cross posting, this is where I meant to post.
I have a native application that I would like to start from a Java
interface. Does anyone know of a good way of doing this?
I can start the application using adb, with no problems. I can also
start the application using Runtime.exec(),
OK. I found logcat.
It's cool~!
I looked log.
And I found permission errors on /system/app/*.apk
So I applied chmod 777 /system/app/*
Then I looked log again.
I attached part of it below.
I think sound driver is a problem.
And it seems that the Android is waiting for a uer key input.
-
Elvis,
Probably you need this patch to support page flipping.
http://labs.embinux.org/git/cgit.cgi/repo/kernel.git/commit/?id=f2f9b61674dbf2cc8b79b86f2cc63f1bc7c5629b
Can you share work, about what all stuff you did to port android on overo ?
Regards,
--
Rupesh Gujare
http://embinux.com
On Thu, 2009-04-23 at 23:59 -0700, kjwdelicious wrote:
> Thnks again.
>
> I'm sorry but actually I don't know what the logcat is.
>
Run /system/bin/logcat It seems that you don't have a framebuffer issue.
But it seems that your processes are crashed (event media server) for
some reason.
> And I
48 matches
Mail list logo