[KERNEL][ICS]JARVIS-v5 for LGP999 - T-Mobile LG G2x

JARVIS Kernel for LGP999
Only for CM/Miui or AOSP roms​
Deceided that XDA needs a thread too. I won't look through it really often. I hope that other more experienced members can answer some easy questions, so I can focus on developing things.
Features:
3.0.y Kernel
Interfaces to control a bunch of Features (Like vibration strength)
Overall optimized parameters to provide a smooth user experience
working UMS - thanks Harsh
App which controls all the interfaces (will be released later for P999)
Disclaimer:
I'm not responsible if your phone is fried by the kernel or you miss some important phone call! I'm not forcing you to install this Kernel and so it isn't my fault.
Download:
Download
Or Update via my app
​
Don't use profiles, because they can lead to instabilities.. and they're unnecessary.
Stay away from SetCPU or any other app. Could lead to problems because of the customizable OC. Wait for my app until it's not ready use command line coupled with a init.d script.
You don't need to optimize any values in the ram disk. It should work perfectly without any other tweaks.
When you experience problems like random reboots, SODS, etc. try to go back to stock settings. And apply my 1 GHz frequency table. If this isn't fixing your problems report a bug with detailed informations. Like ROM, Settings, etc.
If a person reported a bug and you experienced it too, +1 this bug report or whatever. In this case I know that the bug isn't only happening on one specific device.
Changelog:
I'm damn lazy. So just use my github commit history (here).
Source Code:
Github
Thanks to:
Dekudan/Victor Von Zeppelin - for creating awesome icons for the app
Arcee - Setting up CyanogenMod and everything.. Just awesome
wkpark - for his cherry-pick marathon.. This guy really has endurance hehe
Ezekeel - Really innovative dev with impressive ideas.
Everyone who open sourced their work

Interfaces:​
CPU Control:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
Used to set the minimum frequency.
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
Used to set the maximum frequency.
​
Fsync Control:
/sys/class/misc/fsynccontrol/fsync_enabled (Read and Write)
Enable/disable single file/filessystem sync.
WARNING: This could lead to potential data loss after a unwanted reboot (battery pull)
enable=1, disable=0 (default enabled)​
Vibrator Control:
/sys/class/misc/vibratorcontrol/vibrator_strength
Set the vibration strength.
possible values: 1500-3600​
Force Fast Charge:
/sys/kernel/fast_charge/force_charge_mode
changes the usb charging mode. We have 3 modes:
Fast - Forces fast AC charging. Disable data transfer!
Slow - Always charges slow (like on a normal PC USB bus)
Auto - automatical detects which mode should be set.
Possible values: fast=1, slow=2, auto=0​
Example
Use adb to connect to your device and then in adb shell (with su) (you can setup a init.d script to auto apply everything)
We want more vibration because we can hardly notice it and want to pwn our friend with benchmarks. Additionally we want to charge our device faster.
Code:
echo 3500 > /sys/class/misc/vibratorcontrol/vibrator_strength
echo 1 > /sys/kernel/fast_charge/force_charge_mode
echo 0 > /sys/class/misc/fsynccontrol/fsync_enabled
And that's it

reserved2

Awesome! Can't wait to try it.
Sent from my LG-P999 using xda premium

Oh and can somebody can tell me if you guys have a init.p999.rc file in the root dir (/init.p999.rc)?
Needed for app support. App nearly ready for P999.

Nope I don't have one, screenshot attached.
Sent from my LG-P999 using xda premium

fadownjoo said:
Nope I don't have one, screenshot attached.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Is this a recent ICS rom?

Not sure if that file is the one you're referring to, I'm using AOKP B38
Sent from my LG-P999

Benee said:
Is this a recent ICS rom?
Click to expand...
Click to collapse
Mine is and there is.
On 3.0.y kernel too. Built a few days ago.

Thanks guys awesome.
One question: is the kernel working fine? I don't have a p999 but it should work well.

Benee said:
Thanks guys awesome.
One question: is the kernel working fine? I don't have a p999 but it should work well.
Click to expand...
Click to collapse
Haven't flashed yet. Will do when I'm home.

Benee nice to see you have ported this kernel from p990
i shall try in a few

If it's working I will need a tester who wants to test the app. He should be capable of getting me a logcat. I will send him a special debug version and later he will receive the app for free

Benee said:
If it's working I will need a tester who wants to test the app. He should be capable of getting me a logcat. I will send him a special debug version and later he will receive the app for free
Click to expand...
Click to collapse
It boots! I'll test. Everything seems to work fine. Haven't tested all the features yet though. I'm no noob as you can see from my previous posts. But I'm not an expert either.
Sent from my LG-P999 using Tapatalk 2

I'll second that, it boots fine. Got it clocked to red line and purring like a kitten. I can get you that logcat, I'm an XDA News writer, so I'm qualified. Thanks for your work.
[email protected]

