Jboy01's Posts
Nairaland Forum › Jboy01's Profile › Jboy01's Posts
1 2 3 4 5 6 7 8 ... 21 22 23 24 25 26 (of 26 pages)
Will be back later to display with my jellymod custom rom |
miracle4: you can use a custom rom naCustom rom dey for n3? |
Pls I need d activation code and product key, my pin is pin:26985353 |
Pls I reside in minna, around F U T minna. There is a stable 3g network in dat area, but my browsing is slow and the downloading speed is always around 10 kb/s. I use samsung galaxy pocket, and the USE ONLY 2G NETWORK in the fone settings was not ticked. Pls what is wrong? |
i guess thee laucher u are using and some poerful applications are eating up ur ram. uninstall that launcher. |
sgp
|
hi
|
Add me 08061249343 |
Imsy, a messaging application just like whatsapp, infact beta than whatsapp. Download it and see for ursef. |
Pls when ever I open some appllications like es file explorer, mx player, opera mini next on my galaxy pocket, they always force close before the application is fully launch. Pls what is d problem? |
olayiwola9: GUYZ I NED HELP WITH MY SAMSUNG GALAXY GIO. I INSTALLED CLOCKWORKMODE ON IT UNFORTUNATELY IT WASN'T ITS VERSION. MY MODEL IS S5660M BUT THE ONE I DOWNLOADED WAS FOR S5660. EVER SINCE THE PHONE HAS BEEN BLANK WITH NO POWER ON IT. TOOK IT TO IKEJA AND THEY CANT SEEM TO GET A WORK AROUND IT. CAN I GET ANY HELP FROM HERE?Try hard reset by pressing the vol up + home key + power on to enter recovery mode. |
Pls which antivirus is the best for my android phone? |
Yeah my G pocket is now running on makdroid v2! All thanks to God. Zion thank you so much |
zion32: Join this group on facebook http:///260503117402023?refid=27 you will get access to download all files relating to.galaxy pocketPls add me on what's app, my numba is 08061249343 |
zion32: Join this group on facebook http:///260503117402023?refid=27 you will get access to download all files relating to.galaxy pocketThe link is not going |
zion32: Galaxy pocket has a deodex file of its own.some custom rom like makdroid,jelly mod come already deodexed.Pls where can I get the deodex, I can't dload the one on galaxypocket dot dot com with my blackberry. |
zion32: I use makdoid v2 presently because it's bugless an generally ok.i also love jelly mod 1.5 for its transperancy and 14 toogle.Pls can I use any deodex for my fone, or did galaxy pocket has it own special deodex? |
zion32: I use makdoid v2 presently because it's bugless an generally ok.i also love jelly mod 1.5 for its transperancy and 14 toogle.Thank you I will try it too |
zion32: You're welcome bro.which custom rom do you use on your fone? |
Thanks pals most especially ZION32. My galaxy pocket is back to life. After flashing it with a stock rom. All my file and installed app are still intact |
zion32: Try a hard reset first,but if hard reset fails to revive your phone check on this link too see how to reflash your stock rom back using odin multi downloader. http://galaxypocketclub..com/2012/10/how-to-flash-stock-firmware-xxlf5-for.html?m=1I have flashed d fone with custom kannel, yet it did not boot into recovery mode. I need †ђe link τ̅☺ download a custom rom for galaxy pocket |
zion32: Hey man,what did you do to your device before this happend? your device is in bootloop and will require you to reflash the romI installed some laucher and then swapper and swapper2 to boost the ram, then I restart the fone then was unable to boot. |
Pls when ever I switcj on my galaxy pocket it stop at the s5300 logo and later display a black screen. I try the hard reset, but it did nbot work. Pls has my phone been bricked? If yes any solution? |
Pls pals when ever I download and instal any game on my samsung galaxy pocket, if I switch my fone off and on again, the game will Be No where to be found. Pls what is the problem? |
Pls pals when ever I download and instal any game on my samsung galaxy pocket, if I switch my fone off and on again, the game will. No where to be found. Pls what is the problem? |
Pls pals when ever I download and instal any game on my samsung galaxy pocket, if I switch my fone off and on again, the game will. No where to be found. Pls what is the problem? |
Pls which is the best android assistant that is active as siri on iphone |
pls friend, am working on a small project and the problem am facing is that i want to use a page to carry out two task i.e the EDIT and the DELETE. they suppose to be in different page, but i am trying to designn it in such a way that if u click on the EDIT, the page load and bring back the form of the EDIT and if you click on delete, it also load and replace the EDIT form with the DELETE form. these are my codes:- <?php $head="ADMIN"; include('include/header.php'); //nclude('include/connect.php'); ?> <div style="height=500px"> <div style="float: left; width: 100px; height:180px; background-color: aqua; border-style: solid;"> <?php echo '<div class="new" onclick="$click=b"><a href="admin.php" > New User</a></div>'; echo '<div class="edit" onclick="$click=a"><a href="admin.php" >Edit User Info</a></div>'; echo '<div>Delete User</div>' ?> </div> <div style=": left; height:470px; background-color: aqua; border-style: solid;"> <center> <?php $newuser=<<<HERE <h2>CREATE NEW USER</h2> <form method="get" action=""> <div style=height:25px;><b>Surname:</b> <input type="text" name="surname" size="20"> </div> <div style=height:25px;><b>Last Name:</b> <input type="text" name="last_name" size="20"> </div> <div style=height:25px;><b>Username:</b> <input type="text" name="user" size="20"> </div> <div style=height:25px;><b>Password:</b> <input type="text" name="pass" size="20"> </div> <div style=height:25px;> <input type="submit" name="submit" value="SUBMIT"></div> </form> HERE; $edituser=<<<HERE <h2>EDIT EXISTING USER</h2> <form method="get" action=""> <div style=height:25px;><b>Surname:</b> <input type="text" name="surname" size="20"> </div> <div style=height:25px;><b>Last Name:</b> <input type="text" name="last_name" size="20"> </div> <div style=height:25px;><b>Username:</b> <input type="text" name="user" size="20"> </div> <div style=height:25px;><b>Password:</b> <input type="text" name="pass" size="20"> </div> <div style=height:25px;> <input type="submit" name="submit" value="SUBMIT"></div> </form> HERE; if ($click=='a'){ echo $newuser; } elseif ($click=='b'){ echo $edituser; } ?> </center> </div> </div> <?php include('include/footer.html') ?> |
Gbadebo01: its rather small (about 2.8 inches) u mite not b able to use the qwerty keyboard with both hands like the blackberry but yu can type with the 3*4 keypad (the normal gsm keypad layout)..Thanks bro |
Pls pals, how is typing on samsung galaxy pocket, is the screen size not too small? |
Pls which is the best android phone I can buy with #20000. NOTE:- am not a game freak, I just want a better fone because I want move from symbian to android. |