Jelly Bean source has been approved for release

schufti

Member
Apr 9, 2013
8
0
Hi vampirefo.,

could you be so nice as to be more elaborate on which rom/kernel combo you refer to and probably where/if it is available?
I think a lot of peolpe would be interested in a fix for the glowball even if it's 4.0.x only...

rgds,
schufti

Oh well if I finish my port before the source is released, I will release my ROM port, and the kernel built from ICS source. Would be nice to get the jb kernel source but if not oh well, I have stopped waiting on it and moved on to porting a ROM, a bad ass ROM Even if I have to say so myself.

This is the only ROM and kernel combo that can run glowball app on a2109.
https://play.google.com/store/apps/details?id=com.nvidia.demo.glowball&hl=en
 
Last edited:

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Hi vampirefo.,

could you be so nice as to be more elaborate on which rom/kernel combo you refer to and probably where/if it is available?
I think a lot of peolpe would be interested in a fix for the glowball even if it's 4.0.x only...

rgds,
schufti

Glowball isn't going to work right for us unless the lib ie sensor gets fixed.

anyway to get glowball to run on any rom, one can do it several ways.

use root file manager

navigate to /system/lib/hw

rename sensors.kai.so to sensors.kai.so.bak

reboot

start glowball

via adb

adb remount

adb shell

su

busybox mv /system/lib/hw/sensors.kai.so /system/lib/hw/sensors.kai.so.bak

reboot

start glowball
 

schufti

Member
Apr 9, 2013
8
0
Hi vampirefo.

Thanks for your answer. So that looks to me as tricking glowball into an "emergency setup" regarding the sensors.
 
Last edited:
Top