[APP][25MAR10]Gen.Y DualBOOT v1.0.6.0[W|Q|VGA][CAB|EXT]

Search This thread

tribecca

Member
Jan 2, 2011
19
0
Chicagoland, IL
Android is Missing

Hi,

I am getting the "Android missing" error when I boot Gen.Y.

I have tried every possible AndroidBootFolder entry, and it it still won't find haret. I moved everything from the andboot folder to to the root of the sdcard and deleted the andboot folder. I re-installed Gen.Y just to get the defaults, and it won't find it.

Android boots perfectly if I run haret from file explorer in WM.

I've read everything on this thread about this, so what else can I do?

Regards

Can someone explain how to fix the "Android is missing" error in simple terms? I am having this problem on my TP and Diamond, too.
 

ermarmon

New member
Sep 6, 2010
1
0
Omnia 2

Finally there is a beta version of Android port for Omnia i8000, but the haret.exe is located in the root of "/My Storage" folder (not "/Storage Card" folder).

Is there any workaround to help us use Dual boot on "My Storage" folder?

I've found the solution, copy haret.exe, default.exe and Zimage to the root of Sd card fat 32 partition, rename default.exe to startup.exe and finally install "Gen.Y DualBOOT WVGA v1.0.6.0 - Storage Card.cab".
It works!
 

klimpetje

Member
Mar 26, 2010
30
2
Heerlen
www.patrick-coenen.eu
i have Mattc Nexus 1.1 android build on my storage card.
I have the latest Energy ROM running smooth, but in the dutch language, so my storage card is named 'Opslagkaart'. So how do i name the string in the registry if my HARET.EXE is in 'Opslagkaart\Android\HARET.EXE'?

Or should i put all files from the Android-folder in the root?

cos in dual bootscreen i get the message 'android missing'.
 

Sholokov

Member
Dec 28, 2007
26
5
Can someone explain how to fix the "Android is missing" error in simple terms? I am having this problem on my TP and Diamond, too.
When you are running from the Andboot folder on the Storage card, do the following at the Registry location shown on the first page of this thread:

AndroidBootFolder=andboot


When you are running from the root of Storage card (without any folders), leave the string blank.


Hit that Thanks button if this worked for you... :)
 
Last edited:

anwoo

Senior Member
Apr 11, 2010
76
0
Does anyone know if this will work on Intel Atom or N450 10" tablets, generic branded ones?
 

ngduonglam

Member
Feb 8, 2011
12
0
ho chi minh
Not work on mine Touch Pro?

hi,

I had XDANDROID 2.2 installed on mine, and it ran well by using haret directly from FileExplorer; then I installed this dual boot, and then it showed "Android is missing", cannot boot.

any idea what's wrong? the haret located at root folder on the memory card.

thanks,
Lam

Just to clear up the most asked question in this thread, this app will NOT work with the HTC HD2, because there is no android distro available yet for that platform (SnapDragon)

Gen.Y DualBOOT: Dual boot solution for Windows Mobile devices with XDANDROID

Before I start, I wanted to give my props to all android developers that made android possible on our devices: please support these guys: XDANDROID team (Diamond/Raphael/Blackstone..), Topaz Android Team & others that I might have missed

*Just to clear things up, this is only a bootlauncher app, u still need to install android for yourself on your device



Introduction
Android on WM devices is getting more and more popular, especially with the latest developments, and it's almost ready for daily use. I wanted to have an app so we could easily boot into both WM & Android, and Gen.Y DualBOOT was the solution. This release is made for VGA devices, and supports booting Android both from Internal Storage (moviNAND, e.g. Touch Diamond) & Storage Card (SDMemory, e.g. Touch Pro). WVGA version and QVGA version is also ready. This app has been tested on WM6.1, but will work perfectly on WM6.5.x as well.
Keep in mind that your android setup must be installed already at the root of your storage card in order for this app to work correctly (e.g. \Internal Storage\haret.exe or \Storage Card\haret.exe respectively)

User Guide
Here's a quick User Guide, showing the interface and what the buttons are for:
genydualbootug.jpg


This app is launched by a registry key created in [HKEY_LOCAL_MACHINE\init], so it launches directly at boot after shell gets initialized.
Chefs: If u are going to cook this app into your ROM, make sure that this key gets added DURING your customization procedure (and not before!)

There are 2 checkboxes, enabling automatic boot:
AutoBoot: enabling this mode will automatically boot the OS of your choice after a 10 second countdown
> disabling autoboot will remove the countdown completely
FastBoot: enabling this mode will automatically boot the OS of your choice after a 3 second countdown (requires AutoBoot to be enabled first)

Now apart from these 2 checkboxes, u have 2 radiobuttons, which allow u to choose which OS gets automatically booted.

And last but not least, u have the 2 manual launch buttons. Pressing these buttons will directly launch (overriding autoboot) Windows Mobile or Android.

