Jump to content

[ROM] VegaCream for Advent Vega / PoV Mobii Tegra


Guest Scanno

Recommended Posts

Guest Daedric1383

Here's a intersting thing, i can send SMS and MMS, and receive them. GPS is working, tough with a very low signal...

But i cannot make or receive calls. Making just crashes com.android.phone, receiving states that the number is unavailable....

seems we're getting problems with a apk...

http://pastebin.com/uKSp2Dh4

E/AndroidRuntime(  386): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.phone/com.android.phone.InCallScreen}: android.view.InflateException: Binary XML file line #35: Error inflating class <unknown>[/CODE]

Edited by Daedric1383
Link to comment
Share on other sites

Guest richardmlea

Here's another theory about gps and voice calling. Voice calling was added as a feature of the EM770W after a firmware update so maybe some of our modems are lacking the firmware for voice calling. See the release note in the following links.

http://wenku.baidu.c...c52cc5bf8d.html

GPS has also been improved by a firmware update. This would explain the really poor GPS signal.

ftp://116.246.23.88/software/app/1.0.9/driver/%C1%AA%CD%A8%BB%AA%CE%AAEM770%C7%FD%B6%AF%28win7%29/WIN7%C7%FD%B6%AF/Huawei%20EM770%2011.126.07.02.00%20Release%20Notes.pdf

I have tried one of the modems that I have, in my laptop in an attempt to check the firmware version with the huawei software (windows) but the EM770w wont power up unless it detects a sim module and my laptop hasn't got one. I may try to hotwire a sim card holder to the pcie socket on my laptop to see if I can get it powered up.

Edited by richardmlea
Link to comment
Share on other sites

Guest Daedric1383

Here's another theory about gps and voice calling. Voice calling was added as a feature of the EM770W after a firmware update so maybe some of our modems are lacking the firmware for voice calling. See the release note in the following links.

http://wenku.baidu.c...c52cc5bf8d.html

GPS has also been improved by a firmware update. This would explain the really poor GPS signal.

ftp://116.246.23.88/software/app/1.0.9/driver/%C1%AA%CD%A8%BB%AA%CE%AAEM770%C7%FD%B6%AF%28win7%29/WIN7%C7%FD%B6%AF/Huawei%20EM770%2011.126.07.02.00%20Release%20Notes.pdf

I have tried one of the modems that I have, in my laptop in an attempt to check the firmware version with the huawei software (windows) but the EM770w wont power up unless it detects a sim module and my laptop hasn't got one. I may try to hotwire a sim card holder to the pcie socket on my laptop to see if I can get it powered up.

Removing the SIM holder from the tablet is out of the equation ? How can we find the firm version ? In linux i mean... :)

Link to comment
Share on other sites

Guest richardmlea

Removing the SIM holder from the tablet is out of the equation ?

Are you asking a question or making a statement?

The updates for the modems are only released for windows so It may not be possible unless someone can deconstruct the windows update program and use it to make one for android. Removal and updating in a windows laptop may be the only way to improve GPS and enable voice.

You also mentioned improving the antenna. The problem there is our antenna's are passive (not powered) and the modem probably wont supply the power needed to use an active antenna like this http://www.ebay.co.uk/itm/GPS-Active-internal-Antenna-antenne-u-fl-ipex-mmcx-female-/230798210429?pt=UK_In_Car_Technology&hash=item35bca5357d so our only option is a passive antenna. The passive GPS antenna we already have is a big one so it should work better than it is, I have tried several different antennas (I have a few 3g upgrade kits) but all have very week signals even with the antenna outside the tablet and a clear view of the sky, There is definitely a problem beyond the a antennas.

Link to comment
Share on other sites

Guest Daedric1383

Are you asking a question or making a statement?

The updates for the modems are only released for windows so It may not be possible unless someone can deconstruct the windows update program and use it to make one for android. Removal and updating in a windows laptop may be the only way to improve GPS and enable voice.

You also mentioned improving the antenna. The problem there is our antenna's are passive (not powered) and the modem probably wont supply the power needed to use an active antenna like this http://www.ebay.co.u...=item35bca5357d so our only option is a passive antenna. The passive GPS antenna we already have is a big one so it should work better than it is, I have tried several different antennas (I have a few 3g upgrade kits) but all have very week signals even with the antenna outside the tablet and a clear view of the sky, There is definitely a problem beyond the a antennas.

