[Q] [APP] Help locating Guncrafter folder - Android Q&A, Help & Troubleshooting

hey guys,hopefully someone will help me around here.im having trouble finding my guncrafter folder on my galaxy tab 2!
was hoping someone on herre would atleast know or could help me.
help is always appreciated
thanks

If you want to look at files on your Device. I recommend ES File Explorer. Works great on both Rooted, and Non-Rooted Devices.

prboy1969 said:
If you want to look at files on your Device. I recommend ES File Explorer. Works great on both Rooted, and Non-Rooted Devices.
Click to expand...
Click to collapse
I do use that and the stock,i cant seem to find the folder. please help!

Did you check in data / app. ?
TEAM MiK
MikROMs Since 3/13/11

Related

Voice Recorder

Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
I think you would be better served to post this in the dev section.
narcopolypse said:
I think you would be better served to post this in the dev section.
Click to expand...
Click to collapse
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
same hear, whoever has this could you please post it
Alex530 said:
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
Click to expand...
Click to collapse
True, but it is still the appropriate section to post this request in. Some people just don't seem to realize it... and they're a bunch a doody heads.
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
Does it work with the current 2.2 roms?
hanbaoquan15 said:
Does it work with the current 2.2 roms?
Click to expand...
Click to collapse
Don't know. Hang on a minute, I'll check.
Don't know why but de-odexer failed to de-odex it. I'm running a de-odexed rom so I can't test it now.
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
thanx, i owe you a beer
will try this in a few
Anyone? Bueller? Bueller?
vtxGump said:
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
Click to expand...
Click to collapse
No worries. Coincidentally, I happened to de-odex that file since my last post. So here is the de-odexed version that I have running perfectly on Froyo. And since you need it I'll attach a de-odexed copy of the file manager as well.
Thanks man
Sent from my SGH-T959 using XDA App
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
vtxGump said:
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
Click to expand...
Click to collapse
Yes there is.
First you need to install the SDK.
Then plug your phone into your computer, enable USB debugging, open a command prompt on your computer, navigate to the folder where your apk resides and enter the following commands:
Code:
C:\Phone Hacking\Vibrant>adb root
restarting adbd as root
C:\Phone Hacking\Vibrant>adb shell mount -o remount,rw /dev/block/st19 /system
C:\Phone Hacking\Vibrant>adb push VoiceRecorder.apk /system/app/
C:\Phone Hacking\Vibrant>adb reboot
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
vtxGump said:
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
Click to expand...
Click to collapse
The reason you got an error about adb not switching to root mode is that you are running a production kernel. You might consider changing to a custom kernel. You can run a rooted kernel along with your current rom.
I would suggest one of Eugene's custom kernels. I currently run A4 but there is a new A5 out that I will switch to later tonight.
If you can't figure out how to install it send me another message. I'll be glad to help.
Edit: Just updated to A5. Runs Great! Super fast awesomeness!
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
Try this,from Bionix final.Copy to root and use root explorer to copy to system/app.
This is my first week with rooting/flashing. My primary reason for going this route has been to get some froyo goodness and extend my battery life. I have been reading that the stock kernel is the best way to get the most battery life. What do the custom kernels get you? I've stayed away from the lag fixes as well for the same reason.
Thanks for being so helpful.
Sent from my SGH-T959 using XDA App

[Q] Ex

