₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,391 members, 8,450,096 topics. Date: Wednesday, 22 July 2026 at 07:24 PM

Toggle theme

Andrew3's Posts

Nairaland ForumAndrew3's ProfileAndrew3's Posts

1 2 3 4 5 6 7 8 ... 51 52 53 54 55 56 57 58 59 (of 68 pages)

PhonesRe: Free Blackberry Unlock Started by Andrew3(op): 6:46pm On Sep 29, 2011
[quote author=Kay-baba link=topic=724049.msg9237654#msg9237654 date=1317221161]Curve 2
imei- 359485028714574
MEP-07723-005[/quote]2636340942715600
PhonesRe: Free Blackberry Unlock Started by Andrew3(op): 6:45pm On Sep 29, 2011
alshaer:
Hi How are you Andrw? can you plese help me to unlock My Blackberry


Please i am aboard right now.

Bold: 9700
IMEI: 358428033883761
MEP: 11414-002

Locked by : Etisalat - UAE
8010360246388243
WebmastersRe: 1st Time Job As Website Admininistrator : How Can I Succeed On The Job by Andrew3(m): 5:49pm On Sep 29, 2011
You are so lucky someone is willing to help you to an unimaginable level.

contact him here.


[size=16pt]www.google.com[/size]
PhonesRe: Which Model Of Blackberry Has The Best Camera Quality? by Andrew3(m): 5:02pm On Sep 29, 2011
watchout for playbook 2, in beta test now.
HealthSerious Help Needed Pls Only Professional Doctors Result Attached by Andrew3(op): 6:08pm On Sep 28, 2011
PLEASE DOCTORS IN THE HOUSE,

Am 26, About 8 months ago I went for a test because i had funny symptoms of std, itchy movement inside ma Core area.
I also use to feel very very weak and very colorful urine (yellowish). I observed a severe weight loss no matter how i eat there seem to be no change. I early thought it was the nature of ma job, I happen to be a gsm reversed programmer so ma brain is always working.

I have being to 3 famous medical centers here in Ireland and nothing was discovered even the previously discovered
growth of staph didnt show again. I thought it was because i had augmentin for 14 days. Recently i was sent to dubai for an assignment and decided to go for a test in a specialist center which cost me about $2000, nothing serious still showed. check the attached  pdf result and any help will be appreciated.

These are the current symptoms i have.

severe internal heat in the legs only when am sitting.
I cant use ma ac for more than 20 min without turning off
weakness in the morning
difficulty sleeping
movement inside all around my Core area
very colourful urine
Atimes i feel something is moving on my legs but nothing
sad sad sad sad sad sad



I must say that am not sexually active, only been intimate twice in my life back in nigeria. grin

help appreciated.
pls see result pdf


http://www.4shared.com/document/7Ygq9bst/result.html
PhonesRe: Free Blackberry Unlock Started by Andrew3(op): 7:09pm On Sep 26, 2011
Daliachka:
Hey Andrew,

Ill leave my BB details so you help me out whenever you get a chance smiley

Bold 9000
Locked by Etisalat - UAE
IMEI: 980041.00.206480.4

Thanks in advanced bro

Cheers,
Dalia
8341252961350073
EducationRe: Riot In Bida Poly "Missing Male Organs" by Andrew3(m): 1:11pm On Sep 26, 2011
am a believer, I believe grin grin grin
PoliticsRe: Fg Places Seven Countries On Terrorism Watch List by Andrew3(m): 7:24am On Sep 26, 2011
People coming and going from those countries even the boko haramist wont be found with any bomb or knife, they will pick that when they are arrived in nigeria angry angry angry angry angry angry angry angry
PoliticsRe: Suicide Bombing Plotted For Oct 1 Anniversary - Intelligence Report by Andrew3(m): 7:10am On Sep 26, 2011
why not pretend as if this news was not heard then attack them when the move is made.
PhonesRe: What Depletes Phone Battery Most? by Andrew3(m): 8:57am On Sep 25, 2011
Different brands and models battery consumptions differs but battery consumption is maximized during radiation.

playing music and videos and games will not consume battery like browsing and making calls. During browsing, the phones PA, tx and rx modules works continuously while data is sent out and in.

On the archaic phones, rx and tx data were all transmitted via a single chip the pa but nowadays newer phones come with tx and rx models separate which means browsing and call making consumes more but signal and reception are more stable.
PoliticsRe: Terrorist Training Camp Discovered By Police In Bauchi by Andrew3(m): 7:43am On Sep 25, 2011
@abujabir

do u people always have knife? angry angry angry angry
Dating And Meet-up ZoneRe: A Message To Mukina2 by Andrew3(m): 8:07pm On Sep 24, 2011
[quote author=ANTI- sex link=topic=767639.msg9212984#msg9212984 date=1316891146]^^^ read my statues below angry angry angry angry[/quote]then wetin u wan take babe do?
RomanceRe: The Lies You Told,just To Get Her! by Andrew3(m): 8:06pm On Sep 24, 2011
REALITY101:
I love you
kai na una dey make ladies dey heart hardened angry angry angry angry angry angry
Tech JobsRe: Easy Com Port On Vb by Andrew3(op): 4:25pm On Sep 24, 2011
AT LAST ALL THOSE WITH MEP 0 LEFT CAN CONTACT ME FOR A STANDALONE SOLUTION.




https://img20.imageshack.us/img20/6254/andrewgk.th.png

Uploaded with ImageShack.us
Tech JobsRe: Easy Com Port On Vb by Andrew3(op): 4:11pm On Sep 24, 2011
,

Tech JobsEasy Com Port On Vb by Andrew3(op): 4:09pm On Sep 24, 2011
Working with windows components could be a rigmarole a times and still could be fun if  later achieve your target.

Since I discovered the free download of Visual Studio .Net Express 2008 over at the microsoft site, I have had a small play bringing some of my VB 6 code over to the new standards.

Attached is a small sample I just wrote to communicate with the Serial Port.

The s/w enumerates all available ports automatically and data entred into the upper text box is transmitted to the port on clicking the Tx button. The data sent is terminated by vbCr character (chr(13)) but this can be modified in code.

Pauses are used to wait for any recieved data to be filled in the buffer, and the Rx data is then added to the RichTextBox. Again these can be modified or replaced by Do, While loops depending on what device you communicate with.

This is not the best way of working with VB.NET, I am reading a lot about threading at the moment. However this very simple code works in my application 100%, and hopefully it can give others a small head start.

As a gsm programmer, serial port and usb ports are my major priority. getting my new blackberry crypto algorithm to communicate with my newly developed blackberry tool has taken me almost 3 MONTHS but at last. I had to read the blackberry bsn dump via local brutheforcing and all cable schematics to the chip failed even via jtag.

I simply ended up being able to communicate via serial with this.

If anyone need this code in case.

 Dim comPorts As Array   'Com ports enumerated into here
    Dim rxBuff As String    'Buffer for receievd data

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        'When the form loads
        'Enumerate available Com ports and add to ComboBox1
        comPorts = IO.Ports.SerialPort.GetPortNames()

        For i = 0 To UBound(comPorts)
            ComboBox1.Items.Add(comPorts(i))
        Next

        'Set ComboBox1 text to first available port
        ComboBox1.Text = ComboBox1.Items.Item(0)
        'Set SerialPort1 portname to first available port
        SerialPort1.PortName = ComboBox1.Text

        'Set remaining port attributes
        SerialPort1.BaudRate = 19200
        SerialPort1.Parity = IO.Ports.Parity.None
        SerialPort1.StopBits = IO.Ports.StopBits.One
        SerialPort1.DataBits = 8


    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        'When Tx button clicked
        'Clear buffer
        rxBuff = ""

        'If port is closed, then open it
        If SerialPort1.IsOpen = False Then SerialPort1.Open()

        'Write this data to port
        SerialPort1.Write(TextBox1.Text & vbCr)

        'Pause for 800ms
        System.Threading.Thread.Sleep(800)

        'If the port is open, then close it
        If SerialPort1.IsOpen = True Then SerialPort1.Close()

        'If the buffer is still empty then no data. End sub
        If rxBuff = "" Then GoTo ends

        'Else display the recieved data in the RichTextBox
        RichTextBox1.Text = rxBuff

ends:
    End Sub

    Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
        'When ComboBox1 selection is changed, we need to update SerialPort1 with the new choise
        'But only if the port is closed!

        If SerialPort1.IsOpen = False Then
            SerialPort1.PortName = ComboBox1.Text
        Else : MsgBox("Operation only valid when port is closed.", MsgBoxStyle.Exclamation, "Error"wink

        End If

    End Sub

    Private Sub SerialPort1_DataReceived(ByVal sender As Object, ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) Handles SerialPort1.DataReceived
        'This sub gets called automatically when the com port recieves some data

        'Pause while all data is read
        System.Threading.Thread.Sleep(300)

        'Move recieved data into the buffer
        rxBuff = (SerialPort1.ReadExisting)

    End Sub

End Class


attached is the com exe

http://www.4shared.com/file/lGN2OpsU/SerialPort_Test.html.

PhonesRe: Free Blackberry Unlock Started by Andrew3(op): 3:53pm On Sep 24, 2011
uae_78@hotmal.com



0503120005


Dd8944225[sub][/sub]
Dating And Meet-up ZoneRe: Lets Match Make On Romance Section. (official Couples List) by Andrew3(m): 3:23pm On Sep 24, 2011
make una arrange me one wireless babe na sad sad sad sad sad sad sad sad sad sad sad
Dating And Meet-up ZoneRe: Lets Match Make On Romance Section. (official Couples List) by Andrew3(m): 11:09am On Sep 24, 2011
Rokiatu +born2fu ck aka waledobodobo grin grin grin grin
CrimeRe: Live Robbery Broadcast Oluyole Fm @ Ibadan by Andrew3(m): 7:41am On Sep 24, 2011
wonder what they were broadcasting, was it a commentator commenting as there colleagues were robbing? grin grin grin grin
Jokes EtcRe: What Black Men Knows How To Do Best by Andrew3(m): 8:13pm On Sep 22, 2011
grin grin grin grin grin grin grin grin

both of are just very funny
PoliticsRe: Court Nullifies LASTMA Powers To Impose Fine On Offenders by Andrew3(m): 5:01pm On Sep 22, 2011
I will call ma brother to try one way and see if really the law is effective grin grin grin grin
PhonesFree Blackberry Offline Navigation by Andrew3(op): 3:11pm On Sep 22, 2011
GOOD NEWS FOR BLACKBERRY USERS

YOU CAN NOW NAVIGATE ALL AROUND NIGERIA AND THE WORLD WITHOUT HAVING INTERNET ON YOUR BLACKBERRY PHONE.

FOLLOW THIS GUIDE TO INSTALL NAVIGATION APP AND THE MAP OF YOUR COUNTRY OR AREA.


DOWNLOAD THIS RAR FILE AND EXTRACT ALL TO YOUR SD CARD

http://www.4shared.com/file/uyMF_u_k/We-travel0912Full.html

DOWNLOAD THIS RAR AGAIN


http://www.4shared.com/file/IDrFCQFB/WETRAVEL_BLACKBERRY.html

EXTRACT IT AND INSTALL THE BBSAK IN IT


CONNECT YOUR PHONE TO PC AND OPEN BBSAK


ENTER PASSWORD IF YOU HAVE


GO TO MODIFY CODES

CLICK INSTALL CODES


SLECET THE WeTravelMidletSuite.cod

WAIT TILL IT SHOW SUCCESSFUL(IT MAY APPEAR TO HANG BUT DONT TOUCH)

ONCE YOU SEE SUCCESSFUL, REMOVE YOUR PHONE AND FOLLOW THIS GUIDE.

CREATE A FOLDER ON YOUR MEMORY CARD CALLED WETRAVEL AND PASTE THE WETRAVEL FULL YOU DOWNLOADED FIRST

OPEN THE FOLDER AND PASTE IN THE MAPS FOLDER YOUR CONTRY MAP YOU EXTRACTED



run WeTravelMain

if it asks to search for root, say no

go to menu->settings->advanced->files

go INTO! sdcard\wetravel\ and choose 'set we-travel root'

restart WeTravelMain

go to menu->settings->advanced->screen details

choose your language, skin, menu and theme

i suggest you try skin:commuter, menu:menucarbon26, theme:blue for best results on the 9700

it's important, that you press bb-key and then choose ok to save the config you made

restart WeTravelMain

go to menu->settings->advanced->map config

choose your map, bb-key, ok

restart WeTravelMain

go to menu->settings->gps

choose internal gps (jsr-179), bb-key, ok

go to menu->settings->screen->sound

choose your favourite voice (BUT never use mp3-voice, it will crash the whole bb. i included this to have a complete package for other mobile phones, where it should work)

5.) configure bblights to your needs and have fun navigating smiley
if you want to add maps, simply extract the map like in part 2 and choose it in WeTravel


=================================

for other phones:


same procedure as in part 1 and 2 then use the jad and jar files. nokias will install them automatically, when run in the phone explorer.

i didn't try this, so i can't tell if the configuration works the same on other mobile phones.
RomanceRe: Men Buying Underwear For Their Chicks (guys Can U Do It) by Andrew3(m): 8:07am On Sep 21, 2011
Would be romantic to buy undies for ma babe. will make sure i get ma favorite colors.
Car TalkRe: Touareg, Porsche and Audi Q7 Owners: by Andrew3(m): 7:59am On Sep 21, 2011
I HAVE A Porsche BUT ITS NEW SO I VE NOT HAD ANY PROBLEM SO FAR
PoliticsRe: N17bn Missing From Nasarawa State Account by Andrew3(m): 7:37am On Sep 21, 2011
THE MONEY HAS BEEN USED FOR BOKOHARAMISM angry angry angry
Nairaland GeneralTry This And See by Andrew3(op): 3:24pm On Sep 20, 2011
Open google
click on images

type jos in the search box


God have mercy sad sad sad sad sad sad
RomanceRe: Help Me Identify Ma Compatibilities by Andrew3(op): 7:47am On Sep 20, 2011
@sexkillz
Thanks very much I really appreciate your valuable comment. I will put some in application. wink wink wink
PoliticsRe: Boko Haram's Protest Is For Social Injustice - Yuguda by Andrew3(m): 7:38am On Sep 20, 2011
It is obvious that the sponsors of this haram boko and gradually unmasking themselves angry angry angry angry angry
CrimeRe: UK's Most Wanted Drug Suspect Arrested In Lagos by Andrew3(m): 7:36am On Sep 20, 2011
Am a believer, I believe grin grin grin grin grin
Christianity EtcRe: I Saw Jesus Christ Twice In My Bedroom - Rev. Uma Ukpai by Andrew3(m): 7:34am On Sep 20, 2011
It only takes divine eyes to see who and what ordinary eyes cannot see. he may have what i takes.

1 2 3 4 5 6 7 8 ... 51 52 53 54 55 56 57 58 59 (of 68 pages)