Question, i don't know how difficult it would be to remove the sim holder.

Regarding Antena VS Signal Strength:

It must be software. Side by side, the EM770W and whatevah GPS inside the HD2. Both on ICS. Both had give or take the same number of sats, and similar strength on the sats... yet HD2 already had a lock with 5sats, the EM770W was struggling... So:

If we have a (aparently) good GPS signal, why isn't the EM770W locking ? Is the lock decided by the GPS chip, or Android ? Also, i found our GPS.conf rather... simple. i've replaced it with this:


NTP_SERVER=0.europe.pool.ntp.org

NTP_SERVER=1.europe.pool.ntp.org

NTP_SERVER=2.europe.pool.ntp.org

NTP_SERVER=3.europe.pool.ntp.org

XTRA_SERVER_1=http://xtra2.gpsonextra.net/xtra.bin

XTRA_SERVER_2=http://xtra1.gpsonextra.net/xtra.bin

XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin

# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info

# 4 - Debug, 5 - Verbose

DEBUG_LEVEL =0

# Intermediate position report, 1=enable, 0=disable

INTERMEDIATE_POS=0

# Accuracy threshold for intermediate positions

# less accurate positions are ignored, 0 for passing all positions

ACCURACY_THRES=0

# Report supl ref location as position, 1=enable, 0=disable

REPORT_POSITION_USE_SUPL_REFLOC=1

# Wiper (wifi positioning), 1=enable, 0=disable

ENABLE_WIPER=1

################################

##### AGPS server settings #####

################################

# FOR SUPL SUPPORT, set the following

SUPL_HOST=supl.google.com

SUPL_PORT=7276

SUPL_NO_SECURE_PORT=7276

SUPL_SECURE_PORT=7276

# FOR C2K PDE SUPPORT, set the following

# C2K_HOST=c2k.pde.com or IP

# C2K_PORT=1234

#################################

##### AGPS Carrier settings #####

#################################

CURRENT_CARRIER=common

DEFAULT_AGPS_ENABLE=TRUE

DEFAULT_SSL_ENABLE=FALSE

# TRUE for "User Plane", FALSE for "Control Plane"

DEFAULT_USER_PLANE=TRUE

Didn't solve the problem though...

Link to comment
Share on other sites

Guest Daedric1383

Ok, here's something. I installed a NMEA viewer to see what the SO was getting in a more RAW.

We have 2 basic NMEA sentences, GSV, Sattelites in View, and GGA, fix information. We rarely get this last one. Regarding GSV, http://www.gpsinformation.org/dale/nmea.htm states:

$GPGSV,2,1,08,01,40,083,46,02,17,308,41,12,07,344,39,14,22,228,45*75

Where:

GSV Satellites in view

2 Number of sentences for full data

1 sentence 1 of 2

08 Number of satellites in view

01 Satellite PRN number

40 Elevation, degrees

083 Azimuth, degrees

46 SNR - higher is better

for up to 4 satellites per sentence

*75 the checksum data, always begins with *

Now, a sample of a EM770W GPS NMEA sentence:

$GPGSV,2, 1,07,12,60,213,20,31,38,192,,30,06,118,,18,34,253,18*77

Breaking this down:

Number of satellites for full data : 2

Sentence 1 of 2

Number of sattelites in view: 07

Satellite PRN number: 12

Elevation : 60

Azimuth : 213

SNR : 20

Satellite PRN number:31

Elevation : 38

Azimuth : 192

SNR : Missing

Satellite PRN number: 30

Elevation : 06

Azimuth : 118

SNR : Missing

Satellite PRN number: 18

Elevation : 34

Azimuth : 253

SNR : 18

There was a second GSV sentence as stated by the first 2, but it's unimportante now.

I also had a GGA when this snapshot was taken, but it's very rare. Most of the time, we get ALOT of missing SNRs... i don't know why...

Link to comment
Share on other sites

Guest Daedric1383

Quick question to those with a EM770W or other, do you remember that tipical noise those old GSM/2G phones would do when near a speaker ?

Does your tab also do it ? (when a sim card is on it)

Link to comment
Share on other sites

Guest richardmlea

Quick question to those with a EM770W or other, do you remember that tipical noise those old GSM/2G phones would do when near a speaker ?

Does your tab also do it ? (when a sim card is on it)

