[android-porting] Porting Android for Dummies?

2011-08-04 Thread jordanleegauci
Hi All, I am a computer engineering student and I have bought a cheap Chinese Android tablet for the sole purpose to tinker with the Android OS. Specifically, I want to try and custom install Android 2.3 (Gingerbread). So, the problem I am having is that I have not been able to find a Dummies

[android-porting] EGL extension specifications

2011-08-04 Thread Chad Versace
I am working on porting Mesa's libEGL to Android and am having difficulty in finding specifications for the following Android EGL extensions: - EGL_ANDROID_swap_rectangle - EGL_ANDROID_get_render_buffer - EGL_ANDROID_image_native_buffer Has anyone obtained draft specs from Google? Or

[android-porting] device getting freeze while boot, also not getting detected in adb

2011-08-04 Thread Ablaze
After flashing the following images via fastboot, at booting the device is getting freeze. boot.img system.img userdata.img [the size of the images is proper] Device is not getting detected via adb as well. Any help would be highly appreciated. -- unsubscribe:

[android-porting] Problem with mouse cursor responsiveness

2011-08-04 Thread tsukishiro yamazaki
Hi all, I managed to draw mouse cursor on Android using screen framebuffer (/ dev/graphics/fb0). I used some ioctl commands found in fb.h and msm_mdp.h. My problem is that the mouse cursor I have drawn tends to lag. It does not move smoothly together with my PC/laptops actual mouse device. Does

[android-porting] Where can I get the vchanneld.c source code?

2011-08-04 Thread Jerry Cui
Hi all, Is vchanneld.c open source code? If yes, where can I get it? I am using the gsm0710muxd.c, got lots of problem while receiving lots of data from modem. So I think maybe vchanneld.c can give me some useful help. Who know where the file is, Please tell me, please. Thanks in

[android-porting] Mouse cursor responsiveness is slow

2011-08-04 Thread tsukishiro yamazaki
Hello all, I have been able to draw a hardware mouse cursor using ioctl commands in fb.h and msm_mdp.h My problem now is that the mouse cursor seems to have a lag. It does not move smoothly together with the actual mouse device on my PC/laptop. I am thinking that this has something to do with the

Re: [android-porting] why __func__ variable contains the type signature of the function except its bare name?

2011-08-04 Thread David Turner
Use __FUNCTION__ instead of __func__, see http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Function-Names.html On Thu, Aug 4, 2011 at 8:04 AM, Simon Chan simonchan1...@gmail.com wrote: Hi all, Now I add debug info for my overlay hal module. #define LOG_FUNC_NAME LOGD(%s, __func__) the output

Re: [android-porting] Porting Android for Dummies?

