[XAP] ▒▒▒▒▒ Storage Explorer ▒▒▒▒▒ - Windows Phone 8 Development and Hacking

[XAP] ▒▒▒▒▒ Storage Explorer ▒▒▒▒▒
Based on Windows Explorer by Annan Zubair.
For interop/cap unlocked Devices ONLY
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View attachment 3403874

There's a same problem between this app and the file explorer I was working on it.
don't know how to access C:\Data folder . It returns an exception

ngame said:
There's a same problem between this app and the file explorer I was working on it.
don't know how to access C:\Data folder . It returns an exception
Click to expand...
Click to collapse
C:\Data\ is mounted as U:\
=> just type in: U:\

contable said:
C:\Data\ is mounted as U:\
=> just type in: U:\
Click to expand...
Click to collapse
loool :| I don't know why we can access to U: but we can't access C:\Data and both of them are the same :|

Yeah, I Started my WP Hacking career with this app.
I used it with many caps. It uses RT API.
---------- Post added at 05:47 PM ---------- Previous post was at 05:45 PM ----------
ngame said:
loool :| I don't know why we can access to U: but we can't access C:\Data and both of them are the same :|
Click to expand...
Click to collapse
But i had accessible with appropriate caps.

djamol said:
Yeah, I Started my WP Hacking career with this app.
I used it with many caps. It uses RT API.
---------- Post added at 05:47 PM ---------- Previous post was at 05:45 PM ----------
But i had accessible with appropriate caps.
Click to expand...
Click to collapse
witch cao ? could please post your capability list?

Hurry up....

ngame said:
witch cao ? could please post your capability list?
Click to expand...
Click to collapse
It doesn't allow full C:\Data.
But defining specific cap.
Like. OEMPublicDirectory.
You need to bypass Data Folder

​
djamol said:
It doesn't allow full C:\Data.
But defining specific cap.
Like. OEMPublicDirectory.
You need to bypass Data Folder
Click to expand...
Click to collapse
Please tell us more about bypassing...

ON MY ATIV S: CMJ1 W8.0 BASED
[HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices]
"\DosDevices\U:"=hex:44,4d,49,4f,3a,49,44,3a,43,88,1b,dc,83,65,6a,47,86,fa,a5,58,64,b2,48,2d
"\DosDevices\E:"=hex:44,4d,49,4f,3a,49,44,3a,0a,04,83,81,44,8b,92,45,92,f7,c6,d9,ee,05,60,f7
"\DosDevices\F:"=hex:44,4d,49,4f,3a,49,44,3a,44,e2,53,04,ac,b5,f2,4f,a3,e7,39,bc,28,da,9e,c4
"\DosDevices\G:"=hex:44,4d,49,4f,3a,49,44,3a,57,75,a4,27,43,82,8e,4c,9d,30,84,68,44,c2,9c,52
]

spavlin said:
ON MY ATIV S:
[HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices]
"\DosDevices\U:"=hex:44,4d,49,4f,3a,49,44,3a,43,88,1b,dc,83,65,6a,47,86,fa,a5,58,64,b2,48,2d
"\DosDevices\E:"=hex:44,4d,49,4f,3a,49,44,3a,0a,04,83,81,44,8b,92,45,92,f7,c6,d9,ee,05,60,f7
"\DosDevices\F:"=hex:44,4d,49,4f,3a,49,44,3a,44,e2,53,04,ac,b5,f2,4f,a3,e7,39,bc,28,da,9e,c4
"\DosDevices\G:"=hex:44,4d,49,4f,3a,49,44,3a,57,75,a4,27,43,82,8e,4c,9d,30,84,68,44,c2,9c,52
Click to expand...
Click to collapse
You posted this a Long time ago....
As I remember to write these keys a hardreset is required, right?
Is C:\Programs the same as C:\Data\Programs?

I don't remember exact for that but here is some...
C:\Programs
ID_CAP_CHAMBER_PROFILE_CODE_RW
ID_CAP_PRIV_ACCOUNTPROVSVC
C:\Data\Programs
ID_CAP_CHAMBER_PROFILE_CODE_RW
ID_CAP_PRIV_PACMANSERVICE
C:\Data\SystemData
ID_CAP_PRIV_ACCOUNTPROVSVC
C:\Data\SharedData
ID_CAP_PRIV_ACCOUNTPROVSVC