I have not noticed that with the factory 3G but the one I made from a Huawei E180 dongle made my alarm clock in my bedroom do that. It also made the wifi weaker. Too much interference I think.

On the subject of firmware upgrade in a PC. You would not have to remove the sim holder as it is no use for a laptop however the the EM770w modem is easily removed from the Vega (back off, remove 1 screw holding the EM770W and unplug the antennas, job done) It can then be fitted to a windows laptop to update the firmware. The issue is that most laptop dont have a sim card socket. I was going to solder one like this http://www.ebay.co.uk/itm/Replacement-Parts-SIM-Card-Holder-Socket-Nokia-N82-/270992292111?pt=PDA_Accessories&hash=item3f1866390f into my laptop but I remembered someone had mentioned this http://www.ebay.co.uk/itm/251006808833?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649

__________073.jpg

This is perfect, I have ordered one and will fit one of the EM770w's to my laptop and update the firmware to see if that improves the GPS signal.

I bet it does as there have been a lot of improvement made to the firmware and loads of fw revisions. If you google "EM770W firmware release notes" there are lot of them that are not mentioned in the previous link I gave. Voice enable is also some of the top hits.

Link to comment
Share on other sites

Guest Daedric1383

Will you be so kind to report back the results ?

Also, has you proably had your vega open, the 3g modules have the main and the aux antena plugs. Where exactly are the antenas ?

Link to comment
Share on other sites

Guest richardmlea

Its shipping from Hong Knog so may take a couple of weeks unfortunatly. I will let you now how I get on.

Here's a picture of the inside of mine with the antenna's marked.

098os.jpg

Uploaded with ImageShack.us

Link to comment
Share on other sites

Guest Daedric1383

Well... as you (we) wait, can you do some tests for me ? Take the antena as far away as you can from the tablet (without unplugging), and see if the reception improves.

I'm as of now trying VegaBuntu (i ilke the name :D) and seeing where this leads me.. It's pretty nice i must say, a little laggy, but then again, SDCards...

Link to comment
Share on other sites

Guest Daedric1383

<p>Ok, TIP!!!!<br />

<br />

If phone.apk is crashing on you after you dial the number, and the screen rotates (what a retard behaviour) to portrait, increase DPI to 160. Seems the apk is crashing on 120dpi.</p>

<p> </p>

<p>Update on this one... i think the RIL is doing something funny, any one can confirm they get this when getting a call?:</p>

<p> </p>

<p> </p>

<div><span>

</span>

<div><span>D/RIL     (   96): AT&lt; RING</span></div>

<div><span>D/RIL     (   96): AT&gt; AT+CHLD=0</span></div>

<div><span>D/RIL     (   96): AT&lt; ^CEND:1,0,100,31</span></div>

<div><span>D/RIL     (   96): AT&lt; OK</span></div>

<span>
</span></div> <div> </div> <div>and this when making a call:</div> <div> </div> <div>
<br />

D/GSM     ( 1185): isTwoDigitShortCode<br />

D/GSM     ( 1185): dialing w/ mmi &#39;null&#39;...<br />

D/GSM     ( 1185): [GSMConn] acquireWakeLock<br />

D/RILJ    ( 1185): [0254]&gt; SET_MUTE false<br />

D/RIL     (   96): on_request: SET_MUTE, sState:4<br />

D/RIL     (   96): onRequest: SET_MUTE, Local implementation,  AT cmd sent<br />

D/RILJ    ( 1185): [0254]&lt; SET_MUTE error: com.android.internal.telephony.CommandException: REQUEST_NOT_SUPPORTED<br />

D/RILJ    ( 1185): [0255]&gt; DIAL<br />

D/RIL     (   96): on_request: DIAL, sState:4<br />

D/RIL     (   96): onRequest: DIAL, Local implementation,  AT cmd sent<br />

D/RILJ    ( 1185): [0255]&lt; DIAL error: com.android.internal.telephony.CommandException: GENERIC_FAILURE<br />

D/GSM     ( 1185): [GsmDCT] handleMessage msg={ what=270343 when=-45ms obj=android.os.AsyncResult@41345f08 }<br />

D/GSM     ( 1185): [GsmDCT] onVoiceCallStarted<br />

D/RILJ    ( 1185): [0256]&gt; GET_CURRENT_CALLS<br />

