[Diskussion] CyanogenMod 7 mit 2ndboot für das Milestone (CM7)

und du siehst ja das mein Akku nach 3 Jahren auch noch immer gut Leistung hat ;)

Zwischenstand:
3d 13h 59m mit Akku, Akkuanzeige steht bei 70% ^^
 
-FuFu- schrieb:
und du siehst ja das mein Akku nach 3 Jahren auch noch immer gut Leistung hat ;)

Klar. Die Frage ist nur, ob er nicht genauso viel Leistung hätte, wenn du ihn immer ganz entladen hättest. Das kann keiner sagen ;).

-FuFu- schrieb:
Zwischenstand:
3d 13h 59m mit Akku, Akkuanzeige steht bei 70% ^^

Das sieht mir aber locker nach 10 Tagen aus...

Ich habe den Test auch gerade begonnen. Also ohne WLAN und mit Einstellung auf 2G. Also kein UMTS benutzen. Die Frage ist natürlich auch, ob du mit dem Handy viel durch die Gegend reist, oder es immer zuhause am selben Fleck liegt. Das macht einen gewaltigen Unterschied.
 
Zuletzt bearbeitet:
cm-7-20121218-UNOFFICIAL-umts_sholes

Test build with built-in call recording feature: Dev-Host - cm-7-20121218-UNOFFICIAL-umts_sholes.zip - The Ultimate Free File Hosting / File Sharing Service

Call recording can be enabled under Settings>Call
Recordings are stored in /sdcard/CallRecordings

This build is using proprietary libaudio from Defy+ firmware (to be able to record call audio without beeps), therefore there can be some audio playback or recording issues that I missed. Please, let me know if you spot anything wrong. Thanks.
 
  • Danke
Reaktionen: hellfire, tbv2005 und -FuFu-
mein langzeit standby test muß ich heute neu starten ^^ brauchte das Gerät heute als mp3 player und zum surfen und bäm, akku von 70 direkt runter auf 20 -.- und jetzt steht er bei 5% aber ich lass das Ding jetzt solange weiter laufen bis es aus geht :D mal sehen wieviel noch drin ist ;)

ich hatt gestern mal im Forum gesucht und meinen alten beitrag Gefunden zu meiner Akkulaufzeit unter 2.1 ^^
https://www.android-hilfe.de/forum/...milestone-akku.11352-page-21.html#post-381192
Infos zum Akkuverbrauch:
1 Tag, 8 Stunden, 48 Minuten seit dem Ausstecken
88% Anrufe (Aktiviert 6 Stunden 55 Minuten (1 Telefonat ))
6% Telefon inaktiv (Aktiviert 1 Tag 7 Stunden 42 Minuten)
5% Handy-Standby (Aktiviert 1 Tag 8 Stunden 11 Minuten)
2% Display (Aktiviert 35 Minuten)

Akku Restladung 20%
:D
 
Bei mir lassen sich die googleapps nicht installieren, hat jemand eine Idee?
 
stadtschreiber schrieb:
cm-7-20121218-UNOFFICIAL-umts_sholes

Test build with built-in call recording feature

Braucht man das wirklich? ;-)

Schade, dass solche einfachen Dinge, wie z.B. das Abschalten von WLAN 802.11n nicht in die Konfiguration implementiert werden. Das wäre wirklich wichtig, denn 802.11n führt auf sehr vielen Devices zu ständigen Hängern bei WLAN-Verbindungen. Um es abzuschalten, muss man bisher immer noch manuell nach jedem CM7-Update die Datei /etc/wifi/tiwlan.ini editieren. :sad:
 
fipsy schrieb:
Braucht man das wirklich? ;-)

Schade, dass solche einfachen Dinge, wie z.B. das Abschalten von WLAN 802.11n nicht in die Konfiguration implementiert werden. Das wäre wirklich wichtig, denn 802.11n führt auf sehr vielen Devices zu ständigen Hängern bei WLAN-Verbindungen. Um es abzuschalten, muss man bisher immer noch manuell nach jedem CM7-Update die Datei /etc/wifi/tiwlan.ini editieren. :sad:
You can create /system/etc/custom_backup_list.txt file and put there this line:
Code:
etc/wifi/tiwlan.ini
so your edited tiwlan.ini file is preserved during CM7 updates.

You can also put a pull request with your own code that implements the options you want to https://github.com/nadlabak . It's open source and commits from other people are welcome.

