General :: Blurred Display In LG E400 - After Installing CM9
Dec 17, 2012
Just installed CM9 in my LG E400. Looks good. But I have few problems..
Fonts are not getting displayed properly. - Looks Blurred, not clear
Play Store stops at a sudden
Camera App stops at a sudden
Rest not discovered yet.
View 1 Replies
Oct 31, 2013
It is possable to run asphalt 8 on LG L3 E400? i saw some youtube videos and guys run it with this phone, so i downloaded data and game(cracked) and when i start game its says to game data is successfully downloaded. i press ok, and game relunch and its says checking license and there is logo of gameloft and game then just close? what shell i do?
View 1 Replies
View Related
Feb 18, 2013
LG-E400 one week ago. The phone is running v2.3.6. It is running on Spain's tuenti network and up until two days ago it was running fine in every way. The problem now is that it will not allow 'turn on' the wifi, let alone connect or use it. When I check the 'Turn on Wi-Fi' box in Settings>Wireless & networks it tells me that it is turning on, and on occasion tells me that it is turned on, but invariably it 'turns off' within 10 seconds or less. When I turn on wifi using the icon int he pull down menu it likewise changes colour to signify that it is on, but turns off of its own accord within a few seconds. The wifi had worked perfectly until a few days ago, and nothing has changed since that time to the best of my knowledge. It is a new phone, has been used carefully, and there have been no other issues with it.
View 6 Replies
View Related
Oct 27, 2012
have some knowledge about Java,C++.I want to port CM10 to my device (LG Optimus L3 E400) from another LDPI,ARMv7 device but I don't know how to do.Is this possible?If yes HOW?Is there any work in progress?
View 1 Replies
View Related
Nov 5, 2012
How to unroot my LG E400 and uninstall the CyanogenMod 9
View 1 Replies
View Related
Jun 29, 2013
want to build CM 10 for lg e400. so far I have build CM9 for lg e400. I want to know how to build CM 10 (not even CM 9 (they used to, but noe stopped) nor CM 10 nightly is released by cyanogenmod). I'm fine with Java, and C++ and web languages such as HTML, CSS, PHP, JAVASCRIPT etc. Now I want to know how to build CM 10 for LG E400.
View 1 Replies
View Related
Dec 27, 2012
I rooted my phone LG e400 by using superuser, and now I want to unroot it how can i unroot my phone?
View 1 Replies
View Related
Oct 7, 2012
My friends gave me An lg l3 that i stick on emergency mode, i can'go in other mode He told me that he was flashing a new kernel and after that It could start on in emergency, the problem is that the pc can't Find the device, i've tryed all things But nothing, Kdz supporto tool pv suite d adb doesn't works...
View 1 Replies
View Related
Jul 8, 2012
I want recompile the kernel of my lg e400 for add ext2-3-4 support.How i must proceed? I'm able to compiling with success and i have source from lg, sdk installed etc etc.
View 3 Replies
View Related
Jan 23, 2014
I Saw All The Post On Forum For Rooting And I Can't Root,
View 2 Replies
View Related
Aug 17, 2013
I updated my LG E400's firmware from 10J to 10L last with PC Sync. After upgrading the root was still intact. SuperUser still installed, though I had to install Lucky Patcher and had to select Patch to Android for the Android Market again. However, when I tapped About phone in Settings, there was an error and a force close. I looked up the LG firmware site and downloaded the 10L firmware and updated with KDZ updater. The problem started right after that.
I have not been able to root with any ninja script, doomlord script, superoneclick. I have tried reverting to an older firmware (the original version 10J cannot be downloaded) 10D or 10I I think, but got the same error while trying to root. Finally, I tried the "without computer" means of rooting like framaroot and Exynosabuse but none worked. So here I have a fine phone with the latest firmware but with all crap like the LG Keyboard and Google Search, Remote Talk, Play Book, Weather and stuff that I can't get rid off. Also, I can't install Link2SD to increase internal memory.
View 9 Replies
View Related
Mar 13, 2013
I Want To Make Zips By Phone But Can't Find A Way To Update Binary....
View 1 Replies
View Related
Nov 23, 2013
I flashed my custom rom through cwm and now i cant even access it,boot screen doesnt load at all and i cant even access adb.
View 3 Replies
View Related
Jul 26, 2012
how to install apps on internal (1gb) memory or the sdcard and not in system memory (157mb)?? I install only a few apps and it notifies me about low error.
View 9 Replies
View Related
Nov 6, 2012
I had done several things before (rooting, installing cwm recovery through rom manager, etc) until my phone got bricked, and tried a lot of things until i have flashed Cyanogenmod, and it woks just fine (and its cool), but I have changed it back to original stock firmware using KDZ flasher. Now, I tried to boot my phone in recovery mode (by holding volume down+back+power button) and CWM recovery is booted. I want to get rid of it and restore back my original recovery, because, i suppose, it was the reason why my phone was bricked before (i wiped and formatted the system and updated the firmware using fOTA, and the result was a CWM bootloop)
View 4 Replies
View Related
Dec 29, 2012
Is there any solution to unlock phone from network , to be sim free ?
View 1 Replies
View Related
Sep 1, 2013
i'm using lg l3 e400 ! actually my went in boot loop ,so it ws unable to start then i flashed kdz V10L(as i'm from india ). then my phone sarted normally!but the main problem is that now i tired to root my phone so many times but always and error comes link failed permission denied !!so i think that after flashing orginal kdz flash (stock rom )kdz V10L we are unable to root !!
View 5 Replies
View Related
Nov 10, 2010
I've had the same app - solitaire installing for a couple of weeks. I've shut down the phone, didn't help. Pulled the battery didn't help. In applications, manage applications, I've uninstalled it but it's still there saying installing. What do I do now? I don't want to do a factory reset. Had to do it once and that was enough.
View 3 Replies
View Related
Sep 9, 2010
I am struggling to get Bitmaps blurred using Android.
I have seen a lot of information about using a simple kernel like
0 0 0 5 0 0 0
0 5 18 32 18 5 0
0 18 64 100 64 18 0
5 32 100 100 100 32 5
0 18 64 100 64 18 0
0 5 18 32 18 5 0
0 0 0 5 0 0 0
My problem is that I am really not sure how to multiply this with my Bitmap in an efficient way. Should I go through every pixel and image.getPixel(x, y)
while storing those values to a new array (so I don't have to get those values over and over again) and then go through the array and for each value add up the surrounding values multiplied by the corresponding field in the kernel divided by 1068 (in the case of the above kernel (= all entries summed up))?
Is there any better way to do this? Is there a simple solution for the borders?
Or is there even something available in the Android SDK I missed?
View 2 Replies
View Related
Nov 6, 2010
I had updated x10 but contact picture is bad. What to do? It is dim and dull like damaged one.
View 3 Replies
View Related
Nov 21, 2010
Does anyone else have this issue?When I go in for a close up shot, say 20cms away, the camera focuses fine, turns green, makes a beep them shoots. All fine but when you see the preview or even go into the gallery to view the picture it is out of focus.Sometimes i have to pull back a good 50cms before it will record a focused shot. Is this the macro distance for the DHD?I know it doesn't have stabilization so I've tried this with it mounted and on timer. Still does it. But once I pull back away it behaves as it should.Hope this makes sense. Am I doing something wrong? Is there something in the settings that will eliminate this?
View 1 Replies
View Related
Oct 21, 2010
Can I use nextheme on rubix blurred .3?
View 1 Replies
View Related
Sep 27, 2010
When i take photo on X10 mini its too blurred
Also i can't change size
View 7 Replies
View Related
Nov 9, 2010
Anyone ever had this happen? Downloaded an update after the 2.1 upgrade and I sync'd my contacts with FB. It then deleted all of my contacts.So I deleted Facebook, re-stored all my contacts and reloaded Facebook. However, now it gets as far as installing and it never stops. It just stays on Installing.However, the FB app works fine on the phone itself.Is this a Market glitch? Is there anyway I can purge it from out of my downloads section?
View 2 Replies
View Related
Sep 9, 2013
I have installed cyanogenmod 9 in my Sony Live Walkman, and the kernel that comes with it.
Can I install a new kernel (like rage kernel) without having to install the rom (CM9) again? It will work just replacing the kernel?
View 4 Replies
View Related
Oct 21, 2010
I have tried to update the default youtube app on my nexus one (Froyo) numerous times. I get the message "Error Installing - Package file was not signed correctly". I am trying to upgrade from 1.6.21 to 2.0.26.I have tried unmounting my SD card, clearing the cache for the android market, the download manager and the original youtube app.
View 5 Replies
View Related
May 4, 2010
Is it possible to disable title bar display dynamically after setting the content view by setting the NoTitlebar theme?
All the posts I have read told that any title bar changes we can make only before setContentView() call.
View 4 Replies
View Related
Sep 20, 2010
I am facing one problem in message view. Bacically what I need to do is in message view I want to mark any telephone number or web address in different color. Can anyone please tell me where exactly the text is been written in Message View? On clicking this items it should launch appropriate event. If anyone touches a telephone number it should launch the dialer or if it is a valid email address then it should launch the Compose message event and so on.
Another question is whether to display message is Android uses the WebView?
View 2 Replies
View Related
Jun 26, 2010
Hello there I have a problem regarding the new HTC Magic I purchased : in my text display where I read the conversations between me and my contacts... it has all of the messages I sent in 1 group together, and all of the messages my contacts have sent together. How do I change this to display the order in which they were sent and received? For example right now it is
ME : blahblahblah
ME : blahblahblah
ME : blahblahblah
You : blahblahblah
You : blahblahblah
You : blahblahblah
View 3 Replies
View Related
Jun 4, 2014
I have tried to install 4.4.3 on my Nexus 4, I got it OTA a couple of hours ago it has now been stuck on the "Installing system update" for about 1.5 hours now, the blue bar scrolls across and just resets at the start every few minutes. I'm now not too bothered if I can have the update I just want my phone, can I just turn the phone off while it's on that screen? Do I leave it overnight attempting?
View 7 Replies
View Related