Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
mrasquinho
Old
#2951  
mrasquinho's Avatar
Senior Member
Thanks Meter 176
Posts: 845
Join Date: Sep 2011
Location: Portalegre
Yes, TMN has 2 different. But the problem is not for me, 'cause I have a data plan... The problem is I don't like to have allways data enabled - and it consumes a lot of battery, too...
Samsung Galaxy Nexus
 
Schrauff
Old
#2952  
Member
Thanks Meter 7
Posts: 53
Join Date: Mar 2012
Quote:
Originally Posted by fjsferreira View Post
The answer is right there in your question... why even ask this?
This thread should be locked...

Sent from my U8800
... Or deleting other irrelevant posts in this topic, that should be in Q/A or general. I realize, that this topic has become too messed up. People should read forum rules more often, before posting. Maybe they will see that then is easier to search and find any help.
 
ksaplostra
Old
#2953  
Senior Member
Thanks Meter 7
Posts: 166
Join Date: May 2010
Hey dzo, one fine job u did with. 04!!! 20 hours with wifi on, calls, SMS etc and I'm still at 80% battery!!

Sent from my U8800 using Tapatalk 2 Beta-4
 
MaRcIuPT
Old
#2954  
Senior Member
Thanks Meter 14
Posts: 222
Join Date: Apr 2011
Quote:
Originally Posted by mrasquinho View Post
Yes, TMN has 2 different. But the problem is not for me, 'cause I have a data plan... The problem is I don't like to have allways data enabled - and it consumes a lot of battery, too...
I have no data plan. I deleted some time ago the internet apn only and I use always data on. it doesn't consume battery until you recieve/send mms.
 
mrasquinho
Old
#2955  
mrasquinho's Avatar
Senior Member
Thanks Meter 176
Posts: 845
Join Date: Sep 2011
Location: Portalegre
Another problem. With the new wifi driver I can connect only one time. After that I have to change to old driver again or reboot the phone.
I know its unstable, and I'm only reporting

Sent from my U8800 using xda premium
Samsung Galaxy Nexus
 
fallen_monk
Old
#2956  
Junior Member
Thanks Meter 3
Posts: 23
Join Date: Jan 2010
Quote:
Originally Posted by mrasquinho View Post
Yes, TMN has 2 different. But the problem is not for me, 'cause I have a data plan... The problem is I don't like to have allways data enabled - and it consumes a lot of battery, too...
I've said this once and I'll say it again lol

Oh by the way, everyone that like me that had problems with sending and receiving mms with data off, because of not being able to only disable the internet apn (due 4.0 security policies)
There is a solution similar to the 2.x systems but with a little tweak.

1- Download and install your favorite apn apk (for me apn portugal)

2- Next go to to titanium backup and long press the apn apk.

3-Select convert to system aplication.

4-Go to the apn apk and disable internet

5-???

6-Profit!!!

The tweak is you have to have the apn apk installed in your system.
So you can install it directly as system apk by aptoide for instance, or convert it after to system by titanium backup.

I hope everyone can now solve their mms problems
 
M1ST4K3
Old
#2957  
M1ST4K3's Avatar
Senior Member
Thanks Meter 31
Posts: 162
Join Date: Aug 2009
Location: Portugal
Quote:
Originally Posted by MaRcIuPT View Post
I have no data plan. I deleted some time ago the internet apn only and I use always data on. it doesn't consume battery until you recieve/send mms.
But he has a data plan... that would kill the access to internet... I don't really mms anyway... But I know what he means. What I do is put the data toggle in the notification bar and turn it on every once in a while. Not the best solution, but it's pretty usable...

dzo, huge battery improvement in the last build. I use the new driver and the phone had not reset once! Great job mate.

Huawei Ideos x5 U8800
ASUS Transformer 32GBs TF101
The Following User Says Thank You to M1ST4K3 For This Useful Post: [ Click to Expand ]
 
mrasquinho
Old
#2958  
mrasquinho's Avatar
Senior Member
Thanks Meter 176
Posts: 845
Join Date: Sep 2011
Location: Portalegre
Quote:
Originally Posted by fallen_monk View Post
I've said this once and I'll say it again lol

Oh by the way, everyone that like me that had problems with sending and receiving mms with data off, because of not being able to only disable the internet apn (due 4.0 security policies)
There is a solution similar to the 2.x systems but with a little tweak.

1- Download and install your favorite apn apk (for me apn portugal)

2- Next go to to titanium backup and long press the apn apk.

3-Select convert to system aplication.

4-Go to the apn apk and disable internet

5-???

6-Profit!!!

The tweak is you have to have the apn apk installed in your system.
So you can install it directly as system apk by aptoide for instance, or convert it after to system by titanium backup.

I hope everyone can now solve their mms problems
I've said this once and I'll say it again too lol

I don't want to use a apn manager, but I know how to use it...

Oh well, I'm enabling data everytime I need it, that's ok
Sent from my U8800 using xda premium
Samsung Galaxy Nexus
 
dzo
Old
(Last edited by dzo; 29th March 2012 at 12:09 AM.)
#2959  
dzo's Avatar
Elite Recognized Developer - OP
Thanks Meter 4256
Posts: 1,908
Join Date: Apr 2008
Location: Auckland

 
DONATE TO ME
If people would like to help with translations in the settings app, that would be useful. You can do it all online without having to understand any code.

