[Q] Phone not showing up in list of models when Flashing Clockwork with ROM manager - Optimus One, P500, V General

I've tried searching for other threads about this issue but have found none. I have an Optimus V with ROM manager and anytime I try to Flash Clockwork Recovery Mod a window pops up that instructs me to confirm my phone model. The only problem is that none of the models listed are mine. I picked the first option (the "Huawei Pulse Mini") and it said that it installed correctly, but I still don't know if I'll be able to flash other ROMS correctly.
Summary: How do I get my phone model to show up in the pop up window of Rom Manager when I want to install Clockwork Recovery Mod

Have you tried selecting optimus one from the list?
Sent from my LG-P500 using XDA Premium App

4silvertooth said:
Have you tried selecting optimus one from the list?
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
The only choices that show up are:
Huawei Pulse Mini, Dell Streak, Hyawei Pulse, Commtiva Z71 (Boston, Blaze, and more), Geeksphone ONE, Spice MI70o Commtiva Link N700 and more

Same here....i tried flashing it but nothing happens
Sent from my LS670 using XDA Premium App

Well do you flash the cwm made by mik or is there any other cwm recovery for ur phone.
Sent from my LG-P500 using XDA Premium App

Also, under Current Recovery it says Clockwork Mod 2.5.0.7 (it also says this as the latest version). Not sure if that helps or not, but thought I would let everyone know.

You will have to ask your developer for support, the one who made port of recovery for ur phone. I think opcode did that port.....
Sent from my LG-P500 using XDA Premium App

4silvertooth said:
Well do you flash the cwm made by mik or is there any other cwm recovery for ur phone.
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
I found the recovery image for the Optimus One and put the .img file on the root of my SD card, but I'm not too sure where to go from there. What do I do with the .img file on my SD card?

ironpirat3 said:
I found the recovery image for the Optimus One and put the .img file on the root of my SD card, but I'm not too sure where to go from there. What do I do with the .img file on my SD card?
Click to expand...
Click to collapse
I don't think it will work try this instead.
http://forum.xda-developers.com/showthread.php?t=1060602
Sent from my LG-P500 using XDA Premium App

4silvertooth said:
I don't think it will work try this instead.
http://forum.xda-developers.com/showthread.php?t=1060602
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Install the .zip from Rom Manager?
EDIT: Downloaded Android SDK and currently installing archives. Once that finishes do I just open an adb shell window and type in the commands that he gives in the opening post?

You can also do all that in terminal emulator app without any sdk. But the command are to be typed should be exact with no mistakes.
Also do search for cwm recovery for your phone there's also another cwm recovery for ur phone that's stable. In terminal emulator app type 'su' at $ prompt than promt changes to # than type all the commands.
$ su
#
Sent from my LG-P500 using XDA Premium App

Related

Is there a way to flash clockworkmod without fastboot?

My bro has not long got a Dell streak.. but has no computer to hook it up to.
Is there any way round flashing with fastboot?
The phone is already rooted.. so I just need to flash the recovery.
Can handle some command line stuff if anyone knows how to do it.
Thanks.
Sent from my Desire HD using XDA App
Bump!
The phone IS ROOTED already... So if I can mount /system I can delete the install-recovery.sh script so the stock recovery won't reflash.
But Rom manager flashes recovery to the wrong place apparently.
Can anyone tell me if 'flash_image' will work
My bro wants a custom Rom bad... But no pc to get him started
Sent from my Desire HD using XDA App
Maybe with terminal emulator, and clockwork on your sd card... Not sure tho, search the forums.
Just a brain storm.... But could I modify the install-recovery.sh script to flash cwm?
Sent from my Desire HD using XDA App
If someone could upload the script from their phone... Id really appreciate it.
Thanks
Sent from my Desire HD using XDA App
Yes it can be done with terminal on streak just make sure you su.
I will post the script for you if i get time
Cool... I knew it was possible.
He's definatley got Su privileges.. so just need to know the appropriate commands for him to type.
Thanks
Sent from my HTC Vision using XDA App
At a quick guess
Name the recovery something like recovery
copy the Recovery to the SD card
Make sure you have a terminal app on the phone
On the phone, Run the terminal application and type su press enter
Note that the terminal's text prompt will change from # to $
If it doesn't, then you haven't "rooted" the phone. Go back and try again!
In the Terminal, type
flash_image recovery /sdcard/recovery.img
when its done reboot the phone
Thats off top of my head but i think its right

[Q] new root user how to change fonts [ROM] B 0.8.4

