System Sounds - Hero CDMA Themes and Apps

There an easy way to change the system sounds ?
Stuff like Unlock etc

Dyrinth said:
There an easy way to change the system sounds ?
Click to expand...
Click to collapse
The system/ media/ audio folder holds your sounds. You can go in and replace the sounds with the sounds you want but keep the name the same.
You can use audacity to make Ogg files.
Sent from my HERO200 using XDA App

Seems that i cant replace them permissions issue

Dyrinth said:
Seems that i cant replace them permissions issue
Click to expand...
Click to collapse
you'll need to use a root shell in adb or make a flashable.zip or root explorer.
adb remout
adb shell
rm system/media/audio/<sound folder>/sound.ogg
push sound.ogg system/media/audio/<sound folder>/sound.ogg

Related

[Boot Screen] Custom EVO animation

Hope this isn't against protocol. I posted this in the "HOWTO" thread, but in the event there are people that don't venture into that area...I think it looks pretty nice and it's customized for the Evo.
Here's what I'm using...
I had to cut it down significantly from my original plan because of the boot speed...but this lines up pretty perfect on my Evo. Here are the links if anyone wants to download themselves:
http://www.mediafire.com/file/jadhnz2m3my/bootanimation.zip
http://www.mediafire.com/file/wmnz2ntnxry/SPC_animation_final.mp3
Pretty sure you have to be ROOTED for this to work (I am).
adb remount
adb push bootanimation.zip /system/customize/resource
adb push SPC_animation.mp3 /system/customize/resource
adb shell reboot
ocelot4ark said:
Pretty sure you have to be ROOTED for this to work (I am).
adb remount
adb push bootanimation.zip /system/customize/resource
adb push SPC_animation.mp3 /system/customize/resource
adb shell reboot
Click to expand...
Click to collapse
Good Morning, This was pretty cool so I thought i would do it. Just one thing to add about your adb instructions. Pushing the mp3 is missing "_final".
It should read
adb push SPC_animation_final.mp3 /system/customize/resource
Again thanks
Can this be installed without adb? And if so how please?
I love it so cool. Can the sound be taken out as well tho?
!
rjmjr69 said:
Can this be installed without adb? And if so how please?
I love it so cool. Can the sound be taken out as well tho?
Click to expand...
Click to collapse
I don't believe it can be done without adb. Unless you found a way to navigate to /system folder.
and by not pushing the sound file(.mp3) the sound will be taken out.
I love this nice job!
you can use root explorer if you like..
Besides the fact that it says Droid I like it..it may be my ROM but I had to change the sound file to android_audio.mp3 to get it to play.
Sent from my PC36100 using Tapatalk
papaskispartan said:
Good Morning, This was pretty cool so I thought i would do it. Just one thing to add about your adb instructions. Pushing the mp3 is missing "_final".
It should read
adb push SPC_animation_final.mp3 /system/customize/resource
Again thanks
Click to expand...
Click to collapse
Ooops! Nice catch and thanks for pointing that out!
MrDSL said:
you can use root explorer if you like..
Besides the fact that it says Droid I like it..it may be my ROM but I had to change the sound file to android_audio.mp3 to get it to play.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Hmmm that is weird...The actual mp3 was just edited from an incredible boot up when the file WAS named android_audio.mp3. Glad that you got it figured out, though.
please help
i dont know what im doing wrong but every time i try to push the bootanimation.zip i get
cannot stat 'bootanimation.zip' :no such file or directory
and i have both the bootanimation.zip and the mp3 file in my tools folder and help would be greatly appreciated thanks in advanced
rjmjr69 said:
Can this be installed without adb? And if so how please?
I love it so cool. Can the sound be taken out as well tho?
Click to expand...
Click to collapse
Terminal Emulator app in the market will do this.
su
cat /sdcard/download/bootanimation.zip > /system/customize/resource/bootanimation.zip
Tried that using beterterminal and I get an access denied error read only???
From adb I get cannot stat no such such file or directory "bootanimation.zip"
rjmjr69 said:
Tried that using beterterminal and I get an access denied error read only???
From adb I get cannot stat no such such file or directory "bootanimation.zip"
Click to expand...
Click to collapse
I have never used beter terminal. Try the terminal emulator from jack palevich. It is in the market place for free.
Denied access, read only in the emulator sounds like you didnt put in 'su' first. Once you enter type su in the prompt should change to #
your adb error sounds like you need to either mount the sdcard or change it to charge only.
I put the files in there but the damn SPRINT animation which I hate with a passion keeps playing. I can adb shell into my phone and see the files in /system/customize/resource but it doesn't pick it up automatically. Is there anything else I need to do to get rid of the SPRINT one?
I am rooted using the 2 root safe versions of the OTA updates, but otherwise stock build. I have also tried using the boot animation replace utility someone else on here developed ... it says it worked as well ... but then the stupid sprint one plays. Any ideas? I have a bunch of stuff in my resource folder I also have these files in my customize folder:
AAInfo.txt
COMMON.xml
cid_map.xml
resource
1_00_sample.xml
CID
mccmnc.xml
MNS
default.xml
mns_map.xml
I didn't know if maybe one of these tells it to point at the sprint boot instead of the custom one I put in... ?
what would be cool is if at the end when it says droid the word evo falls from the top and crushes the droid word. lol just a suggestion.
**EDIT** Problem resolved.
By the way I got mine to work, I had to boot into recovery and adb mount /system in order to get it working...
My favorite is the decepticon one but it is too small and I couldnt get it to work after resizing the png's and modifying the text...
timkdodson said:
I put the files in there but the damn SPRINT animation which I hate with a passion keeps playing. I can adb shell into my phone and see the files in /system/customize/resource but it doesn't pick it up automatically. Is there anything else I need to do to get rid of the SPRINT one?
I am rooted using the 2 root safe versions of the OTA updates, but otherwise stock build. I have also tried using the boot animation replace utility someone else on here developed ... it says it worked as well ... but then the stupid sprint one plays. Any ideas? I have a bunch of stuff in my resource folder I also have these files in my customize folder:
AAInfo.txt
COMMON.xml
cid_map.xml
resource
1_00_sample.xml
CID
mccmnc.xml
MNS
default.xml
mns_map.xml
I didn't know if maybe one of these tells it to point at the sprint boot instead of the custom one I put in... ?
Click to expand...
Click to collapse
Does this work with Froyo? Sound also?
ocelot4ark said:
Hope this isn't against protocol. I posted this in the "HOWTO" thread, but in the event there are people that don't venture into that area...I think it looks pretty nice and it's customized for the Evo.
Here's what I'm using...
I had to cut it down significantly from my original plan because of the boot speed...but this lines up pretty perfect on my Evo. Here are the links if anyone wants to download themselves:
http://www.mediafire.com/file/jadhnz2m3my/bootanimation.zip
http://www.mediafire.com/file/wmnz2ntnxry/SPC_animation_final.mp3
Pretty sure you have to be ROOTED for this to work (I am).
adb remount
adb push bootanimation.zip /system/customize/resource
adb push SPC_animation.mp3 /system/customize/resource
adb shell reboot
Click to expand...
Click to collapse
It would be better without the Droid part! Can you do one?
**EDIT**
Never mind, i just deleted the EYE folder and edited the .txt, but now i have one question,where is the original botanimation.zip located? i push yours to /system/customize/resource using root explorer (since i hate adb shell) and it didn't ask for overwrite so...it wasn't there.
This has potential to ber the best boot animation around but I don't like how it says droid. That's the only thing keeping me from switching right now.
Dredge said:
This has potential to ber the best boot animation around but I don't like how it says droid. That's the only thing keeping me from switching right now.
Click to expand...
Click to collapse
I pushed it without the mp3
ummm when using adb do i transfer the zip file to the root in sdcard? im new at this, i know how to open shell but i just dont know exactly where to put the file after i download it.
mikevillarroel said:
I pushed it without the mp3
Click to expand...
Click to collapse
I dont mean literally "says" I mean the text...

