Asalamu Alaikum Brothers can you help me?

Delphi'de kod yazma ile ilgili sorularınızı bu foruma yazabilirsiniz.
Cevapla
johnvie13
Üye
Mesajlar: 2
Kayıt: 14 Ara 2018 07:09

Asalamu Alaikum Brothers can you help me?

Mesaj gönderen johnvie13 »

how can i use this code on delphi 7?
i just want to create my own android tool,how can i use this code to do this
if the device detected(fastboot mode) then show to memo1 Device Connected else Device not connected

Thanks in advance,, Allah Bless you ♥


Memo1.Lines.Add('Searching device');
try
i:=0;
repeat
Res := (uni('fastboot devices'));

// Timer2.enabled:=true;
if Progressbar1.position=100 then
begin
Memo1.lines.add('Device Not Connected');
exit;
end;
inc(i);
until (Trim(Res) = 'fastboot');
Memo1.lines.add('Device Connected');
yusuf simsek
Üye
Mesajlar: 330
Kayıt: 09 Mar 2004 11:18
Konum: Konya
İletişim:

Re: Asalamu Alaikum Brothers can you help me?

Mesaj gönderen yusuf simsek »

Aleyküm Selam
Res := (uni('fastboot devices'));

What is the content of Uni?
Bugün bir kez daha,
Hiç Birşey Bilmediğimi Öğrendim!!!

https://extrayazilim.com
Cevapla