2011-08-04 Thread Rogério de Souza Moraes
Hi Jordan, to learn how to port Android to a new device, the easiest way is to buy a reference board like OMAP boards (http://elinux.org/Android_on_OMAP). With this you will have all support to learn about how to port the Android for some platforms. Regards, Rogerio 2011/8/3 jordanleegauci

Re: [android-porting] Porting Android for Dummies?

2011-08-04 Thread Philip Rhoades
Jordan, I am in the same boat so I would like to hear about anything like a PAfD as well! Regards, Phil. On Wed, 3 Aug 2011 15:13:45 -0700 (PDT), jordanleegauci wrote: Hi All, I am a computer engineering student and I have bought a cheap Chinese Android tablet for the sole purpose to

[android-porting] build error about sample SDK addon with android-2.3.4_r1

2011-08-04 Thread david
I find the sample code in device/sample ,I try to build the sample add-on , But, below error ocuured: : out/target/product/generic/system/xbin/oprofiled Stubbing addon jar using target Java: com.example.android.platform_library (out/target/common/

[android-porting] Building for device other than Nexus

2011-08-04 Thread am
Hi, I have downloaded the source code and would like to build for the device I have (HTC Hero). Is it that the source code can be only built for Nexus. What if I have to build for any other device.. any, may be motorola.. Is it possible to build for any device available in the market? If no then

Re: [android-porting] Porting gingerbread on devkit8000?

2011-08-04 Thread venkat k raju
Hi wing, i think it should is it 2.6.32 kernel ? please check your kernel configurations properly. 2011/8/4 麥wing wing...@gmail.com Hi, I find that I can not port the kernel OS into devkit8k using the Oxlab source code, So I download the rowboat-eclair.xml from

[android-porting] Android: Effect of Changing PictureSize on Zoom

2011-08-04 Thread artsylar
Based on the Camera API reference, only changing of preview size will have an effect on Zoom. However, in our case, we would like to base it also on the Picture Size. In case of the maximum supported picture size, zoom will not be supported. Meaning, only picture sizes lower than the maximum

[android-porting] Re: Building for device other than Nexus

2011-08-04 Thread AppCoder
On Aug 4, 4:46 am, am email.androi...@gmail.com wrote: Hi, I have downloaded the source code and would like to build for the device I have (HTC Hero). Is it that the source code can be only built for Nexus. What if I have to build for any other device.. any, may be motorola.. Is it possible

Re: [android-porting] Porting Android for Dummies?

2011-08-04 Thread Tim Bird
On 08/04/2011 06:07 AM, � wrote: Hi Jordan, to learn how to port Android to a new device, the easiest way is to buy a reference board like OMAP boards (http://elinux.org/Android_on_OMAP). With this you will have all support to learn about how to port the Android for some platforms.

[android-porting] Re: Audio effects reverb issue

2011-08-04 Thread Eric Laurent
The attenuation on the reverb tail is by design to avoid clipping. It is better to change the reverb preset values (sReverbPresets[]) in EffectReverb.cpp. Thanks. Eric. On Aug 1, 8:05 pm, brian brianbang.c...@gmail.com wrote: Hi All: I found the signal level will be dropped about -14dB

Re: [android-porting] Porting Android for Dummies?

2011-08-04 Thread Philip Rhoades
Tim, On Thu, 4 Aug 2011 10:50:06 -0700, Tim Bird wrote: On 08/04/2011 06:07 AM, � wrote: Hi Jordan, to learn how to port Android to a new device, the easiest way is to buy a reference board like OMAP boards (http://elinux.org/Android_on_OMAP). With this you will have all support to learn

Re: [android-porting] No APN. 2g or 3G

2011-08-04 Thread Robert Greenwalt
You are getting your mcc/mnc: [gsm.operator.numeric]: [72403] You are getting some exceptions after that value is fetched though - I'd look into what's going on there. R On Wed, Aug 3, 2011 at 9:57 AM, James Coggan james.cog...@gmail.com wrote: Aparently my IMSI isnt been downloaded and its

Re: [android-porting] No APN. 2g or 3G

2011-08-04 Thread James Coggan
Yeah, aparently the problem is that SIM is been set as NOT_READY Im hacking the framework to check then search for fixes On Thu, Aug 4, 2011 at 3:23 PM, Robert Greenwalt rgreenw...@google.comwrote: You are getting your mcc/mnc: [gsm.operator.numeric]: [72403] You are getting some exceptions

Re: [android-porting] Porting Android for Dummies?

2011-08-04 Thread Tim Bird
On 08/04/2011 10:59 AM, Philip Rhoades wrote: I didn't really get an answer to my question though - I HAVE this: http://en.wikipedia.org/wiki/IPed and I want to update IT . . but I never got any responses about how I might go about it . . is it actually possible? I have installed

Re: [android-porting] Porting Android for Dummies?

2011-08-04 Thread hedwin
Philip, Another interesting point, do you have the kernel source code belonging to this device. Lots of people tried the same thing but fail because the supplier doesn't provide the kernel code. so agree with Tim on this. Hedwin On Thu, Aug 4, 2011 at 8:36 PM, Tim Bird tim.b...@am.sony.com

[android-porting] Re: IPed (Yes IPED) upgrade? - HOWTO

2011-08-04 Thread Roger
Rockchip never updated Android for the RK2808 beyond 1.6. The RK2808 is ARM9-based and slower in performance than the Qualcomm chip in the G1, the 1st Android phone. I have Android 2.2 (Cyanogenmod) running on a G1 and this is barely usable even with overclocking of the CPU. So it's no surprise

[android-porting] Re: Install Failed Older SDK

2011-08-04 Thread James P
Thanks Much. Since I already look like an idiot, can you tell me where to download the 2.3_r1 CTS? On Jul 25, 10:27 am, Roger r.p.ang.in...@gmail.com wrote: From the different CTS releases, you can see that the releases are for specific versions of the code.  This failure means you are running

Re: [android-porting] why __func__ variable contains the type signature of the function except its bare name?

2011-08-04 Thread Simon Chan
Hi David, Thanks for your reply. But __FUNCTION__ is the same, both behave like __PRETTY_FUNCTION__. I am a little confused. Anyone has more explaination? Thanks! BTW, I am working on the Gingerbread 2.3.4. Regards, Simon 2011/8/4 David Turner di...@android.com: Use __FUNCTION__ instead of

[android-porting] How do install binary files to system/lib/egl using BUILD_MULTI_PREBUILT?

2011-08-04 Thread Richard Zhao
By include $(BUILD_MULTI_PREBUILT), I can install files in LOCAL_PREBUILT_LIBS to system/lib dir. But How could I install egl file to system/lib/egl in the same way? I also condiser using PRODUCT_COPY_FILES, but it has to be in AndroidProducts.mk and can not check macros in BoardConfig.mk.