djamol said:
I don't remember exact for that but here is some...
C:\Programs
ID_CAP_CHAMBER_PROFILE_CODE_RW
ID_CAP_PRIV_ACCOUNTPROVSVC
C:\Data\Programs
ID_CAP_CHAMBER_PROFILE_CODE_RW
ID_CAP_PRIV_PACMANSERVICE
C:\Data\SystemData
ID_CAP_PRIV_ACCOUNTPROVSVC
C:\Data\SharedData
ID_CAP_PRIV_ACCOUNTPROVSVC
Click to expand...
Click to collapse
I allready have (nearly) all of them added to my Project, less ID_CAP_PRIV_ACCOUNTPROVSVC + ID_CAP_PRIV_PACMANSERVICE. These ones give me an error while compiling the project in VS 2013....
Any Suggestion?
Edit:
BTW the ID_CAP_CHAMBER_PROFILE_CODE_RW gives access to the AppData folders (C:/). As I remember...

contable said:
I allready have (nearly) all of them added to my Project, less ID_CAP_PRIV_ACCOUNTPROVSVC + ID_CAP_PRIV_PACMANSERVICE. These ones give me an error while compiling the project in VS 2013....
Any Suggestion?
Edit:
BTW the ID_CAP_CHAMBER_PROFILE_CODE_RW gives access to the AppData folders (C:/). As I remember...
Click to expand...
Click to collapse
Because appdeploy.exe checks for capabilities before deploy you can't use any capability in visual studio .
you have to create your own mainfest and then after compiling xap with normal capabilities copy the new mainfest in your xap and replace old one. then use wppt to deploy .

ngame said:
Because appdeploy.exe checks for capabilities before deploy you can't use any capability in visual studio .
you have to create your own mainfest and then after compiling xap with normal capabilities copy the new mainfest in your xap and replace old one. then use wppt to deploy .
Click to expand...
Click to collapse
Sounds good. I have allready disabled the capability check in visual studio. That's why the majority of The capabilities are working. I will give a try.

contable said:
Sounds good. I have allready disabled the capability check in visual studio. That's why the majority of The capabilities are working. I will give a try.
Click to expand...
Click to collapse
how did you do that ?
I see that visual studio has a list of capabilities so if you enter a value out of the capabilities range it returns an error because it can't be resolved .

ngame said:
how did you do that ?
I see that visual studio has a list of capabilities so if you enter a value out of the capabilities range it returns an error because it can't be resolved .
Click to expand...
Click to collapse
I can't say now because I'm not at home, but you will find the answer in the first file Explorer thread for the Ativ S. The OP posted how to do that ans I could apply it succesfully to the IO Explorer app.
---------- Post added 25-06-2015 at 12:09 AM ---------- Previous post was 24-06-2015 at 11:34 PM ----------
@ngame
Check here:
http://forum.xda-developers.com/showpost.php?p=46796712&postcount=13

Is there Additional Capabilities xml file does work with Visual Studio ?

Love the design of this app. Can I offer my two-cents?
- Would be awesome to have quick links/pin folders to some central menu.
- And/Or would be nice to have a history slide out or tab, so if I'm copying items from one deep folder to the next, I don't have to navigate back, back, back, back, back.
- I always wonder why these apps can't see WPSystem on the SD Card. The only app I know that sees it is Aerize File Explorer. I like it, but prefer the design here, any chance you could see why it can't see some folders?

Great app! There's room for improvement but good enough to be my default filemgr. Thank you very much Sir!

Related

[Q] Nokia Drive XAP unoficially available to all...any clues on its whereabouts?