[Q] How to turn off Camera shutter sound?

Has anyone found a Camera app that is compatible with XT720 ?
or know of a way to disabling the stock Camera shutter sound ?
many of the apps that works fine (on/off sound) on my other phones it doesn't seem to work on the XT720
it seems to completely ignore if you have the shutter sound off, even on camera apps that provide that option.
I just plugged-in my earphone, so the sound is redirected to the earphone instead of the camera speaker. ... that's the fastest way to do.
go to /system/media/audio/ui/ and look for cameraXXXX.ogg and either rename it or cut and paste it somewhere else. no more click
holly ****! "silent mode" does not work...
go to adb shell...
su
mount -o remount,rw /dev/block/mtdblock4 /system
mv /system/media/audio/ui/camera_click.ogg /system/media/audio/ui/camera_click.ogg.old
mv /system/media/audio/ui/VideoRecord.ogg /system/media/audio/ui/VideoRecord.ogg.old
exit
done...so eazy ...huh!
ps/ no need the the rubbish app...xt720 cannot be mute by app or silent button..
excellent ideas
reaperzero said:
go to /system/media/audio/ui/ and look for cameraXXXX.ogg and either rename it or cut and paste it somewhere else. no more click
Click to expand...
Click to collapse
Good idea but the files are write protected. Can't rename, delete or move. Anything can be done about this?
mlevit said:
Good idea but the files are write protected. Can't rename, delete or move. Anything can be done about this?
Click to expand...
Click to collapse
You can try using root explorer to delete/rename the files. Or install terminal emulator to type the commands written by khalpowers:
su
...
exit
khalpowers said:
go to adb shell...
su
mount -o remount,rw /dev/block/mtdblock4 /system
mv /system/media/audio/ui/camera_click.ogg /system/media/audio/ui/camera_click.ogg.old
mv /system/media/audio/ui/VideoRecord.ogg /system/media/audio/ui/VideoRecord.ogg.old
exit
done...so eazy ...huh!
ps/ no need the the rubbish app...xt720 cannot be mute by app or silent button..
Click to expand...
Click to collapse
Master solution. Refer to youtube: "adb shell" if you're a noob.
Just use root explorer to rename the extension from .ogg to .bak. then the sound will be gone.
Sent from my MilestoneXT720 using XDA App
u can do what khalpowers suggested in terminal emulator app after typing "su" for superuser permisions. no adb for me.
shutter sound is easy to remove, but has anyone found a way to remove the focus noise? (its a beep-beep noise)
Just flash one of the custom ROM.
athlon866 said:
Just flash one of the custom ROM.
Click to expand...
Click to collapse
Long way to go when all you have to do is change your camera sound from .oog to .bak in /system/media/audio/ui/
Plus if you remove it and then decide to sell your phone or have to turn it back in, you have to find that file again. This way all you have to do to turn it back on is change it back from .bak to .oog and viola, it is back.
Far far easier just to do that. Don't need adb, don't need to flash another rom. Just make sure in Root Explorer you are RW and not RO.
Woodrube said:
Long way to go when all you have to do is change your camera sound from .oog to .bak in /system/media/audio/ui/
Plus if you remove it and then decide to sell your phone or have to turn it back in, you have to find that file again. This way all you have to do to turn it back on is change it back from .bak to .oog and viola, it is back.
Far far easier just to do that. Don't need adb, don't need to flash another rom. Just make sure in Root Explorer you are RW and not RO.
Click to expand...
Click to collapse
That's what I just said... and its .ogg not .oog. and lol installing a custom ROM might not necessarily remove the shutter sound.
Sent from my MilestoneXT720 using XDA App
you can try it just delete the sound file.
anyone an idea how to disable the focus sound on the camera app?
benzer12 said:
anyone an idea how to disable the focus sound on the camera app?
Click to expand...
Click to collapse
Hard Answer:
Post #6
http://androidforums.com/droid-x-su...how-do-you-turn-off-shutter-sound-camera.html
And then they direct you to
http://www.droidforums.net/forum/dr...62081-silence-camera-sounds-3.html#post677444
And then the link inside is to android.git.kernel.org and I think that may still be down.
Easy Answer:
Turn your sound to silent.
Thanks for it.
Sometimes things can be that easy....
the CM6 has a build in feature to disable that

