Devs are probably on top of this but I felt like something like this had to be made known by someone.
See for yourselves
http://www.lg.com/global/support/opensource/opensource.jsp
Mother of Pearl.
Sent from my LG-P999 using XDA
Yes! cant wait to go back to custom Roms with the new baseband and fixes from lg... i hope the Dev's are crack en on this, cuz im sure there are allot of us just siting on V21y waiting for the Dev's to get cookin,,,
sure it wont be long now!
korny647 said:
Yes! cant wait to go back to custom Roms with the new baseband and fixes from lg... i hope the Dev's are crack en on this, cuz im sure there are allot of us just siting on V21y waiting for the Dev's to get cookin,,,
sure it wont be long now!
Click to expand...
Click to collapse
doubt it. all the active devs have moved on to the ICS builds
kwes is the only one dev-ing this release
wyldkard said:
doubt it. all the active devs have moved on to the ICS builds
kwes is the only one dev-ing this release
Click to expand...
Click to collapse
The least they can do is make thier already build GB roms to be compatible with the new baseband.
For the lazy ones, here's a diff between kernel sources from v21e and v21y.
You are welcome ;-)
Also, a diffstat below
$ diffstat gb_v21_kernel.diff
.git/HEAD | 1
.git/config | 1
.git/description | 1
.git/hooks | 1
.git/index |binary
.git/info | 1
.git/logs | 1
.git/objects | 1
.git/packed-refs | 1
.git/refs | 1
.git/rr-cache | 1
.git/svn | 1
.mailmap | 107 +++++
arch/arm/mach-tegra/board-nvodm.c | 28 +
arch/arm/mach-tegra/clock.h | 1
arch/arm/mach-tegra/clock_nvrm.c | 10
arch/arm/mach-tegra/common.c | 98 ++++-
arch/arm/mach-tegra/cpufreq.c | 5
arch/arm/mach-tegra/include/nvrm_power_private.h | 4
arch/arm/mach-tegra/nvec/nvec.c | 5
arch/arm/mach-tegra/nvrm/core/common/nvrm_power_dfs.c | 16
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8907.c | 20 -
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8907_i2c.c | 20 +
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8907_supply_info_table.h | 2
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8952_buck_i2c.c | 9
arch/arm/mach-tegra/suspend.c | 17
arch/arm/mach-tegra/tegra2_clocks.c | 83 ++--
drivers/input/keyboard/tegra-nvec.c | 5
drivers/input/mouse/nvec_mouse.c | 5
drivers/input/touchscreen/tegra_odm.c | 2
drivers/input/touchscreen/tegra_odm_touch.c | 179 +++++++---
drivers/mmc/host/sdhci-tegra.c | 11
drivers/mmc/host/sdhci.c | 4
drivers/net/wireless/bcm4329/src/bcmsdio/sys/bcmsdh_sdmmc.c | 38 +-
drivers/net/wireless/bcm4329/src/dhd/sys/dhd_linux.c | 2
drivers/serial/tegra_hsuart.c | 2
drivers/spi/spi_mdm6600.c | 50 ++
drivers/star/headset_det.c | 5
drivers/star/star_battery_charger.c | 31 +
drivers/star/star_bl.c | 5
drivers/star/star_muic.c | 117 ++++++
drivers/star/star_powerkey.c | 6
drivers/video/tegra/host/nvhost_syncpt.c | 26 +
drivers/video/tegra/nvmap.c | 2
drivers/video/tegra/tegra-fb.c | 6
kernel/power/suspend.c | 19 +
kernel/power/wakelock.c | 14
kernel/printk.c | 2
48 files changed, 806 insertions(+), 161 deletions(-)
adampk said:
For the lazy ones, here's a diff between kernel sources from v21e and v21y.
You are welcome ;-)
Also, a diffstat below
$ diffstat gb_v21_kernel.diff
.git/HEAD | 1
.git/config | 1
.git/description | 1
.git/hooks | 1
.git/index |binary
.git/info | 1
.git/logs | 1
.git/objects | 1
.git/packed-refs | 1
.git/refs | 1
.git/rr-cache | 1
.git/svn | 1
.mailmap | 107 +++++
arch/arm/mach-tegra/board-nvodm.c | 28 +
arch/arm/mach-tegra/clock.h | 1
arch/arm/mach-tegra/clock_nvrm.c | 10
arch/arm/mach-tegra/common.c | 98 ++++-
arch/arm/mach-tegra/cpufreq.c | 5
arch/arm/mach-tegra/include/nvrm_power_private.h | 4
arch/arm/mach-tegra/nvec/nvec.c | 5
arch/arm/mach-tegra/nvrm/core/common/nvrm_power_dfs.c | 16
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8907.c | 20 -
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8907_i2c.c | 20 +
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8907_supply_info_table.h | 2
arch/arm/mach-tegra/odm_kit/star/adaptations/pmu/max8907/max8952_buck_i2c.c | 9
arch/arm/mach-tegra/suspend.c | 17
arch/arm/mach-tegra/tegra2_clocks.c | 83 ++--
drivers/input/keyboard/tegra-nvec.c | 5
drivers/input/mouse/nvec_mouse.c | 5
drivers/input/touchscreen/tegra_odm.c | 2
drivers/input/touchscreen/tegra_odm_touch.c | 179 +++++++---
drivers/mmc/host/sdhci-tegra.c | 11
drivers/mmc/host/sdhci.c | 4
drivers/net/wireless/bcm4329/src/bcmsdio/sys/bcmsdh_sdmmc.c | 38 +-
drivers/net/wireless/bcm4329/src/dhd/sys/dhd_linux.c | 2
drivers/serial/tegra_hsuart.c | 2
drivers/spi/spi_mdm6600.c | 50 ++
drivers/star/headset_det.c | 5
drivers/star/star_battery_charger.c | 31 +
drivers/star/star_bl.c | 5
drivers/star/star_muic.c | 117 ++++++
drivers/star/star_powerkey.c | 6
drivers/video/tegra/host/nvhost_syncpt.c | 26 +
drivers/video/tegra/nvmap.c | 2
drivers/video/tegra/tegra-fb.c | 6
kernel/power/suspend.c | 19 +
kernel/power/wakelock.c | 14
kernel/printk.c | 2
48 files changed, 806 insertions(+), 161 deletions(-)
Click to expand...
Click to collapse
Sorry, new to this root thing.. How would I use this
Sent from my LG-P999 using XDA
GD3tyrone said:
Sorry, new to this root thing.. How would I use this
Sent from my LG-P999 using XDA
Click to expand...
Click to collapse
You wouldn't...this is a source code diff -- to show where source code has changed for those developing.
luperez said:
Devs are probably on top of this but I felt like something like this had to be made known by someone.
See for yourselves
http://www.lg.com/global/support/opensource/opensource.jsp
Click to expand...
Click to collapse
Yeah I posted this in the other thread the day they released it, over a week ago. The only thing useful in this is kernel source. Other then that the rest is about as useful as a lead pair of shoes.
Sent from my Galaxy Nexus using xda premium
kwes1020 said:
Yeah I posted this in the other thread the day they released it, over a week ago. The only thing useful in this is kernel source. Other then that the rest is about as useful as a lead pair of shoes.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Lead shoes are useful underwater to stay on the bottom.
And for walking through radioactive material.
Sent from my LG-P999 using XDA
Core Memory said:
Lead shoes are useful underwater to stay on the bottom.
Click to expand...
Click to collapse
"Ocarina of time" AWESOME.
cervantesjc said:
"Ocarina of time" AWESOME.
Click to expand...
Click to collapse
In the water temple.
Core Memory said:
Lead shoes are useful underwater to stay on the bottom.
Click to expand...
Click to collapse
Not without scuba gear.
Sent from my Galaxy Nexus using xda premium
i see a .git directory with files in the tarball. i was wondering the github source is public or its some kind of internal private git for the lg developers...
anybody know a details about this?
Has anyone had any luck figuring out how to use the new baseband on custom ROMs? I read in the OWAIN ROM thread that it does not work and never will!?
Related
[NEW] [VERSION]
** ExEnHeroC (3/25/11) **
~ "P.m.GrandS" ~
~ PRESENTS: The UPDATED ~
~ Expresso Energy HeroC ~
~ (ABOUT-ROM) ~
This Rom is for Any and Every
"XDA Member" who over time, has grown accustomed to Very friendly User Add-ons... Smooth-Scrolling... Custom-Shortcuts... Fancy-Widgets... and of Course all of the many other "Extra-Goodies" that Only a "Sense" Rom could provide you with!
Also if your a "Froyo" lover
like myself, this is a Mix of the Two but with the Expresso UI feel. This Port was Originally from a (GSM) " Sense based Rom.
I have added a lot of Extra apps that Definitely come in Handy on the "Default" install.
Also... I "Removed" some apps from My Original Build that I felt Good,but just Less useful (more on that later).
~ (REQUIRED) ~
* [CDMA] Rooted HTC Hero *
~ (WHAT'S INCLUDED IN THIS ROM?)
~ A Lot of Extra Apps
(too long of a list to type)
*But you can always look in the /data/app/ and /system/app directory/ To check what Is/Isn't there )
~ This includes a "Special" changed version of the v1.1 Mod/Tweak by Pm
~ This includes a especially modded boot.img by Pm
~ This includes a new wallpaper by Pm
~ This includes the search box fix by Pm
~ It includes the ad free host file by Pm
~ It has been png optimized and zip aligned by Pm
~ Apps2SD
~ Custom Boot Screen (Eyeball) by P.m.Grands
~ (WHAT DOESN'T WORK?) ~
~ Mobile Network FC's
~ Camera Distortion "But making progress"
~ Check the "P.m.GrandS" work in Progress, my Snapshots can be seen posted in the Thread.
~ "P.m.GrandS" ~
~ (QUICK FIXES AFTER FLASH) ~
~ (ORIGINAL "ExEnHeroC" ROM) ~ Launcher (Rosie) would FC, It should now be Fixed but in any case if the problem should Reoccur
just Pull Battery (after FC's) and Wipe... *Data/Cache/DalvikCache*
~ (NOTE: DON'T REFLASH!) ~
Just Wipe Everything and Reboot!
~ (IN-CALL DIAL PAD) ~
~ Change Short Tones to Long Tones... Go to Settings/Sounds/Audible Touch Tones...
~ YouTube Currently only can be viewed from the Desktop View!
~ (NEW LED SENSOR FIX) ~
~ Just Flash the REM-Tools.zip! That Should Fix Any Issues Associated with Charging Light LEDS, and Also the Notifications!
~ (INSTRUCTIONS) ~
~ Backup Everything! (Titanium Backup, Nandroid, and Backup SD Card)
~ Partition SD Card with 512mb ext3 or ext4 partition with 32mb swap to take advantage of Apps2SD
~ Put all backup files back onto your SD Card
~ Download rom and removed zip
~ (OPTIONAL) ~
REMOVING AND RE-APPLYING APPS TO ROM SKIP FOR DEFAULT INSTALL
PLEASE REFER TO HERE FOR WHAT IS SAFE TO REMOVE!!!!!!!!!
~ (OPTION- #1) ~
Removed zip Extracted Folder
|
|-----data
|.........|
|.........|-----app (delete what you don't want)
|
|
|
|------meta-inf (delete cert.rsa, cert.sf, mainifest.mf)
|
|
|------system
|.............|
|.............|------app (delete what you don't want)
Now Rezip the Data, Meta-inf, and System Folders all at Once by selecting "ALL" of them!
Then Compress them into a zip file. and Sign them using PPC Geeks ZipSigner, or Signapktic
~ (OPTION- #2) ~
~ (USE IF OPTION- #1 FAILS) ~
Try this! Unzip Rom and Remove zips into Two Different Folders.
Rom's Extracted Folder
|
|-----data
|.........|
|.........|-----app (add the data apps here that you want from corresponding directory in the removed apps folder and remove what you’d like)
|
|------kernel
|
|
|------meta-inf (delete cert.rsa, cert.sf, mainifest.mf)
|
|
|------system
|.............|
|.............|------app (add the systems apps you want here that you want from corresponding directory in the removed apps folder and remove what you’d like)
|
|
|------tmp
|
|
|------boot.img
|
|
|------check_data_app
|
|
|------installbusybox
Now Rezip the Data, Kernel, Meta-inf, System, Tmp, boot.img, Check_Data_App, and Busybox Folders/Files "ALL" at Once.
This can be Done by Selecting them "All" then Compressing into a zip file. Then Sign using...
PPC Geeks, ZipSigner or Signapktic
~ (END OF OPTIONAL) ~
~ Take your Modified "ExEnHeroC" Rom and Flash it if you Modified it, if not then just Flash normal Rom
~ Flash Modified Removed apps or the normal Removed apps and Flash it if you want those apps
~ Flash Firerat’s boot.zip now with MTD 200 4 if you want to use Firerats
~ Reboot
~ Do a Battery Pull
~ Reboot into Recovery
~ Wipe Everything
~ Reboot
~ (SCREENSHOTS) ~
Will upload screenshots of 3/23/11 later
~ (CHANGE LOG) 3/23/11 ~
~ png optimize
~ ad free host file
~ removed added apps
~ zip aligned
~ deca's latest 691mhz kernel
~ kifno's v1.1 mp tweaks
~ new wallpaper
~ widgets removed
~ opengl 1.1 added
~ boot.img modified
~ (CREDITS) ~
... I'd like to Give a Special Thanks,
to"Nikolai2.1" for...
~ #1) Keeping his Word and Really Helping me! (Thanks)
~ #2) For All the Long Hours and Dedication he Incorporated into Furthering my Latest "EnExHero" Build!
Also to Kifno!
~ #3) For Some of the Tweeks, and Speed Increases!
So in General, I (P.m.GrandS)... Would Just like to Take the Time to Also Thank the Following Developers....
Once Again Guys, Thanks for All your Help!!!
*P.m.Grands
*HAKKESHOU
*NIKOLAI2.1
*KIFNO
*TENZO
*TAZZPATRIOT
*DECADANCE
*CONAP
*BEEPME2479
*RIXTER1972
*THESPARKY007[/QUOTE]
~ (ALTERNATIVE LINK) ~
~ (Original Version) ~
~ BELOW ~
http://www.megaupload.com/?d=WTMLMK6M
~ "P.m.GrandS" ~
~ (MUSIC PAGE) ~
http://www.youtube.com/profile?nomobile=1&user=PMGRANDS
~ (EXTRAS) ~
~ (SearchBoxFix)
~ (Vending-2.3.4.apk)
~ (XDA Blue-1.3.2.apk)
~ (Tweeked Build.Prop)
~ (SuperUser Flash.Zip)
~ PAGE: 20 ~
* * * SCREEN-SHOTS-BELOW * * *
Reserved
Sent from my DROIDX using XDA App
Awesome. I'll be running & testing for sure.
Sent from my HERO200 using XDA App
@t12icky0,
Let's not turn this into a "Gingerbread-Like Bickering" thread...
Sounds good! I like the overclocked 2.1 stock rom on but not having froyo was bumming me out so I'm running cm6 nightly 188
Sent from my HERO200 using XDA App
I'll definitely switch back to sense if it's 2.2.
Sent from my DROIDX using XDA App
not to be a **** about things but this is not a development thread. really all you said was hey im making a rom(atleast thats what your saying)! until there is a rom made you should have just waited to post up the thread.
I assume the Camera is not working still?
jpool81 said:
I assume the Camera is not working still?
Click to expand...
Click to collapse
I assume the whole thing is inop, as there is no rom.
JWnSC said:
I'll definitely switch back to sense if it's 2.2.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
I agree with you.
Still running sense 2.1. Tried switching to froyo and gb but I missed sense. Something about needing all the extra apps to do the same thing...
Sent from my HERO200 using XDA App
same here bro
aqualls said:
Still running sense 2.1. Tried switching to froyo and gb but I missed sense. Something about needing all the extra apps to do the same thing...
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
I tried to find a good sense 2.2 ROM a couple weeks back, but came back to Gingerbread for the speed and completeness.
Hopefully this'll be what I was looking for.
Please keep it nice and clean!! (As far as sense goes anyway)
I hear a lot of ppl hating sense but man I love sense.
Sent from my DROIDX using XDA App
Definitely willing to test if 3g works and decent battery life
Sent from my HTC Hero CDMA using XDA App
Holy ****.
If you've actually done this, I'll switch in a heartbeat!
LiquidSolstice said:
Holy ****.
If you've actually done this, I'll switch in a heartbeat!
Click to expand...
Click to collapse
Im with you man!
Please be the speed of LiquidSense with the camera working..
Thanks :] Hope it works well!
Onethirtytwo said:
Thanks :] Hope it works well!
Click to expand...
Click to collapse
From my Personal Experience, So Far its Great! Hope you Like it!
Sent from my Hero using XDA App
im guessing the usual dosent work in this? such as camera and the others like in the other 2.2.1 sense builds?
I installed the rom Androxide 3.1.0 | AOSP | 4.1.1 | and in my opinion is well made but
I have the problem of the blinker how can I fix
P.S.
Forgive me for my English
fortuns said:
I installed the rom Androxide 3.1.0 | AOSP | 4.1.1 | and in my opinion is well made but
I have the problem of the blinker how can I fix
P.S.
Forgive me for my English
Click to expand...
Click to collapse
Can you clarify what you mean by "problem of the blinker"?
dvorak67 said:
Can you clarify what you mean by "problem of the blinker"?
Click to expand...
Click to collapse
I guess BLN blinking?
Sent from my Nexus S using Tapatalk 2
That's what I guessed too. Notification lighting isn't included in Androxide, but you can add support by flashing an appropriate kernel and then downloading a BLN app from the Play Store.
Q&A for [ROM] Elix-R | V1.1 HEDRON | 4/20 | Fast | Elegant | Simple |
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
android update to youre rom
just installed youre Elixir Rom thanx for it, right off the bat it wants to do an update to 4.4.3 what will this effect if anything
williedavis said:
just installed youre Elixir Rom thanx for it, right off the bat it wants to do an update to 4.4.3 what will this effect if anything
Click to expand...
Click to collapse
Don't. That update is for normal stock, which you're not running. Elix-R is just using android 4.4.2 not the newest 4.4.4, that's in the newer version of Elix-R that's coming out in the next couple of weeks.
sweet
Thats what i figued, great newz
Update Notification
Hi i just flashed Elix-R V1.1 and i am being prompted to update the system to 4.4.3 do i update ? and if not how do i remove this notification that wont go away
---------- Post added at 02:25 PM ---------- Previous post was at 01:36 PM ----------
ABUKEE said:
Hi i just flashed Elix-R V1.1 and i am being prompted to update the system to 4.4.3 do i update ? and if not how do i remove this notification that wont go away
Click to expand...
Click to collapse
I figured not to update since running custom ROM and found a way to disable annoying update notification thanks for making a great ROM here's how i disabled it
Hope this helps
1.Root required
2.Open Play Store & install DisableService
3.Open DisableService then click on System
4.Scroll down to Google Play services and click on it
5.Scroll down to SystemUpdateService & uncheck the box
6.Exit DisableService & RESTART DEVICE & ENJOY
Status bar brightness
Does this rom have statusb bar brightness control? If not I think it's a really useful feature that really speeds up the user experience.
Q&A for [ROM] Elix-R | V2.0 ALPHA | 11/8 | Fast | Simple | &Elegant |
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM] Elix-R | V2.0 ALPHA | 11/8 | Fast | Simple | &Elegant |. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
thanks
kenpen said:
Sweet
Click to expand...
Click to collapse
try tonight this rom
so excited to try this, thank you. almost done download now will post results shortly.
T-mobile no data
Wiped cache,dalvik,system, and data... Phone doesn't recognize sim.
Rockin the new Elix-R 5.0
Takin it for a test ride
awesome.. can't find any bugs so far... no random reboot, no fc..
too good for alpha built..
can' t wait for the next update...
graphbyte.
Should I flash the preview radio and bootloader or stay with KK ones?
Anyone know why I get this widget problem in the most recent apps modal? Also anyone else not being able to install ROM toolbox?
possible future updates
Wondering if you will implement the volume skip track feature along with the extended reboot menu. Btw, AWESOME ROM, been following your ROMS since day 1. Definitely in the top 10 for me. Kudos.
stupid question, but does anyone know the default notification sound name for this rom. I changed it by accident and can't find it anywhere on the SD card to change back.
Excellent ROM
Really, little soil discuss at forums. And the first time I do around here for XDA. However, I must say that this ROM is perfect so far all I have installed on my Nexus 5. Super smooth, silky smooth, responds immediately for each event, the excellent battery lasts. Four hours and a half for the first time to install. I imagine that when the Kernel snaps last a little longer. But really, I am so contect with this work by this creator. CONGRATULATIONS MY FRIEND. It goes well![Great cook !!!
ahbrown83 said:
stupid question, but does anyone know the default notification sound name for this rom. I changed it by accident and can't find it anywhere on the SD card to change back.
Click to expand...
Click to collapse
Just effect tick I suppose
Default Wallpaper!
Here is the default wallpaper I guess......
In the next version you can update the kernel to the last version, 2.02 ?
williedavis said:
Takin it for a test ride
Click to expand...
Click to collapse
Did you set your user picture icon in the top bar manually or automatically done? Mine shows just a dumb circle head man. ?
manually
iexplus said:
Did you set your user picture icon in the top bar manually or automatically done? Mine shows just a dumb circle head man. ?
Click to expand...
Click to collapse
just tap the blank icon
then more settings
then youre name
then click the icon agian
then choose to take a photo or choose from gallery
Is there a way to make the DPI smaller on the nav bar?
Sent from my Nexus 5 using XDA Free mobile app
rickballs said:
Is there a way to make the DPI smaller on the nav bar?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Settings -> Display -> Navigation bar height
S2S doesn't work for me.
I'm on elemental v 2.03 and the beta version of this rom
Edit : should I install the new lollipop radios? Or does the beta already has the new radio?
Sent from my Nexus 5 using XDA Free mobile app
That is because of the wifi bug in the android l update it still hasnt been fixed and google is hiding it in battery stats n saying its fixed !!
Android preview 3 | no tap tob wake up
AliAhsan said:
Android preview 3 | no tap tob wake up
Click to expand...
Click to collapse
which Rom you are using If Cyanogenmod means it will available in settings
No I mean it lastest Google Android preview 3 marshmallow and I am using thisbon nexus 6