Related
Im using Kavana Ricky's remade.
Have just made an error on CHome customise of Programs.
I changed the Plugin icons: Location istead of the Picture location now i don't have the programs bar on home screen.
Can someone please provide location.
Thanks in Advance.
Try this.
Start menu -- My Tools -- Configurator -- and click on the plugin you want to show. It's probably just hidden. You can also move up or down which ever one you want.
pfunkside said:
Try this.
Start menu -- My Tools -- Configurator -- and click on the plugin you want to show. It's probably just hidden. You can also move up or down which ever one you want.
Click to expand...
Click to collapse
In My Tools Configurator in CMyApplication\plugins\customise
I have changed the location of Plugin icons: "accidentaly"
Please provide location
\windows\CHome_MyProgs_sat_active.png;\Windows\CHome_MyProgs_desat_inactive.png
That's what mine says at least
pfunkside said:
\windows\CHome_MyProgs_sat_active.png;\Windows\CHome_MyProgs_desat_inactive.png
That's what mine says at least
Click to expand...
Click to collapse
That worked pannel back but the image on the pannel has a cross now?
Not the Program.png's there there.
I don't know where the .png is or how to send the .png
I'll be honest I don't know jack.
ok I think I found it....go down the menu to the picture box and type in:
\Windows\CHome_MyProgs_Word.png
pfunkside said:
I don't know where the .png is or how to send the .png
I'll be honest I don't know jack.
Click to expand...
Click to collapse
Hope Someone can help or it's a flash for the third time
Shoolboy error aswell.
Am just typing out all of my settings ready.
pfunkside said:
ok I think I found it....go down the menu to the picture box and type in:
\Windows\CHome_MyProgs_Word.png
Click to expand...
Click to collapse
That just changes the picture of the app your displaying had done them all then messed up.
I believe you will have to find the image you want or originally had for your programs panel and put it in your windows folder. Then find the path somehow and type it in. Like I said I don't know, but tried. I would wait for a mod to help or someone with more experience.
Good luck and keep me posted.
pfunkside said:
I believe you will have to find the image you want or originally had for your programs panel and put it in your windows folder. Then find the path somehow and type it in. Like I said I don't know, but tried. I would wait for a mod to help or someone with more experience.
Good luck and keep me posted.
Click to expand...
Click to collapse
Thank you for your help, much appreciated.
All i can do is wait.
Update Re Flashed.
Solved.
Mango allows us to put things in the settings hub. This is pretty easy to achieve, just go to your project, open your WMAppManifest.xml and add this on the <App>-tag:
Code:
HubType="268435456"
Now deploy your xap to emulator or to a real device. You can find it under the Settings-menu.
Tested & works on Mango Emulator and on Samsung Omnia 7 (Mango RTM)
To change the description see this post: link.
this can get interesting. ill check it out.
can we create another app hub called APPs and put all the apps there instead of having it populated in a long list in the programs list?
lemonspeakers said:
can we create another app hub called APPs and put all the apps there instead of having it populated in a long list in the programs list?
Click to expand...
Click to collapse
I have no idea, but I'd say we can't. Someone needs to find out what that HubType number means
Interesting. Though, once it is installed, how is it uninstalled? A tap&hold on the option in settings shows nothing... so is there another way?
prjkthack said:
Interesting. Though, once it is installed, how is it uninstalled? A tap&hold on the option in settings shows nothing... so is there another way?
Click to expand...
Click to collapse
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
jessenic said:
I have no idea, but I'd say we can't. Someone needs to find out what that HubType number means
Click to expand...
Click to collapse
Possibly it's a bitmask? Not that that really clears anything up, but 268435456 is 10000000000000000000000000000 in binary.
jessenic said:
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
Click to expand...
Click to collapse
Interesting. Gotcha. Slightly annoying implementation. But then again, I guess most devs aren't supposed to use this hubtype anyway.
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
abledanger said:
Possibly it's a bitmask? Not that that really clears anything up, but 268435456 is 10000000000000000000000000000 in binary.
Click to expand...
Click to collapse
That's right. It seems only two bits are using - first and last (music hub integration). I've tried 536870911, but nothing changes.
prjkthack said:
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
Click to expand...
Click to collapse
Yeh, I've been wandering about that too.
prjkthack said:
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
Click to expand...
Click to collapse
I made a project template for you, just open it in visual studio and it has samples for customizing the text. 2 ways to do it, in WMAppManifest and in code, just look at my sample it is very easy.
Slacker is on the Music Hub and it shows HubType="1" in the manifest. Non-music hub apps just don't have any HubType in the manifest.
jessenic said:
I made a project template for you, just open it in visual studio and it has samples for customizing the text. 2 ways to do it, in WMAppManifest and in code, just look at my sample it is very easy.
Click to expand...
Click to collapse
Works great. This is very cool!
BTW, How do you uninstall a setting?
---------- Post added at 06:14 PM ---------- Previous post was at 06:11 PM ----------
Qtek8020User said:
Works great. This is very cool!
BTW, How do you uninstall a setting?
Click to expand...
Click to collapse
jessenic said:
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
Click to expand...
Click to collapse
Uhm... Just polishing my glasses here
thesecondsfade said:
Slacker is on the Music Hub and it shows HubType="1" in the manifest. Non-music hub apps just don't have any HubType in the manifest.
Click to expand...
Click to collapse
Settings list uses HubType too.
Yes, I am aware that this entire topic is about that. I was mentioning it because it was not mentioned before in the discussion about the Music Hub.
Hey, mate thanks for your tutorial.
But I'm still quite confused, cuz I can basicaly just change the tile title within WMAppManifest in order to change the gray discription in your sample app, but when I do it upon my own app, it doesnt shows up....
e.g I change the official youtube app, added HubType=xxx, and edited WMAppManifest, change the tile title into "sample discription", but this text dosent shows up below the big settings entry name.
Could u tell me how to do that by only changing the WMAppManifest.xml file? w/o re-assembling dll files. Thanks
Guys how to place xap in settings->bluetooth ??
what set in HubType="" ?
WojtasXda said:
Guys how to place xap in settings->bluetooth ??
what set in HubType="" ?
Click to expand...
Click to collapse
I think it is not possible that you ask.
it is possible but i dont know how
WojtasXda said:
it is possible but i dont know how
Click to expand...
Click to collapse
It is possible to put xap in (settings >> bluetooth)?
Me, I never saw its.
Hello,
Whenever I get a picture sent to me via MMS, it shows it as a slideshow. This drives me crazy and I wish it didn't.
I've Googled it so many times and looked everywhere but haven't been able to figure it out.
I found this thread for a Note2:
http://forum.xda-developers.com/showthread.php?t=2221045
Adding this into system/csc/feature does the trick.
<CscFeature_Message_EnableMmsOnePageViewer>true</CscFeature_Message_EnableMmsOnePageViewer>
Click to expand...
Click to collapse
But I'm not sure how to apply that to my SGH-i747M
Please help!!!
I've read that some people just get a different texting app, but I'd rather just fix the stock one. Unless there are some other benefits that I don't know about.
Thanks!!!
Most of the rooted stock roms found in the development section have this fixed.
Is there any way to fix it on the stock ROM though? I'm rooted but don't have time to look at changing Roms right now but would just like to fix this one issue.
The best solution I've found is to ask the sender to just send the picture and not include any text. If they do this, I will come through as just a picture that you can pinch and zoom. This is a hack, but works and is better than nothing.
I guess I just figured that the Note2 and S3 are similar so the fix would be easy to apply here, but I guess not.
philhouse said:
Hello,
Whenever I get a picture sent to me via MMS, it shows it as a slideshow. This drives me crazy and I wish it didn't.
I've Googled it so many times and looked everywhere but haven't been able to figure it out.
I found this thread for a Note2:
http://forum.xda-developers.com/showthread.php?t=2221045
But I'm not sure how to apply that to my SGH-i747M
Please help!!!
I've read that some people just get a different texting app, but I'd rather just fix the stock one. Unless there are some other benefits that I don't know about.
Thanks!!!
Click to expand...
Click to collapse
Just add that line of code to /system/csc/feature.xml
http://forum.xda-developers.com/showthread.php?t=2102651
Unfortunately you need to be rooted to edit feature.xml.
upndwn4par said:
Just add that line of code to /system/csc/feature.xml
http://forum.xda-developers.com/showthread.php?t=2102651
Click to expand...
Click to collapse
Perfect thanks! Before I go and do that, is it as simple as using Root Explorer, finding feature.xml and adding that line in?
philhouse said:
Perfect thanks! Before I go and do that, is it as simple as using Root Explorer, finding feature.xml and adding that line in?
Click to expand...
Click to collapse
Yup. Just add it in the "Message" section. Actually anywhere is fine, but if you add it as the last line in the message section you will be able to easily find it again.
upndwn4par said:
Yup. Just add it in the "Message" section. Actually anywhere is fine, but if you add it as the last line in the message section you will be able to easily find it again.
Click to expand...
Click to collapse
I just went to do this but I don't have a feature file in that location which was my original problem... I thought you had given the correct location for the file on the S3. Any ideas where it would be?
I just looked at others.xml in system/csc and there is similar language to the other hacks listed in that thread.
Does anyone know if that is the correct place for out S3s?
philhouse said:
I just looked at others.xml in system/csc and there is similar language to the other hacks listed in that thread.
Does anyone know if that is the correct place for out S3s?
Click to expand...
Click to collapse
I just tried adding it to others.xml and it worked!!!
I know this was asked before, I've looked at the threads. How about getting an answer this time? I'm going to give an example so you can understand my problem if you don't. If i'm in an app like Facebook and a friend posts a link to Youtube, a box come up that says complete action using with a few choices of apps to choose from, none of being the Youtube app. I've included an attachment of the screen shot. How do I get Youtube to appear on that list of complete action using? Is there a code? if there is a code, where do I put it? Is this the right code....Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube://" + id);
startActivity(intent);
I don't know what may be wrong, maybe your borked something because mine works fine.
CNexus said:
I don't know what may be wrong, maybe your borked something because mine works fine.
Click to expand...
Click to collapse
I believe it has to do with the link itself. A lot of times, even though it says you're going to youtube, the link facebook is actually using is a facebook link.
For instance, my wife is a teacher and chipotle was giving out free burritos to all teachers a week or two ago. The link she shared was supposed to be:
ra.chipotle.com/email/13-all-019/13-all-019.htm
Click to expand...
Click to collapse
The link that facebook actually gave out was:
http://www.facebook.com/l/uAQFNsXsG/ra.chipotle.com/email/13-all-019/13-all-019.htm
Click to expand...
Click to collapse
It should be easy to see that even though your friend links that crazy cat video directly to youtube, facebook will add their http://www.facebook.com/l/[gibberish]/ to the front of it. When your phone tries to open that link, it sees it as the browser would, to a website (facebook.com), not to youtube. That's why it only gives you browser options, not youtube options.
The problem with trying to set youtube to "see" those links is that this is how facebook links any page. Assuming you could add an intercept to "http://www.facebook.com/l/" to open in youtube (or at least include it in the open prompt), that'll mean all facebook links will have that prompting. That shouldn't be too much of an annoyance, though.
All that being said, I don't know how to add that "intercept" so that youtube is on the prompt. Maybe others can tell you which files to modify.
True...I interpreted it as him just saying that YouTube links would not come up with YouTube in the list
But if you wanted to change it and then choose yourself which links should be open in YouTube, you'd need to change the BroadcastReceiver in the AndroidManifest.xml of the YouTube app to receive all links
CNexus said:
True...I interpreted it as him just saying that YouTube links would not come up with YouTube in the list
But if you wanted to change it and then choose yourself which links should be open in YouTube, you'd need to change the BroadcastReceiver in the AndroidManifest.xml of the YouTube app to receive all links
Click to expand...
Click to collapse
Interesting. I'm trying to look through that file on my computer, but my xml editors (read: notepad and notepad++) don't seem to like that file.
But from your explanation, I'm beginning to see that each individual app determines if it's involved in an action. I was hoping there was a mod or app that could "intercept" the requests and let you edit the list right then and there. I was thinking more like Window's "Open with..." command where you can choose any .exe to open a given file. But it appears that you have to modify the apk itself.
If you select the browser ie:dolphin it will then open up the box giving you the choice to select you tube. That is because the link was posted through the browser. If at the point you get to the box with the you tube choice you select it as default it should work from that point on unless you clear cache.
Transmitted with a portable device using Xparent Blue Tapatalk 2
topherk said:
Interesting. I'm trying to look through that file on my computer, but my xml editors (read: notepad and notepad++) don't seem to like that file.
But from your explanation, I'm beginning to see that each individual app determines if it's involved in an action. I was hoping there was a mod or app that could "intercept" the requests and let you edit the list right then and there. I was thinking more like Window's "Open with..." command where you can choose any .exe to open a given file. But it appears that you have to modify the apk itself.
Click to expand...
Click to collapse
Yup, apps define what actions they wanna receive (scientific term is "Intents" )
And you decompiled the apk first, right?
If it's not specified in the manifest, I don't know of any other way to do it/force it
CNexus said:
Yup, apps define what actions they wanna receive (scientific term is "Intents" )
And you decompiled the apk first, right?
If it's not specified in the manifest, I don't know of any other way to do it/force it
Click to expand...
Click to collapse
It seems like a dev could make an app that does just that, though. It could be called "Link Chooser" and it's manifest.xml would indicate that all links open in that program. It would then have it's own whitelist of installed apps and you could indicate which apps you want to open based on link type... I don't even think it'd have to have root access.
Ooohhh, if I had more expertise with android programming, I'd totally make that app and it'd sell like hotcakes on the Play store.
I down loaded pictures from Android central labeled keep looking and underwater. They down loaded and installed themselves and work fine but wanted to delete them and for the life of me I can't find them to delete them. I have a stock pixel XL no root nor an unlocked bootloader. Any help would be greatly appreciated. Thank you Pete
A link to the website.
https://www.androidcentral.com/pixel-2-wallpapers-download?amp
I'm probably missing something simple and feel like an idiot. Thanks Pete
Would anyone know where these pics went?
Those are probably apps without any icon on app drawer, sooo you need to find them (app names) in settings>apps and notifications> installed apps which in this point you should see all installed apps. Find desired one and uninstall it.
Hmm... I just looked and I still can't find them but it says I have 51 apps but I only count 50. I think your right there is no icon but I still can't find them ?. Thank you for your response. Pete
Check the pics I attached, in the list of apps there should be the apps you are taking about(as you can see I have the pixel 2 wall papers). If you can not find it, I advise to check it again. Because if it is not an update to existing wallpaper app or system app it should be there. 3 dot menu, top right, had the option to show system, check them also as last resort.