So im basically going crazy. I had surgery on my right arm. For these first couple of days it is rendered useless. After sitting in bed for a day, I went crazy and started to try to compile AOSP for the Optimus with 1 arm. Wish me luck and I will let you know if I get anywhere
Sent from my LG-LS970 using xda app-developers app
You are a hero sir. Feel better and good luck! And by all means, take your time!
Sent from my LG-LS970 using Tapatalk 2
So... if only 1 arm... does that mean only half of it will work? good luck.
Sent from my LG-LS970 using xda premium
Hope you get better! If you need any help or need a tester let me know!
Sent from my LG-LS970 using xda premium
Take your time. No rush. My philosophy quality better than quantity, best things come to those who wait
Sent from my LG-LS970 using xda premium
One arm at a time brother. Wishing you a speedy and successful recovery.
Sent from my LG-LS970 using Tapatalk 2
Man, I've been trying to get it to build with two hands and have been getting nowhere. Good luck, and here's to a speedy recovery.
Going for a build now
EDIT:
Im on freenode for those who care. http://webchat.freenode.net/
#soptimusg
I also would like someone who knows what they are doing to test
EDIT2:
Scratch. More info tomorrow.
WOO Good luck!
TheShadow1 said:
So im basically going crazy. I had surgery on my right arm. For these first couple of days it is rendered useless. After sitting in bed for a day, I went crazy and started to try to compile AOSP for the Optimus with 1 arm. Wish me luck and I will let you know if I get anywhere
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the dedication dude !
I'm rooting for you!
Hopefully you're having better luck than I am. I'm stuck at
Code:
make: *** No rule to make target `out/target/product/geehrc/obj/STATIC_LIBRARIES/lib_driver_cmd_qcwcn_intermediates/lib_driver_cmd_qcwcn.a', needed by `out/target/product/geehrc/obj/EXECUTABLES/hostapd_intermediates/LINKED/hostapd'. Stop.
and can't seem to figure out where the error is.
cowfodder said:
Hopefully you're having better luck than I am. I'm stuck at
Code:
make: *** No rule to make target `out/target/product/geehrc/obj/STATIC_LIBRARIES/lib_driver_cmd_qcwcn_intermediates/lib_driver_cmd_qcwcn.a', needed by `out/target/product/geehrc/obj/EXECUTABLES/hostapd_intermediates/LINKED/hostapd'. Stop.
and can't seem to figure out where the error is.
Click to expand...
Click to collapse
I never encountered that error. Looks like you configured some wifi settings wrong.
check your BoardConfig
also go on freenode if you want
http://webchat.freenode.net/
#soptimusg
Code:
# FIXME: HOSTAPD-derived wifi driver
BOARD_HAS_QCOM_WLAN := true
BOARD_WLAN_DEVICE := qcwcn
WPA_SUPPLICANT_VERSION := VER_0_8_X
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
BOARD_HOSTAPD_DRIVER := NL80211
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
WIFI_DRIVER_FW_PATH_STA := "sta"
WIFI_DRIVER_FW_PATH_AP := "ap"
TheShadow1 said:
I never encountered that error. Looks like you configured some wifi settings wrong.
check your BoardConfig
also go on freenode if you want
http://webchat.freenode.net/
#soptimusg
Code:
# FIXME: HOSTAPD-derived wifi driver
BOARD_HAS_QCOM_WLAN := true
BOARD_WLAN_DEVICE := qcwcn
WPA_SUPPLICANT_VERSION := VER_0_8_X
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
BOARD_HOSTAPD_DRIVER := NL80211
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
WIFI_DRIVER_FW_PATH_STA := "sta"
WIFI_DRIVER_FW_PATH_AP := "ap"
Click to expand...
Click to collapse
It all matches. I admit I'm a little noobish, so I'm lost here. Google turns up nothing on that file.
Edit: Pastebin of the BoardConfig http://pastebin.com/Gsc0wypr
cowfodder said:
It all matches. I admit I'm a little noobish, so I'm lost here. Google turns up nothing on that file.
Click to expand...
Click to collapse
What did you use as a base? The Nexus 4 tree? If you did it is only compatible with cm-10.1 branch, not jellybean.
TheShadow1 said:
What did you use as a base? The Nexus 4 tree? If you did it is only compatible with cm-10.1 branch, not jellybean.
Click to expand...
Click to collapse
You hit the nail on the head, I think. I grabbed a geehrc device repo from github, and went from there. Maybe Shelnutt2's repo? I see you have one up as well.
cowfodder said:
You hit the nail on the head, I think. I grabbed a geehrc device repo from github, and went from there. Maybe Shuttlenut2's repo? I see you have one up as well.
Click to expand...
Click to collapse
https://github.com/The-Shadow/android_device_lge_geehrc/
There is mine. You can use whatever works. Mines still building.
EDIT: Nice, both of us in MI.
TheShadow1 said:
https://github.com/The-Shadow/android_device_lge_geehrc/
There is mine. You can use whatever works. Mines still building.
EDIT: Nice, both of us in MI.
Click to expand...
Click to collapse
I'll give yours a try. Like I said, I'm a bit of a noob, but the more people working on it the better.
Yup, MI born and raised (except for some time in Chicago.) Wish we had some LTE love around here.
cowfodder said:
I'll give yours a try. Like I said, I'm a bit of a noob, but the more people working on it the better.
Yup, MI born and raised (except for some time in Chicago.) Wish we had some LTE love around here.
Click to expand...
Click to collapse
Thats ok you'll learn.
I was born here as well, love MI.
Nice to see some work getting done!
Hopefully we get something to flash before Xmas!
Related
Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Guess its time to learn some real dev'n stuff Thanks for your time man, youve opened the door for sure.
BuglessPete said:
Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Click to expand...
Click to collapse
I'm so glad you got your nexus. Will we see a bugless beast?
Sent from my Nexus S 4G using XDA Premium App
Epic, nicely done. Now our 4G brothers can get some love. Ready to add ROMs to the Reference Guide
Sent from my Nexus S
mikeyinid said:
Guess its time to learn some real dev'n stuff Thanks for your time man, youve opened the door for sure.
Click to expand...
Click to collapse
Hey man, you seem pretty cool no homo. If you ever have any questions, and truly want to learn hit me up on gtalk. I dont know everything but I can answer some questions here and there. Im sure you can find my email address somewhere on the web.
BuglessPete said:
Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Click to expand...
Click to collapse
whats the diff between this and pulling the files myself?
shabbypenguin said:
whats the diff between this and pulling the files myself?
Click to expand...
Click to collapse
Pulling them as in using an extact script or pulling them as in using this:
http://code.google.com/android/nexus/drivers.html
?
Awesome. This is really what should be done first. Glad we have you on board. No homo... really
Sent from my Nexus S 4G using XDA App
Awesome...Mucho Gracias Friend
ily<3
Sent from my Nexus S 4G using XDA App
BuglessPete said:
Hey man, you seem pretty cool no homo. If you ever have any questions, and truly want to learn hit me up on gtalk. I dont know everything but I can answer some questions here and there. Im sure you can find my email address somewhere on the web.
Click to expand...
Click to collapse
Thanks man. That is much appreciated.
BuglessPete said:
Just finished my vendor setup for the Nexus S 4G. Feel free to use it or fork my repo but please remember to credit for the work I put into it.
https://github.com/peteralfonso/platform_vendor_samsung
What does this mean to non devs? That AOSP ROMs can be made easily now and you should see an entire slew of them soon.
Click to expand...
Click to collapse
Catch everyone on the flip side
Ima get dirty for the first time! I need to learn this stuff now that I have the ns.
Thanx Pete!!!
Evo 4G --> Nexus S 4G
BuglessPete said:
Pulling them as in using an extact script or pulling them as in using this:
http://code.google.com/android/nexus/drivers.html
?
Click to expand...
Click to collapse
yea, as ive done both of those steps. just wasnt sure if you added some sprinkles onto the files that make them glitter and glow properly
shabbypenguin said:
yea, as ive done both of those steps. just wasnt sure if you added some sprinkles onto the files that make them glitter and glow properly
Click to expand...
Click to collapse
Well JBQ says the extract file is outdated since the 2.3.4 release and will not work properly. That binary site I linked to is one way to set it up but you will see that my method is much simpler (easier to work with), more organized, and more complete (the binary site is missing a few files). I will be maintaining my repo so essentially it will make it easier for the entire community, so everyone can glitter and glow properly
Edit: So just to be clear, completely remove your current vendor setup (dont use the binaries or the extract script) and replace it with mine.
Just updated the vendor setup with some more fixes
ksweat2292 said:
ily<3
Sent from my Nexus S 4G using XDA App
Click to expand...
Click to collapse
Pause worthy
Sent from my Nexus S 4G using XDA Premium App
are you doing a signapk and reassemble apk on your builds
cteneyck said:
are you doing a signapk and reassemble apk on your builds
Click to expand...
Click to collapse
No, there is no need to. I just included the "reassembled" apks in the proprietary folder instead.
I'm teaching myself how to build from source I'm syncing now. I hope I'm doing it right. Pulling your source...
Off topic: If I could get both my monitors to work in mint 10 I'd be good to go...
mikeyinid said:
I'm teaching myself how to build from source I'm syncing now. I hope I'm doing it right. Pulling your source...
Off topic: If I could get both my monitors to work in mint 10 I'd be good to go...
Click to expand...
Click to collapse
honestly building from source is easy, its finding how to change the source to get what you want that is the hard part
Initializing my git repo now omgz it's about to go down
First order of business building my kernel zip template and checking out these wifi drivers (why does my wifi suck so much?)
bbedward said:
Initializing my git repo now omgz it's about to go down
First order of business building my kernel zip template and checking out these wifi drivers (why does my wifi suck so much?)
Click to expand...
Click to collapse
ahhh finally got another good phone! glad to see it.
foist!
Oh yeah!
Samsung Galaxy S II
8)
Did you say it was about to go down
Glad to see you here. Can't wait for your kernels
Sent from my Epic Galaxy SII
bbedward said:
Initializing my git repo now omgz it's about to go down
First order of business building my kernel zip template and checking out these wifi drivers (why does my wifi suck so much?)
Click to expand...
Click to collapse
Oh Snap!!!
drdrewdown said:
ahhh finally got another good phone! glad to see it.
foist!
Click to expand...
Click to collapse
What's up drdrew? It's been a while ;-) Looks like we don't need to fight about GPS issues in this phone! Good to see you both here
adma84 said:
Oh Snap!!!
What's up drdrew? It's been a while ;-) Looks like we don't need to fight about GPS issues in this phone! Good to see you both here
Click to expand...
Click to collapse
hahah howdy!
I am VERY excited to see some seasoned OG EVO devs in here. #dreamcometrue Now, if only we can sway TeamWin, toast, cayniarb, etc
adma84 said:
I am VERY excited to see some seasoned OG EVO devs in here. #dreamcometrue Now, if only we can sway TeamWin, toast, cayniarb, etc
Click to expand...
Click to collapse
Agreed!
Samsung Galaxy S II
Thank you, baby Jesus !
Sent from my Samsung Eptouch 4g
Yea.. all the Evo people are showing up over here. Thats awesome.
Here's where my git will be for any purposes required:
http://git.zen-kernel.org/zendroid/
Will put it in the OP as well once I make a flashable build
bbedward said:
Here's where my git will be for any purposes required:
http://git.zen-kernel.org/zendroid/
Will put it in the OP as well once I make a flashable build
Click to expand...
Click to collapse
Good to have you here, can't wait for your kernel.
I am glad that a lot of familiar people move to the E4GT.
bbedward said:
Initializing my git repo now omgz it's about to go down
First order of business building my kernel zip template and checking out these wifi drivers (why does my wifi suck so much?)
Click to expand...
Click to collapse
Ah ****, this ****s about to get crazy up in here!
Sent from my SPH-D710 using XDA App
Sorry mods but i have to say it....HOLY ****!!!!!....LOL....ok im done....
Sent from my SPH-D710 using Tapatalk
I'm getting the samsung experience as I do this lol, must say it's not quite as enjoyable as the HTC one as far as developing goes.
bbedward said:
I'm getting the samsung experience as I do this lol, must say it's not quite as enjoyable as the HTC one as far as developing goes.
Click to expand...
Click to collapse
hahah we have faith
Im just trying to determine if I should do this through recovery or odin, I'm working on a template
Sent from my sprint galaxy s2
bbedward said:
I'm getting the samsung experience as I do this lol, must say it's not quite as enjoyable as the HTC one as far as developing goes.
Click to expand...
Click to collapse
You may want to consult with tanimn, drockstar, decad3nce or rodderik in the original epic 4g irc channel. Each of them is an expert in compiling Sammy kernels and can get you squared away in no time.
Sent from my SPH-D710 using xda premium
bbedward said:
Im just trying to determine if I should do this through recovery or odin, I'm working on a template
Sent from my sprint galaxy s2
Click to expand...
Click to collapse
A cwm flashable zip would be my preference, if it matters lol.
Sent from my SPH-D710 using xda premium
Hey everyone!
Compiled from straight from CM source. If I find anything useful/worth checking out in review system, I'll cherry-pick and include it.
SODs/RRs seem fixed. I am testing each build before it gets uploaded.
Installation: (the usual)
1. If coming from roms other than CM (wipe!), if not it's up to you. Of course wiping is recommended.
2. Install Rom
3. Install Gapps.
4. Enjoy!
Changelog:
- The usual cm changes: http://changelog.bbqdroid.org/#hercules/cm10/next
- Few open cherry-picks from http://review.cyanogenmod.com
ROM
[Latest date]
http://goo.im/devs/kojot1234/
All credits go to CyanogenMod Crew!
Hope you enjoy it!
First! Good luck! It's looks good!
Sent from your mother
iNeedICS said:
Does it have screen flicker?
Sent from your mother
Click to expand...
Click to collapse
Wow! Really?! Test it for yourself, it's only been up for a few minutes! :banghead:
Sent from my SAMSUNG-SGH-T989 using xda premium
iNeedICS said:
Does it have screen flicker?
Sent from your mother
Click to expand...
Click to collapse
I think it does, but it's hard to notice it.
Wow you got the beam animation working?
Sent from my SGH-T989 using xda premium
iNeedICS said:
Does it have screen flicker?
Sent from your mother
Click to expand...
Click to collapse
To be honest screen flicker is a simple fix with plenty of information accessible via google. Here is a link to the fix. Please thank the OP and here are the changes to be made. I have been running this on stock cm10 or AOKP with no issue. If you are capable of downloading and flashing a rom making these changes should be no problem.
Fixes for build.prop
a) debug.mdpcomp.maxlayer = 1 or 2
b) debug.composition.type = gpu
c) debug.sf.hw = 1
d) debug.egl.hw = 1
tdizzle404 said:
Wow you got the beam animation working?
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
Still buggy but it works from time to time That's why it was never merged
Locksmith81 said:
Wow! Really?! Test it for yourself, it's only been up for a few minutes! :banghead:
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
I would test it if it wasn't his first rom... Remember the Jalstudios incident ... Relax bro!.. I was just trying to be nice and break the ice for the thread lol
kojot1234 said:
I think it does, but it's hard to notice it.
Click to expand...
Click to collapse
Thanks for your kindness
playya said:
To be honest screen flicker is a simple fix with plenty of information accessible via google. Here is a link to the fix. Please thank the OP and here are the changes to be made. I have been running this on stock cm10 or AOKP with no issue. If you are capable of downloading and flashing a rom making these changes should be no problem.
Fixes for build.prop
a) debug.mdpcomp.maxlayer = 1 or 2
b) debug.composition.type = gpu
c) debug.sf.hw = 1
d) debug.egl.hw = 1
Click to expand...
Click to collapse
That's good to know thanks!
Sent from your mother
kojot1234 said:
Hey everyone!
Compiled from straight from CM source. I have not made any changes to the source except cherry-picking few of the changes from CM review system. Cherry-picks include the hopeful SODs/RRs kernel fixes and additional beam animation. I have been testing these changes for a few days and with no issues.
Installation: (the usual)
1. If coming from roms other than CM (wipe!), if not it's up to you. Of course wiping is recommended.
2. Install Rom
3. Install Gapps.
4. Enjoy!
Changelog:
- The usual cm changes: http://changelog.bbqdroid.org/#hercules/cm10/next
- Few open cherry-picks from http://review.cyanogenmod.com
ROM
[10-04-2012]
http://goo.im/devs/kojot1234/cm-10-20121004-UNOFFICIAL-hercules.zip
All credits go to CyanogenMod Crew!
Hope you enjoy it!
Click to expand...
Click to collapse
I don't want to seem like the pot calling the kettle black, but erikwill posts nightly builds. If you are going to cherry pick mention it in the title. The changes you cherry picked will be part of a normal nightly soon.
Options are great, but in curious what your motivation is?
Sent from my SGH-T989 using xda app-developers app
Dougshell said:
I don't want to seem like the pot calling the kettle black, but erikwill posts nightly builds. If you are going to cherry pick mention it in the title. The changes you cherry picked will be part of a normal nightly soon.
Options are great, but in curious what your motivation is?
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Just trying things out before they get released. And first and for most tired of SODs and RRs. I plan on adding some more of my own stuff in the future as well. There's always that first time
kojot1234 said:
Just trying things out before they get released. And first and for most tired of SODs and RRs. I plan on adding some more of my own stuff in the future as well. There's always that first time
Click to expand...
Click to collapse
I've been running this for about an hour and a half and I must say it's very smooth, quick , and responsive. I realize it's too early to comment on RR's and SOD's so I won't. I will say I cannot get gps to lock on my position. I've tried the agps patch, Faster fix , and GPS Status. All to no avail. Other than that, nice job OP. So far so good!
EDIT: Bluetooth phone audio AND bluetooth music work with this build!
kojot1234 said:
Just trying things out before they get released. And first and for most tired of SODs and RRs. I plan on adding some more of my own stuff in the future as well. There's always that first time
Click to expand...
Click to collapse
Your going to add your own code, or your going to cherry pick?
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Dougshell said:
Your going to add your own code, or your going to cherry pick?
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Will probably do both. More or less I know what goes where, but I'm starting so it will be a learning curve.
Why does every thread have to be filled with aholes with their only intent to bash the OP, call out duplicate, or refer them to the correct forum. If you have any of these three types of comments, then you sir, are a non contributing ahole. now STFU and go make yourself a cheeseburger and leave the rest of us alone to try out the roms that someone so nicely took the time to download and compile, why not say thank you every once in a while you whiny little aholes.
d33dvb said:
Why does every thread have to be filled with aholes with their only intent to bash the OP, call out duplicate, or refer them to the correct forum. If you have any of these three types of comments, then you sir, are a non contributing ahole. now STFU and go make yourself a cheeseburger and leave the rest of us alone to try out the roms that someone so nicely took the time to download and compile, why not say thank you every once in a while you whiny little aholes.
Click to expand...
Click to collapse
Agree completely.
d33dvb said:
Why does every thread have to be filled with aholes with their only intent to bash the OP, call out duplicate, or refer them to the correct forum. If you have any of these three types of comments, then you sir, are a non contributing ahole. now STFU and go make yourself a cheeseburger and leave the rest of us alone to try out the roms that someone so nicely took the time to download and compile, why not say thank you every once in a while you whiny little aholes.
Click to expand...
Click to collapse
But what if I want a cheeseburger, lol. Rom downloading now. Can't wait to flash. Will post back if I have any problems or questions
Sent from my SAMSUNG-SGH-T989 using xda premium
Dougshell said:
Your going to add your own code, or your going to cherry pick?
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Doug,
Don't you think that it would be a little more decent if you asked him these questions in PM? He/she's been forthcoming with your answers but I guess to me, the questions are a bit "state your purpose-ish".
Sent from my SGH-T989 using xda app-developers app
Nihonno said:
Doug,
Don't you think that it would be a little more decent if you asked him these questions in PM? He/she's been forthcoming with your answers but I guess to me, the questions are a bit "state your purpose-ish".
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
I feel like the thread is getting derailed, so this is the last I will say...I don't I was the only person wondering if he was going to develop or simply compile. (Which is all I do btw do I'm not hating)
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Well, let me get this thread back on track then.
The latest 05 build is already built at http://goo.im/devs/kojot1234/cm-10-20121005-UNOFFICIAL-hercules.zip
So while the rest of the devs were asleep, this man was building 10-05 for us, so enjoy.
One note, I did this morning get a SOD after trying to unlock the screen to view an sms notification.
I am flashing to 10-05 next, and If I get any SOD I will provide kmsg next time.
I am planning on giving this a go in a little bit. First, can I have some feedback? Also, SOD'S? RR'S?
Sent from my SGH-T989 using xda premium
this a link to the lg open source cod unzip it and take out what you dont need Im goin through it now to see if I can build cm9 off of it.
http://www.lg.com/global/support/opensource/opensource-detail.jsp
Hope all goes good dexterboy!
Sent from my LG-LS970 using xda premium
I wish you the best of luck! I hope we get something soon.
Great news!
Good luck
dexterboy1106 said:
this a link to the lg open source cod unzip it and take out what you dont need Im goin through it now to see if I can build cm9 off of it.
http://www.lg.com/global/support/opensource/opensource-detail.jsp
Click to expand...
Click to collapse
Awesome news thanks
disregard apologies
shabbypenguin said:
disregard apologies
Click to expand...
Click to collapse
Did this mean what I think it does
Sent from my LG-LS970 using xda premium
ks2332 said:
Did this mean what I think it does
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
lol i have source code for both att and sprint variant, im running some tests right now. ill be around for assistance, but my teammate interloper is more interested in getting the phone. seems this phone isnt getting enough attention, guess thats grounds for the Official Unloved Device Hit Squad to stop on by eh?
shabbypenguin said:
lol i have source code for both att and sprint variant, im running some tests right now. ill be around for assistance, but my teammate interloper is more interested in getting the phone. seems this phone isnt getting enough attention, guess thats grounds for the Official Unloved Device Hit Squad to stop on by eh?
Click to expand...
Click to collapse
It sure is if you need certain files I can help remember I helped with the gnex lte modem
Sent from my Nexus 7 using XDA Premium HD app
i actually need t eh stock kernel for teh ramdisk
shabbypenguin said:
i actually need t eh stock kernel for teh ramdisk
Click to expand...
Click to collapse
Pm me between 10am and 6 Pm I'll see what I can dig up
Sent from my LG-LS970 using xda premium
Altho this is good news, but shouldn't we be stirring away from ics and wait on source for jb? Don't get me wrong i'd rather run aosp ics than stock. But by the time everything is worked out source for jb would be released. No?
Sent from my Bell LG-E973...
shabbypenguin said:
i actually need t eh stock kernel for teh ramdisk
Click to expand...
Click to collapse
It's in the zip right here, no? http://www.lg.com/global/support/opensource/opensource-detail.jsp "LS970_ICS_kernel.tar.gz"
Rocket_Science said:
It's in the zip right here, no? http://www.lg.com/global/support/opensource/opensource-detail.jsp "LS970_ICS_kernel.tar.gz"
Click to expand...
Click to collapse
thats kernel source, they dont include the ramdisk you have to pack with it. the only way to get that is by having root and dumping boot.img (or getting it from lets say a cwm/twrp backup )
as soon as i h ave teh ramdisk im gunna kick out a small simple kernel for you guys so you can use various tools to help improve your device, ill enable init.d for yall as well as make it insecure so you can use scripts like this http://forum.xda-developers.com/showthread.php?t=1955745 and really improve your phone. in case you werent aware bootanimation is already enabled, just swap out /system/media/bootanimation.zip with the one you want
my buddy interloper is going to be looking over his finances in an effort to get this phone, hes been wanting it, plus it will make for a great addition to the teams roster (of devices hit). you guys might remember him from the e4gt where he made a few kernels, or maybe even from the photon q where he is working on cm10 for them.
shabbypenguin said:
thats kernel source, they dont include the ramdisk you have to pack with it. the only way to get that is by having root and dumping boot.img (or getting it from lets say a cwm/twrp backup )
as soon as i h ave teh ramdisk im gunna kick out a small simple kernel for you guys so you can use various tools to help improve your device, ill enable init.d for yall as well as make it insecure so you can use scripts like this http://forum.xda-developers.com/showthread.php?t=1955745 and really improve your phone. in case you werent aware bootanimation is already enabled, just swap out /system/media/bootanimation.zip with the one you want
my buddy interloper is going to be looking over his finances in an effort to get this phone, hes been wanting it, plus it will make for a great addition to the teams roster (of devices hit). you guys might remember him from the e4gt where he made a few kernels, or maybe even from the photon q where he is working on cm10 for them.
Click to expand...
Click to collapse
I have a stock twp. Backup I can. Send you
Sent from my LG-LS970 using xda premium
I heard that a dev with some skillz Interloper is interested in getting the Optimus G. If he's short on funds, I am willing to contribute to the cause because he would be a great asset to the community and I am sure I am not alone there.
Sent from my LG-E970 using Xparent ICS Tapatalk 2
JohnCorleone said:
I heard that a dev with some skillz Interloper is interested in getting the Optimus G. If he's short on funds, I am willing to contribute to the cause because he would be a great asset to the community and I am sure I am not alone there.
Sent from my LG-E970 using Xparent ICS Tapatalk 2
Click to expand...
Click to collapse
Me to if anyone is in contact with him please tell him to Pm I have a cheap kosher way to get him a phone
Sent from my LG-LS970 using xda premium
ks2332 said:
I have a stock twp. Backup I can. Send you
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
actually already got it but thanks anyways ill have a stock rooted kernel tomorrow so you can use scripts and tools like team venums all in one script
JohnCorleone said:
I heard that a dev with some skillz Interloper is interested in getting the Optimus G. If he's short on funds, I am willing to contribute to the cause because he would be a great asset to the community and I am sure I am not alone there.
Sent from my LG-E970 using Xparent ICS Tapatalk 2
Click to expand...
Click to collapse
dude that would be awesome, i plan on kickin him a few bucks myself. afaik he is gunna g et it on a new line which means a much cheaper price. im gunna make a thread and see if anyone else is willing to chipin
shabbypenguin said:
actually already got it but thanks anyways ill have a stock rooted kernel tomorrow so you can use scripts and tools like team venums all in one script
dude that would be awesome, i plan on kickin him a few bucks myself. afaik he is gunna g et it on a new line which means a much cheaper price. im gunna make a thread and see if anyone else is willing to chipin
Click to expand...
Click to collapse
Seriously tell him to contact me I have a way to get him a phone
Sent from my LG-LS970 using xda premium
Okay, so I have all my files in place and followed the instructions to a T.. except one part. I had to add the Optimus G into the config file, which then requires a manifest(?). This file is an XML and I have no idea how to even begin creating one for the LGOG. I've looked all over Google for answers, but nothing.
The Rookie ROM building tutorial seems to give a manifest of sorts, but that isn't working.
I'm pretty sure that after this one issue is resolved, I can build Firefox OS for the Optimus G succesfully.
Thanks for any help I can get and I hope to start building soon!
Here's the link to the manifest for the Nexus 4 that's already in the Git Repo, this one works, but not for the LGOG
https://drive.google.com/file/d/0B9AzIzZ3983SX1U0V0lFM2lOU1U/edit?usp=sharing
I just made up a manifest for the geespr with the help of @xboxfanj, if it works out, I'll be happy to post it on the drive for you to use
Sent from my LS-970 using xda app-developers app
Maestertk said:
I just made up a manifest for the geespr with the help of @xboxfanj, if it works out, I'll be happy to post it on the drive for you to use
Sent from my LS-970 using xda app-developers app
Click to expand...
Click to collapse
That would be awesome, I've wanted to try this for awhile. And how about that xboxfanj? That guy must never sleep. He's all over this forum and pretty damn helpful.
HPTesla said:
That would be awesome, I've wanted to try this for awhile. And how about that xboxfanj? That guy must never sleep. He's all over this forum and pretty damn helpful.
Click to expand...
Click to collapse
Haha indeed! It takes a man of men to take the time to give me pointers! Lol
Sent from my LG-LS970 using xda app-developers app
HPTesla said:
That would be awesome, I've wanted to try this for awhile. And how about that xboxfanj? That guy must never sleep. He's all over this forum and pretty damn helpful.
Click to expand...
Click to collapse
Maestertk said:
I just made up a manifest for the geespr with the help of @xboxfanj, if it works out, I'll be happy to post it on the drive for you to use
Sent from my LS-970 using xda app-developers app
Click to expand...
Click to collapse
Thanks Maestertk, though it I'm sorry to say I won't be needing it anymore
I dun goofed up and hard-bricked my Optimus G.
Stuck with my Nook Color for now.
rino757 said:
Thanks Maestertk, though it I'm sorry to say I won't be needing it anymore
I dun goofed up and hard-bricked my Optimus G.
Stuck with my Nook Color for now.
Click to expand...
Click to collapse
I thought I was hard bricked a while back, ended up a battery pull fixed it. Have you tried that? Then lgnpst from there.
Sent from my LG-LS970 using xda app-developers app
Maestertk said:
I thought I was hard bricked a while back, ended up a battery pull fixed it. Have you tried that? Then lgnpst from there.
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Yup, tried a battery pull to no avail.
The only response I get is if I hold the power button (with or without any combination of the volume keys).
That gets me a brief red flash of the LED.
rino757 said:
Yup, tried a battery pull to no avail.
The only response I get is if I hold the power button (with or without any combination of the volume keys).
That gets me a brief red flash of the LED.
Click to expand...
Click to collapse
Give it a day or so plugged in. Sometimes, the power is just too low to do anything and it'll come back.
xboxfanj said:
Give it a day or so plugged in. Sometimes, the power is just too low to do anything and it'll come back.
Click to expand...
Click to collapse
I'll try, thanks
Nope, nothin', nada.
Still cold and hard as a brick.
Oh well.