|
![]() |
|
Welcome to the GSM-Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Register | FAQ | Donate | Forum Rules | ★. iPhone Unlock .★ | -= JTAG BOOM =- | .: Nokia Unlock :. | Search | Today's Posts | Mark Forums Read |
| GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Nov 2008
Posts: 120
Member: 897604 Status: Offline Thanks: 65
Thanked 9 Times in 8 Posts
| help me plese.... how to build adb gui with vb everyone in this forum help me please. i need build gui android adb using visual basic.but i got some problems using visual basic to access adb . i try to use shell comand in vb here simple sample i build in vb 6.0 like this: Private Sub Command1_Click() a = Shell("C:\Program Files\android sdk\tools\adb get-serialno", vbMaximizedFocus) end sub but the final result that comand cannot run .only dos console with fast running bla...and dissapeared dos console please help me.how to build gui adb with vb.thank you. |
|
| | #2 (permalink) |
| Junior Member ![]() Join Date: Mar 2011
Posts: 23
Member: 1535147 Status: Offline Thanks: 0
Thanked 4 Times in 2 Posts
| as i know basic android is java programing. many tutorial in net how to config adb using netbeans & eclipse. i thinks not hard to config adb. the important you should know api version for your device. |
|
| | #3 (permalink) |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Oct 2009
Posts: 248
Member: 1144205 Status: Offline Thanks: 0
Thanked 58 Times in 31 Posts
| maybe this = but the final result that comand cannot run .only dos console with fast running bla...and dissapeared dos console, is same file *.bat why you not try with some like this : Dim str As String str = "Start" Shell("C:\WINDOWS\system32\cmd.exe /c " & str) you can change this for adb.exe and change str for get serial blablabla o whatever |
|
| | #4 (permalink) | |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Nov 2008
Posts: 120
Member: 897604 Status: Offline Thanks: 65
Thanked 9 Times in 8 Posts
| Quote:
| |
|
| | #8 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: May 2008 Location: H T C Age: 25
Posts: 517
Member: 774744 Status: Offline Sonork: 100.1608057 Thanks: 161
Thanked 783 Times in 281 Posts
| make a .bat file for your commands... and write this code.... " Private Sub Button20_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button20.Click Dim adb As New Process() adb.StartInfo.FileName = "adbcmd.bat" adb.StartInfo.UseShellExecute = False adb.StartInfo.RedirectStandardOutput = True adb.StartInfo.CreateNoWindow = True adb.Start() TextBox1.Text = adb.StandardOutput.ReadToEnd End Sub |
|
| The Following User Says Thank You to bilalzaink For This Useful Post: |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| thread | Thread Starter | Forum | Replies | Last Post |
| How to add a language in 51xx/61xx | tati | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 7 | 12-10-2012 04:46 |
| How to upload a new firmware... | Brand | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 28 | 08-30-2012 03:40 |
| HELP!!! BACKGROUND SCREEN LOGO | Michael Go | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 6 | 12-25-2011 23:56 |
| news headlines to gsm phone | mos | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 6 | 12-18-2011 11:00 |
| Help with 6110 | paulomt1 | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 3 | 05-25-2009 16:29 |