Hi, XDA fans.
So it is Nokia’s beloved turn by turn GPS navigation solution for Windows Phone Mango that is allegedly being distributed via internet's underground society.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This information was made available via WMPOWERUSER.COM
With that being said, I was unable to locate working .xap for the aforementioned apllication quite yet. Therefore any help or clues where to look would be greatly appreciated
can you add download link?
search button and you shall find
XAP
Any update on where to find the .xap file? I'd really love to get this onto my HD7 but can't find it ANYWHERE. Any help would be greatly appreciated!
Saljen said:
Any update on where to find the .xap file? I'd really love to get this onto my HD7 but can't find it ANYWHERE. Any help would be greatly appreciated!
Click to expand...
Click to collapse
http://gadgetian.com/27337/nokia-music-maps-xap-files-windows-phone-download/
Im trying Nokia Drive....it woks fine with data 3G on (online assistance)....is not supposed work too, offline?
suoko said:
http://gadgetian.com/27337/nokia-music-maps-xap-files-windows-phone-download/
Click to expand...
Click to collapse
I went to the link but it does not have Nokia Drive. I've searched everywhere and cannot find the Nokia Drive XAP even tho I heard it became available today.
I see that you, pack21, said that you are trying Nokia Drive and it works fine but how are you trying it? You were asking for a link earlier and I see you must've gotten one. Do you feel like sharing?
We took this for a spin and it works see here : Nokia Drive XAP
Here is a video of it on the Omnia 7
installed on my HD2 and it works really great! dont have any issues (except that there is no navigation for pedestrians >.< I am just 18 and I have no driving license yet >.< . It has incredibly fast GPS fix (1-2 seconds )
My wife has just got the Lumia 800 and when she goes to the normal Marketplace it lists a load of Nokia apps including Nokia drive.
Would it not be easier to try and make the phone pretend its Lumia 800 instead of a HD7 so that you can just download the app directly from the marketplace?
I have posted a thread asking that question before seeing this...
Looks like I missed the boat. Can't find the xap anywhere and Chevron licenses are also out.
who need chevron with HTC HD2?????? all ROM's is full unlocked....
and guys: it's discovered brilliant thing called Google... just use it and search for "Nokia_Drive_v1.5.0.0-MarsFixedV3.1"
Nokia Drive can download offline map files, but when searching the destination address, it still needs to access network . It seems to me Nokia Drive does not keep address book-GPS location mapping locally. Does anyone have different ideas?
Is there has any update that can fix the problem? Because I didn't use data plan
no fix for this... simply: this is way how ND work...
Nokia drive on my hd2 is the best mobile phone GPS application I've used..hopefully Tmobile gets a Nokia lumia 900
Nokia Drive 2.0
this is an offline navigation that does not require internet connection .. it can be switched directly to the menu
Screenshots from my HD7
Installation of construction of a:
Since it is not just for Nokia Lumia, it will not work on other zariadeniach.It is not enough to install OEM Nokia app to display Nokia Marketplace, although it can be installed directly, but displays a message that the application is not for your device.
There have attacked manual transcription of the registers, and it works 100%.
[/ quote]
only for full-unlock the device!
-install the registry editor, if you do not
-go to HKEY_LOCAL_MACHINE \ System \ Platform \ DeviceTargetingInfo
MODeviceName-HD7 T9292 rewrite of the Lumia 800
-OemName rewrite of HTC at NOKIA
-reset the device
-then just install and enjoy xap
http://www.share-online.biz/dl/126Y071M3B
http://www.uploading.to/c9s6vfthljma
http://uploaded.to/file/klu769j8
...sorry my bad english,this google translate
Click to expand...
Click to collapse
MIO1 said:
Nokia Drive 2.0
this is an offline navigation that does not require internet connection .. it can be switched directly to the menu
Screenshots from my HD7
Installation of construction of a:
Since it is not just for Nokia Lumia, it will not work on other zariadeniach.It is not enough to install OEM Nokia app to display Nokia Marketplace, although it can be installed directly, but displays a message that the application is not for your device.
There have attacked manual transcription of the registers, and it works 100%.
[/ quote]
only for full-unlock the device!
-install the registry editor, if you do not
-go to HKEY_LOCAL_MACHINE \ System \ Platform \ DeviceTargetingInfo
MODeviceName-HD7 T9292 rewrite of the Lumia 800
-OemName rewrite of HTC at NOKIA
-reset the device
-then just install and enjoy xap
http://www.share-online.biz/dl/126Y071M3B
http://www.uploading.to/c9s6vfthljma
http://uploaded.to/file/klu769j8
...sorry my bad english,this google translate
Click to expand...
Click to collapse
thank you for sharing...anyway..what about maps?..got to download them directly from phone?
Click to expand...
Click to collapse
Installing it now on my Omnia 7, and seems to work nicely.
I see in your screenshot you left the model and brand changed to Lumia 800. Is that required for it to work, or only during the installation?
*EDIT* No, it does not work if you revert the registry changes. If you try to start it, it displays a grey screen with big letters saying: "Nokia Drive is not supported on your device..."
---------- Post added at 09:53 PM ---------- Previous post was at 09:44 PM ----------
---------- Post added at 09:54 PM ---------- Previous post was at 09:53 PM ----------
MIO1 said:
thank you for sharing...anyway..what about maps?..got to download them directly from phone?
Click to expand...
Click to collapse
The downloading goes over wifi within the app. It's an optional part of the installation procedure as well.
FreekWel said:
Installing it now on my Omnia 7, and seems to work nicely.
I see in your screenshot you left the model and brand changed to Lumia 800. Is that required for it to work, or only during the installation?
*EDIT* No, it does not work if you revert the registry changes. If you try to start it, it displays a grey screen with big letters saying: "Nokia Drive is not supported on your device..."
---------- Post added at 09:53 PM ---------- Previous post was at 09:44 PM ----------
---------- Post added at 09:54 PM ---------- Previous post was at 09:53 PM ----------
The downloading goes over wifi within the app. It's an optional part of the installation procedure as well.
Click to expand...
Click to collapse
thanks a lot..

APK Easy Manager v1.0 - Apk Editing made easy! [Only for Windows]

This is basically like APK Manager but made simpler, it is made for modders who wants to edit multiple apks at once and built them at once!
It includes two builders and two decompilers for full compatibility of APK's whether from ICS and Gingerbread.
Download: APK Easy Manager v1.0
Features:
Graphical User Interface
Lighter Size
More Organized
APK's that's needed to be decompiled can be placed anywhere
Supports Drag and Drop
Decompile and Build Multiple APK's at once!
Supports Both ICS and Gingerbread APK's
Built for no0bs and novice modders
Works on all Windows Platform which Supports net framework 2.0
To Do list:
Add the option to have parallel decompiling and building!
Improve GUI
Add an application icon
Known Bugs:
Can't be maximized properly
Requirements:
Java (JRE will do)
.Net Framework 2.0
only
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
TIP: Even though the box says Drop ______ Here, you can just drop it in the listbox
Thank you for your work....
just a question does it do all signing, compressing process at its own???
krish_nank said:
Thank you for your work....
Click to expand...
Click to collapse
your welcome, it's really intended for personal use only but I decided to share it with you guys since there were too many things to click and press on the normal apk manager...and btw the app was made less than a day xD
hi trettet thanks for the toold downloading now guna give it ago thanks
So can't wait to finish work looks like it make things easyer
Sent from my MT15i using Tapatalk
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
signing??
Sent from my LT18i
wintel_mac said:
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
Click to expand...
Click to collapse
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
rashid.fairus said:
signing??
Sent from my LT18i
Click to expand...
Click to collapse
will add that on the next version...
Can I get the code of an apk, somehow? Or will this application just allow me to modify resources of apk?
thankyou, it's helped
nice work....
no offence but i cnt get it to work well ever....i get d apk decompiled properly most of time ut compilation never works for me....either der is an error or d modd isnt actually applied...
by d way i knw how to use apktool n apkmanager ut wanted to give dis a try
Sent from my GT-I9100G using XDA
tnx
Tnx a lot , for me it is a good app
Superb Tool
hi,trettet thanks for sharing this wonderful tool..
IMHO this is by far the easiest tool to decompile & compile apk
It would be handy if you can implement the following features also:
*Batch Sign
*Batch Zip-align
*Batch Install Apk
*Batch Rename
By implementing these features,this would an complete tool dealing anything related to apk..."One tool to rule them all"
Here is an icon for the tool which i have created..
View attachment 998369
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
181charan said:
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
Click to expand...
Click to collapse
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
trettet said:
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
Click to expand...
Click to collapse
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
ggoodman1022 said:
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
Click to expand...
Click to collapse
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
HumanXv2 said:
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
So, do I just copy that file, and place it in the same directory for the app that I want it to build?
Basically, what I've done is decompiled an app, edited a few text files within it (I couldn't get edits to stick simply within root browser) and now I want to build the app. The instructions say to just drag & drop the path into the manager and click "Start Building."
But with, or without the framework-res.apk from the phone, it just says "Smaling" for about ten seconds, then runs more script and closes before I can read any of it. But nothing shows up in the result folder...

