Lg Optimus V development thread - Android Software/Hacking General [Developers Only]

Hopefully we get an lg optimus v section. But here goes something for starters.
These different posts will contain everything you need for now (i hope who am I kidding) Any ways here is my latest deodexed rom.
Features:
Completly de-odexed
new bootanimation
no virgin mobile apps
custom bootimage
new keylayout ( camera button opens the camera not focus, side voice control is power button, changed all the buttons to stop unlocking the screen except for the menu button)
Stagefright enabled
I'm preparing some final things but I wanted to get this going.
Download here

How to root the lg optimus v use one click root more coming soon

How to get into diag mode coming soon

How to install a custom recovery more coming soon
download here

Stock Rom with su and custom bootimage only
Download here

How to remove apps using adb
To me the best and free way to remove apps from your phone is via adb. Hopefully you have some familiarity with adb if not you should be good after reading this.
First open a command prompt and type
Code:
adb remount
this will allow you to do what we need to do if you have errors then you need flash one of the roms I provided.
then type
Code:
adb shell
cd /system/app
ls
this opens adb shell commands then opens the system directory and shows you whats in it. If you are using the deodexed rom you will have nothing but .apk files in there. But if you use the stock rom then you will have .apk and .odex files in there.
look through there and figure out what apks you want to delete and then type
Code:
rm whatever.*
replace whatever with the app you want to remove
for instance
Code:
rm googlevoice.*
then type
Code:
cd ..
cd ..
cd /data/data
pm uninstall com.googlevoice
this part here changes your directory to data/data and then it completes the uninstall. You may have to guess what the name is in data/data but usually it isn't that hard. Also you can't pm uninstall apps from data/data unless they have been removed from /system/app so don't be worried about removing the wrong thing.
check your phone and you should be good to go

I'm going to get one this week. Thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanks!

Are there any ROM & kernel pack with ext4 support?

r0bot said:
Are there any ROM & kernel pack with ext4 support?
Click to expand...
Click to collapse
Xiona is what I use

Xiona works really good, there are some forums with a stock VM rom with Xiona in it.

teki9 said:
Xiona is what I use
Click to expand...
Click to collapse
So Xiona has ext4 support?

Emergenscene said:
Xiona works really good, there are some forums with a stock VM rom with Xiona in it.
Click to expand...
Click to collapse
What ROMs support ext4 also?

not to bring up a dead threaad....but the optimus v really needs a home here at xda.
i just rooted my first. i tried to use a windows program called "romtools" found on the interwebz. this didnt work, though. so...after a little more searching...i found this out. maybe the opt can put this up in first post?
easiest way to root and install super user: run super one click root to obtain adb shell root. then...run z4root. neither of these two methods work on their own but if you do in that order...you will have root and super user installed. from there, you can flash a recovery using android terminal emulator...if your old school like that. i did.
after that you can flash the stock virgin with Xionia kernel and bloatware removed. get setcpu..overclock it. whatever. door is open.
hope this helps! trying to get some thank you points on the board.

back again to try to keep this thread a little bit up to date til SOME1 NOTICES THAT THIS PHONE EXISTS.
for those having the "Cell standby" battery bug....
whats that? go to setting>about phone > battery usage> if cell standby is at anywhere near 50% or over...you have this bug. antenna constantly scans even with a connection...
plugg phone into charger. toggle airplane mode. unplugg. this will clear your battery stats and will properly connect you. check your setting to see if your usage goes down.
there also seems to be a problem wil gallery. the app opens but displays nothing. no albums or anythinng. its like it cant read the sdcard. only thing i can say to do is install a 3rd party pic viewer and trash 3d gallery.
hope this helps you guys.

Awesome, thanks for this. I currently have CM7 on my Optimus V, but for some reason I can't use any adb commands with it. I can with this. Sorry if this is the wrong place to post it, but I'm still a new member. Anyone know a way to get adb working?

hey did you guys ever figure out diag mode for the Optimus V? its not like the the other Optimus devices and ive tried every key combo my little brain could come up with....im trying 2 connect it 2 QPST or CDMA..

Related

[ROM - 32B] ZeroXd 5.2r4 / JACHeroSki-v2.0 [09/11/2009 - 11:47AM EST]

