Recent content by rznag

  1. R

    Post [Q] Defy 1% universal battery increment?

    Defy shows with motorola increments for a value like (x+1)0 from x6 - (x+1)5. Means if it shows 90% it can be from 86-95. 40% means it can be from 36-45. So if the battery is at 96% it will show Full but you can charge further cause you haven`t reached the real 100%. That`s also why your battery...
  2. R

    Post Defy's Flashlight has dead.

    On the german forum there are even less people with this problem. They all reference to xda. But the hype about this "problem" is much bigger on the german forum, but no one can confirm it really. I`ve written also on the german forum about this problem. Most of the people on the german forum...
  3. R

    Post [Q] Defy 1% universal battery increment?

    Yes, the kernel signature is checked at boot. But perhaps it`s possible to change this module at runtime. Single modules are not checked as far as i know. That`s why it`s possible to load the overclock module. I don`t wanna build a new kernel, just change the battery driver module. But as i...
  4. R

    Post [Q] Defy 1% universal battery increment?

    They didn`t figured it out. They just read the motorola specific variable. So with circle battery you also have no systemwide 1% increment. They read the same variable as the other apps posted in the apps section with which you can have 1% display: DefyBatt 1%, MotoCharge. But all these apps...
  5. R

    Post [Q] Defy 1% universal battery increment?

    That was also one of my first ideas concerning systemwide 1% battery. From kernelspace you have much more possibilities than from userspace if you want to modify systemstuff. I`ve also tried to decompile cpcap-battery module. Do you have a link to the source ? Have written some kernel modules...
  6. R

    Post DefyBatt & DefyLivepaper - Battery Widget & Livewallpaper for Defy scaling in 1% Step

    Perhaps it`s possible. Haven`t seen the code for battery in services.jar, but never decompiled one and looked for it. Have you successfully decompiled and compiled a services.jar and changed code in it ? Not just hexedited. Normally it`s done with a broadcast receiver which captures...
  7. R

    Post DefyBatt & DefyLivepaper - Battery Widget & Livewallpaper for Defy scaling in 1% Step

    You can`t get 1% functionality by changing framework or services.jar. I don`t know what you exactly mean, but if you mean circle styled widget, than you have to write your own, wait until i have a circle style what i`m also working on, or write to the owner of the original circle mod that he...
  8. R

    Post DefyBatt & DefyLivepaper - Battery Widget & Livewallpaper for Defy scaling in 1% Step

    The value is just calculated by the system itself. If you have flashed new, took battery off or something else the value for "first" loading is guessed by remaining voltage. So it shows for example 50%, but it only is at 24%. If you then charge it, the system shows 100% but realbatterylevel is...
  9. R

    Post DefyBatt & DefyLivepaper - Battery Widget & Livewallpaper for Defy scaling in 1% Step

    You misunderstood it. I edited the starting post. It was ment in this way that only a string shows charging, when it`s charging. The Batterylevel is shown ALL the time, doesn`t matter if charging or discharging. When you use your phone, the gui shows a decreasing batterylevel, when you charge it...
  10. R

    Post [New Firmware] 3.4.2 131-003 Orange Deblur

    Good Question, but the only orange thing on this rom is the bootscreen showing an orange logo. If you replace bootanimation or just delete it, there`s nothing left of orange except the name orange in systeminformation. But no app or something like that. My defy is booting with r2d2 at the moment...
  11. R

    Post [New Firmware] 3.4.2 131-003 Orange Deblur

    But i don`t even want to go back. Runs supersmooth und until now everything seems to work fine. Camcorder has widescreen out of the box, haptic feedback works, complete rom runs superfast with launcher pro. No lags. Titanium works, Setvsel works. Only thing which is orange is the bootlogo but if...
  12. R

    Post [New Firmware] 3.4.2 131-003 Orange Deblur

    This if from /system/app. But there is no Motoblur account app in the apps. Before i was on Uk Froyo and i did not try to downgrade at the moment. Just flashed it and now i`m playing a bit with it. BlurCamera.apk DownloadProvider.apk BatteryReport.odex ArcVideoEditorLite.apk...
  13. R

    Post [New Firmware] 3.4.2 131-003 Orange Deblur

    I`ve flashed it. No Blurlogin at beginning. Just Googleacc setup. Seems to be orginial polnish, cause of some polnish screens before Languagesetup. German is included. Superoneclick runs fine and i`m doing a nandroid at the moment. Will upload it soon. Cam/Flash and Haptic Feedback runs out of...
  14. R

    Post New toy for all: UK 3.4.2-117 froyo for Defy is out!

    the answer is already 2 pages before: english, spanish, french, italian, dutch, portuguese all with multiple variants.
  15. R

    Post DefyBatt & DefyLivepaper - Battery Widget & Livewallpaper for Defy scaling in 1% Step

    1. I know, thats motorola related. The moto batterydisplay shows full when you reach 95% and switchs to full. My widget shows all the time the real value. So it`s no bug in my widget, it`s motorola. Perhaps it`s to protect the battery in case of overcharge ?! 2. It`s planned to add this...