What app is this? - General Questions and Answers

It can be deleted. Thank you.

if the icon appears with a notification on the status bar click and press it , it will show some thing like app info then click it and it will take you to the app information page from there you can see what app is giving that information

gracefang said:
if the icon appears with a notification on the status bar click and press it , it will show some thing like app info then click it and it will take you to the app information page from there you can see what app is giving that information
Click to expand...
Click to collapse
The tablet was pin locked. So you can't do anything. Maybe i forgot to mention this?
Now you understand why i asked? Anyway, it doesn't matter now, tganks for the answer.

andeld said:
The tablet was pin locked. So you can't do anything. Maybe i forgot to mention this?
Now you understand why i asked? Anyway, it doesn't matter now, tganks for the answer.
Click to expand...
Click to collapse
Haha its okay you're welcome

Related

[Q] Simple Battery-Indicator.xap

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

How do you allow scrolling in a <ul> list for android?

My android app is running fine but on one of the pages there is a list that is longer then the phones screen and it will not allow you to scroll down. How do you fix this?
Jake20x said:
My android app is running fine but on one of the pages there is a list that is longer then the phones screen and it will not allow you to scroll down. How do you fix this?
Click to expand...
Click to collapse
Can you take some screenshots?
Never had heard of that so maybe I will know what to advice you when I see it
Jake20x said:
My android app is running fine but on one of the pages there is a list that is longer then the phones screen and it will not allow you to scroll down. How do you fix this?
Click to expand...
Click to collapse
Use a scrollview to make the layout scrollable http://developer.android.com/reference/android/widget/ScrollView.html
Thanks
zacthespack said:
Use a scrollview to make the layout scrollable http://developer.android.com/reference/android/widget/ScrollView.html
Click to expand...
Click to collapse
Yes this helped me out it and fixed the problem but i screwed up something else in the process lol. But thank you, its much appreciated.
I already replied to your other thread. As stated above, use a ScrollView
And DON'T SPAM
Sorry
QuantumFoam said:
I already replied to your other thread. As stated above, use a ScrollView
And DON'T SPAM
Click to expand...
Click to collapse
Sorry Im new and didnt know which place to put this question on so i put it on two different ones

How to Quick Search for apps

Hi I have honor 6+. I have seen sometimes quick search bar for apps comes up when i do something, but i dont know how to open the quick search bar. Pls tell me
Akram. said:
Hi I have honor 6+. I have seen sometimes quick search bar for apps comes up when i do something, but i dont know how to open the quick search bar. Pls tell me
Click to expand...
Click to collapse
Just slide your finger down when on home screen. Start from the center or just above it. Don't start from top otherwise you'll open the notification panel.
shubh_007 said:
Just slide your finger down when on home screen. Start from the center or just above it. Don't start from top otherwise you'll open the notification panel.
Click to expand...
Click to collapse
Thanks i figured it out, very useful
Akram. said:
Thanks i figured it out, very useful
Click to expand...
Click to collapse
no mean to advertise , sorry..but are you already try ginlemon smart launcher ?

[Q] What is this App

I saw this icon from other's android desktop screenshot, it seems like a gesture app, does anyone know? Thanks in advanced!
This is the first time I've seen something like it. I don't know what is it.
matif525 said:
I saw this icon from other's android desktop screenshot, it seems like a gesture app, does anyone know? Thanks in advanced!
Click to expand...
Click to collapse
It can be an app for disabled ppl who are deaf
(May be)
Coz it's showing gestures of no 5
ChahatGupta said:
It can be an app for disabled ppl who are deaf
(May be)
Coz it's showing gestures of no 5
Click to expand...
Click to collapse
Thanks!
But I also saw a sound enhance mod in that homescreen, so maybe not for deaf.
matif525 said:
Thanks!
But I also saw a sound enhance mod in that homescreen, so maybe not for deaf.
Click to expand...
Click to collapse
That's confusing :laugh:
ChahatGupta said:
That's confusing :laugh:
Click to expand...
Click to collapse
Its probably the TalkBack feature for the blind. It helps them navigate by touch and tells them what they're touching and asks whether that's what they want to select.
Droidriven said:
Its probably the TalkBack feature for the blind. It helps them navigate by touch and tells them what they're touching and asks whether that's what they want to select.
Click to expand...
Click to collapse
now we got it
---------- Post added at 02:51 AM ---------- Previous post was at 02:49 AM ----------
Droidriven said:
Its probably the TalkBack feature for the blind. It helps them navigate by touch and tells them what they're touching and asks whether that's what they want to select.
Click to expand...
Click to collapse
Can u help me with this please
I found what is that, it is an app which will not be finished develop for snap.
matif525 said:
I found what is that, it is an app which will not be finished develop for snap.
Click to expand...
Click to collapse
Thanks, mystery solved.

App Duo Shortcuts from Edge Panel

I cannot find a way to create an app duo. I go to the edge panel, and I can select one app to add it, but I cannot find a place to make a new app duo. It's supposed to have an "add" button somewhere I read... But I see it no where. Anyone else having this issue? Am I just missing something? A setting somewhere? I never had this issue on my Note10+ so I don't think I'm just being dumb... But who knows.
drag next app onto the existing one
raul6 said:
drag next app onto the existing one
Click to expand...
Click to collapse
Then it makes a folder. I tried that. So then when you click it, a folder pops up as opposed to two apps in splitscreen.
not as easy as before
https://www.reddit.com/r/GalaxyNote20/comments/idtdlw/how_to_create_app_pairs_for_the_edge_panel/
raul6 said:
not as easy as before
https://www.reddit.com/r/GalaxyNote20/comments/idtdlw/how_to_create_app_pairs_for_the_edge_panel/
Click to expand...
Click to collapse
Thank you so much! Now that I have seen it, it's quite easy... But I never would have found that. Tapping the split screen bar is something I have never done, haha.
raul6 said:
not as easy as before
https://www.reddit.com/r/GalaxyNote20/comments/idtdlw
Click to expand...
Click to collapse
I tried this and it says that I have already created this app pair.

Categories

Resources