Benee said:
If it's working I will need a tester who wants to test the app. He should be capable of getting me a logcat. I will send him a special debug version and later he will receive the app for free
Click to expand...
Click to collapse
I can test for you, it boots and running smoothly. Going to start changing frequencies. I can also provide ample log cats of needed

Benee said:
Oh and can somebody can tell me if you guys have a init.p999.rc file in the root dir (/init.p999.rc)?
Needed for app support. App nearly ready for P999.
Click to expand...
Click to collapse
Thanks for your work Benee. Nice to have another option and can't wait for the app.

I likewise can test for you. Web/Android dev and some playing with kernels here and there.

Yes, we do have that file on root dir
Also, I PM'ed you about your app and log request
[email protected] -Developers

awesome
i'm luvin the good work had the kernel for a while exactly what i expected smooth and fast. keep up the good work.

Related

[KERNEL] GoDm0dE-2.6.38.8 [ZOMFG A ZIP THAT FLASHES]

BACK FROM THE DEAD​
This kernel is intended to be stable yet fast. has many goods (OC UV ect.) but yet its main goal is to be stable. THIS KERNEL IS INTENDED FOR USE ON CYANOGENMOD (but if u would like to try on other aosp roms feel free)
i decided to bump my old thread to give testers a place to discuss the kernel and point out possible issues. before its moved into CyanogenMod.
u can get the kernel via Kernel Manager in the android market.
direct link: http://kernels.teamw.in/files.php?fid=565&kid=237
all source can be found on my link in my signature.
thanx for the support and please leave feedback
as of v9:
-edid code and hdmi driver bug fixes
-bump minor version
-config changes
as of v8:
revert edid code that borked audio in HDMI
as of v7:
minor version change, staying up to date with linux stable release
as of v6:
minor version change, keepin us up tEh date
as of v5:
-updated minor version to .5
-misc other changes
as of v4:
-fixed issue in atmel touch driver
-updated usb gadget driver
-add platform data for USB accessory function
-update config
as of v3:
-updated EDID code via tEh #teamwin
-changed config
-fixed light sensor
known issues:
-hdmi audio out not working
-possible bug switching cams (needs tetsing and debugging works for some while some seem to have issues)
faq:
q: does this kernel have SBC?
a: no
q: will this kernel ever have SBC?
a: no
q: kernel manager gives error when updating, what do i do?
a: make sure you have the latest version of the app. if you do, clear the app data and try again
q: after flashing the ladies look at me more, how do i make it stop?
a: flash another kernel
q: can i discuss other kernels in this thread?
a: no... post only posts that are on the topic of this kernel.
q: i cant feel my legs, any way to fix?
a: get off the toilet and stand up naowz
q: what is GoDm0dE?
a: http://forum.xda-developers.com/showpost.php?p=13405012&postcount=204
Awesome! can't wait to try this
we can just flash on top of Fresh right?
want to install now!
guys, it's a source, not a flashable kernel yet. it's for other people to make changes to and improve on at the moment.
justinisyoung said:
guys, it's a source, not a flashable kernel yet. it's for other people to make changes to and improve on at the moment.
Click to expand...
Click to collapse
that's what I thought, but was making sure... thanks
Could we please have epson panel fix (30 fps, touch lag) implemented asap?
Thanks.
great love to see community kernel.
going to be forking soon
TrevE said:
great love to see community kernel.
going to be forking soon
Click to expand...
Click to collapse
thats the spirit welcome aboard lol
once first commit finishes, ill start doing the normal magic. OC,compcacheaand such. ill prolly fork for BFS for now. im gonna try and forward port to .34 here in a bit once i get some of this up
ps first commit is up finally. pull away
yeah prolly best to keep bfs sepearate havent played yet myself but from pokin around on n1 boards read its not too stable but like i said havent touched it myslef.
29 - 34 shoudlnt be too bad, not like 27 - 29 :|
just finishin up a movie then ill fork away thanks ofr getting this goin toast id love to see 1 community kernel instead of 3029849203842093 like the n1 has
TrevE said:
yeah prolly best to keep bfs sepearate havent played yet myself but from pokin around on n1 boards read its not too stable but like i said havent touched it myslef.
29 - 34 shoudlnt be too bad, not like 27 - 29 :|
just finishin up a movie then ill fork away thanks ofr getting this goin toast id love to see 1 community kernel instead of 3029849203842093 like the n1 has
Click to expand...
Click to collapse
Any forking in the movie you are watching? haha -
instead of BFS di like to try playing around with this
http://lwn.net/Articles/352889/
> [...]
> # echo NO_NEW_FAIR_SLEEPERS> /debug/sched_features
>
> Btw., NO_NEW_FAIR_SLEEPERS is something that will turn the scheduler
> into a more classic fair scheduler (like BFS is too).
Click to expand...
Click to collapse
>> (mainline)
>> Averages:
>> ------------------------------
>> Max 50 usec
>> Avg 12 usec
>> Stdev 3 usec
>>
>>
>> (BFS)
>> Averages:
>> ------------------------------
>> Max 474 usec
>> Avg 11 usec
>> Stdev 16 usec
Click to expand...
Click to collapse
In fact, I liked this setting so much that I went to
kernel/sched_features.h of kernel 2.6.30.5 (the kernel I use normally right
now) and set SCHED_FEAT(NEW_FAIR_SLEEPERS, 0) (default is 1) with
absolutely no other tweaks (like sched_latency_ns,
sched_wakeup_granularity_ns, etc.). It pretty much behaves like BFS now
from an interactivity point of view. But I've used it only for about an
hour or so, so I don't know if any ill effects will appear later on.
Click to expand...
Click to collapse
just need to get debugfs enabled.
and no no forking in the movie pandorum on netflix
TrevE said:
instead of BFS di like to try playing around with cfs
http://lwn.net/Articles/352889/
and no no forking in the movie pandorum on netflix
Click to expand...
Click to collapse
may be promising. i did some work with Con the creator of BFS on the HeroC had him look over my dirty backport to .27 and then used his suggestions on my .29 heroC port. i only had like one or two issues that came about from BFS in the end. mostly app related at that. i really never had time to look further into the issues because of other projects and the awesome sauce EVO's arrival. but yeah im gonna go with a fork and work out the bugs. i like the idea behind BFS and feel its best suited for devices like ours. that said... .34 has a major CFS overhaul, which many have said fixes a lot of issues CFS had in previous kernel versions. so getting to .34 and playing around i guess is the goal i have ATM.
ps. look at this lol
http://pastebin.com/h7TQiv5a
htc is some dirty coders lol
probably not the place to ask, but what the heck..
does anyone have any idea why touch input is broken on froyo when using this kernel?
ffolkes said:
probably not the place to ask, but what the heck..
does anyone have any idea why touch input is broken on froyo when using this kernel?
Click to expand...
Click to collapse
oh do i need to fix that? htc prolly destroyed it again. i can look at it here in a bit. i bet i know the issue.
A proper backport of BFS and i really want to test SIO I think the results will be very good.
toastcfh said:
oh do i need to fix that? htc prolly destroyed it again. i can look at it here in a bit. i bet i know the issue.
Click to expand...
Click to collapse
awesome!
What's BFS? I remember always hearing about it on the HTC dream boards but never came across an actual explanation to what it actually is/does
madunix said:
What's BFS? I remember always hearing about it on the HTC dream boards but never came across an actual explanation to what it actually is/does
Click to expand...
Click to collapse
Brain **** Scheduler
madunix said:
What's BFS? I remember always hearing about it on the HTC dream boards but never came across an actual explanation to what it actually is/does
Click to expand...
Click to collapse
It's the Brain F**k Scheduler
http://en.wikipedia.org/wiki/Brain_Fuck_Scheduler