To be able to record calls can be very important feature for some people in some cases. (Though I know that Germany is a two-party consent state, unlike many other European countries that are one-party states, so this feature is probably not so attractive for you).

Anyway, I do it for fun, so I focus on what gives me more fun. I do not owe anything to anyone. My free time is very limited. If you want anything, your safest bet is to do it yourself and share with others. It's open source project.
 
  • Danke
Reaktionen: tbv2005, stadtschreiber, -FuFu- und 2 andere
nadlabak schrieb:
You can create /system/etc/custom_backup_list.txt file and put there this line:
Code:
etc/wifi/tiwlan.ini
so your edited tiwlan.ini file is preserved during CM7 updates.

nadlabak schrieb:
enter "setprop persist.sys.swapsize 32768"
32768 is just an example, use a value of your choice. It's in kB (note: using too big values is not a good idea).
The setprop command sets the system property value. Persistent properties survive both reboots and also ROM updates. Once you set it, it's set until you wipe the data/do factory reset.

Das sind jetzt schon 2 sehr interessante Infos, gibt es da eigentlich irgendwo eine Liste, wo noch mehr solche Sachen zu finden sind?
Mit diesen Infos kann man ja z.B. schon einmal eigene Anpassungen besser schützen bei zukünftigen Updates.
 
  • Danke
Reaktionen: hellfire
ich denke eine wirkliche liste wird es nicht geben ;)
aber ne möglichkeit solche sachen zu finden ist github zu durchsuchen :D oder mal auf der originalen cm webseite schauen ob es da was gibt
 
nadlabak schrieb:
You can create /system/etc/custom_backup_list.txt file and put there this line:
Code:
etc/wifi/tiwlan.ini
so your edited tiwlan.ini file is preserved during CM7 updates.

Thanks! This was a quite important information.

nadlabak schrieb:
You can also put a pull request with your own code that implements the options you want to https://github.com/nadlabak . It's open source and commits from other people are welcome.

Okay okay :). I appreciate this. At the moment I'm quite unsure if I will familiarize with all that stuff. But I know it's not a good idea to always grump around without making it better by myself. :winki:

nadlabak schrieb:
Though I know that Germany is a two-party consent state, unlike many other European countries

Do not overrate the democratic structures in germany. All that glitters from outside is not gold... I understand the intention for this feature.

nadlabak schrieb:
Anyway, I do it for fun, so I focus on what gives me more fun. I do not owe anything to anyone.

Of course! I think everyone knows that. But you're the one to be in the know of everything :). Thats probably the reason for everyone thinking of you if problems occur...

Der ursprüngliche Beitrag von 03:13 Uhr wurde um 03:18 Uhr ergänzt:

-FuFu- schrieb:
ich denke eine wirkliche liste wird es nicht geben ;)
aber ne möglichkeit solche sachen zu finden ist github zu durchsuchen :D oder mal auf der originalen cm webseite schauen ob es da was gibt

Najaaaaa! Da muss man sich aber sehr viel Zeit nehmen. Zumal man ja auch gar nicht weiß, wonach man suchen muss. Wenn man gar nicht weiß, dass es sowas wie /system/etc/custom_backup_list.txt gibt, wonach soll man dann suchen...

Es wäre vielleicht nicht verkehrt, wenn man ne Art Tips&Tricks Thread für CM eröffnen würde, wo man nur Tips sammelt und wo nicht diskutiert wird. Dann müssen wir nicht immer nadlabak als wandelndes Lexikon missbrauchen ;). Ich habe seit der Installation von CM7 vor einigen Wochen schon angefangen, mir eine Textdatei mit den Links und Infos anzulegen, die für mich wichtig sind. Das kann man ja gar nicht alles behalten...
 
nadlabak schrieb:
You can create /system/etc/custom_backup_list.txt file and put there this line:
Code:
etc/wifi/tiwlan.ini
so your edited tiwlan.ini file is preserved during CM7 updates.

Das ist wirklich ein schönes Feature! Dann brauche ich das nächste mal die Overclock Datei nicht wieder kopieren.

Das mit der Gesprächaufzeichnung und dem zwei Parteien Staat Deutschland hab ich jetzt nicht verstanden. Könnte mich da jemand aufklären, dass interessiert mich jetzt. :scared:

Auf jeden Fall finde ich es toll das nadlabak sogar hier in einem deutschen Forum mitliest und uns Tipps gibt! Respekt für deine Leistungen und deinen Support! THANK YOU! :thumbup:
 
