[Firmware][ICS]UNOFFICIAL CM9 for the Infuse 4G (07/28/2012) - Samsung Infuse 4G

DO NOT POST IN THIS THREAD UNTIL YOU HAVE COMPLETELY READ THIS POST AND THE FAQ.
Since jt1134 is no longer supporting his CM9 releases here on XDA and asking people to go elsewhere for support, I have decided to start building CM9 for the Infuse.
Much of the credit goes to him for doing the initial ICS bringup for Infuse, I'm working on fixing some of the things that are not yet working. Even more goes to LinuxBozo - without his CM7 work we would be nowhere.
http://d-h.st/vN1 - 06/20/2012 build
http://d-h.st/ahW - 06/27/2012 build
http://d-h.st/Pfr - 07/28/2012 build
Installation instructions-from a Gingerbread firmware with "red CWM":
Place this release and an ICS gapps release on your SD card.
Flash this ZIP in CWM
Reboot - you will get stuck at the Samsung screen
Reboot to recovery again using the three-finger salute - hold down VolUp+VolDn+Power until the device reboots, release Power after the reboot, continue holding VolUp+VolDn
Go to Mounts and Storage and format: system, data, cache
Flash this ZIP a second time, then flash gapps
Reboot and enjoy
Coming from any AOSP-based firmware with "blue CWM":
Flash this, flash gapps, wipe. That should be all you need.
What is working:
Calls
GPS
Sound
Video playback
What is partially working:
Camera (minor flakiness, but mostly working)
Car dock audio (possibly desk dock too, untested) - Some issues with ringtone playback when docked - This is native dock audio, not using the Car Dock Redirector app workaround. Thanks go to StevenHarperUK of the GT-I9100 community for reworking CM9's dock audio code to permit this to work.
Wifi - It frequently loses connection when the device is asleep. Most likely needs some SDHCI driver tweaks to match the N7000 wifi driver.
Wifi Direct - A little glitchy but mostly working with I777/N7000. Won't talk to a P7510 (Tab 10.1) though.
Bluetooth - A2DP (music) and SCO (call audio) now works. However BT power management (LPM) is currently disabled, so BT may eat your battery when on.
Not working:
TV Output - No one has gotten MHL fully working on any Samsung device yet to my knowledge. There's some promising results from the I9100 community but it's not there yet.
Known issues:
SetCPU seems to be unable to set the minimum frequency to 100 MHz. This is one of the main reasons for holding off on OC - even stock clock code isn't working quite right
Facebook contact sync has been blocked by Google in ICS - this is universal to ICS on all devices I'm aware of. Facebook got what they deserved here.

Building - Use the Source, Luke
Kernel source is at: https://github.com/teamhacksung/android_kernel_samsung_dempsey
Device repo at: https://github.com/teamhacksung/android_device_samsung_infuse4g
To build, first prep your system for a Cyanogenmod build by following the instructions at:
http://wiki.cyanogenmod.com/wiki/Building_from_source
Once you have done the first "repo sync", at the two following lines to .repo/local_manifest.xml
Code:
<project path="device/samsung/infuse4g" name="teamhacksung/android_device_samsung_infuse4g" remote="github"/>
<project path="kernel/samsung/dempsey" name="teamhacksung/android_kernel_samsung_dempsey" remote="github" />
Run "repo sync" again
Sync https://github.com/TheMuppets/proprietary_vendor_samsung/ into vendor/samsung
Drop the contents of the attached tarball into vendor/samsung
(I really need to clean that process up...)
Run:
Code:
. build/envsetup.sh && brunch infuse4g

