[android-porting] What are the correct sepolicy entries for GPIO access

2020-05-27 Thread Jerry Naidoo
What changes you made to the unit.rc and did you insert them into the "on boot" segment? Also you may want to add androidboot.selinux=permissive" to kernel command line. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting ---

[android-porting] Re: Interfacing native code to hardware functions

2020-03-10 Thread Jerry Naidoo
insert the commands? I am assuming I have to insert "write sysfs/gpio/export xxx" or something similar. Thanks Jerry On Tuesday, November 23, 2010 at 12:33:19 PM UTC+2, Mikkel Christensen wrote: > > Hello, > > I would use the SimpleJNI sample application [1] as a base reference.

[android-porting] Re: Permission issue on sysfs access from android application ( .java source code )

2020-03-10 Thread Jerry Naidoo
Hello, Are these changes made in the init.rc file? Also how do I set SELinux to permissive mode during build instead of through ADB Shell? Thanks Jerry On Thursday, May 24, 2018 at 5:20:09 PM UTC+2, Sooraj Sizon wrote: > > Hello all, > > Here is how i was able to access , read , wr

[android-porting] Re: start bluetooth failed from UI

2012-05-30 Thread Jerry Cui
Dear andy Did you get any resolution about this issue? I have got one so. On Wednesday, November 23, 2011 11:02:00 AM UTC+8, andy xu wrote: > > Hi all: > hciattach complete with success and hcitool scan can get information > of other devices under command line, but when start bluetooth from U

[android-porting] Re: How to enable Telephony and SMS features in ICS 4.0

2012-02-08 Thread Jerry George
Hi Nimit, Try this out: vi $ICS_Code/device/ti/panda/overlay/frameworks/base/core/res/res/ values/config.xml true Hopefully you will see dialer on GUI now. Thanks, Jerry George -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

[android-porting] Re: How to enable Telephony and SMS features in ICS 4.0

2012-02-08 Thread Jerry George
" About phone" instead of " About > Tablet" in settings. > > But I did not get Telephony and SMS features. > > How to ebable Telephony and SMS features in ICS 4.0?? > > Thanks and Regards > >  Nimit Hi Nimit, Try this out: vi $ICS_Code/device/ti/p

[android-porting] crash issue when create omxcodec in openmax

2011-11-17 Thread jerry
Hi In my video conference appliction, I want use HW video encoder - OMX.qcom.video.encoder.avc. when it is creating , there is a crash issue, I guess it is meta problem.but I can not fix out. by the way,my code work fine when setting to use PV encoder. I test it on android2.3, HTC evo3D. my cod

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

2011-08-03 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 advance.

Re: Re : Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-24 Thread Jerry Cui
HI Adrien Ferré: I am using pppd and chat on gingerbread. I have got the response "CONNECT" of ATD*98*1# . But I can not get the IP address and DNS address. Can you give me some suggestion? Thank you in advance. On Jul 22, 3:26 pm, Adrien Ferré wrote: > You should read this: > http://*pp

Re: [android-porting] Telephony Call State

2011-07-04 Thread Jerry cui
I don't think you can get them, if you can't modify the framework code. On Sat, Jul 2, 2011 at 2:19 AM, Raju Sana wrote: > Hi All, > > I had the same problem, any pointers on this is really appreciate. > > Thanks, > Venky. > > On Mon, Nov 30, 2009 at 10:28 AM, neeloor2004 > wrote: > >> Hi >> I

Re: [android-porting] Why are local sockets used between rild and RIL.java

2011-06-21 Thread Jerry cui
I think ril module is important support of many mobile applications. Binder is part of android framework, and is used by other common APK. Other side,local socket is much steadier than binder. On Tue, Jun 21, 2011 at 7:22 PM, freakingtux wrote: > Hi > > Why are sockets used between rild and RIL.

Re: [android-porting] changing gsm modem in android RIL

2011-06-20 Thread Jerry cui
First you should make sure you modem can be wrote and read as a FD. And make some changes in reference-ril.c, atchannel.c and ril.cpp to add the GSM at command. You can test the modified in the ril.java. On Mon, Jun 20, 2011 at 4:13 PM, hedwin wrote: > Think if you need to make a change it is m

Re: [android-porting] "init" fail to start several services

2010-11-03 Thread Jerry Zhang
Hi Dennis, Sorry for bothering you. I encountered the same problem with you. The init can not start any services in the init.rc. All the process was cached by the waitpid. and the status is 000b. Have you solved this problem. Thanks for your help. Br Jerry On Thu, Nov 12, 2009 at 5

[android-porting] How to disable the android auto-lock app

2010-07-17 Thread Jerry Zhang
Hi, There is no touch screen on my device, so I can not unlock the idle screen. How can I disable the auto-lock app? Thanks very much. BR Jerry -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: vold can't mount multi MMC device

2010-04-14 Thread Jerry Juan
Hi dmitriy, Thank you so much for your great help. I have finished the vold parts, now it can handle multi SD card now. For framework side, we plan to not handle another SD card, it will be only used for some specific application. Thank you once again. Best Regards, Jerry On 4月12日, 下午11時53分

[android-porting] Re: vold can't mount multi MMC device

2010-04-14 Thread Jerry Juan
Hi Seth, I think the patch should be useful. The media on second MMC device will be founded with this patch. In fact, the patch is similar with mine. Thank you. On 4月14日, 下午10時46分, Seth Forshee wrote: > On Wed, Apr 07, 2010 at 11:04:04PM -0700, Jerry Juan wrote: > > Hello all, > &