how to add the audio in the boot animation in stock ROM???

how to add the audio in the boot animation in the stock ROM???
i did a search , there are somebody asked the sama question in other models , but non of them are answered
i saw one of them said use SGS tools , but i only find one of Galaxy S ...
so , is there anyway to add audio in the boot animation?
- -
someone, plz
Try asking brainmaster. He got bootsound on his rom he might be able to guide u on how to do it.
Sent from my Nexus S 4G using xda premium
I saw CM7 and MIUI has boot sound
I also check his ROM , in his bootanmimation file doesn't have any sound party
just this:
"480 854 29
p 1 0 part0
p 5000 0 part1
"
but it does have bootaudio file in /System/Media
so I wonder it's other file that controls sound which I can not locate...
Have you tried this tutorial? I just iterated all the steps and it looks really promising:
http://forum.xda-developers.com/showthread.php?t=1096068
Originally Posted by hockeyfamily737
0. It's recommended to do a nandroid backup first!
1. Download the "bootsnd.sh" file and put it on the root of your sd card.
2. Download the "android_audio.mp3" file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands using the stock keyboard. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
4. As the device boots up you will be greeted by the "Dolby THX" test sound heard before movies. You are now free to replace the android_audio.mp3 file in /system/media with any .mp3 file you like as long as you rename it to "android_audio.mp3"
5. DO NOT ATTEMPT TO OUTSMART THESE DIRECTIONS OR YOU WILL BE RESTORING YOUR NANDROID BACKUP!
6. Enjoy
http://dl.dropbox.com/u/30200380/bootsnd.sh
http://dl.dropbox.com/u/30200380/android_audio.mp3
Click to expand...
Click to collapse
Greetz
I don't think its possible to add audio to the boot animation on a stock rom. I believe you need root access to add sounds to the /system/media/audio directory
Sent from my Nexus S using xda premium
Try boot animation changer,there u find under tools custom sound
U can get the app from android market
Sent from my Google Nexus S using xda premium
frutelaken said:
Have you tried this tutorial? I just iterated all the steps and it looks really promising:
http://forum.xda-developers.com/showthread.php?t=1096068
Greetz
Click to expand...
Click to collapse
- - i tried twice , but didn't work out
MerwinG said:
Try boot animation changer,there u find under tools custom sound
U can get the app from android market
Sent from my Google Nexus S using xda premium
Click to expand...
Click to collapse
downloaded it and installed it ...
import MP3 file and reboot...
still no good T-T
qtwrk said:
- - i tried twice , but didn't work out
Click to expand...
Click to collapse
Try again.
I just tried it and it worked, I have a custom MP3 playing during the boot animation as we speak. I'm not on the stock ROM but I'm sure that doesn't matter one bit.
What I did was follow the instructions:
Copy bootsnd.sh to the root
Copy android_audio to /system/media
Run bootsnd.sh in Terminal Emulator. Note, you need to change the permissions of this file using the following command and run it as such:
Code:
# su
# chmod 775 bootsnd.sh
# ./bootsnd.sh
Reboot and it worked. Of course you have to be root for all of these actions but I'm sure you are that.
So, try again.
Greetz
frutelaken said:
Try again.
I just tried it and it worked, I have a custom MP3 playing during the boot animation as we speak. I'm not on the stock ROM but I'm sure that doesn't matter one bit.
What I did was follow the instructions:
Copy bootsnd.sh to the root
Copy android_audio to /system/media
Run bootsnd.sh in Terminal Emulator. Note, you need to change the permissions of this file using the following command and run it as such:
Code:
# su
# chmod 775 bootsnd.sh
# ./bootsnd.sh
Reboot and it worked. Of course you have to be root for all of these actions but I'm sure you are that.
So, try again.
Greetz
Click to expand...
Click to collapse
Gosh ... still no good
i did set permission to all files , includs audio file , zip file and this sh file ,all file that may related i set permission to 777
but , don't konw why , still no audio when i reboot
And you're sure that you executed the bootsnd.sh file correctly? Ie; Terminal Emulator won't output anything but just show a new empty line after doing ./bootsnd.sh.
777 is not necessary btw, 775 is enough Not sure which zip file you mean, but it should only matter for bootsnd.sh because that has to be executed.
And you're doing all of this in the root directory of your phone yes? Just to make sure that you're not making these folders etc on your SDCard because that won't work.
Greetz
frutelaken said:
And you're sure that you executed the bootsnd.sh file correctly? Ie; Terminal Emulator won't output anything but just show a new empty line after doing ./bootsnd.sh.
777 is not necessary btw, 775 is enough Not sure which zip file you mean, but it should only matter for bootsnd.sh because that has to be executed.
And you're doing all of this in the root directory of your phone yes? Just to make sure that you're not making these folders etc on your SDCard because that won't work.
Greetz
Click to expand...
Click to collapse
i konw , but i wasn't sure which root directory you were meaning , so i put this .sh file into /system folder ,and , yes , and set 777 permission.
zip i mean bootanimation.zip , i do konw one problem that if replaced this file and NOT set permission will cause unstoppable continually reboot...
what exactly should i type?
enter terminal and
su
cd /system
sh bootsnd.sh
reboot
Click to expand...
Click to collapse
this was what i did ,something wrong?
and i also check that i DID put audio file into /system/media
man , this is making me crazy , i'm kinda losing my mind right now
If the "sh bootsnd.sh" returned no errors in the terminal, you did everything as it should.
You're sure that your audio file is called "android_audio.mp3" and nothing else?
If yes to all of those, I'm not really sure what's preventing it from working.
Greetz
U Need To click install sound binary under custom sound in the tools
Sent from my Google Nexus S using xda premium
You need to install the sound binary before you import the mp3
U see this option under custom sound just above of the import mp3
Try this link
http://forum.xda-developers.com/showthread.php?t=1285201 [HOW TO] How to make a boot up Sound for your Android device
Sent from my Google Nexus S using xda premium
frutelaken said:
If the "sh bootsnd.sh" returned no errors in the terminal, you did everything as it should.
You're sure that your audio file is called "android_audio.mp3" and nothing else?
If yes to all of those, I'm not really sure what's preventing it from working.
Greetz
Click to expand...
Click to collapse
yes it is this name , i triple check
maybe its mp3 problem?
could you provide me your working audio file amd i try with that
qtwrk said:
yes it is this name , i triple check
maybe its mp3 problem?
could you provide me your working audio file amd i try with that
Click to expand...
Click to collapse
I just used a song from my music library, nothing special about it...
Can you tell me if you get output in the terminal if you type the following command:
Code:
cat /system/etc/init.local.rc
Greetz
MerwinG said:
You need to install the sound binary before you import the mp3
U see this option under custom sound just above of the import mp3
Try this link
http://forum.xda-developers.com/showthread.php?t=1285201 [HOW TO] How to make a boot up Sound for your Android device
Sent from my Google Nexus S using xda premium
Click to expand...
Click to collapse
brother , i've done with this , it shows i have installed sound binary , although i don't even know what is it or how/when i install it ...
frutelaken said:
I just used a song from my music library, nothing special about it...
Can you tell me if you get output in the terminal if you type the following command:
Code:
cat /system/etc/init.local.rc
Greetz
Click to expand...
Click to collapse
yes, comes out lots text , about 2 screens or so ...

