..
pl0ppy said:
Made as requested by rruffman. My third WinPhone7 Emu Skin, enjoy! I accpet skin requests
Download the zip included below and tell me what you think of it
Installing it
1. Backup up WM7_Skin_Up.png, WM7_Skin_Down.png and WM7_Skin_Mask.png from C:\Program Files\Microsoft XDE\1.0
2.Backup up WM7_Skin_Up.png, WM7_Skin_Down.png and WM7_Skin_Mask.png from C:\Program Files\Microsoft SDKs\Windows Phone\7.0\Emulation
3. Unzip the .zip file and put all the files inside the zip in C:\Program Files\Microsoft XDE\1.0
4. Put all the files inside the zip in C:\Program Files\Microsoft SDKs\Windows Phone\7.0\Emulation
5. Fire up Windows Phone 7 Emulator and enjoy!!!!!
Will update it as requested, no transparency in app, sorry But will make transparent in the future!
EDIT: How do I edit thread title? Sorry for bad title.
Click to expand...
Click to collapse
updated skins
Related
Usage:
RecMod.exe [path to module directory] [output file]
Enjoy!
I dont understand
hello folks.
i'm trying to push bootanimation via adb and when i enter the first command i'm getting an error.
C:\>adb shell mount /system
- exec '/system/bin/sh' faild: no such file or directory (2) -
i'm using modaco root r4 and 3.1 rom. if its matter :x
btw why cant i flash the bootanimation via recovery?
you cant use adb from the root of your hard drive you need to use the command prompt to navigate to the tools dirctory inside the android sdk, for example on my computer the correct path would be c:\android sdk\tools obviously it depends weather u have renamed the folder you extracted when you downloaded the sdk
AndroHero said:
you cant use adb from the root of your hard drive you need to use the command prompt to navigate to the tools dirctory inside the android sdk, for example on my computer the correct path would be c:\android sdk\tools obviously it depends weather u have renamed the folder you extracted when you downloaded the sdk
Click to expand...
Click to collapse
now i'm getting this error :\
C:\dsdk\android-sdk-windows\tools>adb shell mount /system
adb server is out of date. killing...
* daemon started successfully *
- exec '/system/bin/sh' failed: No such file or directory (2) -
i don't understand what i'm missing?
..
pl0ppy said:
I'm back! My second WinPhone7 Emu Skin, enjoy! I accpet skin requests
Download the zip included below and tell me what you think of it
Installing it
1. Backup up WM7_Skin_Up.png, WM7_Skin_Down.png and WM7_Skin_Mask.png from C:\Program Files\Microsoft XDE\1.0
2.Backup up WM7_Skin_Up.png, WM7_Skin_Down.png and WM7_Skin_Mask.png from C:\Program Files\Microsoft SDKs\Windows Phone\7.0\Emulation
3. Unzip the .zip file and put all the files inside the zip in C:\Program Files\Microsoft XDE\1.0
4. Put all the files inside the zip in C:\Program Files\Microsoft SDKs\Windows Phone\7.0\Emulation
5. Fire up Windows Phone 7 Emulator and enjoy!!!!!
Will update it as requested, no transparency in app, sorry But will make transparent in the future!
Click to expand...
Click to collapse
nice!!! but what did you mean by "no transparency in app"
pl0ppy said:
I'm back! My second WinPhone7 Emu Skin, enjoy! I accpet skin requests
Download the zip included below and tell me what you think of it
Installing it
1. Backup up WM7_Skin_Up.png, WM7_Skin_Down.png and WM7_Skin_Mask.png from C:\Program Files\Microsoft XDE\1.0
2.Backup up WM7_Skin_Up.png, WM7_Skin_Down.png and WM7_Skin_Mask.png from C:\Program Files\Microsoft SDKs\Windows Phone\7.0\Emulation
3. Unzip the .zip file and put all the files inside the zip in C:\Program Files\Microsoft XDE\1.0
4. Put all the files inside the zip in C:\Program Files\Microsoft SDKs\Windows Phone\7.0\Emulation
5. Fire up Windows Phone 7 Emulator and enjoy!!!!!
Will update it as requested, no transparency in app, sorry But will make transparent in the future!
Click to expand...
Click to collapse
can you make the samsung focus??
..
..
pl0ppy said:
The window with the default skin is transparent, my skins are not. There is a white border around the corners of the device.
Click to expand...
Click to collapse
yes i saw this and removed the white border
..
pl0ppy said:
IN MS PAINT?!?!? If true tell me how! If in another program.... Can you send me the files? I will give you credit on the next release.
Click to expand...
Click to collapse
I did it in photoshop... here you go..
..
..
A little bit better skin. Enjoy!
Things you will need:
Cygwin- http://www.cygwin.com/setup.exe
ADB- http://developer.android.com/sdk/index.html
Loki Patch source- https://github.com/djrbliss/loki
These are the steps i took to compile and use loki_patch.
I will assume you have the android sdk setup and ready, I will assume your SDK is under c:/AndroidSDK(this is how mine is setup)
Pulling aboot.img using adb:
You can copy cmd.exe into the folder where adb is located and run it from there so you do not have to navigate to the folder manually, or just run cmd.exe and navigate to the adb folder, for me it is c:\AndroidSDK\sdk\platform-tools.
Once you are in your adb file path and your phone is connected and in debug mode follow these instructions to pull aboot.img from your phone.
Original instructions from djrbliss here https://github.com/djrbliss/loki
[email protected]:~$ adb shell
[email protected]:/ $ su
[email protected]:/ # dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/data/local/tmp/aboot.img
[email protected]:/ # chmod 644 /data/local/tmp/aboot.img
[email protected]:/ # exit
[email protected]:/ $ exit
[email protected]:~$ adb pull /data/local/tmp/aboot.img
3293 KB/s (2097152 bytes in 0.621s)
Now you should have the file aboot.img in the platform-tools folder(where the adb.exe file is located)
Copy this file to your desktop so you know where it is.
Installing gcc with Cygwin:
Original Instructions came from here http://www.eecg.utoronto.ca/~aamodt/ece242/cygwin.html
Step 0: Download and run the cygwin installer.
Step 1: Select “Install from Internet”
Step 2: Install to default location
Step 3: Use default local package directory (click next)
Step 4: Use whatever internet connection settings (click next)
Step 5: Select a mirror (use the one already selected, click next)
Step 6 (a): In the “Select Packages” expand “Devel”:
Step 6 (b): Select gcc, gdb, and make
Step 7: click next and follow the rest of the installation instructions.
Ok, now that gcc is installed we can compile the loki_patch source to make the executable.
Go here https://github.com/djrbliss/loki
You should see a file called loki_patch.c, click this link and it will open and you can see all the code.
Select the code from top to bottom and right click, copy.
Now right click on your desktop and select new> text file.
Open this text file and paste the code into it, go to file and save as loki_patch.c (make sure you have your file extensions turned on so you can save this as a c source and not a txt file).
We should now have a file called loki_patch.c on the desktop, keep it there for now.
Open up windows explorer and navigate to the following:
c:\cygwin\home\<username>\
(You will see a few files and a kitchen folder)
Create a new folder in here called compile.
Now, let's go back to the desktop and copy loki_patch.c and aboot.img and paste those into the compile folder you just created.
Go ahead and run cygwin.
Now we need to change directories, so let's type the following:
cd compile
We should now be in the compile folder.
Lets compile this code so we can use it, type the following command:
gcc loki_patch.c -o loki_patch
We should now have a file in the compile folder called loki_patch.exe( windows added this .exe, the file extension can be left alone or deleted)
Now you need a boot.img file to patch, grab one from a rom or kernal and copy this into the compile folder.
Once all the files are in the compile folder run the following command to patch the boot.img file:
./loki_patch boot aboot.img boot.img boot.lok
We should now have a boot.lok file in the compile folder, hope this helps and i hope i didnt leave anything out, i will try and update this with screen shots later.
Nice work..thanks
C13v3r0n3 first link is Broken: Cygwin, my friend!!
TheAxman said:
Nice work..thanks
Click to expand...
Click to collapse
And that's why you guys rock because that's all greek to me.
"If you ain't first yer last"
Sent from my rockin ATT S4
by typing "adb devices" in cmd windows 7
this shows up
'adb' is not recognized as an internal or external command,
operable program or batch file.
how would i resolve this?
please help,thanks in advance
i'm deodexing my stock rom .200 LB
http://forum.xda-developers.com/showthread.php?t=2309306
sinned018 said:
by typing "adb devices" in cmd windows 7
this shows up
'adb' is not recognized as an internal or external command,
operable program or batch file.
how would i resolve this?
please help,thanks in advance
i'm deodexing my stock rom .200 LB
http://forum.xda-developers.com/showthread.php?t=2309306
Click to expand...
Click to collapse
Um, you must be in the platform-tools folder of Android-sdk to use adb. So first navigate to that directory. It is typically in -
Code:
Windows 32 bit - C:\Program Files\Android\android-sdk\platform-tools
Windows 64 bit - C:\Program Files(X86)\Android\android-sdk\platform-tools
Use cd to navigate into platform-tools and then try using adb commands
abcdjdj said:
Um, you must be in the platform-tools folder of Android-sdk to use adb. So first navigate to that directory. It is typically in -
Code:
Windows 32 bit - C:\Program Files\Android\android-sdk\platform-tools
Windows 64 bit - C:\Program Files(X86)\Android\android-sdk\platform-tools
Use cd to navigate into platform-tools and then try using adb commands
Click to expand...
Click to collapse
thanks for the help bro!