[MOD] IncrediControl - Easy GUI Undervolting

Please read this post through thoroughly before downloading.
This app allows you to control your CPU voltages with an easy to use interface. You can increase or decrease voltages (undervolt or overvolt) for all frequencies or fine tune voltages for each individual frequency.
! HTC DEVICES, currently only single core devices are supported !
! ROOT is Required !
! Kernel that supports HAVS or SVS voltage adjustment REQUIRED !
Get it over at http://www.incredikernel.com
IncrediControl is now also available in the market:
IncrediControl
IncrediControl - Ad Free
Additionally, all donators are eligible to receive the Ad Free version. It doesn't matter how much or how little you donate or have donated. If you don't want to purchase the app from the market, you may donate using the button on this page. Please register on the site first and include your username in the comments box.
All previous donators, please register on the site if you have not done so and contact me with your username!
NOTE: The settings in the general tab are only functional in kernels that have implemented the simple sysfs interfaces for usb fast charging and audio boost. If you toggle them, its not going to break anything, but they won't work and the app may crash. If you would like your kernel dev to implement the interfaces, please direct them to these two commits:
https://github.com/Chad0989/android_kernel_common/commit/a7c21fa0391c225900f93960362535179c0cecc9
https://github.com/Chad0989/android_kernel_common/commit/41dc138bae23dc7582de72a4d9895aaa8e1f8b2d
NOTE2: It is a requirement of the HAVS adjustment that the kernel you are using has the HAVS sysfs interface implemented. If it does not, it will not work.
NOTE3: Before using, please delete any boot scripts you may have in /etc/init.d that toggle any of the settings this app controls.
Get it at http://www.incredikernel.com
Restore script - use this if you went too low and find yourself in a boot loop. Flash through recovery:
http://www.incredikernel.com/?p=229
Hi,
Good job, just one thing, i use Eviollet kernel (svs) and there's a step at 128 mhz.
The apps doesn't show these step.
It Would be great if you can implement it.
Otherwise i found no bug.
Thx in advance.
sffmandrake said:
Hi,
Good job, just one thing, i use Eviollet kernel (svs) and there's a step at 128 mhz.
The apps doesn't show these step.
It Would be great if you can implement it.
Otherwise i found no bug.
Thx in advance.
Click to expand...
Click to collapse
The app skips the first frequency because on a lot of phones its a.useless frequency like 19mhz. Thanks for letting me know though. I will add an exception and upload a new version later.
Sent from my ADR6300 using XDA App
7/31/11 - Preview 5-4
Minor change to no longer skip the first frequency. On many phones the first frequency is a useless frequency like 19mhz so the app was set up to skip that frequency. This is only a temporary fix until I change it to display only the available frequencies instead of all of them.
Sounds interesting, will have a go
Hi,
Thx chad0989, now it works at 128 mhz
sffmandrake said:
Hi,
Thx chad0989, now it works at 128 mhz
Click to expand...
Click to collapse
Great. I just sent you a PM.
Works great thanks!
IncrediControl v1.0!
This app allows you to control your CPU voltages with an easy to use interface. You can increase or decrease voltages (undervolt or overvolt) for all frequencies or fine tune voltages for each individual frequency.
! HTC DEVICES, currently only single core devices are supported !
! ROOT is Required !
! Kernel that supports HAVS or SVS voltage adjustment REQUIRED !
Get it over at http://www.incredikernel.com
IncrediControl is now also available in the market:
IncrediControl
IncrediControl - Ad Free
Additionally, all donators are eligible to receive the Ad Free version. It doesn't matter how much or how little you donate or have donated. If you don't want to purchase the app from the market, you may donate using the button on this page. Please register on the site first and include your username in the comments box.
All previous donators, please register on the site if you have not done so and contact me with your username!
Good job. Works on cm7 nightly with manU kernel 2.1.1.
chad0989 said:
The app skips the first frequency because on a lot of phones its a.useless frequency like 19mhz.
Click to expand...
Click to collapse
The eviollet Kernel implements AXI @ 128Mhz, which drops the bus down to 19Mhz which potentially could save more battery
rootSU said:
The eviollet Kernel implements AXI @ 128Mhz, which drops the bus down to 19Mhz which potentially could save more battery
Click to expand...
Click to collapse
But the actual cpu speed still never drops below 128mhz if I'm not mistaken (at least thats how it is on the inc, its possible to enable the use 19mhz cpu speed, but the phone is unusable). So the cpu voltage for 19mhz would never be used. I have changed the app now though to show all cpu frequencies available for use, so if you did enable the use of 19mhz cpu speed (you have to comment out a line in the acpuclock file), it would show up.
Hopefully that clears up confusion.
IncrediControl v1.3
Major changes include:
Ad Free has now been turned into a key that removes the ads from the free version. This allows donors who have downloaded the ad free version from the site to update through the market.
HAVS voltage checking. Minimum voltages can no longer be set higher than maximum voltages.
Boot voltages are now stored in the application’s data directory. Boot settings will now persist if you update your ROM or restore the application and data from a backup.
IncrediControl v1.4:
This is mostly a bug fix release but I have also added:
Automatic detection of the minimum and maximum voltages supported by your kernel
Unless any more bugs arise, the next release will have some new goodies to play with...
http://www.incredikernel.com or from the market.
I'm making an enquiry for a friend who uses his HTC desire with RCMix S v2.0 Evolutionary Sense using SNQ v05 kernel. Does this Rom / kernel meet the InvrediControl system requirements?
One other question, in other utils I've used in the past they also supply a "reset" zip which can be used to revert the settings back to default in the event if instability/freeze (requires flash from recovery). Do you see value in creating a similar zip for over agressive UV?
Thanks again for a wonderful utility. Can't wait to try it.
Sent from my Desire HD using XDA App
fidoedidoe said:
I'm making an enquiry for a friend who uses his HTC desire with RCMix S v2.0 Evolutionary Sense using SNQ v05 kernel. Does this Rom / kernel meet the InvrediControl system requirements?
One other question, in other utils I've used in the past they also supply a "reset" zip which can be used to revert the settings back to default in the event if instability/freeze (requires flash from recovery). Do you see value in creating a similar zip for over agressive UV?
Thanks again for a wonderful utility. Can't wait to try it.
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
I don't believe that kernel has the sysfs interface for adjusting voltages. You can still give it a shot though. The app will let you know if the kernel doesn't have the correct interface.
I also have a reset zip. It's on the site and there is a link in the OP.
SNQ anyone?
Ahhhw...no love for the wildly popular SNQ Kernal?!
SilverHawk2 said:
Ahhhw...no love for the wildly popular SNQ Kernal?!
Click to expand...
Click to collapse
The kernel dev has to implement the interface in order to use the app. Since I don't believe that the source for the GB kernel has been released yet for the desire, the dev won't be able to implement the interface until it is.
chad0989 said:
The kernel dev has to implement the interface in order to use the app. Since I don't believe that the source for the GB kernel has been released yet for the desire, the dev won't be able to implement the interface until it is.
Click to expand...
Click to collapse
Thanks for the heads up. Next time I have access to the phone I will install and see what unfolds. But from what you said I'm not expecting much with SNQ.
Maybe time to suggest to my friend a new Rom