[Q] Blur Camera won't install

Alright so here's my problem: After rooting my phone, I started to play around with a couple of camera apps from different ROMs such as MIUI. Me being an idiot though, deleted the stock Blur camera Apk. Using a system dump of the Atrix, 2 I tried to reinstall it, by placing it in system/app. For some reason. It wouldn't install (show up on my app directory). Anybody have any idea as to why this is happening? Any help would be greatly appreciated, because I really need a camera app.that's supports 1080p video. Thanks in advance!!!
farshad525hou said:
Alright so here's my problem: After rooting my phone, I started to play around with a couple of camera apps from different ROMs such as MIUI. Me being an idiot though, deleted the stock Blur camera Apk. Using a system dump of the Atrix, 2 I tried to reinstall it, by placing it in system/app. For some reason. It wouldn't install (show up on my app directory). Anybody have any idea as to why this is happening? Any help would be greatly appreciated, because I really need a camera app.that's supports 1080p video. Thanks in advance!!!
Click to expand...
Click to collapse
Push the sick app via adb. I read somewhere that with apps such as root explorer it doesn't work for some reason. Hope this helps.
Sent from my MB865 using Tapatalk
Yes, always use adb to push system apps. Root Explorer will not work.
Sent from my mAtrix2!!
For some reason i get permission denied whenever i try to push through adb. How do i get around this?
farshad525hou said:
For some reason i get permission denied whenever i try to push through adb. How do i get around this?
Click to expand...
Click to collapse
To copy anything to /system/app, you need root access.
This will be a 2 step process.
1) push the file from your computer to your phone in a directory that the shell has access to, i.e. /data/local for instance.
2) adb shell into the phone and su, remount /system as rw, then cp the file from /data/local/ to /system/bin
That should elimiate the issue with permission denied, with adb push.
jimbridgman said:
To copy anything to /system/app, you need root access, have you rooted the phone?
If you have rooted the phone, this will be a 2 step process.
1) push the file from your computer to your phone in a directory that the shell has access to, i.e. /data/local for instance.
2) adb shell into the phone and su, remount /system as rw, then cp the file from /data/local/ to /system/bin
That should elimiate the issue with permission denied, with adb push.
Click to expand...
Click to collapse
Yes my phone is rooted. How do I remount /system as rw? Then how do i cp the file? Thanks for your help!
I figured out how to push the file with adb, but the app still does not show up. Any other ideas?
farshad525hou said:
Yes my phone is rooted. How do I remount /system as rw? Then how do i cp the file? Thanks for your help!
Click to expand...
Click to collapse
Ok, run EVERYTHING between Code:, and End code from the command line. Just make sure you are in the directory you saved your backup camera.apk to, from your windows command prompt, before you run the commands below.
Code:
adb push BlurCamera.apk /data/local
adb shell
su
mount -o remount, rw /system
cd /data/local
cp BlurCamera.apk /system/app
chown root /system/app/BlurCamera.apk
chgrp root /system/app/BlurCamera.apk
chmod 644 /system/app/BlurCamera.apk
mount -o remount, ro /system
exit
exit
End code
That should hopefully fix it.
jimbridgman said:
Ok, run EVERYTHING between Code:, and End code from the command line. Just make sure you are in the directory you saved your backup camera.apk to, from your windows command prompt, before you run the commands below.
Code:
adb push BlurCamera.apk /data/local
adb shell
su
mount -o remount, rw /system
cd /data/local
cp BlurCamera.apk /system/app
chown root /system/app/BlurCamera.apk
chgrp root /system/app/BlurCamera.apk
chmod 644 /system/app/BlurCamera.apk
mount -o remount, ro /system
exit
exit
End code
That should hopefully fix it.
Click to expand...
Click to collapse
Sadly this didn't work either. I don't know what I'm doing wrong. Btw, thanks for your help so far!
Quick question....is the blurcamera.odex file still in the system/app. If you have deleted it also you will have to replace it as well.
JRW 28 said:
Quick question....is the blurcamera.odex file still in the system/app. If you have deleted it also you will have to replace it as well.
Click to expand...
Click to collapse
I could only find a deodexed system dump
Here ya go, zip has both camera.apk and odex. Try using file explorer again and make sure it is r/w . Hope it helps
http://db.tt/v0FQKpKr
JRW 28 said:
Here ya go, zip has both camera.apk and odex. Try using file explorer again and make sure it is r/w . Hope it helps
http://db.tt/v0FQKpKr
Click to expand...
Click to collapse
Thanks for the files! But once again sadly the file doesn't appear under my app drawer. I tried using adb and root explorer, with no luck. Is there anything I'm missing? Btw, JRW are those files from the atrix 2?
There both straight off of my phone...that's weird cause I have removed both of them trying out various cameras and never had a problem reinstalling them?
Are you rebooting afterwards?
JRW 28 said:
There both straight off of my phone...that's weird cause I have removed both of them trying out various cameras and never had a problem reinstalling them?
Are you rebooting afterwards?
Click to expand...
Click to collapse
Yeah I am. Can you walk me through what you do when you re install the apps? I am really confused. Is there anything that might be interfering?
Go into file explorer and make sure your system folder is r/w along with both the blurcamera.apk and blurcamera.odex.... then drop both of them into system/app and reboot. Wouldn't think anything else would be interfering?
JRW 28 said:
Go into file explorer and make sure your system folder is r/w along with both the blurcamera.apk and blurcamera.odex.... then drop both of them into system/app and reboot. Wouldn't think anything else would be interfering?
Click to expand...
Click to collapse
How do I make sure that BlurCamera.apk and BlurCamera.odex are both r/w?
Im not sure if it really matters on them but long pressing on either of them in file explorer should bring up the permissions and you can change from there. Do the same on your system folder just to double check that the permissions are correct
JRW 28 said:
Im not sure if it really matters on them but long pressing on either of them in file explorer should bring up the permissions and you can change from there. Do the same on your system folder just to double check that the permissions are correct
Click to expand...
Click to collapse
Yeah still no luck... no idea whats wrong
Try pushing them with ADB .....usually that will take care of it