Get a github account (www.github.com) and login to github.
Go here: https://github.com/dzo/packages_apps_settings
and navigate to "res/values-xx" where xx is your language.
click on strings.xml
click "Fork and edit this file"
Add the following to the file before the line with </resources> on it.
Code:
    <string name="new_wifi">New Wifi Driver</string>
    <string name="new_wifi_summary">Use the new Wifi Driver</string>
    <string name="dualmic_enable_title">Use echo cancelling microphone</string>
    <string name="headsetmic_enable_title">Use headset microphone</string>
    <string name="system_settings_title">Notification Drawer</string>

    <string name="power_widget_title">Power widget</string>
    <string name="title_expanded_widget">Show power widget</string>
    <string name="summary_expanded_widget">Show the power widget in the notification drawer</string>
    <string name="title_expanded_hide_onchange">Hide on change</string>
    <string name="summary_expanded_hide_onchange">Hide the notification drawer after toggling a widget button</string>
    <string name="title_expanded_hide_indicator">Hide indicator</string>
    <string name="summary_expanded_hide_indicator">Hide the power widget indicators</string>
    <string name="title_expanded_hide_scrollbar">Hide scrollbar</string>
    <string name="summary_expanded_hide_scrollbar">Hide the scrollbar when more than the maximum number of widget buttons are present</string>
    <string name="title_widget_picker">Widget buttons</string>
    <string name="summary_widget_picker">Select which buttons to display in the power widget</string>
    <string name="title_widget_order">Widget button order</string>
    <string name="summary_widget_order">Select the order of the buttons in the power widget</string>
    <string name="title_buttons">Buttons</string>
    <string name="title_toggle_wifi">Toggle Wi-Fi</string>
    <string name="title_toggle_bluetooth">Toggle Bluetooth</string>
    <string name="title_toggle_gps">Toggle GPS</string>
    <string name="title_toggle_sound">Toggle Sound</string>
    <string name="title_toggle_brightness">Toggle Brightness</string>
    <string name="title_toggle_sync">Toggle Sync</string>
    <string name="title_toggle_wifiap">Toggle Wi-Fi AP</string>
    <string name="title_toggle_screentimeout">Toggle Screentimeout</string>
    <string name="title_toggle_mobiledata">Toggle Mobiledata</string>
    <string name="title_toggle_lockscreen">Toggle Lockscreen</string>
    <string name="title_toggle_networkmode">Toggle 2G/3G</string>
    <string name="title_toggle_autorotate">Toggle Orientation</string>
    <string name="title_toggle_airplane">Toggle Airplane mode</string>
    <string name="title_toggle_flashlight">Toggle LED flashlight</string>
    <string name="title_toggle_sleep">Go to sleep</string>
    <string name="title_toggle_media_play_pause">Media: Toggle Play/Pause</string>
    <string name="title_toggle_media_previous">Media: Skip to Previous</string>
    <string name="title_toggle_media_next">Media: Skip to Next</string>
    <string name="title_toggle_wimax">Toggle WiMAX</string>
    <string name="title_button_modes">Button modes</string>
    <string name="pref_brightness_mode_title">Brightness modes</string>
    <string name="pref_brightness_mode_summary">Choose how the brightness button changes modes</string>
    <string name="cm_brightness_mode_auto">Auto</string>
    <string name="cm_brightness_mode_dim">Dim</string>
    <string name="pref_network_mode_title">Network modes</string>
    <string name="pref_network_mode_summary">Choose how the NetworkMode button changes modes</string>
    <string name="pref_screentimeout_mode_title">Screentimeout modes</string>
    <string name="pref_screentimeout_mode_summary">Choose how the Screentimeout button changes modes</string>
    <string name="pref_ring_mode_title">Sound modes</string>
    <string name="pref_ring_mode_summary">Choose how the sound button changes modes</string>
    <string name="cm_sound_mode_silent">Silent</string>
    <string name="cm_sound_mode_vibrate">Vibrate</string>
    <string name="cm_sound_mode_sound">Sound</string>
    <string name="cm_sound_mode_soundVibrate">Sound+Vibrate</string>
    <string name="pref_flash_mode_title">Flash mode</string>
    <string name="pref_flash_mode_summary">Choose High / Death Ray</string>
    <string name="expanded_haptic_feedback_title">Haptic feedback</string>
    <string name="expanded_haptic_feedback_summary">Enable/disable haptic feedback</string>
Or just add the ones you want to translate.
Now change the text that's not inside < >, e.g.
<string name="power_widget_title">เครื่องมือไฟฟ้า</string>

When you are finished, click "commit changes" and then click "pull request", write a nice message to me and click "Send pull request". I will merge your changes in with my source and the translation will appear in the next build.

Please make sure you only change the text outside the angle brackets (<,>) or it will not build and I will have to fix it.

Before you do a translation make sure it hasn't been done already.

Thanks.
The Following 3 Users Say Thank You to dzo For This Useful Post: [ Click to Expand ]
 
dzo
Old
#2960  
dzo's Avatar
Elite Recognized Developer - OP
Thanks Meter 4256
Posts: 1,908
Join Date: Apr 2008
Location: Auckland

 
DONATE TO ME
Quote:
Originally Posted by mrasquinho View Post
Another problem. With the new wifi driver I can connect only one time. After that I have to change to old driver again or reboot the phone.
I know its unstable, and I'm only reporting

Sent from my U8800 using xda premium
What do you mean, even switching wifi off and on again doesn't let you connect?
What type of network is it? The new driver only takes effect after you switch wifi off and then on again, perhaps you have a WEP network and were only really connecting with the old driver.

 
Post Reply+
Tags
android 4, aurora, huawei ideos x5, ics, u8800
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...