[APP][ROOT][Alpha 1.1]UnknowDevice (fake device on playstore and other)

No longer server has been gone
Introduce
Have you ever wondered why an app or game doesn't show up in the market for you? Because the developer has chosen to not add your device to the list of supported devices.
your device is very high performance but app can't run Because the developer has chosen to not add your device to the list of supported devices.
Because the developer has chosen to not add your device to the list of supported devices.
Because the developer has chosen to not add your device to the list of supported devices.
Because the developer has chosen to not add your device to the list of supported devices.
Because the developer has chosen to not add your device to the list of supported devices.!!!!!!!!!!!!!!!
So new way to slove this problem!
I try to create app to read Buiild.prop and store it on server. and if you need to fake device it will read from server!
How to use this?
What is data you will share for everybody?
this is build.prop only!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please Help me to install this app on your device to collect build and share with other people (app only collect build information not your information)
Download(if Uncompatible with server link will remove)
Release Alpha1.1
http://exam-engine.urll.us/unknow_device/apk/UnknowDevice_alpha1.1.apk
Release Alpha1
http://exam-engine.urll.us/unknow_device/apk/UnknowDevice_alpha1.apk
Change Log
August 5 18:30PM-GMT+7
*(ServerSide)
-Fix device from sort By Id to sort by charater
-Change Update check (Compatible since Alpha1)
*(ApplicationSide)
-Add restore menu for restore your default setting when something wrong!
-Remove Check update menu it will warn you at under device info.
----------------------------------
Sorry for my bad english
Cool! See if I can download group play on my i9505G
Me Gusta!
---------- Post added at 01:11 AM ---------- Previous post was at 01:05 AM ----------
Wait, please let this app make a backup of you build.prop first, so you can restore it when something goes wrong.
Me Gusta!
Me Gusta said:
Cool! See if I can download group play on my i9505G
Me Gusta!
---------- Post added at 01:11 AM ---------- Previous post was at 01:05 AM ----------
Wait, please let this app make a backup of you build.prop first, so you can restore it when something goes wrong.
Me Gusta!
Click to expand...
Click to collapse
Ok i will make backup option(offline) !!
But you can download your device build.prop from server by set device button ? ( your build.prop will store on server on first time open)
Me Gusta said:
Cool! See if I can download group play on my i9505G
Me Gusta!
---------- Post added at 01:11 AM ---------- Previous post was at 01:05 AM ----------
Wait, please let this app make a backup of you build.prop first, so you can restore it when something goes wrong.
Me Gusta!
Click to expand...
Click to collapse
Move I add restore button for you
to found it press Menu button and you will see restore.
Now We got 44 device in server
I really wanted to use this but if I click restore or try tricking the play store then click apply the app just force closes
I have an HTC one
drakeymcmb said:
I really wanted to use this but if I click restore or try tricking the play store then click apply the app just force closes
I have an HTC one
Click to expand...
Click to collapse
Really?
I will try to find and fix it
pureexe said:
Introduce
Have you ever wondered why an app or game doesn't show up in the market for you? Because the developer has chosen to not add your device to the list of supported devices.
Sorry for my bad english
Click to expand...
Click to collapse
Installed on my phone. How I know , it copied my build.prob?
It will change our build.prob or just link to online sever build.prob?
Sent from my GT-N7100 using Tapatalk 4
MBariya said:
Installed on my phone. How I know , it copied my build.prob?
It will change our build.prob or just link to online sever build.prob?
Sent from my GT-N7100 using Tapatalk 4
Click to expand...
Click to collapse
read information from server and change build.prop on your device

