TEST Try Optimus 3d CWM on Thrill... instructions... - LG Thrill 4G

Developer Designgears has managed to get cwm up and running on the thrill...
so as a result i am deleting this post...
He will release info on how to do it soon enough...
BE PATIENT!!! Haha

Guess I will give this a go
Got nothing better to do with this phone while I have it

designgears said:
Guess I will give this a go
Got nothing better to do with this phone while I have it
Click to expand...
Click to collapse
Guess that means your not keeping it... hahaha...
Okay let us know...
U are a fairly recognized dev... let me know if anything i instructed is incorrect...
Sent from my LG Thrill 4G

Trekfan422991 said:
Guess that means your not keeping it... hahaha...
Okay let us know...
U are a fairly recognized dev... let me know if anything i instructed is incorrect...
Sent from my LG Thrill 4G
Click to expand...
Click to collapse
Im just grabbing the partition info right now, figuring out exactly where recovery is.
Code:
major minor #blocks name
7 0 4190 loop0
253 0 120000 ramzswap0
179 0 7757824 mmcblk0
179 1 128 mmcblk0p1 - Texas Instruments X-Loader 1.41
179 2 128 mmcblk0p2 - NULL
179 3 128 mmcblk0p3 - NULL
179 4 512 mmcblk0p4 - Bootloader?
179 5 10240 mmcblk0p5 - Kernel
179 6 10240 mmcblk0p6 - Recovery
179 7 614400 mmcblk0p7 - system
179 8 1048576 mmcblk0p8 - data
179 9 131072 mmcblk0p9
179 10 65536 mmcblk0p10 - cache
179 11 2048 mmcblk0p11
179 12 1024 mmcblk0p12
179 13 20480 mmcblk0p13 - NULL
179 14 4096 mmcblk0p14 - misc
179 15 5846912 mmcblk0p15
179 16 7875584 mmcblk1
179 17 7871488 mmcblk1p1

Why is that there???
Sent from my LG Thrill 4G

Trekfan422991 said:
Why is that there???
Sent from my LG Thrill 4G
Click to expand...
Click to collapse
ooh, you can ignore that, xda app did that.

Its the xda premium... were you on it when you extraplolated.... could be some sort of cache...
Sent from my LG Thrill 4G

Haha... thought so...
Sent from my LG Thrill 4G

Well hey DG... i will be here pretty late if you need somebody to springboard ideas off of or if something breaks and you need an original file... just pm me or post here... if you wanna rant on and explain a lil of what your doing... i would love to hear it.... im trying to dive in to a lil dev work... haha
Sent from my LG Thrill 4G

Trekfan422991 said:
Well hey DG... i will be here pretty late if you need somebody to springboard ideas off of or if something breaks and you need an original file... just pm me or post here... if you wanna rant on and explain a lil of what your doing... i would love to hear it.... im trying to dive in to a lil dev work... haha
Sent from my LG Thrill 4G
Click to expand...
Click to collapse
Do you know if it uses a zImage or a boot.bin?
not sure what the recovery.img is

Not gonna lie... i have no idea... haha
The recovery.img is the optimus 3d version of CWM...
Sent from my LG Thrill 4G

Look like a zImage

I want to be more involved but have no idea how to tell LOL
On the bright side.. I am hopped up on sudafed and most likely going to be up all night Haha!
Let me know if I can do anything to help
Sent from my LG-P925 using XDA App

00mred00 said:
I want to be more involved but have no idea how to tell LOL
On the bright side.. I am hopped up on sudafed and most likely going to be up all night Haha!
Let me know if I can do anything to help
Sent from my LG-P925 using XDA App
Click to expand...
Click to collapse
K u stay u and suport DG.... im gonna hit the hay...
Sent from my LG Thrill 4G

And now we haz Clockwork mod recoveries!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
----
flash_image doesn't support the file system layout

