my wild idea for multitouch(game mode) in x10mini - Sony Ericsson XPERIA X10 Mini

create an app that records the touch location according to our touch(ie jump/fire buttons on screen) then assign any button(camera or left button) to that location so that when we press those buttons the phone recoganises it as a location on screen .
note::i dont know whether this is possible,if not consider this as a noob question

Mmm that would add key mapping to the equation... I really don't know if it can be done, but if it can, I believe it is pretty difficult. Anyway, me wants too! :-D
Sent from my X10mini using XDA Premium App

This is what they did in Assassins Creed... We can use the camera button to jump.

loger8 said:
Mmm that would add key mapping to the equation... I really don't know if it can be done, but if it can, I believe it is pretty difficult. Anyway, me wants too! :-D
Sent from my X10mini using XDA Premium App
Click to expand...
Click to collapse
Nope, in fact it's not so hard, ask some java dev to check this out
http://stackoverflow.com/questions/5126907/how-to-get-the-pointer-cursor-location-in-android
Edit: and this
http://stackoverflow.com/questions/4239880/detecting-physical-menu-key-press-in-android
but that way you need to add manually parameters
EDIT: Will help you
EDIT2: Easy part done..
EDIT3: Im stucked need to search a way to send touch Screen events from background, for now app just disable camera button default option, and sets to my custom action, if you wanna can upload app so you can start to test and get used

D4rKn3sSyS said:
Nope, in fact it's not so hard, ask some java dev to check this out
http://stackoverflow.com/questions/5126907/how-to-get-the-pointer-cursor-location-in-android
Edit: and this
http://stackoverflow.com/questions/4239880/detecting-physical-menu-key-press-in-android
but that way you need to add manually parameters
EDIT: Will help you
EDIT2: Easy part done..
EDIT3: Im stucked need to search a way to send touch Screen events from background, for now app just disable camera button default option, and sets to my custom action, if you wanna can upload app so you can start to test and get used
Click to expand...
Click to collapse
D4rKn3sSyS plz upload ur app...thanks

lijinc said:
D4rKn3sSyS plz upload ur app...thanks
Click to expand...
Click to collapse
As I said still DON'T WORK, but you said me to upload, so here it is
For now don't try with the touch thing, just press start button, minimize and try pressing camera button

as 8theo8 said there is a ver of assassinscreed(Assassin_s_Creed_QVGA_v3.4.6_jump_on_all_keys) which uses camera and option button for jump.
and also check this http://wiki.maemo.org/Preenv/FAQ#Is...working_in_Preenv.28a.k.a_Keyboard_mapping.29

D4rKn3sSyS said:
As I said still DON'T WORK, but you said me to upload, so here it is
For now don't try with the touch thing, just press start button, minimize and try pressing camera button
Click to expand...
Click to collapse
Hey D, you've probably already seen this but this, might be what you're looking for, also I think the whole touch event simulation was what doixanh did for the pinch zoom module

Akath19 said:
Hey D, you've probably already seen this but this, might be what you're looking for, also I think the whole touch event simulation was what doixanh did for the pinch zoom module
Click to expand...
Click to collapse
Thank you, but that wont work, because i need to send touch events to specific x,y on screen, but these commands need to be sent from a BroadcastReceiver (camera button receiver)

D4rKn3sSyS said:
Thank you, but that wont work, because i need to send touch events to specific x,y on screen, but these commands need to be sent from a BroadcastReceiver (camera button receiver)
Click to expand...
Click to collapse
any progress?

project died?

shaggoth said:
project died?
Click to expand...
Click to collapse
Im not really interested on this, because i see no interest from devs, so if for some reason you want to continue, this are sources
http://forum.xda-developers.com/showthread.php?p=15895570#post15876967

come on make some improvmence....

Running out of steam ?.....

Related

[APP][UPDATED Updated 26/01/2010] PLToggle - Toggle screen rotation