I will be accepting donations if you like my work. After contacting HTC, they informed me that my device is not under warranty, as a technician determined it to be "user related" damage and that all repairs will be at owner expense.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8141983
If you follow my twitter, you know I bricked my G1. I am trying to get it repaired, but due to the long response time I had to buy a mytouch (no point having two G1s IF the other one gets repaired). Using this bad luck to my advantage, I scripted a way for hero to run on both with two simple commands.
How I rooted a brand new "perfected SPL" MT3G and installed Hero in 15 min:
http://forum.xda-developers.com/show...&postcount=154
Link to original thread: http://forum.xda-developers.com/showthread.php?p=4365404#post4365404
Updated, but still feeling slow? Back up. Try rm system/sd/app_s then reboot to recovery and wipe data. then install fresh. Before restoring your data, open the backup folder on your sd card and remove the subfolders for programs you no longer have or need to have backed up.
I noticed a 10% increase in speed and my phone was far from lagging to begin with.
Losing messages? Make sure that system/sd/app/com.android.mms.apk does NOT exist, as this was an old release. Go into settings for messaging (from the conversation list panel) and set priority to "High"
Most Recent:
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-6.0.zip
Now includes dynamic swap. Rewrote the method of apps to sd for myTouch.
Build will move system apps, user apps, and dalvik to sd on a g1 device.
Build will ONLY move user apps to the sd when using a myTouch.
This will allow the system apps and dalvik to remain on internal device.
This is a completely new method of doing a merge build so bear with me.
I am going to be rewriting things for users without a lot of user apps, like myself.
This will allow the entire build to be placed onto internal for mytouch users.
Once you have updated and are ready to use the phone, execute Terminal and enter the following commands:
su
magic
This configures the system to the specific device. This is until I finish automation.
LEDs have been restored to 93%
Bluetooth restored in MT3G
Porting my own boots for MT3G
Based on the System Image from Haykuro
Using the Kernel and Boot.img from JAC
Extensive system script edits were done
SwitchROM installs itself to system/sd/
LEDs are at about 90-100% brightness
CPU Optimization turned off by default
Enhanced Terminal included
Fixed My Account included
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-5.2r5.zip
http://twistedumbrella.slackdev.com/Resources.zip
twistedumbrella said:
MultiTouch for MT3G being patched NOW
Click to expand...
Click to collapse
Does that mean multitouch doesn't work and one more unanswered questio IS it from the latest release that modaco did, i asked it since 5.0 so please answer
White Rosie doesn't work i tried it but i doesn't show up and it doesn't even install shows parse error, can you do something about that. Really appreciate your work. Will donate as soon i finish with my exams, I came to US for a holiday for 3 months and as i came back i have exams, only 3 left, have to finish 6 books per subject (thats f*****ng 3 months syllabus) and i have exams after 2 day holidays , thats why i have been a bit inactive in the community, will be active on 24 and will provide a special version of HERO based on my favourite ZEROXD.
Installed JACHeroSki 2.0 and i get stuck on a boot loop. i've tried wiping and re-flashing and same thing.
mgorman said:
Installed JACHeroSki 2.0 and i get stuck on a boot loop. i've tried wiping and re-flashing and same thing.
Click to expand...
Click to collapse
For me 2.0 working fine,but cannot install ZeroXd-5.2r4-installation aborted:/
In v2.0 cannot run wifi:/somebody else?
Had to fix scripts. Check the link on original thread for download. They are the same files. The verification fail happens when your downloading as I upload. It was a last minute fix on the way to work. Sorry for the issues.
hey twisted...great work on the roms...
couple issues with me...
auto-rotate doesn't work...
auto correct and dictionary doesn't work also...
is there any way we can correct this?
tq745 said:
hey twisted...great work on the roms...
couple issues with me...
auto-rotate doesn't work...
auto correct and dictionary doesn't work also...
is there any way we can correct this?
Click to expand...
Click to collapse
What device are you using? MyTouch? Did you run the terminal command?
BTW, for everyone else: http://twistedumbrella.slackdev.com/user.conf
Did some testing, seems to run a little smoother
tq745 said:
hey twisted...great work on the roms...
couple issues with me...
auto-rotate doesn't work...
auto correct and dictionary doesn't work also...
is there any way we can correct this?
Click to expand...
Click to collapse
Thank you... h.nocturna for the fix, and nacron for the heads up...
Here is the fix for auto-complete... Worked for me on 5.1r2
Everything in
open dos prompt.
adb remount
(***back up the original***)
adb pull /system/sd/app_s/HTC_IME.apk c:\(*your directory*)\HTC_IME.apk
(***install the new one***)
adb push c:\(*your directory*)\HTC_IME.apk /system/sd/app_s/HTC_IME.apk
start your Messaging it will crash the first time you want to use the keyboard... restart Messaging and it should work...
HTC_IME.apk here: http://www.mediafire.com/?te0symyx4yz
Mms auto-rotate works for me in 5.1r2 so I dont know. But possibly you still have the old Mms.apk. Try pushing the new one from 5.0 or later rom...
Twisted are you using BFS in your new builds??? Post 5.1 that is....
twistedumbrella said:
What device are you using? MyTouch? Did you run the terminal command?
BTW, for everyone else: http://twistedumbrella.slackdev.com/user.conf
Did some testing, seems to run a little smoother
Click to expand...
Click to collapse
so i opened up better terminal and when i entered su it says
/system/xbin/su: not found
help?
in the meantime i'll try zambesey's way
twistedumbrella said:
What device are you using? MyTouch? Did you run the terminal command?
BTW, for everyone else: http://twistedumbrella.slackdev.com/user.conf
Did some testing, seems to run a little smoother
Click to expand...
Click to collapse
so i opened up better terminal and when i entered su it says
/system/xbin/su: not found
help?
in the meantime i'll try zambezy's way
same issue as above :-(
1.8 is running pretty awesome.
i guess its safe to assume that i shouldn't try 2.0 yet? lol
zeroxd 5.2r4 seems to be faster than jacs 2.0 but i cant get auto rotate to work or multitouch and when i try the commands in first post i get "/system/xbin/su: not found''
did you try running the commands via adb ?
im not familiar with doing it that way i dnt even know wat adb is
just connect your phone to the pc
install the drivers from android SDK
start > run > cmd
cd to the android tools directory
and adb shell
that's how i did with my phone and works perfectly
im not gona risk any damage ill deal without the rotate for a day till its fixed
tq745 said:
so i opened up better terminal and when i entered su it says
/system/xbin/su: not found
help?
in the meantime i'll try zambezy's way
Click to expand...
Click to collapse
should be under /system/bin not xbin

Simple Guide for Rooting (Tweaks Coming Soon)

I owe much credit to toastcfh, none of this would be possibly without his work on originally rooting the EVO.
Getting Root & Recovery Mode
(My version, dumbed down even more)
You have three options with rooting:
1) Toasts Rooted ROM - Missing Apps in Market
2) Rooted Stock ROM - No 4G Support
3) Unrevoked Root Patch - No system access in recovery (can't remove sprint apps, etc)
To get a rooted stock ROM, you have to start with Toasts, instructions below; you can find details after.
If you want the Unrevoked Root patch, install a file browser on your EVO and install this.
1. Copy this to the root folder of the SD card, you can do this by syncing the Evo as a disc and just copying in windows.
2. Shut off the Evo, and hold the "volume down" button while powering it on until you see a white screen. Every question it asks, just answer yes. DO NOT UNPLUG, let it finish at all costs, no matter how long it takes.
3. Rename the file you copied to the SD card. (to avoid accidental re-flash and save it for later)
4. Download this and unzip to anywhere of you liking on your desktop. Run the setup, if it asks to accept and install a bunch of stuff, hit cancel, you wont be needing most of it. Select available packages and it will show a repository url, the actual url is irrelevant and will be google's be default...we want to expand the list and select SDK Platform 2.1. Accept an install the selection.
What you just did is installed the Android SDK which includes adb, a shell connector for your phone that we need to operate in recovery mode.
5. Hold the Windows key and press "R", type CMD in the run box. (Run the task with Administrative privileges if there is an option)
Type "cd " in the CMD window, do not forget the trailing space, it is important and DO NOT HIT ENTER yet.
Now, with that CMD windows open, go to the folder you installed the android sdk. There will be a "tools" folder, drag the tools folder into the cmd window.
Press enter, this will set your working directory to the tools folder.
6. If you have not installed drivers for your Evo, there is a folder that comes of the sd card called "HTC-Sync", run the setup in there and it will install sufficient drivers automatically.
After drivers are setup sync the phone using the HTC Sync mode, this will ensure we can control the phone using adb.
Go to your CMD window and type "adb reboot recovery", you will see your phone reboot...it will show a red warning icon on the screen afterwards, this is perfectly normal and good to see such.
7. Your phone should not be in recovery mode, but the filesystem will be offline. Download this to setup the shell for us before we can mount the filesystem. Run "recovery-windows.bat", if you are using Vista or Win7, make to sure right click the file and "Run as Administrator"...you will see another CMD window popup and do some work, just leave it open. You should now have the shell setup in Recovery Mode on your Evo.
8. Go back to your original CMD window we setup, type "adb shell" and hit enter, this will set all commands to work right on the phone. You should see a line with just "#", that is what we want.
Now type "mount /dev/block/mtdblock4 /system" and hit enter.
You should now have your Evo in recovery mode with a shell setup and filesystem mounted. This is where we can begin making changes.
Now that this has all been setup, you may want to go back after making some changes.
Repeat steps 5-8 to re-enter recovery mode with the filesystem mounted.
If you want to continue and do the stock update, check here.
Basically, copy that file to the SD and do steps 5-7.
Then use the onscreen (on the EVO Recovery Mode) to "Flash from ZIP" and select the rooted stock rom update.
WARNING: You must clear user data if the update creates issue, you will know right away.
so this is a third way of rooting, if i used a different way how do i get rid of it and use yours, i'm so tired and confused.
Post Removed to maintain consistancy, see 1st post in thread.
root rom and activesync?
I'm a complete noob here but: By using this method do I still retain the ability to run ActiveSync/Exchange support? (Didn't think this was in the SDK Platform 2.1)
What about Sense?
What the crap is up with the title of this thread? How us this a tweak or an optimization?
Good noob friendly guide, kinda tldr, but what I did readlooked good!
Change ur title
Neotelos_com;
[B said:
You have two options with rooting:
1) Toasts Rooted ROM - Missing Apps in Market
2) Rooted Stock ROM - No 4G Support[/B]
....
Click to expand...
Click to collapse
Any thought about the third option (i.e. unrevoked, new sticky, apk??) will it do the same things? i read users aren't losing full market, 4g etc.? Someone much smarter than me please weigh in.
adeyo said:
Any thought about the third option (i.e. unrevoked, new sticky, apk??) will it do the same things? i read users aren't losing full market, 4g etc.? Someone much smarter than me please weigh in.
Click to expand...
Click to collapse
Yes, adding in right now...just tested and it works well.
I need to check if it allows things to be changed in recovery mode (which is important for removing the Sprint bloatware)
johnsongrantr said:
What the crap is up with the title of this thread? How us this a tweak or an optimization?
Change ur title
Click to expand...
Click to collapse
I have plans for adding in tweaks, which will be delayed a bit...
Sorry for any inconvenience.
Neotelos_com said:
Yes, adding in right now...just tested and it works well.
I need to check if it allows things to be changed in recovery mode (which is important for removing the Sprint bloatware)
Click to expand...
Click to collapse
If you have root at all, and you have "rw" permissions for "system". You should be able to remove sprint apps when the phone is booted, assuming you dont have root while in recovery.
Is something different on the Evo that im missing?
can you not do this
adb shell
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /system/app
ls
Then remove the apps like so
rm NameOfApp.apk
rm NameOfApp.odex
Not saying this will all work.. But if you have root, shouldnt this work to remove sprint apps.
Jus10o said:
If you have root at all, and you have "rw" permissions for "system". You should be able to remove sprint apps when the phone is booted, assuming you dont have root while in recovery.
Click to expand...
Click to collapse
You can make changes like that but it will not actually save to the NAND.
So...you can remove, but it will come back after reboot.
Neotelos_com said:
You can make changes like that but it will not actually save to the NAND.
So...you can remove, but it will come back after reboot.
Click to expand...
Click to collapse
Well thats all kinds of dumb..
I give it a week and there will be something better working.
Nice write up. The only problem is, I don't have the sync software on my sd card because the best buy employee knew about the evo's sd card problem and formatted it, erasing everything on the card. I checked htc's site and they had the drivers for download, but it keeps giving me an error saying it's not compatible. I'm using windows 7 64bit. Any ideas guys?
Jus10o said:
If you have root at all, and you have "rw" permissions for "system". You should be able to remove sprint apps when the phone is booted, assuming you dont have root while in recovery.
Is something different on the Evo that im missing?
can you not do this
adb shell
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /system/app
ls
Then remove the apps like so
rm NameOfApp.apk
rm NameOfApp.odex
Not saying this will all work.. But if you have root, shouldnt this work to remove sprint apps.
Click to expand...
Click to collapse
you CAN remove apps like that, using toast's custom recovery. if you do your shell, and mount, in recovery, using adb, you can go to /system/app and rm whatever you want (be careful not to remove anything important, probably wise to pull whatever first, in case you need to push it back)
i had problems when i did an rm on a file, but that is because apparently i forgot to rm it's info in /data/data too. word to the wise
HTC Sync Torrent
http://thepiratebay.org/torrent/5609530
PLEASE SEED AFTER DOWNLOAD!
New android user here!
So to me it seems like all three have something they're not able to do. Seems best to wait for a root release that your able to take full advantage of, right?
I'm a former WM flasher , I need to learn android still. I want the free hot spot/tethering, more battery life as I need 2 batteries to make it through the day -.- (I kill apps constantly, 4g turned on rarely,ect, ect)
Any feedback is appreciated,
Sean
can someone point me in the right direction to do this using a mac not new to android just the mac os i did pretty much everything but im stuck on the htc sync part HELPPP PLZ thanks
kingcliff00 said:
can someone point me in the right direction to do this using a mac not new to android just the mac os i did pretty much everything but im stuck on the htc sync part HELPPP PLZ thanks
Click to expand...
Click to collapse
Try going to Settings -> Applications on the evo and enable usb debugging...if that5 gives you adb access that's all you need
confirmed working with unrevoked root method. It can tether 3G or 4G, depends on how you connected to the Sprint network. 3G was 0.80Mbps DL, 4G was 2.63Mbps DL.
Before using unrevoked root method, I had applied the sdcard patch already. so it doesn't matter if you applied the sdcard patch or not (OTA updated).
You really shouldn't kill tasks. Just cycle the battery a couple of times and turn your antennas off and on when u need them. Especially if u are in spotty 3g coverage. There already one or two official write ups that say task killing is bad I use to do it and got forceloses and errors all the time. Its not about how many tasks you have running I.e. memory, items about cpu and antenna signal that kills you're battery I'll find the link if I can. My battery life is pretty good and I'm a heavy user.
Sent from my PC36100 using Tapatalk
i cannot get recovery bat file to work. I am at the red exclamation point screen on my evo and i run the bat file as amdmin. it pops up for a second then closes and nothing happens.
Edit: NVM I figured it out. on to the next step.

