[XAP] [Fully Unlock only] Private Marketplace! - Windows Phone 7 Development and Hacking

Hi,, Everyone
You know the "Cydia" on iPhone?
You know the "Installous" on iPhone?
Now.. We have both!.
I have something to Present . . . .
Private Marketplace On WP7!!
This program is for find application (XAP) ,And install it on your Fully Unlocked Device. it will can search from three sources.
1. Direct Link ,,you can add your own web dir. (If you know a ftp server or http web directory)
2. My Repository,,Most of XAP file from my server (PPJD) Link Removed
3. Official Marketplace app,, you can select to download from Zest Store or download from OEM Store by selecting from Setting -> Zune Store.
!!!- - - Please NOTE - - -!!!
Note: Before you use this application, Please set lock screen to Never ,,Because some xap is large,, need time to process.

Reserved ..

cleaning src..., open source is coming soon...

App catalogs is coming soon,, Keep you eye on.

when can this work on interop unlock?

it need to call excutable with TCB Chamber
can't use with interop-unlock for now,,

Thank you ! Work great on HD2 DFT UltraFruit 8107 & Mozart.
if add zh-TW to Zune Language it would be awesome.

lovenokia said:
when can this work on interop unlock?
Click to expand...
Click to collapse
With GoodDayToDie's HtcRoot project (http://forum.xda-developers.com/showthread.php?t=1453343). I think it may be possible to work on the interop unlock.

@peeks20: I'm going to assume you meant TCB (Trusted Computing Base) not PCB (typically, Printed Circuit Board) chamber. Have you looked at my HtcRoot project? It may allow use of an app like this on interop-unlocked HTC phones.
EDIT: LOL @thep497, beat me to it by a few seconds.

One more cydia like marketplace for Windows Phone. Win-win situation for both developers and end-users.
Just covered this on my blog located here

great app. works like a charm.
only the price for the apps istn right.
If a product costs 3,99$ the app says it costs 399$
also the last dialog is in chinese not englisch

Works like a charm, awesome app, thank you!

diboze said:
great app. works like a charm.
only the price for the apps istn right.
If a product costs 3,99$ the app says it costs 399$
also the last dialog is in chinese not englisch
Click to expand...
Click to collapse
all dialogs is in english,,
your XAP Installer is in Chineses.
^^

peeks20 said:
all dialogs is in english,,
your XAP Installer is in Chineses.
^^
Click to expand...
Click to collapse
lol, yeah now that you say it
sorry
the prices arent right tho
and can you add some kind of sorting feature (rating,or so)

diboze said:
lol, yeah now that you say it
sorry
the prices arent right tho
and can you add some kind of sorting feature (rating,or so)
Click to expand...
Click to collapse
Yes,, i planned.
ูู^^

Do you plan an update for interop-unlocked devices support?

Hi,
i could only find xaps from repositery, nothing from oem's marketplace...i use deepshining rom, sideloaded from pc&on-device(twice) but nothing...weird

when I pin this app to the start screen, it shows a small counter in the top right corner, like a notification counter. But when I enter the app, I can neither see that notifcation nor does the counter get removed...

code error , no association

NebZoNe said:
Hi,
i could only find xaps from repositery, nothing from oem's marketplace...i use deepshining rom, sideloaded from pc&on-device(twice) but nothing...weird
Click to expand...
Click to collapse
Which app did you search?
May be it take time to search app directly from marketplace.
Also try setting app limit to 0.
---------- Post added at 04:20 PM ---------- Previous post was at 04:18 PM ----------
Localhorst86 said:
when I pin this app to the start screen, it shows a small counter in the top right corner, like a notification counter. But when I enter the app, I can neither see that notifcation nor does the counter get removed...
Click to expand...
Click to collapse
The number do nothing now, it may be a future function.
---------- Post added at 04:21 PM ---------- Previous post was at 04:20 PM ----------
Vintage144 said:
code error , no association
Click to expand...
Click to collapse
Which custom rom do you use, I think it does not fully unlock rom.

Related

[HOWTO][MANGO] Put your app in the Settings hub. Now includes description changing!

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.

(XAP)(App) 3D nirvana icon set

