[android-porting] can someone tell me who make these boardconfig values

2014-06-02 Thread Samuel Azcona
Hi people, in devices boardconfig devices i see some boardconfig values commented like: TARGET_USES_SF_BYPASS BOARD_USES_HGL BOARD_USES_OVERLAY TARGET_USES_OVERLAY TARGET_USES_POST_PROCESSING TARGET_CUSTOM_DISPLAY_TUNING and i dont know what they do, what is its function, could someone who

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

2013-06-13 Thread Adebayo Samuel
i didn't see anything like how to install andriod 2.0 in vodafone m1 on youtube.please guyz is there any new update on andriod on m1am fedup of this limo stuff...it boorring On Monday, July 30, 2012 12:54:22 PM UTC+1, zobodiniho wrote: hi m'i zobodiniho i'm new in ur group if u

[android-porting] Re: Can I create a single static library with mm and reinstall the apk?

2010-11-10 Thread Samuel Skånberg
so it's writeable. Cheers! On Nov 10, 4:22 pm, Hamilton Vera hamilton.lis...@gmail.com wrote: Never tested but you can try to export the LD_LIBRARY_PATH export LD_LIBRARY_PATH /system/lib:/sdcard/yourlibs_dir/ If it works, give us a feedback. []'s Hamilton Vera 2010/11/10 Samuel

[android-porting] Re: How to connect to a binder c++ service?

2010-11-04 Thread Samuel Skånberg
I supply as an argument to bindService never runs. Is this really the way to go? A colleague of mine suggest I should only use binder in Java, that I should have a java service that makes jni calls to do stuff in C++ but to have no binder code in c++. What do you think? Kind regards, Samuel

[android-porting] Re: How to connect to a binder c++ service?

2010-10-21 Thread Samuel Skånberg
=h... http://davanum.wordpress.com/2007/12/09/android-invoke-jni-based-meth... []'s Hamilton Vera 2010/10/20 Samuel Skånberg dt05...@student.lth.se: Hello, I want to create a binder service in C++ and be able to bind to that service from java. My question is how? I have mimicked

[android-porting] Re: Is ppp used to set up GPRS connection on G1?

2009-08-27 Thread Samuel
into g1 or msm7k(mainly focused on gsm/wcdma). Q1: How is the mechanism of communications implemented, amongst ril, oncrpc/rpc-router, and smd, for at-command and data separately? Thanks. B. R. Samuel On Aug 26, 8:10 pm, yagbu yagbu.c...@gmail.com wrote: Hi, Normally, PPP is used to set up

[android-porting] Re: Is ppp used to set up GPRS connection on G1?

2009-08-27 Thread Samuel
into g1 or msm7k(mainly focused on gsm/wcdma). Q1: How is the mechanism of communications implemented, amongst ril, oncrpc/rpc-router, and smd, for at-command and data separately? Thanks. B. R. Samuel On Aug 26, 8:10 pm, yagbu yagbu.c...@gmail.com wrote: Hi, Normally, PPP is used to set up

[android-porting] Re: rild reboot repeatly because of EOS. Closing command socket.

2009-08-05 Thread Samuel
Hi Michael, Nice work!! Would you like to tell me how to browse this source codes just updated online as well as download them? Thanks. B. R. Samuel On Aug 4, 7:12 pm, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Hi, edwardlee lee wrote: OK, thanks you very much! On Tue

[android-porting] Re: Incoming SMS lead rild crash

2009-07-29 Thread Samuel
It seems unable to easily find out the root-cause from the logs only relating to radio!! Maybe you can attempt to run logcat without -b radio option to capture more information from Java Exceptions!! On Jul 30, 8:48 am, edwardlee lee edwardlee.2...@gmail.com wrote: Sorry for my mis-type. It

[android-porting] Implementation of RIL of GSM together with CDMA?

2009-03-22 Thread Samuel
Hi All, As with what you can see shown in the column of Subject, for android's part how is the underlying RIL combined GSM with CDMA, implemented to simultaneously talk to two modems, namely GSM and CDMA in the same phone? Any hints to the above problem as well as the relative are all really

[android-porting] Implementation of RIL of GSM together with CDMA?

2009-03-22 Thread Samuel
Hi All, As with what you can see shown in the column of Subject, for android's part how is the underlying RIL combined GSM with CDMA, implemented to simultaneously talk to two modems, namely GSM and CDMA in the same phone? Any hints to the above problem as well as the relative are all really

[android-porting] Full-featured Android on x86-architecture from scratch

2009-03-01 Thread Samuel
-- preface -- I'm new to port android into the target, based on x86 or arm or both, even for linux!! But, I think that android should be a good starting point to getting into the linux-based development and products by use of doing it oneself!! Therefore, go ahead!! -- introduction -- Now that

[android-porting] Re: Android Emulator, Working altogether with ARM and DSP ?

2009-02-17 Thread Samuel
that!! Best Regards, Samuel On Feb 14, 2:04 pm, Samuel samuel.om...@gmail.com wrote: Hi, Guys, The current Android's Emulator residing in QEMU can emulate the basic architectures, such asARM-core based platform, or X86-based, also including of course other architectures!! But, here's a problem

[android-porting] Android Emulator, Working altogether with ARM and DSP ?

2009-02-13 Thread Samuel
Hi, Guys, The current Android's Emulator residing in QEMU can emulate the basic architectures, such as ARM-core based platform, or X86-based, also including of course other architectures!! But, here's a problem that i want to further learn, that whether it has the ability of imitating dual-core

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-14 Thread Samuel
the external hard disk with usb 2.0!! So, please give me a hand for that!! On Jan 14, 2:46 am, Chen Yang sunsety...@gmail.com wrote: Hi Samuel: It seems that grub cannot access the blocks beyond 1024 directly, that may be the reason of your failure. Your linux partition starts beyond that limit

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Samuel
out!! On Jan 13, 4:04 pm, Android Zaurus androidzau...@yahoo.co.jp wrote: Hi, Did you set a bootable flag to your target partition? I'm not sure though, it sounds like your BIOS doesn't recognize your USB HDD as a boot device. Good luck. On 1月13日, 午前12:06, Samuel samuel.om...@gmail.com wrote

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Samuel
help me do a double-check for that!! On Jan 13, 11:23 pm, Chen Yang sunsety...@gmail.com wrote: Hi Samuel: It seems that you need to modify the menu.lst to reflect the correct root device, in your case: root(hd0,0) - change to (hd0,2) kernel /boot/vmlinuz-2.6.27

[android-porting] Android-X86 upon ThinkPad Series

2009-01-12 Thread Samuel
-a Linux samuel-laptop 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux $ gcc --version gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) [1. Android source tree considerations] 1.1.Prerequisites In order to set up your local environment upon your os before getting and compiling