hello, looks like something out of this device in America that should be equal to our 2x, the device is unlocked GSM 850 / 900 / 1800 / 1900, someone has an IMEI to download the firmware? I'm curious to know that baseband, the firmware should be our v10c called V10a, this is the source:
http://www.lg.com/global/support/opensource/opensource-detail.jsp Search for P990H.
Some of it's kernel source has made it into CM7, so hopefully that's a sign that it's compatible.
Hopefully.
Rusty! said:
Some of it's kernel source has made it into CM7, so hopefully that's a sign that it's compatible.
Hopefully.
Click to expand...
Click to collapse
If the source for the P990H is similar to the latest 0622 update that might mean the kernel sources for that would be available and the FR19 could get more kernel tweaks. I will alert Paul.
i have a p990h, and i asked in the general thread if someone knows about baseband, if i can flash any rom, and the baseband will continue working perfectly, i had a xperia x10a, but on that phone when they updated to 2.1 SE unified basebands, so you can flash a x10a and x10i with the same rom and the phone doesnt change, just changed the firmware you had , but i really dont know about this phone, and i change to the optimus 2x because i brick mi x10a with a custom rom...
Kuronow said:
i have a p990h, and i asked in the general thread if someone knows about baseband, if i can flash any rom, and the baseband will continue working perfectly, i had a xperia x10a, but on that phone when they updated to 2.1 SE unified basebands, so you can flash a x10a and x10i with the same rom and the phone doesnt change, just changed the firmware you had , but i really dont know about this phone, and i change to the optimus 2x because i brick mi x10a with a custom rom...
Click to expand...
Click to collapse
OT: Wow, you actually bricked a Xperia. Thats awesome, may i ask how?
Sent from my LG Optimus 2x using XDA Premium App
Need to see if it's partition layout is the same or not, really.
Kuronow said:
i have a p990h, and i asked in the general thread if someone knows about baseband, if i can flash any rom, and the baseband will continue working perfectly, i had a xperia x10a, but on that phone when they updated to 2.1 SE unified basebands, so you can flash a x10a and x10i with the same rom and the phone doesnt change, just changed the firmware you had , but i really dont know about this phone, and i change to the optimus 2x because i brick mi x10a with a custom rom...
Click to expand...
Click to collapse
http://csmg.lgmobile.com:9002/csmg/...00000000000&model=LGP990h&country=NL®ion=U
Write your IMEI in a 000, maybe you can find the firmware.
PS: what's your number of baseband?
Rusty! said:
Some of it's kernel source has made it into CM7, so hopefully that's a sign that it's compatible.
Hopefully.
Click to expand...
Click to collapse
I stumbled upon while looking for something else entirely. Some things in the code stand out, like.
Code:
1. unsigned int u32register = 0 ;
2. u32register = readl(IO_ADDRESS(0x6000d1b8));
3. if(((u32register>>5)&0x00000001))
Line 1 has a complete unnecessary initialization of the variable, since it's re-initialized in line 2, and...
3. To test if bit 6 is set, they shift the result to the right by 5 and and the result with 1, instead of just directly anding with the appropriate bit. Again, a completely unnessecary operation. They could even write it like this, if clarity is what they're after.
if (u32register & (1 << 5))
as this shift-operation would be resolved at compile-time, not runtime.
Then there's the usual favorite:
Code:
#if 1
... (do stuff)
#endif
...a little farther down in the code.
Very minor stuff, I know, but doesn't exactly instill a sense of quality.
::Trym
TrymHansen said:
I stumbled upon while looking for something else entirely. Some things in the code stand out, like.
Code:
1. unsigned int u32register = 0 ;
2. u32register = readl(IO_ADDRESS(0x6000d1b8));
3. if(((u32register>>5)&0x00000001))
Line 1 has a complete unnecessary initialization of the variable, since it's re-initialized in line 2, and...
3. To test if bit 6 is set, they shift the result to the right by 5 and and the result with 1, instead of just directly anding with the appropriate bit. Again, a completely unnessecary operation. They could even write it like this, if clarity is what they're after.
if (u32register & (1 << 5))
as this shift-operation would be resolved at compile-time, not runtime.
Then there's the usual favorite:
Code:
#if 1
... (do stuff)
#endif
...a little farther down in the code.
Very minor stuff, I know, but doesn't exactly instill a sense of quality.
::Trym
Click to expand...
Click to collapse
I suggest you stop looking at the source code because when I did the same it made me feel dirty using the phone LG has some dumb **** programmers that's for sure.
easy for find firmware LGP990H but at final, it's .kdz grrr
I can have all firmware LGP990H
(information, i am french)
Hell_97 said:
http://csmg.lgmobile.com:9002/csmg/...00000000000&model=LGP990h&country=NL®ion=U
Write your IMEI in a 000, maybe you can find the firmware.
PS: what's your number of baseband?
Click to expand...
Click to collapse
My baseband is 1035.21_20110602, that's my current baseband, how i write my IMEI in a 000 ? i dont know what u mind
HerrKuk said:
OT: Wow, you actually bricked a Xperia. Thats awesome, may i ask how?
Sent from my LG Optimus 2x using XDA Premium App
Click to expand...
Click to collapse
I was testing CM6 Froyo for the x10a, and instaled beautiful widgets, used the on/off widget for brightness pressed once, go to 100%, press again, paf, phone turn off, after that i repaired my phone, installed original FW, but my phone never stopped rebooting when i used apps, tried to use gtalk, i just can use gtlak, after a few times trying to repair it, now it never turns on xD... and now i have a O2X
How i can get these firmeware
Im from germany
Sent from my LG-P990 using XDA Premium App
maybe i can extract the FW + baseband + RIL if someone toldme how :3
Kuronow said:
how i write my IMEI in a 000 ? i dont know what u mind
Click to expand...
Click to collapse
What he meant was, you replace the zeros in the link with your own IMEI number, then you'll get a list with avalible FWs for your phone. And, don't use IE, won't work. And then report your findings here!
Edit: Replace zeros with IEMI, Country and region can be found here: http://csmg.lgmobile.com:9002/csmg/b2c/client/ftp_country_info.jsp but if you're from chile like your profile says I've fixed that in this link: http://csmg.lgmobile.com:9002/csmg/...00000000000&model=LGP990h&country=CL®ion=S just you replace the zeros. And if it's not working, try remove the H from the model name in the link. Just an idea.
ok, ill doit in a bit, im working, and need to use a proxy to see that page =/, and then i tell you about :3
Kuronow said:
ok, ill doit in a bit, im working, and need to use a proxy to see that page =/, and then i tell you about :3
Click to expand...
Click to collapse
Nice! And yes, the FW and ril you could extract, but the link will give us those things anyway. The baseband cant be extracted I think, not easily atleast. But that's probably incompatible anyway, so if you'll want to enjoy custom roms later, then you probably need to save the RIL from original FW and paste in the one you're changing to. And ofc, baseband you can't change. But I'm just guessing now, so don't take my word for it. Time will tell if we can DL the FW later.
LGP990H AENTDW 105KPTM002281 20110518 V10A_02.01 http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP990H/AENTDW/V10a_02.01/V10A_02.01.kdz http://csmg.lgmobile.com:9002/swdata/WEBSW/LGP990H/AENTDW/V10a_02.01/V10A_02.01.kdz GLOBAL/GLOBAL N N EI GSM
Now what can i do with this?
Hey guys do you know how to download that firmware i found, i just see an encrypted web page... , can someone tell me what to do with that info?
Clicking on the links above works fine for me.
u.u it didn't work for me at all , can you upload this firmwares to the original P990 firmwares page, they both are for Latino America - Chile, probably will work on all america this FW, just in case someone needs them.
Thank you in advice
Related
Some tattoo have baseband version 13.29.55.13G_3.35.07.20 and it doesn't support 3G, whereas tattoos with baseband version 13.29.55.13H_3.35.07.20 does.
Is there any option to flash this baseband of 3G to non-3G tattoos??
Thanks
Yes, use an update.zip. I'll add it as an option in my MCR kitchen.
P
paulobrien said:
Yes, use an update.zip. I'll add it as an option in my MCR kitchen.
P
Click to expand...
Click to collapse
So will you bring out a rom with the ability to change the baseband version ?
Shyam
shyamk said:
So will you bring out a rom with the ability to change the baseband version ?
Shyam
Click to expand...
Click to collapse
yes he said no... patience shyam.... hope for the earliest release of this new ROM with this option....
keep it up paul...
shyamk said:
So will you bring out a rom with the ability to change the baseband version ?
Shyam
Click to expand...
Click to collapse
@ shyam, did you find out anything more positive towards changing the baseband firmware of tattoo ??? even i am as curious a s u r.... please dont mistake me for those words which i said to u to calm down.... ok ???
i hope many european tattoo owners who have a baseband version of 3G could help us right ??? i dont know how to ask them to extract baseband firmware & upload it here.... do u have any idea about that ???
I hope there is some progress............
here u go thacen.... rename it as update.zip & reboot into recovery mode, then apply update.zip from sdcard.... simple.
here is the link posted by paul... the hard working guy. credit should go to him
i am just posting the download link.... for ur convenience.....
http://kitchen.romraid.com/paul/tattoo/update-tattoo-radio-13.29.55.13H_3.35.07.20-signed.zip
So can someone confirm that with the paulobrien's update, could you get the 3g support working?
Update very much appreciated.
harry7 said:
So can someone confirm that with the paulobrien's update, could you get the 3g support working?
Update very much appreciated.
Click to expand...
Click to collapse
no its not possible... somehow that baseband has got nothing to do with the 3G hardware... only if u change the spl, then i think we stand a very good chance of getting 3G functionality in tattoo....
noone cared to post us the spl which could give us the 3G functionality.... waiting for someone who can do it.... baseband has got nothing to do with 3G. SPL is must for 3G function....
My advice is don't flash it on non-3G Tattoo. because I've had flashed on mine and it's bricked after that. my phone is now at HTC Care and hopefully they'll repair it.
3DPRO said:
My advice is don't flash it on non-3G Tattoo. because I've had flashed on mine and it's bricked after that. my phone is now at HTC Care and hopefully they'll repair it.
Click to expand...
Click to collapse
It is no problem to try..many had tried.. i also tried without bricking, only thing is this could not success changing the base-band version at this time.
I think... in your case, you had removed the battery in the middle of flashing.. that is the problem. This base-band flashing actually require rebooting to continue flashing but you had removed the battery instead... plz be careful next time...plz read all the instructions properly and whole thread before actually jump into...
anyway till now this one is not working... so we need to wait for a working version.
thacen said:
It is no problem to try..many had tried.. i also tried without bricking, only thing is this could not success changing the base-band version at this time.
I think... in your case, you had removed the battery in the middle of flashing.. that is the problem. This base-band flashing actually require rebooting to continue flashing but you had removed the battery instead... plz be careful next time...plz read all the instructions properly and whole thread before actually jump into...
anyway till now this one is not working... so we need to wait for a working version.
Click to expand...
Click to collapse
the flashing was successfully until i restart the phone though. I wasn't pull out the battery between the flashing.
I'm please to make the latest (*at time of writing) LG 2X ROM release available for your use in NVFlash format. This is doubly useful as it provides us with a great 'disaster recovery' solution for when we're playing with new ROMs, recoveries etc.
Please note that you use this at your own risk!
NVFlash is for use on Windows PCs.
Excellent details on how to set up NVFlash are available in this topic (thanks jmcnz), but in a nutshell the process is:
Download the ROM file below
Download the driver file below
Turn device off, remove battery, plug device in while holding volume up and down - screen will stay black but Windows will add a new 'APX' devices
Install drivers extracted from driver file download
Run 'flash.bat' from ROM file download
Wait for flash to complete and device to reboot
The all important files...
NvFlash ROM v10b / 1300166062 (15/03/2011) - DOWNLOAD (ROMraid Load Balancing) - MD5: b17cb7fd3542b5d02baf49879a83acff
NvFlash drivers - DOWNLOAD (ROMraid Load Balancing) - MD5: 2eab4f16fe1337a209a550ccd0be69c2
Enjoy!
P
Amazing work Poul, cant wait to do this update..thumbs up and keep up the good work
Thank you for your hard work, Paul!
Btw, is there a changelog between the V10a, V10b and V10c versions?
No changelog unfortunately!
P
Thanks for your work on this!
I'm pretty new at this but this means when we brick the phone we can put back the orginal rom from LG to fix any problems that may occur?
I currently have version 10a on my LG (bought it on 7th of march) so the 10c would be a newer version or am i seeing this the wrong way?
Korumera said:
Thanks for your work on this!
I'm pretty new at this but this means when we brick the phone we can put back the orginal rom from LG to fix any problems that may occur?
I currently have version 10a on my LG (bought it on 7th of march) so the 10c would be a newer version or am i seeing this the wrong way?
Click to expand...
Click to collapse
Correct on both counts.
P
stupid question maybe but does this include CWM?
[email protected] said:
stupid question maybe but does this include CWM?
Click to expand...
Click to collapse
Dont think so, this is a vanilla version of the orginal ROM which was shipped on the Optimus mode. We'll have to wait a bit longer for the CWM
Korumera said:
Dont think so, this is a vanilla version of the orginal ROM which was shipped on the Optimus mode. We'll have to wait a bit longer for the CWM
Click to expand...
Click to collapse
ok so no stupid LG programs are included?
Well i think it includes those tho. I ment vanilla as in this is the ROM we have on our phones right now when we unpacked it
Korumera said:
Well i think it includes those tho. I ment vanilla as in this is the ROM we have on our phones right now when we unpacked it
Click to expand...
Click to collapse
Yes, but probably newer.
Check the date in the build.prop to be sure.
P
First of all, great work paulobrien!
Question is.. what's new in this release if you have 10a, is there a point in doing an update?
I'm guessing it'll wipe everything if I update through NVflash? In that case i'll wait for CWM and some other goodies first.
I thought the different versions indicated which area they where fore.
V10A for scandinavia etc.
V10C for other european contries and so on.
Dunno if that is the right categorisation, but just an example. Will try and find link
larsn84 said:
I thought the different versions indicated which area they where fore.
V10A for scandinavia etc.
V10C for other european contries and so on.
Dunno if that is the right categorisation, but just an example. Will try and find link
Click to expand...
Click to collapse
Hmmm would be strange, i'm from holland and i have a Optimus with version 10a but it's possible we are sided with them (small country afterall).
V10A in italy too
V10m in Korea.
The preinstalled ROM is not good, sometime FC when i access dial pad.
hi im korean user
very interested in your work and so happy
in korea there are so many people wait your rom so do i
im very sorry but could you build
some ver.korea rom?!
i mean it would work in su660
that released in korea like p990
i wait for your answer
...im really sorry
im not good at english but i hope you to understand what i mean
Sent from my LG-SU660 using XDA App
Sent from my LG-SU660 using XDA App
GJ keep up the good work, now I am rly getting curious why everyone is so excited about custom roms ;D
Should the phone be on and plugged in the USB when i install the rom? im a total noob at this... i have suceeded in installing the drivers... but i dont understand how to do with the rom installation...
Thanks for a great job, Paul!
Best regards
Hello All, I search all the forum and I couldn't find answer to my question.
Anyone know if I can use the tool and rom, available on the forum, on the Videotron LG optimus 2X ? I see most of the rom / tool are build for LG-P990, but The phone I got here from vidéotron Shows LG-P999.
I got Version AVC-V11F
BAseband says: M6600A-SCAUTZ-2.0.9720T (may 18 2011) MP:TRULGE_08.09.02R_MDM
Vidéotron now carry that phone for about 2 weeks from now.
I bet this is basically the same Hardware, as i'm getting the "Black screen freeze issue" (have to remove battery. etc....)
Finally, I would need the Stock Firmware from vidéotron, If I want to go back to stock eventualy
Thank you for all your help.
You dont have a optimus 2x(p990) you have G2X(p999) . Its a different phone and you shouldnt flash optimus 2x roms on it becouse the phone will stop working.
http://forum.xda-developers.com/showthread.php?t=1037098
Edit : You can download roms kernels and other stuff from here
http://forum.xda-developers.com/forumdisplay.php?f=1117
Awesome, thanks to let me know you just make me safe 500$
Np, im glad i could help.
This forum and the G2X forum should be renamed to accommodate the confusing fact that Canadian carriers have branded the P999 as Optimus 2X as well. Let's include the model number in the forum title. Are any moderators listening?
Sent from my Nexus One using Tapatalk
There should be like Optimus 2x/G2X - P990 and Optimus 2x/G2X - P999 forums.
xenover said:
There should be like Optimus 2x/G2X - P990 and Optimus 2x/G2X - P999 forums.
Click to expand...
Click to collapse
Well the G2X name is only used for the P999, but the O2X name is the one used for both.
I suggest:
1) LG P990: Optimus 2X (Europe/Asia)
2) LG P999: T-mobile G2X, Optimus 2X (Canada)
In the case of the G2 versus Desire Z though, I see they eventually got mashed into the same forum. I guess that's because that pair is more mutually compatible than this LG pair?
Sent from my Nexus One using Tapatalk
Yeah, use nvflash to install the latest clockworkmod and install any build you want (P999) ... for me Cyanogen is not working, even after creating the APN, I have no data... tried everything.... And I am on Videotron...
Sent from my LG-P999 using Tapatalk
SpOuK-3- said:
Yeah, use nvflash to install the latest clockworkmod and install any build you want (P999) ... for me Cyanogen is not working, even after creating the APN, I have no data... tried everything.... And I am on Videotron...
Sent from my LG-P999 using Tapatalk
Click to expand...
Click to collapse
Strange, but when you flash back to LG based ROMs, are they working for you?
Sent from my Nexus One using Tapatalk
I got a LG Optimus 2X (P999) yesterday. I try today to root the device and install cyanogenMod, but when I try got install the new rom I lost my originals rom from Videotron. Is it possible to get in touche with someone who can provide original roms of the videotron phone?
With CyanogenMod I was unable to get the Internet access, so I install T-Mobile version, it's works now, but, I got some connections issue with the roms.
I found the problem and fixed it!
with the configurations files joinned with CyanogenMod the apns-conf.xml did not includes Videotron parameters. So I modified the files before updating the phone.
I opened the .zip files and replace apns-conf.xml with a version with thoses 2 entries added :
Code:
<apn carrier="Videotron" mcc="302" mnc="500" apn="media.videotron" proxy="10.208.89.17" port="8080" server="m.videotron.com/portail" type="default,supl" />
<apn carrier="Videotron MMS" mcc="302" mnc="500" apn="media.videotron" mmsproxy="10.208.89.17" mmsport="8080" mmsc="m.videotron.com" type="mms" />
server and mmsc attributes need the "http..." but I'm a new one here! It looks likes outsides links!
I tried to uncompress and compress the .zip files, but I got an error, but if you replace with a a sofware likes 7-Zip the achive will be OK to be imported with ROM Manager.
Now everything seems working well!!
chap!! said:
I got a LG Optimus 2X (P999) yesterday. I try today to root the device and install cyanogenMod, but when I try got install the new rom I lost my originals rom from Videotron. Is it possible to get in touche with someone who can provide original roms of the videotron phone?
With CyanogenMod I was unable to get the Internet access, so I install T-Mobile version, it's works now, but, I got some connections issue with the roms.
Click to expand...
Click to collapse
For my part i tried a lot of different ROMS and i didn't find one that works with Videotron APN, so now, i'm stock with original ROM Froyo 2.2.2
Got a modified version of MIUI : Miui_1916_p999.zip and it works.. BUT!
Can't get 4g network or gps working
Can't record video in 1080
I installed this version this morning so i'll try to find more bugs later
chap!! said:
I found the problem and fixed it!
with the configurations files joinned with CyanogenMod the apns-conf.xml did not includes Videotron parameters. So I modified the files before updating the phone.
I opened the .zip files and replace apns-conf.xml with a version with thoses 2 entries added :
Code:
<apn carrier="Videotron" mcc="302" mnc="500" apn="media.videotron" proxy="10.208.89.17" port="8080" server="m.videotron.com/portail" type="default,supl" />
<apn carrier="Videotron MMS" mcc="302" mnc="500" apn="media.videotron" mmsproxy="10.208.89.17" mmsport="8080" mmsc="m.videotron.com" type="mms" />
server and mmsc attributes need the "http..." but I'm a new one here! It looks likes outsides links!
I tried to uncompress and compress the .zip files, but I got an error, but if you replace with a a sofware likes 7-Zip the achive will be OK to be imported with ROM Manager.
Now everything seems working well!!
Click to expand...
Click to collapse
I get an error when I try to install from the zip file after modifying apns-conf
Videotron Stock ROM
If somebody could provide the Stock ROM from Videotron it would really be appreciated as I need it to recover a LG Optimus 2x (G2X Version for Videotron) to the stock rom for a lady friend of mine.
Thank you for your attention
I think I can help you
3r0s4nn1n said:
If somebody could provide the Stock ROM from Videotron it would really be appreciated as I need it to recover a LG Optimus 2x (G2X Version for Videotron) to the stock rom for a lady friend of mine.
Thank you for your attention
Click to expand...
Click to collapse
Let me know what the phones S/N is, not IMEI, and I will provide you with the file link you asked for. Cheers.
I'll just throw in my two cents and hopefully this helps someone out, or someone will be able to point out flaws in my setup. I have the P-999 from FIDO, with the O2X installed. Everything seems fine from my point of view (then again, i have no one really to compare to). My phone stats are as follows:
Rom Manager: 4.7.0.5
ClockworkMod: 5.0.2.0
Android Version: 2.3.7
Baseband: 1035.21_20110720
Kernel: 2.6.32.45-cyanogenmod
Mod Version: CyanogenMod-7-10132011-NIGHTLY
I guess the only real issues i have so far would be:
1. My carrier is Fido, but the phone shows me Rogers. I guess this is normal, since Fido is part of Rogers?
2. I'm guessing due to this, i have to set International Data Roaming to ON if i wish to use the moible network.
3. I still do lose carrier connectivity from time to time. (Sometimes, it'll show that the Airplane mode is ON, and will not turn OFF even after i toggel it. Sometimes, i think it might just be while i'm in the reboot menu and accidently hitting airplane mode.)
If i think of anything else, i'll post it here.
And if anyone can spot out anything on my end, can you please let me know?
Thanks, and i hope this helps my fellow Canuk-oids.
The Fido O2X is P990, not P999.
Yes it's normal for the phone to say Rogers. No it's not normal to have to turn on data roaming - this should never be necessary on your home carrier.
Rezvonflux said:
I'll just throw in my two cents and hopefully this helps someone out, or someone will be able to point out flaws in my setup. I have the P-999 from FIDO, with the O2X installed. Everything seems fine from my point of view (then again, i have no one really to compare to). My phone stats are as follows:
Rom Manager: 4.7.0.5
ClockworkMod: 5.0.2.0
Android Version: 2.3.7
Baseband: 1035.21_20110720
Kernel: 2.6.32.45-cyanogenmod
Mod Version: CyanogenMod-7-10132011-NIGHTLY
I guess the only real issues i have so far would be:
1. My carrier is Fido, but the phone shows me Rogers. I guess this is normal, since Fido is part of Rogers?
2. I'm guessing due to this, i have to set International Data Roaming to ON if i wish to use the moible network.
3. I still do lose carrier connectivity from time to time. (Sometimes, it'll show that the Airplane mode is ON, and will not turn OFF even after i toggel it. Sometimes, i think it might just be while i'm in the reboot menu and accidently hitting airplane mode.)
If i think of anything else, i'll post it here.
And if anyone can spot out anything on my end, can you please let me know?
Thanks, and i hope this helps my fellow Canuk-oids.
Click to expand...
Click to collapse
Correct me if I am wrong
Rezvonflux said:
I have the P-999 from FIDO
Click to expand...
Click to collapse
I do not think Fido sells P999, rather P990.
Cheers
lt6669 said:
I do not think Fido sells P999, rather P990.
Cheers
Click to expand...
Click to collapse
ack, your right..... how lame of me
i'm using a LG O2X, installed the EAGLESBLOOD™ Ice Cream Sandwich AOSP [4.0.4] build #4 and r having a few problems! i'm having problem with a lot of dropped calls, inconsistent data (a few minutes on, a lot more minutes off), both cellular and wifi & there's some options in settings that will crashed such as developers option! even when i'm connected to the the my cellular data, the download speed is abysmal! i was using MIUI previously and i can get 2Mbps+ connection easily through my cellular but now, even a 900kbps download will take ages, not to mention a lot of unsuccessful downloads!
i've nvflashed my phone back to stock rom before flashing my phone. is there any solution to this?
thanks in advance!
help?
teddy_kkk said:
i'm using a LG O2X, installed the EAGLESBLOOD™ Ice Cream Sandwich AOSP [4.0.4] build #4 and r having a few problems! i'm having problem with a lot of dropped calls, inconsistent data (a few minutes on, a lot more minutes off), both cellular and wifi & there's some options in settings that will crashed such as developers option! even when i'm connected to the the my cellular data, the download speed is abysmal! i was using MIUI previously and i can get 2Mbps+ connection easily through my cellular but now, even a 900kbps download will take ages, not to mention a lot of unsuccessful downloads!
i've nvflashed my phone back to stock rom before flashing my phone. is there any solution to this?
thanks in advance!
Click to expand...
Click to collapse
anyone who can help me?!?!
Hi
I cannot help, but maybe you can help me
I would like to try that rom myself but I saw lot's of people have issue with it and all mainly related to the baseband used.
Mine is currently 1035.21_20110725 and I am running CM9 skang3 (I know it's pretty old) ...
so if your tell me your BB, I'll know that I don't need to try that rom under this BB :good:
Also it's bad we need 10 post before being able to post in a dev forum, so at least it will help us reach the goal !
cu
same!
bananias said:
Hi
I cannot help, but maybe you can help me
I would like to try that rom myself but I saw lot's of people have issue with it and all mainly related to the baseband used.
Mine is currently 1035.21_20110725 and I am running CM9 skang3 (I know it's pretty old) ...
so if your tell me your BB, I'll know that I don't need to try that rom under this BB :good:
Also it's bad we need 10 post before being able to post in a dev forum, so at least it will help us reach the goal !
cu
Click to expand...
Click to collapse
my baseband is the same as urs.... so u can try others now! well, i may go Nova HD in a few days time if no1 can help me.... i actually even pmed the EB developer but no reply yet.
lolz, i do think that the 10 post is actually a bit pointless as if i want to get to 10 posts faster, i'll just bump my own thread though i dont intend to do so! and i'm still far away from the #10 target! ^_^
changing baseband!
just wondering, if i flash another baseband via SmartFlash P990, will it help or will it render the ROM unusable? anyone can help me with this query?
Don't think you'll break anything by flashing your BB, I did it 2 times already, but of course if you put a BB not compatible with the rom you use your phone will not boot, you'll have to flash a new rom via CWM ... so at least put some rom files ready on your sd card
bananias said:
Don't think you'll break anything by flashing your BB, I did it 2 times already, but of course if you put a BB not compatible with the rom you use your phone will not boot, you'll have to flash a new rom via CWM ... so at least put some rom files ready on your sd card
Click to expand...
Click to collapse
just to check, can anyone tell me the best baseband for EaglesBlood AOSP 4.0.4 Build #4? and the link to how to flash? thanks!
2 more posts to go! ^_^ after this, then 1!
teddy_kkk said:
just to check, can anyone tell me the best baseband for EaglesBlood AOSP 4.0.4 Build #4? and the link to how to flash? thanks!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1699066
Rutifruti said:
http://forum.xda-developers.com/showthread.php?t=1699066
Click to expand...
Click to collapse
i know of the main thread but i read until page 6. so just checking is there any direct links which can teach me how to flash the best baseband for EB 4.0.4!
teddy_kkk said:
i know of the main thread but i read until page 6. so just checking is there any direct links which can teach me how to flash the best baseband for EB 4.0.4!
Click to expand...
Click to collapse
Smartflash, nvflash or through flashing in kdz format
Sent from my Optimus 2X using xda premium
There are a lot of people asking about how to flash, why to flash new baseband for V30X Roms., Mostly in the IZS thread.
If Anyone asks anything about Baseband, send them here.
Now, look:
HERE Is the list of all LG Optimus Black Firmware.
Download the one that is for YOUR REGION.
Its a .KDZ file.
use The Automatic ROM converter by jes0411 ( HERE ) to convert the KDZ to bin/fls Format.
Then,
N00BY0815 said:
BASEBAND Flasher!
This pack contains the .fls file of V30B GER, but the baseband is the same in all versions AFAIK, so you all should be able to use it. And also included is the SmartFlashTool.
GER v30B baseband + Smartflashtool
http://d-h.st/3nN
FRA v30B baseband:
http://d-h.st/a0H
Europe Open baseband:
http://d-h.st/WIY
You can find how to flash it HERE
Click to expand...
Click to collapse
HOW TO FLASH:
Olynth said:
Get the LGP970_V30B_00euro_CP.fls or whatever baseband you want/need , its ~8 mb and Smartflash tool , put them together in the same folder.
Open Smartflash tool, shutdown phone , hold vol+ and plug usb .
In Smartflash tool under ROM copy D/L tab select CP bin (browse button) , select the baseband you downloaded and press start , phone should reboot after its finished with no data wiped but do a backup of your data before doing this just in case.
Good luck
If you get some error do this : http://forum.xda-developers.com/showpost.php?p=35904411&postcount=220
BE SURE TO HAVE LG DRIVERS INSTALLED !
Click to expand...
Click to collapse
LG Drivers HERE
Click Thanks If I Helped
Canadians, were always the last to get cool stuff ,*grumble*
Sent from my LG-P970 using xda app-developers app
Chill. Better late than never xp
ykumar00 said:
There are a lot of people asking about how to flash, why to flash new baseband for V30X Roms., Mostly in the IZS thread.
If Anyone asks anything about Baseband, send them here.
Now, look:
HERE Is the list of all LG Optimus Black Firmware.
Download the one that is for YOUR REGION.
Its a .KDZ file.
use The Automatic ROM converter by jes0411 ( HERE ) to convert the KDZ to bin/fls Format.
Click to expand...
Click to collapse
Is that mean we can install the baseband that suits for my region into ICS by using the .fls file generated from a GB rom for my region?
ykumar00 said:
Chill. Better late than never xp
Click to expand...
Click to collapse
I have a feeling that for Canada it's more like never
Well, then. Nooby said that baseband is same for all versions. Try flashing any v30 baseband
guyz can i install p970 ics bin file on my ku5900....and what baseband i have to use.....ku5900 fls or p970 fls????thanx
BaCkkk said:
guyz can i install p970 ics bin file on my ku5900....and what baseband i have to use.....ku5900 fls or p970 fls????thanx
Click to expand...
Click to collapse
Don't really know but I would use the ku5900 baseband even then the only one I know is the korean v30i.
Well I hope somebody knows it for sure, I just wanted to say that I first flashed the baseband from N00BY and I found out that it is even better with CM10 and I even had Zeus 7.06 on my OB with the new baseband and there was absolutly np.
BTW baseband is NOT stored with a nandroid, because I flashed the new baseband and after that I went back to a older CM10 nandroid and had a different baseband than a few weeks ago, it even said V30b baseband.
Hi all
Tried flashing the baseband posted in huexx's thread and this one
The process works fine and says completed
But when I go to settings/about/baseband it shows xmm6160
Is this correct?
I'm not sure if this right, can someone please check there's and let me know what theirs is or what mine should be?
Thanks
It's okay, just check gps/call/sms works flawlessly....
ok cool thanks wasnt sure
SaschaKH said:
Don't really know but I would use the ku5900 baseband even then the only one I know is the korean v30i.
Well I hope somebody knows it for sure, I just wanted to say that I first flashed the baseband from N00BY and I found out that it is even better with CM10 and I even had Zeus 7.06 on my OB with the new baseband and there was absolutly np.
BTW baseband is NOT stored with a nandroid, because I flashed the new baseband and after that I went back to a older CM10 nandroid and had a different baseband than a few weeks ago, it even said V30b baseband.
Click to expand...
Click to collapse
SO it means after converting mu ku5900 into p970 by flashing patched V20B bin...i can install Cm10 and zues without flashing any baseband????
iamwyim said:
Is that mean we can install the baseband that suits for my region into ICS by using the .fls file generated from a GB rom for my region?
Click to expand...
Click to collapse
ykumar00 said:
Well, then. Nooby said that baseband is same for all versions. Try flashing any v30 baseband
Click to expand...
Click to collapse
as i understand this i can use baseband from older version of android, if that is correct - can i take a v10e baseband and put it with IZS or marvel v10 or nemesis x ???
rodga said:
Hi all
Tried flashing the baseband posted in huexx's thread and this one
The process works fine and says completed
But when I go to settings/about/baseband it shows xmm6160
Is this correct?
I'm not sure if this right, can someone please check there's and let me know what theirs is or what mine should be?
Thanks
Click to expand...
Click to collapse
ykumar00 said:
It's okay, just check gps/call/sms works flawlessly....
Click to expand...
Click to collapse
i have on my OB the same baseband like rodga posted, sms and phone work fine, gps work and locates the sat. but it hard to get a fix even tho it finds around 4 sattelites but the time zone doesnt work, and it doesnt recognize my network as HSPDA but it does recognize my operator ORANGE.
i wonder if my question above is correct then maybe i can enjoy the last few annoying thing about owning a OB in my country, we got only froyo for OB here, no updates from LG for us:crying::crying::crying::crying::crying::crying:.
noob q.......just wonder....last time i have a unknown baseband but so far didnt give me any problem(maybe there is but i dont know). but then i stll flash baseband.....
if unknown baseband, what is the basic problem that can be face?
laloy said:
noob q.......just wonder....last time i have a unknown baseband but so far didnt give me any problem(maybe there is but i dont know). but then i stll flash baseband.....
if unknown baseband, what is the basic problem that can be face?
Click to expand...
Click to collapse
If you have ICS and flash a baseband of v10x or v20x, that is normal.
It is possible that you wont have any problems with that...
Hi all, long time lurker, first time poster. There's a lot of great resources on this forum that have been very useful to me and I really appreciate it. Anyways I'm using Marvel v11 (which is great in every other respect btw, thanks @tantrums) on my P970 and meant to post to the thread there but it seems like my postcount is too low for that still. Anyways I'm having issues connecting to the data network and GPS of my carrier and I figure it might have something to do with the baseband.
I had a look in the settings and it shows the software version as 30b-EUR (screenshots attached). My carrier's stock firmware is listed on the lg-phone-firmware page (sorry can't post the link) as 30F. My first thought was that it might have something to do with the fact that I'm in Canada? So I downloaded my carrier's stock .kdz, converted it to .fls/.bin, and flashed successfully in SFT. I know the new baseband is on there because the Marvel one is named differently (1035.23_20110407). But I still have the same problem: no connection to mobile data or to GPS satellites.
I've seen quite a few posts (including n00by's) saying that all basebands are the same. Am I barking up the wrong tree here? Or is there something I might have overlooked?
mrtriceratops said:
Hi all, long time lurker, first time poster. There's a lot of great resources on this forum that have been very useful to me and I really appreciate it. Anyways I'm using Marvel v11 (which is great in every other respect btw, thanks @tantrums) on my P970 and meant to post to the thread there but it seems like my postcount is too low for that still. Anyways I'm having issues connecting to the data network and GPS of my carrier and I figure it might have something to do with the baseband.
I had a look in the settings and it shows the software version as 30b-EUR (screenshots attached). My carrier's stock firmware is listed on the lg-phone-firmware page (sorry can't post the link) as 30F. My first thought was that it might have something to do with the fact that I'm in Canada? So I downloaded my carrier's stock .kdz, converted it to .fls/.bin, and flashed successfully in SFT. I know the new baseband is on there because the Marvel one is named differently (1035.23_20110407). But I still have the same problem: no connection to mobile data or to GPS satellites.
I've seen quite a few posts (including n00by's) saying that all basebands are the same. Am I barking up the wrong tree here? Or is there something I might have overlooked?
Click to expand...
Click to collapse
Have you verified that the APNs are correct for your carrier? They can change over time by carrier. Some folks forget to set them on a fresh flash (I certainly have). Even a letter or number off can screw things up.
Can anyone get mirror links?
I can't download from any of those, can you confirm it's not just me?
Thanks
edit: Here's the new link for LG Optimus Black - lg-kdz-firmware.com/lg-p970-firmware/1.html