[GUIDE] Newbie's Step-by-Step: From Stock Cellular South Showcase 2 Kernel/ROM +

After bdemartino wrote his AWESOME thread for the Mesmerize it seemed only fitting that the Showcase get their very own... And since his Thread was Flawless, with his permission I'm mostly copy/pasting word for word.
THIS GUIDE IS SPECIFICALLY FOR THE SHOWCASE
If you're Looking For FROYO Skip down to the bottom of this post to the Section Labled FROYO!!!!!
Keep in mind there are many variations to each step, this is what worked for me the easiest.
And last but not least. There is always the disclaimer that attempting any of this can and will make your phone dysfunctional and or possibly bricked beyond repair (but most likely just dysfunctional which is a pain in the arse to deal with) if you do not follow steps completely (and of a trustworthy source such as xda - ehm and in the appropriate forum ).
So make sure you're in a comfortable environment (not a good idea to be trying to accomplish this while slamming beers at the bar), take your time, read each step that these people have taken the time to carefully write up (then follow it), and you'll be just fine. Be patient as things don't always move fast and you never want to freak out as you may screw things up bad, when it's actually just taking longer than you would expect. Always give it at least 5 minutes before you determine it's looping or crashing or whatevering, there is alot going on behind the scenes, trust me!
Steps to Customize Your Stock Showcase (For Eclair 2.1)
1) Root your phone. - Basically all this means is gaining the ability to give programs/apps and yourself SuperUser access (equivalent of being admin in windows) and also the ability to flash roms via recovery, detailed below.
The easiest way to root is through the z4root.apk. (an application that will run right on your phone)
Download Here
After download, put z4root.apk on your SD card root directory
Then make sure in Settings->Applications that the "Unknown sources" box is checked.
If you don't have a file manager, download a free one from the market, using the file manager navigate to the z4root.apk and select to install it. Note: If you need help at this step, no offense I would suggest getting someone with more experience to help you continue on. I'm serious here
Reboot your phone
After it boots, open the z4root app and press root. At this point it is going to hang, give it 2 minutes and pull the battery. Count to 10, put it back in and turn it on. - This is normal
After your phone boots open z4root again and click root, this time it will run no problems and phone will reboot.
NOTE**IF YOU HAVE PROBLEMS WITH z4root: "give Super One Click a try. It's a package you have to download to your computer, but you get to see more of what's actually going on so you know where it's at in the process. I have only used up to version 1.5.5, and I know that version is very capable for the Showcase on 2.1. It is located here."-This Information provided by phidelt82**
Once you are rooted (you will see the superuser icon in your apps, it will show apps you've given that permission to... eventually) you will need to make sure you have a file manager that can request root permissions (read/write) before you will be able to complete the next step. Search the market for "root file manager" and pick one to download and install.
I use Root Explorer
It's a few bucks, but there's hardly a day that goes by when I don't use it.. (Well worth the money)
Also at this step I would download and install RomManager and TerminalEmulator as you will need these later.
2) Install RomManager and the ClockworkMod Recovery. These will basically just give you the ability to boot into recovery where you can more easily flash kernel's/rom's and anything else you wish to push to your phone. (Recovery is basically a bios like interface - but it's different than the stock version)
I was able to install the Clockwork Mod Recovery very easily just by simply using the root file manager app I had downloaded, along with following with the instructions.
(In your file manager, MAKE SURE YOU ARE Read/Write not Read/Only, for RootExplorer there is a toggle at the top, other ones you may have to enable this through settings, others may just be R/W by default, you will just have to determine this or google the app)
Download the two Files you need from the bottom of this post
Place both files on your SD card root if you were using a computer to download them or you could always download them through your phone's browser
Using the root file explorer app, move the Redbend_ua file from the SD card to /system/xbin/
Long press on the Redbend_ua file and click permissions, there should be one check missing, check that so that all are marked. Save and exit.
Now open TerminalEmulator
NOTE:The spaces below are actual spaces and in bml8 there is a lowercase "L" not a "1" there is also a space after cd, after redbend_ua, after restore, and after recovery.bin
TYPE THIS ALL EXACTLY AS SHOWN BETWEEN THE QUOTES
at the command line ($) type "su" (then hit enter)
Type "cd /system/xbin" (then hit enter, which changes directory)
Type "redbend_ua restore /sdcard/zImage /dev/block/bml8" (then hit enter, It will now scroll a bunch of text and reboot.)
After phone boots, open RomManager
Click on Flash ClockworkMod Recovery
Select the Samsung Fascinate your phone will still be the Showcase. This is just what works with our model.
At this point you're all stock and ready for new kernel/rom. (but now you are able to do so very easily)
Accessing Recovery!!!!!
NOTE: There are a few ways of getting into recovery mode. The easiest is to download QuickBoot.
Once installed you can install the widget to any homescreen or just use the app from the app drawer. Once you open the app, click Recovery and it automatically reboots the Phone into Recovery..
You may have to click the install update.zip (while you're on the stock kernel after Voodoo you won't have to anymore)
The other method, which you will need incase you EVER Bootloop! Is the 3 finger method (Hold down the volume up and down keys and the power button all at the same time when you're turning your phone on) Once you see the Samsung splash screen you can remove your finger from the power button, but keep holding down both volume keys!!!
Incase of Bootloop, remove the battery and do this while Rebooting...
AGAIN WHILE YOU STILL HAVE A STOCK KERNEL, YOU WILL PROBABLY HAVE TO *apply sdcard:update.zip* after you enter the FIRST RECOVERY...
The next Screen will be Clock Work Mod, this is where you will want to do your First Nandroid Backup!!!!
3) KERNEL: Install Voodoo lagfix kernel and new 5.0 sound
Now onto Installing a Voodoo Kernel
If you want speed and good battery life (and high standard marks) +unlocking the headphone amp and eq controls (it makes even the samsung headset sound killer) go here and follow those steps for using your now functional recovery mode to flash the new Voodoo 5.0 kernel.
Now you can install Voodoo Control and get new life out of those earbuds!!!
Note: Just an FYI, after installing custom kernel's you will always have an issue on start up of seeing a flashing black box in the middle of the samsung logo. This can be corrected by installing a custom boot screen (only requires root access) and you can find out how here.
4) Custom ROM : Download and install the ROM of your choice.
Right now we really only have 1 that I recommend..
It's Phidelt82's PicknPack Rom
This is a deodexed Rom which allows you to use MODS and themes. This ROM is 100% Stable, I've been running it for a WHILE with ZERO issues...
MODS/Themes/Customization
NoClock in the Status Bar
Midnight Theme
HoneyComb Digital Clock
Shutdown Animations or Images
Bootanimations with new Boot Sounds
Of course there is WAY more than these listed, but this should fill up your afternoon playing around with your new and IMPROVED Showcase!!!
FROYO FOR THE SHOWCASE = YUMMY!!!!
Yes, for those of you that didn't already know, thanks to Phidelt82 we now have Froyo!!!! I've been running it for about a week and it's Delicious!!!
I'm not going to Write as much as I did for the 2.1 b/c the directions are in the threads already.. Just follow the Directions, if you have any problems after that read through the threads and see if anyone's already figured them out...
And this will work with a Factory Showcase!!!!!
First of all you need to go to:
[Froyo-Odin] Showcase EB11 - Cellular South Update (be sure to Thank Phidelt82)
After this you will have 2.2, now you can use:
SuperOneClick to root your new Froyo Showcase (if you want)!!!
And if you plan on doing Mods/Themes/etc.. You should go ahead and Flash the EB11 Showcase Pick-n-Pack, again be sure to thank Phidelt82 for this!!!
If you flash the PicknPack Rom made by Phidelt82, then there's no need to root... It comes PREROOTED.. You only need to ROOT if you're staying on the Stock 2.2!!!
If you're flashing the picknpack do a Nandroid backup after you're done.... If you're going to stay on the Factory 2.2, do you a Nandroid backup after that...
Thanks to lmartin92, JT1134, Phidelt82, we now have a voodoo kernel with lagfix for 2.2 which can be found HERE...
If you're new to using voodoo lagfix kerenls.. Remember to always disable lagfix before doing Nandroid Backups/Restores/Flashing mods/Themes for YOUR SAFETY
I'm working on a few themes... sbrissen has already Made us the NoClock and NoAmPm mod (you have to be on the picknpack for these)
For a list of the Mods/Themes/Roms for the showcase look HERE
Always check the Mesmerize forums for new Android Development, Mods, Themes, etc...
And for help Don't be afraid to ask (after you've read this legnthy post) or drop by the #samsung-mesmerize channel at http://webchat.freenode.net/
Thanks to Phidelt82 for all of his dev support for our phone!!! If you want to donate to him click HERE
Thanks to bdemartino who wrote the AWESOME tutorial HERE that i mostly copied/pasted from!!! Be sure to click his thank you button if this helped you out...
Reserved FOR Me!!!!
Great work elijah, you are the Showcase king
bdemartino said:
Great work elijah, you are the Showcase king
Click to expand...
Click to collapse
my Kingdom sure is small lol
It is probably bigger than you think Elijah
ocs111 said:
It is probably bigger than you think Elijah
Click to expand...
Click to collapse
yeah, you just don't see much Activity out of showcase users...
btw... could you help out with this??
http://forum.xda-developers.com/showthread.php?t=945069
I will be glad to help test. I am just not much in script writing. When I read that post yesterday I thought there were problems with it. Just let me know what I can do. Right now I am rooted with Z4 and running voodoo kernel.
elijahblake said:
yeah, you just don't see much Activity out of showcase users...
btw... could you help out with this??
http://forum.xda-developers.com/showthread.php?t=945069
Click to expand...
Click to collapse
ocs111 said:
I will be glad to help test. I am just not much in script writing. When I read that post yesterday I thought there were problems with it. Just let me know what I can do. Right now I am rooted with Z4 and running voodoo kernel.
Click to expand...
Click to collapse
I'm hoping Bubbakoush will test since he has a showcase that needs to be flashed back to factory... I wouldn't recommend flashing this until after he can confirm it works
elijahblake said:
my Kingdom sure is small lol
Click to expand...
Click to collapse
Hey bro, don't think we're not around... I'm just enjoying my rooted Showcase, waiting for some more ROMs to give a try.
Thanks for all the work putting this together, and everything else you've been working on for Showcase!
Nice write up!
elijahblake said:
yeah, you just don't see much Activity out of showcase users...
btw... could you help out with this??
http://forum.xda-developers.com/showthread.php?t=945069
Click to expand...
Click to collapse
We're here... For the most part i'm waiting on a stable 2.2 or 2.3 based rom. Running pick-n-pack for now with Voodoo5.
Whenever I got to the terminal emulator and do the "redbend_ua restore /sdcard/recovery.bin /dev/block/bml8" it comes back with a permission denied and then reboots the phone...I've check my spelling/case numerous times. Following the instructions on the original post/thread where the zip file came from goes ok, but the recovery rom doesnt allow me to install the VooDoo in the next step. Any help would be great.
Thanks.
blroberts228 said:
Whenever I got to the terminal emulator and do the "redbend_ua restore /sdcard/recovery.bin /dev/block/bml8" it comes back with a permission denied and then reboots the phone...I've check my spelling/case numerous times. Following the instructions on the original post/thread where the zip file came from goes ok, but the recovery rom doesnt allow me to install the VooDoo in the next step. Any help would be great.
Thanks.
Click to expand...
Click to collapse
you more than likely are going to need to install Root Explorer onto your phone.. And use it to move the files (that's what I and many others had to do)
blroberts228 said:
Whenever I got to the terminal emulator and do the "redbend_ua restore /sdcard/recovery.bin /dev/block/bml8" it comes back with a permission denied and then reboots the phone...I've check my spelling/case numerous times. Following the instructions on the original post/thread where the zip file came from goes ok, but the recovery rom doesnt allow me to install the VooDoo in the next step. Any help would be great.
Thanks.
Click to expand...
Click to collapse
Are you typing su first to grant root permissions? You should see a # instead of a $ at the prompt.
Sent from my voodoo froyo Mesmerize
I have root manager installed and used it to move the files from the /sdcard directory to /system/xbin and I am typing su at the terminal to change from $ to #
One more question:
Do I need to follow the instructions in this thread: http://forum.xda-developers.com/showthread.php?t=860250
or the ones that are in the first post of this thread?
blroberts228 said:
I have root manager installed and used it to move the files from the /sdcard directory to /system/xbin and I am typing su at the terminal to change from $ to #
One more question:
Do I need to follow the instructions in this thread: http://forum.xda-developers.com/showthread.php?t=860250
or the ones that are in the first post of this thread?
Click to expand...
Click to collapse
Long press on the Redbend_ua file and click permissions, there should be one check missing, check that so that all are marked. Save and exit.
will Root Manager allow you to do this? If not Rootexplorer will.
if you do this:
I'm not sure if you can do this through terminal or not... I did mine from my pc... you may have to leave off adb shell and just start at su when using terminal...
This is making the file executable
adb shell
su
chmod 777 /sdcard/redbend_ua
while it's still on the sdcard (Before moving it then you don't need to worry about it)
Ok, it seems that the Mes instructions were infact different on this method... I've updated the first post... If you'll read now you'll see what you should be typing in..
sorry about that, and thanx for pointing it out
I'm sorry, I am using Root Explorer...and yes, I have all 777 permissions to the redbend_ua file under /system/xbin, the only thing that I can think of is by looking in the /sdcard directory, there is no recovery.bin file that the last terminal command is referring to...is there suppose to be, if so, it comes from the voodoo mesmerize post...am I suppose to download that?
blroberts228 said:
I'm sorry, I am using Root Explorer...and yes, I have all 777 permissions to the redbend_ua file under /system/xbin, the only thing that I can think of is by looking in the /sdcard directory, there is no recovery.bin file that the last terminal command is referring to...is there suppose to be, if so, it comes from the voodoo mesmerize post...am I suppose to download that?
Click to expand...
Click to collapse
did you also get the zImage file? it was included in the test_no_voodoo.zip
If you did that step then you need to download ClockworkMod from the market and install the fascinate version of recovery.
elijahblake said:
did you also get the zImage file? it was included in the test_no_voodoo.zip
If you did that step then you need to download ClockworkMod from the market and install the fascinate version of recovery.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=860250
look at that thread and tell me where you're at....
Yep, ive done all of that stuff also...and whenever I take the entire zip file, rename it to update.zip and reboot into recovery it tells me that the sdcard is busy

