Related
What’s needed:
Root Explorer (or ADB for you veterans)
A measure of common sense.
Virtuous Fusion (any version)
Fingers
Alright kids, here we go.
1) Download the attached VoiceCommander.apk
2) Download this zip and extract the file.
3) Use root explorer to move VoiceCommander.apk to /system/app.
4) I gave it rwxrwxr-x permissions (just in case)
5) Move the contents of your extracted lib2 file to /system/lib. Do not move the actual lib2 folder to /system/lib. Your phone won't blow up, the mod just won't work.
6) Reboot.
7) Enjoy.
If using ADB (assuming you downloaded the files to your ADB directory):
1) adb push VoiceCommander.apk /system/app
2) adb push \lib2 /system/lib/
3) fix permissions
4) reboot.
5) Enjoy. lol
There are more than the necessary lib files needed to run Cyberon Voice Commander included in the lib2.zip. This was done on purpose as I’m still testing to find out what other apps I can bring over from the LEAKED Canadian Official Glacier 2.3.3 / 2.1 VANILLA Sense ROM to Virtuous Fusion.
Please click the Thanks button if this helped you out.
Thank you TrueBlue_Drew, ckisgen, eViL D, Football and also anyone else I may have inadvertently left out. You guys rock.
eVil D, please feel free to add this (and anything else I find) into your next Virtuous Fusion update.
If any of you guys want to package this into a flashable .zip file, just let me know and I’ll credit you and add it into the OP.
Finally, the standard disclaimer:
I am not responsible for your phone bricking (I'd truly be amazed if you figured out how to do this by following my instructions and would likely ask for your autograph if you did so), your phone boot-looping, anything Donald Trump says, your first born being born with 13 fingers and 4 toes (exactly), or your girlfriend leaving her cell phone at my place (I reminded her to take it off my night stand).
Side note: Cyberon can map to your genius button if you're using 1.0.2
____________________________________________________________
HTC Locations works as well. However, the widget does not.
Download
Extract
Push to /system/app/
give it rwxrwxr-x permissions
reboot.
Worked like a charm. Good instructions. Nice Interface vs Genius.
macheteZen said:
Worked like a charm. Good instructions. Nice Interface vs Genius.
Click to expand...
Click to collapse
Thanks! I played around with this in the other ROM, but decided I liked Virtuous better. That damn lockscreen/carousel combination is just too damn pretty. Anyway, I liked it enough to bring it over.
Thanks I like having a bit more than just google search!
question is it able to read your text messages aloud like the original genius app does when hands free mode is toggled?
_ice_ said:
question is it able to read your text messages aloud like the original genius app does when hands free mode is toggled?
Click to expand...
Click to collapse
I haven't even tried that yet. Honestly, i've been too busy today to play with it much. I'll try it when i get home. leaving work now.
No it doesn't. Just checked.
Sent from my HTC Vision using XDA Premium App
Christopher3712 said:
No it doesn't. Just checked.
Sent from my HTC Vision using XDA Premium App
Click to expand...
Click to collapse
aww man that just defeats the purpose for me... Always use the genius app handsfree mode :\ tried flashing tru blue drew's genius app but it was a no go might have to rip them manually or something. wanna help me bro? you seem to know more about LIBs and such... idk if ripping the genius app would work..
_ice_ said:
aww man that just defeats the purpose for me... Always use the genius app handsfree mode :\ tried flashing tru blue drew's genius app but it was a no go might have to rip them manually or something. wanna help me bro? you seem to know more about LIBs and such... idk if ripping the genius app would work..
Click to expand...
Click to collapse
I initially tried the genius/dragon 'dicktation' .zip install but that didn't work. I haven't looked much into it yet though. Currently working on this Netflix situation. Will probably look into Genius in a little bit.
Christopher3712 said:
I initially tried the genius/dragon 'dicktation' .zip install but that didn't work. I haven't looked much into it yet though. Currently working on this Netflix situation. Will probably look into Genius in a little bit.
Click to expand...
Click to collapse
okay thanks buddy since trew blue drews is a rip from the mytouch slide. I say you try to rip the one from 2.3.3 mysense 2.1 leaked rom (faux's) that one actually has better responsive time, and voice detection
4-3 v1.3.1 for FC24 is out!! Nothing has changed from 1.2.8. I just incorporated the fix for the low battery issue Calkulin added. Again, watch those file sizes - they get big very quickly.
I've been working on this for a while. Just a little rundown this is the camera from Calkulin's ICS rom so anything he's added to it is still there. I've tested it myself and it works - just make sure to read everything and install it correctly.
*There's an audio/video sync issue, this is across all roms and multiple phones that have this mod. So far there is no fix but it's being looked in to. Until then thanks to rafalense there is a solution to re-sync everthing after you record it.
Use Avidemux (Windows/Linux/BSD/Mac)
Follow rafalense post on using it. HERE
What I've changed:
1080p new(stock)
Superfine: 24Mbit (17)
Fine: 18Mbit (15)
Normal: 14Mbit (13)
720p
Superfine: 18Mbit (12)
Fine: 14Mbit (10)
Normal: 10Mbit (8)
640x480 - because it's used for the front facing camera also
Superfine: 3.159Mbit (3.078) Will implement in next version.
Audio bitrates for these is 128kbps (64 stock)
Sampling rate 48kHz (unchanged from Calkulin's, stock is 16kHz)
While I did put in the time doing the conversions, decompiling, and other stuff - I did not make it silent and a few other things. Credits for that goes to:
Calkulin - ICS goodness, making it silent, other mods I didn't do to this apk.
Agat63 - For helping me out and supporting me on this. Also for including this mod in his rom.
rafalense - For his post on editing the arrays.
To install just use Root Explorer. Any others using adb or terminal - I assume you know what you're doing already there with cp, chmod, and chown commands. Just in case though I put them up in the second post
Just a note: It may close on you a few times - this is normal from what I can tell. After a few tries and a minute or so it will work flawlessly. Also, feel free to bake this into your roms or whatever you desire. Just make sure to give me and others credit if you do.
U haz the bugz? Post them. I'm still new to this but I'll do my best to get them resolved. Have a solution? Post it. Don't leave others hanging.
Terminal code and future plans
Flashable zip located in first post. If you like to do it the 'hard' way, want to learn, or you're just old school like that the permissions for both are rw,r,r change owner/group to root also.
In terminal:
Code:
$su
#mount -o remount,rw /dev/block/mmcblk0p9 /system
#cp /mnt/sdcard/file/location /system/etc
or
#cp /mnt/sdcard/file/location /system/app
#chmod 644 /path/to/file
Then to change owner/group:
#cmown root:root /path/to/file
#reboot
That should get you taken care of
Future plans
More audio adjustments (hopefully 192 without it cutting out)
Increase front cameras 640x480 bitrate
Try to get the time between each picture down.
Raise the FPS above 30 (might be hardware limited)
Currently checking with the OP of THIS thread. Hopefully we can get some of these mods included also. < I got the ok from the dev so I'll be decompiling over the next few days and looking through it to see how/if any of it can be added to this one.
If you can help with any of these (or more) please jump in. I'd especially like some help from anyone knowledgeable in audio/video or photography to help on numbers for quality tweaks. some questions I have are:
Since we only have one mic does setting audio recording to 2 channel really matter or is it better to set it to 1 and let the playback equipment (home theater or VLC for example) decode it to stereo?
How high should the bitrates (video) go before it becomes unnoticeable in terms of quality?
I've heard the stock audio gain is too high - if I can adjust it, how much should I drop it?
If you'd like to see how this is done and try it yourself I have a how-to on page 8, post 75. LINK There's also a 'cheat sheet' attached to the post.
Keep it up. My E4GT being the only video camera I have any improvements to bitrate and other options are good news.
So if we are currently on Calkulin's E4GT 2 v1.1 is this any different from the camera on there?
I'm doing what I can. It's my only one also not to mention I can take it into concerts that won't allow video cameras.
I'm working on the fps setting. I've read that Sammy didn't give us much to play with in that area but hopefully I can get it above 30fps. The bitrates for video can go higher but Potatoman over on the i9100 forum says it doesn't make a difference past 24 or so. It just makes a huge file.
painkillaz said:
So if we are currently on Calkulin's E4GT 2 v1.1 is this any different from the camera on there?
Click to expand...
Click to collapse
Not in looks, just in performance. The bitrates for audio and video are higher which leads to better quality (to a degree). What we got stock just wasn't a good as it should be.
Is this issue (http://forum.xda-developers.com/showthread.php?t=1556355) fixed in this Camera app?
Will this work on gingerbread?
kobridge said:
Is this issue (http://forum.xda-developers.com/showthread.php?t=1556355) fixed in this Camera app?
Click to expand...
Click to collapse
Haven't checked. If it wasn't fixed in Calkulins then it's the same here. I didn't mess with any of that yet. Let me check and I'll update this post.
UPDATE: The image is flipped. It flips it to what someone looking at you would see - not what's on the screen which is more like a reflection in a mirror.
master acehole said:
Will this work on gingerbread?
Click to expand...
Click to collapse
As long as you have a unicorn in your driveway pooping Skittles. Seriously though (you know it will be asked) this doesn't not in any way work on Gingerbread. I actually made one for GB, jst search around in the General section for the E4GT.
i deleted the original camera.apk and replace it with this one, is that all I should have to do to install? I click on in to install like a normal apk but it gives me a parsing error.
Edit: Just a bad DL
spankmaster said:
i deleted the original camera.apk and replace it with this one, is that all I should have to do to install? I click on in to install like a normal apk but it gives me a parsing error.
Edit: Just a bad DL
Click to expand...
Click to collapse
So it's working for you now? And yes, just delete the original camera and put this one in it's place. Change permissions (rw,r,r) and for good measure change the owner and group to root. Reboot.
KCRic said:
Haven't checked. If it wasn't fixed in Calkulins then it's the same here. I didn't mess with any of that yet. Let me check and I'll update this post.
UPDATE: The image is flipped. It flips it to what someone looking at you would see - not what's on the screen which is more like a reflection in a mirror.
Click to expand...
Click to collapse
People expect to get the same picture as shown in the screen and feeling like who's this in the picture because the image reversed. Looks different person.
kobridge said:
People expect to get the same picture as shown in the screen and feeling like who's this in the picture because the image reversed. Looks different person.
Click to expand...
Click to collapse
People are so self absorbed these days Maybe Samsung is trying to correct that??
Seriously, I don't see it as an 'issue' really. Most people won't know or care when you send the the picture. For others - rotate. I guess I could look into it though.
KCRic said:
Haven't checked. If it wasn't fixed in Calkulins then it's the same here. I didn't mess with any of that yet. Let me check and I'll update this post.
UPDATE: The image is flipped. It flips it to what someone looking at you would see - not what's on the screen which is more like a reflection in a mirror.
As long as you have a unicorn in your driveway pooping Skittles. Seriously though (you know it will be asked) this doesn't not in any way work on Gingerbread. I actually made one for GB, jst search around in the General section for the E4GT.
Click to expand...
Click to collapse
10-4 buddy and what you say if I did have a unicorn pooping skittles but in my garage?..... and will try this soon thanks
OP,
Sorry to drop into your thread like this but in OP you promised a flashable zip file and I thought I'll do it.
For those of you who don't wanna deal with adb, rootexplorer, renaming etc. here is the link:
http://jumbofiles.com/l281z31g34oi
This zip will flash new enhanced and silenced camera and at the same time will turn off camera system sounds like shutter, video on and of etc.
OP if it's OK with you just place the link in first post so users don't have to look for it.
If you think I'm outa line here just delete this post and keep link in first post if you want.
agat63 said:
OP,
Sorry to drop into your thread like this but in OP you promised a flashable zip file and I thought I'll do it.
For those of you who don't wanna deal with adb, rootexplorer, renaming etc. here is the link:
http://jumbofiles.com/l281z31g34oi
This zip will flash new enhanced and silenced camera and at the same time will turn off camera system sounds like shutter, video on and of etc.
OP if it's OK with you just place the link in first post so users don't have to look for it.
If you think I'm outa line here just delete this post and keep link in first post if you want.
Click to expand...
Click to collapse
Agat63 thanks for the save on that zip. Been busy here at work today. I'll put up the link right now.
Works like a charm, thanks to both of you!
jnhelman said:
Works like a charm, thanks to both of you!
Click to expand...
Click to collapse
Glad you like it.
BTW to best of my knowledge silent cameras are illegal in some of the states.
You guys better check it out.
If any problems just use rootexplorer and rename:
/system/media/audio/ui/Shutter_01.mp3 to Shutter_01.ogg.
It will turn on camera shutter sound.
Yeah, it's frowned upon lol
Good call. I'm hoping most people know that by now. Just don't do anything idiotic with it (you know what I mean...)
Anyway, uploaded another file and instructions for using terminal to install all of this. Almost forgot to include it. The camera doesn't work to it's full potential without it. Agat63, I'm working late - could you include it in the zip and I'll update the link in the OP in a bit. I posted where it needs to go inside the rom.
******NOOB WARNING*****'
I've been searching for a few days and haven't come up with anything. I'm trying to remap my search key to have it launch my camera instead. I just rarely use it and very much miss my dedicate camera hard key. I've tried the button remapper on one of these threads to no avail there seems to be one dedicate to Galaxy S phones but when I launched that one it said I wasn't using a supported device ( I've got a Samsung Galaxy S2 SGH-T989), and when I downloaded the other button remapper it launched just fine but when I changed the command for the search key to camera it did nothing. Next I went into my root explorer and copied all .kl files with the 217 search key that I was lead to believe was the one I needed to edit and put them on my external sd and then preceded to modify the originals from "SEARCH" to "CAMERA." But that attempt failed as well. All that did was disable my search key all together. Not sure if I was on the right track here and just missed something or if that's just a completely idiotic attempt. Either way I've just Typically failed at my noobish attempt at Remapping my search key. If anyone can help this sad and disgraced noob please let me know.
Thanks!
P.S. My phone is rooted and I'm just running plain ole ICS 4.0.3 and I'm gonna post a screens of "about phone" section incase that helps at all. Sorry if I sound like an idiot but I'm very new to all this. Just rooted my first phone a few weeks ago. So if you could keep that in mind when you reply it would be much appreciated. Thanks again
jalight27 said:
******NOOB WARNING*****'
I've been searching for a few days and haven't come up with anything. I'm trying to remap my search key to have it launch my camera instead. I just rarely use it and very much miss my dedicate camera hard key. I've tried the button remapper on one of these threads to no avail there seems to be one dedicate to Galaxy S phones but when I launched that one it said I wasn't using a supported device ( I've got a Samsung Galaxy S2 SGH-T989), and when I downloaded the other button remapper it launched just fine but when I changed the command for the search key to camera it did nothing. Next I went into my root explorer and copied all .kl files with the 217 search key that I was lead to believe was the one I needed to edit and put them on my external sd and then preceded to modify the originals from "SEARCH" to "CAMERA." But that attempt failed as well. All that did was disable my search key all together. Not sure if I was on the right track here and just missed something or if that's just a completely idiotic attempt. Either way I've just Typically failed at my noobish attempt at Remapping my search key. If anyone can help this sad and disgraced noob please let me know.
Thanks!
P.S. My phone is rooted and I'm just running plain ole ICS 4.0.3 and I'm gonna post a screens of "about phone" section incase that helps at all. Sorry if I sound like an idiot but I'm very new to all this. Just rooted my first phone a few weeks ago. So if you could keep that in mind when you reply it would be much appreciated. Thanks again
Click to expand...
Click to collapse
If you have clockworkmod recovery, or any custom recovery, flash attached file via recovery.
Did I do something wrong here?
elesbb said:
If you have clockworkmod recovery, or any custom recovery, flash attached file via recovery.
Click to expand...
Click to collapse
Ok, well let me start out by saying I'm a moron. Below I posted and the whole recovery thing went way over my head. Lets just say the scapegoat there was not enough sleep and being way over worked. But anyway after writing that I realized how stupid I was. So I immediately pulled my head but of my but and went into recovery mode and installed your zip from there, reported, and still nothing for my search key. Is it because I screwed the pooh on my first attempt? Read the dribble I posted first and please lemme know:
First off, thank you very much for taking the time to reply and do all this for me. After reading your post I went out and got clockwork Rom manager which also lead me to download clockwork recovery. I then preceded to click on the zip file you provided and when it completed downloading I opened it. I took a snapshot of the screen that popped up. I clicked yes leaving the box checked that the program had checked for me (just as it is in the screen shot). Afterthat the phone preceded to do it's thing and a few minutes later the phone rebooted and now if I hit the search key it vibrates but doesn't actually do anything. Did I do something wrong along the way? Again, I really do appreciate you taking the time out for me and I'll be awaiting your response. Thanks!"
Stupid, I know. But I'll assume that that's probably the problem. If I can find some time tomorrow I'll try revolving the copy of the Rom I made before I killed my search key and then do it properly, and hopefully that'll be that and I'll FINALLY have my search key camera. Thanks again!
jalight27 said:
Ok, well let me start out by saying I'm a moron. Below I posted and the whole recovery thing went way over my head. Lets just say the scapegoat there was not enough sleep and being way over worked. But anyway after writing that I realized how stupid I was. So I immediately pulled my head but of my but and went into recovery mode and installed your zip from there, reported, and still nothing for my search key. Is it because I screwed the pooh on my first attempt? Read the dribble I posted first and please lemme know:
First off, thank you very much for taking the time to reply and do all this for me. After reading your post I went out and got clockwork Rom manager which also lead me to download clockwork recovery. I then preceded to click on the zip file you provided and when it completed downloading I opened it. I took a snapshot of the screen that popped up. I clicked yes leaving the box checked that the program had checked for me (just as it is in the screen shot). Afterthat the phone preceded to do it's thing and a few minutes later the phone rebooted and now if I hit the search key it vibrates but doesn't actually do anything. Did I do something wrong along the way? Again, I really do appreciate you taking the time out for me and I'll be awaiting your response. Thanks!"
Stupid, I know. But I'll assume that that's probably the problem. If I can find some time tomorrow I'll try revolving the copy of the Rom I made before I killed my search key and then do it properly, and hopefully that'll be that and I'll FINALLY have my search key camera. Thanks again!
Click to expand...
Click to collapse
That happened to me as well. I then opened up my camera and pressed the search key while my camera was open. It took a picture. And booted, after that, pressing the search key then launched the camera. So try that.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
---------- Post added at 02:29 PM ---------- Previous post was at 02:22 PM ----------
elesbb said:
That happened to me as well. I then opened up my camera and pressed the search key while my camera was open. It took a picture. And booted, after that, pressing the search key then launched the camera. So try that.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Alright what I just did now, launch whatever camera app you use. Press the back button. Press and hold the search button. Should work.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Beautiful
elesbb said:
That happened to me as well. I then opened up my camera and pressed the search key while my camera was open. It took a picture. And booted, after that, pressing the search key then launched the camera. So try that.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
---------- Post added at 02:29 PM ---------- Previous post was at 02:22 PM ----------
Alright what I just did now, launch whatever camera app you use. Press the back button. Press and hold the search button. Should work.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Beautiful. Just did what you said and works perfectly. Might have even been working before I just didn't hold the button when I was doing it yesterday. Thank you so much. Was kinda sceptical when I posted that I would just get a bunch of condescending remarks, but very happy to see this site isn't like some others I've been too. Anyway though, thanks a million. This is gonna be awesome for my twins. I keep missing good photos cuz it takes that extra few seconds to find my camera. Now I'll be able to get to it in a flash. Thanks again. You're awesome.
jalight27 said:
Beautiful. Just did what you said and works perfectly. Might have even been working before I just didn't hold the button when I was doing it yesterday. Thank you so much. Was kinda sceptical when I posted that I would just get a bunch of condescending remarks, but very happy to see this site isn't like some others I've been too. Anyway though, thanks a million. This is gonna be awesome for my twins. I keep missing good photos cuz it takes that extra few seconds to find my camera. Now I'll be able to get to it in a flash. Thanks again. You're awesome.
Click to expand...
Click to collapse
Not a problem! I have my camera set to a short cut on the lockscreen and a gesture when I'm in my phone lol. But that's a good idea to just assign it to another button
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
elesbb said:
Not a problem! I have my camera set to a short cut on the lockscreen and a gesture when I'm in my phone lol. But that's a good idea to just assign it to another button
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Hello again. I just download my first new ROM, Jedi mind trick, and I obviously lost my search button camera. Since I'm not running the stock ROM will the zip file you sent me previously still work to replace my search key with launching the camera? Thanks in advance!
The keymap files are at /system/usr/keylayout/
Different ROMs probably have different files, but I guess you can find the file(s) you need to change from "SEARCH" to "CAMERA"
Keep in mind, do a backup before change anything.
angellsl said:
The keymap files are at /system/usr/keylayout/
Different ROMs probably have different files, but I guess you can find the file(s) you need to change from "SEARCH" to "CAMERA"
Keep in mind, do a backup before change anything.
Click to expand...
Click to collapse
Right, always sure to do that. I made a backup of all the files I edited last time. Edited all the keylayout files last time though and didn't do anything. Maybe I missed one though. I'll give it a try and edit it when I'm do though. Thanks for the info!
---EDIT---Totally worked. Actually I think I had it set the first time I did this on my stock ICS Cruz when I pressed the search key once in camera it took a pic but the problem I was having all along was I just wasn't holding it down. Typical noob right? Oh well, learned my lesson. Try absolutely EVERYTHING before posting and sounding like a moron, lol. Anhway, elessb, would it be possible for you to instruct me on how to get to my camera on my lock screen like you have it. That would just be beyond amazing.
jalight27 said:
Right, always sure to do that. I made a backup of all the files I edited last time. Edited all the keylayout files last time though and didn't do anything. Maybe I missed one though. I'll give it a try and edit it when I'm do though. Thanks for the info!
---EDIT---Totally worked. Actually I think I had it set the first time I did this on my stock ICS Cruz when I pressed the search key once in camera it took a pic but the problem I was having all along was I just wasn't holding it down. Typical noob right? Oh well, learned my lesson. Try absolutely EVERYTHING before posting and sounding like a moron, lol. Anhway, elessb, would it be possible for you to instruct me on how to get to my camera on my lock screen like you have it. That would just be beyond amazing.
Click to expand...
Click to collapse
Which ROM are you on? The cm ROMs have custom shortcuts so that's how I got it there.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
elesbb said:
Which ROM are you on? The cm ROMs have custom shortcuts so that's how I got it there.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
I've got Jedi Mind Trick running right now. Its blazing fast but its kinda buggy. Was in love with it at first, but the longer I have it, the more it's annoying me. Programs seem to freeze up quite often and stall out the phone for 30 seconds or so, and it seems to be doing it at least 3/4 times a day. I've heard good things about the cm ROMs. I know its kinda off topic, well maybe not all that much since I'm interested in the camera shortcut, but is there a specific ROM you'd reccomend concerning the camera shortcut, and of course with overall functionality in mind as well.
Thanks!
jalight27 said:
I've got Jedi Mind Trick running right now. Its blazing fast but its kinda buggy. Was in love with it at first, but the longer I have it, the more it's annoying me. Programs seem to freeze up quite often and stall out the phone for 30 seconds or so, and it seems to be doing it at least 3/4 times a day. I've heard good things about the cm ROMs. I know its kinda off topic, well maybe not all that much since I'm interested in the camera shortcut, but is there a specific ROM you'd reccomend concerning the camera shortcut, and of course with overall functionality in mind as well.
Thanks!
Click to expand...
Click to collapse
The latest jelly bean nightly from either Erick or binaryBishop is amazing. It's better than my official nightly from cyanoGen mod on my s3
Sent from my SGH-T999 using Tapatalk 2
Does anyone know if there is a working app mod or hack to enable the incredible2 to have nexus-like on-screen buttons and disabling the lights and functions of the hardware buttons like on ParanoidAndroid has it?
cowboyv said:
Does anyone know if there is a working app mod or hack to enable the incredible2 to have nexus-like on-screen buttons and disabling the lights and functions of the hardware buttons like on ParanoidAndroid has it?
Click to expand...
Click to collapse
This is the main reason I stick with PA. If someone can mod the framework of the rom you are using, it may be option, but most of the roms don't have that built in. You might mention it in the thread of the rom you use and see if someone can hook you up.
Yeah, I'm wondering if maybe you can copy and paste the frameworks folder from PA rom to the other rom and if that would activate the on screen buttons.
I doubt that would be a good idea, but I'm not the one to answer that one.
Sent from my Incredible 2 using xda premium
cowboyv said:
Yeah, I'm wondering if maybe you can copy and paste the frameworks folder from PA rom to the other rom and if that would activate the on screen buttons.
Click to expand...
Click to collapse
Just a warning, that very well may put your phone into a boot loop, if you decide to try it......BACKUP first
Sent from my Incredible 2 using xda app-developers app
@Phantom: according to this thread it's just a matter of decompiling framework-res.apk, making some changes and then recompiling the whole thing, which is why I'm thinking maybe it is as simple as copying/pasting the apk.
@Tricsuit: Yeah, I know. I already learned my lesson and before attempting stupid ideas like this one, I run a full back up of the rim, settings, apparently and data, and then make sure to save the back up file in my box to be able to retrieve it from my computer just in case something else hiccups.
cowboyv said:
@Phantom: according to this thread it's just a matter of decompiling framework-res.apk, making some changes and then recompiling the whole thing, which is why I'm thinking maybe it is as simple as copying/pasting the apk.
@Tricsuit: Yeah, I know. I already learned my lesson and before attempting stupid ideas like this one, I run a full back up of the rim, settings, apparently and data, and then make sure to save the back up file in my box to be able to retrieve it from my computer just in case something else hiccups.
Click to expand...
Click to collapse
Thanks for the share m8, I will try to look into this one more over the weekend. If you decide to give it a go with a copy and past let me know how it works out.
Yeah, I'm on call for the next couple of days so I won't be able to play with the rom, but if I'm able to make it work I'll post it here. :beer:
Welp, I began to toiler around with this, succeed in decompiling res-framework.apk, changing the bools, arrays and dimens values and added the menu images, basically all the way down to step 5, but I can't seem to recompile it back into .apk... uhm... a little help guys? ^^;
Dear XDA Developers,
I have searched everywhere looking for a way to get this Half Life Quake port working on my Xperia Play. So far out of the few Quake android ports. Ql4A is the only one that runs it, and it doesn't let press buttons and there is no use item. The other ports don't works as well, so I recommend using Ql4A. Has anyone found a way to get it working or found an alternative Quake port that is able to run the game with use button working? Is there a Xperia Play optimized Quake port that can run this? Please help, I want to play Half LIfe so bad!
I know its possible because of this.
Please help!
Here is the source for the ported Half Life Quake game that includes the Quake Half Life data
PLEASE HELP!
Ok, i finally figured it out by myself. (thanks for the help guys)
Heres what you do:
Edit in config.cfg buttons, and it just to be sure to root of game (\Quake) and all roots of mods (\Quake\hl).
-It's important to set "usebutton" in Config.cfg, there's no way, how you can set it in game; I set it on JOY1, it's my joystick button, and I advice to you, to set primary and secondary fire too, I set it on q and r, it's my softkeys (that two under display, depends on your device, you can't found it in game controls settings).
Config is opened as text
One more thing, does anyone have this file or this file.
Basically the file from this post here:
sisah it seems like you updated this mod from the first link you gave on this forum? People give this link on youtube for your HL psp mod:
http://files.filefront.com/hlzip/;12088502;/filein
it's bigger in size (339 MB ) and it's better!
This is really amazing work; I don't know how you got all these half life models and maps to work with Kurok.....you even have the flashlight working, and the use button for using the health and armor chargers and doors. Crouching also works for the most part with the select button. And secondary fire! You're very good at quakeC. great work
One question, why do the models seems like jelly? They don't have a perfectly solid shape
Click to expand...
Click to collapse
I'm going to try to create a tutorial with all this stuff and a working config.cfg file for you noobs out there, I might even create a special app just for this if people can give me these files
couldent you do this???:
http://www.youtube.com/watch?v=XJJAMXSfZSc
With that you can even map buttons?
The problem with that is its extremely laggy...
Sent from my R800i using xda app-developers app
How did you do that?
do what?
How do u set a use button?i've try to set a use button but it didn't work for me?can u please help me i really need ur help!
farisz97 said:
How do u set a use button?i've try to set a use button but it didn't work for me?can u please help me i really need ur help!
Click to expand...
Click to collapse
I never figured it out. But if you download quake touch and select the folder where you keep the half life mod files and then set the menu button as something you can do it. Email the Quake Touch developer who is really helpful if you can't figure out how to set the button