FAQ
Q: I get weird rainbows in recovery and when my device boots? What gives?
A: This is what happens when a Gingerbread or ICS kernel is booted on a device with Froyo bootloaders. You will need to either live with the rainbows (recovery is at least partially usable with the rainbows now) or flash Gingerbread bootloaders. Stay tuned for more info on bootloader flashing.
Unfortunately, the classic "rainbow fix" we used for Gingerbread is not compatible with how video acceleration is set up in ICS. The rainbowfix will just cause the device to crash immediately on boot. (I think this is why jt was not successful with LinuxBozo's CM7 source.)
Q: I'm getting rainbows, how do I flash Gingerbread bootloaders?
Flash the bootloaders from the file attached to this post using Heimdall as follows:
Code:
heimdall flash --primary-boot boot.bin --secondary-boot Sbl.bin
DO NOT do this unless you are experiencing rainbows, and DO NOT do this until you have confirmed you can flash less dangerous stuff (like kernels) with Heimdall. If the flash fails you will hardbrick!
Thanks to LinuxBozo for confirming, way back in the days of UCKJ2, that Heimdall can safely flash bootloaders from leaks. http://forum.xda-developers.com/showthread.php?p=18539754#post18539754 - Be warned, once you do this step there is no going back. For whatever reason the Infuse won't flash dumped bootloaders, so there is no known way to return to Froyo and Rogers Gingerbread bootloaders.

Change Log
7/28/2012:
Removed 1000 MHz cpufreq step - the extra frequency step was causing all sorts of weird derpage.
Fixed 1200 MHz step (it was using the wrong PLL settings)
Moved to open source sensor HAL
7/22/2012:
Major improvements to camera flash functionality - torch is still broken but most other flash functions work
EXIF info (including rotation) is now saved. However I had to disable JPEG thumbnail generation, which slows down viewing of images in gallery
Structural changes to the repos to make things cleaner - Once two patches get merged by CM I plan on submitting Infuse for official nightlies
CPU clock handling for GPU bus frequency was changed from a policy change (min freq bumped to 200 MHz in policy, which would cause some apps to "stick" the min at 200) to a DVFS lock. Min no longer bumps up to 200 - however any time the GPU is active it'll still lock to 200 MHz.
6/27/2012:
Discovered our device has a Broadcom BT chipset - the CG2900 is NOT used for Bluetooth. BT is now fully functional other than possible power management issues
6/20/2012:
Various upstream stuff
Wifi Direct support added - partially glitchy (see OP)
Bluetooth support brought up to CM7 levels (Audio stuff is still broken)
5/27/2012:
New wifi driver from GT-N7000 Update3 source drop: Hopefully will improve wifi for those with issues
New LPM (charging while off) code from I9100
All upstream changes since last build, including lockscreen weather
5/19/2012:
Lots of upstream CM9 changes, including theme engine and customizable lockscreen
Settings->Advanced now works. mDNIE settings (tested) and HSPA+ control (untested)
A small patch that might help wifi driver loading issues, but not guaranteed (gokhanmoral reverted it within a day in his case...)
5/2/2012:
Pulled in a few wifi fixes from gokhanmoral's I9100 SiyahKernel tree. May help those who are having wifi issues.
4/23:
Fixed wifi MAC address getting set randomly on every boot
4/22:
Misc stuff from CM9 upstream
New wifi driver backported from the I9100 update4 sources and pershoot's Tab 10.1 kernel - Fixes wifi tethering!
USB tethering removed until I can make the RNDIS driver play with the new net/wireless code - not even sure if it was working to begin with.
4/19:
No more banding in recovery (thank codeworkx for this one, exact same fix as for I9100)
FFC is no longer cropped to one corner of the sensor. Full resolution support for FFC still not implemented
Various upstream changes

Very nice any idea on how to get mtd to work? Also would that improve speed ? Thx
Sent from my SGH-I997 using xda premium

Thanks for taking this on for all of us here in the xda community.
Sent from my MB865 using xda premium

The_Zodiac said:
Very nice any idea on how to get mtd to work? Also would that improve speed ? Thx
Sent from my SGH-I997 using xda premium
Click to expand...
Click to collapse
I believe that was primarily used to eliminate the need for Samsung's proprietary RFS/FSR modules.
It doesn't carry a speed benefit, but it's beneficial in the long run for kernel developers.

Current differences between my build and jt's last:
1) I haven't put AriesParts in yet - half of the features don't work
2) Overclock is not in yet - The overclock code from netarchy/LB is ancient and needs to be reworked. Voltage control is in there though
3) Car dock audio redirection is working, using a built-in CM9 approach instead of a separate dock audio redirector app. I had to make some changes in libaudio of aries-common to fix this. Probably some more work needs to be done here - ringtones when docked are iffy.

Great work... blindly flashing now based on developer name.

Sounds great.. I just got jt1134's build 2 installed and working..
Looking forward to seeing what you put together for us. Always great stuff coming from you!!

Entropy512 said:
Since jt1134 is no longer supporting his CM9 releases here, I have decided to start building CM9 for the Infuse.
Much of the credit goes to him for doing the initial ICS bringup for Infuse, I'm working on fixing some of the things that are not yet working.
http://d-h.st/x53 - 4/15/2012 build
Installation instructions-from a Gingerbread firmware with "red CWM":
Place this release and an ICS gapps release on your SD card.
Flash this ZIP in CWM
Reboot - you will get stuck at the Samsung screen
Reboot to recovery again using the three-finger salute - hold down VolUp+VolDn+Power until the device reboots, release Power after the reboot, continue holding VolUp+VolDn
Go to Mounts and Storage and format: system, data, cache
Flash this ZIP a second time, then flash gapps
Reboot and enjoy
What is working:
Calls
GPS
Wifi
Sound
Camera
Video playback
What is partially working:
Camera (front camera is zoomed in excessively)
Car dock audio (possibly desk dock too, untested) - Some issues with ringtone playback when docked - This is native dock audio, not using the Car Dock Redirector app workaround. Thanks go to StevenHarperUK of the GT-I9100 community for reworking CM9's dock audio code to permit this to work.
Not working:
Wifi tethering - We need far more than the HIDDEN_SSID fix CM7 required unfortunately
Bluetooth - Not working at all, not even to CM7 levels
TV Output - No one has gotten MHL fully working on any Samsung device yet to my knowledge. There's some promising results from the I9100 community but it's not there yet.
Click to expand...
Click to collapse
Are you saying that he's not building any more releases, or that he just won't be releasing them here on XDA, but on rootzwiki instead. I'm confused.

Thanks for this! Did you fix/attempt to fix the problem with music coming out of the speaker when you get a notification with headphones plugged in? That's the only thing keeping me from loving ICS, since it's preventing me from listening to music at work.