D/RIL     (   96): on_request: GET_CURRENT_CALLS, sState:4<br />

D/RIL     (   96): onRequest: GET_CURRENT_CALLS, Local implementation,  AT cmd sent<br />

D/RILJ    ( 1185): [0256]&lt; GET_CURRENT_CALLS<br />

D/RILJ    ( 1185): [0257]&gt; SET_MUTE false<br />

D/RIL     (   96): on_request: SET_MUTE, sState:4<br />

D/RIL     (   96): onRequest: SET_MUTE, Local implementation,  AT cmd sent<br />

D/RILJ    ( 1185): [0257]&lt; SET_MUTE error: com.android.internal.telephony.CommandException: REQUEST_NOT_SUPPORTED<br />

D/RILJ    ( 1185): [0258]&gt; SET_MUTE false<br />

D/RIL     (   96): on_request: SET_MUTE, sState:4<br />

D/RIL     (   96): onRequest: SET_MUTE, Local implementation,  AT cmd sent<br />

D/RILJ    ( 1185): [0258]&lt; SET_MUTE error: com.android.internal.telephony.CommandException: REQUEST_NOT_SUPPORTED<br />

D/GSM     ( 1185): Pending MO dropped before poll fg state:DIALING<br />

D/RILJ    ( 1185): [0259]&gt; LAST_CALL_FAIL_CAUSE<br />

D/RIL     (   96): on_request: LAST_CALL_FAIL_CAUSE, sState:4<br />

D/RIL     (   96): onRequest: LAST_CALL_FAIL_CAUSE, Local implementation,  AT cmd sent<br />

D/RILJ    ( 1185): [0259]&lt; LAST_CALL_FAIL_CAUSE error: com.android.internal.telephony.CommandException: REQUEST_NOT_SUPPORTED<br />

D/PHONE   ( 1185): VM: PhoneSubInfo.getVoiceMailNUmber:<br />

I/GSM     ( 1185): Exception during getLastCallFailCause, assuming normal disconnect<br />

D/GSM     ( 1185): [GSMConn] releaseWakeLock<br />

D/GSM     ( 1185): [GsmDCT] handleMessage msg={ what=270344 when=-113ms obj=android.os.AsyncResult@4134f568 }<br />

D/GSM     ( 1185): [GsmDCT] onVoiceCallEnded<br />

D/GSM     ( 1185): [ApnContext] set reason as 2GVoiceCallEnded, for type default,current state IDLE<br />

D/GSM     ( 1185): [GsmDCT] trySetupData for type:default due to 2GVoiceCallEnded<br />

</div>

Edited by Daedric1383
Link to comment
Share on other sites

Guest Daedric1383

So... sending AT commands to the Huawei modem... i was curious...

This:


D/RILJ	( 1185): [0254]&gt; SET_MUTE false<br />

D/RIL	 (   96): on_request: SET_MUTE, sState:4<br />

D/RIL	 (   96): onRequest: SET_MUTE, Local implementation,  AT cmd sent<br />

D/RILJ	( 1185): [0254]&lt; SET_MUTE error: com.android.internal.telephony.CommandException: REQUEST_NOT_SUPPORTED<br />

Set 3G data off, and cat /dev/ttyUSB0 on the terminal. Via ADB, i was echo'ing the same dev. So: Microphone Mute Setting Command: +CMUT

echo AT+CMUT? > /dev/ttyUSB0:

+CMUT: 0OK


echo AT+CMUT=? > /dev/ttyUSB0:

+CMUT: (0-1)

OK


echo AT+CMUT=0 > /dev/ttyUSB0:

ERROR


echo AT+CMUT=1 > /dev/ttyUSB0:

ERROR


Any ideas why the AT command refered on the manual is failing ? Oh! Also:

echo AT^CVOICE=? > /dev/ttyUSB0



^CVOICE: (0).

Acording to huaweigeneric-ril.c:

AT^CVOICE=0 Enable Voice

AT^CVOICE=1 Disable Voice

AT^CVOICE=? Check status

Edited by Daedric1383
Link to comment
Share on other sites

Guest richardmlea

Daedric, Going to do some testing now on GPS and a new touchscreen fix but I just found this via Ganbarou rom page about fixing GPS its in a strange language called German ;) but I am sure you will work it out :)

http://www.android-h...70w-intern.html