ApkMultiTool

Anybody know how to change the destination folder when installing the modified apk?
wileout said:
Anybody know how to change the destination folder when installing the modified apk?
Click to expand...
Click to collapse
What do you mean exactly?
Are you installing using a flashable zip or the application?
A flashable zip is the easiest way so you can edit the installer script to place it in whatever directory you wish.
I never use the apk tools themselves for installing.
You can also boot to recovery and mount system.
Then from terminal, EX:
Code:
adb push MyCoolMod.apk /system/app
Let me know if that helps, or if you need more info, or are deadset on using that app to install and we can go from there.
santod040 said:
What do you mean exactly?
Are you installing using a flashable zip or the application?
A flashable zip is the easiest way so you can edit the installer script to place it in whatever directory you wish.
I never use the apk tools themselves for installing.
You can also boot to recovery and mount system.
Then from terminal, EX:
Code:
adb push MyCoolMod.apk /system/app
Let me know if that helps, or if you need more info, or are deadset on using that app to install and we can go from there.
Click to expand...
Click to collapse
I was trying to use the tool to push iy becaude i cant get adb to push it at all...but the tool keeps trying to push it to data/app or something like that and i need it to go to system/priv-app
ok tried adb pushing it again and no go even doing it with your command. any ideas?
wileout said:
ok tried adb pushing it again and no go even doing it with your command. any ideas?
Click to expand...
Click to collapse
My bad, forgot a slash, try it again.
Code:
adb push MyCoolMod.apk /system/priv-app/
santod040 said:
My bad, forgot a slash, try it again.
Code:
adb push MyCoolMod.apk /system/priv-app/
Click to expand...
Click to collapse
I did that man it just restarts adb like i put in a bad command or it says cannot stat blah blah blah file or directory not found
Ive had tigerstown tryin to help me out too and he has no idea whats going on
well got adb to push it but I lost my clock widget all together lol
wileout said:
well got adb to push it but I lost my clock widget all together lol
Click to expand...
Click to collapse
Using stock data cable? Had that be a problem on other devices when pushing files.
Sent from my HTC6525LVW using Tapatalk
wileout said:
well got adb to push it but I lost my clock widget all together lol
Click to expand...
Click to collapse
You need to do:
adb remount /system rw
adb push test.apk /system/priv-app
jsaxon2 said:
You need to do:
adb remount /system rw
adb push test.apk /system/priv-app
Click to expand...
Click to collapse
Do i replace test with the name of the file?
wileout said:
Do i replace test with the name of the file?
Click to expand...
Click to collapse
Yes sir.
You also need to have the file in your adb directory and start the command prompt from there.
There are other ways to do it, but this should work for you.
jsaxon2 said:
Yes sir.
You also need to have the file in your adb directory and start the command prompt from there.
There are other ways to do it, but this should work for you.
Click to expand...
Click to collapse
I got the widget back by going into the priv-app folder and clicking it and installing it but now it force closes so im assuming its something on my end with how it was signed and stuff
wileout said:
I got the widget back by going into the priv-app folder and clicking it and installing it but now it force closes so im assuming its something on my end with how it was signed and stuff
Click to expand...
Click to collapse
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
jsaxon2 said:
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
Click to expand...
Click to collapse
Ok ill try that...thanks for your help ill report back
jsaxon2 said:
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
Click to expand...
Click to collapse
Tried that and im still getting force closes so its something on my end im assuming

Categories

Resources