[android-porting] Re: How to disable android uid and gui check

2013-05-13 Thread shridutt kothari
Hi, You need to modify the file http://androidxref.com/4.2.2_r1/xref/system/extras/su/su.c and remove the check. On Monday, December 3, 2012 1:30:03 PM UTC+5:30, Üye Olduğum wrote: > > Hi; > > I want to disable android uid and guid check. How can I do? > -- -- unsubscribe: android-porting+un

[android-porting] Re: [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-05-13 Thread shridutt kothari
is made let me know if you need any further help. Thanks, Shridutt kothari On Wednesday, January 23, 2013 11:42:33 PM UTC+5:30, Ankit Awasthi wrote: > > Hi All, > > I am in need of a little help, I have some source code/library > downloaded, which basically I want to ad

[android-porting] Re: Include an android library in an android project with mm

2013-05-13 Thread shridutt kothari
hi everyone, same question from my side also. On Wednesday, March 20, 2013 3:31:22 AM UTC+5:30, Jeremy Blanchard wrote: > > Hi everyone, > > I have an android library ("is library" checked on eclipse) that i'd like > to include in my android android project. (like seen there : > http://develop

[android-porting] Re: Adding new module to android framework

2013-05-13 Thread shridutt kothari
/06/07/understanding-the-android-build-process/ · http://tools.android.com/build Let me know if any further jelp required. Thanks, Shridutt kothari On Friday, May 10, 2013 12:16:10 PM UTC+5:30, Prasad wrote: > > Hi, > >How to add new module to a android framework. i.e By

[android-porting] Re: Android device as BT Headset

2013-05-13 Thread shridutt kothari
hi Ramya, Bluez has support for BT Headset but android does't have BT headset_HS mode. On Wednesday, April 10, 2013 4:27:16 PM UTC+5:30, ramya mohan wrote: > > Hi, > > I am Ramya. > > I am trying to make my omap based Android(ICS) device to behave as a BT > Headset. > > Does Android Bluez have

[android-porting] Re: Adding new module to android framework

2013-05-24 Thread shridutt kothari
Hi Shiv, For more details please my blog @ http://shriduttkothari.blogspot.in/2013/05/adding-new-system-service-in-android_24.html let me know if you still face any issues. Thanks, Shridutt Kothari Impetus Infotech On Friday, May 17, 2013 7:06:39 PM UTC+5:30, Prasad wrote: > > Hi Sh

[android-porting] Re: Adding new module to android framework

2013-05-24 Thread shridutt kothari
t will not run on other roms. Please let me know if you face any further issues. Thanks, Shridutt Kothari Impetus Infotech On Friday, May 17, 2013 7:06:39 PM UTC+5:30, Prasad wrote: > > Hi Shridutt, > > 1. As you said in mail I created Manager class in below path > >

[android-porting] Re: build aosp for samsung galaxy tab

2013-07-29 Thread shridutt kothari
Hi jitesh, To build android ROM for any device you need include propitiatory device drivers in the AOSP source code. Nexus S, Nexus 4 are developer phones so there drivers are open sourced and also available in AOSP GIT branches, So if you see the devices directory in your android root directo

[android-porting] Re: software update doubt!!!

2013-07-30 Thread shridutt kothari
Answers to you both questions is Yes. Now why yes, because :- system.img contains OS (framework,app etc) and boot.img contains (Soft drivers etc), so if there is any change available in update which depends only of one part, only that image can be updated on device, But if that change depends o

[android-porting] Re: about the way enter the recovery mode

2013-09-16 Thread shridutt kothari
Hi xyaw, Currently there is no another way to reboot in to recovery than these two and both are only available to shell, root access respectively. Thanks, Shridutt Kothari Impetus Infotech shriduttkoth...@gmail.com On Monday, May 13, 2013 11:29:11 PM UTC+5:30, xyaw Li wrote: > > I kno

[android-porting] Re: How to get familiar with android BSP development/porting for specific embedded platform?

2013-09-17 Thread shridutt kothari
lp you. Thanks Shridutt Kothari impetus Infotech Limited shriduttkoth...@gmail.com On Tuesday, September 10, 2013 1:41:31 PM UTC+5:30, Oleg Kazakov wrote: > > Hello, > > I am system developing engineer. > I am quite new for android development but I have a huge background for > syst

[android-porting] Re: Porting Android 4.22 to HTC EVO 3D

2013-09-18 Thread shridutt kothari
Hi Lorenzo, Try "make snode" for building, if you dont want to build kernel, it will build system.img with minimum basic components. hope it helps! Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com On Saturday, August 3, 2013 6:09:16 PM UTC+5:30, Lorenzo Cucur

[android-porting] Re: OS update using recovery!

2013-09-18 Thread shridutt kothari
Hi Shashi, You dont get factory Update.zip which you can download but insted you can download Your device specific factory images from This Link<https://developers.google.com/android/nexus/images> and also how to install that factory image on your device. Thanks, Shridutt Kothari I

[android-porting] Re: pass data from Service to app layer in AOSP code

2013-09-18 Thread shridutt kothari
fine, just the registration of that intent filter is causing the Exception, So cross check the intent filter availability in AOSP. Hope it helps! Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com On Tuesday, September 17, 2013 5:58:12 PM UTC+5:30, Prasad wrote: > >

[android-porting] Re: Dalvik-Cache isnt writeable

2013-09-19 Thread shridutt kothari
Hi Nico, as per the very little details mentioned by you, i can only suggest you to have a look on this link<https://code.google.com/p/android/issues/detail?id=966> . hope it gives you some pointer! Shridutt Kothari Impetus Infotech India Limited shriduttkoth...@gmail.com On Th

[android-porting] Re: Android JB : Never timeout option

2013-09-19 Thread shridutt kothari
s/java/com/android/server/> /power<http://androidxref.com/4.3_r2.1/xref/frameworks/base/services/java/com/android/server/power/> /PowerManagerService.java<http://androidxref.com/4.3_r2.1/xref/frameworks/base/services/java/com/android/server/power/PowerManagerService.java> hope you got

[android-porting] Re: Adding library to the build system

2013-09-24 Thread shridutt kothari
y. Find more in $(YOUR_ANDROID)/build/core/config.mk. Thanks, Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you a

Re: [android-porting] build phone without cell capabilities

2013-09-30 Thread shridutt kothari
gt;/product <http://androidxref.com/4.3_r2.1/xref/build/target/product/>/generic_mips.mk <http://androidxref.com/4.3_r2.1/xref/build/target/product/generic_mips.mk> Hope it gives you pointers! Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com -- -- unsub

Re: [android-porting] build phone without cell capabilities

2013-09-30 Thread shridutt kothari
cially ovverride PRODUCT_NAME # Discard inherited values and use our own instead. PRODUCT_NAME := PRODUCT_DEVICE := PRODUCT_BRAND := PRODUCT_MODEL := For example usage see existing make files of any device at \device\any_manufacturer\any_product Hope you got the solution! :) Shridutt kothari I

[android-porting] Re: I want to Know how many times Android rebooted.

2013-09-30 Thread shridutt kothari
Hi Punith, you may find this file useful: /system/core/rootdir/init.rc Thanks, Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com On Thursday, June 20, 2013 1:16:10 PM UTC+5:30, Puneet B wrote: > > Hi Guys. > > I have working sd card which boots Android successfull

[android-porting] Re: Building system app: aapt doesn't seem to be run

2013-10-03 Thread shridutt kothari
it would be helpful if u post error logs also. ~Regards, shridutt -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To

[android-porting] Re: remove GPS support from build?

2013-10-10 Thread shridutt kothari
y. So in your case you can remove GPS support with removing: from file: /frameworks/native/data/etc/android.hardware.location.gps.xml Hope that helps! Thanks, Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com w

[android-porting] Re: re-designed source.android.com porting section

2013-11-07 Thread shridutt kothari
Thanks Google team... it is very helpful. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this gr

[android-porting] Re: Including prebuilt Launcher in new device

2013-11-10 Thread shridutt kothari
tform LOCAL_MODULE_TAGS :=optional include $(BUILD_PACKAGE) include $(call all-makefiles-under,$(LOCAL_PATH)) Thanks, Shridutt Kothari Impetus infotech Ltd shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-po

[android-porting] Re: Black screen need Help !!

2013-11-11 Thread shridutt kothari
Hi Charles, In your logcat there are so many errors related to SurfaceFlinger, gps etc, not sure what could be the problem but have you placed vendor binaries in "/vendor" directory?? and for which device your are building?? Thanks, Shridutt Kothari, Impetus Infotech Ltd sh

[android-porting] Re: Can't get to android loading screen.

2013-11-12 Thread shridutt kothari
Hi, Have you included proprietary binaries before building? if no please do so. Thanks, Shridutt Kothari Impetus Infotech Ltd shridutt.koth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received

[android-porting] Re: Including third party certificates in a custom rom

2013-11-12 Thread shridutt kothari
Hi Subodh, Put all those certificates in */build/target/product/security/ ,*so that they will be included in framework-res in your Rom at build time, and so the apps signed with those keys can be installed on our platform. Thanks, Shridutt Kothari Impetus Infotech Ltd. shriduttkoth

[android-porting] Re: Can't get to android loading screen.

2013-11-13 Thread shridutt kothari
etc. but leave it as it's not the concern in your case. On Tuesday, November 12, 2013 9:23:31 PM UTC+4, shridutt kothari wrote: >> >> Hi, >> >> Have you included proprietary binaries before building? if no please do >> so. >> >> Thanks, >> S

[android-porting] Re: Android System can't boot without launcher

2014-01-16 Thread shridutt kothari
Please post your log output. Thanks, Shridutt Kothari Impetus infotech Ltd. shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google

[android-porting] Re: Bluez under android

2014-04-01 Thread shridutt kothari
Hi, You seem to be involved in something interesting. i hope following links might help you: https://code.google.com/p/android-bluez-ime/ https://gitorious.org/android-bluez Thanks, Shridutt Kothari, shriduttkoth...@gmail.com Impetus Infotech Ltd On Wednesday, March 26, 2014 3:55:46 AM UTC+5

[android-porting] Re: USER_BOOTANIMATION_FILE is "/data/local/bootanimation.zip" but user can't write there?

2014-04-02 Thread shridutt kothari
change content of system partition. To understand the concept behind this, You should understand which partitions are available to whom (user, system...) and in which mode (read, write...) and when(Android runtime, recovery..). I hope it helps you. Thanks, Shridutt Kothari, shriduttkoth...@g

[android-porting] Re: Porting android to a non listed Phone.

2014-04-09 Thread shridutt kothari
Hi Florian, Why are you getting confused? you just need to follow the steps mentioned on http://source.android.com/source/initializing.html that's it. you just need binaries for your device, which you already have. so just follow the above link and you will be ok. Thanks, Shridutt Ko

Re: [android-porting] Seek meaning of luni

2014-04-20 Thread shridutt kothari
just awesome.. On Saturday, March 28, 2009 9:45:29 AM UTC+5:30, Jean-Baptiste Queru wrote: > > "lang util net io" > > JBQ > > On Fri, Mar 27, 2009 at 9:08 PM, bazookier > > wrote: > > > > In dalvik libcore, there is a directory name luni and another > > directory named luni-kernel. > > wh

[android-porting] Re: Stopping Android Booting

2014-04-28 Thread shridutt kothari
Hi Richard, If you only want to run Kernel and not Java part of Android, you can use Tiny build: there's a guide here https://wiki.linaro.org/Platform/Android/UseTinyAndroid which would be helpful to you in this direction. and Tiiny Android works in all versions. Thanks, Shridutt Ko

[android-porting] Re: Building for a new device

2014-04-28 Thread shridutt kothari
Hi Tung, If you want to remove any hardware feature from your build you should override the files in following firectory http://androidxref.com/4.2.2_r1/xref/frameworks/native/data/etc/ Thanks, Shridutt Kothari Impetus Infotech India Ltd. shriduttkoth...@gmail.com On Saturday, March 1, 2014

[android-porting] Re: How do I turn off the phone app and related phone services?

2014-06-09 Thread shridutt kothari
Good to know that fact. Thanks, Shridutt -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this gro

[android-porting] Re: How to disable hardware keyboard?

2014-06-09 Thread shridutt kothari
Good to know that fact. Thanks, Shridutt -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this g

[android-porting] Re: own apps in build image

2014-06-09 Thread shridutt kothari
://shriduttkothari.blogspot.in/2013/08/fota-in-android-mechanism.html Surely instead of Google Play, FOTA suits your requirement. Thanks, Shridutt kothari Impetus Infotech India Ltd. shriduttkoth...@gmail.com On Saturday, May 24, 2014 1:05:39 AM UTC+5:30, petr@gmail.com wrote: > > Hi there, >

[android-porting] Re: init.rc not executing in our A20 custom board

2014-06-10 Thread shridutt kothari
Have a look at https://groups.google.com/forum/#!topic/cubieboard/Lkbv_iZ6xWQ -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting

[android-porting] Re: init.rc not executing in our A20 custom board

2014-06-13 Thread shridutt kothari
Thanks, Shridutt Kothari, Impetus Infotech India Ltd. shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google

[android-porting] Re: Enabling USB Mass Storage in Android Kitkat 4.4.2

2014-06-13 Thread shridutt kothari
http://forum.xda-developers.com/showthread.php?t=2223401 -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscrib

[android-porting] Re: Android camera HAL interface Error Codes

2014-06-13 Thread shridutt kothari
Hi Ganesh, Have a look on http://androidxref.com/2.3.6/xref/hardware/msm7k/libcamera/camera_ifc.h, it might help. Thanks, Shridutt Kothari Impetus Infotech India Ltd. shriduttkoth...@gmail.com On Monday, June 9, 2014 10:50:33 AM UTC+5:30, Ganesh Ram wrote: > > > May i know where

[android-porting] Re: Android camera HAL interface Error Codes

2014-06-13 Thread shridutt kothari
> > Hi Ganesh, > > Have a look on > http://androidxref.com/2.3.6/xref/hardware/msm7k/libcamera/camera_ifc.h,http://androidxref.com/4.2.2_r1/xref/hardware/libhardware/include/hardware/camera2.h > > it might help. > > Thanks, > Shridutt Kothari > Impetus I

[android-porting] Re: Android camera HAL interface Error Codes

2014-06-26 Thread shridutt kothari
I guess you are looking for Error codes for CAMERA_MSG_ERROR <http://androidxref.com/4.4.3_r1.1/xref/hardware/libhardware/include/hardware/camera3.h#1373> Thanks, Shridutt Kothari, Impetus Infotech India Ltd. shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+un

[android-porting] Re: bluetooth bluedroid A2DP sink and HFP -HF for Kitkat 4.4

2014-06-26 Thread shridutt kothari
Hi Nimesh, If you are implementing HF Bluetooth profile for android, this might help you: http://padovan.org/blog/2010/02/handsfree-profile-into-bluez-and-ofono/comment-page-1/ Thanks, Shridutt Kothari, Impetus Infotech India Ltd. shriduttkota...@gmail.com -- -- unsubscribe: android

[android-porting] Re: SystemUI crashing...

2014-06-26 Thread shridutt kothari
please post complete logs. Thanks, Shridutt -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this

[android-porting] Issue 62198 - Broken boot loader. won't it be fixed??

2014-11-13 Thread shridutt kothari
ooking into it from more than a year.* -- Thanks and regards, Shridutt Kothari shriduttkoth...@gmail.com -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the

[android-porting] How to disable physical keyboard in code (use virtual keyboard all the time)

2016-10-20 Thread shridutt kothari
p://androidxref.com/4.4.2_r1/xref/frameworks/base/services/java/com/android/server/wm/WindowManagerService.java#726>; But still on device boot onscreen keyboard is not showing. Please suggest any solution for achieving this. Thanks, Shridutt Kothari shriduttkoth...@gm