GPS test's are not happening. Thunder storm in manchester, I aint going out there!

Edited by richardmlea
Link to comment
Share on other sites

Guest Daedric1383

Daedric, Going to do some testing now on GPS and a new touchscreen fix but I just found this via Ganbarou rom page about fixing GPS its in a strange language called German but I am sure you will work it out

http://www.android-h...70w-intern.html

GPS test's are not happening. Thunder storm in manchester, I aint going out there!

aaawwww come on! The thunder will SURELY increase gps reception! :D

Edited by Daedric1383
Link to comment
Share on other sites

Guest richardmlea

Scanno,

While messing around with trying to improve the GPS signal I have noticed that the accelerometer is going nuts (tested with a few apps). x an z axis's have a bit of gitter but Y is on a rollercoaster.

I dont know if this would effect GPS but it wont cant help.

Edit.

I have also notice that turning off gps in location settings or a widget crash's android. Here is the log from turning the GPS on then off to android rebooting

I/ActivityManager(17674): Displayed com.android.settings/.Settings: +1s38ms

D/dalvikvm(18424): GC_CONCURRENT freed 290K, 8% free 6309K/6791K, paused 1ms+3ms

D/dalvikvm(17674): GC_CONCURRENT freed 872K, 14% free 9358K/10759K, paused 2ms+1

0ms

GPS switched off here

D/GpsLocationProvider(17674): set_capabilities_callback: 6

D/GpsLocationProvider(17674): NTP server returned: 1339923860552 (Sun Jun 17 10:

04:20 GMT+01:00 2012) reference: 6509290 certainty: 32 system time offset: 42573

D/dalvikvm(17674): GC_CONCURRENT freed 1096K, 16% free 9071K/10759K, paused 7ms+

5ms

GPS switched back on here

D/audio_hw_primary(17647): start_output_stream: card:0, port:0, rate:48000

F/libc (17674): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)

I/DEBUG (16616): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *

**

I/DEBUG (16616): Build fingerprint: 'Android/full_shuttle/shuttle:4.0.4/IMM76I

/eng.menno.20120526.201350:userdebug/test-keys'

I/DEBUG (16616): pid: 17674, tid: 18661 >>> system_server <<<

I/DEBUG (16616): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000

0

I/DEBUG (16616): r0 5f12c2cc r1 00000007 r2 00000003 r3 00000000

I/DEBUG (16616): r4 5f12c290 r5 5f12a131 r6 40237564 r7 5f12c290

I/DEBUG (16616): r8 400fa6fd r9 007e27a0 10 00100000 fp 00000001

I/DEBUG (16616): ip 408a11c0 sp 614e9ea0 lr 5f12a13d pc 00000000 cpsr 600

00010

I/DEBUG (16616): d0 40647310000000a3 d1 406fe00000000000

I/DEBUG (16616): d2 4064731024d6365b d3 000000003f000000

I/DEBUG (16616): d4 0000000000000000 d5 0000000000000000

I/DEBUG (16616): d6 00dd7c0000000000 d7 416baf8010000000

I/DEBUG (16616): d8 4058ff5c28f5c28f d9 0000000000000000

I/DEBUG (16616): d10 0000000000000000 d11 0000000000000000

I/DEBUG (16616): d12 0000000000000000 d13 0000000000000000

I/DEBUG (16616): d14 0000000000000000 d15 0000000000000000

I/DEBUG (16616): scr 80000012

I/DEBUG (16616):

I/DEBUG (16616): #00 pc 00000000

I/DEBUG (16616): #01 pc 0000113a /system/lib/hw/gps.shuttle.so

I/DEBUG (16616): #02 pc 00044774 /system/lib/libandroid_runtime.so

(_ZN7android14AndroidRuntime15javaThreadShellEPv)

I/DEBUG (16616): #03 pc 00021790 /system/lib/libutils.so

I/DEBUG (16616): #04 pc 00012e6c /system/lib/libc.so (__thread_entr

y)

I/DEBUG (16616): #05 pc 000129c0 /system/lib/libc.so (pthread_creat

e)

I/DEBUG (16616):

I/DEBUG (16616): code around pc:

I/DEBUG (16616): 00000000 ffffffff ffffffff ffffffff ffffffff ...............

.

I/DEBUG (16616): 00000010 ffffffff ffffffff ffffffff ffffffff ...............

.