kirin0ichiban said:
Are you saying that he's not building any more releases, or that he just won't be releasing them here on XDA, but on rootzwiki instead. I'm confused.
Click to expand...
Click to collapse
I don't know what he's doing... All I know is he released his first build here but refuses to post any subsequent builds here, even though this is where all other Infuse development occurs. It's unreasonable to ask users to go to another forum just for ONE firmware, especially a forum with broken CSS stylesheets and a horrifically immature/irresponsible userbase. jt1134, imnuts, and Ezekeel are the only RW fans I've met that weren't complete douchebags and had technical skills to back up their bravado. Others think it's "kewl" to tell users to flash bootloaders all the time and then laugh at them if they hardbrick.
Frooty said:
Thanks for this! Did you fix/attempt to fix the problem with music coming out of the speaker when you get a notification with headphones plugged in? That's the only thing keeping me from loving ICS, since it's preventing me from listening to music at work.
Click to expand...
Click to collapse
Not yet... I'm just starting to mess with libaudio.

Awesome finally in the Dev section thanks Entropy!
Sent from my SGH-I997 using xda premium

kirin0ichiban said:
Are you saying that he's not building any more releases, or that he just won't be releasing them here on XDA, but on rootzwiki instead. I'm confused.
Click to expand...
Click to collapse
1st must you quote the entire op?
Yes and no...yes jt is still building...no he is not posting on XDA...jt prefer the rootzwiki site that's where he is posting....
Check or Hold??

Entropy512 said:
I don't know what he's doing... All I know is he released his first build here but refuses to post any subsequent builds here, even though this is where all other Infuse development occurs. It's unreasonable to ask users to go to another forum just for ONE firmware, especially a forum with broken CSS stylesheets and a horrifically immature/irresponsible userbase. jt1134, imnuts, and Ezekeel are the only RW fans I've met that weren't complete douchebags and had technical skills to back up their bravado. Others think it's "kewl" to tell users to flash bootloaders all the time and then laugh at them if they hardbrick.
Not yet... I'm just starting to mess with libaudio.
Click to expand...
Click to collapse
Alright, well thanks for the quick reply. I didn't/don't know whats going on either. I'll just continue to monitor both threads and eventually things will become clearer on what he's doing. Great work on the ROM by the way! Keep it up.
---------- Post added at 07:13 PM ---------- Previous post was at 07:09 PM ----------
bigjoe2675 said:
1st must you quote the entire op?
Yes and no...yes jt is still building...no he is not posting on XDA...jt prefer the rootzwiki site that's where he is posting....
Check or Hold??
Click to expand...
Click to collapse
Obviously I needed to quote the first OP, because that where my question originated from. And thanks for giving me the information that I was basing my question on, I know he's posting his builds on Rootzwiki, and has several threads opened up for his builds where everyone is saying something different about what he'll be doing with his releases.

He and I clearly also have differing opinions on how to go forward. My opinion - fix what's broke until you hit something insurmountable (like fully working Bluetooth on CM7).
Then add shiny destabilizing features like overclocking...

kirin0ichiban said:
Alright, well thanks for the quick reply. I didn't/don't know whats going on either. I'll just continue to monitor both threads and eventually things will become clearer on what he's doing. Great work on the ROM by the way! Keep it up.
---------- Post added at 07:13 PM ---------- Previous post was at 07:09 PM ----------
Obviously I needed to quote the first OP, because that where my question originated from. And thanks for giving me the information that I was basing my question on, I know he's posting his builds on Rootzwiki, and has several threads opened up for his builds where everyone is saying something different about what he'll be doing with his releases.
Click to expand...
Click to collapse
No need to be rude to mister Joe he was only trying to help!
I'm glad its finally on XDA makes it easier to know when an update is since I only check this site
Sent from my SGH-I997 using xda premium

kirin0ichiban said:
obviously I needed to quote the first OP, because that where my question originated from. And thanks for giving me the information that I was basing my question on, I know he's posting his builds on Rootzwiki, and has several threads opened up for his builds where everyone is saying something different about what he'll be doing with his releases.
Click to expand...
Click to collapse
Actually you didn't but YW for clearing up your confusions....

Runs beautifully as advertised!
I spoke with Entropy.. I would like everyone to take note:
Your phone is lying to you when it says you are on H+ all the time. That would kill your battery. It will jump to H and 3G all the time. CM9 does not display H+, only H.
I found Alarm Free (HD) does the same thing as Touchwiz Clock (Alarm, Stopwatch, and Countdown). I rely on Touchwiz clock at work for testing devices times and at home for timing punishments and waking up in the morning... I felt this was important to mention.

Related

[ROM][6.35] Sanpei's HERO Sense, OCed version/almost everything like HTC official ROM