hi i was wondering do i need to replace both droidsans.tff AND droidsans-bold.ttf
if so do i replace them with the same tff file ( the font i;m using only has one .tff file) or can't i use it
i'm running hboot1.01 using CWM
Yes, u can use the same ttf file to substitute both DroidSans and DroidSans-Bold but then ur phone shall display both regular and bold text in the same way.
-
Swyped from my legend using xda app.
Thanks a lot I was just wondering
I'm guessing to flash it I use adb push. Etc.... XD
Sent from my HTC Legend using XDA Premium App
ok i flashed them using adb push etc to /system/fonts/droid etc....
i overwrote droidsans and droidsans-bold but nothing it hasn't changed What am i doing wrong?
Have you done a reboot?
I clicked to reboot the phone since I'm on hboot 1.01 its the only way I can flash them without command prompt saying its a read only file
Sent from my HTC Legend using XDA Premium App
Are you sure you did overwrite those ttf files? Did you mount /system before adb push?
Ok I didn't do that :/ guess hats where I went wrong right? Do you need to do that ? XD if so what did I do :/ XD
Sent from my HTC Legend using XDA Premium App
Mount /system via clockwork recovery and than push the fonts via adb
Sent from my HTC Legend using XDA Premium App
Cool ok thanks one other question
Why do you have to mount it first?
Also how would I go about flashing other stuff e.g the lockscreen and widgets and what not
Sent from my HTC Legend using XDA Premium App
madcat340 said:
Why do you have to mount it first?
Click to expand...
Click to collapse
Obviously because in CWM it is not mounted by default.
Sent from my HTC Legend
Ok thanks I get it so where did I push the files previously I pushed them in cwm home screen without clicking mount system :/
Never mind It works yay thanks
Sent from my HTC Legend using XDA Premium App
madcat340 said:
Ok thanks I get it so where did I push the files previously I pushed them in cwm home screen without clicking mount system :/
Click to expand...
Click to collapse
You pushed stuff into /system directory which actually resided in initramfs. That's similar to ramdisk.
Sent from my HTC Legend
Is there any way of removing them? From there XD thanks BTW
Sent from my HTC Legend using XDA Premium App
Well, ask yourself how you remove things from RAM.
Sent from my HTC Legend
Do I just clear cache from cwm? Errmmm
Sent from my HTC Legend using XDA Premium App
well i'm guessing thats the right answer ? either that or just remove it using a file explorer :

Need root without pc

How can i get root without pc help me and i need more speedfor my lg optimus p500 i am using froyo
Sent from my LG-P500 using XDA App
What version of rom are u on.
Sent from my LG-P509 using XDA Premium App
Hi !
Maybe you can try with Z4Root
Cheers
sanjayurloe said:
How can i get root without pc help me and i need more speedfor my lg optimus p500 i am using froyo
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
Android Version 2.2 -> get z4root from here
Android Version 2.2.1 and above -> GingerBreak, but you need a PC.
sanjayurloe said:
How can i get root without pc help me and i need more speedfor my lg optimus p500 i am using froyo
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
just search for Z4root or Ginger break depending on your android froyo version
using the XDA app, you can download the apk file direct to your phone and install and run it from there
Z4root not working on
My phone
Sent from my LG-P500 using XDA App
sanjayurloe said:
Z4root not working on
My phone
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
u need a computer then.
use gingerbreak
got root and custom recover without PC
Use the Gingerbreak app to get root without a PC. I have just finished doing this.
I sent the link to myself in email from my desktop browser then downloaded with the Optimus to my /sdcard/download directory. I then installed the file using Explorer from the Market. Then just click and the Gingerbreak installs the root with the "su" program and the Superuser app. Then you can install a Busybox and Terminal from the Google Market. Check if you can be root.
I then flashed a custom AmonRa recovery without a PC for RA-thunderg-1.2.0-GNM by sending the link to myself in email and downloading to my /sdcard/download directory. I then used the busybox programs "md5sum" and "unzip" with the AmonRa zip:
Code:
cd /sdcard/download/
md5sum amon_ra_recovery_installer.zip
unzip amon_ra_recovery_installer.zip -d /sdcard/
cd ..
su
sh ./rf.sh
I hope I remembered everything. I do have root now and AmonRa recovery without a PC so that is possible. After all that, I just got the "adb" working in Linux by adding the IDs to the udev config. Of course, I could have used USB file transfer to the Optimus instead of using the email except my phone was sitting in my truck at the time. Look here for more information:
Gingerbreak= http://forum.xda-developers.com/showthread.php?t=1044765
amon_ra_recovery_installer.zip:
http://forum.xda-developers.com/showpost.php?p=13422938&postcount=91
Originally: P509 LG Optimus T 2.2 24oct10