Material Design Icon Pack

Now you can use Transform APP to do this.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
password
Hello friend just wanted to let you know related to your post is to get me to download the Material Design Icon Pack in mega asking me a password you could give me or tell me what that that key greetings.
Thank you
Need Password (key)
Wow. Works great but looks weird on Windows 10 styled apps
Can you do the iOS version of this?
Can anybody give link without a key?
There is no key
When you copy link remove the space
please attached on forum
Download here
tingtongku said:
My original post is in a Chinese forum
Here is the post
https://bbs.wfun.com/thread-931577-1-1.html
Download Link:
Icon.zip
mega.nz/#!nEQ1RSgB!fwFvaVMMMyIjThWzMC1vzcisLteOP0PR8VW7v9A Cnx0
Source File & Tool(You can find the English crack version Font Creator Program)
mega.nz/#!uN5jxSIQ!dEX3nh4D581lhyrEcUno-nwjvz8yrFp5fPqN35dKqgc
Tutorials:
Download “Icon.zip” and unzip it
Direct to
Phone\Windows\Fonts
Make a new Folder
Copy “segmdl2.ttf” to it
Open Interop Tools
Navigate to
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Modify the following keys
Segoe MDL2 Assets (TrueType)
“Folder Name”\segmdl2.ttf
Click to expand...
Click to collapse
Hi, is there any suggestions to make my own design?? Thank you in advance
mirasal2 said:
Hi, is there any suggestions to make my own design?? Thank you in advance
Click to expand...
Click to collapse
You can leave your skype id so we can discuss the detail.
how to this?
tingtongku said:
My original post is in a Chinese forum
Here is the post
https://bbs.wfun.com/thread-931577-1-1.html
Download Link:
Icon.zip
mega.nz/#!nEQ1RSgB!fwFvaVMMMyIjThWzMC1vzcisLteOP0PR8VW7v9A Cnx0
Source File & Tool(You can find the English crack version Font Creator Program)
mega.nz/#!uN5jxSIQ!dEX3nh4D581lhyrEcUno-nwjvz8yrFp5fPqN35dKqgc
Tutorials:
Download “Icon.zip” and unzip it
Direct to
Phone\Windows\Fonts
Make a new Folder
Copy “segmdl2.ttf” to it
Open Interop Tools
Navigate to
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Modify the following keys
Segoe MDL2 Assets (TrueType)
“Folder Name”\segmdl2.ttf
Click to expand...
Click to collapse
i dont get this part
Direct to
Phone\Windows\Fonts
Make a new Folder
Copy “segmdl2.ttf” to it
Open Interop Tools
Navigate to
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Modify the following keys
Segoe MDL2 Assets (TrueType)
“Folder Name”\segmdl2.ttf
ryzel said:
i dont get this part
Direct to
Phone\Windows\Fonts
Make a new Folder
Copy �segmdl2.ttf� to it
Open Interop Tools
Navigate to
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Modify the following keys
Segoe MDL2 Assets (TrueType)
�Folder Name�\segmdl2.ttf
Click to expand...
Click to collapse
You can use Transform APP to do this.
tingtongku said:
You can use Transform APP to do this.
Click to expand...
Click to collapse
icant make new folder in font folder
ryzel said:
icant make new folder in font folder
Click to expand...
Click to collapse
http://forum.xda-developers.com/windows-10-mobile/app-transform-to-change-font-version-t3483473
tingtongku said:
http://forum.xda-developers.com/windows-10-mobile/app-transform-to-change-font-version-t3483473
Click to expand...
Click to collapse
is this for mobile?how come the icon change?all i can see is fonts?im using nokia 1020..it is compatible?
ryzel said:
is this for mobile?how come the icon change?all i can see is fonts?im using nokia 1020..it is compatible?
Click to expand...
Click to collapse
Just Interop Unlock and have a try.
tingtongku said:
You can leave your skype id so we can discuss the detail.
Click to expand...
Click to collapse
I dont have skype id, neither Facebook
BlueTR said:
Wow. Works great but looks weird on Windows 10 styled apps
Can you do the iOS version of this?
Click to expand...
Click to collapse
I'd Love an iOS version of this too!
I installed myself. Very satisfied !