Uploaded with ImageShack.us
U need :
Mango
chevron labs unlock tool
Download: Themes for Windows Phone, first release - Windows Phone Hacker
nice... thank you.
But are these live-tiles lile the original ones?
MyRho said:
nice... thank you.
But are these live-tiles lile the original ones?
Click to expand...
Click to collapse
unfortunately no...until the app maker figures out a way
These are beautiful, man.
---------- Post added at 12:47 PM ---------- Previous post was at 12:44 PM ----------
The IE icon looks REALLY good.
Magpir said:
unfortunately no...until the app maker figures out a way
Click to expand...
Click to collapse
Look at my rom http://forum.xda-developers.com/showthread.php?t=1359148
for hd7. The tiles for mail (hotmail or other mail accounts) phone and messages are live and are giving the amount of mails, messages... . It's not my invention but from xboxmod. I can always provide a set to make these tiles live if the designer wants it. Attention it is diplaying from 1 to 9 items, from 10 the numbers dissappear. This is still a litle bug, but I should say read your mails more often and this is no problem.
the tiles exist in side a dll file i dont know the name of it but we would have to rebuld that dll file!
anyone know the name of it?
Beautiful
Great work. Keep it up, with updates.
Never seen my HD2 look so cool.
hi there any rom developers want to use my work u are free to do so.

[XAP][UPD 4-Aug-13] RingtoneManager v2.0

RingtoneManager
Author: ultrashot
Description: Simple application to select a ringtone from your music collection. Supports music preview on finger holding.
v2.0:
Cut function
Background art attaching
Updated UI.
v1.1:
no more DRM content in the list
changed filtering mechanism
Must work on full unlocked ROMs and WP7 Root Tools-unlocked ROMs.
Redistribution in form of custom roms is currently prohibited.
Another Ultrashoot master-piece!
Homebrew FTW! Well done!
Heathcliff74
thanks for another great wp7 addon/tool. bigbusiness
oh.....so sweeeeeeeeeeeet.....one of the great apps......i was waiting for this.
thanks for sharing
cheers
Thank you very much my friend for big jobs :good:
As always, an excellent app Thanks man !
Once again thanks Max for great job:good:
Amazing !!!!!!!!!!!!!!!!!!! THX (+)
@ultrashot - Can you do that installed itself in the settings? THX
Must have wp7 app again!!!
Working good!
Request : We should be able to select a part of the song as a loop
Budniu said:
Amazing !!!!!!!!!!!!!!!!!!! THX (+)
@ultrashot - Can you do that installed itself in the settings? THX
Click to expand...
Click to collapse
External apps cannot be uninstalled when they are in settings, so for XDA releases I prefer making them normal apps.
ultrashot said:
External apps cannot be uninstalled when they are in settings, so for XDA releases I prefer making them normal apps.
Click to expand...
Click to collapse
Ok, THX.
ultrashot said:
External apps cannot be uninstalled when they are in settings, so for XDA releases I prefer making them normal apps.
Click to expand...
Click to collapse
Thx for this app !
Just for the records:
sideloaded apps (which have been installed in the settings menu) you can uninstall with Windows Phone Power Tools, you just have to know the GUID or if you have deployed them with that tool you will see their names instead of the GUID...
You can uninstall that app by WindowsPhoneDeviceManager from Julien Schapman: http://forum.xda-developers.com/showthread.php?t=965788
Budniu said:
You can uninstall that app by WindowsPhoneDeviceManager from Julien Schapman: http://forum.xda-developers.com/showthread.php?t=965788
Click to expand...
Click to collapse
This is possible, too.....
I talk in general. If I added app to settings, my pm box will be fulfilled with questions "how to delete".
Wondering when anyone develops Uninstaller using my ApplicationAPI
ultrashot said:
I talk in general. If I added app to settings, my pm box will be fulfilled with questions "how to delete".
Wondering when anyone develops Uninstaller using my ApplicationAPI
Click to expand...
Click to collapse
Ok.
2 Questions:
1. When is it allowed to cook your app into a custom rom ?
2. Do you plan to add a cut function ?
Checking it out now cheers, p.s I love xdas click for qa code makes installing xaps a breeeze
Edit:got excited when I saw all my zune tracks on there. They dont work though it lets you install the ringtone but it doesnt play in the settings menu. Any chance these will one day work or is the drm a show stopper
contable said:
Ok.
2 Questions:
1. When is it allowed to cook your app into a custom rom ?
2. Do you plan to add a cut function ?
Click to expand...
Click to collapse
1) Later, once it is debugged and finalized. There will be some extra improvements for custom roms.
2) For now I don't have such plans.
meandu229 said:
Checking it out now cheers, p.s I love xdas click for qa code makes installing xaps a breeeze
Edit:got excited when I saw all my zune tracks on there. They dont work though it lets you install the ringtone but it doesnt play in the settings menu. Any chance these will one day work or is the drm a show stopper
Click to expand...
Click to collapse
DRM is a showstopper, yes.
ultrashot said:
1) Later, once it is debugged and finalized. There will be some extra improvements for custom roms.
2) For now I don't have such plans.
DRM is a showstopper, yes.
Click to expand...
Click to collapse
Cheers for reply could you possibly look at not showing them in the list.. Thanks for your work
meandu229 said:
Cheers for reply could you possibly look at not showing them in the list.. Thanks for your work
Click to expand...
Click to collapse
update 1.1 is in the first post.