designgears said:
And now we haz Clockwork mod recoveries!!
----
flash_image doesn't support the file system layout
Click to expand...
Click to collapse
oh pweaze explains....
Because I can't figure out how to do what I was trying to do lol

designgears said:
And now we haz Clockwork mod recoveries!!
----
flash_image doesn't support the file system layout
Click to expand...
Click to collapse
Like Neil Armstrong said "This is one small step for a man, one giant leap for mankind." Haha...making some progress I see
Sent from my LG-P925 using xda premium

designgears said:
And now we haz Clockwork mod recoveries!!
----
flash_image doesn't support the file system layout
Click to expand...
Click to collapse
so then what process did you use???

You think i should take down the instructions in my OP??? Haha
Sent from my LG Thrill 4G

This is some good work, Getting close to Custom Rom's it Looks like. Although I would much prefer an actual LG Thrill CWM as opposed to one that is for a device with the wrong radio. Either way good work one step closer.

Related

My LG Optimus 2X root / hack / dev progress / findings braindump

Hey all!
I've created a topic where i'm dumping all my findings re: the LG Optimus 2X. I'll be continually updating / extending the main post on MoDaCo, but i'll also try and keep an up to date copy in the post below this one.
P
Root
Root on the LG 2X is easy. It's vulnerable to the psneuter exploit, after which su and Superuser APK can be pushed to a remounted system partition.
Partitions / Filesystems
The key partitions are as follows:
Code:
/dev/block/mmcblk0p1 = system partition
/dev/block/mmcblk0p2 = cache partition
/dev/block/mmcblk0p3 = misc partition
/dev/block/mmcblk0p4 = unknown partition
/dev/block/mmcblk0p5 = boot partition
/dev/block/mmcblk0p6 = lgdrm partition
/dev/block/mmcblk0p7 = recovery partition
/dev/block/mmcblk0p8 = data partition
/dev/block/mmcblk0p9 = internal SD partition
The kernel has support for EXT2/EXT3 filesystems (no EXT4 support). All of the key partitions are EXT3.
Partition sizes are as follows:
Code:
/lgdrm: 2472K total
/system: 338924K total
/data: 1523328K total
/cache: 63472K total
/misc: 1976K total
/sdcard: 5773920K total
Boot image / recovery
The 2X does have conventional boot and recovery images. The BOARD_KERNEL_BASE is 0x10000000 and the page size is 0x800. I have successfully reconstructed the boot image and flashed using 'dd' with no problems! The boot partition has a capacity of 8388608 bytes, which gives plenty of scope for doing clever stuff in the boot image.
The recovery partition is 20971520 bytes in size, which is unusually large. UPDATE: Holding down volume down + power throughout boot boots to recovery!
Memory
Memory available is as follows:
Code:
# free
total
Mem: 381372
Kernel
The kernel version on the ROM I am currently running (see below) is 2.6.32.9. The source for the kernel is not currently available, however LG have made the source available for the Korean version of the device (SU660) - I have yet to compile and test this on the P990.
Thankfully, CONFIG_IKCONFIG_PROC is enabled in the kernel so it's possible to view the kernel config - i've uploaded it to pastebin here.
Flashing
The device can be flashed in two main ways - using the standard LG flashing tool or using NVFlash. I have tested both methods. The images flashed using NVFlash do not appear to be signed. In addition, partitions can be flashed using the 'dd' method (I have tested this to overwrite the boot image).
ClockworkMod
[to follow]
OS
[to follow]
ROM versions
[to follow]
great work! looking forward to seeing the rest of it
Sent from my LG-P990 using XDA App
Absolutely great work there Paul, keep it up! I am looking forward to ClockWorkMod
I get my 2X next week, looking forward for CWM and CM7.. btw you say it does not support EXT4, is it something negative? Differences? possible to make it support EXT4? The kernel version, will it support newer kernels like 2.6.35 and 2.6.37?
Sent from my Nexus S using Tapatalk
Double sorry
Updated: Found how to boot to recovery and successfully flashed ClockworkMod!
P
paulobrien said:
Updated: Found how to boot to recovery and successfully flashed ClockworkMod!
P
Click to expand...
Click to collapse
Great, read it on the modaco forum!
Sent from my Nexus S using Tapatalk
Great, I am looking forward to hearing other news from you
paulobrien said:
Updated: Found how to boot to recovery and successfully flashed ClockworkMod!
P
Click to expand...
Click to collapse
Nice! I've been hitting F5 as a maniac the last week here and on your website.
Looking forward to succesful flash of 2.3 Beta
Just done my first ClockworkMod backup on the 2X.
P
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Nice nice nice I cant wait! Superb going there, Paul Keep it up!
great work
but howto unpack wdb file?
paulobrien said:
Click to expand...
Click to collapse
Wow man, when are you gonna let us try your CWM? -crying-
Good work btw, you rock!
A little bit more testing to be done, then I can let you at it I think. It will be BETA initially tho (use at your own risk etc.).
It's a little more complex than normal.
P
paulobrien said:
A little bit more testing to be done, then I can let you at it I think. It will be BETA initially tho (use at your own risk etc.).
It's a little more complex than normal.
P
Click to expand...
Click to collapse
Okay. Glad to see something happening tho
Finaly getting a bit of hope! G2X rom's will be out shortly, vanilla to the ppl!
I've now found a way to boot from recovery from the main OS itself I think.
P
It just keeps getting better and better Thanks for the updates!
great paul, i can't wait to have my phone and test your work.
you are the number 1.