Guys Help...I changed my VM Heap size and my galaxy is stuck on Boot Logo..{URGENT]

Hi GUys
I was using Ram Manager . I changed the Heap size to 128 Byte and Noow the phone is stuck on Boot Logo.
I'm rooted on Stock Firmware.
Please help, urgent
Did you backup?
Sent from my GT-I9300 using xda app-developers app
Try another kernel
Nandroid ftw!!
Sent from my GT-I9300 using xda premium
philicibine said:
Try another kernel
Nandroid ftw!!
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
No backup. I've not made any backup beacuse I'm stupid.
Please help; will Reset to factory setting help?
Boot into recovery, connect to your computer, open command prompt and type adb pull /system/build.prop
Edit the build.prop with notepad++ and fix the VM size, chances are that app set the VM size as 128 or 128mb instead of 128m which it should be.
Then once its fixed just adb push it back to /system/build.prop
Sent from my GT-I9300 using xda premium
nodstuff said:
Boot into recovery, connect to your computer, open command prompt and type adb pull /system/build.prop
Edit the build.prop with notepad++ and fix the VM size, chances are that app set the VM size as 128 or 128mb instead of 128m which it should be.
Then once its fixed just adb push it back to /system/build.prop
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I'm Really noob . Please tell how to :
Boot into Recovery?
How do I push adb ?
eggman89 said:
I'm Really noob . Please tell how to :
Boot into Recovery?
How do I push adb ?
Click to expand...
Click to collapse
Hold volume down, home button and power button together and it will boot into recovery.
I take it you don't have the android sdk on your computer? You need that to use adb.
If not then the easiest option is to factory reset, or maybe someone will make you a flashable zip that will replace your build.prop.
Sent from my GT-I9300 using xda premium
How do I :
"open command prompt and type adb pull /system/build.prop" .
Is it the windows Command Propmt?
If you have these questions you honestly shouldn't be messing with heap size.
Sent from my LG-E739 using Tapatalk 2
eggman89 said:
How do I :
"open command prompt and type adb pull /system/build.prop" .
Is it the windows Command Propmt?
Click to expand...
Click to collapse
Yes, that's it.
First type "adb devices" (no" ")
If you get a long serial number then adb is set up on your computer but I doubt it seeing as you are asking how to boot into recovery.
I take it you have a custom recovery?
If you give me a few mins I'll make you a flashable zip that will replace your build.prop, tell me what rom you are on
Sent from my GT-I9300 using xda premium
Lutin said:
If you have these questions you honestly shouldn't be messing with heap size.
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
I know. I made a stupid mistake and I don't even know why I changed it?
How do I do factory reset?What will I lose?
nodstuff said:
Yes, that's it.
First type "adb devices" (no" ")
If you get a long serial number then adb is set up on your computer but I doubt it seeing as you are asking how to boot into recovery.
I take it you have a custom recovery?
If you give me a few mins I'll make you a flashable zip that will replace your build.prop, tell me what rom you are on
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Hi
I'm on stock LFB (Indian Version).
I am on CWM-based Recovery c5.5.0.4
nodstuff said:
Yes, that's it.
First type "adb devices" (no" ")
If you get a long serial number then adb is set up on your computer but I doubt it seeing as you are asking how to boot into recovery.
Click to expand...
Click to collapse
I get adb is not a recognized internal or external command.
I also deleted dalvik cache; but it didn't help
eggman89 said:
I get adb is not a recognized internal or external command.
I also deleted dalvik cache; but it didn't help
Click to expand...
Click to collapse
Get me a build.prop from that firmware and I'll make you a zip you can flash in cwm.
You'll find it in the system folder.
Sent from my GT-I9300 using xda premium
nodstuff said:
Get me a build.prop from that firmware and I'll make you a zip you can flash in cwm.
You'll find it in the system folder.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I'm unable to access filesystem
Let me ask someone?
eggman89 said:
I'm unable to access filesystem
Let me ask someone?
Click to expand...
Click to collapse
Download another one from samfirmware.com
I'm not downloading it for you.
Sent from my GT-I9300 using xda premium
nodstuff said:
Download another one from samfirmware.com
I'm not downloading it for you.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Yes. I'm already downloading it. It's about 800mb and it'll take about 36minutes more.
Once I get that I'll provide it to you.
Thanks a lot for the help
But how will I push the build.prop ?
nodstuff said:
Download another one from samfirmware.com
I'm not downloading it for you.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
he needs adb to push the zip to his mobile first.
bala_gamer said:
he needs adb to push the zip to his mobile first.
Click to expand...
Click to collapse
How do I get adb?
eggman89 said:
Yes. I'm already downloading it. It's about 800mb and it'll take about 36minutes more.
Once I get that I'll provide it to you.
Thanks a lot for the help
But how will I push the build.prop ?
Click to expand...
Click to collapse
man if you are downloading the full rom, better flash it via odin . job done. almost all the stock roms are non wipe

