• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM][Beta][FINAL] CM7 Android For Triumph [Tickerguy Edition, Kernel: mine] 11/19

Alright, just tried the OC kernel with CM7. With performance governor and at 1.9 GHz, I got 3159 with quadrant. I don't know how that compares with anything else.

I know this is kind of off-topic, but do you install the umph kernal or is there another method?:confused:
 
I know this is kind of off-topic, but do you install the umph kernal or is there another method?:confused:

No, this is something I'm building myself. I'm running a new build to see if I caught up with Tickerguy's fixes.

If the build goes okay, I'll post a new one on my thread.
 
He wasn't getting a GPS lock. He was just going to Google maps and seeing his location from cell sites n Wi-Fi. He is a self proclaimed noob.


Actually sir I don't use WiFi for maps. That's kind of useless when you think about it lol all I did was boot up google maps while walking and got locked onto my location of where I was walking instantly.

Edit: and I really didn't have much of a signal for cell data.
 
Actually I think the newer AGPS method would be better. It fixes stock and I will try it on Tucker's CM7 ROM when I get time.
 
The only way I'm convinced you have a working GPS is if you load GPS Status (the tool box from the Market) and show a lock and Lat/Long fix on THAT application.

Maps will use whatever it can get, including cell position. That does NOT mean you have a working GPS. If the GPS icon is flashing (or off) there is no lock - the only way you have a lock is if it's on STEADY.

The problem appears to be a missing call somewhere in the CM7 code and there's no debugging trace around the original code that tells me where it is. This is proving to be a real BITCH to find and is where all my time working on this beast is focused right now. The download of both the NTP time and assist data fails with a "General failure" return code which tells me exactly NOTHING about why it went boom. All the other calls into the RPC routines on the chip succeed - but those two have to work. That's where the problem is and until I can fix it I'm very much from Missouri on anyone claiming theirs is working.
 
Yeah sorry bout that. I thought I was on to something. Is there anything in the coding that messes up the way mp3 tags are sorted in the music player? Just curious in regards to a post I posted earlier.
 
Yeah sorry bout that. I thought I was on to something. Is there anything in the coding that messes up the way mp3 tags are sorted in the music player? Just curious in regards to a post I posted earlier.

I had that same problem back on the EVO with CM7, I think its just an overall CM issue?
 
Hey isaac I was just wondering, when your build is ready (no hurry!!) will you release it on your CM7 thread or will you combine it with ticker's?
 
Hey isaac I was just wondering, when your build is ready (no hurry!!) will you release it on your CM7 thread or will you combine it with ticker's?

Mine. While it's true that we're building from the same sauce (and any future TG release will probably contain the same stuff as my builds), I don't want to clutter up his thread by posting a random build 12 pages into it.
 
OK that makes sense. Ill start checking your thread more often.

Looks like the switch went okay:

Code:
# mount
rootfs on / type rootfs (ro,relatime)
tmpfs on /dev type tmpfs (rw,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /acct type cgroup (rw,relatime,cpuacct)
tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
[B]/dev/block/mmcblk0p7 on /system type ext4 (ro,relatime,barrier=1,data=ordered)[/B]
[B]/dev/block/mmcblk0p8 on /data type ext4 (rw,nosuid,nodev,noatime,barrier=1,data=ordered,noauto_da_alloc)[/B]
[B]/dev/block/mmcblk0p11 on /cache type ext4 (rw,nosuid,nodev,noatime,barrier=1,data=ordered)[/B]
/dev/block/vold/179:33 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:33 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
 
Back
Top Bottom