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

Root [ROM] CM7 TG-Reloaded (Final: 03-25)

I don't know if this is a ROM issue or my phone.
In the morning today, I unpluged the charger and the battery drained like crazy, more than 10% within an hour, but at around 70% it became steady.

Second issue I had was, this morning the phone data was dead, I've notice this because I didn't get any e-mail notification, and the 3g logo and the bar was colored gray, it should be green when it is on and working, so I open the browser and was getting 'can not connect' page. I don't know if the voice signal was also dead, I didn't try it. I had to reboot to get this thing work again.

FYI. I didn't do anything last night, just plug in my charger as usual and went sleep.

When will be the next version due?

Thanks Whyzor for all your work.

Yeah, mine was going gray too but I have also just got back home after a bit of traveling so I wasn't sure if it was the places I was going or anything. I keep getting a server time out on the market app as well, or I have to open and close an app to get the data to kick in sometimes.
 
The bars being grey means that you are not syncing with the Google servers. Either your data/wifi is not connecting to the internet, or there is some other issue with your google account syncing. Most of the time it is not connecting correctly, but sometimes it is something weird with your account not syncing for some reason.
 
The gray (instead of green) network icons means the phone can't contact Google servers (or background data is off), so it could be a VM data outage. The next version will be out this weekend if I get my build env sorted out.
 