I made this program in answer to a request in the HD2 General forum, but thought I should post it here.
It's a small app that toggles the display orientation back and forth to the rotation of your choice, without the need for the g-sensor.
The default installation includes the settings screen (available from your start menu), and the application itself, which is available via a long-hold of the call button. When the application is first installed, it defaults to standard landscape (the left of the phone being the bottom), but this can be changed via the settings screen.
BIG THANKS!! to vonski and Eldorado9 for their patience and testing. Thanks guys
Have fun
Note:
Manila doesn't like being forced into landscape, so you can't use this app for that - sorry. It works upside-down, just not sideways. (I've got a HD2 with Sense/Manila 2.5)
Also, I've only tested this on a WVGA device and would like to know how it works on other resolution devices, so please feel free to private message me with any feedback regarding this.
Change details (26/01/2010)
Removed the long_send link that was originally being installed in the Windows folder.
For some reason, when you press the call button to answer a call, it executes the long_send link, despite only being a quick send.
This only happens when there's an incoming call. I've removed this link from the installer, but you still execute the toggle with a long-hold of the call button.
NOTE: The installer will remove the long_send link from your windows folder.
Change details (13/01/2010)
Added the settings screen so there's now only 1 installer, instead of 3.
If you do have the previous version, you can simply delete it from the windows folder, or just leave it and install this one.
It will override the existing version's functionality, despite being able to install it on your storage card now.
Great Job!
John,
Great job and thanks for this. First thing that comes to mind is why did you not combine these into one programme so one can have the option to go left, right or upside down without having to install 3 separate apps?
If its not difficult to do and you can spare the time to do it then I would be very interested in a single combined app that I could run off my quicklinks.
I'm subscribing to this thread to watch developments.
Thanks again.
WB
wacky.banana said:
John,
Great job and thanks for this. First thing that comes to mind is why did you not combine these into one programme so one can have the option to go left, right or upside down without having to install 3 separate apps?
If its not difficult to do and you can spare the time to do it then I would be very interested in a single combined app that I could run off my quicklinks.
I'm subscribing to this thread to watch developments.
Thanks again.
WB
Click to expand...
Click to collapse
It actually is 1 program, but the shortcut (long_send) is different in each zip file, and that tells the app which direction to rotate the display.
This started because someone asked for an app that would put their display in landscape and then back again, with a long-hold on the call button. After I'd done that for them, someone else asked for the opposite direction. Whilst doing that I remember that someone had once asked how to change the display to upside-down, so I did that at the same time.
The main idea here is that you pick a default rotation, and then you only have a button press to toggle it on and off. Anything more than that would require a UI and therefore more interaction, and since I'm trying to keep interaction to a minimum, that sort of goes against the principle of it.
I'll have a think about it though, but I think what you're suggesting is a completely different application. I'm not against doing that, but it won't be part of the development of this.
Thanks for the suggestion mate
Ah ok, I see. Also understand the "minimalist" philosophy behind the development.
The way I would use a programme like this would be to have it as a quicklink on my front screen (I tend not to link things to hardware buttons) which would then give me the options of (L)eft, (R)ight or (U)pside Down. If that requires a UI (I guess it does) then don't go to all that trouble.
The problem with me is I don't always rotate my device the same way all the time (I'm weird like that) although upside down is a new one on me (I remember Tubgirl, I think, asking for that).
Cheers anyway.
WB
Very nice....it's much more convenient than using BSBTweaks and shaking it... Thanks!
Just a quick question:
I use the Standard Windows Hardware Button Assignment and mapped my internet browser button with "rotate Screen"...
now here for the question: Is it possible to write that app for other buttons too? 'cause i'd love to have multifunction on my browser button and your app is almost perfect for it^^ short press = Opera, long hold = rotate... that would be SO AWESOME!!!!
btw: your app is great as it is now.... it's just a question^^
strange_nu_kid said:
Just a quick question:
I use the Standard Windows Hardware Button Assignment and mapped my internet browser button with "rotate Screen"...
now here for the question: Is it possible to write that app for other buttons too? 'cause i'd love to have multifunction on my browser button and your app is almost perfect for it^^ short press = Opera, long hold = rotate... that would be SO AWESOME!!!!
btw: your app is great as it is now.... it's just a question^^
Click to expand...
Click to collapse
Thanks for the comment
I think to do what you've suggested, you'd need something like AEButtons. I've never used it myself, but I believe you can assign different actions for long and short button presses to hardware buttons.
Hope this helps
Thanks thanks thank you very much
another key assignement
is it possible to assignt the exe not to long send button but to windows start button (u know that one in the middle in htc leo-next to home button)
tnx in advance.
karaern said:
is it possible to assignt the exe not to long send button but to windows start button (u know that one in the middle in htc leo-next to home button)
tnx in advance.
Click to expand...
Click to collapse
You'll need to look at other software for that. Try AEButtons. It's not something I use myself, but I believe it will do what you want.
tnx for the fast replay...actually i started to use that toggle and it works fine with long press key.
eve bsb tweek cant rotate application screen on LEO but that toggle does it.
tnx
karaern said:
tnx for the fast replay...actually i started to use that toggle and it works fine with long press key.
eve bsb tweek cant rotate application screen on LEO but that toggle does it.
tnx
Click to expand...
Click to collapse
Glad it's helped mate.
Version 2 will be coming soon, with a settings screen where you can select an orientation, rather than having 3 different downloads.
Thank you vry much.
thanks man!!
Thanks
Many thanks for this, a very useful app
wacky.banana said:
First thing that comes to mind is why did you not combine these into one programme so one can have the option to go left, right or upside down without having to install 3 separate apps?
Click to expand...
Click to collapse
I never liked it the way it was, so I've done some work to give you a UI so you can select a rotation style for the application.
Hope this is better for you
johncmolyneux said:
I never liked it the way it was, so I've done some work to give you a UI so you can select a rotation style for the application.
Hope this is better for you
Click to expand...
Click to collapse
John,
In the language of the streets, "yo da man!"
Just downloaded and will give it a try in a minute. Sounds like just what the doctor ordered.
Cheers again.
WB
PS: Does this mean that our request has given you a chance to hone your UI skills then (lol)?
wacky.banana said:
Does this mean that our request has given you a chance to hone your UI skills then (lol)?
Click to expand...
Click to collapse
Heh - They're far from honed! If it were a windows (PC) app I was building, I'd have no problems. I'm pretty nifty around windows on a PC, but mobile dev is pretty new to me, so I'm just picking it up as I go along. It's always good to find someone asking for something that makes me think "I could do that!"
Cheers for the comments mate - hope you like the new version
Just perfect on my Touch Diamond!!!! Thanks
Towserspvm2000 said:
Just perfect on my Touch Diamond!!!! Thanks
Click to expand...
Click to collapse
Thanks for the comment mate - nice to know it's working well on a different resolution.