[SERVICE] XAP Hosting

XAP Hosting
Sharing WP apps always has been awkward. often are there questions like: "where should I upload it?", "how do I update my app?","whats happens if I do update it?" and "do I need to replace all my links to the app with the link to the updated app?".
XAP Hosting tries to answer all those questions. :good:
with XAP Hosting you can showcase your homebrew app like never before, you never have to update links because it will always point to the newest version!
Check it out!
http://xap.eaterofcorps.es/
Register at: http://xap.eaterofcorps.es/registration.php
NOTE: Chrome, Firefox and Opera only supported (Opera has visual glitches)
Regards EaterOfCorpses.
reserved
Reserved (2)
reserverd (3)
Nice and quite interesting, I will test this for sure.
Thanks
dotcompt said:
Nice and quite interesting, I will test this for sure.
Thanks
Click to expand...
Click to collapse
Cool, Thanks
If you find a bug or want a new sort image dont Hesitate to contact me, because I like feedback
Regards,
Eater
It is just me or registration is not working anymore?
"We dont know you, creating your file
We couldn't add you check your name(from your Xap),username or publisher name(from your Xap)"
dotcompt said:
It is just me or registration is not working anymore?
"We dont know you, creating your file
We couldn't add you check your name(from your Xap),username or publisher name(from your Xap)"
Click to expand...
Click to collapse
no, but I was updating it, did you get it to work?
I added the email adress field because people were uploading hacked software what can cause problems :|
But It should work now
Also you're in the database
EaterOfCorpses said:
no, but I was updating it, did you get it to work?
I added the email adress field because people were uploading hacked software what can cause problems :|
But It should work now
Also you're in the database
Click to expand...
Click to collapse
Still not working so I am probably using a wrong password.
Is it possible to delete my data from the database so I can start it over?
Thanks
dotcompt said:
Still not working so I am probably using a wrong password.
Is it possible to delete my data from the database so I can start it over?
Thanks
Click to expand...
Click to collapse
Yes Sir, I will do it now
Your username was about, lol, I will try to create a better registration form and such after buolding the api
Will you add a possibility to browse the supplied XAPs? That would be really awesome And you said you're building an API, I could help you with making a WP app so it's possible to browse and install directly from the phone in an easy way
Hope this goes well cause this could be a really good store. I see a lot of possibilities here
Regards
Izaac
Yes that's right tbh I quited working on the api, and started working on a decent Control Panel,
But the api is online (search + product)
Let me explain them
Search api is
Code:
http://xap.eaterofcorps.es/api/search.php?q=search[&limit=20][&start=10]
Result is something like
Code:
{"Status":"Ok","Results":[{"id":"1","AuthorId":"1","ProductID":"{2cd4d774-5cde-4a5a-8097-17b6bb90b37a}","Title":"Reg Backup.","Description":"Let you take backup's of your registry"},{"id":"2","AuthorId":"3","ProductID":"{4843e329-7ad4-47ba-9dbd-6d1fbcec8482}","Title":"\u684c\u9762\u4e16\u754c\u65f6\u949f","Description":"\u628a\u65f6\u949f\u56fa\u5b9a\u5230\u684c\u9762\nWindowsphone\u4e4b\u5bb6\uff0cWPDT\u6c49\u5316\u7ec4\uff0chttp:\/\/wp.feng91.com \nsmalolo\u5fae\u535a\uff1ahttp:\/\/weibo.com\/smalolo"},{"id":"3","AuthorId":"4","ProductID":"{8a90a399-351c-45cd-b820-af8c7503cf47}","Title":"RoadPilot Mobile","Description":"Sample description"},{"id":"6","AuthorId":"6","ProductID":"{43f6a3d5-6e12-48ff-94f2-e387730022fb}","Title":"Devstore8","Description":"Homebrew Development"},{"id":"7","AuthorId":"7","ProductID":"{f41adcf8-5029-4df7-945d-78d3dc33fd5e}","Title":"@AppResLib.dll,-100","Description":"Advanced Configuration Tool"},{"id":"8","AuthorId":"8","ProductID":"{ecbd885e-81a5-4bb3-a003-a59af9878844}","Title":"LEO Advanced","Description":"LEO Advanced for WP7"},{"id":"11","AuthorId":"23","ProductID":"{9ffdd6db-602e-4c67-8232-4b028ea4b1d1}","Title":"Weather","Description":"Sample description"},{"id":"12","AuthorId":"52","ProductID":"{d154a04b-d3ad-47dd-bfc9-a1022e409af6}","Title":"@AppResLib.dll,-100","Description":"HTC Connected Media"},{"id":"13","AuthorId":"53","ProductID":"{0387b7ba-f3c0-4c39-8686-bfa81b77b7e2}","Title":"Metro Theme","Description":"Modded Themes for WP7"},{"id":"14","AuthorId":"69","ProductID":"{9d4659cd-4036-47af-b5af-c1d842c21541}","Title":"Crosscut","Description":"Sample description"},{"id":"15","AuthorId":"69","ProductID":"{8cc2d32c-0585-45ed-8a47-911d11bca41f}","Title":"Nokia Xpress Beta","Description":"Provides fast web browsing"},{"id":"16","AuthorId":"69","ProductID":"{e8abf95f-cc53-e011-854c-00237de2db9e}","Title":"XDA-Developers","Description":"XDA.COM Client"},{"id":"17","AuthorId":"6","ProductID":"{6b8d9a35-ae49-42de-8c2e-6e6a03a32f5f}","Title":"Start","Description":"Sample description"},{"id":"19","AuthorId":"6","ProductID":"{e75a62f4-2002-4c93-94c6-269dc9fe7565}","Title":"Spot on","Description":"Sample description"},{"id":"20","AuthorId":"6","ProductID":"{af2b38c2-e921-4c2c-b658-ccd4439a6ee0}","Title":"lockWidgets","Description":"Sample description"},{"id":"21","AuthorId":"6","ProductID":"{b8097390-1f0e-4c33-a440-b9e6bd7efd38}","Title":"WP7 Root Tools","Description":"Root Access for Windows Phone 7"},{"id":"22","AuthorId":"6","ProductID":"{09125ea9-95de-469a-aedc-22e35389ab0a}","Title":"SMSBackup","Description":"A small app to backup and restore your sms"},{"id":"23","AuthorId":"6","ProductID":"{63baf355-cb84-412a-b391-f78805ceb964}","Title":"Supreme Shortcuts","Description":"Customize and create most shotcuts for your phone"},{"id":"24","AuthorId":"6","ProductID":"{e3732df4-129d-4546-91ba-e96cc429fdfe}","Title":"@AppResLib.dll,-100","Description":"Battery status app with live tile and battery history."},{"id":"25","AuthorId":"6","ProductID":"{5b594f78-a744-4f8a-85d2-f0f55f411832}","Title":"Folders","Description":"Sample description"}],"Total":46,"Start":0,"Limit":20}
Status is type of return ok is ok error is error
Results are the results
Total is the total amount of items that matched the query
limit is the limit
start is where is from which item it is returned
I post the product api soon
Product api:
Code:
http://xap.eaterofcorps.es/api/product.php?id=1
Return is:
Code:
{"id":"1","title":"Reg Backup.","description":"Let you take backup's of your registry","author":{"id":"1","name":"EaterOfCorpses","publisher":"EaterOf Corp.","username":"EaterOfCorpses"},"productId":"{2cd4d774-5cde-4a5a-8097-17b6bb90b37a}","Status":"Ok","LatestXap":{"id":"6","title":"Reg Backup.","version":"1.2.0.0","description":"Let you take backup's of your registry","publisher":"EaterOf Corp.","path":"http:\/\/xap.eaterofcorps.es\/2CD4D774-5CDE-4A5A-8097-17B6BB90B37A\/1.2.0.0.xap"},"DownloadCount":"176"}
Everything explains himself
LatestXap is the latest version uploaded with all the data
Also there is an author api
Code:
xap.eaterofcorps.es/api/author/1
xap.eaterofcorps.es/api/author/1/products
And yes go wild make a app for it thats the whole thing
Cannot upload XAPs in the last couple of days. Anyone have this issue?
Thanks
Sent from my Lumia 920 using Board Express
It seems to be a general issue by the hoster (cant also upload anything to http://yourimagehosting.net )
Im gonna contact them now
EaterOfCorpses said:
It seems to be a general issue by the hoster (cant also upload anything to http://yourimagehosting.net )
Im gonna contact them now
Click to expand...
Click to collapse
Everything is up again
Seems like the db users where messed up
Updating XAP Hosting
It's been a while but,
Im updating XAP Hosting and focusing on a nice looking GUI
so here are the first early snapshots of the new update
Screenshot #1
Screenshot #2
Greetings
Eater.
Updated post and site! with new design! enjoy <3

My Spen Reset App

Hello. I wrote an app to deal with a problem with the SPen on my N7000 Samsung Note. Not sure if it will work on other Note models but would appreciate someone trying it out and telling me if it works on their device as well. Please see my original posting here. Thanks
Reset Spen Pro Now Available
A low priced version of this app is now available on the Play Market. It offers additional convenience and other features including scheduled background operation and suppression of success messages. If the free version works on your device, I hope you will consider the Pro version. Thanks!
Maybe I want to but I cant buy it in Germany...
My1xT said:
Maybe I want to but I cant buy it in Germany...
Click to expand...
Click to collapse
Thanks for letting me know. I am totally new to the Google Play thing. Should be available now in Germany and elsewhere. Happy holidays!
shouldnt it be play store instead of play market???
My1xT said:
shouldnt it be play store instead of play market???
Click to expand...
Click to collapse
I think technically, yes it is Play Store. Thanks!
whitedavidp said:
Thanks for letting me know. I am totally new to the Google Play thing. Should be available now in Germany and elsewhere. Happy holidays!
Click to expand...
Click to collapse
the free app is available but the pro Still isnt available in German PS
My1xT said:
the free app is available but the pro Still isnt available in German PS
Click to expand...
Click to collapse
I have found that the changes I make to my Google Play settings often take several hours to actually take effect. Please check back in a while. I'd appreciate hearing if/when the changes take effect as I have no visibility here except in the US. Sorry for the delay. And thanks again for your help.
no problem I like to help, but why didnt superSU ask me if it wants root but granted it anyway and no notification @all
just rooted my N2 today, but i have xPerience with rooting
My1xT said:
no problem I like to help, but why didnt superSU ask me if it wants root but granted it anyway and no notification @all
just rooted my N2 today, but i have xPerience with rooting
Click to expand...
Click to collapse
I presume that you are speaking to the free version off the Play Store... The only reason I can think of is that SU is configured to globally grant permission under its default access setting and its show notifications is off by default in its settings (or maybe these are just on the Reset Spen app - but I doubt that).
I didnt inatall it from PS it came with my root, but however I am clever enought to ensure I like the settings, just after root...
My1xT said:
I didnt inatall it from PS it came with my root, but however I am clever enought to ensure I like the settings, just after root...
Click to expand...
Click to collapse
Sorry, I meant did you get my app (Reset Spen) from the Play Store or from this site?
In my experience, SU does come with the rooting process.
So if you look at the SU settings, what is set for the following:
(a) Enable Super User
(b) Re-Authentication
(c) Default Access
(d) Show Notifications
On My Note N7000 with SuperSu v0.99, I have:
(a) checked/enabled
(b) checked/ask for permission again if app re-installed or upgraded
(c) prompt
(d) checked/show a toast
Then in the list of apps shown in superSU:
1. Do you see Reset Spen in the list?
2. If so, is the right side # green (mine is green) or another color
3. If so, click the its list item and tell me:
(a) the setting for access (mine is now grant)
(b) the setting for notifications (mine is global default - the answer to (d) above)
Thanks.
yes you app is the free from PS
well @the settings I know that should be perfect and of course they are set (the note is my 2nd device, 1st had superuser, so it may be my 1st time with sSU, but I have xPerience)
and the list was the 1st thing I checked...
green # and grant (that's why the # is green) and global def...
My1xT said:
yes you app is the free from PS
well @the settings I know that should be perfect and of course they are set (the note is my 2nd device, 1st had superuser, so it may be my 1st time with sSU, but I have xPerience)
and the list was the 1st thing I checked...
green # and grant (that's why the # is green) and global def...
Click to expand...
Click to collapse
Thanks. I am sure you are actually more experienced than I am. I just wanted the details so I could help see what is going on.
So Reset Spen has been granted su access (green).
Are you getting a success popup after tapping the Reset Spen icon? You should always get one (success or a failure error message). If you get the message and it is success, then the app should have done its thing. There is no other user interface than the popup message. If you get success, the question remains - did it help your SPen situation? Has has for many others (but not all).
Thanks for your patience in trying to help me figure out the issue(s).
the thing is that it works fine, but somehow it got root before sSU even asked, and thats what confuses me...
and I get your success msg but nothing from sSU
My1xT said:
the thing is that it works fine, but somehow it got root before sSU even asked, and thats what confuses me...
and I get your success msg but nothing from sSU
Click to expand...
Click to collapse
Ah, ein Licht aufgeht! I am sorry but I have no idea why that would be if the global grant of access is not enabled in superSU. I am glad though that my app at least produces its success message. Does it help at all with your SPen's situation? Thanks
whitedavidp said:
Ah, ein Licht aufgeht! I am sorry but I have no idea why that would be if the global grant of access is not enabled in superSU. I am glad though that my app at least produces its success message. Does it help at all with your SPen's situation? Thanks
Click to expand...
Click to collapse
well, I didnt got this becuase I HAD problems, I got this, coz, I stumbled upon it, and when that occurs I have something...
but really, when you write German, do it right, it should be "Ah, ein Licht geht auf!"
My1xT said:
well, I didnt got this becuase I HAD problems, I got this, coz, I stumbled upon it, and when that occurs I have something...
but really, when you write German, do it right, it should be "Ah, ein Licht geht auf!"
Click to expand...
Click to collapse
Funny, that is how I recall the phrase from my high school German classes some 40 years ago. But doubting myself, I used Google Translate and this is what it gave me. Sorry. I meant to show off, not insult. But it back-fired
well, ok I didnt insult you, just forgot an emoticon...
---------- Post added at 08:22 PM ---------- Previous post was at 07:42 PM ----------
it can be used in Germany, but it shows compatibility with non-note devices, could you fix that???
I have no dev xPerience, so I am truly sorry that I cant help...
My1xT said:
well, ok I didnt insult you, just forgot an emoticon...
---------- Post added at 08:22 PM ---------- Previous post was at 07:42 PM ----------
it can be used in Germany, but it shows compatibility with non-note devices, could you fix that???
I have no dev xPerience, so I am truly sorry that I cant help...
Click to expand...
Click to collapse
That is odd/interesting. I actually had to write some Javascript code to execute in Firefox to manually exclude all of their listed devices from the compatibility list and then manually put the Note devices back. Can you give me 1-5 examples of devices they show as compatible that are NOT Note devices? Thanks.

Categories

Resources