Some really good info in this thread. Glad to see development moving forward (it's not as dire as I thought). Did anything useful ever come out of andro-id? Seems like that would have been a goldmine. Would love to see someone pick up on miui development again... so we could get that useful capacitive button fix in...
 
Some really good info in this thread. Glad to see development moving forward (it's not as dire as I thought). Did anything useful ever come out of andro-id? Seems like that would have been a goldmine. Would love to see someone pick up on miui development again... so we could get that useful capacitive button fix in...

Being that they use simular kernels, wouldn't matera's kernel work?

I just saw that MIUI just got a new kernel.
 
Some really good info in this thread. Glad to see development moving forward (it's not as dire as I thought). Did anything useful ever come out of andro-id? Seems like that would have been a goldmine. Would love to see someone pick up on miui development again... so we could get that useful capacitive button fix in...

Mantera's next kernels will have my touchscreen re-write.

Can you add the option to change the carrier label text? Thanks for this great rom.

Unless it's already coded by someone else out there, I'm not going to spend any time making this feature from scratch.

Just thought I'd update that my capacitive buttons are still unresponsive at times

Yeah I noticed it too, maybe slightly less often than before. I guess this elusive bug is still out there.
 
For what it's worth, I can reliably fix an unresponsive capacitive button (usually menu or home) by rotating the phone into landscape mode and then back to portrait.

Rotating and then rotating back also fixes the occasional keyboard screw-up with Swype.
 
For what it's worth, I can reliably fix an unresponsive capacitive button (usually menu or home) by rotating the phone into landscape mode and then back to portrait.

Rotating and then rotating back also fixes the occasional keyboard screw-up with Swype.

Nice, for the buttons I hit the power button to turn the screen off and then back on again and they work. but rotating sounds better.
 
I just keep hitting the button repeatedly and it unlocks in about 5 seconds or so...

For those who want to experiment. you can edit the /system/etc/media_profiles.xml file to try different video/audio codec and bitrates, rebooting makes it into effect. Be sure to keep a nandroid backup handy, in case it messes up the phone (I've done it already so it's possible). Let me know if you find something that works well and I'll include it in next version as default.
 
Unless it's already coded by someone else out there, I'm not going to spend any time making this feature from scratch.

It's a simple change in the framework-res.apk. But it has to be specific to the version of that your ROM has or it will mess things up.

After typing that I realized they were asking for coding in the ROM to make it changeable from there (completely different than what I wrote). That would be too much work for how simple it is to change anyway. There are posts about it in the forum here and instructions in a couple places.

As an alternative maybe you could (or someone else if you don't want to) post some popular ones people want in a flashable zip. Either in your ROM thread or a companion one just for the zips.
 
It's a simple change in the framework-res.apk. But it has to be specific to the version of that your ROM has or it will mess things up.

Actually, there's an easier way. I've tested this with the latest version of this ROM and it works fine for me. You'll need some way to edit text files as root (I use File Expert), but it's really simple after that. Create a file called eri.xml in /data with the following contents:
Code:
<EriFile VersionNumber="1357" NumberOfEriEntries="2" EriFileType="1">
<CallPromptId Id="0" CallPromptText="CallPromptId0"/>
<CallPromptId Id="1" CallPromptText="CallPromptId1"/>
<CallPromptId Id="2" CallPromptText="CallPromptId2"/>
<EriInfo RoamingIndicator="1" IconIndex="1" IconMode="0" EriText="CARRIER_NAME_HERE" CallPromptId="0" AlertId="0"/>
<EriInfo RoamingIndicator="99" IconIndex="1" IconMode="0" EriText="CARRIER_NAME_HERE" CallPromptId="0" AlertId="0"/>
</EriFile>

Replace CARRIER_NAME_HERE with whatever you want the carrier text to be. Toggle Airplane Mode and your carrier name should be changed! :)
 
Actually, there's an easier way. I've tested this with the latest version of this ROM and it works fine for me. You'll need some way to edit text files as root (I use File Expert), but it's really simple after that. Create a file called eri.xml in /data with the following contents:
Code:
<EriFile VersionNumber="1357" NumberOfEriEntries="2" EriFileType="1">
<CallPromptId Id="0" CallPromptText="CallPromptId0"/>
<CallPromptId Id="1" CallPromptText="CallPromptId1"/>
<CallPromptId Id="2" CallPromptText="CallPromptId2"/>
<EriInfo RoamingIndicator="1" IconIndex="1" IconMode="0" EriText="CARRIER_NAME_HERE" CallPromptId="0" AlertId="0"/>
<EriInfo RoamingIndicator="99" IconIndex="1" IconMode="0" EriText="CARRIER_NAME_HERE" CallPromptId="0" AlertId="0"/>
</EriFile>

Replace CARRIER_NAME_HERE with whatever you want the carrier text to be. Toggle Airplane Mode and your carrier name should be changed! :)

Yes, that does the same thing. :D There is a lot more to the original eri.xml file though. Does your way overwrite the whole thing, or just adjust those parts?

Neither way is that difficult though. Glad you pointed this out.
 
It seems to just overwrite the relevant parts, but it's hard to tell. I've never seen my phone show anything else, really. It still shows No Service fine, but I don't remember if that's in eri.xml or not. Any way I could test what it's doing exactly?
 
It seems to just overwrite the relevant parts, but it's hard to tell. I've never seen my phone show anything else, really. It still shows No Service fine, but I don't remember if that's in eri.xml or not. Any way I could test what it's doing exactly?

You could pull the framework-res.apk and decompile it after to see if it changed the eri.xml to just what you added, or if it changed the relevant parts. It seems like you said that it probably just changes it, which is cool.
 
My market not working!!!!!! Wont DL anything

This seems like a common problem for new people so I updated OP to include the gapps link. In your case you'll need to re-wipe, and reflash the ROM, then flash one of the gapps.zip files before booting into the ROM for the first time.

In other news, I got my build env working again last night, the next version should be this weekend (I'm testing it out now). From Cyanogenmod, it has new RingLock feature and external BT GPS dongle support (haven't tried it). And disable bootanimation is working now (so don't start cursing up a storm like I did if you have that enabled and the first boot stays on a blank screen for a long time, it's rebuilding the cache and could take a while if you have lots of apps installed)
 
You could pull the framework-res.apk and decompile it after to see if it changed the eri.xml to just what you added, or if it changed the relevant parts. It seems like you said that it probably just changes it, which is cool.

It doesn't change anything in framework-res.apk. It just seems to use it instead of what's in the framework-res.apk file.
 
Back
Top Bottom