I/DEBUG (16616): 00000020 ffffffff ffffffff ffffffff ffffffff ...............

.

I/DEBUG (16616): 00000030 ffffffff ffffffff ffffffff ffffffff ...............

.

I/DEBUG (16616): 00000040 ffffffff ffffffff ffffffff ffffffff ...............

.

I/DEBUG (16616):

I/DEBUG (16616): code around lr:

I/DEBUG (16616): 5f12a11c f8d40100 47a83244 7013f504 ed24f7ff ....D2.G...p..$

.

I/DEBUG (16616): 5f12a12c bf00bd70 4604b510 003cf100 479868e3 p......F..<..h.

G

I/DEBUG (16616): 5f12a13c 7013f504 ed18f7ff bf00bd10 4604b510 ...p...........

F

I/DEBUG (16616): 5f12a14c 701ef500 478868a1 0300f04f 7013f504 ...p.h.GO......

p

I/DEBUG (16616): 5f12a15c 327cf8a4 ed08f7ff bf00bd10 4604b510 ..|2...........

F

I/DEBUG (16616):

I/DEBUG (16616): stack:

I/DEBUG (16616): 614e9e60 408a5c58 /system/lib/libdvm.so

I/DEBUG (16616): 614e9e64 007e27a0 [heap]

I/DEBUG (16616): 614e9e68 614e9eb4

I/DEBUG (16616): 614e9e6c 00886710 [heap]

I/DEBUG (16616): 614e9e70 00000000

I/DEBUG (16616): 614e9e74 40843b81 /system/lib/libdvm.so

I/DEBUG (16616): 614e9e78 004263e0 [heap]

I/DEBUG (16616): 614e9e7c 00010004

I/DEBUG (16616): 614e9e80 007e2790 [heap]

I/DEBUG (16616): 614e9e84 40a331f8 /dev/ashmem/dalvik-heap (deleted)

I/DEBUG (16616): 614e9e88 007e2790 [heap]

I/DEBUG (16616): 614e9e8c 5f12a131 /system/lib/hw/gps.shuttle.so

I/DEBUG (16616): 614e9e90 40237564 /system/lib/libandroid_runtime.so

I/DEBUG (16616): 614e9e94 5f12c290 /system/lib/hw/gps.shuttle.so

I/DEBUG (16616): 614e9e98 df0027ad

I/DEBUG (16616): 614e9e9c 00000000

I/DEBUG (16616): #01 614e9ea0 007e2790 [heap]

I/DEBUG (16616): 614e9ea4 401d8777 /system/lib/libandroid_runtime.so

D/dalvikvm(17674): GC_CONCURRENT freed 731K, 16% free 9079K/10759K, paused 2ms+6

ms

I/DEBUG (16616): debuggerd committing suicide to free the zombie!

I/DEBUG (18662): debuggerd: May 26 2012 20:32:32

I/BootReceiver(17674): Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_

TOMBSTONE)

I/ServiceManager( 92): service 'permission' died

I/ServiceManager( 92): service 'wifip2p' died

I/ServiceManager( 92): service 'bluetooth_a2dp' died

I/ServiceManager( 92): service 'statusbar' died

I/ServiceManager( 92): service 'input_method' died

I/ServiceManager( 92): service 'netstats' died

I/ServiceManager( 92): service 'batteryinfo' died

I/ServiceManager( 92): service 'power' died

I/ServiceManager( 92): service 'window' died

I/ServiceManager( 92): service 'netpolicy' died

I/ServiceManager( 92): service 'device_policy' died

I/ServiceManager( 92): service 'devicestoragemonitor' died

I/ServiceManager( 92): service 'audio' died

I/ServiceManager( 92): service 'hardware' died

I/ServiceManager( 92): service 'package' died

I/ServiceManager( 92): service 'activity' died

I/ServiceManager( 92): service 'meminfo' died

I/ServiceManager( 92): service 'location' died

I/ServiceManager( 92): service 'gfxinfo' died

I/ServiceManager( 92): service 'content' died

I/ServiceManager( 92): service 'bluetooth' died

I/ServiceManager( 92): service 'network_management' died

I/ServiceManager( 92): service 'textservices' died

I/ServiceManager( 92): service 'telephony.registry' died

I/ServiceManager( 92): service 'usagestats' died

I/ServiceManager( 92): service 'clipboard' died

