General :: LG Optimus L7 (CM9 - 10 Theme Installation)
Dec 20, 2012Is there any possibility to install and use themes from CM9/10 to an LG optimus L7 (P700)? (android 4.0.3 with stock rom (v10i) and root).
View 3 RepliesIs there any possibility to install and use themes from CM9/10 to an LG optimus L7 (P700)? (android 4.0.3 with stock rom (v10i) and root).
View 3 RepliesI currently use Lithium Mod as my Rom. If I want to install a theme that is also a full Rom, would the process be the same for Rom Manager as Clockwork?
View 1 Replies View RelatedI'm trying to create a basic AlertDialog using an activity with a theme of Theme.Dialog.What I want is for there to be a horizontal bar between the title and the message. However, the bar is not being resized correctly. Rather than being the width of the activity, the bar is the width of the message text. This means that if the activity is being expanded by the message, then the bar will fill the whole activity, so it looks correct. However, if the message width is less than the activity width, the bar only displays above the part of the activity with the text. I've tried every single combination of "fill_parent" and "wrap_content" that I can think of, and none of those work.I've also tried using RelativeLayout and placing the bar above the message text, but that also doesn't work. If I use the RelativeLayout approach and set the bar to fill_parent, it causes the activity to expand to fill the whole screen width, which is also undesirable. Ideally, I want the text placed, the activity width computed, and the bar resized to that width (without affecting it). Is there some way to flag a view to fill the parent view but not to affect its size?
View 1 Replies View RelatedI use themes in my apps, which generally just extend android:Theme and then set a bunch of styles. I use dialogs made from layouts, but since I set the theme for the application, they have inherited all of the regular styles and no longer carry a border, etc. My question is: How do I say, "I want everything to use this theme which extends Theme, except dialogs, which should use this other theme that extends Theme.Dialog"? It seems like that's how things work by default but when you set the theme to your own, you lose the dialog theme!
View 3 Replies View RelatedI've extended Theme.Dialog to use a different color as per the sample in the ApiDemos project but for some reason it does not use the theme properly in my project. I created a new project and it works perfectly fine there. The main problem here is that it does not show as floating in my project. Instead, it sets the rest of the screen black except for what would be the dialog window, where it uses the correct colors, etc. Any ideas? I am beating my head against the wall here.
View 2 Replies View RelatedHow can I reflash a new ROM to my LG Optimus EX to change its default ROM?
View 2 Replies View RelatedAny Custom Roms available for LG Optimus Chat C555?
View 1 Replies View Relatedupload a rom for lg optimus L3 e405. I rooted the phone.But I cannot find a rom for the phone
View 2 Replies View RelatedI 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 RelatedI have the LG optimus elite(vm696/ls696) and we need the .tot and .DLL to root it because that is the only way we know. Is the only way to get these to have a source at LG? If so what should we do to root this?
View 1 Replies View Relatedtake MIUI ROM for my LG Optimus Hub?
It's a wonderful ROM for android mobile and i like it so much.
i have a bricked lg optimus v for virgin mobile. My friend gave me this phone i did not know he used Rodimusrom http:[url].....html to modify it so i did a factory reset and that is what bricked my phone. i know how to go in recovery mode by holding the volume up button and the home button but other than that i do not know what to do.
View 3 Replies View RelatedSo 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 RelatedI would like to know if there is an fm radio that uses the headphone cord, and it needs to work with the LG Optimus V from virgin mobile.
View 1 Replies View RelatedMy optimus one is stuck on emergency mode after failed software updat. It failed, haz i found out, because the updated firmware was for the optimus one p500 and not the p504. Ive been able to find the p500 and the p509 firmware but no luck with the 504. Where i can find factory rom for it? Or a custom rom for it even? As long as it works again, i dont care what version or type of rom is on it.
View 14 Replies View RelatedI got my phone back from getting it's screen fixed. When I got into the car I noticed it was in safe mode. I didn't think it was a big deal and thought I could easily return my phone back to normal. Turns out I was wrong, I am having a terrible time trying to figure out how to get my phone out of safe mode.
View 4 Replies View RelatedI just got this app called Android Taskbar which is a widget that adds a taskbar type window for your homescreen. Its pretty nifty so far, but honestly, it'd look so much better if I could add this widget button that opens the taskbar/start menu onto my dock. I'm running LauncherPro Plus, and it doesn't allow widget buttons on the dock.
LG Optimus V. IHO BACKside CM7.2 "
does the LG Optimus Net Supports CM10.2 Unoffcial Or Not?
View 1 Replies View RelatedI have phone Lg Optimus Hub ( E 510 ). I have been installed rom CM10 from this site [URL] .... every thing running good exept headphones
When i put headphones in phone just look like phone not regonize it and when u playing music sound still come from phone speakers.
Similar problem was in rom with CM9, [URL] .... but when u use headphoes with build in micraphone sound going to headset ( must be jack with 3 black lines on it ) and all is ok in CM9
But its not work in CM10
I read post about CM10 for optimus one family phones, but my phone is not in that list. [URL] .....I tried Wired Headset Routing.apk but still no answer from phone.
I'm trying to porting cyanogenmod, but I have a problem unlocking the bootloader for recovery. Let me explain what I've done so far.
Root Phone via framaroot
Extracts recovery.img boot.img via adb
Code:
sudo adb start-server
adb shell
su
dd if=/dev/block/mmcblk0p9 of=/sdcard/boot.img
dd if=/dev/block/mmcblk0p17 of=/sdcard/recovery.img
exit
exit
adb pull /sdcard/booty.img
adb pull /sdcard/recovery.img
Initialized the project via mkvendor.sh
Code:
mkdir ~/android/system/vendor/LGE/vee7e
mkdir ~/android/system/device/LGE/vee7e
~/android/system/build/tools/device/mkvendor.sh LGE vee7e ~/boot.img
cd ~/android/system/
. build/envsetup.sh
make -j4 revoveryimage
make -j4 recoveryzip
I now have the CWM Recovery, and I inserted in my phone
Code:
cd ~/android/system/out/target/product/vee7e/
adb push recovery.img /sdcard/recovery-cwm.img
adb shell
su
dd if=/sdcard/recovery-cwm.img of=/dev/block/mmcblk0p17
Reboot the phone for enter in recovery mode (hold volume up + home button), and I had this surprise
Code:
[4380] -------------------------------------------------------------------
[4380]
[4380] Secure booting Error!
[4390] Cause: boot certification verify
[4390]
[4390] -------------------------------------------------------------------
In the attached you will find my recovery and the error message.
I'm definitely a newbie with Android. Today, I looked online for overclocking my LG Optimus F3, and I found this thread "[MS659][F3] Freedom Kernel Overclocked" (I'm a newbie xda won't let me post links yet). It said you could achieve a 1.4 GHz overclock (my device has a 1.2 GHz processor). So, dummy me, I got all excited and flashed the MS65910c firmware to my phone like the thread said I needed to have (I didn't know that that would switch my service providers as I had Virgin Mobile). So, I'm a little confused still... Can I still have Virgin Mobile service with MetroPCS firmware? If not, I want to restore my device back to Virgin Mobile firmware (LS720ZV6). The problem is, I am also a little confused with the flashing firmware thing. Can I flash .zip files instead of .kdz files (I couldn't find LS720ZV6 .kdz firmware files on the web)?
View 3 Replies View RelatedI upgraded my LG Optimus One from it's original Froyo 2.2 to the newer Jelly Bean 4.1. The upgrade worked well but now I cannot get on the a mobile network, I cannot connect properly with Bluetooth and I cannot even download apps. My phone has become completely useless. Is there a way I can get it back to it's original 2.2 format?
View 6 Replies View RelatedHow do i root and flash cm10.1 on lg optimus g?i want stock android but don't know how to do it.
View 3 Replies View RelatedAfter update my Optimus L3 got in a "No service" situation. The strange part is that i have signal and im able to access the internet using mobile network (wifi off). After a long research i fugered out that my IMEI was 0 (zero). I finded a lot of solutions to this problem but none of then was compatible with my device or brand.
Its possible to perform this in an Optimus L3? How can i access the Port Settings?
(ultimate solution for several LG devices) Restoring IMEI
1.Connect phone by USB
2.Activate USB debug mode
3.Enter 3845#*920# in dialer if that doesn’t work try 3845#*925#
4.Select Port Settings -> Select CP Image Download
5.A new device should appear at let it install
6.Open Tutty and select serial protocol. Click on open
7.Type AT if response is not OK, change port number (it is possible that when typing you don’t see any letters)
8.Type at%imei, it should display a dummy IMEI
9.Type at%imei=x,x,x,x,x,x,x,x,x,x,x,x,x,x,x where x,x,x... is your orginal IMEI number (found under the battery of your phone). It should response IMEI WRITE OK
10.Reboot phone
So I wanted to install a custom ROM to my P350 today and it seems I can't get into recovery mode. When I try to get into recovery, it shows the LG screen, shows that recovery mode screen, freezes on that screen, reboots and EVERYTHING ON MY PHONE GETS RESET,
I've tried 3 different ways to get into recovery, all of them have this result. It is very annoying that each time I try to get into recovery the phone gets a factory reset. How can I get into recovery?
how to create a custom rom for lg optimus pro?
View 2 Replies View RelatedI have a LG-E510 Optimus Hub mobile rooted and with various versions of cyanogen instaled (I have try 3 versions of CM7 and the beta 9, with Android 4.0.4).
Also, I have the unlock code.When I launch the mobile with a different company, there is not any way to insert the code, just I have not network.When I launch the phone with the original operator, the mobile works great, but I can't insert the unlock code neither...
I have try with "2945#*510#" but error messages appear.. what is happening with my mobile?
I just brought this phone(LG OPTIMUS LTE TAG F-120k. and upgraded to 4.1.2 jelly bean using LG PC SUIT
I'm asking if there's anyway to root this phone. [URL]....
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 installing a custom ROM for my LG Optimus P690.. i am looking for a stable ROM,specially one which supports camera,Bluetooth,WiFi n USB tethering and 128 k sim..
my main intention is to get rid of unwanted system apps,get a better speed n performance n new graphics while maintaining daily usage..i found a very few custom ROM for my device basically from cyanogen and MIUI but dey have issues with camera, sim etc. Also,they don't seem.to be updated or bug fixed now even some of the links for download have expired..
post a stable ROM meeting my requirements,or as close as it can possibly be.. i know d process.. i just need the working links for downloading,screenshots if available along with the pros and cons of the specific ROM..Also,can i use any other ROM designed for a similar hardware as mine?