[Q] Simple Battery-Indicator.xap - Windows Phone 7 Q&A, Help & Troubleshooting

Welcome together,
would be great if a devloper a simple "Battery-Level-Indicator.xap" (%) could make.
Is it possible or not?
I am also looking for a way to prevent the battery charging when my device is connected to USB.
There exists a possibility?
Thanks for all suggestions.

Ddriver said:
Welcome together,
would be great if a devloper a simple "Battery-Level-Indicator.xap" (%) could make.
Is it possible or not?
I am also looking for a way to prevent the battery charging when my device is connected to USB.
There exists a possibility?
Thanks for all suggestions.
Click to expand...
Click to collapse
watch here u have one => http://forum.xda-developers.com/showthread.php?t=896104

hd2leo_fusion said:
watch here u have one => http://forum.xda-developers.com/showthread.php?t=896104
Click to expand...
Click to collapse
Thank you, but not quite what I want.

Ddriver said:
Thank you, but not quite what I want.
Click to expand...
Click to collapse
you can make one yourself with the code of fiinix... i think it contains battery status and level
http://forum.xda-developers.com/showthread.php?goto=newpost&t=1006331

Marvin_S said:
you can make one yourself with the code of fiinix... i think it contains battery status and level
http://forum.xda-developers.com/show...post&t=1006331
Click to expand...
Click to collapse
Thank you, unfortunately I'm a nobody with/of programmers.

Ddriver said:
Thank you, unfortunately I'm a nobody with/of programmers.
Click to expand...
Click to collapse
Agreed. This kind of app would be nice!

Ddriver said:
Thank you, unfortunately I'm a nobody with/of programmers.
Click to expand...
Click to collapse
Oke i can take a look once i have some projects done and im not sure if i can just use fiinix code so you should ask him first if we can use it (its fine i think). What do you have in mind as the design?
Note: Its not possible to make a live tile for the battery so dont expect this.

Marvin_S said:
Oke i can take a look once i have some projects done and im not sure if i can just use fiinix code so you should ask him first if we can use it (its fine i think). What do you have in mind as the design?
Note: Its not possible to make a live tile for the battery so dont expect this.
Click to expand...
Click to collapse
Good question.
Preferably the top right of the original battery indicator in%.
- Joking aside, it may be a simple page with the current battery level indicator in%.
E.g. if you click on the app icon will open a new page and immediately see how much% of the battery still has.
In any case I thank you for your help.
PS: Had "fiinix" with the request sent a PM.

Ddriver said:
- Joking aside, it may be a simple page with the current battery level indicator in%.
E.g. if you click on the app icon will open a new page and immediately see how much% of the battery still has.
In any case I thank you for your help.
Click to expand...
Click to collapse
Precisely a simple app that would show in a percentage how much battery life is left would be perfect. Nothing fancy is really necessary. A good example would be one of those windows gadgets for notebooks that shows the battery a gauge on the battery and then a percentage out to the right or even on the battery.
If this gets made I will only be lacking one more app and my phone will be perfect.

