Re: [android-kernel] Android support for classful Qdisc 'Prio'

2013-09-05 Thread yarra vivek
Iptables can solve your problem Vivek yarra On Sep 5, 2013 6:02 AM, "Ravikanth" wrote: > I was trying to use traffic control options to redirect traffic from one > interface to another on my android phone. > Following is the first command I tried. >1) tc qdisc add dev wlan0 root handle 1: pr

Re: [android-kernel]

2013-01-03 Thread yarra vivek
sudo -i adb kill-server adb usb you will have permissions as root On Thu, Jan 3, 2013 at 3:08 PM, raja pavan wrote: > adb usb > error: insufficient permissions for device > > > > On 3 January 2013 15:00, yarra vivek wrote: > >> try >> adb kill-server >&g

Re: [android-kernel]

2013-01-03 Thread yarra vivek
try adb kill-server sudo adb devices On Thu, Jan 3, 2013 at 2:50 PM, yarra vivek wrote: > I dont think you need to jail break. are you using linux machine?? > > > On Thu, Jan 3, 2013 at 2:49 PM, raja pavan wrote: > >> I think you need to jail break the device, let me

Re: [android-kernel]

2013-01-03 Thread yarra vivek
I dont think you need to jail break. are you using linux machine?? On Thu, Jan 3, 2013 at 2:49 PM, raja pavan wrote: > I think you need to jail break the device, let me know if you can jail > break micromax a 110 > > > On 3 January 2013 14:45, yarra vivek wrote: > >>

Re: [android-kernel]

2013-01-03 Thread yarra vivek
et logs? > > cheers > > raja pavan > > On 3 January 2013 14:35, yarra vivek wrote: > >> attach logs >> On Jan 3, 2013 2:32 PM, "raja pavan" wrote: >> >>> Hi >>> >>> I am facing problems with my micromax a110 phone, interne

Re: [android-kernel]

2013-01-03 Thread yarra vivek
attach logs On Jan 3, 2013 2:32 PM, "raja pavan" wrote: > Hi > > I am facing problems with my micromax a110 phone, internet browsing over > WiFi. > > For any wifi related thing, it reboots, be it WiFi ON/OFF. > > When from System Settings -> Select Wifi NetWork -> Connect > > It consistently rebb

Re: [android-kernel] Re: Wifi fails on "Obtaining an IP Address"

2011-08-27 Thread yarra vivek
Not sure what the reason is but i faced the same problem when i tinkered with wpa_supplicant. i wanted to enable the ad-hoc connectivity to my wifi :) On Sat, Aug 27, 2011 at 2:35 PM, William W.-Y. Liang < wyli...@mail.ntut.edu.tw> wrote: > Here is just an observation form your log, for your refe

[android-kernel] Tweaking android for fast boot up

2011-05-07 Thread yarra vivek
Hey plz throw some light regarding kernel booting process and stripping the startup processes. Thank you in advance Ragards Vivek -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Touchscreen two finger zoom is not working

2011-04-21 Thread yarra vivek
Does multi touch work on any other applications On 21 Apr 2011 19:22, "jagan" <402ja...@gmail.com> wrote: > Hi All, > > I am porting my board to gingerbread. > I have an issue with touchscreen. > > > With Two finger picture is not zooming. > > but > With double click zoom is working. > > Could you

Re: [android-kernel] Re: Guidance : Android ( kernel + drivers + porting + customization )

2011-04-19 Thread yarra vivek
PI call for this is here: > http://developer.android.com/reference/android/os/PowerManager.WakeLock.html > > Anyways, I recommend going through ./Documentation. A good set of > goals for driver development can be found in ./Documentation/ > SubmitChecklist. > > On Apr 19, 12:21 am, yarra vivek w

Re: [android-kernel] Guidance : Android ( kernel + drivers + porting + customization )

2011-04-19 Thread yarra vivek
Thank you amit On 19 Apr 2011 12:43, "Amit Pundir" wrote: > On Mon, Apr 18, 2011 at 12:17 PM, Vivek.Y wrote: >> Hi everyone >> >> I am a newbie to this android world. I have some knowledge about >> linux. Can someone guide/provide me some stuff in-order to get a grip >> on android kernel developm