[android-porting] Re: vold can't mount multi MMC device

2010-04-11 Thread Jerry Juan
, 下午11時16分, dmitriy moskvitin wrote: > Hi, Jerry Juan~ > Very intresting task > Well, to manage 2 sd-card at the same time: > 1. patchvoldin several places, to allow it manage multi-devices at > same time. But,voldis just "tip of the iceberg" > 2. patch/add a looo

[android-porting] Re: vold can't mount multi MMC device

2010-04-08 Thread Jerry Juan
t; On Thu, Apr 8, 2010 at 11:34 AM, Jerry Juan wrote: > > Hello all, > > > My device got two MMCdevice, one is eMMC the other is for SD card. > > It seems vold can't mount eMMC when SD card is exist. > > My vold.conf want to use eMMC to replace SD card.  SD card will b

[android-porting] vold can't mount multi MMC device

2010-04-08 Thread Jerry Juan
Hello all, My device got two MMCdevice, one is eMMC the other is for SD card. It seems vold can't mount eMMC when SD card is exist. My vold.conf want to use eMMC to replace SD card. SD card will be used for other purpose When the SD card is exist, eMMC can't be mounted automatically. It shows be

[android-porting] eMMC support ext3 and Fastboot/Android Recovery mode

2010-01-20 Thread Jerry Juan
Hello all, About eclair start to support eMMC with ext3, I am wondering if eMMC can support Fastboot and Factory default? Anyone know it? If it can not support fastboot, how to flash/erase image to eMMC? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.c

[android-porting] Lock screen feature does not work

2009-07-15 Thread Jerry Wang
Hi there, I have ever saw the similar discussion in other group, but nobody answer it. And I try to search this topic from the website. The same I don't get any answer. So it is very confused to me about this feature. Please kindly give me a help, I will appreciate. Most of developers do not seem

[android-porting] Where to get CTS script and apply CTS certification

2009-07-15 Thread Jerry
Dears, For Android Netbook - Where/How to get CTS script for pre-testing and how to apply CTS certification? -Jerry --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] QWERTY USB keyboard - keystrokes problem

2009-04-29 Thread Jerry Johns
7;m using the ramdisk provided in the m5-rc14 SDK version. Thank you kindly, Jerry --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Static librari is not linking with functions like abs, sincos etc.

2009-04-03 Thread Jerry Fan
souunds like u didn't reference the .a file properly in ur Android.mk or you didn't put your .a in right place. On Fri, Apr 3, 2009 at 5:10 PM, David Turner wrote: > You will need to give a little more detail to get any reasonable answer.For > example: > > - how do you generate the library exact

[android-porting] Re: framebuffer driver

2009-04-02 Thread Jerry Fan
I don't develop on G1 board which uses TI OMAP. But I think frame buffer for TI OMAP should be part of PSB package from texs instrument. And for your questio about frame buffer driver v.s graphics chipset, I think it is also a one to one relation which means you can only use specific driver for cer

[android-porting] Re: browser freeze issue

2009-04-02 Thread Jerry Fan
Hi Harry, Great to hear that refresh solves the problem but it is still not a fix. I will look at this issue next week but if you have any finding , please don't forget to share. Thanks. 2009/4/3 harry lee > > Hi Jerry, > > Thanks for your help. > As much as you said, when

[android-porting] Re: browser freeze issue

2009-04-02 Thread Jerry Fan
WHen you say freeze, did u mean it doesn't respond to any key event such as menu key? If it is not, maybe you just need to refresh the page again. I have similar issue and a refresh can solve it. On Thu, Apr 2, 2009 at 3:10 PM, harry.le...@gmail.com wrote: > > Hi, > > I ported Android on my SAM9

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-03-30 Thread Jerry Fan
signle property mismatches will result in the problem you have. On Mon, Mar 30, 2009 at 11:15 PM, Brian wrote: > > Thanks, Jerry! > > (I'm very sorry. I somehow got a wrong name.) > > Please see the previous email. > > Thanks, > Brian > > On Mar 30, 8

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-03-30 Thread Jerry Fan
Hi Brian, How did you compile your i915? Did you just copy i915.ko from somewhere else, becasue I see some version problem. In addition, I didn't see any CONFIG_i915 stuff in your .config. So, if you copied i915 from somewhere else, u need to make sure module magic number matches the magic number o

[android-porting] Re: how to make multiple .so files from one Android.mk

2009-03-30 Thread Jerry Fan
thanks dave. It works. Thanks again. But here is another question. Is there any doc explaining all available build script I can find for use with include $() ? On Mon, Mar 30, 2009 at 9:09 PM, David Turner wrote: > Yes, you can, you the following: > > - define LOCAL_PATH *once* at the start

[android-porting] Re: JNI run time error even I use same code and lib as Android source code.

2009-02-24 Thread Jerry Yang
Hi,Kozak and all I checked the logcat, I find it cannot find the jni_Onload, Thanks for your information, I find I forget the function jni_Onload method, it is a new requirement after jni)1.2 Now my hello world working. Thanks With best wishes Jerry On Mon, Feb 23, 2009 at 12:51 AM, kozak wrote

[android-porting] JNI run time error even I use same code and lib as Android source code.

2009-02-22 Thread Jerry Yang
d anyone help me to teach me where is my error? I missed something? If my hellolib.so has problem, why I load the media_jni still meet the problem? if my .java has problem, but it seems really like my java is like the source code. Do I need to expose the .h file to java app? I am really new for java