Ddriver said:
Good question.
Preferably the top right of the original battery indicator in%.
- Joking aside, it may be a simple page with the current battery level indicator in%.
E.g. if you click on the app icon will open a new page and immediately see how much% of the battery still has.
In any case I thank you for your help.
PS: Had "fiinix" with the request sent a PM.
Click to expand...
Click to collapse
Agreed. All clear and free to go. (read updated terms @ http://forum.xda-developers.com/showthread.php?t=1006331)

fiinix said:
Agreed. All clear and free to go. (read updated terms @ http://forum.xda-developers.com/showthread.php?t=1006331)
Click to expand...
Click to collapse
Thanks a lot and its very nice from you.

Battery Meter
How about this guys? thanks fiinix!

Yessssssss...
gkoonjul said:
How about this guys? thanks fiinix!
Click to expand...
Click to collapse
Exactly what I was looking for and missing.
Thank you very much.

A small problem I have now:
I also installing the "PhoneRestartApp" with the "fiinix code" on the device.
Now with the installation of the "BatteryTool" (also called "fiinix code") uninstalled the "PhoneRestartApp" automatic.
Conversely, it is the same problem.
Both apps at the same time on the device does not work.
If it is possible to fix this, I would be very happy, thank you very much.

Ddriver said:
A small problem I have now:
I also installing the "PhoneRestartApp" with the "fiinix code" on the device.
Now with the installation of the "BatteryTool" (also called "fiinix code") uninstalled the "PhoneRestartApp" automatic.
Conversely, it is the same problem.
Both apps at the same time on the device does not work.
If it is possible to fix this, I would be very happy, thank you very much.
Click to expand...
Click to collapse
Open up the xap and change the name and app title. The xap is like a zip and you can write a different title in the wmappmanifest.xml file. There is something written like fiinix code change this to fiinix code 1 f/e
it looks something like this
Code:
<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2009/deployment" AppPlatformVersion="7.0">
<App xmlns="" ProductID="{70e76833-54ce-40c9-9f7a-f56cd93c5ff7}" Title="DehydrationChanger" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Farm" Description="Sample description" Publisher="Farm">
<IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_INTEROPSERVICES" />
</Capabilities>
<Tasks>
<DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
</Tasks>
<Tokens>
<PrimaryToken TokenID="DehydrationChangerToken" TaskName="_default">
<TemplateType5>
<BackgroundImageURI IsRelative="true" IsResource="false">Background.png</BackgroundImageURI>
<Count>0</Count>
<Title>DehydrationChanger</Title>
</TemplateType5>
</PrimaryToken>
</Tokens>
</App>
</Deployment>

There is something written like fiinix code change this to fiinix code 1 f/e
Click to expand...
Click to collapse
?????? Thanks, but do not understand what you mean
Till now, I loose 2h for nothing for the same result like befor.
And jes, I write the name to an other name.
Both apps at the same time on the device does not work!
I like to write again, I can not program and do not understand the M$ crap.
So please, can someone write the Battery-Meter so that both the Battery-Meter, like the PhoneRestartApp at the same time on the device and remains so.
Thank you.

Fixed
Here's the fixed xap, enjoy!

Thanks a lot, now work like a charm together with the "PhoneRestartApp".
Top and perfect.

Now, all we need is a live tile for it...
No seriously though, this is great, thank you. On LG, the Diagnosis menu (MFG APP) doesn't give battery left status like some other phones do, so this is very useful.
PS: I was serious about the live tile though XD

now just add a live tile function please
cool tool

Related

Don't want the hexagon style start menu! How to change this?

I know it's in the cpr files, but when i tried to change them, the start menu didn't work at all. I want 4 icons besides each other and 4 colums. It should be possible, but I don't know how.
Something like this?
http://forum.xda-developers.com/showthread.php?t=548062
ian_uk1975 said:
Something like this?
http://forum.xda-developers.com/showthread.php?t=548062
Click to expand...
Click to collapse
Thanks, but this isn't what I'm searching for as this is a program which has to be opened each time and slows the phone. Despite this I'd like to have 4 columns, not 5.
Benz-Driver said:
Thanks, but this isn't what I'm searching for as this is a program which has to be opened each time and slows the phone. Despite this I'd like to have 4 columns, not 5.
Click to expand...
Click to collapse
You can give this a try.
Benz-Driver said:
I know it's in the cpr files, but when i tried to change them, the start menu didn't work at all. I want 4 icons besides each other and 4 colums. It should be possible, but I don't know how.
Click to expand...
Click to collapse
This might be what you are looking for http://www.wmskins.com/thumbnails.php?album=35
I also would love this, will make a request over there. They don't have it exactly, just want (if I am reading the posts correctly) 4 icons across by however many down in a square grid, not honeycomb. Just looks silly esp. now don't have the honeycomb grid behind to give it structure.
mushipkw said:
This might be what you are looking for http://www.wmskins.com/thumbnails.php?album=35
Click to expand...
Click to collapse

[GAME]Scrambled Equations

In each of these puzzles, you are given a number that you must construct out of several other numbers. You do this by taking the numbers and performing addition, subtraction, multiplication, and/or division operations on them. Each number must be used in the calculations exactly once, and only these four operations listed may be used. You may parenthesize your expression however you wish. For example, 10 may be obtained from 1, 1, 2, and 3, with the expression (3+2)×(1+1).
https://market.android.com/details?id=ro.amarkovits.android.se&feature=search_result
Math puzzles make my brain hurt but i think this is an excellent app. Well played!
Thank you, i'm glad you like it
Good game I like it a lot! I will leave a review/rate on the market after I've used it for some time.
#EDIT:
I've played the game for about 10 minutes and like it, but if I may do a request. During playing the game I was "missing" a simple clear button. A button what will erase the whole equation created. Sometimes you want to go for a whole other idea and clearing it would make it easier sometimes.
Tricky-Design said:
During playing the game I was "missing" a simple clear button. A button what will erase the whole equation created. Sometimes you want to go for a whole other idea and clearing it would make it easier sometimes.
Click to expand...
Click to collapse
This option will be available in the next version. I hope I will have time to implement it in the weekend.
Andrei
amarkovits said:
https://market.android.com/details?id=ro.amarkovits.android.se&feature=search_result
Click to expand...
Click to collapse
Neat game...pretty engaging! One feature request - when one level is done, it would be nice to go to the next right away instead of selecting it from the level menu. And a link to the level selector on the menu bar would make it easy to use
hdurina said:
One feature request - when one level is done, it would be nice to go to the next right away instead of selecting it from the level menu.
Click to expand...
Click to collapse
Ok, this will be implemented in the next version.
hdurina said:
And a link to the level selector on the menu bar would make it easy to use
Click to expand...
Click to collapse
I don't understand this.
I've got a nook Color and the android market says that your game is not compatible with my device
Zorkman said:
I've got a nook Color and the android market says that your game is not compatible with my device
Click to expand...
Click to collapse
What ROM do you have on the Nook? CyanogenMod, the stock one?
amarkovits said:
What ROM do you have on the Nook? CyanogenMod, the stock one?
Click to expand...
Click to collapse
yes, a CM7 nightly of about a month ago
Zorkman said:
yes, a CM7 nightly of about a month ago
Click to expand...
Click to collapse
What country are you from?
Andrei
as far as the android market is concerned it thinks I'm in the US (T-Mobile) thanks to marketenabler (https://market.android.com/details?id=ch.racic.android.marketenabler)
Zorkman said:
as far as the android market is concerned it thinks I'm in the US (T-Mobile) thanks to marketenabler (https://market.android.com/details?id=ch.racic.android.marketenabler)
Click to expand...
Click to collapse
I'm sorry but I really don't know why it's not working. I will investigate it.
tonight or tomorrownight I'll try and fake another provider
if there is any log I can provide you or do a test don't hesitate to let me know
hdurina said:
And a link to the level selector on the menu bar would make it easy to use
Click to expand...
Click to collapse
amarkovits said:
I don't understand this.
Click to expand...
Click to collapse
What I meant there was: When the user presses the menu button on the phone to bring up the on screen menu, you can have "Level selector" as a menu item to quickly navigate to various unlocked levels
hdurina said:
What I meant there was: When the user presses the menu button on the phone to bring up the on screen menu, you can have "Level selector" as a menu item to quickly navigate to various unlocked levels
Click to expand...
Click to collapse
When you are in the level screen you can press the back button to go back to the level selector screen.
ty
nice game, really addictive. good job!
znial said:
ty
nice game, really addictive. good job!
Click to expand...
Click to collapse
Thank you
Sent from my HTC Sensation Z710e using Tapatalk
Stuck @ 71st level. any one got the answer??
Seriously doubt the question is wrong.. Dev pls check and confirm..
amith007 said:
Stuck @ 71st level. any one got the answer??
Seriously doubt the question is wrong.. Dev pls check and confirm..
Click to expand...
Click to collapse
8*(4+(7/4))

[Resolved] [Q] Does anyone know what application is showing in my notification bar ?

Hi,
I'm running a stock rom from an HK phone and there's a new icon in the notification bar i have never seen.
www[dot]monsterup.com/upload/1334936579149.png
(I'm new so i can't add the picture)
Does someone know what app is that or what does it mean ?
Thank you.
Unfortunately, it looks like your link isn't working.
Ah yes, you must add WWW to the link.
Hmm, interesting.
If I had to guess (and I do, as it seems to not be a "standard" Android icon), I'd be willing to bet its Rotation (or orientation) lock. Meaning, that the phone will stay in whatever orientation its locked to (portrait or landscape) no matter what position the phone is put in.
Oh yes ! You are right !
Ahah, with another phone, there wasn't this icon.
Thank you very much Ninmeister.
EspiaDbx said:
Oh yes ! You are right !
Ahah, with another phone, there wasn't this icon.
Thank you very much Ninmeister.
Click to expand...
Click to collapse
Hey, no problem! Glad I could help!

Need help- white space line on up side after wirmware updating

hi Folks.
I can share with you my trouble there is the white thin space upper then toolbar
So When I have 2.3.2 wirmware it was hidden at all - I have not got it but now I update my Samsung Skyrocket and it is apparent
How can I fix it? without wirmware updating/ what's wrong I do ?
That looks to be a battery bar, is it not?
Sent from my SAMSUNG-SGH-I727 using xda premium
That line indicates your battery percentage. It's called Team Battery bar. Some custom roms come with it. The service can be disabled easily. Just find the app and you can uncheck a checkbox. Great functionality, but from an aesthetic point of view, it is a train wreck. It is the first thing I turn off.
thanks. e... guys you are right I just plugin my device ti the charger and prove your versions. But how I can block the line ?
Pacifican said:
thanks. e... guys you are right I just plugin my device ti the charger and prove your versions. But how I can block the line ?
Click to expand...
Click to collapse
Settings -> Applications -> All Applications -> Team Battery Bar -> Disable.
Thank you. I fixed it.
Pacifican said:
Thank you. I fixed it.
Click to expand...
Click to collapse
Thanks so funny! Most people love this feature. Maybe you should give it a try. Change it's color to something you like.
That was an MIUI only feature for the longest. I use it on all my devices and have for years.
So I know thats the question do not related with the topic but guys
How can I add Russian language on keyboard with the switcher option to switch English-Russian, I guess some kinds of modes on Playstore is allowed to get it- but I don't which one is good for the firmware
Many thanks
PS: Android 4.0 is brilliant. I so happy with that.
scottx . said:
Thanks so funny! Most people love this feature. Maybe you should give it a try. Change it's color to something you like.
That was an MIUI only feature for the longest. I use it on all my devices and have for years.
Click to expand...
Click to collapse
oh, Scott I understood what you mean but at the Team battery Bar where I check battery volume in digits and levels diagram + I have colorspace level in line view:laugh:. ...
I guess it looks pretty complicated for me - data dublicating
I know the suggestion is lock digits and diagram view but how can i do it ?

slide tab on app

Hi guys!
i'm not a dev, but a friend of mine is developing an android app we'll use together.. so i'm asking you guys hoping someone can help!!
we (he) has a problem implementing a gesture on our app: slide right.
i try to explain what the app should do:
in the main page the app shows a list of elements (so background with screenwide rectangular containing the elements, picture, name and small description). the idea is to slide the tab (the screenwide rectangular) right and pull it "out of the screen" just for 30% of the size.
ok ok i have to admit, i'm really really bad on explain myself
but i've found an IOS app is doing in very very smoothly, it's called Nixter (the one in the video)
my friend is saying that android don't "allow" this gesture and the only way to make it work is some workaround.. is it true?? can anyone help me (us) here?? it would be really really appreciated
i'm asking you guys because i don't want to upset my friend doubting his word..
forgot the video:
http://www.youtube.com/watch?v=dM8oUzOxve8
daede86 said:
Hi guys!
i'm not a dev, but a friend of mine is developing an android app we'll use together.. so i'm asking you guys hoping someone can help!!
we (he) has a problem implementing a gesture on our app: slide right.
i try to explain what the app should do:
in the main page the app shows a list of elements (so background with screenwide rectangular containing the elements, picture, name and small description). the idea is to slide the tab (the screenwide rectangular) right and pull it "out of the screen" just for 30% of the size.
ok ok i have to admit, i'm really really bad on explain myself
but i've found an IOS app is doing in very very smoothly, it's called Nixter (the one in the video)
my friend is saying that android don't "allow" this gesture and the only way to make it work is some workaround.. is it true?? can anyone help me (us) here?? it would be really really appreciated
i'm asking you guys because i don't want to upset my friend doubting his word..
forgot the video:
http://www.youtube.com/watch?v=dM8oUzOxve8
Click to expand...
Click to collapse
You CAN implement the same in Android too ... Android does ALLOW gestures .. I also once saw a small library that implements such a thing ... i'll update the libraries details once i remember it's name ..
niranjan94 said:
You CAN implement the same in Android too ... Android does ALLOW gestures .. I also once saw a small library that implements such a thing ... i'll update the libraries details once i remember it's name ..
Click to expand...
Click to collapse
thanks a lot, it would be a great help
daede86 said:
thanks a lot, it would be a great help
Click to expand...
Click to collapse
You're welcome ... :good: :fingers-crossed:
Hi
Is this what you mean?
http://developer.android.com/design/patterns/navigation-drawer.html
Sent from my Nexus 4
QuantumFoam said:
Hi
Is this what you mean?
http://developer.android.com/design/patterns/navigation-drawer.html
Sent from my Nexus 4
Click to expand...
Click to collapse
i guess so!! thanks!

Categories

Resources