[Q] Change the double-press home key?

Hi
I want to use the double press home key to a task switcher, but I cant see how can I change the action and doesnt start the voice command.
Any idea?
press the homekey once but long.
sent from my SGSII via T*patalk
kersh said:
Hi
I want to use the double press home key to a task switcher, but I cant see how can I change the action and doesnt start the voice command.
Any idea?
Click to expand...
Click to collapse
What you're holding is not an iPhone, friend.
So there is no way to change the function of the double tap on the key? Perhaps to something more useful as some probably have no use for the voice command system. Can anyone answer this? And yes I'm sure the op is aware that he or she does not hold an iPhone.
if this is a problem for you, an iphone is the better choice
walda said:
press the homekey once but long.
sent from my SGSII via T*patalk
Click to expand...
Click to collapse
maybe the iphone it is a better choice for the people who doesnt want to modify their OS and work with a fixed one instead of what their want in personal use.
long press for a ****ty multitask it is not the way to go, and with 3 keys 2 click on home is the faster way until we got a multitask like windows mobile 6.5 with taskfacade or something and a click on notification bar to use.
kersh said:
maybe the iphone it is a better choice for the people who doesnt want to modify their OS and work with a fixed one instead of what their want in personal use.
long press for a ****ty multitask it is not the way to go, and with 3 keys 2 click on home is the faster way until we got a multitask like windows mobile 6.5 with taskfacade or something and a click on notification bar to use.
Click to expand...
Click to collapse
I whole-heartedly agree, and I actually have a hard time believing that your question was met with all those snarky comments from a forum dedicated to customizing the most customizable mobile OS on the planet.
I too would like to be able to change the default home double click behaviour. I'm sure it can be done, i just don't know how. Any ideas, people?
Fruktsallad said:
I whole-heartedly agree, and I actually have a hard time believing that your question was met with all those snarky comments from a forum dedicated to customizing the most customizable mobile OS on the planet.
I too would like to be able to change the default home double click behaviour. I'm sure it can be done, i just don't know how. Any ideas, people?
Click to expand...
Click to collapse
I'll give you a sensible response, as of yet, you can't change the double tap function on the S2. It may be customized in the future but so far you'll just have to live with the annoying voice control app.
I hope that helps
Thanks for the non-sarky response
101matt101 said:
I'll give you a sensible response, as of yet, you can't change the double tap function on the S2. It may be customized in the future but so far you'll just have to live with the annoying voice control app.
I hope that helps
Click to expand...
Click to collapse
Indeed it helps. Cheers!
I've seen an application called multitasking pro that supposedly opens with a double tap of the home button. But I guess it wouldn't work on S2 yet, huh?
Fruktsallad said:
Indeed it helps. Cheers!
I've seen an application called multitasking pro that supposedly opens with a double tap of the home button. But I guess it wouldn't work on S2 yet, huh?
Click to expand...
Click to collapse
I don't know, Install it and see, I doubt it will work though, I doubt it'll be able to override a stock Samsung app.
prodygee said:
What you're holding is not an iPhone, friend.
Click to expand...
Click to collapse
Wow, way to be an ass. Never heard of Quick Desk?
All the multitasking of the iPhone from double tap, but with the option to add widgets as well?
If that's not one upping the iPhone at it's own game then I don't know what is.
I for one know I'd rather have a multi tasking app than a voice search I'll never use.
Anyway, the closest i've found is http://android.modaco.com/content/s...odaco-com/340047/take-control-of-home-button/ but this is only working on KE2 as of the moment.
Guys, what I'd like is a long hold on the BACK button to bring up the multi-task menu, this would feel like less of an effort than the long press on HOME.