[ROM][ICS](BETA 1)VegaICS: ICS for P10AN01(Advent Vega,POV Tegra 10.1,Viewpad 10S..)

Video
http://www.youtube.com/watch?v=gQEUAEXJyws
http://www.youtube.com/watch?feature=player_embedded&v=r5NUexaC1ow
Hello guys,
www.tabletroms.com user cass has made a ICS rom for the Advent Vega.
The download and the installation stay in the discription.
All credits goes to him!!
Thanks!
You can find the build here :
VegaICS-Beta1.exe
VegaICS Beta1 MD5
=================
1a5ed3243f147c3d25c0caa1a7568862 - VegaICS-Beta1.exe
Synopsis
========
This is the first Beta build of ICS for the vega and other tabs like it.
This should now be feature complete and deserving of an upgrade from Alpha status.
This is very stable and nice to work in from my point of view, nothing i can see
as major that will prevent you having a nice experience.
Work is based on Android 4.0.3
Strangeness
===========
Wifi should work fine now, a new library and framework has been created
to enable Wifi to work properly .. However .. Wifi is slow to resume from
sleep.. you may have to toggle Wifi off/on to have it resume .. If you wait
it returns no problems.. its just a bit slow.
Not working
===========
Advanced Power menu on shutdown has some options that dont work
Reboot to recovery
Reboot to bootloader
Aeroplane mode (does not come out of it as i seen)
Ill get to fixing / removing these at a later date
Installing
==========
This Beta build is in NVflash format only, i could not be bothered yet
to create a CWM update file yet as its still to early for me to care
for that.. Just execute this in the normal fashion from windows.
Or extract it and do from linux for all you penguin lovers out there..
Recommendations
===============
Backup current files / data as this image will wipe it all
Devs
====
Cass -- VegaICS and some other stuff.
ejtagle -- Fantastic kernel work /core libs and sage like advice
Thanks
======
Paul O'Brien from Modaco for the Vega when mine went boom
Lareeth for his reboot to recovery app
Shaizer for his VegaICS splash screen
Others who provided splashscreens .. thanks too .. keep at it i may use them yet
DVTonder for his Advanced power menu code
MrDeadlocked for his fix to make DVTonders menu appear on our tabs
the3dman via MrDeadlocked for the 120dpi launcher fix
MrGuy for the info on Mic sound duplex fix
Wooshy1/Areo/scanno for the recovery image (no stale boot on most tabs)
brucelee666 for the random reboot fix, ueventd fix
Scanno for the touch recovery
The community for all the feedback and testing
Anyone else i spoke to i missed here (Sorry and a BIG THANK YOU)
Features
=======
Most of the large dirs in /system are now squashfs files, this is to save on space.
You need to use squashfs with gzip support if you are to play with them. Kernel must
also have squashfs support included.
The dir that contains WiFi firmware and kernel module has been relocated to /system/etc/misc/
this is to ensure of the minimum file size of any update we make to the kernel and provide to you.. It makes not difference as its linked back to its proper place.
tun.ko for vpn can be found in /system/etc/misc/ too, linked back to the proper place.
For all other libs you need to add, add them to /system/vendor/lib, they will be picked up.
Enjoy !!! Feedback welcome !!!
Rgds
Cass
Donate - ejtagle
Here
Donate - Cass
If ejtagle makes his million with donations, im sure he'll help me out .. he deserves your gratitude ..
Thanks for any donations you send ..
OEM's
=====
Be polite -- if you want to use this ROM .. contact me .. we can work something out .. if you just take it .. we will know
Source: http://www.tabletroms.com/forums/vega-rom-development/3817-vegaics.html
Features
========
Touchscreen
HW acceleration
SD card
USB host
Bluetooth
A2DP (fixed??)
Wifi
3G (fixed???)
Sound 48khz
HDMI Sound/Video 720p
Sensors
Sleep
HQ video (YouTube, Netflix, etc)
Camera (resumes from sleep, no workarounds)
Mic
120 DPI Launcher fixed
CWM recovery with no stale boot
Advanced Power Menu (some of it anyway see not working for details )
Add the shuttle tools apk for usb host
GPS libs added
Calendar / Gallery Gapps
Dictionary added
Remove G-earth / GMaps (you can download them)
Add a file manager
Recovery reboot app
tun.ko added for VPN
Apps2SD Fixed
Latest Gapps 120dpi supported
Browser settings modified showing settings advanced -> uagent
In Progress
===========
Sleep problem relating to WiFi
3G, let us know if it works, if not provide logcat and dmesg. Should
work fine for data, voice and sms will require an Android recompile to
add those features, no time to do right now, will do later once 3G is
confirmed to work, i dont have it so cant test.
Slow sound in Skype, 48khz sound should fix it .. feedback required ..
Power menu options need fixed / removed
Woot. Been waiting for this to come along. I'll flash this tonight if I get a chance
Sent from my GT-I9000 using xda premium
hudster2001 said:
Woot. Been waiting for this to come along. I'll flash this tonight if I get a chance
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
oke nice, can you make a video of it when it runs? I can post it (if you're agree of course)
This is the news I've been waiting for
I'm quite satisfied with cm7 on my phone... but ics on the Vega is something I've been looking for the fact that someone has it booting is enough now I can stop searching and wait for a stable(ish) release
YouTube videos would be much apprieciated
Please keep going.
Awesome, been waiting on this, keep it up, thank you XD
Sent from my U20i using the awesome Flame E rom
For "alpha 1" a lot of stuff works! I imagine if we get as much work done as was on vegacomb this will turn out even better (we have the source, and LOTS of people working on ICS for all sorts of devices) honeycomb was a bit specialist, but every device is getting an ICS port, even my hero, knowledge can be shared!
Alpha2!!!!!!
http://www.tabletroms.com/forums/vega-rom-development/3817-[rom]-vegaics-alpha-2-a.html#post41382
alpha 2 works amazingly well, i cant believe its alpha still, its more than good enough to be a beta build now. next build will be worth jumping on for many users and help with bug fixing and reporting. already alpha 2 is quicker than viewcomb.
slybunda said:
alpha 2 works amazingly well, i cant believe its alpha still, its more than good enough to be a beta build now. next build will be worth jumping on for many users and help with bug fixing and reporting. already alpha 2 is quicker than viewcomb.
Click to expand...
Click to collapse
Its still an Alpha because its not feature complete .. as soon as it is the status will be changed .. thanks for the comments though.. makes me happy
updated 1st post
Many thanks Cass.
Just when I was thinking the advent was going to be left for dead, we still have a brilliant Dev.
Sent from my Sensation using xda premium
3g usb dongle run for this rom
3g usb dongle run for this rom
drxx said:
3g usb dongle run for this rom
Click to expand...
Click to collapse
Not yet, it's being looked at.
Sent from my HTC Sensation Z710e using Tapatalk
Performance on this is amazing, thanks so much.
Sent from my GT-I9100 using xda premium
Wow its awesome, the issue I have is it wont wake from sleep, as soon as the screen switchs off I have to hold the power button to force off then restart. But man its smooth well done. Cheers
the_mouse said:
Wow its awesome, the issue I have is it wont wake from sleep, as soon as the screen switchs off I have to hold the power button to force off then restart. But man its smooth well done. Cheers
Click to expand...
Click to collapse
Yeah were working on that. Not an easy fix :-( apparently there is an app that workaround it.. Screenlock or similar from mktplace.
Softlocker free seems to work well, disables sleep so you don't have to reboot every time the screen goes off.
Sent from my GT-I9100 using xda premium
Hmm... have same wake from sleep problems on stock, but it's rare.
Will give these apps a try!

(ROM)(AOSP) Team Gummy-Weekly

GUMMY
Gummy ROM is made for speed, stability and to stay as closely in line with AOSP as possible while still supporting a large amount of devices and giving you all of the features you love. It isn’t slowed down by features you’ll never use nor is it so slim as to be just another AOSP build.
Features:
* New base built from AOSP
* Status Bar Mods
* Theme Manager
* Hardware Key Mod
* Lock Screen Mod
* Many Wallpapers
* Performance Control
* Application Permission Controls
* Carrier Label Options
* Background Style
* Lock clock widget
Instructions for installations:
DO NOT USE TWRP. ONLY THE LATEST CLOCKWORK MOD
1. Download ROM
2. Download Gapps
3. Push to sdcard
4. Reboot Recovery
5. Wipe Data and Cache
6. Install ROM
7. Install Gapps
8. Reboot System
Contributions:
* Thank you to Cyanogenmod for device and hardware repositories. Without this, porting Gummy to QCOM devices would have been nearly impossible.
* Thank you to Google for the best source code.
* androidfilehost.com for hosting our file servers!
*Thank you to rhcp and the other developers at #lg-g2-dev for helping bring this device up to 4.4. It was a group effort.
Team Members: In alphabetical order
Primary Developers:
Cphelps76, Kejar31
Developers and Device Maintainers:
Bkjolly, BytecodeMe, DHacker27, Hashcode, NoCoast, Papi92, TDM, Xoomdev, Thomas.Raines, Inkslinger666
Artwork direction and development
ChadFrankos, Cphelps76, Kejar31
GitHub https://github.com/TEAM-Gummy
Gerrit http://review.gummyrom.com/#/q/status:open,n,z
Download Links and changelog located in post 2
Downloads, Changelog and Bug Tracker
Downloads
For a complete list of changes:
gummyrom
Gummy-M1.2-03-07-14-WEEKLY-skyrocket.zip
Upstream maintenance...
Loads of fixes and updates. Check out the gummyrom link above for more details
Gummy-M.1-02-17-14-WEEKLY-skyrocket.zip
Fix bootloop issue in kernel
Merged with upstream. Looks like we are going to be moving to milestone 2 soon.
Gummy-M.1-02-09-14-WEEKLY-skyrocket.zip
Officially supported
Starting weekly updates
Gummy interface got a MAJOR overhaul, init.d scripts added to interface, and much more.
Kernel improvements. For more details Skyrocket Lightning Zap! kernel
Should get notification via goo app. Note that sometimes it times out while downloading. This is on the goo server side. To help avoid this, make sure you are using WiFi instead of network, and try downloading during non-peak hours like early morning.
Gummy-M.1-01-29-14-UNOFFICIAL-skyrocket.zip
A few upstream updates
Lightning Zap! kernel version now at 4.4-4
Removed mpdecision from kernel. Testing battery life and low latency issues
Check out the LockClock updates. Updated with upstream and has 5 day popup after tapping on weather in widget
Let me know if you guys get the update notification from goo
Gummy-M.1-01-24-14-UNOFFICIAL-skyrocket.zip
Initial build for the Skyrocket. Milestone 1 v4.4.2
Includes and always will include the latest version of Lightning Zap! kernel
Bug Tracker
Camcorder is broke
Hopefully goo.im will work for update notifications on next build
First Downloading now.Thanks
Nice work on this! It's been flawless so far! Thanks!!
Sent from my SAMSUNG-SGH-I727 using Tapatalk
Any of you guys that have windows on your computer, head over to my Lightning Zap! kernel thread and check out the True CD-ROM emulation info I have in the 2nd post. Let me know if and how it works please...
thomas.raines said:
Any of you guys that have windows on your computer, head over to my Lightning Zap! kernel thread and check out the True CD-ROM emulation info I have in the 2nd post. Let me know if and how it works please...
Click to expand...
Click to collapse
Seeing how I was the one who requested this feature I'll gladly test when I get a chance maybe later today.
Is Bluetooth just as buggy in this as the other CM11 roms?
copene said:
Is Bluetooth just as buggy in this as the other CM11 roms?
Click to expand...
Click to collapse
To be honest, I have no idea. Will you test for me?
New thread with promise, only a few posters in here, be nice, or be prepared to deal with PM's from me.
Respect in posts is a requirement of being a member, if you cannot do that, log off and go to social media.
Back to respectful development...
I have no idea who's responsible for moto x gummy but WiFi is borked for the 1058 on the latest nightly, it boots and looks fantastic, appreciate any help
Sent on my Moto X
flashallthetime said:
I have no idea who's responsible for moto x gummy but WiFi is borked for the 1058 on the latest nightly, it boots and looks fantastic, appreciate any help
Sent on my Moto X
Click to expand...
Click to collapse
So post in moto x forums this place has nothing to do with your problem...
Sent from my SGH-I727 using Tapatalk
TheCybertronian said:
So post in moto x forums this place has nothing to do with your problem...
Sent from my SGH-I727 using Tapatalk
Click to expand...
Click to collapse
I would but unfortunately the developer has not opened a thread for the moto gummy ROM, so I was hoping for a helpful response. Been around xda awhile and I know the rules
Sent on my Moto X
flashallthetime said:
I would but unfortunately the developer has not opened a thread for the moto gummy ROM, so I was hoping for a helpful response. Been around xda awhile and I know the rules
Sent on my Moto X
Click to expand...
Click to collapse
Find dhacker and tell him. Oh and wifi got broke for moto's on all builds... but please keep other devices in their respective forum, or use pm...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Been running for a day. So far, no issues.
Thanks, TR.
SGH-I727 Peace
Update
Download link here shortly...
Hopefully, you guys will get a notification from the goo app that there is an update. If not, let me know...
Update available
Now that I have the Skyrocket officially supported, I will be posting weekly updates. Goo app seems to be working well, but be aware the download sometimes times out, especially during peak times. Always download on wif connection (if you can) and try to download the updates during off peak hours. It's the goo servers, and when they are backed up, we all suffer...lol
Enjoy folks!
Glad to see Skyrocket is officially supported.
I used 1-01-24-14-UNOFFICIAL for about two weeks and only issue was randomly screen will take long time to turn on.
It happened couple of times also with incoming calls. The ringtone will start but after ~10 secs still nothing on the screen.
Recently moved to 1-01-29-14-UNOFFICIAL and haven't had this problem any more.
I'll try the weekly.
Great work, thanks.
err1max1 said:
Glad to see Skyrocket is officially supported.
I used 1-01-24-14-UNOFFICIAL for about two weeks and only issue was randomly screen will take long time to turn on.
It happened couple of times also with incoming calls. The ringtone will start but after ~10 secs still nothing on the screen.
Recently moved to 1-01-29-14-UNOFFICIAL and haven't had this problem any more.
I'll try the weekly.
Great work, thanks.
Click to expand...
Click to collapse
That was kernel related bug. Depending on which gov/scheduler you use, occasionally there was a horrible lag when coming out of deep sleep after the battery level dropped below 75%. But it was so intermittent, I though I was the only one having the problem...lol
It happened again on 1-01-29-14-UNOFFICIAL. Call comes in, ringtone play and nothing on the screen until I manually turn it on by pressing the power button.
I'm using "Interactive" scheduler.
Will the latest Weekly bring any benefit?
err1max1 said:
It happened again on 1-01-29-14-UNOFFICIAL. Call comes in, ringtone play and nothing on the screen until I manually turn it on by pressing the power button.
I'm using "Interactive" scheduler.
Will the latest Weekly bring any benefit?
Click to expand...
Click to collapse
Interactive is the governor. If that's the governor you're using, I would recommend switching the scheduler to noop.
I would also flash the latest version (Weekly) as it includes some kernel fixes that addresses issues like this...

LiquidSmooth is > Cyanogen

Thought I might just let everyone know.
DJRepresent said:
Thought I might just let everyone know.
Click to expand...
Click to collapse
why thank you....alot of work went into it...making sure code was done properly as well as building with gcc 4.8 for rom and sabermod 4.8 for kernel really finely tunes and optimizes the rom just perfectly
Now that it's out into the open!! The best ROM used since forever. Get 16k+ scores on antutu and whatnot. Very stable and have had no raging temperature sores. Definitely the best ROM out there. Period.
Credit goes to R3V3NT3CH for all his hard work and time spent on the development of what might be just one of the best phones with a physical keyboard till date..
You all are awesome.... Glad I can develop for you guys....more goodies to come soon...been spending the last week on prior device I developed for as I promised that community some updates and stuff...
Sent from my L1QU1D R3L4Y using xda-developers app
REV3NT3CH said:
You all are awesome.... Glad I can develop for you guys....more goodies to come soon...been spending the last week on prior device I developed for as I promised that community some updates and stuff...
Sent from my L1QU1D R3L4Y using xda-developers app
Click to expand...
Click to collapse
There actually are a few glitches that I'm noticing, now that I've had time to play with the phone. Is there a way to disable certain services / features to get the phone to run a little better? What I'm looking for is something very bare-bones; I don't need any bells or whistles. For example, I've disabled all the animations that I could, but are there any other tips to make the phone a little more responsive?
Another problem is that the phone doesn't want to update to a newer LS, it says "Invalid ROM (liquidd2lte) & device (apexqtmo) combo!"
Any ideas?
DJRepresent said:
There actually are a few glitches that I'm noticing, now that I've had time to play with the phone. Is there a way to disable certain services / features to get the phone to run a little better? What I'm looking for is something very bare-bones; I don't need any bells or whistles. For example, I've disabled all the animations that I could, but are there any other tips to make the phone a little more responsive?
Another problem is that the phone doesn't want to update to a newer LS, it says "Invalid ROM (liquidd2lte) & device (apexqtmo) combo!"
Any ideas?
Click to expand...
Click to collapse
the reason it wont update through settings is because although the relay is a d2 variant phone it is not unified for any of the d2 variant updates....hence why for now its unnoficial and not unified or seperately branched on liquids end for updates.....as for wanting something very bare liquid is not meant for this as it has a huge multitude of customizations....try using slimkat and flash my kernel over it and im sure youll find what you are looking for
LiquidSmooth
Hello and thx for the nice ROM, only KITKAT makes my phone useable.
Unfortunately i have some issues.
1. No deep sleep after charging, i have to reboot to resolve that.
(performance menue changes: cpu limit to 1458 on boot)
2. Email only imap and no way for option dont delete from server?
How i change to some kind with no delete from server or better which app work?
(k9 app don't have this option, gmx app have this option but activate the option do exactly nothing,
the mails are still deleted).
3. Gallary don't show photos that took with app Ucam, same if photos send by bluetooth.
I have to reboot to see the photos from the last session (media scanner only scan at boot).
4. TrackID with optical issue, i report a video if nessesary and i inform me about HowTo take a on screen video.
5. No undervolt possible, the performance menue told me my device doesn't support undervolting. Checked that behavior with some tuning tools, same issue. All tweaking tools tells me Kernel doesen't support undervolting so i deinstalled the tools without changes. No worries, i have some uv experience with xperia pro
I installed your new kernel yesterday (B14CK1RD v. 1.1) and repplaced the original one from LiquidSmooth but unfortunately the issues are the same.
Only 1. and 3. are realy important for me.
and again, thx for the nice LiquidSmooth
Marcus

Categories

Resources