[TOOL] XDA ROM Hub v0.9.9 - August 22

Are you using this tool to download firmwares?

  • Yes

    Votes: 22 62.9%
  • No

    Votes: 13 37.1%

  • Total voters
    35
Search This thread

xdevilium

Senior Member
Apr 17, 2012
547
259
were you able to make ftf flash without using Flashtool??
I lost my phone to water or would have helped you.

I will buy new phones when I get back home and check your software by the way nice interface

I just need to know the commands for all of the sin images.
e.g. fastboot flash boot kernel.sin
 

iONEx

Senior Member
Feb 13, 2012
695
668
Dubrovnik
goo.gl
just make a directory/index. you don't have to be able to download directly.

e.g. for each device you make a button, and when you click the button, you get ROM thread links. something like that.

better than nothing
 

xdevilium

Senior Member
Apr 17, 2012
547
259
just make a directory/index. you don't have to be able to download directly.

e.g. for each device you make a button, and when you click the button, you get ROM thread links. something like that.

better than nothing

I'm working on it ;)

Sent from my WT19a using xda premium
 

xdevilium

Senior Member
Apr 17, 2012
547
259
haha! it took me half a day to index them all -.-

easy.... :p
I'm using your indexing :p

but just look at HALF of ONE of the device's source code:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace XDA_ROM_Hub.ROMS
{
public partial class Neo_V : Form
{
public Neo_V()
{
InitializeComponent();
}
string u;

void o()
{

System.Diagnostics.Process.Start(u);

}
private void button1_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1635761"; o();
}

private void button19_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1570499"; o();
}

private void button18_Click(object sender, EventArgs e)
{
u="http://xdaforums.com/showthread.php?t=1480273";o();
}

private void button17_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1666171"; o();
}

private void button16_Click(object sender, EventArgs e)
{
u="http://xdaforums.com/showthread.php?t=1599516";o();
}

private void button15_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1603919"; o();
}

private void button14_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1567189"; o();
}

private void button13_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1686041"; o();
}

private void button12_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1544273"; o();
}

private void button11_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1661642"; o();
}

private void button10_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1553585"; o();
}

private void button9_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1410797"; o();
}

private void button8_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1514050"; o();
}

private void button7_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1525955"; o();
}

private void button4_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1507287"; o();
}

private void button6_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1614562"; o();
}

private void button5_Click(object sender, EventArgs e)
{
u = "http://xdaforums.com/showthread.php?t=1566168"; o();
}
}
}


Got a better way? PLEASE TELL ME!! :p
 

xdevilium

Senior Member
Apr 17, 2012
547
259
v0.7 change log:

Added custom ROM list.

Xperia Active and Arc/s will be added on release v0.7.1
 

gandhar

Senior Member
Jan 20, 2012
1,037
679
Goa
good work

all around, very impressive.

when i try to stop stock rom download, i get an unhandled exception

System.NullReferenceException: Object reference not set to an instance of an object.
at XDA_ROM_Hub.progress.btnStop_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


2.for LWW the minicm lite link is giving the older thread that was closed.
3.and it's CM9 - Cid. not Kid;)

also when will you be adding the ics firmwares?

feature request, to run the app without the need for a connected phone..
 
  • Like
Reactions: xdevilium

xdevilium

Senior Member
Apr 17, 2012
547
259
all around, very impressive.

when i try to stop stock rom download, i get an unhandled exception

System.NullReferenceException: Object reference not set to an instance of an object.
at XDA_ROM_Hub.progress.btnStop_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


2.for LWW the minicm lite link is giving the older thread that was closed.
3.and it's CM9 - Cid. not Kid;)

also when will you be adding the ics firmwares?

feature request, to run the app without the need for a connected phone..

I only have 20k/s speed so it'll take some time...

Sent from my WT19a using xda premium
 

gandhar

Senior Member
Jan 20, 2012
1,037
679
Goa
I only have 20k/s speed so it'll take some time...

Sent from my WT19a using xda premium

no problem. no hurries, do it whenever you have the time.

on that note,
are you using 7zip?
that gives around 60% or less compression ratios with ftf files.