[Q] [SOLVED]Screen capture

Which is the best/recommended (free) screen capture app on the market, tried one but the picture is like snow, anyone use one thats good on our phone?
Skivit said:
Which is the best/recommended (free) screen capture app on the market, tried one but the picture is like snow, anyone use one thats good on our phone?
Click to expand...
Click to collapse
There s only one app that wrks on our sg3.. But u can find that in market bcs the developer thinks that app dsnt spprt sg3's configuration.. Name is "screen capture shortcut free" .. Find the apk by urself , coz I dnt hav that..
Why do you need one when "Screen Capture" feature is in-built in our phone ? IMO it takes a good enough shot
P.S. - Back Soft Key + Home button is the combination, if ya didnt know...
didnt know that one, many thanx!
Skivit said:
didnt know that one, many thanx!
Click to expand...
Click to collapse
No prob mate, each of us keeps learning from this wonderful community and its exceptional developers
bit fiddly, exits or goes to task manager...
You are doing it in reverse - Hold on to the back key first and then press the Home / Menu button, you will hear the capture sound and you are done! Dont let go of the Back key !!
i'll make that a double thanks then!
it is possible to change the key?
bootsplash said:
it is possible to change the key?
Click to expand...
Click to collapse
If you need app then use Andros from market
Sent from my GT-I5800 using XDA App

Tap to unlock in galaxy s2

hi all, as the title tells is there a way to make it possible? a single tap, double tap or as per user choice, or touching specific area in the display to wake the screen.
the display does wakes from sleep mode when receiving mail,calls extra without touching the keys, so can the same mechanism be achieved to unlock the screen?
bala_gamer said:
hi all, as the title tells is there a way to make it possible? a single tap, double tap or as per user choice, or touching specific area in the display to wake the screen.
the display does wakes from sleep mode when receiving mail,calls extra without touching the keys, so can the same mechanism be achieved to unlock the screen?
Click to expand...
Click to collapse
as like as nokia done in symbian i think....
this is a feature that was on the iphone 4. i had it when i had that phone jailbroken. nice little feature it was. think it is possible just need a coder to make it happen. why not make a suggestion to jkay
Suarez7 said:
this is a feature that was on the iphone 4. i had it when i had that phone jailbroken. nice little feature it was. think it is possible just need a coder to make it happen. why not make a suggestion to jkay
Click to expand...
Click to collapse
i think it should be reported to some dev who develops lock screen app or modify aosp screens, anyway lets pm jkay and see what he suggests
any other idea guys?
bala_gamer said:
any other idea guys?
Click to expand...
Click to collapse
This thread may be a good start. It's an app that lets you re-map the double tap to launch a certain apk. If you somehow change that to the unlock command or create a very basic app that unlocks once open then it should work.
Hollow.Droid said:
This thread may be a good start. It's an app that lets you re-map the double tap to launch a certain apk. If you somehow change that to the unlock command or create a very basic app that unlocks once open then it should work.
Click to expand...
Click to collapse
i think we have to remap the wake event sent by home button or power button to the display unit, lets ask the app dev in your link and see if we can get something fruitful
according to me its a wierd feature..that requires tap to unlock......
always sliding is better nd stylish to use...........
tapping to unlock is a ****ty idea that all nokia symbian based phones exists......
so devs doesnt focussed on this .........
try widget locker or go locker, it provides as many as better nd good screenlocks than u said to make implement by devs.......
gnan10 said:
according to me its a wierd feature..that requires tap to unlock......
always sliding is better nd stylish to use...........
tapping to unlock is a ****ty idea that all nokia symbian based phones exists......
so devs doesnt focussed on this .........
try widget locker or go locker, it provides as many as better nd good screenlocks than u said to make implement by devs.......
Click to expand...
Click to collapse
Put it this way, how about waking the phone from sleep mode using tap instead of pressing power key or home key. Won't that be useful ?
Sent from my GT-I9100 using xda premium
bala_gamer said:
Put it this way, how about waking the phone from sleep mode using tap instead of pressing power key or home key. Won't that be useful ?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I think if that's the case (waking the phone by just tapping and not through the power button) buddy then the phone should be awake to recognize the tap causing battery drain and prevents the phone from going to deep sleep. On the other hand unlocking the phone by double tap might just be a good idea
Sent from my GT-I9100 using xda premium
I wonder what happened about this? Would really be useful, no progress eh?
Does anyone know if a rom which has options "tap to wake" or "tap to unlock" as in G2 ?
You need modifications in kernel in order to do this, and I doubt it would be battery efficient enough to make it work on this phone.
nerotNS said:
You need modifications in kernel in order to do this, and I doubt it would be battery efficient enough to make it work on this phone.
Click to expand...
Click to collapse
yes you are right.Some1 need to impliment on s2's kernel to make it work/