Registry
Gen.Y DualBOOT checks for 5 registry keys, which allow some form of customiation. Apart from the last key (StorageBootMode), all keys can be modified utilizing the radio & check buttons in the GUI. All of these keys can be found in:

[HKEY_CURRENT_USER\Software\Gen.Y\DualBOOT]
Here's quick list describing what the keys are for
  • "AutoBootEnabled"=dword:1 (1: enable autoboot | 0: disable autoboot)
  • "FastBootEnabled"=dword:0 (1: enable fastboot | 0: disable fastboot)
  • "AutoBootAndroid"=dword:1 (1: boot Android | 0: boot Windows)
  • "StorageBootMode"=dword:0 (1: boot from Storage Card (SDMemory) | 0: boot from Internal Storage (moviNAND))
  • v1.0.6.0 and newer: "AndroidBootFolder"="string" ("": boot from root of storage (e.g. \Storage Card\haret.exe)| "andboot": boot from \Storage Card\Andboot\haret.exe, string can be edited in registry)
  • v1.0.5.0 and older: "AndroidBootFolder"=dword:0 (1: boot from \Android\ folder on storage (e.g. \Storage Card\Android\haret.exe)| 0: boot from root of storage)

The example values are the ones that are in the CAB for Internal Storage devices.

Planned features
- Complete boot processes control
- Slight GUI redesign
- Config app in WM & Android

Changelog
Code:
v1.0.6.0
- Added flexible android boot folder option
 > Set boot folder by entering the desired folder string to the "AndroidBootFolder" key in the registry
v1.0.5.0
- Minor code adjustments
 > No longer requires seperate .MUI file
- Added program icon (+ WM6.5 png icon)
- Added shortcut to Start Menu > Programs
v1.0.4.1
- Re-checked code, now working perfectly
v1.04
- Fixed bug with autoboot being disabled on boot if android was missing
- Fixed bug with manual Android launch only working if AutoBoot set to Android
v1.03
- Added new registry key to allow booting from \Android\ folder on memory card
- Added checking for haret.exe before enabling the android boot option
 > if the android button is disabled, u can re-enable it (after disabling usb mass storage mode, or inserting the sd card that contains the android setup) simply by pressing the disabled android icon
- QVGA layout fixed
v1.02
- Signed .exe file with SDKCerts
- Fixed boot problems by moving genyboot to Launch62 in HKLM\init
 > Now boots even on stock ROMs!
v1.01
- Fixed registry issues
v1.00
- Initial Release

Download
The source of Gen.Y DualBOOT (and also DualSWITCH, a tool to switch between AT&T and normal Touch Pro keyboards in android) has been released.
This is for developers only. The source has been compiled in Basic4ppc.
Gen.Y DualBOOT Source

Download the attached cabs or simply click the link below to download all resolutions in one zip package

There are 5 versions available:
  • QVGA, boot from Storage Card (e.g. Vogue, Kaiser,..)
  • WQVGA, boot from Storage Card
  • VGA, boot from Internal Storage (e.g. Diamond)
  • VGA, boot from Storage Card (e.g. Raphael)
  • WVGA, boot from Storage Card (e.g. Blackstone, Topaz, Xperia,..)

Gen.Y DualBOOT v1.0.6.0 CABs (QVGA|WQVGA|VGA|WVGA)
Gen.Y DualBOOT v1.0.6.0 VisualKitchen EXT packages for Chefs (QVGA|WQVGA|VGA|WVGA)