hellfire schrieb:
Das mit der Gesprächaufzeichnung und dem zwei Parteien Staat Deutschland hab ich jetzt nicht verstanden. Könnte mich da jemand aufklären, dass interessiert mich jetzt. :scared:
I meant the fact that to record a telephone call without the consent of both participating parties is an illegal act by German law (even for private use only), as stated here: Telephone recording laws - Wikipedia, the free encyclopedia
 
Die "custom_backup_list" ist Klasse! Wie trägt man aber mehrere Einträge ein? Einfach untereinander schreiben oder durch Semikolon trennen? Habe durch Suchen noch nichts darüber gefunden!
 
nadlabak schrieb:
I meant the fact that to record a telephone call without the consent of both participating parties is an illegal act by German law (even for private use only), as stated here: Telephone recording laws - Wikipedia, the free encyclopedia

There are a lot of laws in germany that are not worth the paper on which they were written. So is this. You are not allowed to record any telephone call with any person but you are allowed to let someone hear your call as a witness over a telephone speaker or something like this. There are nearly as many interpretations and different court decisions to this law as this law has letters ;). Beyond that it's just an application delict what means that it's only traced if someone makes a complaint and can prove that you recorded the call. How will anyone do this if you did it just for your personal fun?

Many german laws are just theoretical and have no practical benefit. The intention of german legislators often is to make things as common as possible ("See: we have done something!"), so that every court can make it's own decision. But this makes things often as complicated as possible. It's a rare exception that laws are clear and definitely. Also there are many laws that have a backdoor implemented by the instigation of lobbyists or that conflict with other laws. Meanwhile even most specialists lost track of all this mess. One tried to make maximum justness and finally earned maximum inequity. Germany really is a laws loony bin and a lawyers paradise. :flapper:
 
Zuletzt bearbeitet:
droid@work schrieb:
Die "custom_backup_list" ist Klasse! Wie trägt man aber mehrere Einträge ein? Einfach untereinander schreiben oder durch Semikolon trennen? Habe durch Suchen noch nichts darüber gefunden!
ich würde vermuten untereinander, aber wahrscheinlich im unix format, also keine mit dem windows editor erstellte datei
 
droid@work schrieb:
Die "custom_backup_list" ist Klasse! Wie trägt man aber mehrere Einträge ein? Einfach untereinander schreiben oder durch Semikolon trennen? Habe durch Suchen noch nichts darüber gefunden!

Hier steht es.
 
  • Danke
Reaktionen: fipsy
Wenn wir unseren Mentholölclub nicht hätten... ;-)

Was mich an dieser Notation sehr irritiert ist, dass ein relativer Pfadname benutzt wird. Also "dir/dir/dir" statt "/dir/dir/dir". Sehr ungewöhnlich und gewöhnungsbedürftig. Die Frage ist, ob es auch mit einem voll qualifizierten Pfadnamen geht?!

Edit: Wie ist das eigentlich mit "wipe system"? Ich vermute, dass die persists und die Angaben in custom_backup_list.txt das nicht überstehen, oder?
 
Zuletzt bearbeitet:
Ist ja SEHR schön, dass in der 7.2.4d nun das WLAN 802.11n Protokoll defaultmäßig deaktiviert ist. Super!

Leider ist es seit der 7.2.4c so, dass man beim Booten das Display mit der Kamerataste nicht mehr dimmen kann. Es hat während des ganzen Bootvorgangs unnötigerweise volle Helligkeit *seufz*.

Der ursprüngliche Beitrag von 00:53 Uhr wurde um 01:06 Uhr ergänzt:

nadlabak schrieb:
You can create /system/etc/custom_backup_list.txt file and put there this line:
Code:
etc/wifi/tiwlan.ini
so your edited tiwlan.ini file is preserved during CM7 updates.

But this doesn't work with all directories. I wanted to preserve a custom binary in "system/xbin/" from being erased by the system update but nevertheless it was erased. :crying:

Furthermore 12swap still doesn't work correctly in 7.2.4d! If the given swapsize is bigger than the actual size of the swap partition the swap still is deactivated (0). This means there is no difference in contrast to the first version of 12swap though the file was modified (515 bytes in version 7.2.4c to 521 bytes in version 7.2.4d).

----

Edit: I wonder that obviously no one has tested the modification in 12swap!?