FOR 32A, RADIO 6.35 and SPL 1.76
this port only have very little modification from original official ROM, some kernel driver tweaks, camera libs replacement, our bt firmware, sensors files and root.
first boot could be not very smooth. screen may go blank, if you would encounter this problem, just wait for a while, and press some keys. when you make all your settings done, a reboot is highly recommended. I have used it daily now.
download:
latest update [Jun 26]::
OC: http://forum.xda-developers.com/attachment.php?attachmentid=349885&d=1277499752
non-OC: http://forum.xda-developers.com/attachment.php?attachmentid=350638&d=1277631885 , under testing, plz report bugs.
changes:
HTC's battery driver
a new driver extension to support default USB netshare *
a newer sanpei helper which is reimplement **
non-OC version: screen on 528/352, screen off 240/176 ***
OC version: screen on 576/384, screen off 245/176 (4.0 in Linpack with JIT)
other fixes, many error reports in aosp kernel (which version > 2.6.29) have gone, we have a clean dmesg now
ROM itself:
apply update after you flash the ROM:
http://www.4shared.com/file/XHlI-Kdl/3pei_hero_21_alpha.html
mirror: http://www.multiupload.com/RRWFEYLPP1 , by malachaskos, thank you
wipe and flash in recovery, and you should delete the generated files (by android) in your sd card.
please make sure that you have installed driver properly. a little more details: http://forum.xda-developers.com/showpost.php?p=6180261&postcount=986
addition:
for JIT, download this: http://forum.xda-developers.com/attachment.php?attachmentid=345213&stc=1&d=1276842897
you have to set your Home Wallpaper and Lockscreen Wallpaper to something on sdcard before the first boot with JIT enabled, (and you can set them back after that: I have tried other HTC wallpapers except default). the workaround is found by klothius, thx .
if you encountered any trouble, and want it disabled, flash this: http://forum.xda-developers.com/attachment.php?attachmentid=345214&stc=1&d=1276842897
for Gallery3D, download this version: http://forum.xda-developers.com/attachment.php?attachmentid=338391&d=1275828997 , it could work with HTC Camera app in most HTC's ROM.
known issues and workaround:
keyboard light and some other led features : flash update plz
gps may need to boot with gps setting on, or you could try capychimp's gps files
official USB netsharing: flash update plz
if you find infinite logs about database queries which are generated by bt components, what I know is a reboot, or kill the bluetooth process
APN list shows nothing (unless your mobile operator is Chungwa in Taiwan), plz manually add your APN
* it could work under windows, but you must enable netshare in settings, and not in notification area. and you must disable netshare in settings if you want to use DiskDrive.
plz don't turn mobile network setting off when wifi is on. HTC's software will disable netsharing and uninstall the driver when you turn off mobile network.
** dev could set the button led timeout now.
just setprop sanpei.buttonlight.delay 20 (in sec) when phone is running, or set it in build.prop. plz report any issues.
*** I don't test the non-OC version myself yet, if you encountered any problem plz tell me, since it have lower frequency when you don't touch the phone.
and if the screen doesn't turn on during boot with OC version, plz press red button to close screen then press any other button to active the screen.
this issues happened once when first time I used this ROM after it was ported, though we don't have a kernel OCed that time. so I had said "first boot could be not very smooth" before. now I found that with higher CPU freq, it will happen more frequently.
so I won't support higher frequency at current. they are not so stable as I considered before. maybe you think that we could boot it with a lower frequency then use higher after boot. but I think if it have troubles when booting, it will have more troubles in heavily usage.
old changes:
some new commits to aosp kernel are included
qdsp driver changed to htc 2.6.29 version with some hacks
other little tweaks, not very important
for developers, many modules are included, you could check the modules folder. but I don't enable things like compcache by default. OC is not included, my phone is heated and I don't want to take a risk before I could have time to verify it carefully.
HTC Sync will work with with version 2.0.25, you can find it here (thank paultoan): http://www.htc.com/us/support/magic-rogers/downloads/ .
other pure ports:
you can find them here: http://forum.xda-developers.com/showthread.php?t=642125 .
legend port is a bit slow, but it have more features: the new way of select text、copy、wiki、translate and dictionary, etc.eris port may be faster then this one, and has been tested for a long time, but with old looks.
could someone test for us, if the new kernel binary and boot.img (in update.zip) could work with legend/eris ports? then we could use it to upgrade these ports too.
sanpei,好久不见啊,这个是基于昨天hero官方发布2.1移植的版本吗?
wuguohui109 said:
sanpei,好久不见啊,这个是基于昨天hero官方发布2.1移植的版本吗?
Click to expand...
Click to collapse
是。在这最好说英文,不然版主说不定对咱们有意见了...
yes, please write in English here, otherwise moderator may have some thoughts...
ok,Download now,thanks,haha
Can You check what languages does it have?
i think both “繁体中文&english”,thats all
sanpei how about rc e100 ? does it work?
Welcome back Sanpei!
Great thanks to sanpei
thanks
Bug :
Footprints cam Preview no work (photo OK after shooting)
edit---
First Preview rotating, right and bottom Flicker
Second Preview rotating
looking forward to a more stable version
Nice to see you back sanpei.
Would there be any point in trying to throw your new kernel build into one of the older roms (like the legend or eris)?
@Sanpei
are you using your own kernel? cause i think bluetooth drain battery issue still exists on this rom
account1 said:
@Sanpei
are you using your own kernel? cause i think bluetooth drain battery issue still exists on this rom
Click to expand...
Click to collapse
you should turn off bt after using it. a component of bt will prevent the phone going to sleep when bt is turned on. I will try to find a solution when I have time.
I don't want to use HTC's kernel. because they have some other bugs too. fixing bugs in HTC's kernel is less valuable than our current way. and you know, maybe we should try android 2.2 later.
so we must stay at aosp kernel and adapt it to run both AOSP and HTC's ROM. and I think these jobs could be done. all the problems are just time, time and time.
btw, it's not "my own kernel", it is the aosp kernel, I just did some repairing for our purpose
and to others:
sorry, I couldn't do works which would take a lot of time at current. but I won't stop.
sanpei, there's an ongoing effort on porting the 2.6.33 kernel to the new radio, with some work already done. Maybe you could give some help to the people doing that job
sanpei said:
you should turn off bt after using it. a component of bt will prevent the phone going to sleep when bt is turned on. I will try to find a solution when I have time.
I don't want to use HTC's kernel. because they have some other bugs too. fixing bugs in HTC's kernel is less valuable than our current way. and you know, maybe we should try android 2.2 later.
so we must stay at aosp kernel and adapt it to run both AOSP and HTC's ROM. and I think these jobs could be done. all the problems are just time, time and time.
btw, it's not "my own kernel", it is the aosp kernel, I just did some repairing for our purpose
and to others:
sorry, I couldn't do works which would take a lot of time at current. but I won't stop.
Click to expand...
Click to collapse
we thank you all for your effort Sanpei
but by saying "turn off bluetooth after using it" makes me quit of trying all those custom roms with this particular kernel
bluetooth, its a feature i use all the time, every day, so i personally quit flashing until problem is solved
again, thank you for your great work here
Re: [ROM][6.35] a very pure HERO 2.1, new look and eris ...
Sanpei, can we use the cpu clock on some later phase of your rom/kernel ?
-------------------------------------
Sent via the XDA Tapatalk App
helderp said:
sanpei, there's an ongoing effort on porting the 2.6.33 kernel to the new radio, with some work already done. Maybe you could give some help to the people doing that job
Click to expand...
Click to collapse
.33 is a experimental project by Google, and our device won't get benefits from the increased digit. I will only work on kernels which will be chosen by Google and other manufacturers. and sadly, for some nonsense reason, I and some people couldn't work together.
account1 said:
we thank you all for your effort Sanpei
but by saying "turn off bluetooth after using it" makes me quit of trying all those custom roms with this particular kernel
bluetooth, its a feature i use all the time, every day, so i personally quit flashing until problem is solved
again, thank you for your great work here
Click to expand...
Click to collapse
i am really sorry for that. when I was fixing the battery drains, I don't know much about the right behaviors that bt features should have. so I just leave the prevent-sleep mechanism there because I think it is necessary.
and now I don't have enough time as before. but from you and others, I know what the right behaviors are. I will try to fix it in next release, for people who use bt heavily.
Bladyle said:
Sanpei, can we use the cpu clock on some later phase of your rom/kernel ?
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
yes (we should make more things could be controlled by users in the long run), but not now.
we still have some issues that are important to other users, though personally, I don't use those features heavily.
my order:
1. lights in Sense ROM for other devices and battery drains when bt is on
2. android 2.2 or big improvements in android 2.2 (port them to daily usable ROM)
3. default USB netsharing, netsharing under windows and other features like this
4. other hardware supports and features like CPU freq control.
5. some hidden bugs in aosp sources or htc drivers we used (though they don't affect anything in most cases)
hope I could get enough time end of this month and next month, then I could repair/add one or two of them.
I only referenced the .33 kernel since that's what's used on cyanogen 5 series mod, and if it could be adapted to the new radio it would be a good way for us to have CM5 with the modifications cyanogen and otheres sometimes do to the kernel. Just my 2 cents

News !!!! Kernel 1.2 2.6.36 for hc

Wifi working
Youtube full HD video working
still no sound
touchscreen wonky but working
Market Working
UPDATE SOON FOR SOUND,BLUETOOTH,TOUCHSCREEN
Update news kernel 1.2 2.6.36 for honeycomb
For those who are curious, this is what the IRC channel topic is today:
Kernel Boots, Accelerate HD Video (Tested w/ Flash in HC Browser), Wifi working, ADB working (USB needs a bit of work), Int SDcard (need proper vold mount), need work on Touchscreen, Sound (may have found out how to properly implement this as Nvidia intended).
think we can say that is very promising. A nice thing ADB is working now.
---------- Post added at 07:14 PM ---------- Previous post was at 06:56 PM ----------
the kernel is running very well and smooth on our g tablets
Appreciate the news feed mate, keep us posted
Sent from my T959 using Tapatalk
honeycomb 3,2 (vegacomb based) snapshot alpha build g tablet
Before reading any further stop!
this is an alpha build
IT IS A DEVELOPMENT BUILD
it is not finished
It has bugs, BIG bugs
it is not feature complete.
It is here to show progress.
It is not here for general consumption (hence the reason its in the laboratory!
DO NOT FLASH IT if
A) you care about your hpad
you want a perfectly functioning rom
C) you don't know what you're doing (I don't have time to correct peoples mistakes)
D) you want to "bug test" or complain, this isn't for that its a snapshot, its what I've got to so far
E) you don't use an external sdcard (as it likely won't boot, its "technical")
DO FLASH THIS if
A) you can help fix the remaining issues.
you don't care about your warranty or possible hardware damage to your hpad
C) you use an External SDCARD
D) you want to get involved with developing the kernel.
E) you know how to nvflash/nandroid etc etc etc etc
F) YOU HAVE A 1653 model, THIS HAS NOT BEEN TESTED ON A 1633, due to the different partitions etc I don't know if it will work.
If you have a 1653 I seriously recommend flashing the 1653 nvflash back up first, to get the partitions correct.
what works
LOTS
what doesn't work
LOTS MORE
inc bluetooth doesn't start at all, sound is quiet, usb only works if you plug in during the honeybee boot screen, sensors don't work (so it won't rotate).
there's a weird bug where you can't drill down through the file structure after boot. (There's a quick work around for that, turn screen off then on again).
battery doesn't show any info (charging works fine)
It doesn't reboot/shutdown gracefully... power button is OFF, don't turn it off if its doing something or you get data loss..
Most crucially it has the sleep of death (you change screen time out to something silly long like 1hour)
or there is a workaround and that is to use
echo 1 > sys/power/wake_lock
***if you don't know how to do this then this build really isn't for you to test***
I haven't included it as standard as I want to test power, that line prevents the hpad going into SUSPEND so is a bit more power hungry, its not bad though.
this is loosely based on the Vegacomb 9n build, very loosely.
a huge thank you to the work of The advent vega vegacomb team,newbe5 et al, Clever buggers the lot of them
Gtab-kerneldev team (treznorx is doing a great job on the code)
The NI adam porters, Rayman, Kushiel etc etc
my mom, my P.E teacher, the guy who held the door open on the 27th october 1992 etc etc
AGAIN
THIS IS A SNAPSHOT
A WORK IN PROGRESS
DON'T FLASH IT if YOU want to complain!
this works for me, now and here>
if it doesn't for you then I'm sorry, but I'm busy trying to make it work better, not deal with the issues you find.
http://83.169.42.176:61000/fards/public/hpad_3_2_ALPHA_TEST.zip
happy testing
luis250 said:
Before reading any further stop!
this is an alpha build
IT IS A DEVELOPMENT BUILD
it is not finished
It has bugs, BIG bugs
it is not feature complete.
It is here to show progress.
It is not here for general consumption (hence the reason its in the laboratory!
DO NOT FLASH IT if
A) you care about your hpad
you want a perfectly functioning rom
C) you don't know what you're doing (I don't have time to correct peoples mistakes)
D) you want to "bug test" or complain, this isn't for that its a snapshot, its what I've got to so far
E) you don't use an external sdcard (as it likely won't boot, its "technical")
DO FLASH THIS if
A) you can help fix the remaining issues.
you don't care about your warranty or possible hardware damage to your hpad
C) you use an External SDCARD
D) you want to get involved with developing the kernel.
E) you know how to nvflash/nandroid etc etc etc etc
F) YOU HAVE A 1653 model, THIS HAS NOT BEEN TESTED ON A 1633, due to the different partitions etc I don't know if it will work.
If you have a 1653 I seriously recommend flashing the 1653 nvflash back up first, to get the partitions correct.
what works
LOTS
what doesn't work
LOTS MORE
inc bluetooth doesn't start at all, sound is quiet, usb only works if you plug in during the honeybee boot screen, sensors don't work (so it won't rotate).
there's a weird bug where you can't drill down through the file structure after boot. (There's a quick work around for that, turn screen off then on again).
battery doesn't show any info (charging works fine)
It doesn't reboot/shutdown gracefully... power button is OFF, don't turn it off if its doing something or you get data loss..
Most crucially it has the sleep of death (you change screen time out to something silly long like 1hour)
or there is a workaround and that is to use
echo 1 > sys/power/wake_lock
***if you don't know how to do this then this build really isn't for you to test***
I haven't included it as standard as I want to test power, that line prevents the hpad going into SUSPEND so is a bit more power hungry, its not bad though.
this is loosely based on the Vegacomb 9n build, very loosely.
a huge thank you to the work of The advent vega vegacomb team,newbe5 et al, Clever buggers the lot of them
Gtab-kerneldev team (treznorx is doing a great job on the code)
The NI adam porters, Rayman, Kushiel etc etc
my mom, my P.E teacher, the guy who held the door open on the 27th october 1992 etc etc
AGAIN
THIS IS A SNAPSHOT
A WORK IN PROGRESS
DON'T FLASH IT if YOU want to complain!
this works for me, now and here>
if it doesn't for you then I'm sorry, but I'm busy trying to make it work better, not deal with the issues you find.
http://83.169.42.176:61000/fards/public/hpad_3_2_ALPHA_TEST.zip
happy testing
Click to expand...
Click to collapse
Although the kernel and rom that you posted is actually for the hanspree tablet, it DOES work on a G-tablet. hardware buttons do not work atm and volume control is backwards. Flash DOES work in the browser natively! I had problems playing videos at 720p and 1080p although. It is running Android 3.2! thats another huge benefit. Another thing that I noticed is that the rom is very fast! opening and closing the app drawer seems much smoother and so does typing. I can't wait to see where .36 kernel development takes the G-tab community. And thanks to fards for releasing this "snapshot" kernel over at slatedroid. Your work as a developer will be very rewarding to the G-tablet community!
EDIT1: Using the official youtube app, I was able to watch videos in HD! Let me tell you they look great On another note, the battery indicator is broken for now.
DO NOT POST MY ROMS WITHOUT MY PERMISSION!
at the very least you could refer people to MY thread, so that they can read and understand...
this is NOT for the G-tab, it is likely to really mess up the g-tab.
Seriously I'm not joking! DO NOT
DO NOT FLASH THIS ON THE G-TAB.
There are lots of similarities between the two devices, but the Hpad is a lot closer to the ADAM board in most respects..
Power regulators are completely wrong in this kernel for the G-tab,
It could burn things out!
DO NOT FLASH THIS ON THE G-TAB
if this happens again, I won't post any more development publicly.
fards said:
DO NOT POST MY ROMS WITHOUT MY PERMISSION!
at the very least you could refer people to MY thread, so that they can read and understand...
this is NOT for the G-tab, it is likely to really mess up the g-tab.
Seriously I'm not joking! DO NOT
DO NOT FLASH THIS ON THE G-TAB.
There are lots of similarities between the two devices, but the Hpad is a lot closer to the ADAM board in most respects..
Power regulators are completely wrong in this kernel for the G-tab,
It could burn things out!
DO NOT FLASH THIS ON THE G-TAB
if this happens again, I won't post any more development publicly.
Click to expand...
Click to collapse
Dude, you're awesome. Please proceed with your work and don't let this get to you, you're making thid tablet worth keeping!
Thank you
Sent from my T959 using Tapatalk
This thread is not for this device, and no permission was granted by the ROM creator. Closing this thread. Once permission has been granted you can create another thread.
FORUM RULES:
12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission, and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails then you may contact a moderator with clear evidence that the work was created by you.
Click to expand...
Click to collapse

[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][14-02-13][Flinny] Andromadus - AOSP4.2.2[9]

Andromadus - Test Builds
To start with here you will find test versions of ROMs built by me from the Andromadus github repo http://github.com/Andromadus, think of them along the same concept as nightly builds just not every night These are development ROM's, if you want to run bleeding edge development ROM's and at least know how to use adb and logcat then you might find something of interest here. If you require something that works 100% of the time all of the time then this might not be for you. That said you can always give it a try and if it doesn't work restore your previous nandroid backup!
What IS Andromadus?
Initially it was a group of people who got together to make ICS work on the HTC Desire Z because nobody else seemed to want to support devices with physical hardware keyboards/trackpads. Whilst the idea stays the same It has grown slightly to support some other hardware and some of the work we have done is now used in many other devices. Andromadus builds of CM10 or CM10.1 are basically CM sources with a few additional tweaks or additions to support our phones.
1. New versions will be added as and when I feel there are enough changes to warrant one, don’t ask when the next version is coming.
2. If we decide to release a "Stable" version of these roms they will be published in another Andromadus thread.
Direct all your queries with release versions to that thread and in the same vain do not discuss these releases anywhere but here.
3. I will do as best I can to answer questions but if you don't get an answer from me I'm sure somebody else will be along to help. Help each other and I have more time to spend fixing things!
4. Don't ask for what's changed since the previous version, have a look at the recent submits on the Andromadus github if you want to know or wait for the mini changelogs when I post a new release.
5. If there is something in particular to test it'll be mentioned!
6. As always if you didn't wipe between installations then at least verify that the problem exists on a clean install before posting here. Nandroid/superwipe/install/check at the end of the day you can always restore your nandroid if the problem is reproducible on a clean installation. If you can't be bothered to try this then I really can't be bothered to try to help you :>
7. All that said ensure you make a nandroid/backup before hand. I take no responsibility for what you do to your phone with these ROM.
8. Whilst I can't stop you I would rather these builds were not used as a base for any ROM/MOD/ETC. The source is all available if you want to do your own builds with which you can do whatever you like.
9. Tell us what works/what's worse/what's better but don't ***** when something breaks or isn't fixed yet, report it and move on.
10. Sometimes people forget that we do this for fun, for ourselves, and sometimes your super important issue is way down on our personal list of things to be fixed.
If you ignore any of the above you will in turn be ignored.
Now that's all out of the way as always have fun
As usual you need to flash the ROM then GAPPS.
Checkout http://andromadus.flinny.org for links/files/changelog's
This a team/community effort, I'll not list everyone who has helped along the way here that list is in the beta thread but I will say thanks to all of them again and obviously anyone that has been missed.
Reserved
Build 5 was pretty stable, interested to see what has changed.
Tapatalked from Desire S running Andromadus
Build 5 was first build i used of AOSP 4.2 and it was fantatic experience, i never expected 4.2 to work so flawlessly on desire s so fast after release. And to be honest i did not see many bugs.
So i flashed build 6 and i was not disapointed, as you said you will release only stable and advanced releases and it was the point with 4.2 build6.
It would be nice to see official changelog, but i have noticed some nice little resize job done and few small glitches fixed.
I just found one thing i dont know how to fix. On android keyboard swype Lithuanian dictionary doesnt work. It is not in official list until i refresh it and then it pops up and i install it ( it worked well with build 5) and with build 6 it just doesnt work, and when i return to dictionary list there is no Lithuanian dictionary again .
Sensors are not working properly. When i make a call, screen turns off even when i don't block the sensors and it stays that way till the time call is going
Sorry man posted it in wrong thread. Its for andromadus cm 10.1 but do look into the matter as its really is irritating
Sent from my Desire S using Tapatalk 2
Thanks for the info..
Why there is no Google Now on lock screen? Only unlock option...
I have latest gapps, updated Google Search etc.
Taranis said:
Why there is no Google Now on lock screen? Only unlock option...
I have latest gapps, updated Google Search etc.
Click to expand...
Click to collapse
That's just the way it is for 4.2, Google made it that way.
I thought I saw videos on YT with Google option on 4.2...
Taranis said:
I thought I saw videos on YT with Google option on 4.2...
Click to expand...
Click to collapse
Yeah, that is for devices with On Screen buttons (Galaxy Nexus or Nexus 4/7/10). For those, the buttons are replaced with a dotted circle on the lockscreen, swiping up from which opens Google Now. Since AOSP doesn't officially support any device without hardware buttons, Google probably thought that it would be best to remove the option from the lockscreen, since swiping from the buttons opens that anyways
Trouble with bluetooth
Hi,
Thanks for your work on this rom!
I would like to report an issue with the Bluetooth functionality in this (and earlier) versions of this rom. In my circumstance it doesn't produce an error of crash.
For example. My phone is connected with a handsfree carkit (parrot) and when entering the car it recognizes the phone, asks for pin code and 'gets connected'. The problem is that the phone is not visible (as usual) on the handsfree device and the overall functionality does not work.
If I can be of any assistance in this I'll gladly be of help.
Thanks for your work!
Well Google switched the bluetooth plugin in 4.2 from bluez to bluedroid. It has been causing issues across devices, even Nexus 7 has issues. As Flinny said we can't do much unless someone upstream fixes it.
Read more here...
http://forum.xda-developers.com/showthread.php?p=35093862
Tapatalked from Desire S running Andromadus
Anyone know why the sound disappear?. notifications, alarms, ringtones, ect.
Thanks for the enlightenment!
suku_patel_22 said:
Well Google switched the bluetooth plugin in 4.2 from bluez to bluedroid. It has been causing issues across devices, even Nexus 7 has issues. As Flinny said we can't do much unless someone upstream fixes it.
Read more here...
http://forum.xda-developers.com/showthread.php?p=35093862
Tapatalked from Desire S running Andromadus
Click to expand...
Click to collapse
Flinny, almost everything works great.
Issues I found (AOSP build 6):
- laggy Camera animations (not very important, maybe it cannot be better),
- high Android OS battery usage (battery really lasts less),
- dictionaries other than English doesn't work with swype keyboard feature,
- some people wrote about bluetooth audio issues.
ROM is very smooth, hope it will be smooth in next builds. Great work!
Taranis said:
Flinny, almost everything works great.
Issues I found (AOSP build 6):
- laggy Camera animations (not very important, maybe it cannot be better),
- high Android OS battery usage (battery really lasts less),
- dictionaries other than English doesn't work with swype keyboard feature,
- some people wrote about bluetooth audio issues.
ROM is very smooth, hope it will be smooth in next builds. Great work!
Click to expand...
Click to collapse
camera animations do lag sometimes and some pictures you take tend to not show up in gallery after you have taken them.
As for battery all i can say is :highfive: battery is almost same in all 4.0/4.1/ 4.2 roms AND it is not at all bad here. I managed to get from full charge(100%) to 81% in 30 hours. I doubt many roms can do something like this in low-med usage.
Other then that this rom is my personal favorite until someone release 4.2 rom with better theme or perfomance.
The only thing i lack in here is conservative cpu governor and maybe little undervoltage.
Taranis said:
Flinny, almost everything works great.
Issues I found (AOSP build 6):
- laggy Camera animations (not very important, maybe it cannot be better),
- high Android OS battery usage (battery really lasts less),
Click to expand...
Click to collapse
+1
Who can tell me how can I put GPS shortcut on quick setting ??I have everything I need except GPS shortcut...
Anyone else have an issue where Calendar just wont sync at all to any Google account? I don't have the options to sync calendars under any of the google accounts I've set up on the device. Tried reflashing, clearing app data etc.
Apart from that, great rom. Super nice battery life.
noponies said:
Anyone else have an issue where Calendar just wont sync at all to any Google account? I don't have the options to sync calendars under any of the google accounts I've set up on the device. Tried reflashing, clearing app data etc.
Apart from that, great rom. Super nice battery life.
Click to expand...
Click to collapse
Clean or dirty install?
By dirty install remove Google accound(s) and then add your accound(s) again.
Worked for me!
For JB4.2 based roms (CM10.1 and AOSP4.2)
if you use a BT headset and are having problems with the mic give this a try.
download the following file.
http://andromadus.flinny.org/libbt-vendor.zip
extract it
Push it to your phone with adb - from the command line
adb remount
adb push libbt-vendor.so /system/vendor/lib
adb reboot
try it now.
Give it a try again and tell me if it all works... If all goes to plan new builds soon
Nick.

(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...

Categories

Resources