General :: LG Optimus 4x HD - Changing Status Bar On CyanogenMod 10.1.2
Jul 26, 2013
I am running Cyanogenmod 10.1.2 for the LG optimus 4x HD (LG-P880) and i would like to change the transparency for the status bar.
I know there are lots of threads for this, but every one ive tried seems to just crash my system UI. I would also like it if you could change the colour by app (i know paranoid android does this however, i have not found a stable build for the 4X.)
I am not very experienced at coding mumble jumble, however i do know how to build APK files etc..
View 4 Replies
Feb 5, 2014
So is it possible to get Cyanogenmod 11 on the LG Optimus V? Despite the fact that this device has extremely low end specs, people have gotten 4.1 on this device before but what about Cyanogenmod 11?
View 1 Replies
View Related
May 16, 2012
My brother just bought an LG Optimus Hub, and wants to install Cyanogenmod 7.2 on it, but we have some doubts, in order to install it, does it need to have the kernel installed? How do we install it? It's my first time with another phone that isn't my mini pro, so I don't want to screw it.
View 3 Replies
View Related
Nov 1, 2012
how to instal Cyanogenmod with Fastboot, so i have to try with CWM recovery.Problem is I get "Status 7" error. CWM tries to get some names like Mt11i, mt11, haida and such before showing status 7.
View 9 Replies
View Related
Dec 10, 2013
I used to be on a custom ROM called Cyanogenmod and really liked their circle battery icon in the status bar. I'm on a different ROM now that has no features and uses the stock android icon and I'm wondering if it's possible to get a white version of the cyanogenmod icon without having to change ROMs. I'm on an unlocked and rooted verizon galaxy nexus on 4.4.
View 2 Replies
View Related
Mar 15, 2012
How to changes the following things in cyanogenmod..
1. How can I use simple dialing number like 06589658455 instead of 065-896-58455 (don't want " - " sign)
2. How can I enable animation on main screen wallpaper (watched a video where some green color line was moving down, up, left & right) how can I do it??
3. Right now when I open "Menu" & all my apps are there, I have to scroll up & down to check my apps, is there any possibility that these apps can spread to left right (like main window) instead of up down?
View 1 Replies
View Related
May 9, 2013
How can i change fonts on cyanogenmod 10.1... Iam using galaxy grand i9082...
View 7 Replies
View Related
Mar 13, 2011
I need to change the time on my LG Optimus M (Metro PCS) to compensate for the day light saving. however I can't find from where should I do it, I don't see anything else other than the time and date format under Date and time settings. I read about a Client NTP which solves the problem, however your phone needs to be rooted, is it safe to root them and run the Client NTP?Also is there any other ways to change the time?
View 6 Replies
View Related
Apr 21, 2013
Changing the sms notification in the status bar. I am unable to get to a personal computer at the moment?
Below is my mms app, and the icon I would like it changed to, (I would do it but I do not have a working computer at the moment.)
View 3 Replies
View Related
Jan 11, 2013
I have a Galaxy Nexus running JB 4.2 and I've started playing around with (basic) customisation. Is it possible to change the colour of the Status and System Icons at the top of the screen from the default blue? Preferably to white. I have a nice dark look going courtesy of sammyycakes and others, the blue spoils it a bit.
View 6 Replies
View Related
Feb 8, 2012
I don't mean 12/24 hr format. I mean HH:mm:ss format. I want my status bar clock to display something like 23:59:59, I want the "seconds counter" included. How do I do this? Are there any app that can do this or I need to modify some system files (SystemUI.apk perhaps)? My phone is xperia mini pro (rooted).
View 3 Replies
View Related
May 29, 2014
Is there something that replicates this feature?: changing a notifications priority/or hiding the notification icon from the status bar.
I know that you can permanently hide all notifications of an app via app info, but what I am looking for is something that will allow me to only hide any icon from the status bar, but the notification will still be there when I pull down the notification shade.
I currently use a ROM that has this feature, and I have yet to find it implemented in any other way or through any other ROM. I would love to go back to stock or an AOSP rom and use only Xposed modules, but this is the only thing that is stopping me. This feature is absolutely vital in my opinion in my everyday use.
You can see this feature in the screenshot below. When I long press any notification when I select the Hide status bar apps notification icon, the icon will not show up. As if it either replaces it (which I believe it does with a transparent dot) or just as useful would be to change the priority of the notification to low.
This just amazes me that I can't find anything else that does this. I'm hoping there is some type of xposed module that can replicate this feature, or anything really. If only i could find the code in the source of the rom myself to compile it into stock or something... Nexus 5
View 3 Replies
View Related
Sep 15, 2013
Any way to change the permissions of individual apps ?
I'm running 4.1.2 on the LG Optimus G Pro.
I can see the permissions by app, but I can't find a way to change them if I don't one of them doing something.
View 4 Replies
View Related
Sep 8, 2010
I am currently running Fresh 3.2. I am trying to find out where I can get just the status bar icons, not the full theme. Or a run down on how to change it.
View 8 Replies
View Related
Dec 10, 2009
Changing the statusbar color Nevermind.
View 49 Replies
View Related
Nov 23, 2010
Any way to do this in 2.1?
View 5 Replies
View Related
Oct 6, 2010
How do I change the color of the status bar behind my music player. It is purple right now and I would like to change it. I think I may just be overlooking something very simple.
View 2 Replies
View Related
Jun 11, 2010
I have read on the market support that "If you have previously published an application for free, you cannot change it to have a price". But I was wondering, if at the contrary I change my app from paid to free and some time after I want to re change it from free to paid! Can I? And if yes, Have I to wait some period (I have read something like this in the contract)?
View 2 Replies
View Related
Jul 9, 2013
how to add percentage of battery status on status bar like xperia z?
Innos i6c (Xperia Style)
View 2 Replies
View Related
Aug 23, 2010
I have a listview that needs to be multiple choice (i.e each list item has a checkbox which can be checked / unchecked). The list view is in a tabhost and is the content for teh first tab. My set up is like so: My tab is set up with:
TabSpec tab = tabHost.newTabSpec("Services");
tabHost.addTab(tabHost.newTabSpec("tab_test1").setIndicator("Services").setContent(new Intent(this, ServiceList.class)));
When the tab is clicked new activity ServiceList is started. ServiceList is defined as such:
public class ServiceList extends ListActivity{ private EscarApplication application;
ListView listView; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
setContentView(R.layout.service_list);
ServiceList.this.application = (EscarApplication) this.getApplication();
final ListView listView = getListView();
} protected void onListItemClick(ListView l, View v, int position, long id) { String.valueOf(id); Long.toString(id); ( (CheckedTextView) v).setChecked(true);
super.onListItemClick(l, v, position, id);
} @Override public void onStart() { super.onStart();
//Generate and display the List of visits for this day by calling the AsyncTask
GenerateServiceList services = new GenerateServiceList();
int id = ServiceList.this.application.getVisitId();
services.execute(id); listView = getListView(); listView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
} //The AsyncTask to generate a list private class GenerateServiceList extends AsyncTask<Integer, String, Cursor> { // can use UI thread here protected void onPreExecute() {
} // automatically done on worker thread (separate from UI thread) protected Cursor doInBackground(Integer...params) { int client_id = params[0];
ServiceList.this.application.getServicesHelper().open();
Cursor cur = ServiceList.this.application.getServicesHelper().getPotentialVisitServices(client_id);
return cur;
} // can use UI thread here protected void onPostExecute(Cursor cur){ startManagingCursor(cur);
// the desired columns to be bound String[] columns = new String[] {ServicesAdapter.KEY_SERVICE};
// the XML defined views which the data will be bound to int[] to = new int[] {R.id.display_service};
SimpleCursorAdapter mAdapter = new SimpleCursorAdapter(ServiceList.this, R.layout.service_list_element, cur, columns, to);
// set this adapter as your ListActivity's adapter ServiceList.this.setListAdapter(mAdapter);
ServiceList.this.application.getServicesHelper().close();
} } }
So, everything works ok until I click on my list item to change the checkbox state. The part of teh code set to handle click events is causing me problems:
protected void onListItemClick(ListView l, View v, int position, long id) { String.valueOf(id);
Long.toString(id); ((CheckedTextView) v).setChecked(true); super.onListItemClick(l, v, position, id);
}
My understanding is that the View v passed to the onListItemClick method reperesents my list element, so I am trying to cast v as a CheckedTextView and set teh checked value to true, however this just causes my app to crash.
View 1 Replies
View Related
Apr 21, 2014
port CyanogenMod rom or kernel for LG F260S.
View 1 Replies
View Related
Jan 5, 2014
Where can I download Gapps for Cyanogenmod 10.2?
I already downloaded one but not synchronized to google account and not opened the market.
View 1 Replies
View Related
Dec 11, 2013
I noticed a file '/system/priv-app/CMS.apk' (url...) on the latest cm-11 nightly for mako.
I wonder what is it? I can't find an appropriate source code on CMs GitHub. Is this going to be a custom client library like Google Play Services? Why is there no source code on GitHub?
View 5 Replies
View Related
Feb 19, 2013
for my own usage, I would like to integrate an app to CyanogenMod, which should be compiled with CM. How do I do that?
View 7 Replies
View Related
Jul 7, 2013
CyanogenMod 10.1 and FM Radio
I miss the FM Radio that comes with Samsung Galaxy Mini GT-S5570 after i installed CyanogenMod 10.1. I haven't found any FM Radio apps out there that support the phone. Any FM Radio apps is compatible with the phone?
View 1 Replies
View Related
Jun 29, 2012
I just got the LG Lucid yesterday, took it home, and rooted it. I installed CWM and the basics. Right now though, I cannot find Cyanogenmod for it.
View 2 Replies
View Related
Mar 24, 2012
How can I reflash a new ROM to my LG Optimus EX to change its default ROM?
View 2 Replies
View Related
Nov 26, 2013
Any Custom Roms available for LG Optimus Chat C555?
View 1 Replies
View Related
Jul 1, 2013
upload a rom for lg optimus L3 e405. I rooted the phone.But I cannot find a rom for the phone
View 2 Replies
View Related
Sep 2, 2012
I want to root my phone LG Optimus Hub E510 ,but im a noob at rooting.what apps should i get ,how to root it and also how does flashing roms work?I want to do this right and not brick my phone.
View 2 Replies
View Related