well, i do not know much about this but since 7zip is open source and a lot of programs seem to use 7zip.dll to extract the files..could you do it too.. saves time on both upload and download fronts with some more coding of course.
 

xdevilium

Senior Member
Apr 17, 2012
547
259
no problem. no hurries, do it whenever you have the time.

on that note,
are you using 7zip?
that gives around 60% or less compression ratios with ftf files.

well, i do not know much about this but since 7zip is open source and a lot of programs seem to use 7zip.dll to extract the files..could you do it too.. saves time on both upload and download fronts with some more coding of course.

Sure, it's easy :)
Just cmd commands ;)
But I'll only use 7z for the rest, not for those online.

Sent from my WT19a using xda premium
 

xdevilium

Senior Member
Apr 17, 2012
547
259
I need to upload like 2 files for each device... But I need direct link.
Not mediafire and such

Sent from my WT19a using xda premium
 

Top Liked Posts

  • There are no posts matching your filters.
  • 34
    XDA ROM Hub


    Features:


    • Download and install stock firmwares - Not all firmwares are online.
    • Flash kernels.
    • Flash system image
    • Erase system.
    • Erase boot.
    • Erase Data and Cache.
    • Install update.zip (Not ROM zip).
    • Install ROM addons.
    • Install Boot animations.
    • Unlock bootloader.
    • Relock bootloader.
    • Driver installer.
    • Make a Nandroid backup when the device is on.
    • Backup and restore system, data and cache partitions.
    • Boot a kernel without flashing it.
    • Install APKs.
    • Reboot button, reboot to fastboot and reboot to safe mod/recovery.
    • Mobile app -- Use XDA ROM Hub without a PC!
    Screenshots:
    uTbcI.jpg
    ZKupV.jpg
    xYGl6.jpg
    zYAmW.jpg

    XDA ROM Hub Mobile​


    Features​


    • Perform a Nandroid backup when the system is on.
    • Backup user apps to the SD Card.
    • Backup user apps + data with ability to restore from CWM.
    Screenshot:



    Screenshot_2012-07-26-09-38-43.png

    Install using XDA ROM Hub




    GOOD NEWS!
    I'm moving to Amsterdam in a week and I will have a better internet connection, so I think that ALL of the firmwares will be online in two weeks!

    Please note that firmwares for i (International) are different from firmwares for a (America)
    USE AT YOUR OWN RISK!

    CREDITS:

    gandhar for uploading the firmwares.
    Someguyfromhell for ALL FIRMWARES.
    Androxyde for Flashtool.
    DooMLorD for rooting and Unrooting.
    NaA for CWM.
    iONEx for ROM indexing, bug reporting, ideas and kernel indexing.
    ameer1234567890 for onandroid script.

    Download and change log - Moved to Source Forge

    Please press the Thanks:good: button if you like my work.​
    3
    Version 0.9.3 released!

    Changelog


    • Added a new UI
    • Removed unnecessary features
    • Fixed a lot of bugs
    • Adding new firmwares (Please help me)
    • Added a new app for Android
      • Ability to backup apps to the SD Card
      • Ability to create Nandroid backups without a PC
      • Ability to backup apps and restore from CWM
    • Improved download manager
      • Now supporting pause and resume
      • Converting Bytes to MegaBytes
    • Improved dialogs
    • Removed support for 7z files
    • Changed installer
    Known Bugs


    • Dialog message will always appear when clicking "XRH Nandroid Backup"
    • Can't recognize device when the app is in a path with spaces
    Fix for Known Bugs


    • Can't recognize device when the app is in a path with spaces
      • Install the app in a path WITHOUT spaces, example: "C:\Users\Max\Documents"
    2
    I'll include this tool in my guide :)
    Great work, very useful

    Sent from my Xperia Mini
    1
    --FAQ--

    Q. XRH Nandroid Backup doesn't work!
    A. You need root, cwm and usb debugging enabled! Also make sure your sdcard is UNmounted

    Q. How do i restore a backup?
    A. Enter CWM and restore it ;)
    1
    You got yourself on the XDA news... Congrats! Keep it up :)

    Sent from my ST15i