Downgrade Android 10 for 9?

hello my friends, update or upgrade to a version DLTR2004231OS00MQ0. (DLT-H0) Android 10, and would like to return to android 9 stock, is there a possibility?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Browzingamer said:
hello my friends, update or upgrade to a version DLTR2004231OS00MQ0. (DLT-H0) Android 10, and would like to return to android 9 stock, is there a possibility?
Click to expand...
Click to collapse
Yes I would like that possibility as well.
I would like that too . Joy ui 11 is basically miui with green theme , and it’s filled with bloatware all I want is stock android .
---------- Post added at 03:31 PM ---------- Previous post was at 03:22 PM ----------
Same here man . I want the stock android back . Not this joy ui 11 filled with bloatwares and ads
I do want to know the procedure. The one we got can not even be called as alpha.
Already a detailed Tutorial is there
spikywits said:
I do want to know the procedure. The one we got can not even be called as alpha.
Click to expand...
Click to collapse
Already a detailed tutorial is there by downgrading to MP3 version and updating it to MP6 detailed tutorial and file links are also given over there. I tried it and now i am in Android 9 with root access
muthu_velz said:
Already a detailed tutorial is there by downgrading to MP3 version and updating it to MP6 detailed tutorial and file links are also given over there. I tried it and now i am in Android 9 with root access
Click to expand...
Click to collapse
Work for bs2, bs2 pro not work.
muthu_velz said:
Already a detailed tutorial is there by downgrading to MP3 version and updating it to MP6 detailed tutorial and file links are also given over there. I tried it and now i am in Android 9 with root access
Click to expand...
Click to collapse
can u tell me easy way of downgrade
jeetumundhava said:
can u tell me easy way of downgrade
Click to expand...
Click to collapse
Download the MP3 files, the update.zip
Use the USB C cable to connect your phone to your PC. Create a folder called ota on the main drive, the place that has DCIM, Android , Pictures.... etc
Use the code provided *#*#1027#*#* and select local update.
That's it... and you need to reset your phone.
Original link here:
https://forum.xda-developers.com/bl...ep-to-downgrade-joyui11android-10-to-t4096861
If i downgraded to 9
As i don't like 9 later can i upgraded to 10?
---------- Post added at 02:22 AM ---------- Previous post was at 02:19 AM ----------
I want to downgrade because now i can't use vpn in this it always says " local port busy" i tried some vpn apps. Is there any solution for this?
DRei69 said:
Download the MP3 files, the update.zip
Use the USB C cable to connect your phone to your PC. Create a folder called ota on the main drive, the place that has DCIM, Android , Pictures.... etc
Use the code provided *#*#1027#*#* and select local update.
That's it... and you need to reset your phone.
Original link here:
https://forum.xda-developers.com/bl...ep-to-downgrade-joyui11android-10-to-t4096861
Click to expand...
Click to collapse
Sorry, I'm new to this stuff. I've tried this but ended up getting the message "The upgrade package does not exist". I'm not sure what I'm doing wrong.
I've made the folder "ota" and put the "update.zip" file inside, click local update and it doesn't work. What am I doing wrong? do I have to extract the files?
Device model: SKW_H0
Current Version: SKYW2005101OS01MQ0
P.S. Just extracted the files into the OTA folder, still doesn't work. This time, no message appears.
Is downgrading can be done without loss of data.?
DRei69 said:
Download the MP3 files, the update.zip
Use the USB C cable to connect your phone to your PC. Create a folder called ota on the main drive, the place that has DCIM, Android , Pictures.... etc
Use the code provided *#*#1027#*#* and select local update.
That's it... and you need to reset your phone.
Original link here:
https://forum.xda-developers.com/bl...ep-to-downgrade-joyui11android-10-to-t4096861
Click to expand...
Click to collapse
can we downgrade bs 2 from android 10 to 9 without any loss of data on skywalker..?
secret.drinker_ said:
can we downgrade bs 2 from android 10 to 9 without any loss of data on skywalker..?
Click to expand...
Click to collapse
Nope.
does it work on BS2 Pro?

Categories

Resources