Related
Ok so I am trying to get friend stream to work in the new fresh rom. I got the apk from damages rom along with the widget. In cmd I successfully push the apps /system/app/ after typing in adb remount. However after I reboot the app is not there. How do I get this to work? Also was wondering how to port a system app from a darchlegend rom to work on any other rom. Any advice is welcome.
-------------------------------------
Sent via the XDA Tapatalk App
Wont work, period. It needs an .odex for both the widget and the normal .apk for it to work in the latest release.
Wont work, period. It needs an .odex for both the widget and the normal .apk for it to work in the latest release.
Click to expand...
Click to collapse
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompiling?
-------------------------------------
Sent via the XDA Tapatalk App
rejectedkid said:
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompiling?
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
If you want to learn, you tell me where you think it goes...
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompil
Click to expand...
Click to collapse
If you want to learn, you tell me where you think it goes...
Click to expand...
Click to collapse
I suppose I will search the forums. Was just being lazy.
-------------------------------------
Sent via the XDA Tapatalk App
I was kind of hoping TitaniumBackup would give me this one...
I can't find the odex...
But I read from the other Hero forum that Friendstream may require an update package.
So as the title says, this is a themed miui music app i made for my recently released update for a rom i made and decided to share it with you guys as i think you all will like it... well lets go to the action
Should work on almost all roms
The app is completly themed, hope you all like it...
Instructions
*Download The App attached at the bottom
Place on your sdcard..
*Using root explorer or any other explorer u want and go to sd and find the miui app
*Hit copy by long pressing and then hit back one time, go into the "system" folder, then Into the "app" folder and hit paste when you there
*After you done that just reboot and enjoy the app
**Also when you press the bottom buttons like next or previous it will be like green... any button you press will be green
Screenshots On second post
Screeeniessssss
Its really not all that themed according to your screens
Sent from my SCH-I500 using XDA App
Tried installing but keep getting "app not installed"...
Sent from my SCH-I500 using Tapatalk
Vinnie981 said:
Its really not all that themed according to your screens
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
well still nice... install it if u like it
Yes it is: D
Thanks for sharing!
Sent from my SCH-I500 using XDA Premium App
jjcas15 said:
Tried installing but keep getting "app not installed"...
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
It says to push to your system/app folder using Root Explorer. Very easy method when apps won't install.
streebs87 said:
It says to push to your system/app folder using Root Explorer. Very easy method when apps won't install.
Click to expand...
Click to collapse
Took me a minute but I got it... Thanks!
sendan said:
Yes it is: D
Thanks for sharing!
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
Enjoyyyy...
Sent from my HTC Glacier using XDA Premium App
streebs87 said:
It says to push to your system/app folder using Root Explorer. Very easy method when apps won't install.
Click to expand...
Click to collapse
Yes it is, i use it all the time when im testing some build in apps
Sent from my HTC Glacier using XDA Premium App
jjcas15 said:
Took me a minute but I got it... Thanks!
Click to expand...
Click to collapse
Great... remember, get familiar with root explorer its very useful
Sent from my HTC Glacier using XDA Premium App
Works great!
Thank you for sharing!
Sent from my SGH-T959 using XDA App
i love this player clean and allows you to tag songs for playlists like last.fm
carlosmann22 said:
Works great!
Thank you for sharing!
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Ok great man
Sent From A HTC Glacier Beast...
thewaytolite said:
i love this player clean and allows you to tag songs for playlists like last.fm
Click to expand...
Click to collapse
Yea man... im in love with the app so i shared it
Sent From A HTC Glacier Beast...
ive tried every root explorer app! every time i try to install it says "you cannot paste here because the file system is read-only."... i want miui music playerrrrr!!!n help please and thankyou!
Change root explorer to R/O and it will save.
Sent from my I500 using XDA App
YESSSSSSSSSS thankyou!!!!! can i ask what that means? do i have to do that anytime im installing an apk that doesnt belong there?
yummylishouz said:
YESSSSSSSSSS thankyou!!!!! can i ask what that means? do i have to do that anytime im installing an apk that doesnt belong there?
Click to expand...
Click to collapse
if youre installing into the /system folder then its required to make the directory r/w or you won't be able to copy the apk to the system directory. for market apps this process isn't required.
Sent from my SCH-I500 using XDA Premium App
This is great!
Currently I am using firefly 2.9 and I have been trying to remove stats.wordpress from the blocked list so that I can receive stats on my wordpress site. I modified the file and copied it to the system/ect folder but it won't replace the old file.
I've tried deleting the old version and copying the new modified version in its place, but the old file keeps coming back! I've tried to match the permissions of the new file to the original but the settings don't stick.
Anyone have a suggestion?
Thanks!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
Try doing it through adb:
copy the hosts file to your sd card, do whatever modifications you want on it, then do:
adb shell
su
mount -o rw,remount /dev/block/stl9 /system
cp /sdcard/hosts /system/etc
sync
reboot
or optionally, you can push it through clockwork as an update.zip
Clockwork sounds like the way I'd like to go... Do I just zip the file and call it update.zip? Or is there more to it than that? (i would assume)
I would do the adb method, but I have had bad luck with that in the past.
Thanks
Sent from my SAMSUNG-SGH-I897 using Tapatalk
There's more to it than that; it has to have a specific structure and an update script. Here's a guide:
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
You don't need to sign it, so you can skip that step.
Okay thanks! I'll try to mess with it tomorrow.
Thanks again!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
celeox said:
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Your filesystem is mounted as read only, remount with -o rw,remount
Please give details sorry pretty new at this. Tried to mount system in recovery but no change
Sent from my HTC Glacier using XDA Premium App
U could use Root Explorer, it allows u to apply rw
That worked thanks
Sent from my HTC Glacier using XDA Premium App
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
celeox said:
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
it doesnt exist on the app.....you have to do it from a computer
Pirateghost said:
it doesnt exist on the app.....you have to do it from a computer
Click to expand...
Click to collapse
ummm OR just open up your phones browser instead of using the app...
studacris said:
ummm OR just open up your phones browser instead of using the app...
Click to expand...
Click to collapse
but noobs will click on the OK button when they get prompted that the forum is Tapatalk compatible!
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
celeox said:
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
I think you just met the minimum post count to see the thanks button.
fuloplori said:
U could use Root Explorer, it allows u to apply rw
Click to expand...
Click to collapse
I tried that, for some reason it still didn't let me copy the revised file through Root Explorer. I might give adb a try tomorrow.
Sent from my SAMSUNG-SGH-I897 using Tapatalk
As the AA site is still a WIP I will post here.
http://forum.xda-developers.com/attachment.php?attachmentid=632040&d=1308669292
Terminal Emulator/ADB Shell
$ su
# sensorcalibutil_yamaha
Follow directions.
Sent from my SPH-D700 using XDA App
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Shoulon said:
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Click to expand...
Click to collapse
It's changed in gingerbread.
Damn samsuck. need to question devs less eh =/
Sent from my Epix 4G using XDA
Shoulon said:
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Click to expand...
Click to collapse
I have NEVER had to type system/bin before sensorcalibutil_yahama.
What does the zip file do?
Flashable zip?
*edit* nevermind I just peeked inside the zip.
For post above me, you flash through clockwork, and it flashes the calibration tool needed.
And btw its no included at all in gb, hence the need for this to be flashed
Sent from my SPH-D700
ran the calibration tool and it made no difference
No difference here either. Doesn't really bother me much tho.
Sent from my SPH-D700 using XDA App
Guess they thought gingerbreads version would work? So no difference huh?
Well thanks for getting this still Marcusant.
Just a thought, but wouldn't you need the other files that go with it? If i knew how to compile one of these zips, i would edit it and see if it worked >.>
/system/bin/sensorcalibutil_yamaha
/system/bin/sensorserver_yamaha
/system/bin/sensorstatutil_yamaha
hoffman1984 said:
Just a thought, but wouldn't you need the other files that go with it? If i knew how to compile one of these zips, i would edit it and see if it worked >.>
/system/bin/sensorcalibutil_yamaha
/system/bin/sensorserver_yamaha
/system/bin/sensorstatutil_yamaha
Click to expand...
Click to collapse
I would think you could just download a rom open it up with winrar and copy it out and post it with credits and permission of coarse, just to be safe
Well the reason i mentioned the 3 files, is that sensorcalibutil_yamaha was the only file that's flashed in this fix. Hence why it might not work? Again, i know nothing of fixes and development on Android, but from a programming perspective, i would say they're dependent files...
Who knows... If anyone feels like taking the time to re-create this fix with the files listed, it just may work. =\
hoffman1984 said:
Well the reason i mentioned the 3 files, is that sensorcalibutil_yamaha was the only file that's flashed in this fix. Hence why it might not work? Again, i know nothing of fixes and development on Android, but from a programming perspective, i would say they're dependent files...
Who knows... If anyone feels like taking the time to re-create this fix with the files listed, it just may work. =\
Click to expand...
Click to collapse
Drag them into the zip and post it. Trust me, Marcusant probably doesn't mind the whole permission thing.
Sent from my SPH-D700 using XDA App
I did all that... edited the update script... and it bricked my phone. I'll hve to do my research, cause I have a feeling that it's not as easy as just dropping files into a zip
Sent from my SPH-D700 using XDA App
hoffman1984 said:
I did all that... edited the update script... and it bricked my phone. I'll hve to do my research, cause I have a feeling that it's not as easy as just dropping files into a zip
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Don't edit the script...
Sent from my SPH-D700 using XDA App
flipblind said:
Drag them into the zip and post it. Trust me, Marcusant probably doesn't mind the whole permission thing.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Kick in the nuts? lol
flipblind said:
Don't edit the script...
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
May I ask why?
Sent from my SPH-D700 using XDA App
Here it is, a stock app installer!!!
What is this?
This is an all in one tool to install any stock app that was removed with GingerVolt. This will only work on a deodexed rom with my Blitzkrieg kernel or stock kernel that came with GingerVolt. If there are any problems, please let me know! Some apps may not like being dodexed and in turn not work. I make no promises on the apps working once installed, I just provided them and a tool to make it easier. Also, GingerVolt Rom includes the App Widget Picker, so the LG widgets will work on any launcher!!!
Click to expand...
Click to collapse
How do I use this?
1.) Download the .zip & extract
2.) Make sure drivers are installed
3.) Connect phone and put phone in Internet Connection mode
4.) Open folder
5.) Run StockAppInstaller.bat
6.) Follow options to install whichever apps you want
7.) Reboot when done
Click to expand...
Click to collapse
Downloads
http://www.mediafire.com/download.php?mabgcv303me89m7
Click to expand...
Click to collapse
Donations
For those that enjoy the work that I have done and would like to support my efforts financially, the link is to the side and any amount is appreciated, but all that I ask is that if you like my work, please hit the thanks button!!!
Click to expand...
Click to collapse
Not tried it yet, but damn you make it all look so easy
Sent from my VS910 4G using XDA App
pendragon11 said:
Not tried it yet, but damn you make it all look so easy
Sent from my VS910 4G using XDA App
Click to expand...
Click to collapse
Sick day and nothing else better to do lol
Wow this is really great!! Thanks so much!!
Sent from my VS910 4G using XDA App
Is the keyboard that came with V7 from LG included?
y2d2 said:
Is the keyboard that came with V7 from LG included?
Click to expand...
Click to collapse
Any app from v7 that is not in gingervolt is included.
Sent from my ADR6425LVW using xda premium
Nevermind. Looks like I didn't want the stupid LG keyboard anyways.
Thanks though!
Brilliant tool. I cannot however seem to get the stock alarm app to show up anywhere. Any suggestions? I am sure it is something I am doing wrong or missed.
H.
Haxcid said:
Brilliant tool. I cannot however seem to get the stock alarm app to show up anywhere. Any suggestions? I am sure it is something I am doing wrong or missed.
H.
Click to expand...
Click to collapse
You may have to delete the alarm clock app in the rom first with root explorer. It may just not overwrite it.
Sent from my VS910 4G using xda premium
I am having trouble locating the file I would need to copy. I thought it was alarm.apk but I cannot check the stock install because I do not have the tools to access my backup system.img
Any ideas? I could have sworn it was alarm.apk on the stock image.
H.
stock alarm app is awful....those ringtones are...well....alarming....why on Earth would you want to use that app? lol
dbeauch said:
stock alarm app is awful....those ringtones are...well....alarming....why on Earth would you want to use that app? lol
Click to expand...
Click to collapse
I found the LG stock alarm app to be one of the best alarm apps I have ever used.
Try alarmdroid, free on the market
Sent from my VS910 4G using xda premium
App Install for the LG Revolution
Tool Built by mtmichaelson
The system cannot find the path specified.
The system cannot find the path specified.
Press any key to continue . . .
That is what I get when I try to use the tool
patsoxfan said:
App Install for the LG Revolution
Tool Built by mtmichaelson
The system cannot find the path specified.
The system cannot find the path specified.
Press any key to continue . . .
That is what I get when I try to use the tool
Click to expand...
Click to collapse
What are you trying to install? I will look into the coding and see if something is off.
Sent from my ADR6425LVW using xda premium
mtmichaelson said:
What are you trying to install? I will look into the coding and see if something is off.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Anything that I have tried
how do i remove the things i download?
patsoxfan said:
Anything that I have tried
Click to expand...
Click to collapse
Do you have adb and/or other SDK tools in your PATH?
how do I remove these widgets?
y2d2 said:
Do you have adb and/or other SDK tools in your PATH?
Click to expand...
Click to collapse
Not that I know of
Sent from my VS910 4G using xda premium