LG Optimus Net unofficial thread

This thread is a collection of links to threads related to LG Optimus net(P690 only)
Disclaimer:
In case you damage your phone your brick it, you can't hold XDA or me responsible.Try the procedure at your own risk although its 99% working and tested on p690 v10e.
Rooting instructions:
1. Download and install 'Unlock Root' on your PC from here: Unlock Root for Android
2. Download and install LG Android Drivers from here: http://www.junefabrics.com/bin2/LGDriver.exe Restart your PC after installing drivers.
3: On your phone, Check 'USB Debugging'. Path: Menu > Settings > Applications > Development > Tick 'USB Debugging'.
4. Again on phone, Unmount your SD Card. Go to: Menu > Settings > Storage > Tap on 'Unmount SD Card'. It'll give you a warning. Just press OK.
5. Connect your phone with PC. Phone will ask you to 'Turn on USB Storage'. DO NOT TURN IT ON! You should see this message on phone's notification bar: 'USB Debugging connected'.
6. On your PC, open UnlockRoot.exe ( A shortcut should be created on your desktop ) or Path: X:\Program Files\Unlockroot
7. Press root button! After process completes, it'll ask you to install 'Superuser.apk' and 'Battery Saver.apk'. Just press OK. Then you'll be asked to reboot your phone. Press OK. After reboot completes, go to menu and you'll find Superuser app there.
Congratulations! You've rooted your LG Optimus Net P690 !
Clockwork mod recovery for p690
Disclaimer:
Do not hold me or xda responsible if you end up bricking your phone ...
Procedure:
You must have root and es file explorer.
First of all download and put flash_image and recovery.img in sdcard/ from above link.
Also download terminal emulator from play store.
Using es file explorer long press on recovery.img go to properties and select show checksum . Tick md5 and select calculate. This should give you a mix of numbers and characters. Compare it to the md5 sum given in the thread it should match exactly. If not download again and try.
Open terminal emulator and type su and press enter. The $ should change into # .
Now copy paste these lines one by one as is (without the #s)
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
# cat /sdcard/flash_image> /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
# flash_image recovery /sdcard/recovery.img
# reboot recovery
If you get file not found error ignore it and continue.
Flash for rooted p690
Roms for p690
XPERIA based rom
IOS based rom
CM7 based:
By jst_tsj
By karandeepdps
Miui port
ICS based roms :
AOKP ICS
Xperia ICS
CM10 by LGICS
CM9 for p690(Camera not yet fixed)
By Team LGICS
By karandeepdps
Jellyshame
JellyBean based ROMs(camera not working):
Paranoid JB
AOKP JB
CM10.1
Unbrick /Flash original rom
SuperOneClick 2.3.2 Root Attempt LG Optimus Net
I am running Android 2.3.4 on a LG Optimus Net L45C Smart Phone used under the NET10 (owned by Tracfone) service.
Following the instructions from the SuperOneClick author regarding LG phones and 2.3.2 I get as far as the following statement in the right pane of SuperOneClick 2.3.2 :
Killing ADB and restarting as root ... enjoy!
When I look on the Smart Phone in the Android Tab, There is no SU icon that appears prior to rebooting the phone. After rebooting the phone there is no SU icon that appears. The process was repeated 3 times with the same result: The phone is not rooted. Anyone with similar experience?
The attached pdf file shows the output from the right and left panes of SuperOneClick 2.3.2 during the root attempts.
SuperOneClick setting used was for Alternate ADB Parser.
[email protected] said:
I am running Android 2.3.4 on a LG Optimus Net L45C Smart Phone used under the NET10 (owned by Tracfone) service.
Following the instructions from the SuperOneClick author regarding LG phones and 2.3.2 I get as far as the following statement in the right pane of SuperOneClick 2.3.2 :
Killing ADB and restarting as root ... enjoy!
When I look on the Smart Phone in the Android Tab, There is no SU icon that appears prior to rebooting the phone. After rebooting the phone there is no SU icon that appears. The process was repeated 3 times with the same result: The phone is not rooted. Anyone with similar experience?
The attached pdf file shows the output from the right and left panes of SuperOneClick 2.3.2 during the root attempts.
SuperOneClick setting used was for Alternate ADB Parser.
Click to expand...
Click to collapse
restart phone by power button or pull out battery and reinsert and switch on.
say thanks to me
[HOWTO] Flash original firmware on P690
[HOWTO] Flash DOWNLOAD firmware on P690
[ROM] DarDroidXD_0.3 [LGP690]
[root] lg optimus net
[email protected] said:
I am running Android 2.3.4 on a LG Optimus Net L45C Smart Phone used under the NET10 (owned by Tracfone) service.
Following the instructions from the SuperOneClick author regarding LG phones and 2.3.2 I get as far as the following statement in the right pane of SuperOneClick 2.3.2 :
Killing ADB and restarting as root ... enjoy!
When I look on the Smart Phone in the Android Tab, There is no SU icon that appears prior to rebooting the phone. After rebooting the phone there is no SU icon that appears. The process was repeated 3 times with the same result: The phone is not rooted. Anyone with similar experience?
The attached pdf file shows the output from the right and left panes of SuperOneClick 2.3.2 during the root attempts.
SuperOneClick setting used was for Alternate ADB Parser.
Click to expand...
Click to collapse
Did you try using unlockroot method?
Rooting
For the LG Optimus Net LG L45C, you will need to use Unlockroot from Unlockroot.com. It is currently the only way to root the phone. The Clockwork recovery method that is posted above is not for L45C, it is for P698 and P690, which can brick your phone trying to install it in a phone that may not support it.
Also, good luck with getting software updates for the phone, because Net10 WILL NOT let you upgrade the software on it. It will download the software package, but states that it is invalid and will not install it. If they would allow the phone to update itself, it wouldn't have many bugs that are showing up
Guys I tried the method mentioned above for adobe flash but the files that I place inside data/data/com.adobe.flashplayer/lib keep getting erased everytime I restart my phone. Note that flash works perfectly as long as I dont restart my phone.
abhishek046 said:
Guys I tried the method mentioned above for adobe flash but the files that I place inside data/data/com.adobe.flashplayer/lib keep getting erased everytime I restart my phone. Note that flash works perfectly as long as I dont restart my phone.
Click to expand...
Click to collapse
Sorry but that's how it is. Try using cm7 it doesn't seem to disappear.
I'm getting failed to chmod file: rootutility
While doing what -rooting or custom recovery?
rooting. with unlockroot.exe. Superoneclick fails as well
You've asked this on androidforum as well so i'll try to help you there as akashash5 but I think andyopie will give you a solution eventually.
Using Qtadb P690F> PC
Just one addition, as I had problems in using Terminal Emulator on my small screen phone, I wished to use Qtadb which is able to be run from a PC under Windows. I had all sorts of problems getting Qtadb to 'see' my phone and the installed files.
This is what I had to do:
1. Download and install Qtadb and Windows binaries Google as can't post link
2. Download & install LG drivers
3. DL & install Busybox Google Play
The last item was my problem, I had seen this on one of the many threads I checked & had DL but had NOT installed. When installed all problems solved.
Hope this helps someone.
you wouldnt happen to have the link for the lgl45c cwm would you?
Sorry but I don't think there is a cwm made for l45c
sacredash said:
Sorry but I don't think there is a cwm made for l45c
Click to expand...
Click to collapse
Hi long time phone community forum member but this my first post:
I spent multiple-hour long sessions looking for info on this stupid cute lil phone that my girls kid liked. and i was so shocked that first off i couldnt get this rooted with oneclick or a zergrush attack, then after rooting that there is little to no dev for this phone.
if you want to root it use unlockroot.com (i agree that this tool looks funny and like its going to be an advertisment or scam, but it worked)
for custom cwm recovery i used cmw v5.0.2.7 for the optimus q(lgl55c) this worked in the lgl45c that ive got i will not guarantee that it will in yours but if i was you id jsut go for it. I obtained it here:
androidarea51.com/***-all-things-root-***-12/custom-cwm-recovery-for-the-q/
---thanks to Mark_One (im guessing of that site) for the files adn info---
on that same page is the flash_image.zip file that you unzip to the root of your sd card and follow the instructions to flash the recovery into your phone. I used adb shell instead of terminal editor and used esfileexplorer.apk to move some files adn grant permissions where adbd wasnt cooperating
I put a pretty fun rom thats from the androidarea51 site into teh phone its some redrom adn is all devilish with red icons and widgets adn screams redrom redrom like redrum redrum on bootanimation this was also for the lgl55c so after i flashed it i did adn advance restore and only restored teh boot from my initial backup.
i am having a hell of a time getting this into a diagnostic mode?? lgs usually dont need to do anything just enable debugging. ive done this i get an lg androidnet modem adn two ports, they appear in qpst but are not listed with an active phone?? can anyone help me with this also spent hours looking for this, im wanting to flash it to cricket and need to change the prl.
hope this is helpful and reduces some peoples searchings for the optimus net lgl45c
Good work, just keep upgrading the list.:good:
LG L45C
rfrayer said:
you wouldnt happen to have the link for the lgl45c cwm would you?
Click to expand...
Click to collapse
I dont have the link, but you can find it at androidarea51 on the OptimusQ thread (lg l55c). It worked on mine. I just followed the directions exactly. Good luck, hope it helps.
Does anyone know where to find a link to a stock or rooted rom for this phone? Mine is rooted and has CWR 5.0.2.7, but is stuck in recovery bootloop. (loaned it to my daughters friend to play games on while i fixed his, he thought he could reset his game when he found settings, factory reset). If anyone could help i would appreciate it, or if anyone knows another way to get this to boot to phone i can go from there. thanks in advance, you guys on XDA are great.
MH58 said:
I dont have the link, but you can find it at androidarea51 on the OptimusQ thread (lg l55c). It worked on mine. I just followed the directions exactly. Good luck, hope it helps.
Does anyone know where to find a link to a stock or rooted rom for this phone? Mine is rooted and has CWR 5.0.2.7, but is stuck in recovery bootloop. (loaned it to my daughters friend to play games on while i fixed his, he thought he could reset his game when he found settings, factory reset). If anyone could help i would appreciate it, or if anyone knows another way to get this to boot to phone i can go from there. thanks in advance, you guys on XDA are great.
Click to expand...
Click to collapse
What have you flashed the phone to get a boot loop?
And a warning, when you actually had a Cwm on your phone and you factory reset it, your phone will be bricked.
sent via LG P690 using our neighbors secured Wi-Fi!
Is it possible to use the same procedure for rooting lg optimus net v10f
yashagarwal said:
Is it possible to use the same procedure for rooting lg optimus net v10f
Click to expand...
Click to collapse
Yes it is
Sent from Hermes

ROM LG Optimus Net LG L45C Only

READ ME FIRST!! USE AT YOUR OWN RISK!! I and/or XDA are not responsible if this bricks your phone!!! If this transforms your phone into a decepticon and shoots your eye out...
OK....what a few months its been...sorry guys been out of commission...car wreck...
Had to start over...so here we go..
First...You must be rooted...if not google it..
install your favorite root file explorer
install your favorite term emulator
ok got that...now the good stuff..
download http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v6.0.1.2.zip
or http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v5.0.28.zip
this is the cwm recovery 6.0.1.2 compiled from source by me...it is only for the L45C...Cant stress that enough...had to make changes to graphics from source to get it to work...
also the v5.0.28 recovery because as of now v6.0.1.2 has no sdcard partioning support because it is new.
you can choose which you like best...
put on root of your sdcard ...
make sure the file name is recovery.img
now download http://dl.dropbox.com/u/56403887/flash_image.zip
this is the flash_image file to to flash the recovery..
unzip it should have the name flash_image
use root explorer to copy the file to /system/bin
open term emulator get su rights and cd to /system/bin and type chmod 0755 flash_image
now cd back to /
still with su rights type flash_image recovery /sdcard/recovery.img
if no output... wahoo.... if you get error start over
dont reboot yet...
go to playstore and download a app called Quick Boot its free and handy you want have to hold buttons to reboot into recovery..
ok...now the moment of truth run quick boot and choose recovery...you should get a su ask from superuser grant it....phone should reboot into cwm recovery...if it did... wahoo... you now have cwm
keymap is fixed and is like this.... search button to select.....return button to return..home button to scroll..
way better than before,,,to me any way...
still will get error about bad boot message but i will fix later it don't affect anything..
Here is the stock rom , rooted , busybox , http://dl.dropbox.com/u/56403887/Stock_L45C_Rom.zip
Here is the stock recovery also http://dl.dropbox.com/u/56403887/L45C_Stock_Recovery.zip
i am at present working on kernel...for cm7...
Give thanks to Koushik for CWM...And to TWO.BIT.CODER for all the help...Thank You...
Reserved
Hey ICE.....Is it suitable for Optimus Net P690 in India.....?????
Does this support custom themes?
p690f can't get qtadb to link phone/PC
Hi
I am stumped, as a complete novice to smart phone/linux.
At present my status is:
1. Phone is rooted, so I was able to get this done from my PC.
2. Now I have copied the recovery.img & flash.img to SD card.
3. I have Terminal emulator on phone &/or Sd card.
4. When in USB storage is activated & connected to PC, I can see all the files but on terminal emulator.
5. I have Qtabd on my PC but it will not 'see' my phone either in USB storage activated or not activated or in debug mode.
6. When debug mode activated, USB storage is deactivated. Seems both not able to be on.
7. In one of the XDA threads there was mention of 'demounting' the sd card so have also tried that in same combinations of SD/ debug.
I have been trying to sort this out on another forum but seems there is more info available on here.
I am having a huge problem tying to get Recovery working direct on the phone, mainly due to my inexperience on these devices, I am very happy to learn if pointed in right direction. Of course my concern also is not to brick the phone!!
Any assistance or links to suitable areas appreciated.
Whoops seems I posted on wrong thread, thought it was the similar one for P690, applogies.
WaHooo
I managed to finally get recovery activated using the terminal emulator on the SMALL screen of my phone!!
However I would still very much appreciate sorting out Qtadb connection as I am sure sometime in the future I will need to do some additions/deletions to my p690.
So, any info etc will be appreciated.
For any other Newbies who may see this,
1. To copy from a browser text long touch at start/end of text, then drag to high light.
2. To copy, touch highlighted area, you should get a message 'copied to clipboard'. To cancel, if you make a mistake like I made MANY touch some where else on screen.
3. With Terminal emulator started, (P690), after entering 'su' tap touch screen to bring up keyboard and select 'return/enter key'. This gives you Super User.
Long touch screen brings up menu withe 'paste',select.
4. To toggle back to browser, to same screen you were working on, hold down second key on bottom. This will bring up all the recent icons for what you were working on, select 'browser'. Continue copy line by line.
5. To toggle back to emulator, long press 2nd from left key & select emulator.
Hope this assists someone.
The p690 and this phone are not the same. This phone is from Net 10, idk about the p690, but this phone is. This one is also cdma. I think the p690 is gsm. They are NOT cross compatible. I'd brick my phone if I used a p690 rom.
sorry guys been working on code....
oldfella2... spark is right... this is for l45c on net10 or tracphone...only...the p690 is diff...there is a thread here on that phone...spark you can coustom theme. I haven't yet but I don't see why not...
I have been able to unlock bootloader and to fix cwm recovery for this phone..will post it here later this week...also been testing cm7....but I can't seem to find wifi bug... it drops and reconnects const...
lce67 said:
sorry guys been working on code....
oldfella2... spark is right... this is for l45c on net10 or tracphone...only...the p690 is diff...there is a thread here on that phone...spark you can coustom theme. I haven't yet but I don't see why not...
I have been able to unlock bootloader and to fix cwm recovery for this phone..will post it here later this week...also been testing cm7....but I can't seem to find wifi bug... it drops and reconnects const...
Click to expand...
Click to collapse
dude! if you can get cyanogen working i will be forever in your debt
Update please
Hi there. Been crack flashing my phone for a while and finally got my wife's phone rooted today.
Just wondering if anyone has had any luck flashing a custom recovery yet (eg CWM or Amon Ra)? If so, please post a guide. As I have been unable to find anything using my Google-fu.
Also, all your links were removed. So other than hinting at a solution. This thread is zero help.
Thanks in Advance!
My Phone: HTC Evo 4G (flashed to Cricket)
Wife's Phone: LG Optimus (LGL45C)
I have a question regarding etc..... Does your rom include a tun.ko file and if not do you know of anyone or anyway to run openvpn/droidvpn or just changeing kernels would be nice...
I can't root.
I have an L45C with 2.3.4 on it and it just won't root. I have tried: Gingerbreak, z4root, and unlock root, none of them worked. I tried gingerbreak a few times at day, and all night as I slept, but my phone just isn't rooting!
If any of you have gotten root please do tell me how.
no updates yet?
Can someone please post a link to this ROM? I had it but can't find ir and I need it bad, phone is semi-bricked and I have a corrupt backup. PLEASE!!
Regards,
rast4man
request fulfilled
Request fulfilled
lce67 said:
READ ME FIRST!! USE AT YOUR OWN RISK!! I and/or XDA are not responsible if this bricks your phone!!! If this transforms your phone into a decepticon and shoots your eye out...
OK....what a few months its been...sorry guys been out of commission...car wreck...
Had to start over...so here we go..
First...You must be rooted...if not google it..
install your favorite root file explorer
install your favorite term emulator
ok got that...now the good stuff..
download http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v6.0.1.2.zip
or http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v5.0.28.zip
this is the cwm recovery 6.0.1.2 compiled from source by me...it is only for the L45C...Cant stress that enough...had to make changes to graphics from source to get it to work...
also the v5.0.28 recovery because as of now v6.0.1.2 has no sdcard partioning support because it is new.
you can choose which you like best...
put on root of your sdcard ...
make sure the file name is recovery.img
now download http://dl.dropbox.com/u/56403887/flash_image.zip
this is the flash_image file to to flash the recovery..
unzip it should have the name flash_image
use root explorer to copy the file to /system/bin
open term emulator get su rights and cd to /system/bin and type chmod 0755 flash_image
now cd back to /
still with su rights type flash_image recovery /sdcard/recovery.img
if no output... wahoo.... if you get error start over
dont reboot yet...
go to playstore and download a app called Quick Boot its free and handy you want have to hold buttons to reboot into recovery..
ok...now the moment of truth run quick boot and choose recovery...you should get a su ask from superuser grant it....phone should reboot into cwm recovery...if it did... wahoo... you now have cwm
keymap is fixed and is like this.... search button to select.....return button to return..home button to scroll..
way better than before,,,to me any way...
still will get error about bad boot message but i will fix later it don't affect anything..
Here is the stock rom , rooted , busybox , http://dl.dropbox.com/u/56403887/Stock_L45C_Rom.zip
Here is the stock recovery also http://dl.dropbox.com/u/56403887/L45C_Stock_Recovery.zip
i am at present working on kernel...for cm7...
Give thanks to Koushik for CWM...And to TWO.BIT.CODER for all the help...Thank You...
Click to expand...
Click to collapse
DUDE! Thanks a TON! Now I can get my phone working again! Sorry to hear about your wreck and I wish you a speedy recovery! Thanks again!
Regards,
rast4man
ROM/Recovery LGL45C
What are the results of flashing this recovery? Was it successful to flash as I have a backup for the phone that I have made thankfully.
results are great. For what little ROM development, this is the best we have. Its just a ClockworkMod recovery image and then a rooted ROM. I'm still using it to this day and with all the apps and tweaks I've added, this phone rocks!!
My only complaint is I'm running out of internal space so I need to figure something out with that. Maybe I will try to re-partition my card to ext4 and try to increase internal memory by like 100mb. Apps2SD only goes so far sadly. I'm also going to try to put Team Win recovery on after I make sufficient backups. Let me know if I can help.
Regards,
rast4man
rast4man said:
results are great. For what little ROM development, this is the best we have. Its just a ClockworkMod recovery image and then a rooted ROM. I'm still using it to this day and with all the apps and tweaks I've added, this phone rocks!!
My only complaint is I'm running out of internal space so I need to figure something out with that. Maybe I will try to re-partition my card to ext4 and try to increase internal memory by like 100mb. Apps2SD only goes so far sadly. I'm also going to try to put Team Win recovery on after I make sufficient backups. Let me know if I can help.
Regards,
rast4man
Click to expand...
Click to collapse
I was able to install the CWM Recovery to the phone just fine. Realized what I was doing incorrectly. Now to test the only ROM's that I know of that are available for the Q from Area51. Are there anymore ROM's being developed. The L45C is not a bad phone, just needs more lightweight ROM's to work with it.

Categories

Resources