Code:
if [ $SWAPSIZE -qt $SWAPPARTSIZE ]; then
    SWAPSIZE=$SWAPPARTSIZE
fi
What does -qt mean? "greater than" is -gt !

The attached 12swap finally works...
 

Anhänge

  • 12swap.zip
    397 Bytes · Aufrufe: 74
Zuletzt bearbeitet:
fipsy schrieb:
Was mich an dieser Notation sehr irritiert ist, dass ein relativer Pfadname benutzt wird. Also "dir/dir/dir" statt "/dir/dir/dir". Sehr ungewöhnlich und gewöhnungsbedürftig. Die Frage ist, ob es auch mit einem voll qualifizierten Pfadnamen geht?!
custom_backup_list.txt specifies which files from system partition should be backed-up and later restored during update.
Therefore it would make no sense to repeat /system/... on every line.
So,
Code:
etc/wifi/tiwlan.ini
doesn't mean /etc/wifi/tiwlan.ini but /system/etc/wifi/tiwlan.ini
(in Android, /etc is just a symlink to /system/etc)

fipsy schrieb:
But this doesn't work with all directories. I wanted to preserve a custom binary in "system/xbin/" from being erased by the system update but nevertheless it was erased. :crying:
to preserve file blabla in /system/xbin, put this line to custom_backup_list.txt:
Code:
xbin/blabla
fipsy schrieb:
Leider ist es seit der 7.2.4c so, dass man beim Booten das Display mit der Kamerataste nicht mehr dimmen kann. Es hat während des ganzen Bootvorgangs unnötigerweise volle Helligkeit *seufz*.
About the reason for the camera button 'special' function:
xda-developers - View Single Post - [ROM] CyanogenMod 7.2.4d (Android 2.3.7) [20121227]
xda-developers - View Single Post - [ROM] CyanogenMod 7.2.4d (Android 2.3.7) [20121227]
Later it was revealed that this workaround causes LCD backlight to be activated by accidental press of camera button even while the screen is off (e.g. while the phone is in your packet), leading to possible battery drain (as the LCD backlight would remain on until the next screen on/off sequence).
So I fixed that by:
https://github.com/nadlabak/kernel/commit/45426a03cd491577232bb8f25cc33855a8f5b3a1
https://github.com/nadlabak/android...mmit/fdeb3c0231b2cc22f60c7f1a807a83e66a96c695
in 7.2.4c.
So the intended 'special' function of the camera button is still there.
From the 7.2.4c release notes:
- fix unwanted lcd-backlight activation by camera button while the screen is off (was related to the light sensor workaround that allows to use camera button to provoke sending of light sensor data without waiting for ALS interrupt)
The function you are missing was never intended. And as it could have caused battery drain, it's much better to leave it the way it is now - fixed.

fipsy schrieb:
Furthermore 12swap still doesn't work correctly in 7.2.4d! If the given swapsize is bigger than the real size of the ext partition the swap still is deactivated (0). This means there is no difference in contrast to the first version of 12swap though the file was modified (515 bytes in version 7.2.4c and 521 bytes in version 7.2.4d).
A small typo in 12swap has been already fixed 5 days ago - https://github.com/nadlabak/android...mmit/3328ada186119f0083c24034bf881d33746a4b48
So it's fixed in 7.2.4e from 30.12.2012 - http://d-h.st/users/nadlabak/?fld_id=2535#files
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: tbv2005, TeCci, -FuFu- und 2 andere
Thanks a lot, Pavel, for this many really helpful hints and explanations! You made my day :thumbsup:

nadlabak schrieb:
The function you are missing was never intended. And as it could have caused battery drain, it's much better to leave it the way it is now - fixed.

Okay, I understand. But nevertheless a function to dim the display while booting would still be nice. :biggrin:

nadlabak schrieb:
A small typo in 12swap has been already fixed 5 days ago. So it's fixed in 7.2.4e from 30.12.2012

I didn't realize that meanwhile there even is a version 7.2.4e ;-). If I'd known this I'd have saved the effort to find the bug ;).

Thanks again!
Volker
 

Ähnliche Themen

-FuFu-
Antworten
60
Aufrufe
17.574
paysano
paysano
Darks
Antworten
10
Aufrufe
2.608
Darks
Darks
-FuFu-
Antworten
3
Aufrufe
11.819
Varroc
Varroc
Zurück
Oben Unten