Is it possible to flash a recovery with terminal emulator?

I know goo manager uses root permission to flash a recovery while the phone is on. So I was wondering if terminal emulator could do the same. I know this question is probably very noob-ish, but I'm curious.
Sent from my EVO using xda premium
You should be able to with root permission
You think you could enlighten me on the "how to"?
Sent from my EVO using xda premium
Yea its the same as when u do it via command prompt just do su at the start
Sent from my EVO using xda premium
Place the recovery on the root of your sd card. Make sure its not in any folders. Rename the recovery img "recovery.img" without the quotes. Then open up terminal. Type "su" without the quotes. Then when you receive the # sign, then type this
flash_image recovery /sdcard/recovery.img
(and press enter)
you will now get this
#
now type
reboot recovery
and you should boot into your recovery you just flashed.
#Root-Hack_Mod*Always=LTE
Ok, so what I'm trying to do is flash a stock recovery so I can take the ota. Does that sound feasible or am I just dreaming?
Sent from my EVO using xda premium
Jason021680 said:
You think you could enlighten me on the "how to"?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Be more specific next time, you asked if it was possible not how it was possible or what the relevant commands were.
My mistake
Sent from my EVO using xda premium
Jason021680 said:
My mistake
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Its cool man we all been there. But as om4 posted you should always give exact details on what it is your trying to do or wanting to do. That way you get the best feedback. Also you can use the method I posted above to flash the stock recovery. However if you type the "reboot recovery" command and boot into the stock recovery you will have to hard shut down via power button to exit/reboot I believe. Not a 100% sure as I haven't seen the stock recovery since I first got this phone.
#Root-Hack_Mod*Always=LTE
laie1472 said:
Its cool man we all been there. But as om4 posted you should always give exact details on what it is your trying to do or wanting to do. That way you get the best feedback. Also you can use the method I posted above to flash the stock recovery. However if you type the "reboot recovery" command and boot into the stock recovery you will have to hard shut down via power button to exit/reboot I believe. Not a 100% sure as I haven't seen the stock recovery since I first got this phone.
#Root-Hack_Mod*Always=LTE
Click to expand...
Click to collapse
And it has to be an .img not a .zip right?
Sent from my EVO using xda premium
Yes it has to be an image file
Any idea where I can find a stock recovery .img?
Sent from my EVO using xda premium
adb tools
I'm having trouble getting it to flash though. Keeps saying flash image not found.
Sent from my EVO using xda premium
Did you make sure it was named correctly?? "recovery.img" not "recovery.img.img" without the quotes?? Also did you make sure it's on the "root" of your sd card. As in "not in any folders" ???
#Root-Hack_Mod*Always=LTE
make sure that the file is in the right directory. Just to make sure there is no misunderstanding, you did extract the image file from the archive I linked?
laie1472 said:
Did you make sure it was named correctly?? "recovery.img" not "recovery.img.img" without the quotes?? Also did you make sure it's on the "root" of your sd card. As in "not in any folders" ???
#Root-Hack_Mod*Always=LTE
Click to expand...
Click to collapse
Yeah, I renamed it recovery.img with no quotes. Yup root of the sdcard is where its at.
Sent from my EVO using xda premium
om4 said:
make sure that the file is in the right directory. Just to make sure there is no misunderstanding, you did extract the image file from the archive I linked?
Click to expand...
Click to collapse
Yeah the one that says stock_EVO4GLTE_recovery.img. I renamed it recovery.img and moved it to the root of my sdcard. No dice... Am I typing the command right? flash_image recovery /sdcard/recovery.img
Sent from my EVO using xda premium
Sent from my EVO using xda premium
The first one I tried it with the original name and the second I renamed it recovery.img
Sent from my EVO using xda premium

Categories

Resources