Motorola Atrix 4G dual-core optimized version Android 2.2.1 / 2.6.32.9

DO NOT ATTEMPT THIS. YOU MIGHT BRICK YOUR PHONE.
Click to expand...
Click to collapse
Ignore the Bad Google Translations. I find this information Unique.
I stumbled across a Chinese atrix dev forums and found this little rom.
I will be testing this ROM when the downloads are finished. Forgive me if this is not the right place to post this.
【版本名称】 Motorola Atrix 4G 双核 优化版
【核心版本】 Android 2.2.1 / 2.6.32.9 / 2.2.5
[Release Name] Motorola Atrix 4G core dual-core optimized version [version] Android 2.2.1 / 2.6.32.9 / 2.2.5
[Core Language] CHS (Simplified Chinese)
Chun [production staff] [Date] June 3, 2011 [Special Thanks]] thanks goapk platform [the old rules risk Brush, brush look like him before, blind tears wash brush machine, brush after the flowers into the brick a lot of money, brush before backup!
[ROM Features]
ROM-based version: Based on the latest at the end of AT & T version of the package U4_1.5.2 finished production
ROM Features:
1, based on the end of AT & T version of the latest package U4_1.5.2 finished production
2, the package supports four languages
3, the latest version of the security integration market wisdom
4, adaptive APN
5, built the latest version of the MOTO input
6, the package to streamline the procedures for all non-native useless
7, on the official shield of unknown source (allowing installation of non-electronic market application)
8, more details on their own experience
9, complete deodexed. Beautification can start customizing a theme!
10, all zipalign alignment operation, reducing the memory footprint.
11, the system sends SMS restoration Chinese
12, the default answer dark screen to speed up response time.
13, the setup wizard allows you to skip.
Click to expand...
Click to collapse
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Source:http://www.shuajibao.com/motorola/atrix-4g-rom/429.html
Click to expand...
Click to collapse
STATUS: WAITING FOR DOWNLOADS TO FINISH!!!!
First ! Omg this is ... amazing
Hope all goes well for the flash.
Sent from my MB860 using XDA App
firefox3 said:
First ! Omg this is ... amazing
Click to expand...
Click to collapse
Calm down, the download has not even finished yet.
Sent from my MB860 using XDA App
Expect an update in 2 hours.
Will this support english ? Like the rom?
Mossys said:
Expect an update in 2 hours.
Click to expand...
Click to collapse
mines saying 30 minutes left
http://www.waybeta.com/news/96378/m...nbsp-brush-tutorials-android-chinese-network/ check this out
firefox3 said:
mines saying 30 minutes left
Click to expand...
Click to collapse
Understand you cannot just flash from your sbf you have now.
you need OLYGC_U4_1.21.0.DearTaker (ME860) rom.
Also DS3.0 zip with that rom
Then you need to recover with the new Chinese Recovery boot.
i looked into it
it just looked like another themed 2.2
i doubt we'll see any performance difference between this and gingerblur
but yea try it
Mossys said:
Understand you cannot just flash from your sbf you have now.
you need OLYGC_U4_1.21.0.DearTaker (ME860) rom.
Also DS3.0 zip with that rom
Then you need to recover with the new Chinese Recovery boot.
Click to expand...
Click to collapse
your not going to brick your phone... You might just not be able to read anything
Word of advise, I own a defy and flashed to china sbf before. As a result, it burnt the led flashlight because the light density setting for MB and ME turns out to be different. Wouldn't say it'll be the same as Atrix but you never know..
shady_lanem said:
Word of advise, I own a defy and flashed to china sbf before. As a result, it burnt the led flashlight because the light density setting for MB and ME turns out to be different. Wouldn't say it'll be the same as Atrix but you never know..
Click to expand...
Click to collapse
led flashlight .. like taking pictures? You took a picture with a china sbf and it burnt out your flashlight
Why does it look like WP7?
firefox3 said:
led flashlight .. like taking pictures? You took a picture with a china sbf and it burnt out your flashlight
Click to expand...
Click to collapse
Yup slowly burnt though. And after few times taking pictures with flash its completely burnt. Many Defy owners screwed theirs' because of this too so yea
All I see is a windows phone 7 themed android 2.2.1...
Sent from my MB860 using XDA App
OLYGC_U4_1.21.0 ... what is special about that build that it needs to be flashed first, and will that flash to an AT&T Atrix that you know of?
Please KNOW what you are posting first.
The title reads optimized firmware for dual-core Atrix, not Atrix firmware optimized for dual-core.
firefox3 said:
http://www.waybeta.com/news/96378/m...nbsp-brush-tutorials-android-chinese-network/ check this out
Click to expand...
Click to collapse
^ my thing about that is it was posted over a month ago...
lsxrx7 said:
i looked into it
it just looked like another themed 2.2
i doubt we'll see any performance difference between this and gingerblur
but yea try it
Click to expand...
Click to collapse
^ I have to agree, I really wish it was not but that's what it looks like...
That looks like the wp7 launcher only but with chinese support. Nothing special here.
Sent from my Transformer TF101 using Tapatalk

xda bricks thread

tell your stories, have you ever bricked or partially bricked a phone/s, say how, and what kind of device
I halfbricked my HD7S while trying to flash HSPL without downgrading the bootloader first, which bricked the boot loader, but the rest of the phone is functional, and now I'm stuck with stock rom
You know the story with my desire.. a small accident resulted into the phone falling from 1.5m height on the floor. Then it booted only once. when i tried to take out the battery and reboot it, nothing worked... it just died
Baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahahahahahahahahahaha.....
I've never bricked a single device...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
M_T_M said:
Baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahahahahahahahahahaha.....
I've never bricked a single device...
Click to expand...
Click to collapse
you havent ever modded a device
My HTC Hero, Pulled the battery when flashing a radio Gave to HTC, said it died when doing an update, a week or so later I got it back working
M_T_M said:
Baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahahahahahahahahahaha.....
I've never bricked a single device...
Click to expand...
Click to collapse
QFT!!
I have knackered an SD card today though because WP7 is a ***********
Tried to use a file manager beside root explorer and temporarily bricked my infuse.. thankfully I found you guys and GTG ultimate unbrick!
Sent from my Supercharged Zeus Infuse
I bricked my first epic because a pre-beta release rom But took it into sprint played dumb and got another one replaced for free thank you tep
---------- Post added at 01:29 PM ---------- Previous post was at 01:28 PM ----------
drnecropolis said:
Tried to use a file manager beside root explorer and temporarily bricked my infuse.. thankfully I found you guys and GTG ultimate unbrick!
Sent from my Supercharged Zeus Infuse
Click to expand...
Click to collapse
Try File Slick!!!
It simply works
davidrules7778 said:
I bricked my first epic because a pre-beta release rom But took it into sprint played dumb and got another one replaced for free thank you tep
---------- Post added at 01:29 PM ---------- Previous post was at 01:28 PM ----------
Try File Slick!!!
It simply works
Click to expand...
Click to collapse
Lol sprint are stubit, but here in Latvia providers dont know what is root and android 4.0 And Samsung Latvia are too stubit to register an tweeter acanout and I never had an hard brick, but one time my little bro goed in cwm and started to do something with SD card +: my rom was broken and I needed to flash stock rom (angry) but now I'm on cm9
Sent from my GT-I9100 using xda premium
davis2503 said:
Lol sprint are stubit, but here in Latvia providers dont know what is root and android 4.0 And Samsung Latvia are too stubit to register an tweeter acanout
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Is the use of the letter "p" prohibited also? or can it only be used once in a sentence?
Never bricked...only bootlooped....
Watch, now that I've said that....brick city here I come.
Damn, I'll be down to four phones then...
Wasn't me!! I didn't do it!
M_T_M said:
Baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahahahahahahahahahaha.....
I've never bricked a single device...
Click to expand...
Click to collapse
Same here.
Sent from my broken HTC Sensation
I don't always brick my phone...
But when I do, I can build a house.
I can build a house...with only one bricked phone.
In soviet russia, phone bricks you.
Mudkipz heard you like bricks.
I used to brick my phone, but then I took an arrow to the knee.
I'm bored at a pizzeria with wifi and my next class is in 3 hours. I'm done here.
Sent from my ghdudsjihfr using dhhcdfhuf.
jaszek said:
I'm bored at a pizzeria with wifi and my next class is in 3 hours.
Sent from my ghdudsjihfr using dhhcdfhuf.
Click to expand...
Click to collapse
that explains everything
Well I'm off to the campus beach to get a few photos of the sunset on my point and shoot.
dexter93 said:
that explains everything
Click to expand...
Click to collapse
Sent from my ghdudsjihfr using dhhcdfhuf.
Got to admit today I got my first brick.
Can I now join the club
Huawei U8510 / Ideos X3
Keith
Bricked my tablet and the shop replaced it with one 3 times better -_-
Also bricked my phone three times in a week. Only a soft brick though.
Sent from my X8 with Beats Audio.
I brick my LG P500 when change baseband
Bricked my vibrant, pulled the cord during flashing boot loaders. I called and had it replaced, and someone helped me fixed the old vibrant the day before the new one came in.
Sent from my SGH-T989 using xda premium
I have modded:
35 = Android phones
4 = Win CE devices
22 = Psp's
Bricked = 0

V20B_00

Hi guyz.
Code:
from optest_rndapps_websw_list.jsp :
<model>LGP880</model>
<suffix></suffix>
<buyer>DEU</buyer>
<buyer_name>GERMANY</buyer_name>
<swversion>V20B_00</swversion>
<live_date>2013-07-22 13:52:52.0</live_date>
<region>E</region>
<country>DE</country>
<country_name>Germany</country_name>
<chip_type>NVI-IFX</chip_type>
<sw_recommand_uri>GLOBAL/EIC</sw_recommand_uri>
<sw_uri>http://csmg.lgmobile.com:9002/swdata/RNDTESTSW/LGP880/DEU/4CB2GP4OYS/V20B_00/V20B_00.kdz</sw_uri>
<sw_locale_url>http://csmg.lgmobile.com:9002/swdata/RNDTESTSW/LGP880/DEU/4CB2GP4OYS/V20B_00/V20B_00.kdz</sw_locale_url>
<cdma_sw_uri></cdma_sw_uri>
<gsm_sw_uri>http://csmg.lgmobile.com:9002/swdata/USBSW/GSM/EI/LGUnitedMobileDriver_S4981MAN37AP22_ML_WHQL_Ver_3.8.1.zip</gsm_sw_uri>
Code:
download link will be:
http://csmgdl.lgmobile.com/swdata/WDLSW/LGP880/ADEUWH/V20B_00/V20B_00.kdz
Code:
curl response:
curl.exe -I http://csmgdl.lgmobile.com/swdata/WDLSW/LGP880/ADEUWH/V20B_00/V20B_00.kdz
HTTP/1.1 200 OK
Server: Oracle-iPlanet-Web-Server/7.0
Content-Type: text/plain
Last-Modified: Thu, 18 Jul 2013 07:20:02 GMT
Content-Length: 610701712
ETag: "24669190-51e79722"
Accept-Ranges: bytes
Date: Mon, 22 Jul 2013 09:21:54 GMT
Connection: keep-alive
Does V20B_00 from 22 Jul is new or LG is trolling again ?
I can download this and reupload or something like this.
DOWNLOAD LINK reup by SnXo:
https://mega.co.nz/#!fYAUwbxT!ULR8UA6iYhKlHX5e4hSxtShr5NFCy5dY37NqoI1nQgQ
i think they prepared for 4.2.2 or 4.3 .
Can you upload it and provide us the link?
Sent from my LG-P880
roger321974 said:
i think they prepared for 4.2.2 or 4.3 .
Click to expand...
Click to collapse
Keep dreaming :good:
V20B is JB for Asia, or perhaps LG change something?!
Tedeusz said:
Keep dreaming :good:
V20B is JB for Asia, or perhaps LG change something?!
Click to expand...
Click to collapse
It's still 4.1.2 but perhaps with some bug fixes and improvements. Maybe with QSlide, who knows?
A version upgrade would be named 30X.
I did exchange a few messages with LG's open source devs, and they said (a few weeks back) that there is no updated planned in the nearest future, what they did not confirm is the fact that there going to be NO updates for the 4X HD. So this might as well be an actual update on the way.
NightyNight said:
I did exchange a few messages with LG's open source devs, and they said (a few weeks back) that there is no updated planned in the nearest future, what they did not confirm is the fact that there going to be NO updates for the 4X HD. So this might as well be an actual update on the way.
Click to expand...
Click to collapse
Same here. Here is the reply they wrote on 12 July.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
postacik said:
Same here. Here is the reply they wrote on 12 July.
Click to expand...
Click to collapse
Pretty much the same thing, I asked them about Qslide and that's what they said "To our regret, we have been reported that a software update for Optimus 4x HD with the features that you mentioned is not likely to be released in near future."
But then again they never said - NEVER. So yeah.
BigBoyPL said:
I can download this and reupload or something like this.
Click to expand...
Click to collapse
What is the method of downloading this beta firmware?
Qsilde maybe ?
Sent from my LG-P880 using xda app-developers app
postacik said:
What is the method of downloading this beta firmware?
Click to expand...
Click to collapse
You must encode this link, than use special page + allow code to get very slow download (max 200kb/s and very unstable) and link works for about 120 seconds.
I've downloaded this firmware to 75% than reconnect and I must download from 0%. Downloaded 100% and now uploading. I can't test it cause I don't have LGP880.
BigBoyPL said:
You must encode this link, than use special page + allow code to get very slow download (max 200kb/s and very unstable) and link works for about 120 seconds.
I've downloaded this firmware to 75% than reconnect and I must download from 0%. Downloaded 100% and now uploading. I can't test it cause I don't have LGP880.
Click to expand...
Click to collapse
Sorry but I have difficulties in understanding your explanation:
"encode this link" -> Which link and how to encode?
"use special page" -> What is special page?
"allow code" -> What does this mean?
F*CK IT. No Qslide...
reas0n said:
F*CK IT. No Qslide...
Click to expand...
Click to collapse
Sent from my LG-P880 using xda app-developers app
I think the easiest way is, that someone who downloaded it, upload it here, that it is available for everybody without using Special pages and encode links etc.
simply upload it here, thats it
cheers
reas0n said:
F*CK IT. No Qslide...
Click to expand...
Click to collapse
Any changues?
Enviado desde mi LG-P880 usando Tapatalk 2
is it v20B euro open?
noppoer2 said:
is it v20B euro open?
Click to expand...
Click to collapse
yup.
tiflao said:
Any changes?
Click to expand...
Click to collapse
nope, i have seen only more lags.
lg trolling us? ^^
reas0n said:
yup.
nope, i have seen only more lags.
Click to expand...
Click to collapse
How did you download it?

get GPE 5.1 on m7spr

I have made a little modification of NuK3rn3l_m7vzw_GPE-5.1_v9.0 to get baseband and simcard to work.
It's work fine now.
here's the UL variant H17 nandroid backup, pure gpe5.1, ask me for a modified kernel
IT IS NOT A ROM
https://www.androidfilehost.com/?fid=24499762636006167
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I won't post it up unless I get permission from santod...(of the kernel)
Sorry for my english, pls don't mind if I have made any grammar mistakes...
NuK3rn3l GPE5.1 can get to work on m7spr (thanks to santod, NuK3rn3l with a little modification)
link
Dont forget to edit updater-scirpt if you replace a UL/VZW ROM with the modified kernel(boot.img) , because some partitions are different from the other variants.
M7_U/UL/WLV&VZW
Code:
mmcblk0p33 boot
mmcblk0p35 system
mmcblk0p36 cache
mmcblk0p37 data
M7_WLS&SPR
Code:
mmcblk0p35 boot
mmcblk0p37 system
mmcblk0p38 cache
mmcblk0p39 data
kindllle said:
I have made a little modification of NuK3rn3l_m7vzw_GPE-5.1_v9.0 to get baseband and simcard to work.
It's work fine now.
http://forum.xda-developers.com/ver...m-google-play-edition-lollipop-v1-00-t2963841
https://androidfilehost.com/?fid=24399994186369373
I won't post it up unless I get permission from santod...(of the kernel)
Sorry for my english, pls don't mind if I have made any grammar mistake...
Click to expand...
Click to collapse
So is this the link for the sprint version?
bleichtman said:
So is this the link for the sprint version?
Click to expand...
Click to collapse
This is absolutely not the link for the rom.
I will tell you guys how to get it to work on our sprint m7.
kindllle said:
This is absolutely not the link for the rom.
I will tell you guys how to get it to work on our sprint m7.
Click to expand...
Click to collapse
great, waiting for it!
metal_messiah said:
great, waiting for it!
Click to expand...
Click to collapse
It has been days and still there was no reply from santod.
So uh... I 've sent you the link for the kernel, or you can test it for me then.
Awesome! This is what I was waiting for... How is battery life (SOT)? I would like to test GPE, would you send me the link too?
I can also test
Sent from my HTCONE using Tapatalk
regg.xyz said:
Awesome! This is what I was waiting for... How is battery life (SOT)? I would like to test GPE, would you send me the link too?
Click to expand...
Click to collapse
bnasty06 said:
I can also test
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
It's a smooth and fast rom
with a good battery life. I have sent you the link, please give me feedback then.
Ok!
kindllle said:
It's a smooth and fast rom
with a good battery life. I have sent you the link, please give me feedback then.
Click to expand...
Click to collapse
Nice! Thank you. I'll do it.
I have a few questions before doing the whole proccess:
Should we recover the backup you linked in the OP? or it's fine if we flash the original one? Could we flash the Google Play Plus version? (It would be nice. Also here is the Verizon variant version)
What should we do with the partitions stuff?:
Code:
mmcblk0p35 boot
mmcblk0p37 system
mmcblk0p38 cache
mmcblk0p39 data
And after flashing the ROM we just flash your kernel (assuming we are S-OFF)?
I would like you to clarify all this for us. Thanks in advance!
Sorry for my bad English, too!
regg.xyz said:
Nice! Thank you. I'll do it.
I have a few questions before doing the whole proccess:
Should we recover the backup you linked in the OP? or it's fine if we flash the original one? Could we flash the Google Play Plus version? (It would be nice. Also here is the Verizon variant version)
What should we do with the partitions stuff?:
Code:
mmcblk0p35 boot
mmcblk0p37 system
mmcblk0p38 cache
mmcblk0p39 data
And after flashing the ROM we just flash your kernel (assuming we are S-OFF)?
I would like you to clarify all this for us. Thanks in advance!
Sorry for my bad English, too!
Click to expand...
Click to collapse
You don't need to flash the kernel if you have replaced a UL/VZW GPE rom with it…but to the S on users, that's as it should be. So edit updater-script is needed then.
In fact we can get GPE Plus Version to work with a modified custom kernel, but I haven't permission from santod yet.
The backup is just a material, you will get a unroot GPE after you flash the kernel.
isn't the kernel u sent us considered a custom kernel? so it should work with the plus edition right
Sent from my HTCONE using Tapatalk
kindllle said:
I have made a little modification of NuK3rn3l_m7vzw_GPE-5.1_v9.0 to get baseband and simcard to work.
It's work fine now.
here's the UL variant H15 nandroid backup, pure gpe5.1, or you need a modified kernel
https://androidfilehost.com/?fid=24399994186369373
I won't post it up unless I get permission from santod...(of the kernel)
Sorry for my english, pls don't mind if I have made any grammar mistake...
NuK3rn3l GPE5.1 can get to work on m7spr (thanks to santod, NuK3rn3l with a little modification)
link permission...
Dont forget to edit updater-scirpt when it is necessary, because some partitions are different from the other variants.
wls
Code:
mmcblk0p35boot
mmcblk0p37system
mmcblk0p38cache
mmcblk0p39data
Click to expand...
Click to collapse
Can u tell me how to make this work
bnasty06 said:
isn't the kernel u sent us considered a custom kernel? so it should work with the plus edition right
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
​It's a modified stock kernel without wake gestures and the other festures.
miko12312 said:
Can u tell me how to make this work
Click to expand...
Click to collapse
I 'll send you the link for the kernel, then you need to replace a UL/VZW GPE rom with it and edit updater-script.
I can't wait for this
It sound so amazing, I can't wait for this ROM.
Where are you sending me the link to , and is the kernel just the boot IMG , and how would I update the update script , can I just use one from a previous gpe ROM that's 5.0.2 since there both lollipop
miko12312 said:
Where are you sending me the link to , and is the kernel just the boot IMG , and how would I update the update script , can I just use one from a previous gpe ROM that's 5.0.2 since there both lollipop
Click to expand...
Click to collapse
Replace a UL/VZW GPE rom with it.Or you can flash it through TWRP.
http://forum.xda-developers.com/ver...m-google-play-edition-lollipop-v1-00-t2963841
miko12312 said:
Where are you sending me the link to , and is the kernel just the boot IMG , and how would I update the update script , can I just use one from a previous gpe ROM that's 5.0.2 since there both lollipop
Click to expand...
Click to collapse
5.0.1&5.0.2>lollipop
5.1>lollipop
But there are actually some differences between them.
kindllle said:
5.0.1&5.0.2>lollipop
5.1>lollipop
But there are actually some differences between them.
Click to expand...
Click to collapse
Hey Buddy, can I try this ROM.
I'm so interest with it.
Sorry my English is bad.
Thank You..
kindllle said:
5.0.1&5.0.2>lollipop
5.1>lollipop
But there are actually some differences between them.
Click to expand...
Click to collapse
Can u post the update script as well ,unsure how to edit that one

Categories

Resources