Index: phonetools.cpp
===================================================================
--- phonetools.cpp	(revision 2402)
+++ phonetools.cpp	(working copy)
@@ -108,3 +108,13 @@
 		ui.ramdiskImagePathName->text().toUtf8().data());
 
 }
+
+
+void phonetools::on_jump_clicked()
+{
+	if(!pPhone)
+		this->on_findButton_clicked();
+	if(!pPhone)
+		return;
+	pPhone->ezx_blob_cmd_jump(ui.startAddr->text().toInt(0, 16));
+}
\ No newline at end of file
Index: phonetools.h
===================================================================
--- phonetools.h	(revision 2402)
+++ phonetools.h	(working copy)
@@ -17,6 +17,7 @@
 	Ui::phonetoolsClass ui;
 
 private slots:
+	void on_jump_clicked();
 	void on_bootLinux_clicked();
 	void on_findRamdisk_clicked();
 	void on_findKernel_clicked();
Index: phonetools.ui
===================================================================
--- phonetools.ui	(revision 2402)
+++ phonetools.ui	(working copy)
@@ -76,7 +76,7 @@
    <widget class="QPushButton" name="downLoad" >
     <property name="geometry" >
      <rect>
-      <x>30</x>
+      <x>20</x>
       <y>60</y>
       <width>77</width>
       <height>25</height>
@@ -89,7 +89,7 @@
    <widget class="QPushButton" name="upLoad" >
     <property name="geometry" >
      <rect>
-      <x>150</x>
+      <x>100</x>
       <y>60</y>
       <width>77</width>
       <height>25</height>
@@ -102,7 +102,7 @@
    <widget class="QPushButton" name="flash" >
     <property name="geometry" >
      <rect>
-      <x>270</x>
+      <x>190</x>
       <y>60</y>
       <width>77</width>
       <height>25</height>
@@ -112,6 +112,19 @@
      <string>&amp;Flash</string>
     </property>
    </widget>
+   <widget class="QPushButton" name="jump" >
+    <property name="geometry" >
+     <rect>
+      <x>280</x>
+      <y>60</y>
+      <width>77</width>
+      <height>25</height>
+     </rect>
+    </property>
+    <property name="text" >
+     <string>&amp;Jump</string>
+    </property>
+   </widget>
   </widget>
   <widget class="QGroupBox" name="bootLinux_G" >
    <property name="geometry" >
