I know a lot of you are bored of mounting SDcard all the time just to add/install a file on your phone, and running commands (push) through ADB is a bit waste of time so i created a small registry adition for Windows to be able to send/install any file at your Phone with just a click.
Download the zip below and edit EDITME.reg with your apropriate SDK directory and just run SendToPhone.bat/Install to Phone.bat.
Send to Phone
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Send to Phone]
[HKEY_CLASSES_ROOT\*\shell\Send to Phone\command]
@="[COLOR="Red"]<SDK DIRECTORY GOES HERE!>[/COLOR]\\platform-tools\\adb.exe push %1 /sdcard/"
[COLOR="DarkOrchid"]NOTICE![/COLOR] MS for some reason requires double slashes between dirs
[COLOR="DeepSkyBlue"]EXAMPLE: @="G:\\sdk\\platform-tools\\adb.exe push %1 /sdcard/"[/COLOR]
Install to Phone
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone]
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone\command]
@="[COLOR="Red"]<SDK DIRECTORY GOES HERE!>[/COLOR]\\platform-tools\\adb.exe install %1"
[COLOR="DarkOrchid"]NOTICE![/COLOR] MS for some reason requires double slashes between dirs
[COLOR="DeepSkyBlue"]EXAMPLE: @="G:\\sdk\\platform-tools\\adb.exe install %1"[/COLOR]
{
"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"
}
Excellent idea, thanks
awesome, will this work with all files?
yep! all files except folders. if you want it specificaly for lets say apks, change "*" to ".apk"
nicandris said:
NOTICE! MS for some reason requires double slashes between dirs
Click to expand...
Click to collapse
Because \ is the default for special characters when interpreting strings i.e. \t is typically a tab-character. To use \ in a string you then have double \\.
Is there a program you installed that made the APK have an icon, or did you manually edit the file associations?
mpg187 said:
Is there a program you installed that made the APK have an icon, or did you manually edit the file associations?
Click to expand...
Click to collapse
haha no it's just an image that i renamed from png to apk
OneTwoPi said:
Because \ is the default for special characters when interpreting strings i.e. \t is typically a tab-character. To use \ in a string you then have double \\.
Click to expand...
Click to collapse
It's called an escape character. Brilliant idea though, simple yet very effective and time saving.. I read it and thought "duh".
Where's regedit on my Gentoo box anyways? :highfive:
nicandris said:
I know a lot of you are bored of mounting SDcard all the time just to add/install a file on your phone, and running commands (push) through ADB is a bit waste of time so i created a small registry adition for Windows to be able to send/install any file at your Phone with just a click.
Download the zip below and edit EDITME.reg with your apropriate SDK directory and just run SendToPhone.bat/Install to Phone.bat.
Send to Phone
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Send to Phone]
[HKEY_CLASSES_ROOT\*\shell\Send to Phone\command]
@="[COLOR="Red"]<SDK DIRECTORY GOES HERE!>[/COLOR]\\tools\\adb.exe push %1 /sdcard/"
[COLOR="DarkOrchid"]NOTICE![/COLOR] MS for some reason requires double slashes between dirs
[COLOR="DeepSkyBlue"]EXAMPLE: @="G:\\sdk\\tools\\adb.exe push %1 /sdcard/"[/COLOR]
Install to Phone
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone]
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone\command]
@="[COLOR="Red"]<SDK DIRECTORY GOES HERE!>[/COLOR]\\tools\\adb.exe install %1"
[COLOR="DarkOrchid"]NOTICE![/COLOR] MS for some reason requires double slashes between dirs
[COLOR="DeepSkyBlue"]EXAMPLE: @="G:\\sdk\\tools\\adb.exe install %1"[/COLOR]
Click to expand...
Click to collapse
Can you tell me what exactly is "SDK directory"?
I didn't install Android SDK too, will I have to install it to use this tweak in my PC?
Also, is there any way to show "APK Thumbnail in Win 7" ?
darkerm said:
Can you tell me what exactly is "SDK directory"?
I didn't install Android SDK too, will I have to install it to use this tweak in my PC?
Also, is there any way to show "APK Thumbnail in Win 7" ?
Click to expand...
Click to collapse
SDK directory is where the sdk is installed. if you didnt install it, it is where adb.exe is located
Download adb from here and link to that directory
Not Working
Here is what I did.
I downloaded the Zip and Extract it in a Folder Name ADB. Then I copy the Folder to C Drive in my PC
I changet this To
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone]
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone\command]
@="[COLOR=DarkGreen]<SDK DIRECTORY GOES HERE!>[/COLOR]\\tools\\adb.exe install %1"
This
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone]
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone\command]
@="[COLOR=DarkRed]C:\\ADB[/COLOR]\\tools\\adb.exe install %1"
Can ya tell me what am I doing wrong?
darkerm said:
Not Working
Here is what I did.
I downloaded the Zip and Extract it in a Folder Name ADB. Then I copy the Folder to C Drive in my PC
I changet this To
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone]
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone\command]
@="[COLOR=DarkGreen]<SDK DIRECTORY GOES HERE!>[/COLOR]\\tools\\adb.exe install %1"
This
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone]
[HKEY_CLASSES_ROOT\.apk\shell\Install to Phone\command]
@="[COLOR=DarkRed]C:\\ADB[/COLOR]\\tools\\adb.exe install %1"
Can ya tell me what am I doing wrong?
Click to expand...
Click to collapse
open command prompt (Start-run-cmd). Navigate to C:\adb and type adb devices
Does it display anything?
nicandris said:
open command prompt (Start-run-cmd). Navigate to C:\adb and type adb devices
Does it display anything?
Click to expand...
Click to collapse
Look at this mate
BTW, Do I have to Turn on USB Debugging?
darkerm said:
Look at this mate
View attachment 1416902
BTW, Do I have to Turn on USB Debugging?
Click to expand...
Click to collapse
yep. debuging must be enabled (adb = android debugging bridge) and your phone's drivers must be installed
tells me cant acces the file or path when i use the context menu. using win8..any fix?
Open file with?
When i try to push this to my phone from context menu i get "Open file with" prompt, what can i do about it? do i have to have any special progs to send this to my phone?
Guys, you have to have adb installed
A little note
adb.exe has been moved, the path should become "<SDK DIR>\\platform-tools\\adb.exe"
awesome hack bro- will definately use the **** about this. i take it that with a simple modification this could support ADB wireless? assuming of course you assign your phone a static IP on the LAN..
Thanks Man it's AWESOME
but it's only Work when the apk name has no spaces (i am talking about install to phone)
When the apk name has spaces it's open CMD and close quickly it says "invalid Apk file!!
any solution to this problem??
Related
I remember that there was a video originally released on Youtube demonstrating the Rosie UI of the HTC Hero in an emulator. Would anyone happen to know what emulator was being used to do that and how one would go about to get it to run in the emulator?
Thanks.
the emulator that i believe was from the android sdk. you can download it http://developer.android.com/sdk/1.5_r3/index.html
Im not sure if hero is on the emulator because it requires some files which are not in 1.5 database.
modaco got the emulator to run cyanogen's mod http://forum.xda-developers.com/showthread.php?t=534580
if you want to run it here are the steps for Windows
1. download sdk
2. extract it to the C: or root of any drive to make it easier to acess
3. Download Java SDK http://java.sun.com/javase/downloads/index.jsp "Java SE Development Kit (JDK)" JDK 6 Update 14 will do
4. Install, and open command prompt (start > run > cmd)
5. navigate to the tools folder of android sdk
ex if you extracted it to C:\android, type
Code:
cd c:\android
cd tools
Next type to create avd
Code:
android create avd -n NAME -t 2
To test and run it
Code:
emulator -avd NAME
Image for visual learners
{
"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"
}
it should look like this when your done
cool
x9f said:
the emulator that i believe was from the android sdk. you can download it http://developer.android.com/sdk/1.5_r3/index.html
Im not sure if hero is on the emulator because it requires some files which are not in 1.5 database.
modaco got the emulator to run cyanogen's mod http://forum.xda-developers.com/showthread.php?t=534580
if you want to run it here are the steps
1. download sdk
2. extract it to the C: or root of any drive to make it easier to acess
3. Download Java SDK http://java.sun.com/javase/downloads/index.jsp "Java SE Development Kit (JDK)" JDK 6 Update 14 will do
4. Install, and open command prompt (start > run > cmd)
5. navigate to the tools folder of android sdk
ex if you extracted it to C:\android, type
Code:
cd c:\android
cd tools
Next type to create avd
Code:
android create avd -n NAME -t 2
To test and run it
Code:
emulator -avd NAME
Image for visual learners
it should look like this when your done
Click to expand...
Click to collapse
This looks cool I would like to try anyway I could use my nandroid backup and how if yes
can someone give use commands for lunix? those commands aren't working on Ubuntu..
You can run a nandroid backup image through the emulator, so you'd have to install hero on your phone first.. which I assume would defeat the object of emulating hero in the first place.
AdrianK said:
can someone give use commands for lunix? those commands aren't working on Ubuntu..
Click to expand...
Click to collapse
sorry forgot to mention this is for windows
i'm not fluent in linux
you can try the webpage and scroll down for linux
http://developer.android.com/sdk/1.5_r3/installing.html
Renegade_R said:
I remember that there was a video originally released on Youtube demonstrating the Rosie UI of the HTC Hero in an emulator. Would anyone happen to know what emulator was being used to do that and how one would go about to get it to run in the emulator?
Thanks.
Click to expand...
Click to collapse
What's your goal for doing this? You know there are Hero ROMs?
Deathwish238 said:
What's your goal for doing this? You know there are Hero ROMs?
Click to expand...
Click to collapse
i guess he wanted to try it on the computer
Thanks works well but slow
try adding more memory to it.
modaco web page said:
1. Download the Android SDK (which includes the emulator) from here.
2. Extract the downloaded zip.
3. Run a command prompt, and change to the 'tools' directory of the SDK (or add the tools directory to your path).
4. Type 'android list target'
5. Note the 'id' number of the '1.5' target (in my case it's '2')
6. Type 'android create avd -n enhanced -t 2' (substitute 2 with the target number determined above if required)
7. You will be prompted to create a hardware profile. This is optional, but I selected 'yes' and accepted the defaults for everything except RAM, where I gave it 256MB. wink.gif
8. Download and unzip this image file.
9. Copy the above file to the location of the enhanced.avd directory ('C:\Documents and Settings\<user>\.android\enhanced.avd' on Windows XP, and 'C:\Users\<user>\.android\enhanced.avd' on Windows Vista).
10. You're ready! Type 'emulator -avd enhanced' to run! Note: inital boot may take a few minutes!
Click to expand...
Click to collapse
I have the leaked Hero ROM. Is there any way to, say, load it in the SDK emulator?
I'm also interested in this topic.
Does anyone have a system.img from a hero rom?
Did you ever get the Hero Rom working in the emulator?
Description
This tool parses a .REG file to find all the invalid entries.
How to use
Drag&drop the .REG file on the tool and a list of the wrong entries will be immediately shown.
Changelog
1.00beta2: fixed issues with dwords with wrong value length and added support for REG_NONE hexadecimal strings and added a command-line version
1.00beta1: initial release
airxtreme said:
Description
This tool parses a .REG file to find all the invalid entries.
How to use
Drag&drop the .REG file on the tool and a list of the wrong entries will be immediately shown.
Click to expand...
Click to collapse
Very nice! Thanks for the tool.
testing my own .reg ATM
Testing my own .reg At The Moment
Looking GooD !! ThanX for this looking good 'validator'.
Hi Airextreme
Would it be possible for you to put links to your ever-growing tools collection in your signature?
Thanks for all the work and creations by the way.
Cheers
Thanks, for this
Seems very very useful. Thanks for sharing....
Didn't try yet but sounds good and very usefull.
Thanks Airxtreme
It would be really helpful if all these tools could be combined into 1 single gui... I am working on this now...and also for the reg validator it would be great if it could scan recursively a folder and validate all reg files in it instead of single files ( I am creating the workaround for this in the GUI )
@airxtreme : Is it possible that the application can return the result as string instead of popup... ?
Mockup of reg validator ui...
{
"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"
}
Ok...its working for single files now and shows the actual registry line alongwith the each error which was raised.
Awesome, just what i was looking for!! thanks buddy !!!
v-b-n said:
It would be really helpful if all these tools could be combined into 1 single gui... I am working on this now...and also for the reg validator it would be great if it could scan recursively a folder and validate all reg files in it instead of single files ( I am creating the workaround for this in the GUI )
Click to expand...
Click to collapse
I didn't add a GUI because since the kitchen already scans all the packages for invalid registry entries it would have been redundant to have another GUI to do the same but feel free to write one if you want, it certainly wouldn't hurt.
v-b-n said:
@airxtreme : Is it possible that the application can return the result as string instead of popup... ?
Click to expand...
Click to collapse
I don't know what you mean with string but I added a commandline version that you can run from your application. If you want I can directly send you the c# class file that does all the checking so you can build a standalone registry scanner without having to launch the tool for each file.
Ok...thanks the command line version should be perfect... I personally found so many errors in the registry ...lol
Thanks a bunch for the tool !
airxtreme said:
Description
This tool parses a .REG file to find all the invalid entries.
How to use
Drag&drop the .REG file on the tool and a list of the wrong entries will be immediately shown.
Changelog
1.00beta2: fixed issues with dwords with wrong value length and added support for REG_NONE hexadecimal strings and added a command-line version
1.00beta1: initial release
Click to expand...
Click to collapse
Hi,
I know this post is old but I was looking for a .reg file validator so I found the thread. :angel:
I've removed lot of lines from a reg file with Regex and wanted to validate the output and everything was fine (as it should be) according to the validator But right after I tried it again with a complete export of a Reg Key from Windows 10 that I know good and it throw some errors like:
Code:
Error at line 5825: the registry value type specified next to the hexadecimal values prefix is not recognized as a valid registry value type.
Error at line 5826: the registry entry was not recognized.
And there is no error, so I'd like to know if you have a more recent/updated version somewhere.
It would be useful to double check when editing manually and also when I extract some part/value of the registry to be sure formatting is fine.
Also the pop up don't work when the error log is to big I had to Copy the output of the Validator with CTRL-C and paste it in my editor to see them
Best Regards !
bug(version): Windows Registry Editor Version 5.00
Sorry, I can't add links and images to my reply due to restrictions for new users.
1. Summary
If Windows Registry Editor Version 5.00 in file beginning, Registry File Validator show an error:
Error at line 1: the registry entry was not recognized
Click to expand...
Click to collapse
Unfortunately, the source code of the program is not open, and I can't fix this bug.
2. Argumentation
“Windows Registry Editor Version 5.00” RegistryEditorVersion required for Windows 2000 and above.
Without this line we can't, for example, merge my KiraREG.reg file via reg import KiraREG.reg or regedit /S KiraREG.reg commands.
3. Data
Example valid D:\SashaTwickenham\KiraREG.reg file:
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"uTorrent"=-
4. Steps to reproduce
I downloaded and unpacked Registry File (.REG) Validator v1.00beta2 → I ran command:
Code:
"Registry Files Validator.exe" D:\SashaTwickenham\KiraREG.reg
5. Expected behavior
No errors.
6. Actual behavior
Error at line 1: the registry entry was not recognized
Click to expand...
Click to collapse
Thanks.
This has obviously been covered in DagentooBoy's thread - which is great.
http://forum.xda-developers.com/showthread.php?t=761045
But I tried it and it doesn't work, even with the SGS Unlocker, tried the WinXP (PC way) first.
The version I'm running is Android 2.1 update 1.
I get this when I try running it through the PC.
{
"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"
}
Sometimes when I turn my phone on I get asked to enter the SIM pin, but I hit DISMISS and get into the phone. The next screen says "Phone Locked", but I swipe and enter the phone.
Will buying an unlock code from one of eBay unlockers work or not?
I feel like I bought a brick here. lol
Anyways, any input would be greatly appreciated. I'm not looking to do anything else to it other than unlock and use it for now. While I'm fairly competent with doing this tech-stuff, the Android stuff is a step above for me, so I wanna take my time to learn this all.
It's my first smartphone after using a Nokia 6265i for the past 5 years.
http://en.wikipedia.org/wiki/Nokia_6265 lol
So for me this phone is a treat as is, if only I can get it unlocked.
Thanks for your help and input.
It's because adb can't get to the file without root. Happened to me too. I just manually copied the nv_data.bin over to my computer using the standard usb mass storage and ran sgux on it.
Code:
C:\androidsdk\tools>adb shell
/ $su
#cp /efs/nv_data.bin /sdcard
#exit
#exit
then mount the usb storage, copy over the nv_data.bin to the folder with sgux.exe in it (i put mine in c:\androidsdk), then:
Code:
C:\androidsdk>sgux nv_data.bin
and with any luck you'll have it.
chui101 said:
It's because adb can't get to the file without root. Happened to me too. I just manually copied the nv_data.bin over to my computer using the standard usb mass storage and ran sgux on it.
Code:
C:\androidsdk\tools>adb shell
/ $su
#cp /efs/nv_data.bin /sdcard
#exit
#exit
then mount the usb storage, copy over the nv_data.bin to the folder with sgux.exe in it (i put mine in c:\androidsdk), then:
Code:
C:\androidsdk>sgux nv_data.bin
and with any luck you'll have it.
Click to expand...
Click to collapse
Okay, I understand a bit. but I'm not sure what all the coding is all about and how/what to do. You copied nv_data.bin from your phone to a location on the computer?
I set my Vibrant to mass storage and while it's not showing on MyComputer anywhere, the only thing that pops up is the microSD card with the movie on it.
Correct... instead of androidsdk it would be wherever you saved it..
Having one hell of a time accessing my phone via the computer.
It's connected, but no icon to click open or anything of the sort (inside MyComputer)
Ok, this is what I have on my screen now.
No EFS folder, no nv_data.bin, anywhere in the folders.
You need to use root explorer or adb(maybe astro) for access to your internal system directories. Just pull the file using adb like chui mentioned. If you aren't familiar with adb then I suggest you read up in the Vibrant bible.
lralexl said:
You need to use root explorer or adb(maybe astro) for access to your internal system directories. Just pull the file using adb like chui mentioned. If you aren't familiar with adb then I suggest you read up in the Vibrant bible.
Click to expand...
Click to collapse
Wanna suggest a link to this almighty Vibrant Bible?
Well I just looked through it and there doesn't seem to be a thread specifically about adb file system actions.
Just open a command prompt and "cd" to your android sdk tools folder.
example: cd c:\sdk\tools
type:
adb shell
su
cp /efs/nv_data.bin /sdcard
exit
adb pull /sdcard/nv_data.bin /nv_data
that should get nv_data.bin into your tools folder under the folder nv_data. then just move the nv_data.bin into the sgux.exe folder
I'll try this now, thanks Iral.
Trying to type what you put, I can't remember for the life of me how to enter multiple command lines in command prompt. Hitting ENTER executes the first line. But I'm supposed to type all that out correct?
One line at a time
Well, I installed the SDK toolkit, updated Java, done everything possible.
Been diligent and patient with this, but this Galaxy phone is about to enter the Galaxy.
Just typing adb shell (the first command) and I get this.
koooba said:
Well, I installed the SDK toolkit, updated Java, done everything possible.
Been diligent and patient with this, but this Galaxy phone is about to enter the Galaxy.
Just typing adb shell (the first command) and I get this.
Click to expand...
Click to collapse
Post the output of ls err ...
Code:
dir
Not following LQ, sorry?
koooba said:
Not following LQ, sorry?
Click to expand...
Click to collapse
The screenshot you've taken when you executed adb, go to the same folder (tools) and execute dir in MS-DOS window.
Need to see if adb.exe is there.
I hope this is the one you mean.
I reinstalled SDK into c:\androidsdk and this was found in the \platform-tools folder
koooba said:
I hope this is the one you mean.
I reinstalled SDK into c:\androidsdk and this was found in the \platform-tools folder
Click to expand...
Click to collapse
what happens when you connect your device to the usb port (usb debugging is enabled i presume), open the command prompt on your pc and issue
Code:
cd c:\androidsdk\platform-tools
adb.exe devices
lqaddict said:
what happens when you connect your device to the usb port (usb debugging is enabled i presume), open the command prompt on your pc and issue
Code:
cd c:\androidsdk\platform-tools
adb.exe devices
Click to expand...
Click to collapse
This happens (seems like it's good)
Good,
now try
Code:
adb.exe shell
And what was the original post about ?
lqaddict said:
Good,
now try
Code:
adb.exe shell
And what was the original post about ?
Click to expand...
Click to collapse
lol ya.
Well it runs, but it seems to stop with a blinking cursor after the $
Easy Installer
{
"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"
}
What is Easy Installer?
Easy installer is a windows RUU imitate that helps you as user to install your Rom's with only 2 clicks. Fully automated!
For devs Easy installer helps to provide Rom's alternate to the recovery zip archive.
Click to expand...
Click to collapse
How does Easy installer work?
Thats easy. The developer create a system img file of his rom and configure Easy installer easily with one config file. The package can provide like a normal rom.
The user run a little exe-file and the RUU installs the rom fully automated! If something runs false, the RUU gives the user an error and a explanation what he can to do now.
Click to expand...
Click to collapse
What i need for Easy installer
For now, Easy Installer works only with image files, so you need your Rom as a image file. You can create a image file of your rom easily with mkyaffs.arm (find in attachements).
The config file is easy to understand. An example here (found in package too):
Code:
;The config file is neccessary for the RUU. Here you define all file namens.
[functions]
;imgfile specify, if you want to flash a image or a zip file (0=zip-file, 1=img-file). For now, only img files working, sry :(
imgfile=1
;waitbl set the time the RUU wait for the bootloader (fastboot). Some devices take a while to reboot to bootloader. Set the time here, in generally the time 10 is enough
waitbl=10
;the img-name specify the name of the image file without the file extension!
img-name=system
;zip-name is for one of the next versions, when it is possible to flash zip files. If you want, you can delete this
zip-name=HC_MIUI3.2
;boot-name specify the name of the boot.img without extension.
boot-name=boot
;set the name of the clockworkmod recovery file for your device here.
cwm-name=cwm
;rec-name is the original recovery of HTC that must be inserted for img-files. Put the name here without extension
rec-name=recovery
[labels]
;specify the shown rom-name in the RUU
rom-name=.sense
;the device name is the full name of the device the rom is for
device-name=Wildfire S
;some devices has more versions (marvel, marvelc, marvelct e.g.). Specify for what device your rom is.
device-code=marvel
The picture in the RUU is namend "PHONE.bmp" in package, you can replace with your own.
Click to expand...
Click to collapse
How to create the system.img?
Well, thats is easy
1. Install your Rom you want to use in Easy Installer at your phone via the Recovery (don't start the Rom!!!)
2. Go to recovery, connect your phone via USB-Cable to computer
3. Download the mkfs.arm.zip (see attachements)
4. Create a new directory in your SD-Card (example: "build")
5. Copy the extracted file "mkfs" of the downloaded archive into the folder "build"
6. Insert the SD-Card into the phone
7. In recovery go to: "mounts&storage->mound /sdcard" or run following adb-command: adb mound /sdcard
8. run the following commands in adb one after one:
adb shell
cd /sdcard/build
./mkfs /system /sdcard/build/system.img
9. Wait for the "Build OK."-message
10. Exit the adb shell via exit command and turn off the phone
11. Take the SD-Card of the phone and insert it into your PC
12. in the SD-Card's folder /build you will find a "system.img". Use this file for the easy installer
Click to expand...
Click to collapse
Changelog
v0.0.1
- first version, basic install function
Click to expand...
Click to collapse
Download
See the attachements (WSWizard.zip)
Click to expand...
Click to collapse
Will this work for all devices?
Any chances of bricking? Because many of users of Micromax A70 bricked their phone by a chinese flashing tool.
Burned from my laser torch using pencil cells
Sorry, i see now, that i posted this in false section. In genarally it works only for HTC devices which are unlocked or S-OFF, not for others!
How can I use the mkfs.arm?
it works only on ARM-based devices, like the HTC phones.
You must copy the file onto your sd-card e.g.:
adb push mkfs.arm /sdcard/build
After this you install your Rom on the device or copy the /system-files to the sd-card. Now you run following command:
adb shell
cd /sdcard/build
./mkfs.arm /system /sdcard/system.img
ODER
./mkfs.arm /sdcard/build/system /sdcard/system.img
Then the file will build a system.img and copy it onto the sdcard for next use
Would like to know if this would work to ONelll123
Wipe everything
Flash Rom
Make Nandroid
Use Nandroid as ROM's Images
It seems much easier to me than having to go to shell and all Not meant to be an insult, just a recommendation/question
Hmm, it ia qn idea, but idk in what filesystem the backups are saved. If it is yaffs2 it can be that this works.
But you must do shell commands too. Its for secruity reasons and that this method used works.
Sent from my HTC Wildfire S A510e using XDA
ONeill123 said:
it works only on ARM-based devices, like the HTC phones.
You must copy the file onto your sd-card e.g.:
adb push mkfs.arm /sdcard/build
After this you install your Rom on the device or copy the /system-files to the sd-card. Now you run following command:
adb shell
cd /sdcard/build
./mkfs.arm /system /sdcard/system.img
ODER
./mkfs.arm /sdcard/build/system /sdcard/system.img
Then the file will build a system.img and copy it onto the sdcard for next use
Click to expand...
Click to collapse
Thanks I will be try this when htc one x gets adb working recovery
I have dumped the entire Windows Phone 8.1 ROM and uploaded it onto Mediafire if anyone wants to do research with it. It is a 1.31GB iso file and can be opened normally with WinRAR or PowerISO.
Click here to download. [5337 downloads]
Download link is a Mediafire link.
AlvinPhilemon said:
I have dumped the entire Windows Phone 8.1 ROM and uploaded it onto Mediafire if anyone wants to do research with it. It is a 1.31GB iso file and can be opened normally with WinRAR or PowerISO.
Click here to download.
Download link is a Mediafire link.
Click to expand...
Click to collapse
if anyone has SDK 8.1 Preview :
extract cab files here :
packages\EmulatorWP81\packages\WindowsPhone81SDK
using 7-zip
then you get a vhd file . mount it .
I found that a voice assistant added to wp8.1 named Kate I think !
http://s5.picofile.com/file/8113400434/18.jpg
and MainOS\PROGRAMS\CommonFiles\Xaps
here is some appx files first one is file manager.
ngame said:
if anyone has SDK 8.1 Preview :
extract cab files here :
packages\EmulatorWP81\packages\WindowsPhone81SDK
using 7-zip
then you get a vhd file . mount it .
I found that a voice assistant added to wp8.1 named Kate I think !
http://s5.picofile.com/file/8113400434/18.jpg
and MainOS\PROGRAMS\CommonFiles\Xaps
here is some appx files first one is file manager.
Click to expand...
Click to collapse
I have extracted the FLASHVHD from Windows Emulator 8.1 VHL files and have got a 10+GB Flash_VHD.mbr file
Anyone know how to open this MBR file ??
tids2k said:
I have extracted the FLASHVHD from Windows Emulator 8.1 VHL files and have got a 10+GB Flash_VHD.mbr file
Anyone know how to open this MBR file ??
Click to expand...
Click to collapse
I find this mbr file too but I don't know how to open it .
don't need to extract VHD file again whole vhd is a image file and you can open that via Windows Explorer
ngame said:
I find this mbr file too but I don't know how to open it .
don't need to extract VHD file again whole vhd is a image file and you can open that via Windows Explorer
Click to expand...
Click to collapse
I opened it already
You need .appx file ?
{
"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"
}
Have a look at the directory structure.
tids2k said:
I opened it already
You need .appx file ?
Have a look at the directory structure.
Click to expand...
Click to collapse
I have all of them .
the most interesting one is the file manager appx files .
another interesting thing in the wp sdk is there is no Store right now in the emulator !!!!!!!!!!!!!!
Just a simple stupidish question.Did someone try to install/deploy one of these new .appx files to current wp8 version?
Apss like file manager and storage sence?
cevi said:
Just a simple stupidish question.Did someone try to install/deploy one of these new .appx files to current wp8 version?
Apss like file manager and storage sence?
Click to expand...
Click to collapse
yes i tried but surely didn't work
in new wp8.1 sdk there is a dll file i think it name was appxdeployer.dll you can find it after appverify.exe
this file deploy appx files
if you try you can't install appx files on whole sdk 8.1 and it returns an error that you have to developer unlock your device first or something like that .
ngame said:
yes i tried but surely didn't work
in new wp8.1 sdk there is a dll file i think it name was appxdeployer.dll you can find it after appverify.exe
this file deploy appx files
if you try you can't install appx files on whole sdk 8.1 and it returns an error that you have to developer unlock your device first or something like that .
Click to expand...
Click to collapse
Tell me did you first try to unregister your phone and then again register it but now with the new register tool?
And is there any chance that we can somehow recompile this appx into xap file keeping it`s permissions?
And just to spice up this thread a lilbit`
cevi said:
Tell me did you first try to unregister your phone and then again register it but now with the new register tool?
And is there any chance that we can somehow recompile this appx into xap file keeping it`s permissions?
And just to spice up this thread a lilbit`
Click to expand...
Click to collapse
i didn't unregister my phone.
as i said appxdeployer dll is not in GDR3 so you can't deploy appx anyhow
for decompile and recompile to xap
you can check winmd codes using .Net reflector 8.0
and for rebuild files in xap format *maybe* yes.
we can use winmd files in wp8 so adding a winmd to vs may work
we know there's a lot of hidden things in wp8.1 sdk
some of them:
action center / background / phone dialler / kate voice assistant / new store and ....
To delete.
anaheiim said:
The lock screen rotation can be locked in portrait, on the landscape right, on the left landscape.
Click to expand...
Click to collapse
thats actually not new, my phone does the same on wp8 gdr3
attached pictures are in German, but I think my point is clear
cheers,
fadenfisch
ngame said:
I find this mbr file too but I don't know how to open it .
don't need to extract VHD file again whole vhd is a image file and you can open that via Windows Explorer
Click to expand...
Click to collapse
these work for mounting images you cant mount the vhds and mbrs with osfmount by osforensics or diskintenerals ntfs reader or linux reader..