[Q] Re-maping menu touchkey

Hello, I was wondering if is there any way to make the Menu key (The one placed at the right of the home key) to work as the musltitask key on the nexus phone, I had installed a mod that enables the menu panel on the screen as in the nexus, so my phisycal key is useless and I want to map it as the multitask key , I hope you understand what I'm trying to say, if you don't please let me know
Thanks for your time!!!
Ps. My phone is a Xperia Mini Pro Sk17 with ICS
Sent from my Nokia 1100 using XDA premium
danyboy008 said:
Hello, I was wondering if is there any way to make the Menu key (The one placed at the right of the home key) to work as the musltitask key on the nexus phone, I had installed a mod that enables the menu panel on the screen as in the nexus, so my phisycal key is useless and I want to map it as the multitask key , I hope you understand what I'm trying to say, if you don't please let me know
Thanks for your time!!!
Ps. My phone is a Xperia Mini Pro Sk17 with ICS
Sent from my Nokia 1100 using XDA premium
Click to expand...
Click to collapse
First of all, what mod did you install? I want one too. Lol.
As for your menu key, if get any root file manager and go to /system/usr/keylayout/ and examine the .kl files there. As for me, mine is located at cyttsp_key.kl. You should see something like
Code:
# KEY_MENU, KEY_BACK, KEY_HOME
key 139 MENU VIRTUAL
key 158 BACK VIRTUAL
key 102 HOME VIRTUAL
Simply replace MENU with APP_SWITCH and you should be all set. I'm not sure if spacing is important but keep a backup of the original file first before modifying it just in case.
ShedoSurashu said:
First of all, what mod did you install? I want one too. Lol.
As for your menu key, if get any root file manager and go to /system/usr/keylayout/ and examine the .kl files there. As for me, mine is located at cyttsp_key.kl. You should see something like
Code:
# KEY_MENU, KEY_BACK, KEY_HOME
key 139 MENU VIRTUAL
key 158 BACK VIRTUAL
key 102 HOME VIRTUAL
Simply replace MENU with APP_SWITCH and you should be all set. I'm not sure if spacing is important but keep a backup of the original file first before modifying it just in case.
Click to expand...
Click to collapse
Thanks a lot man, I'll try and i will post results , the mod I used is from here: http://forum.xda-developers.com/showthread.php?t=1732816
danyboy008 said:
Thanks a lot man, I'll try and i will post results , the mod I used is from here: http://forum.xda-developers.com/showthread.php?t=1732816
Click to expand...
Click to collapse
Umm, how exactly do I install it? xD
EDIT:
And I'm also using the miniCMSandwich Lite rom lol
Results: Working great ! Now my phone is more like a Nexus
ShedoSurashu said:
Umm, how exactly do I install it? xD
EDIT:
And I'm also using the miniCMSandwich Lite rom lol
Click to expand...
Click to collapse
Well, just download the PACK 1 and flash it on the CWM, and well, I dont use the miniCMSandwich rom, just using the "Fixes"
danyboy008 said:
Results: Working great ! Now my phone is more like a Nexus
Well, just download the PACK 1 and flash it on the CWM, and well, I dont use the miniCMSandwich rom, just using the "Fixes"
Click to expand...
Click to collapse
I don't like the galaxy-ish theme he put, I am just interested in the on-screen menu button, how does it look like? And can I flash with only the menu button on the mod? I mean I don't want the other changes, just the on-screen menu button. I've been trying to do the same thing you did for quite some time now too.
ShedoSurashu said:
I don't like the galaxy-ish theme he put, I am just interested in the on-screen menu button, how does it look like? And can I flash with only the menu button on the mod? I mean I don't want the other changes, just the on-screen menu button. I've been trying to do the same thing you did for quite some time now too.
Click to expand...
Click to collapse
Well, Actually I dont like the background and the "Dual Pane" either, but I dont know how to mod the Framework for make only the option key-on screen, I have already asked to iiandskater for only the menu button and other tweaks instead of all the pack, I hope that he at least teach me how to modify it by myself
danyboy008 said:
Well, Actually I dont like the background and the "Dual Pane" either, but I dont know how to mod the Framework for make only the option key-on screen, I have already asked to iiandskater for only the menu button and other tweaks instead of all the pack, I hope that he at least teach me how to modify it by myself
Click to expand...
Click to collapse
Can you post a scneenshot on how it looks like?
ShedoSurashu said:
Can you post a scneenshot on how it looks like?
Click to expand...
Click to collapse
Okay, just wait a min.
Here you have a little video (Sorry for the quality, recorded with my old C510, )
http://www.youtube.com/watch?v=ktD58NQvObg&feature=youtu.be
danyboy008 said:
Okay, just wait a min.
Here you have a little video (Sorry for the quality, recorded with my old C510, )
http://www.youtube.com/watch?v=ktD58NQvObg&feature=youtu.be
Click to expand...
Click to collapse
Thanks! Does it add the button only on google chrome and settings?
ShedoSurashu said:
Thanks! Does it add the button only on google chrome and settings?
Click to expand...
Click to collapse
Is in every app I have on my phone (Tested them), Youtube, Calls, messages, quickpic, etc...
Btw, I'm editing my own framework res file only with these mods:
- On-Screen option (menu) button
- Action bar with text
- Fast Bluetooth turning On/Off
- Volume slider is moved to bottom (will make you easier to slide it with your finger)
- Notification toast is moved to top (everything's better if can be seen clearly )
So, if you want it I can share it or if you want the framework res with only the On screeen option button, just tell me
danyboy008 said:
Is in every app I have on my phone (Tested them), Youtube, Calls, messages, quickpic, etc...
Btw, I'm editing my own framework res file only with these mods:
- On-Screen option (menu) button
- Action bar with text
- Fast Bluetooth turning On/Off
- Volume slider is moved to bottom (will make you easier to slide it with your finger)
- Notification toast is moved to top (everything's better if can be seen clearly )
So, if you want it I can share it or if you want the framework res with only the On screeen option button, just tell me
Click to expand...
Click to collapse
I just want the one with menu button. How are you editing it? mind adding me up on GTalk? o:
EDIT:
BTW, iiandskater already provided the on-screen button mod so you can skip my request.
ShedoSurashu said:
I just want the one with menu button. How are you editing it? mind adding me up on GTalk? o:
EDIT:
BTW, iiandskater already provided the on-screen button mod so you can skip my request.
Click to expand...
Click to collapse
Oh, well I could teach you how to edit it if you want anyway . And I dont use Gtalk lol
danyboy008 said:
Oh, well I could teach you how to edit it if you want anyway . And I dont use Gtalk lol
Click to expand...
Click to collapse
I'd like to learn too. BTW, why do you not use GTalk? It's like the epitome of messaging between Android phones.
ShedoSurashu said:
I'd like to learn too. BTW, why do you not use GTalk? It's like the epitome of messaging between Android phones.
Click to expand...
Click to collapse
I know, but my friends and family barely know what is an android phone, so I wouldn't have any friend haha

Categories

Resources