Related
I. Before You Begin
1. We are assuming you have already setup the Android kitchen. If not, use our How To Setup The Kitchen procedure and then come back to this one when done.(first see the post creating an custom rom for android a)
2. We are also assuming you have already done our How To Root and How To Load a Custom ROM for your phone and have a custom recovery image.
2. This ONLY works for HTC Android devices at the moment, later versions might support others (check here for an update when it does).
3. Open the Kitchen in your Ubuntu Virtual Machine we created in the Kitchen Setup procedure by typing ./menu in the Terminal window in Ubuntu. Leave it open.
4. All of this is done INSIDE THE UBUNTU VIRTUAL MACHINE (that includes when I say “save to your computer” anywhere in here, means save to you Ubuntu Virtual Machine)!
II. Find a ROM to Dissect
There are two kinds of ROMs you can dissect to create your own custom ROM; Stock ROMs and Custom/Cooked ROMs. DsiXDA, creator of the ROM kitchen we are using, has put together a list of places to get stock ROMs for different devices and a quick how to load them into the kitchen:
From a Cooked ROM (Easiest Method):
1. Copy the update.zip (or equivalent ZIP file) to the original_update folder in the kitchen
2. Type the number for the option “Setup Working Folder from ROM” and hit enter in the Kitchen to create your working folder. (So if its number is 1, type 1 then hit enter).
From a Shipped ROM:
1. Find the shipped ROM for your device, usually from htc.com or from searching xda-developers (check the Wiki or sticky posts under your device’s sub-forum).
The links below may help:
HTC Hero
Google Nexus One (android.modaco.com/topic/300414-21oct-stock-roms-erd79- frg83-images-zip-online-kitchen-optional-root-insecure/)
" copy paste on browser than download it "
HTC Magic
HTC Tattoo
2a. If the shipped ROM is in a .ZIP format, then simply extract the system.img and boot.img.
2b. If the shipped ROM is in .EXE format, then do the following:
A. In Windows, run the shipped ROM’s .EXE file till it gets to the first dialog. Stop there but don’t close the window yet.
B. Go to Start->Run and type: %TEMP%
C. When the folder opens, search for Rom.zip. Then, open it with an unzip tool. If you get errors trying to open the ZIP file with WinZip or the default Windows unzip program, then use 7Zip (download from "w_w_w_.7-zip.org/ "_" from link) to extract it.
D. Extract only two files from Rom.zip: system.img and boot.img
3. Copy the two .IMG files to your kitchen’s img_files folder in your Ubuntu Virtual Machine.
4. In the Terminal window that you opened in Section I, type 1 and hit enter to create a working folder from the two .img files.
Now, that you have either the update.zip in the original_update folder of the kitchen OR the system.img and boot.img of a shipped ROM in the img_files folder of the kitchen, you are ready to play with the ROM to make it your own.
III. Tweaking the Imported ROM Using the Automated Options in the Kitchen
So this is a basic kitchen, but you can do things like, add Root support, add/remove apps from the ROM, enable saving apps to the sd card, enabling Wifi tethering, do some automatic optimizations, and a few other things automatically just by selecting the option and hitting enter. It even allows you to put in your own scripts for the ROM to run (but that’s for more advanced users who know how to create scripts of course).
1. After importing a ROM using section II, select the options you want to do to the ROM (by typing the number of the option you want into the terminal/kitchen window and hitting enter. They are all pretty self explanatory.)
2. Continue this until you have all the automated options you want in the new ROM.
IV. Adding/Removing Applications from the ROM
1. In your Ubuntu Virtual Machine, goto Places at the top. Then click on Home Folder, then the WORKING folder that was created in section II when you dissected the original ROM or img files. Then goto system > app. (Also check Data > App as .apks can be put in there as well).
2. In the app folder you will see all the .apk files for all the applications you have currently in the ROM. Simply delete the ones you do not want to remove them from the ROM.
3. To add applications, simply copy any .apk file for the applications you want to add into the app folder.
V. Repackage the ROM so it can be Flashed onto a Phone
1. Once you have done whatever changes you want, you just need to type 99 and hit enter in the kitchen/terminal for the kitchen to take the working folder you have been messing with and compile it into a flashable update.zip ROM.
2. Once it is done compiling the ROM, we can transfer it to our phone.
VIa. Setup Ubuntu to See Your Phone via USB
1. In the Virtual Box windows with Ubuntu in it, click on Devices at the top then click Install Guest Additions. (It should autostart, if it doesn’t, click on the CD that appeared on the desktop in Ubuntu and then click on Autostart.sh. It will ask you for your password you created when setting up Ubuntu, put that in and let it install).
2. Once the Guest Additions are installed, close the Virtual Box Ubuntu Window (choose to Power Down the Machine).
3. Now, open Virtual Box itself (not Ubuntu) and highlight the Ubuntu machine, then click on Settings at the top.
4. Click on USB and make sure Enable USB Controller and Enable USB 2.0 are both enabled.
5. Now plug in your Android phone (do NOT mount the SD card, just plug it in).
6. Now in the USB menu of Virtual Box, click the + symbol on the right and then select your Android Device (name may be different).
7. Once that is installed, unplug your phone.
8. Now, Start your Ubuntu Virtual Box.
9. Once Ubuntu boots up, plug in your Android phone (do not mount the memory card yet) and look for the USB symbol at the bottom (fourth icon from the left) and hover over it and wait for it to say USB Device detected and display your phone. Once that happens, mount the sd card by pulling down the notification bar on your phone and clicking mount.
10. Ubuntu should pop up your SD card on the desktop (if any prompts come up just select do nothing and click ok). We can now transfer files to the memory card of our phone.
VIb. Use RapidShare to Transfer the File from Ubuntu to Windows (if Section VIa was giving you trouble)
1. If you can’t get the USB to work in Ubuntu, then simply open a Firefox browser window, goto Rapidshare.com and upload the ROM to there.
2.Once it is done uploading, ON YOUR WINDOWS COMPUTER NOT UBUNTU, put in the link it gave you when you finished uploading it, to download it to your Windows computer so we can transfer it to your phone.
VII. Flash the ROM
5. Copy the .zip file to the root of your SD card (NOT in any folders, just on the SD card itself).
6. Unplug the phone and turn it off.
7. Turn it back on by holding down home and power (do not let go until the recovery screen comes up) to get to recovery mode (you must have a custom recovery screen to do this, if you don’t find out How To Root and Load a ROM procedure for your phone and do those first).
8. Now select Nandroid Backup to create a backup before we flash the new ROM.
9. Once the backup is done, select Wipe Data / Factory Reset in recovery mode.
10. Select flash zip from sd card and select the ROM you just put on the sd card.
11. Once it is done flashing, click reboot. Enjoy!
Enjoy! Will update this as we add more things for you to tweak FeWant to Flash a New Splash Screen on Your 320×480 Resolution Android Device? Here’s how.
el free to suggest some in the meantime.
Thanks to DsiXDA for his awesome kitchen!
ohh... thanks
Very nice information.................
zero+ said:
I. Before You Begin
1. We are assuming you have already setup the Android kitchen. If not, use our How To Setup The Kitchen procedure and then come back to this one when done.(first see the post creating an custom rom for android a)
2. We are also assuming you have already done our How To Root and How To Load a Custom ROM for your phone and have a custom recovery image.
2. This ONLY works for HTC Android devices at the moment, later versions might support others (check here for an update when it does).
3. Open the Kitchen in your Ubuntu Virtual Machine we created in the Kitchen Setup procedure by typing ./menu in the Terminal window in Ubuntu. Leave it open.
4. All of this is done INSIDE THE UBUNTU VIRTUAL MACHINE (that includes when I say “save to your computer” anywhere in here, means save to you Ubuntu Virtual Machine)!
II. Find a ROM to Dissect
There are two kinds of ROMs you can dissect to create your own custom ROM; Stock ROMs and Custom/Cooked ROMs. DsiXDA, creator of the ROM kitchen we are using, has put together a list of places to get stock ROMs for different devices and a quick how to load them into the kitchen:
From a Cooked ROM (Easiest Method):
1. Copy the update.zip (or equivalent ZIP file) to the original_update folder in the kitchen
2. Type the number for the option “Setup Working Folder from ROM” and hit enter in the Kitchen to create your working folder. (So if its number is 1, type 1 then hit enter).
From a Shipped ROM:
1. Find the shipped ROM for your device, usually from htc.com or from searching xda-developers (check the Wiki or sticky posts under your device’s sub-forum).
The links below may help:
HTC Hero
Google Nexus One (android.modaco.com/topic/300414-21oct-stock-roms-erd79- frg83-images-zip-online-kitchen-optional-root-insecure/)
" copy paste on browser than download it "
HTC Magic
HTC Tattoo
2a. If the shipped ROM is in a .ZIP format, then simply extract the system.img and boot.img.
2b. If the shipped ROM is in .EXE format, then do the following:
A. In Windows, run the shipped ROM’s .EXE file till it gets to the first dialog. Stop there but don’t close the window yet.
B. Go to Start->Run and type: %TEMP%
C. When the folder opens, search for Rom.zip. Then, open it with an unzip tool. If you get errors trying to open the ZIP file with WinZip or the default Windows unzip program, then use 7Zip (download from "w_w_w_.7-zip.org/ "_" from link) to extract it.
D. Extract only two files from Rom.zip: system.img and boot.img
3. Copy the two .IMG files to your kitchen’s img_files folder in your Ubuntu Virtual Machine.
4. In the Terminal window that you opened in Section I, type 1 and hit enter to create a working folder from the two .img files.
Now, that you have either the update.zip in the original_update folder of the kitchen OR the system.img and boot.img of a shipped ROM in the img_files folder of the kitchen, you are ready to play with the ROM to make it your own.
III. Tweaking the Imported ROM Using the Automated Options in the Kitchen
So this is a basic kitchen, but you can do things like, add Root support, add/remove apps from the ROM, enable saving apps to the sd card, enabling Wifi tethering, do some automatic optimizations, and a few other things automatically just by selecting the option and hitting enter. It even allows you to put in your own scripts for the ROM to run (but that’s for more advanced users who know how to create scripts of course).
1. After importing a ROM using section II, select the options you want to do to the ROM (by typing the number of the option you want into the terminal/kitchen window and hitting enter. They are all pretty self explanatory.)
2. Continue this until you have all the automated options you want in the new ROM.
IV. Adding/Removing Applications from the ROM
1. In your Ubuntu Virtual Machine, goto Places at the top. Then click on Home Folder, then the WORKING folder that was created in section II when you dissected the original ROM or img files. Then goto system > app. (Also check Data > App as .apks can be put in there as well).
2. In the app folder you will see all the .apk files for all the applications you have currently in the ROM. Simply delete the ones you do not want to remove them from the ROM.
3. To add applications, simply copy any .apk file for the applications you want to add into the app folder.
V. Repackage the ROM so it can be Flashed onto a Phone
1. Once you have done whatever changes you want, you just need to type 99 and hit enter in the kitchen/terminal for the kitchen to take the working folder you have been messing with and compile it into a flashable update.zip ROM.
2. Once it is done compiling the ROM, we can transfer it to our phone.
VIa. Setup Ubuntu to See Your Phone via USB
1. In the Virtual Box windows with Ubuntu in it, click on Devices at the top then click Install Guest Additions. (It should autostart, if it doesn’t, click on the CD that appeared on the desktop in Ubuntu and then click on Autostart.sh. It will ask you for your password you created when setting up Ubuntu, put that in and let it install).
2. Once the Guest Additions are installed, close the Virtual Box Ubuntu Window (choose to Power Down the Machine).
3. Now, open Virtual Box itself (not Ubuntu) and highlight the Ubuntu machine, then click on Settings at the top.
4. Click on USB and make sure Enable USB Controller and Enable USB 2.0 are both enabled.
5. Now plug in your Android phone (do NOT mount the SD card, just plug it in).
6. Now in the USB menu of Virtual Box, click the + symbol on the right and then select your Android Device (name may be different).
7. Once that is installed, unplug your phone.
8. Now, Start your Ubuntu Virtual Box.
9. Once Ubuntu boots up, plug in your Android phone (do not mount the memory card yet) and look for the USB symbol at the bottom (fourth icon from the left) and hover over it and wait for it to say USB Device detected and display your phone. Once that happens, mount the sd card by pulling down the notification bar on your phone and clicking mount.
10. Ubuntu should pop up your SD card on the desktop (if any prompts come up just select do nothing and click ok). We can now transfer files to the memory card of our phone.
VIb. Use RapidShare to Transfer the File from Ubuntu to Windows (if Section VIa was giving you trouble)
1. If you can’t get the USB to work in Ubuntu, then simply open a Firefox browser window, goto Rapidshare.com and upload the ROM to there.
2.Once it is done uploading, ON YOUR WINDOWS COMPUTER NOT UBUNTU, put in the link it gave you when you finished uploading it, to download it to your Windows computer so we can transfer it to your phone.
VII. Flash the ROM
5. Copy the .zip file to the root of your SD card (NOT in any folders, just on the SD card itself).
6. Unplug the phone and turn it off.
7. Turn it back on by holding down home and power (do not let go until the recovery screen comes up) to get to recovery mode (you must have a custom recovery screen to do this, if you don’t find out How To Root and Load a ROM procedure for your phone and do those first).
8. Now select Nandroid Backup to create a backup before we flash the new ROM.
9. Once the backup is done, select Wipe Data / Factory Reset in recovery mode.
10. Select flash zip from sd card and select the ROM you just put on the sd card.
11. Once it is done flashing, click reboot. Enjoy!
Enjoy! Will update this as we add more things for you to tweak FeWant to Flash a New Splash Screen on Your 320×480 Resolution Android Device? Here’s how.
el free to suggest some in the meantime.
Thanks to DsiXDA for his awesome kitchen!
Click to expand...
Click to collapse
thanks for the info..hope for othr mobs also it will com soon
Tell me when it works for SGY
Inform me when it starts working for SGY... PLz I want to make one..
Looking good if work on sgy hehe looking forward for info
Heey everyone here the quide for how to set up kitchen in linux virtualbox
Not made by me but made by the amazing guys from the unlockr Thanks!!!
Part 1
[I Before you begin]
1. This ONLY works for HTC Android devices at the moment, Also other devices!
[II. Download a Virtual Machine and Set It Up.]
1. Download VirtualBox for free from here (the one for Windows Hosts at the top). Then click next on the setup process until it installs.
2. Open VirtualBox and click on New.
3. Name the New Virtual Machine whatever you want (we named it Linux for simplicity’s sake).
4. For Operating System choose Linux, then choose Ubuntu for Version and click next.
5. Click Next again leaving the Memory Setting at what it is preselected at (should be 384mbs).
6. Click Next on the Boot Disk screen as well leaving boot hard disk and create new hard disk both selected.
7. Keep clicking Next until you get to the slider that asks how much space to set for the Linux. Move the slider to 8Gbs and click next.
8. Click next until it is done and shows you the original screen you started on but now with the Linux Machine Powered Off on the left.
[III. Install Linux Ubuntu on the Virtual Machine]
1. Download Ubuntu from here.
2. Once it is downloaded, in the VirtualBox program, click the Start button at the top.
3. Close out all the warnings that come up.
4. Then click on Devices > CD/DVD Devices > More CD/DVD Images… then select the .iso image for Ubuntu you downloaded.
6. Follow the prompts on the screen to install Ubuntu on your Virtual Machine.
7. Once it is installed and reboots, goto Applications > Accessories > Terminal and type this line with hitting enter at the end:
sudo apt-get install sun-java6-bin sun-java6-jre
It will ask you for a password, type in the password you created when you went through the Ubuntu installation process (it asked you for it before finishing the install).
Then it will ask you y/n. Hit y then enter. Then when it shows you the terms and conditions, hit right arrow on your keyboard and click enter to select ok. Then hit left arrow on your keyboard and enter to select Yes.
*NOTE – Your keyboard and mouse will not function on your regular computer once you use them in the Ubuntu virtual machine. To re-enable them, click the Ctrl button on the right side of your keyboard.
**IF YOU GET AN ERROR INSTALLING THE JAVA FILES,
Download the java files manually FROM INSIDE THE EMULATOR/LINUX using Firefox here:
Java6 Bin
Java6 Jre
Then open the Terminal App in Ubuntu and type this with hitting enter at the end of the line:
sudo dpkg -i sun-java6-jre_6.18-4_all.deb sun-java6-bin_6.18-4_i386.deb
And that should fix it.
[IV. Download and Setup The Android ROM Kitchen]
!THIS NEXT SECTION NEEDS TO BE DONE WITHIN THE UBUNTU VIRTUAL MACHINE!
1. Click on the Firefox logo at the top of your Ubuntu installation (in the Virtual Machine).
2. Type this into the url box:
theunlockr.com/2010/03/26/how-to-create-your-own-custom-rom-for-android-part-1-setting-up-the-kitchen (to navigate to this page from within the virtual machine).
3. Now download the latest version of the kitchen file  in the first post from the link below(again from inside the Ubuntu installation on the virtual machine. We are doing this because we want to save this file in our Ubuntu Virtual machine, NOT our regular computer).
Kitchen
4. Again on the Ubuntu machine, Find the .zip file you just downloaded, right click it and click open with Archive Manager and then click Extract at the top.
5. Once you click Extract, it will ask you where. Double click the folder that has the name you created when you installed Ubuntu (my username was theunlockr so my folder is called theunlockr. It is the first folder under recently used in the list on the left). Then click Extract at the bottom right.
[V. Run the Android ROM Kitchen]
1. To run the Android ROM kitchen, click on Applications at the top of Ubuntu > Accessories > Terminal then type the following and hit enter:
./menu
2. You will now be greeted by the simple text menu of the application. Enjoy!
VI. Create Your First Custom ROM
=================================================
Part 2
Before You Begin
1. We are assuming you have already setup the Android kitchen. If not, use our How To Setup The Kitchen procedure and then come back to this one when done.
2. We are also assuming you have already done our How To Root and How To Load a Custom ROM for your phone and have a custom recovery image.
2. This ONLY works for HTC Android devices at the moment, Also other devices
3. Open the Kitchen in your Ubuntu Virtual Machine we created in the Kitchen Setup procedure by typing ./menu in the Terminal window in Ubuntu. Leave it open.
4. All of this is done INSIDE THE UBUNTU VIRTUAL MACHINE (that includes when I say “save to your computer” anywhere in here, means save to you Ubuntu Virtual Machine)!
II. Find a ROM to Dissect
There are two kinds of ROMs you can dissect to create your own custom ROM; Stock ROMs and Custom/Cooked ROMs. DsiXDA, creator of the ROM kitchen we are using, has put together a list of places to get stock ROMs for different devices and a quick how to load them into the kitchen:
From a Cooked ROM (Easiest Method):
1. Copy the update.zip (or equivalent ZIP file) to the original_update folder in the kitchen
2. Type the number for the option “Setup Working Folder from ROM” and hit enter in the Kitchen to create your working folder. (So if its number is 1, type 1 then hit enter).
From a Shipped ROM:
1. Find the shipped ROM for your device, usually from htc.com or from searching xda-developers (check the Wiki or sticky posts under your device’s sub-forum).
The links below may help:
2a. If the shipped ROM is in a .ZIP format, then simply extract the system.img and boot.img.
2b. If the shipped ROM is in .EXE format, then do the following:
A. In Windows, run the shipped ROM’s .EXE file till it gets to the first dialog. Stop there but don’t close the window yet.
B. Go to Start->Run and type: %TEMP%
C. When the folder opens, search for Rom.zip. Then, open it with an unzip tool. If you get errors trying to open the ZIP file with WinZip or the default Windows unzip program, then use 7Zip (download from here) to extract it.
D. Extract only two files from Rom.zip: system.img and boot.img
3. Copy the two .IMG files to your kitchen’s img_files folder in your Ubuntu Virtual Machine.
4. In the Terminal window that you opened in Section I, type 1 and hit enter to create a working folder from the two .img files.
Now, that you have either the update.zip in the original_update folder of the kitchen OR the system.img and boot.img of a shipped ROM in the img_files folder of the kitchen, you are ready to play with the ROM to make it your own.
III. Tweaking the Imported ROM Using the Automated Options in the Kitchen
So this is a basic kitchen, but you can do things like, add Root support, add/remove apps from the ROM, enable saving apps to the sd card, enabling Wifi tethering, do some automatic optimizations, and a few other things automatically just by selecting the option and hitting enter. It even allows you to put in your own scripts for the ROM to run (but that’s for more advanced users who know how to create scripts of course).
1. After importing a ROM using section II, select the options you want to do to the ROM (by typing the number of the option you want into the terminal/kitchen window and hitting enter. They are all pretty self explanatory.)
2. Continue this until you have all the automated options you want in the new ROM.
IV. Adding/Removing Applications from the ROM
1. In your Ubuntu Virtual Machine, goto Places at the top. Then click on Home Folder, then the WORKING folder that was created in section II when you dissected the original ROM or img files. Then goto system > app. (Also check Data > App as .apks can be put in there as well).
2. In the app folder you will see all the .apk files for all the applications you have currently in the ROM. Simply delete the ones you do not want to remove them from the ROM.
3. To add applications, simply copy any .apk file for the applications you want to add into the app folder.
V. Repackage the ROM so it can be Flashed onto a Phone
1. Once you have done whatever changes you want, you just need to type 99 and hit enter in the kitchen/terminal for the kitchen to take the working folder you have been messing with and compile it into a flashable update.zip ROM.
2. Once it is done compiling the ROM, we can transfer it to our phone.
VIa. Setup Ubuntu to See Your Phone via USB
1. In the Virtual Box windows with Ubuntu in it, click on Devices at the top then click Install Guest Additions. (It should autostart, if it doesn’t, click on the CD that appeared on the desktop in Ubuntu and then click on Autostart.sh. It will ask you for your password you created when setting up Ubuntu, put that in and let it install).
2. Once the Guest Additions are installed, close the Virtual Box Ubuntu Window (choose to Power Down the Machine).
3. Now, open Virtual Box itself (not Ubuntu) and highlight the Ubuntu machine, then click on Settings at the top.
4. Click on USB and make sure Enable USB Controller and Enable USB 2.0 are both enabled.
5. Now plug in your Android phone (do NOT mount the SD card, just plug it in).
6. Now in the USB menu of Virtual Box, click the + symbol on the right and then select your Android Device (name may be different).
7. Once that is installed, unplug your phone.
8. Now, Start your Ubuntu Virtual Box.
9. Once Ubuntu boots up, plug in your Android phone (do not mount the memory card yet) and look for the USB symbol at the bottom (fourth icon from the left) and hover over it and wait for it to say USB Device detected and display your phone. Once that happens, mount the sd card by pulling down the notification bar on your phone and clicking mount.
10. Ubuntu should pop up your SD card on the desktop (if any prompts come up just select do nothing and click ok). We can now transfer files to the memory card of our phone.
VIb. Use RapidShare to Transfer the File from Ubuntu to Windows (if Section VIa was giving you trouble)
1. If you can’t get the USB to work in Ubuntu, then simply open a Firefox browser window, goto Rapidshare.com and upload the ROM to there.
2.Once it is done uploading, ON YOUR WINDOWS COMPUTER NOT UBUNTU, put in the link it gave you when you finished uploading it, to download it to your Windows computer so we can transfer it to your phone.
VII. Flash the ROM
5. Copy the .zip file to the root of your SD card (NOT in any folders, just on the SD card itself).
6. Unplug the phone and turn it off.
7. Turn it back on by holding down home and power (do not let go until the recovery screen comes up) to get to recovery mode (you must have a custom recovery screen to do this, if you don’t find out How To Root and Load a ROM procedure for your phone and do those first).
8. Now select Nandroid Backup to create a backup before we flash the new ROM.
9. Once the backup is done, select Wipe Data / Factory Reset in recovery mode.
10. Select flash zip from sd card and select the ROM you just put on the sd card.
11. Once it is done flashing, click reboot. Enjoy!
Enjoy! Will update this as we add more things for you to tweak Feel free to suggest some in the meantime.
Thanks to DsiXDA for his awesome kitchen!
Thanks to Theunlockr For the amazing Guide !!!
greetings safariking
Video tutorials:
Part 2:http://www.youtube.com/watch?feature=player_embedded&v=q-1ErGSW0ik
Part 1: http://www.youtube.com/watch?feature=player_embedded&v=94Az1kcQvc4
Thanks safariking!
Thanks
very good tutorial thanks
Hi there
Does Android Kitchen Only work in virtual Machine for Ubunty? I have a full installtion of Ubunty and when I type ./menu at the terminal "no such file or directory" followed the installation video but I ain't getting nowhere
Cheers
atomicsoul said:
Hi there
Does Android Kitchen Only work in virtual Machine for Ubunty? I have a full installtion of Ubunty and when I type ./menu at the terminal "no such file or directory" followed the installation video but I ain't getting nowhere
Cheers
Click to expand...
Click to collapse
no.
kitchen can be used on all Linux/Unix OS.
中国人正在尝试提高!
(translation:Chinese people are trying to improve themselves!)
Very nice job. We thank you for your time and effort for writing all of that
Thanks
Sent from my GT-S5660 using xda premium
Just a note: linux isnt required
You can use windows, but does require to install cygwin (linux like terminal)
Sent from my GT-S5660 using xda premium
I dont know,if anyone knowing this awesome Prog. so im sharing it,when its a similar Thread to an other so please delete the Post.
[PC] Android Commander v0.7.9.10
Requirements: Android 1.6+, PC
Overview: Android Commander is windows application to keep control on your android apps and files from PC. This is a small, very very fast and intuitive app. If someone want to try it, go a head. But remember, you doing this on your own risk! I'm not professional programmer, this isProgram Requirements
Before you install the program you should read this:
Phone Requirements:
- ADB ROOT Access
- BusyBox
- „Settings->Applications->Development->USB debugging” must be enabled
- USB Cable
Computer Requirements:
- Windows XP/Vista/7
- ADB USB Driver
- Java JDK
- Minimum 800×600 screen resolution
Features
Files Explorer
copy multiple files/dirs between Device and PC
copy multiple files/dirs between Device folders
delete multiple files/dirs from Device
drag&drop multiple files/dirs in to progrm
drag&drop files/dirs between program tabs
files/dirs properties
edit files/dir permissions
bookmarks
new dir and rename options
Applications Manager
batch/single apps install
install as private
install as update
install as system app
batch/single uinstall apps
uninstall system apps
uninstall and keep app data
batch/single apps backup to any dir on Device/PC
app details
search app on Web Android Market/AppBrain/AndroLib/Cyrket
windows integration
Search Bar
search apps in device Android Market
search location on device Google Maps
open URL in device browser
Device Info
device
ROM
partitions
battery
Console
run any shell command
run sh script from PC
Logcat
messages coloring
message type filter
Flashing Tool
flash any zip update/ROM/mod from PC
flash recovery/boot/system/userdata/cache image from PC
Virtual Input
emulate device keys
send text to device text field
Signing Tool
sign any zip file
sign any apk file
program explorer integration
Other
reboot, reboot to recovery, reboot to bootloader, power off device
multi device support
WiFi Mode
No Device Mode
screenshots (beta)
Changelog
Version 0.7.9.10:
- new expire date
- partitions info fixed to work with ICS only my hobby.
More Info on:www.androidcommander.com
I hope it can help any bros!!!
Usefull tools..
What different with qtadb??
doin great
savie said:
Usefull tools..
What different with qtadb??
Click to expand...
Click to collapse
Yeah... seems similar to qtadb... btw sir every time you run qtadb do you have to point it to the folder where the binaries are? It keeps asking me that everytime i run but that wasnt my case before until i got an error where it closed then it started doing that everytime i run it
Sent from my GT-S5360 using xda premium
I have currently LU620187 stock rom installed. I want to flash custom ROM. For this I am trying to flash the LU620042_00.kdz.But the flash tool KDZ_FW_UPD.exe crashing giving this error
MOD Up testEX MFC Application has stopped working
I have followed all the steps carefully but still same error. My OS is windows 7
http://forum.xda-developers.com/showthread.php?t=2149211
use this guide,it never failed me dont know for other ,just make sure you follow the guide CAREFULLY & u have the kdz.Use this guide ONLY for flashing the kdz,but u can use the next step from other guide after flashing the kdz .
I already followed the same guide but after step 12 no other window Choose “Different Country” opens and while the LG software updater is opened.
ahsanshah said:
I already followed the same guide but after step 12 no other window Choose “Different Country” opens and while the LG software updater is opened.
Click to expand...
Click to collapse
Hi,
Just spent a day figuring out the issue.
1. The software is now checking online and require internet, when you connect to internet it downloads the files from internet and you can not use the KDZ file
2. In order to use the KDZ file you have to find a older version
Check this URL,
http://forum.shiftdelete.net/lg/364123-lg-g2-kzd-yukleme-lg_kdz_fw-update_offlinefix.html
It has a download link to this file [http://dosya.co/xixcjv2lkth6/LG_KDZ_FW-Update_OfflineFix.rar.html]
1. change 'hosts' file in C:\Windows\System32\drivers\etc and add - 127.0.0.1 csmg.lgmobile.com
2. Install some webserver, i am a webdeveloper so I already had APACHE web server installed.
3. By default, apache listens to port 80, change it to 9002 as the update software try connecting to lgmobile.com on this port
4. When done, follow the tutorial on the Turkish forum... here is something which i understood from there
1 - lg_kdz_fw-update_offlinefix \ b2cappsetup Extract these folders somewhere. There are two folders, "LGMOBILEAX FIX", "LG_KDZ_FW-Update_OfflineFix"
2 - c: \ ProgramData \ lgmobileax delete the contents. (If you can not find the folder create an empty folder)
3 - "lgmobileax fix" paste the files in the c: \ ProgramData \ lgmobileax folder
4 - C: \ Windows \ System32 \ drivers \ etc folder, scroll to and open the hosts file with notepad and at the bottom in "127.0.0.1 csmg.lgmobile.co I type" (without quotes)
5 - automatic offline file, run the procedure and confirm the warning GROUPS - i dont know what does that mean, so ignore it :laugh:
6 - There is a VBS file, well you can run from there or manually follow the tutorial to run the windows enabler and other file using win xp mode and stuff, you know what you are doig... right?
7 - Turn your phone settings developer settings and USB debugging mode on, if your phone is in DOWNLOAD MODE then no worries
8 - unmute your phone by pressing and holding the usb cable. will go into download mode.
9 - R & D test tool 3gqct in the program and bring the selected diag.
10 - at the bottom right of the screen windows enabler program has opened. Click it once and turn it over ten written.
11 - kdz select your file and click on the normal web upgrade test.
12 - The Republic of Korea has been selected under the on-screen language is not set in quarters. Click OK to start processing of fear.
13 - the phone will be opened automatically after installation.
(If your phone restarts itself constantly by long-pressing the power button, power off. Then take a hard format. Then did not pick up the phone I have installed has been installed smoothly kdz file)
so i hope this will work for you,,,
if it does.. press thanks
thanks
Thanks dear for looking into the problem. Will try it and update you later
aamirrajpoot said:
Hi,
Just spent a day figuring out the issue.
1. The software is now checking online and require internet, when you connect to internet it downloads the files from internet and you can not use the KDZ file
2. In order to use the KDZ file you have to find a older version
Check this URL,
http://forum.shiftdelete.net/lg/364123-lg-g2-kzd-yukleme-lg_kdz_fw-update_offlinefix.html
It has a download link to this file [http://dosya.co/xixcjv2lkth6/LG_KDZ_FW-Update_OfflineFix.rar.html]
1. change 'hosts' file in C:\Windows\System32\drivers\etc and add - 127.0.0.1 csmg.lgmobile.com
2. Install some webserver, i am a webdeveloper so I already had APACHE web server installed.
3. By default, apache listens to port 80, change it to 9002 as the update software try connecting to lgmobile.com on this port
4. When done, follow the tutorial on the Turkish forum... here is something which i understood from there
1 - lg_kdz_fw-update_offlinefix \ b2cappsetup Extract these folders somewhere. There are two folders, "LGMOBILEAX FIX", "LG_KDZ_FW-Update_OfflineFix"
2 - c: \ ProgramData \ lgmobileax delete the contents. (If you can not find the folder create an empty folder)
3 - "lgmobileax fix" paste the files in the c: \ ProgramData \ lgmobileax folder
4 - C: \ Windows \ System32 \ drivers \ etc folder, scroll to and open the hosts file with notepad and at the bottom in "127.0.0.1 csmg.lgmobile.co I type" (without quotes)
5 - automatic offline file, run the procedure and confirm the warning GROUPS - i dont know what does that mean, so ignore it :laugh:
6 - There is a VBS file, well you can run from there or manually follow the tutorial to run the windows enabler and other file using win xp mode and stuff, you know what you are doig... right?
7 - Turn your phone settings developer settings and USB debugging mode on, if your phone is in DOWNLOAD MODE then no worries
8 - unmute your phone by pressing and holding the usb cable. will go into download mode.
9 - R & D test tool 3gqct in the program and bring the selected diag.
10 - at the bottom right of the screen windows enabler program has opened. Click it once and turn it over ten written.
11 - kdz select your file and click on the normal web upgrade test.
12 - The Republic of Korea has been selected under the on-screen language is not set in quarters. Click OK to start processing of fear.
13 - the phone will be opened automatically after installation.
(If your phone restarts itself constantly by long-pressing the power button, power off. Then take a hard format. Then did not pick up the phone I have installed has been installed smoothly kdz file)
so i hope this will work for you,,,
if it does.. press thanks
thanks
Click to expand...
Click to collapse
First of all, use this thread at your own risk.
If you decide to give it a try make sure your smartphone has a SD Card slot otherwise this will not work and it's best to use this on a secondary device because there is always a chance that you have a critical bug and a hard reset is necessary to restore your device.
Also 512MB RAM devices are not supported, so only use this tutorial if your device has 1GB or more RAM.
There is already a thread on here from jimmy19990 that explains how to do this but it seems that people with less experience in this department do not understand it completely, so I decided to put all the steps in this thread:
1. (skip this step if you are on Windows Phone 8.1) If you already upgraded to Windows 10 Mobile make sure you go back to Windows Phone 8.1 with "Windows Phone Recovery Tool" or "Lumia Software Recovery Tool" which you can find here:
http://www.microsoft.com/en-us/mobile/support/faq/?action=singleTopic&topic=FA142987
2. Backup your files on your SD Card and format it in Windows Phone 8.1 (settings < storage sense), if you get a message that asks to save new files to the SD Card click no and check in storage sense that new files are all saved to the phone, not the SD Card.
3. After this download and install the "WP8.1 SDK Tools Lite Setup Av1.20" from here:
http://www13.zippyshare.com/v/15281796/file.html
4. With "WP8.1 SDK Tools Lite Setup Av1.20" installed you will have "Windows Phone Developer Registration 8.1" (start menu < Windows Phone SDK 8.1) open this and register as Developer.
5. Go to the app store on your phone and search for "Preview for Developers" and install this app, move it to the SD Card with storage sense (settings < system < storage < phone < apps & games) select the app and tap "Move to SD Card".
6. Now download "CustomWPSystem_0500.xap" from this thread:
http://forum.xda-developers.com/win...p-customwpsystem-patch-xaps-wpsystem-t2975419
7. Connect your phone with a usb cable to your computer.
8. Under "Windows Phone SDK 8.1" is another program called "Windows Phone Application Deployment 8.1", open it and click "Browse", navigate to the "CustomWPSystem_0500.xap" file and click "Deploy", after a while you get a message that it succeeded.
9. Download "CustomPFD_0003.xap" from another thread:
http://forum.xda-developers.com/win...xap-custompfd-registry-editor-tweaks-t2981057
and copy "CustomPFD_0003.xap" to the root directory of your SD Card.
10. Take your phone and open "CustomWPSystem", tap "SD Card permissions", click on "sd card" and press the checkmark.
Now tap "Select the XAP" (at the bottom of the page in "CustomWPSystem"), navigate to "sd card", select "CustomPFD_0003.xap" and "Apply XAP".
Wait till you get a message "Operation Completed".
11. Close the "CustomWPSystem" app and open "Preview for Developers" app (icon will be changed), go to HKLM\SYSTEM\Platform\DeviceTargetingInfo and change these values (just open for example PhoneSOCVersion, put 8974 in the textfield, press "Write", back button and go to the next one):
For a Full HD (1920x1080) device:
PhoneSOCVersion: 8974
PhoneMobileOperatorName: 000-GB
PhoneManufactorModelName: RM-937_eu_euro1_231
PhoneModelName: Lumia 1520
OR
For a HD (1280x720) or lower resolution* (800x480 / 854x480 / 960x540) device:
PhoneSOCVersion: 8926
PhoneMobileOperatorName: 000-HK
PhoneManufactorModelName: RM-984_1000
PhoneModelName: Lumia 830
*On lower resolution devices the interface will be a bit smaller as normal after the registery edit, but as soon as you complete step 14 your original device info and interface will come back.
12. After you changed your info to one of these devices, go to the app store, search "Windows Insider" app, install it and open it.
13. Sign up for the Fast Ring and check for updates, you will receive a message that "Build 10.0.10536.1004" is available, let it download and install (will take around an hour or more and the device will reboot itself a few times).
14. Once Windows 10 Mobile is installed do a hard reset (settings < system < info < factory settings) and let it format the SD Card also. (this will also take about an hour or more)
15. Now you will have back your original Device Info and in windows < system32 < aow will be the necessary files to run Windows Bridge for Android.
The following steps are to actually install an APK on Windows 10 Mobile:
1. Download Visual C++ Redistributable Packages for Visual Studio 2013:
http://www.microsoft.com/en-us/download/details.aspx?id=40784
download and install "vcredist_x86.exe" and "vcredist_x64.exe".
2. In this thread you will find the new files for the "WindowsBridge.7z":
http://forum.xda-developers.com/win...-fix-android-applications-installing-t3202036
Extract "WindowsBridge.7z" and install "IpOverUsbInstaller".
3. Here you will find the installer to deploy the APK's to your device (Download Version 1.3.1 Here / minimal_adb_fastboot_v1.3.1_setup):
http://forum.xda-developers.com/showthread.php?t=2317790
Download and install.
4. Turn off your lock screen (settings < personal settings < lock screen), time-out: never.
5. To enable developer mode on the phone and to find it in the network:
First find your ip adress from the phone: settings < network and wireless < wi-fi and press your network, type your ip address in a document.
Then go to settings < update & security < for developers, press "Developer mode" and tap "Yes".
Turn on "Device discovery" and press pair.
6. Open your map "WindowsBridge" from step 2, copy the directory and open an elevated command prompt (run < cmd < right-click < run as administrator).
Type "cd" and paste the directory of the "WindowsBridge" map (example: "cd C:\Users\User\Downloads\WindowsBridge".
After this type "wconnect.exe" and copy paste the ip adress from the document in step 5 and press enter (example: wconnect.exe xxx.xxx.xxx.xxx).
Enter the pin you see on your phone, wait a while and it will say "connected".
7. Now download the APK you want to test with this link (just search the app in the Google Play Store, copy the link and paste it in the website below):
http://apps.evozi.com/apk-downloader/
Cut and paste the app to C:\Program Files (x86)\Minimal ADB and Fastboot and copy the directory of this map.
8. Go back to your command prompt type "cd" and paste the directory ("cd C:\Program Files (x86)\Minimal ADB and Fastboot")
9. Type "adb install" and copy and paste the name of your apk with the .apk extension included ("adb install test.apk").
10. Wait a few minutes and there will be a message "Succes", now on the phone press "Abort" and "unpair all", your APK will be installed.
I tested this method with a Lumia 640, used the Lumia 830 device info and it works like a charm.
Thanks to all the threads and websites I mentioned, because all these tools make it possible and easier to run this project.
My lumia device is 635 had a lower resolution es 480 ¿can use the device info for lumia 835 with more solution 720?
razr2312 said:
My lumia device is 635 had a lower resolution es 480 ¿can use the device info for lumia 835 with more solution 720?
Click to expand...
Click to collapse
Not sure about that, but just to be safe, I think you should use info from a compatible device that has the same resolution as yours.
---------- Post added at 01:29 AM ---------- Previous post was at 01:25 AM ----------
Windows Blue said:
First of all, use this thread at your own risk!
If you decide to give it a try make sure your smartphone has a SD Card slot otherwise this will not work and only use this on a secondary device because there is always a chance that you have a critical bug and a hard reset is necessary to repair your device.
There is already a thread on here from jimmy19990 that explains how to do this but it seems that people with less experience in this department do not understand it completely, so I decided to put all the steps in this thread:
1. (skip this step if you are on Windows Phone 8.1) If you already upgraded to Windows 10 Mobile make sure you go back to Windows Phone 8.1 with "Windows Phone Recovery Tool" or "Lumia Software Recovery Tool" which you can find here:
http://www.microsoft.com/en-us/mobile/support/faq/?action=singleTopic&topic=FA142987
2. Backup your files on your SD Card and format it in Windows Phone 8.1 (settings < storage sense), if you get a message that asks to save new files to the SD Card click no and check in storage sense that new files are all saved to the phone, not the SD Card.
3. After this download and install the "WP8.1 SDK Tools Lite Setup Av1.20" from here:
http://www13.zippyshare.com/v/15281796/file.html
4. With "WP8.1 SDK Tools Lite Setup Av1.20" installed you will have "Windows Phone Developer Registration 8.1" (start menu < Windows Phone SDK 8.1) open this and register as Developer.
5. Go to the app store on your phone and search for "Preview for Developers" and install this app, move it to the SD Card with storage sense (settings < system < storage < phone < apps & games) select press the app and tap "Move to SD Card".
6. Now download "CustomWPSystem_0500.xap" from this thread:
http://forum.xda-developers.com/win...p-customwpsystem-patch-xaps-wpsystem-t2975419
7. Connect your phone with a usb cable to your computer.
8. Under "Windows Phone SDK 8.1" is another program called "Windows Phone Application Deployment 8.1", open it and click "Browse", navigate to the "CustomWPSystem_0500.xap" file and click "Deploy", after a while you get a message that it succeeded.
9. Download "CustomPFD_0003.xap" from another thread:
http://forum.xda-developers.com/win...xap-custompfd-registry-editor-tweaks-t2981057
and copy "CustomPFD_0003.xap" to the root directory of your SD Card.
10. Take your phone and open "CustomWPSystem", tap "SD Card permissions", click on "sd card" and press the checkmark.
Now tap "Select the XAP" (at the bottom of the page in "CustomWPSystem"), navigate to "sd card", select "CustomPFD_0003.xap" and "Apply XAP".
Wait till you get a message "Operation Completed".
11. Close the "CustomWPSystem" app and open "Preview for Developers" app (icon will be changed), go to HKLM\SYSTEM\Platform\DeviceTargetingInfo and change these values (just open for example PhoneSOCVersion, put 8974 in the textfield, press "Write", back button and go to the next one):
For a Full HD (1920x1080) device:
PhoneSOCVersion: 8974
PhoneMobileOperatorName: 000-GB
PhoneManufactorModelName: RM-937_eu_euro1_231
PhoneModelName: Lumia 1520
OR
For a HD (1280x720) device:
PhoneSOCVersion: 8926
PhoneMobileOperatorName: 000-HK
PhoneManufactorModelName: RM-984_1000
PhoneModelName: Lumia 830
12. After you changed your info to one of these devices, go to the app store, search "Windows Insider" app, install it and open it.
13. Sign up for the Fast Ring and check for updates, you will receive a message that "Build 10.0.10536.1004" is available, let it download and install (will take around an hour or more and the device will reboot itself a few times).
14. Once Windows 10 Mobile is installed do a hard reset (settings < system < info < factory settings) and let it format the SD Card also. (this will also take about an hour or more)
15. Now you will have back your original Device Info and in windows < system32 < aow will be the necessary files to run Windows Bridge for Android.
The following steps are to actually install an APK on Windows 10 Mobile:
1. Download Visual C++ Redistributable Packages for Visual Studio 2013:
http://www.microsoft.com/en-us/download/details.aspx?id=40784
download and install "vcredist_x86.exe" and "vcredist_x64.exe".
2. In this thread you will find the new files for the "WindowsBridge.7z":
http://forum.xda-developers.com/win...-fix-android-applications-installing-t3202036
Extract "WindowsBridge.7z" and install "IpOverUsbInstaller".
3. Here you will find the installer to deploy the APK's to your device (Download Version 1.3.1 Here / minimal_adb_fastboot_v1.3.1_setup):
http://forum.xda-developers.com/showthread.php?t=2317790
Download and install.
4. Turn off your lock screen (settings < personal settings < lock screen), time-out: never.
5. To enable developer mode on the phone and to find it in the network:
First find your ip adress from the phone: settings < network and wireless < wi-fi and press your network, type your ip address in a document.
Then go to settings < update & security < for developers, press "Developer mode" and tap "Yes".
Turn on "Device discovery" and press pair.
6. Open your map "WindowsBridge" from step 2, copy the directory and open an elevated command prompt (run < cmd < right-click < run as administrator).
Type "cd" and paste the directory of the "WindowsBridge" map (example: "cd C:\Users\User\Downloads\WindowsBridge".
After this type "wconnect.exe" and copy paste the ip adress from the document in step 5 and press enter (example: wconnect.exe xxx.xxx.xxx.xxx).
Enter the pin you see on your phone, wait a while and it will say "connected".
7. Now download the APK you want to test with this link (just search the app in the Google Play Store, copy the link and paste it in the website below):
http://apps.evozi.com/apk-downloader/
Cut and paste the app to C:\Program Files (x86)\Minimal ADB and Fastboot and copy the directory of this map.
8. Go back to your command prompt type "cd" and paste the directory ("cd C:\Program Files (x86)\Minimal ADB and Fastboot")
9. Type "adb install" and copy and paste the name of your apk with the .apk extension included ("adb install test.apk").
10. Wait a few minutes and there will be a message "Succes", now on the phone press "Abort" and "unpair all", your APK will be installed.
I tested this method with a Lumia 640, used the Lumia 830 device info and it works like a charm.
Thanks to all the threads and websites I mentioned, because all these tools make it possible and easier to run this project.
Click to expand...
Click to collapse
My prayers worked, thank you!
IPRJ25 said:
Not sure about that, but just to be safe, I think you should use info from a compatible device that has the same resolution as yours.
---------- Post added at 01:29 AM ---------- Previous post was at 01:25 AM ----------
My prayers worked, thank you!
Click to expand...
Click to collapse
OK thanks :highfive: I try it but you know what device is more the same than my device lumia 635 ? and you can provide the info from the other lumia device or in what place (website) can provide this info?
razr2312 said:
My lumia device is 635 had a lower resolution es 480 ¿can use the device info for lumia 835 with more solution 720?
Click to expand...
Click to collapse
Make sure you have the 1GB RAM version of the lumia 635 because the 512MB version will not work in this stage of the project. (only 1GB devices supported)
If you have the 1GB version, your device is on the supported list so you only have to install W10M (step 12 and 13) and then follow the 10 steps to delpoy an APK to your device.
@IPRJ25 your welcome.
Windows Blue said:
Make sure you have the 1GB RAM version of the lumia 635 because the 512MB version will not work in this stage of the project. (only 1GB devices supported)
If you have the 1GB version, your device is on the supported list so you only have to install W10M (step 12 and 13) and then follow the 10 steps to delpoy an APK to your device.
@IPRJ25 your welcome.
Click to expand...
Click to collapse
Thank for you support Bro:victory: but my Lumia 635 device is the 512mb version is a unsupported device :crying:
---------- Post added at 06:53 AM ---------- Previous post was at 06:33 AM ----------
Is very interesting because I have this lumia 635 with 512mb ram with this windows phone 10 10.0.10536.1004 version i see have the AOW files inside around 100 mb maybe in the future the 512 mb devices support android deploy apps but limited by the ram.
This method work today or not bcz i have try on the build 10512 and its not work and ~100mb files also present into aow folder
razr2312 said:
Thank for you support Bro:victory: but my Lumia 635 device is the 512mb version is a unsupported device :crying:
---------- Post added at 06:53 AM ---------- Previous post was at 06:33 AM ----------
Is very interesting because I have this lumia 635 with 512mb ram with this windows phone 10 10.0.10536.1004 version i see have the AOW files inside around 100 mb maybe in the future the 512 mb devices support android deploy apps but limited by the ram.
Click to expand...
Click to collapse
That's indeed interesting, it's not sure yet but I suppose when they have polished the Android subsystem that there is chance that 512MB RAM devices will be supported.
A AJAY said:
This method work today or not bcz i have try on the build 10512 and its not work and ~100mb files also present into aow folder
Click to expand...
Click to collapse
If you follow the steps to the letter, you should be fine with a device that has a microSD slot and minimum 1GB RAM.
I cannot open Preview for Developers because it always reject and exit when I try to open it. No hope...
polwath said:
I cannot open Preview for Developers because it always reject and exit when I try to open it. No hope...
Click to expand...
Click to collapse
Did you already patch the Preview for Developers app with CustomPFD or do you have the problem after downloading and opening the original app?
Windows Blue said:
Did you already patch the Preview for Developers app with CustomPFD or do you have the problem after downloading and opening the original app?
Click to expand...
Click to collapse
I already resolve a problem. Because I use wrong version of CustomPFD. Thank you for your reply help.
Windows Blue said:
First of all, use this thread at your own risk.
If you decide to give it a try make sure your smartphone has a SD Card slot otherwise this will not work and it's best to use this on a secondary device because there is always a chance that you have a critical bug and a hard reset is necessary to restore your device.
Also 512MB RAM devices are not supported, so only use this tutorial if your device has 1GB or more RAM.
There is already a thread on here from jimmy19990 that explains how to do this but it seems that people with less experience in this department do not understand it completely, so I decided to put all the steps in this thread:
1. (skip this step if you are on Windows Phone 8.1) If you already upgraded to Windows 10 Mobile make sure you go back to Windows Phone 8.1 with "Windows Phone Recovery Tool" or "Lumia Software Recovery Tool" which you can find here:
http://www.microsoft.com/en-us/mobile/support/faq/?action=singleTopic&topic=FA142987
2. Backup your files on your SD Card and format it in Windows Phone 8.1 (settings < storage sense), if you get a message that asks to save new files to the SD Card click no and check in storage sense that new files are all saved to the phone, not the SD Card.
3. After this download and install the "WP8.1 SDK Tools Lite Setup Av1.20" from here:
http://www13.zippyshare.com/v/15281796/file.html
4. With "WP8.1 SDK Tools Lite Setup Av1.20" installed you will have "Windows Phone Developer Registration 8.1" (start menu < Windows Phone SDK 8.1) open this and register as Developer.
5. Go to the app store on your phone and search for "Preview for Developers" and install this app, move it to the SD Card with storage sense (settings < system < storage < phone < apps & games) select press the app and tap "Move to SD Card".
6. Now download "CustomWPSystem_0500.xap" from this thread:
http://forum.xda-developers.com/win...p-customwpsystem-patch-xaps-wpsystem-t2975419
7. Connect your phone with a usb cable to your computer.
8. Under "Windows Phone SDK 8.1" is another program called "Windows Phone Application Deployment 8.1", open it and click "Browse", navigate to the "CustomWPSystem_0500.xap" file and click "Deploy", after a while you get a message that it succeeded.
9. Download "CustomPFD_0003.xap" from another thread:
http://forum.xda-developers.com/win...xap-custompfd-registry-editor-tweaks-t2981057
and copy "CustomPFD_0003.xap" to the root directory of your SD Card.
10. Take your phone and open "CustomWPSystem", tap "SD Card permissions", click on "sd card" and press the checkmark.
Now tap "Select the XAP" (at the bottom of the page in "CustomWPSystem"), navigate to "sd card", select "CustomPFD_0003.xap" and "Apply XAP".
Wait till you get a message "Operation Completed".
11. Close the "CustomWPSystem" app and open "Preview for Developers" app (icon will be changed), go to HKLM\SYSTEM\Platform\DeviceTargetingInfo and change these values (just open for example PhoneSOCVersion, put 8974 in the textfield, press "Write", back button and go to the next one):
For a Full HD (1920x1080) device:
PhoneSOCVersion: 8974
PhoneMobileOperatorName: 000-GB
PhoneManufactorModelName: RM-937_eu_euro1_231
PhoneModelName: Lumia 1520
OR
For a HD (1280x720) or lower resolution* (800x480 / 854x480 / 960x540) device:
PhoneSOCVersion: 8926
PhoneMobileOperatorName: 000-HK
PhoneManufactorModelName: RM-984_1000
PhoneModelName: Lumia 830
*On lower resolution devices the interface will be a bit smaller as normal after the registery edit, but as soon as you complete step 14 your original device info and interface will come back.
12. After you changed your info to one of these devices, go to the app store, search "Windows Insider" app, install it and open it.
13. Sign up for the Fast Ring and check for updates, you will receive a message that "Build 10.0.10536.1004" is available, let it download and install (will take around an hour or more and the device will reboot itself a few times).
14. Once Windows 10 Mobile is installed do a hard reset (settings < system < info < factory settings) and let it format the SD Card also. (this will also take about an hour or more)
15. Now you will have back your original Device Info and in windows < system32 < aow will be the necessary files to run Windows Bridge for Android.
The following steps are to actually install an APK on Windows 10 Mobile:
1. Download Visual C++ Redistributable Packages for Visual Studio 2013:
http://www.microsoft.com/en-us/download/details.aspx?id=40784
download and install "vcredist_x86.exe" and "vcredist_x64.exe".
2. In this thread you will find the new files for the "WindowsBridge.7z":
http://forum.xda-developers.com/win...-fix-android-applications-installing-t3202036
Extract "WindowsBridge.7z" and install "IpOverUsbInstaller".
3. Here you will find the installer to deploy the APK's to your device (Download Version 1.3.1 Here / minimal_adb_fastboot_v1.3.1_setup):
http://forum.xda-developers.com/showthread.php?t=2317790
Download and install.
4. Turn off your lock screen (settings < personal settings < lock screen), time-out: never.
5. To enable developer mode on the phone and to find it in the network:
First find your ip adress from the phone: settings < network and wireless < wi-fi and press your network, type your ip address in a document.
Then go to settings < update & security < for developers, press "Developer mode" and tap "Yes".
Turn on "Device discovery" and press pair.
6. Open your map "WindowsBridge" from step 2, copy the directory and open an elevated command prompt (run < cmd < right-click < run as administrator).
Type "cd" and paste the directory of the "WindowsBridge" map (example: "cd C:\Users\User\Downloads\WindowsBridge".
After this type "wconnect.exe" and copy paste the ip adress from the document in step 5 and press enter (example: wconnect.exe xxx.xxx.xxx.xxx).
Enter the pin you see on your phone, wait a while and it will say "connected".
7. Now download the APK you want to test with this link (just search the app in the Google Play Store, copy the link and paste it in the website below):
http://apps.evozi.com/apk-downloader/
Cut and paste the app to C:\Program Files (x86)\Minimal ADB and Fastboot and copy the directory of this map.
8. Go back to your command prompt type "cd" and paste the directory ("cd C:\Program Files (x86)\Minimal ADB and Fastboot")
9. Type "adb install" and copy and paste the name of your apk with the .apk extension included ("adb install test.apk").
10. Wait a few minutes and there will be a message "Succes", now on the phone press "Abort" and "unpair all", your APK will be installed.
I tested this method with a Lumia 640, used the Lumia 830 device info and it works like a charm.
Thanks to all the threads and websites I mentioned, because all these tools make it possible and easier to run this project.
Click to expand...
Click to collapse
After installing the apk , It crashes !! Any help ? Running Windows 10 Mobile 10536.1004 on Lumia 535 DS
Captain Prabodh Ballurkar said:
After installing the apk , It crashes !! Any help ? Running Windows 10 Mobile 10536.1004 on Lumia 535 DS
Click to expand...
Click to collapse
You can try restarting the device this will refresh Astoria and if this does not work, you simply can't run the APK.
The project is still in beta so it takes a while to polish all the bugs out and many APK's won't run and others will run perfectly.
polwath said:
I already resolve a problem. Because I use wrong version of CustomPFD. Thank you for your reply help.
Click to expand...
Click to collapse
I am glad you got the problem resolved, your welcome.
Windows Blue said:
You can try restarting the device this will refresh Astoria and if this does not work, you simply can't run the APK.
The project is still in beta so it takes a while to polish all the bugs out and many APK's won't run and others will run perfectly.
Click to expand...
Click to collapse
I used Messenger , Clash of Clans , WhatsApp but none of them work
Edit :- Now the Error code 14 is popping up
http://forum.xda-developers.com/win...w-to-install-android-apps-windows-10-t3174629 try this, in the OP look for "C. Errors you might encounter and how to fix them."
Can't seem to get past the connection issues. Trying on Lumia 1520. Keep getting error code 14. what's up with that.
Windows Blue said:
First of all, use this thread at your own risk.
If you decide to give it a try make sure your smartphone has a SD Card slot otherwise this will not work and it's best to use this on a secondary device because there is always a chance that you have a critical bug and a hard reset is necessary to restore your device.
Also 512MB RAM devices are not supported, so only use this tutorial if your device has 1GB or more RAM.
Click to expand...
Click to collapse
Thanks for the post I'm wondering if this hard work (downgrading to 8.1, registry changes, again updating to 10 etc) really worth, most of apps are not working or working to some extent but missing some important functionality. Its good for learning purpose anyway.
Hello Guys, I m pretty sad now, because I have a supported Lumia 830,
but I didnt manage to solve to install APKs.
Finally I tried your method in first comment, I did everything step by step,
and dosent work already Error 14... "Not supported device"
But I dont understand why. ANybody any help?
Thank you!
testuser987 said:
Can't seem to get past the connection issues. Trying on Lumia 1520. Keep getting error code 14. what's up with that.
Click to expand...
Click to collapse
System322 said:
Hello Guys, I m pretty sad now, because I have a supported Lumia 830,
but I didnt manage to solve to install APKs.
Finally I tried your method in first comment, I did everything step by step,
and dosent work already Error 14... "Not supported device"
But I dont understand why. ANybody any help?
Thank you!
Click to expand...
Click to collapse
In some countries the project is not supported, I guess this has something to do with both devices because they are on the support list and they should work without doing any registry edits.