Hi, In the android sources (Gingerbread) , under the directory frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar
there is a file called StatusBarPolicy, which specifies the icon to be displayed/removed/updated from the status bar. In that check for updateGps or any GPS related stuffs (like addView/setIcon or so...) Juz comment it of & compile. I hope, this will do the need. On Mon, Jun 25, 2012 at 1:32 PM, Matthias Brugger < [email protected]> wrote: > I've seen a xml file where you can define, which symblos should be shown > in the Notification Bar. > > Unfortunately right now, I don't remember where to find this file. > > Cheers, > Matthias > > > On 06/22/2012 02:36 PM, Bhanushali Ashwin N wrote: > >> Hi Techies, >> >> I successfully build the android ICS source code and able to run on >> emulator. >> Now I did some changes in Existing Location API. >> The Change is I added one method in LocationManagerService.java which >> will help the application to fetch the location of user without enabling >> Use GPS satellties option in Settings. >> But here the problem is when my app requests for an location.GPS icon in >> shown in the Notification Bar.I want to hide this icon from notification >> bar. >> I tried to find in the source code how exactly it's showing icon in >> Notification Bar but totally lost. >> Please anybody guide me how to I proceed further to achieve my goal/ >> Waiting to here from you Techies. >> >> Thank You. >> >> -- >> unsubscribe: >> android-porting+unsubscribe@**googlegroups.com<android-porting%[email protected]> >> website: >> http://groups.google.com/**group/android-porting<http://groups.google.com/group/android-porting> >> > > > -- > unsubscribe: > android-porting+unsubscribe@**googlegroups.com<android-porting%[email protected]> > website: > http://groups.google.com/**group/android-porting<http://groups.google.com/group/android-porting> > -- With care Ramya -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
