[android-porting] Re: MX27 Android porting problems

2009-06-12 Thread xro
hi... I know the power problem ;) so, you have to modify your com_android_server_BatteryService.cpp. This file is in your Android environment (mydroid) there is a patch somewhere... after that you have to build mydroid again... (make) --~--~-~--~~~---~--~~

[android-porting] Re: MX27 Android porting problems

2009-06-12 Thread Vinay Rao
Solution for power off problem: consider the file: frameworks/base/services/java/com/android/server/BatteryService.java Add the following line in the above file in the function sendIntent(): (Approx line : 100) mBatteryLevel = 100; Build the Android source with the above change and check it. It

[android-porting] Re: MX27 Android porting problems

2009-06-11 Thread xro
hello, i'm trying to boot android on a I.mx27 plateform... I can see the logo and the system shutdown after that... Is it because of power management? i don't have any files in sys/class/power/ i patched my com_android_server_BatteryService.cpp and compile again can you help me? that's

[android-porting] Re: MX27 Android porting problems

2009-06-11 Thread shridhar desai
we use. Sorry, it is patched already.  I hope it will work for you. Neil --- On Tue, 6/9/09, Elvis Dowson elvis.dow...@gmail.com wrote: From: Elvis Dowson elvis.dow...@gmail.com Subject: [android-porting] Re: MX27 Android porting problems To: android-porting@googlegroups.com Date

[android-porting] Re: MX27 Android porting problems

2009-06-11 Thread mizmit1222
Hi, I'm not sure though, this patch may be helpful. -- services/java/com/android/server/PowerManagerService.java -- index bbca401..6e01e5b 100644 @@ -350,7 +350,7 @@ class PowerManagerService extends IPowerManager.Stub implements LocalPowerManage

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread Neil Nguyen
shri.desa...@gmail.com Subject: [android-porting] Re: MX27 Android porting problems To: android-porting@googlegroups.com Date: Monday, June 8, 2009, 8:11 PM Thank for the reply Neil, can you please send me the patch. Also i dint mention one thing i am trying to port Android on AT91SAM9263

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread shridhar desai
...@gmail.com wrote: From: shridhar shri.desa...@gmail.com Subject: [android-porting] Re: MX27 Android porting problems To: android-porting android-porting@googlegroups.com Date: Sunday, June 7, 2009, 8:14 PM Hi, were you able to solve the power off issue, Even I am facing the same

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread Neil Nguyen
You are right, it is a copy we use. Sorry, it is patched already. I hope it will work for you. Neil --- On Tue, 6/9/09, Elvis Dowson elvis.dow...@gmail.com wrote: From: Elvis Dowson elvis.dow...@gmail.com Subject: [android-porting] Re: MX27 Android porting problems To: android-porting

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread shridhar desai
-porting] Re: MX27 Android porting problems To: android-porting@googlegroups.com Date: Tuesday, June 9, 2009, 3:06 PM Hi Shridhar,                 That is a full source file, if you want a patch, here it is for the android-1.5r2 release. Best regards, Elvis diff --git a/services/jni

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread Yi Sun
it will work for you. Neil --- On Tue, 6/9/09, Elvis Dowson elvis.dow...@gmail.com wrote: From: Elvis Dowson elvis.dow...@gmail.com Subject: [android-porting] Re: MX27 Android porting problems To: android-porting@googlegroups.com Date: Tuesday, June 9, 2009, 3:06 PM Hi Shridhar

[android-porting] Re: MX27 Android porting problems

2009-06-08 Thread shridhar desai
the problem for you. If you are unable to find it, I will send you a link tomorrow. I do not have source code in front of me. Cheers, Neil --- On Sun, 6/7/09, shridhar shri.desa...@gmail.com wrote: From: shridhar shri.desa...@gmail.com Subject: [android-porting] Re: MX27 Android porting problems

[android-porting] Re: MX27 Android porting problems

2009-06-07 Thread shridhar
Hi, were you able to solve the power off issue, Even I am facing the same problem. I am getting power off, shuting down message on my touchscreen. Please let me know if you have the solution. Regards, Shridhar On Apr 28, 6:59 am, Drakou deras...@gmail.com wrote: I made a new kernel version

[android-porting] Re: MX27 Android porting problems

2009-06-07 Thread Neil Nguyen
Subject: [android-porting] Re: MX27 Android porting problems To: android-porting android-porting@googlegroups.com Date: Sunday, June 7, 2009, 8:14 PM Hi, were you able to solve the power off issue, Even I am facing the same problem. I am getting power off, shuting down message on my

[android-porting] Re: MX27 Android porting problems

2009-06-07 Thread Yi Sun
. Cheers, Neil --- On Sun, 6/7/09, shridhar shri.desa...@gmail.com wrote: From: shridhar shri.desa...@gmail.com Subject: [android-porting] Re: MX27 Android porting problems To: android-porting android-porting@googlegroups.com Date: Sunday, June 7, 2009, 8:14 PM Hi, were you able

[android-porting] Re: MX27 Android porting problems

2009-04-28 Thread Drakou
I made a new kernel version 2.6.27 with freescale patches for Mx27. I also created a power_supply sysfs driver for MC13783 PMIC . Now, The system is starting, as soon as the window manager is on, I have a Power Off menu, and the system is halting immediatly. I can't understand why the system is

[android-porting] Re: MX27 Android porting problems

2009-04-21 Thread Michael Trimarchi
Drakou wrote: Hello, I am actually working on porting Android to an Mx27 custom board. That board is really close to the Mx27ADS. I used the Mx31 porting advices to make my own porting. I have a 2.6.25 kernel with freescale and android patches. I can start the system , get the animated

[android-porting] Re: MX27 Android porting problems

2009-04-21 Thread Arnaud Derasse
You say my android version is not ok. But what can I do ? Need to update the kernel ? To donwload android I used the two commands : repo init -u git://android.git.kernel.org/platform/manifest.git repo sync How can I switch to the good version of android to work with the 2.6.25 kernel ? Thanks