I/ServiceManager( 92): service 'accessibility' died

I/ServiceManager( 92): service 'cpuinfo' died

I/ServiceManager( 92): service 'alarm' died

I/ServiceManager( 92): service 'throttle' died

I/ServiceManager( 92): service 'notification' died

I/ServiceManager( 92): service 'sensorservice' died

I/ServiceManager( 92): service 'battery' died

I/ServiceManager( 92): service 'vibrator' died

I/ServiceManager( 92): service 'backup' died

I/ServiceManager( 92): service 'appwidget' died

I/ServiceManager( 92): service 'diskstats' died

I/ServiceManager( 92): service 'samplingprofiler' died

I/ServiceManager( 92): service 'wallpaper' died

I/ServiceManager( 92): service 'country_detector' died

I/ServiceManager( 92): service 'search' died

I/ServiceManager( 92): service 'dropbox' died

I/ServiceManager( 92): service 'account' died

I/ServiceManager( 92): service 'entropy' died

I/ServiceManager( 92): service 'connectivity' died

I/ServiceManager( 92): service 'usb' died

I/ServiceManager( 92): service 'uimode' died

I/ServiceManager( 92): service 'wifi' died

I/ServiceManager( 92): service 'mount' died

W/AudioFlinger(17647): power manager service died !!!

E/installd( 102): eof

E/installd( 102): failed to read size

I/installd( 102): closing connection

I/ActivityThread(17771): Removing dead content provider: settings

I/ActivityThread(17897): Removing dead content provider: settings

I/ActivityThread(17743): Removing dead content provider: settings

I/ActivityThread(18561): Removing dead content provider: settings

I/ActivityThread(18439): Removing dead content provider: settings

I/ActivityThread(17879): Removing dead content provider: settings

I/ActivityThread(18424): Removing dead content provider: settings

I/ActivityThread(18137): Removing dead content provider: settings

I/ActivityThread(17914): Removing dead content provider: settings

I/ActivityThread(17935): Removing dead content provider: settings

I/ActivityThread(18518): Removing dead content provider: settings

D/libEGL (18663): loaded /system/lib/egl/libGLES_android.so

D/libEGL (18663): loaded /system/lib/egl/libEGL_tegra.so

D/libEGL (18663): loaded /system/lib/egl/libGLESv1_CM_tegra.so

D/libEGL (18663): loaded /system/lib/egl/libGLESv2_tegra.so

^C

C:\Program Files (x86)\Android\android-sdk\platform-tools>adb

P.S. what site does everyone use to post logs to save forum bandwidth?

Edited by richardmlea
Link to comment
Share on other sites

Hi, I downloaded the patch unlock vegacream beta 2, it is not a slave.

DISABLE in your patch, In the chimera DISABLED

Problem in writing, or other reasons?

Sorry for my English.

Edited by aqew
Link to comment
Share on other sites

Guest richardmlea

USB Slave mode can be accessed through the shuttle tools app. To boot in slave mode automatically you will need to alter the build prop file.

Link to comment
Share on other sites

Guest Daedric1383

USB Slave mode can be accessed through the shuttle tools app. To boot in slave mode automatically you will need to alter the build prop file.

Link for me to read on this one please ? :D

Link to comment
Share on other sites

Guest Scanno

@ALL,

VegaCream Beta 3 is available for download in a CWM flashable zip format and NVFlash.

Following has changed:

- Updated sources to latest AOSP 4.0.4 version (IMM76L)

- Recompiled the kernel:

- Fixed clock frequency staying locked at 1000 Mhz

- Kernel version shows up in About

- TUN module is compiled into the kernel (not as a seperate module)

- Updated proprietary drivers

- Small change in vold.fstab. You can now see connected USB mass storage devices in settings/storage.

Have fun.

Scanno.

Link to comment
Share on other sites

Guest swarrans

is upgrading from 2.1 to beta 3 going to give any performance improvements?

I'm in awe of what you guys are doing but ive now become a bit paranoid about killing my touchscreen with rom updates.

2.1 works well for me except i often get freezes going into ebay and playing full screen flash content for some reason

simon

Link to comment
Share on other sites

Guest opiuz

ok so touch screen doesnt work as expected, cant find calabration utility, but most off the biggest problem i have is that my play store payed apps, now says i need to repurchase them WTF???

Edited by opiuz
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.