Hey all your friendly neighborhood tinkerer here.
I have ported and flashed 4.3 from the S4 leak to the I605. So far, the flash went successful using Vramc3 root odexed as a base.
Watching the logcat during install everything goes fine then i run into this:
The android dev guide doesn't really help out. Just says that its trying to start the device sensor service. Here starts the issue. Which service? Barometer, gyroscope, compass ??????? Anybody seen this before could shed some light on this I would be greatly appreciative.
Or is it that the framework is just not compatible with this phone yet? Let me know what you think.
I have ported and flashed 4.3 from the S4 leak to the I605. So far, the flash went successful using Vramc3 root odexed as a base.
Watching the logcat during install everything goes fine then i run into this:
Code:
I/DEBUG ( 1972):
I/DEBUG ( 1972): memory map around fault addr deadd00d:
I/DEBUG ( 1972): bedf2000-bee13000 [stack]
I/DEBUG ( 1972): (no map for address)
I/DEBUG ( 1972): ffff0000-ffff1000 [vectors]
I/DEBUG ( 1972): [email protected] -k -t -z -d -o /data/log/dumpstate_app_native -m 7340
I/dumpstate( 7458): begin
D/MDnsDS ( 7338): MDnsSdListener::Hander starting up
D/MDnsDS ( 7338): MDnsSdListener starting to monitor
D/MDnsDS ( 7338): Going to poll with pollCount 1
I/ServiceManager( 7339): Waiting for service sensorservice...
I/ServiceManager( 7339): Waiting for service sensorservice...
I/ServiceManager( 7339): Waiting for service sensorservice...
^[I/ServiceManager( 7339): Waiting for service sensorservice...
I/VPNCStarter( 1996): Message channel file directory does not exist
D/VoldCmdListener( 1967): asec list
I/ServiceManager( 7339): Waiting for service sensorservice...
I/dumpstate( 7458): done
The android dev guide doesn't really help out. Just says that its trying to start the device sensor service. Here starts the issue. Which service? Barometer, gyroscope, compass ??????? Anybody seen this before could shed some light on this I would be greatly appreciative.
Or is it that the framework is just not compatible with this phone yet? Let me know what you think.