ARCHIVED: [ROM][ALPHA] quattrimus ICS

Status
Not open for further replies.

Shade808

Well-known member
Aug 22, 2011
108
23
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

Seems like there's two instances of the calendar app. Youtube works just fine but the gallery doesn't seem to want to play videos. My gallery replacement, Quickpic, plays some vids but if you try to fast-forward or anything like that the video freezes. I'm trying to check the status of MMS but I have a terrible signal in my current location. Happy to see that the camera is kind of working, at least it's a start!
 
  • Like
Reactions: tdm

kirurus

Well-known member
Apr 30, 2011
170
28
0
Visit site
Probably. I didn't change anything in that area.

I'm going to start digging into networking soon, though. There's a few things that need to be looked at. Off the top of my head: 3G signal, interface control (turning 3G on/off for MMS), IPv6 network filtering for network stats.
.

Aight. Not trying to take your hard work down a peg. I'm planning on flashing this once I get home to experience the huge leap in development. All the new functionality I'm sure is a bigger cram then making the 3g stick. Thanks for all the time you're putting into this and everyone else involved as well.
 

tdm

Well-known member
Apr 11, 2011
1,409
3,596
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

Hmm, just noticed there are two calendar apps now. I'm thinking the gapps installer is supposed to delete the built-in one. Or something.
 

afro31

Active member
Mar 20, 2011
29
0
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

Ahhhhhhhh any idea on when the audio will be fixed? Everything else seems great but my phones main usage is for music at school D:
 

TGBlade

Member
Feb 16, 2012
22
4
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

Hmm, just noticed there are two calendar apps now. I'm thinking the gapps installer is supposed to delete the built-in one. Or something.

Yeah... I noticed too!

Funny how the camera isn't showing video but still can take pics....and they save. Good progress on that!

Keep up the good work tdm.
 

Shade808

Well-known member
Aug 22, 2011
108
23
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

Ahhhhhhhh any idea on when the audio will be fixed? Everything else seems great but my phones main usage is for music at school D:

Music plays just fine for me, what's wrong with your audio? Are you having any problems with 3G?
 

anthonycr

Themer. You've seen them
Jul 11, 2011
2,104
571
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

@tdm, I just downloaded alpha 7 via 3G while on alpha 6 in about 25 minutes... I guess data's not working too shabbily:D I'm flashing as soon as I finish this stupid engineering drawing for school. Thanks so much.;)
 

tdm

Well-known member
Apr 11, 2011
1,409
3,596
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

Looks like a DNS issue. I can ping by IP but not by hostname. I'll investigate...

Anyone know about Android DNS? I can get it to work by setting the net.dns1 property.

# ping Google
ping: unknown host Google
# getprop | grep dns
[net.change]: [net.rmnet0.dns2]
[net.rmnet0.dns1]: [66.1.0.132]
[net.rmnet0.dns2]: [66.1.0.133]


# setprop net.dns1 8.8.8.8
# ping Google
PING Google (74.125.225.81) 56(84) bytes of data.
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=1 ttl=54 time=355 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=2 ttl=54 time=822 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=3 ttl=54 time=114 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=4 ttl=54 time=209 ms

# setprop net.dns1 66.1.0.132
# ping Google
PING Google (74.125.225.81) 56(84) bytes of data.
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=1 ttl=54 time=871 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=2 ttl=54 time=285 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=3 ttl=54 time=336 ms
 

kirurus

Well-known member
Apr 30, 2011
170
28
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

In regards to the 3G I read on another cm9 alpha forum that instead of using GoogleDNS they used OpenDNS and that solved the spotty 3G issue. Going to test once I flash the ROM since I'm home now. YAY!!!
 

tdm

Well-known member
Apr 11, 2011
1,409
3,596
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

Anyone know about Android DNS? I can get it to work by setting the net.dns1 property.

# ping Google
ping: unknown host Google
# getprop | grep dns
[net.change]: [net.rmnet0.dns2]
[net.rmnet0.dns1]: [66.1.0.132]
[net.rmnet0.dns2]: [66.1.0.133]


# setprop net.dns1 8.8.8.8
# ping Google
PING Google (74.125.225.81) 56(84) bytes of data.
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=1 ttl=54 time=355 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=2 ttl=54 time=822 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=3 ttl=54 time=114 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=4 ttl=54 time=209 ms

# setprop net.dns1 66.1.0.132
# ping Google
PING Google (74.125.225.81) 56(84) bytes of data.
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=1 ttl=54 time=871 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=2 ttl=54 time=285 ms
64 bytes from ord08s07-in-f17.1e100.net (74.125.225.81): icmp_seq=3 ttl=54 time=336 ms

I rebooted, and now DNS over 3G works fine for me without changing anything.

Hmm, strange.
 

BackHandLegend

Well-known member
Jul 16, 2011
167
38
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

The way I fixed the 3G issue was this:
++NOTE++ Do this if your phone boots up without 3G and Data is enabled.
1. Open up the dialer
2. Enter the following *#*#4636#*#*
3. Select Phone Information
4. Scroll down until you find CDMA AUTO (PRL) and press it.
5. Click on CDMA only
6. Under the choices should be a "Turn off radio" option. Press it.
7. Head back to the network choices and select CDMA AUTO (PRL)
8. SELECT TURN ON RADIO.
Reply if it worked or fixed your 3G issue please :3
 

Shade808

Well-known member
Aug 22, 2011
108
23
0
Visit site
Re: [ROM][ALPHA] quattrimus CM9 (ICS)

The way I fixed the 3G issue was this:
++NOTE++ Do this if your phone boots up without 3G and Data is enabled.
1. Open up the dialer
2. Enter the following *#*#4636#*#*
3. Select Phone Information
4. Scroll down until you find CDMA AUTO (PRL) and press it.
5. Click on CDMA only
6. Under the choices should be a "Turn off radio" option. Press it.
7. Head back to the network choices and select CDMA AUTO (PRL)
8. SELECT TURN ON RADIO.
Reply if it worked or fixed your 3G issue please :3

It's not that it's not coming on, it shows that it's on when I power on but it just isn't sending or receiving any data. I did try your fix though, sadly it didn't really help.
 
Status
Not open for further replies.

Forum statistics

Threads
943,164
Messages
6,917,605
Members
3,158,856
Latest member
tivativa