This app MUST be installed on your internal memory in order for autoboot to work. (installing on internal storage/storage card will cause the app not to launch on boot)
Also make sure that all registry entries are correct, since an incorrect/missing registry key can cause errors (v1.0.6.0: make sure the AndroidBootFolder key is a STRING (not dword!)

For chefs: if u are also cooking in RunCC, cooking this app to the \Windows folder is recommended to save storage space (since the progress image are the same)
For chefs: u can make Gen.Y DualBOOT start faster by moving editing the following (be aware, this will not work in all roms!). Open mxipupdate_xdandroid-genyboot_100.provxml, and change "Launch62" to "Launch52" in the following line:
Code:
<parm name="Launch62" value="genyboot.exe" datatype="string"/>

The CAB works for all languages (v1.0.6.0)

Skins
GT inspired Skins by sk8inmonk
sk8inmonkskinad.jpg


ElCondor has made a nice Android Theme for Gen.Y DualBOOT, you can find it in this thread
11avbbm.jpg


I would like to express my thanks to all of you who have provided me with feedback, bug reports and donations.
This app wouldn't have been the same without you.

If u like my work and would like to thank me for the time spent, you can always donate
 

JapyDooge

New member
Mar 2, 2009
1
0
Hi all,

I have a slight problem.

I installed 'Gen.Y DualBOOT VGA v1.0.6.0 - Internal Storage.cab' (is there a WVGA Internal Storage btw?) on my Samsung Omnia Qwerty and i'm getting the following error:

"The file 'genyboot' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file."

I'm using Windows Mobile 6.5 Professional.
 

rasoooli

Senior Member
Jul 22, 2010
260
57
Hi

- Please Add HVGA Support For Hd mini .

- HVGA- HVGA- HVGA- HVGA PLEASE ..............

tnk
 
Last edited:

ro-mann

Senior Member
Apr 5, 2010
291
33
Does no one have a solution to this:

How can I erase my data on the Android system on my HTC Diamond? When I reset the data under "Privacy" "Factory Data Reset" the phone restarts, but when I select Android there is an error message and I have to reinstall Dualboot and Haret. Then when I restart it all my data is still there!
 

d3nika

Member
Apr 25, 2009
18
0
hi guys,

has anyone tested XDAndroid on garmin asus m10 using lates HaRET build?

regards,
denis
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    Just to clear up the most asked question in this thread, this app will NOT work with the HTC HD2, because there is no android distro available yet for that platform (SnapDragon)

    Gen.Y DualBOOT: Dual boot solution for Windows Mobile devices with XDANDROID

    Before I start, I wanted to give my props to all android developers that made android possible on our devices: please support these guys: XDANDROID team (Diamond/Raphael/Blackstone..), Topaz Android Team & others that I might have missed

    *Just to clear things up, this is only a bootlauncher app, u still need to install android for yourself on your device



    Introduction
    Android on WM devices is getting more and more popular, especially with the latest developments, and it's almost ready for daily use. I wanted to have an app so we could easily boot into both WM & Android, and Gen.Y DualBOOT was the solution. This release is made for VGA devices, and supports booting Android both from Internal Storage (moviNAND, e.g. Touch Diamond) & Storage Card (SDMemory, e.g. Touch Pro). WVGA version and QVGA version is also ready. This app has been tested on WM6.1, but will work perfectly on WM6.5.x as well.
    Keep in mind that your android setup must be installed already at the root of your storage card in order for this app to work correctly (e.g. \Internal Storage\haret.exe or \Storage Card\haret.exe respectively)

    User Guide
    Here's a quick User Guide, showing the interface and what the buttons are for:
    genydualbootug.jpg


    This app is launched by a registry key created in [HKEY_LOCAL_MACHINE\init], so it launches directly at boot after shell gets initialized.
    Chefs: If u are going to cook this app into your ROM, make sure that this key gets added DURING your customization procedure (and not before!)

    There are 2 checkboxes, enabling automatic boot:
    AutoBoot: enabling this mode will automatically boot the OS of your choice after a 10 second countdown
    > disabling autoboot will remove the countdown completely
    FastBoot: enabling this mode will automatically boot the OS of your choice after a 3 second countdown (requires AutoBoot to be enabled first)

    Now apart from these 2 checkboxes, u have 2 radiobuttons, which allow u to choose which OS gets automatically booted.

    And last but not least, u have the 2 manual launch buttons. Pressing these buttons will directly launch (overriding autoboot) Windows Mobile or Android.

    Registry
    Gen.Y DualBOOT checks for 5 registry keys, which allow some form of customiation. Apart from the last key (StorageBootMode), all keys can be modified utilizing the radio & check buttons in the GUI. All of these keys can be found in:

    [HKEY_CURRENT_USER\Software\Gen.Y\DualBOOT]
    Here's quick list describing what the keys are for
    • "AutoBootEnabled"=dword:1 (1: enable autoboot | 0: disable autoboot)
    • "FastBootEnabled"=dword:0 (1: enable fastboot | 0: disable fastboot)
    • "AutoBootAndroid"=dword:1 (1: boot Android | 0: boot Windows)
    • "StorageBootMode"=dword:0 (1: boot from Storage Card (SDMemory) | 0: boot from Internal Storage (moviNAND))
    • v1.0.6.0 and newer: "AndroidBootFolder"="string" ("": boot from root of storage (e.g. \Storage Card\haret.exe)| "andboot": boot from \Storage Card\Andboot\haret.exe, string can be edited in registry)
    • v1.0.5.0 and older: "AndroidBootFolder"=dword:0 (1: boot from \Android\ folder on storage (e.g. \Storage Card\Android\haret.exe)| 0: boot from root of storage)

    The example values are the ones that are in the CAB for Internal Storage devices.

    Planned features
    - Complete boot processes control
    - Slight GUI redesign
    - Config app in WM & Android

    Changelog
    Code:
    v1.0.6.0
    - Added flexible android boot folder option
     > Set boot folder by entering the desired folder string to the "AndroidBootFolder" key in the registry
    v1.0.5.0
    - Minor code adjustments
     > No longer requires seperate .MUI file
    - Added program icon (+ WM6.5 png icon)
    - Added shortcut to Start Menu > Programs
    v1.0.4.1
    - Re-checked code, now working perfectly
    v1.04
    - Fixed bug with autoboot being disabled on boot if android was missing
    - Fixed bug with manual Android launch only working if AutoBoot set to Android
    v1.03
    - Added new registry key to allow booting from \Android\ folder on memory card
    - Added checking for haret.exe before enabling the android boot option
     > if the android button is disabled, u can re-enable it (after disabling usb mass storage mode, or inserting the sd card that contains the android setup) simply by pressing the disabled android icon
    - QVGA layout fixed
    v1.02
    - Signed .exe file with SDKCerts
    - Fixed boot problems by moving genyboot to Launch62 in HKLM\init
     > Now boots even on stock ROMs!
    v1.01
    - Fixed registry issues
    v1.00
    - Initial Release

    Download
    The source of Gen.Y DualBOOT (and also DualSWITCH, a tool to switch between AT&T and normal Touch Pro keyboards in android) has been released.
    This is for developers only. The source has been compiled in Basic4ppc.
    Gen.Y DualBOOT Source

    Download the attached cabs or simply click the link below to download all resolutions in one zip package

    There are 5 versions available:
    • QVGA, boot from Storage Card (e.g. Vogue, Kaiser,..)
    • WQVGA, boot from Storage Card
    • VGA, boot from Internal Storage (e.g. Diamond)
    • VGA, boot from Storage Card (e.g. Raphael)
    • WVGA, boot from Storage Card (e.g. Blackstone, Topaz, Xperia,..)

    Gen.Y DualBOOT v1.0.6.0 CABs (QVGA|WQVGA|VGA|WVGA)
    Gen.Y DualBOOT v1.0.6.0 VisualKitchen EXT packages for Chefs (QVGA|WQVGA|VGA|WVGA)

    This app MUST be installed on your internal memory in order for autoboot to work. (installing on internal storage/storage card will cause the app not to launch on boot)
    Also make sure that all registry entries are correct, since an incorrect/missing registry key can cause errors (v1.0.6.0: make sure the AndroidBootFolder key is a STRING (not dword!)

    For chefs: if u are also cooking in RunCC, cooking this app to the \Windows folder is recommended to save storage space (since the progress image are the same)
    For chefs: u can make Gen.Y DualBOOT start faster by moving editing the following (be aware, this will not work in all roms!). Open mxipupdate_xdandroid-genyboot_100.provxml, and change "Launch62" to "Launch52" in the following line:
    Code:
    <parm name="Launch62" value="genyboot.exe" datatype="string"/>

    The CAB works for all languages (v1.0.6.0)

    Skins
    GT inspired Skins by sk8inmonk
    sk8inmonkskinad.jpg


    ElCondor has made a nice Android Theme for Gen.Y DualBOOT, you can find it in this thread
    11avbbm.jpg


    I would like to express my thanks to all of you who have provided me with feedback, bug reports and donations.
    This app wouldn't have been the same without you.

    If u like my work and would like to thank me for the time spent, you can always donate
    4
    Can someone explain how to fix the "Android is missing" error in simple terms? I am having this problem on my TP and Diamond, too.
    When you are running from the Andboot folder on the Storage card, do the following at the Registry location shown on the first page of this thread:

    AndroidBootFolder=andboot


    When you are running from the root of Storage card (without any folders), leave the string blank.


    Hit that Thanks button if this worked for you... :)
    1
    Yes, I can run it manually.

    could you try this new attached WVGA cab then? This new cab directly installs it into the windows folder, which should work better for the HKLM\init procedure. Also, i signed the .exe this time with msigner. Let me know if it works.

    * check the new version at the first post
    1
    As a programmer, I am VERY ANGRY with this application.
    How can a application stupid like this? Are you kidding me? hardcode the path? Ask user to change registry just for change the path?

    shame on you.
    1
    Dear Lord, why doesn't anything works as it should, like it used to be???

    I'm also having this problem, and here's what I found:

    1- (of course) I have a working haret.exe on the root of Internal Storage
    2- Installed Gen.Y VGA to the internal memory (NOT the Internal Storage): check registry, entries are there;
    3- run Gen.Y, click Android, it boots Android
    4- After reboot, the dreaded "An error occurred retrieving the registry key" error appears: click cancel, go to the registry, entries are not there!! wth?!!?
    5- manually create entries, reboot, still the same friggin' error: go to the registry, entries are still NOT there!! wtf?!!?

    So there is the friggin' problem: why are the registry entries dissapearing? And YES, i've red almost all of this giant thread. geez..
    I had this problem too.
    Make the registry entry and restart windows to apply it. It seems a side-effect of running haret is that the recent keys are not saved. It's odd, but that was the problem.