Hello. Well... yes im a noob. I wonder know how I can extract the wallpaper of a certain Cyagenmod rom, this one: GinTonic.SE
(http://forum.xda-developers.com/showthread.php?t=1207740).
Because well... i like it alot haha. I tried it to make a back up for de APK and seaching de files usin the root explorer but had no success.
I was trying different ROM and liked it more than was the FROYOBREAD, I think I'll stay with that because it has the fewest bugs.
I would like to eventually learn to make my own ROM drive and one with those.
maybe ask the dev for the pic? i guess that would be the most direct solution.
Teh_Chuz said:
Hello. Well... yes im a noob. I wonder know how I can extract the wallpaper of a certain Cyagenmod rom, this one: GinTonic.SE
(http://forum.xda-developers.com/showthread.php?t=1207740).
Because well... i like it alot haha. I tried it to make a back up for de APK and seaching de files usin the root explorer but had no success.
I was trying different ROM and liked it more than was the FROYOBREAD, I think I'll stay with that because it has the fewest bugs.
I would like to eventually learn to make my own ROM drive and one with those.
Click to expand...
Click to collapse
ok....try dis....extract the "CMWallpapers.apk" using root explorer. copy the apk to ur desktop/laptop. use "winRAR" 2 open the apk's. go to "res"...then "drawable-hdpi". u have the png's dere ..however, it's always better 2 ask for the developers consent before extracting the wallpapers
if i helped you, press the thanks button
achyut, it works.Thank you very much. I just want a picture to use of wallpapaper, I expect no problems. :/

question about super nexus rom

hi, people. I'm new to this forum, as you all know, newbie gotta have 10 post in order to reply! lol... so I'm trying!
anyway, I have question about the super nexus rom from faryaab.
1- anyone have an idea how to connect phone to kies? I have try everything I can, just won't connect to kies.
2- I can't find file folder anymore on the phone with super nexus rom
Thank you people!! :good:
Kies works only with stock Samsung FW's.
And I don't understand 2nd question. What do you mean by "file folder"?
no1hustler said:
hi, people. I'm new to this forum, as you all know, newbie gotta have 10 post in order to reply! lol... so I'm trying!
anyway, I have question about the super nexus rom from faryaab.
1- anyone have an idea how to connect phone to kies? I have try everything I can, just won't connect to kies.
2- I can't find file folder anymore on the phone with super nexus rom
Thank you people!! :good:
Click to expand...
Click to collapse
1. Kies only work for Stock based ROM
2. My files is not preinstalled in Super nexus Rom. If you want to access your files and folders, you have to download a file manager from Google Playstore (market). I recommend Solid Explorer or Es file explorer. both are free..
Jokesy said:
1. Kies only work for Stock based ROM
2. My files is not preinstalled in Super nexus Rom. If you want to access your files and folders, you have to download a file manager from Google Playstore (market). I recommend Solid Explorer or Es file explorer. both are free..
Click to expand...
Click to collapse
problem solved..!! :laugh: thank you so much.. it have something to do the new file manager.., somehow it's locate in different place .. lol
Hi just want to ask how I can access my external memory I'm using super nexus ROM build 3
Yhenzo15 said:
Hi just want to ask how I can access my external memory I'm using super nexus ROM build 3
Click to expand...
Click to collapse
install a file manager. when first starting a file manager you are at /sdcard so you probably need to go up to /
Go to /sdcard1/

[Q] Need stock media_profiles.xml and camera_config.xml files

Hello! I recently downloaded a camera mod for my VS985 and I completely forgot to backup my media_profiles.xml and camera_config.xml files when I overwrote them.
So can any kind and good soul be able to provide me with both stock xml files for those please?
Thank you sooooo much in advance!
ayohyejin said:
Hello! I recently downloaded a camera mod for my VS985 and I completely forgot to backup my media_profiles.xml and camera_config.xml files when I overwrote them.
So can any kind and good soul be able to provide me with both stock xml files for those please?
Thank you sooooo much in advance!
Click to expand...
Click to collapse
Anything yet? I need these files as well.
Know where they are located on the phone? I have access to a rooted still non modified G3.
robertwhitten87 said:
Know where they are located on the phone? I have access to a rooted still non modified G3.
Click to expand...
Click to collapse
If you have root explorer installed, head to: /system/etc directory, and both files should be there!
I posted these to my sftp server, crackrobba.no-ip.biz on port 2222. User is "xda" password is "xdapassword". AndFTP is a decent sftp client for android if you need one. Filezilla works for desktops.
bobcat987 said:
I posted these to my sftp server, crackrobba.no-ip.biz on port 2222. User is "xda" password is "xdapassword". AndFTP is a decent sftp client for android if you need one. Filezilla works for desktops.
Click to expand...
Click to collapse
So late, but thank you soooo much!!!!
Broken link
Can you repost those files? The link you gave is broken and I desperately need them... Thanks!
flappybob123 said:
Can you repost those files? The link you gave is broken and I desperately need them... Thanks!
Click to expand...
Click to collapse
https://drive.google.com/file/d/0BxKSAl5Wk_oiLU11ckplTjFaR2M/view?usp=sharing
Thank you so much
Thank you so much! You sir, have just saved me from restoring my phone!
flappybob123 said:
Thank you so much! You sir, have just saved me from restoring my phone!
Click to expand...
Click to collapse
No problem man:good:

Trouble With Root Explorer.

Trouble with Root Explorer.
Hi. I'm new here. So i'm having trouble while copying file to system folder. Please help me.
file:///D:/12004879_1626417864299904_4136279519103361624_n.jpg
VyDuCk!3N said:
Hi. I'm new here. So i'm having trouble while copying file to system folder. Please help me.
file:///D:/12004879_1626417864299904_4136279519103361624_n.jpg
Click to expand...
Click to collapse
Can you be more specific, like what do you wanna copy and in which particular folder do you wanna copy.
& you cannot upload a screenshot in XDA unless you post 10 posts. so be specific if you want anyone to help you

Categories

Resources