[Q] Touchwiz Weatherbug widget? - Captivate Themes and Apps

Does anyone know where I can find the weatherbug widget that is a analog clock with the weather on it? I was messing with a friend of mine's Fascinate and she had it on her homescreen.

Would like to find this myself

Here is the .apk but it falls to install... any ideas?

I wonder if the file needs to be re-named

I would love to know...

Looks like there is an odex file as well

I have the odex as well... how do I get this to work?

I believe put them in /data/app. That is where I put buddies now and calendar clock

How do I get there?

R u rooted.

yes sir with cog beta6

If you can post the odex. I'll give it a try

I use root explorer. Set as r/w go to data in system file, go to app and paste there...apk and ode

I had to compress due to forum restrictions... apk and odex are in the rar

Nope. Did not work

well if someone wants to figure it out its all there!

Any DEvs out there have any insight into this. I have tried putting the ODEX and APK into; app/data and system/framework, with no success. Tried to find where the yahoo finance clock is located to drop the files in there but can not find YFC anywhere?

Bump for a possibility?
Sent from my SAMSUNG-SGH-I897 using XDA App

I would like to see this working. I will LOL at the files but I am just starting so not sure if I can help.
Sent from my SAMSUNG-SGH-I897 using XDA App

Guys, they go in /system/app.
Not /data/app or /system/framework.
Place the .apk into the proper folder, reboot, and it should be there. You shouldn't need the odex file, but you can place it in the same directory as the apk if you want.

Related

Save an app....

Is there a way I can save an app from one ROM, so I can use it on another ??
i.e. CAR HOME.
Thanks
Ian
You can try it but I haven't had much luck in the past,...
Just have a look inside using winrar or winzip.
Have a look at the .apk's in data/app and system/app
Yes you can, i done it when SenseEspresso was littered with pink icons.
I took the "non pink" apps from the SenseHERO ROM and put them into the SenseESPRESSO ROM, you can find them as mentioned above using 7zip.
You will need to re-sign the ROM before you install it though.
Hope this helps.

cog 4.1.x theme!!!

somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
I second this lol!!!
Sent from my SAMSUNG-SGH-I897 using XDA App
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
yeah! i'm not a dev...
Actually there are some themes compatible with 4.1..."The red" and "The bloo" by whiteguypl are available now just look under Captivate themes and apps...Darkys theme should be 4.1 compatible soon as well...
Sent from my SAMSUNG-SGH-I897 using XDA App
yeah i saw those ones, a little too bubble popper looking for me. or bejeweled. it's not very clean imo
After the gym tonight I'll flash Cog 4.1.1 and play around with Reefers theme to see if I can get some of it working...
If I don't get to it then it's because I got too lazy
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
joeclark said:
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
Click to expand...
Click to collapse
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
I would enjoy a solid cog theme as well
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
Use a js5 rom where your theme choice is basically unlimited.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
WOOT! I have my gingerbread icons! Now I just need to figure out which file does the text colors
Sent from a phone using an app.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
This method will change the base graphics no matter what ROM the theme is based on?
I'd really like to try cognition 4, but I like the Gingermix theme, which is for i9000 roms...
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
cappysw10 said:
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
Click to expand...
Click to collapse
that looks good. is there any other fonts avail? i like andromeda font!
peachpuff said:
Use a js5 rom where your theme choice is basically unlimited.
Click to expand...
Click to collapse
no thanks. i like to keep my phone on the software that it was made for.
novajustin said:
that looks good. is there any other fonts avail? i like andromeda font!
Click to expand...
Click to collapse
A simple use of the forum search tool would have led you to THIS.
modmyphone said:
A simple use of the forum search tool would have led you to THIS.
Click to expand...
Click to collapse
thank you, i know how to load fonts on the phone however i prefer to use whatever is built in. hence why i was asking if there were other fonts available on his theme.
While I have not looked into this version of the theme, there may still be the Sansation font from the original build by D3StRoY & R64.

(App) Transparent Market 2.3.4

Transparent Market 2.3.4
Adb push to /system/app/Vending.apk
Make sure you delete the com.android.vending-1.apk in /data/app/com.android.vending-1.apk
You can also flash this if you put it in a flashable zip compatable with your clockwork; just take a zip folder you previously downloaded and delete the app or apps that are in the app folder of the zip and copy the Vending. apk to it and flash.
Here's a link to a buddy o' mine's thread, that has Black transparent facebook, gingerbread keyboards, and such.
The name's Fernando, all his stuff is compatable with the epic you just can't use his flash script, but you can have your own made, or do like I say in post #13
[UPDATE 3/5/11) 2.3.4.1transparent Gmail markets_transparent facebook_ more
Transparent gmail 2.3.4.1
Gmail.apk
Install like the market in the first post
Your my hero, lol, thanks for bringing this to the epic forum. .. also you gmail link is the vending.apk, as soon as that's fixed ill be set.
Sent from my SPH-D700 using Tapatalk
Works for the ACS Full or Standard Rom. Download and copy the file to the zip folder under /system/app. Copy to SDcard and install, will replace the apk already in the rom.
Awesome!! The market looks so cool. Please fix the link for gmail apk. I can't wait to see that one too. Thank you so much for these
Sent From My Evo Killer!
Gmail link fixed
Sent from my SPH-D700 using XDA App
Less Transparent, Inverted Gmail.apk
Hey Deciple -- I've been using a slightly less transparent version of the new Gmail and wanted to share. It makes visibility a little bit easier in the mail screen:
Installation is the same as above: goes in system/app/Gmail.apk
I'm pretty sure the opaqueness (or opacity) in this apk is controlled by a transparentish png.
But here's some screencaps of the Gmail apk you posted versus this more opaque version (on my setup).
Credit goes to the folks at Inversion Conversion on Droidforums, not me.
I think we should have a Transparent/Inverted apps section too, cuz they look soo much better than the stock.
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
lilmikeyv said:
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Ya - you can do it with Root Explorer.
With the Gmail.apk: download it, save to sdcard.
Open Root Explorer, navigate to sdcard
Long-click Gmail.apk, Copy.
back out to root folder, go to system, then app
(this is what I do.. just to create a backup)
Find existing Gmail.apk, rename to Gmail.bak
Paste the new Gmail.apk in that folder.
Find it, Long click, select Permissions
Under "Read" Check all 3, under "Write", Check ONLY user, under "Execute" uncheck all of them.
4 boxes checked, total. So it reads: rw-r--r--
Then exit, reboot if you want, and you should be set.
decalex said:
Ya - you can do it with Root Explorer.
With the Gmail.apk: download it, save to sdcard.
Open Root Explorer, navigate to sdcard
Long-click Gmail.apk, Copy.
back out to root folder, go to system, then app
(this is what I do.. just to create a backup)
Find existing Gmail.apk, rename to Gmail.bak
Paste the new Gmail.apk in that folder.
Find it, Long click, select Permissions
Under "Read" Check all 3, under "Write", Check ONLY user, under "Execute" uncheck all of them.
4 boxes checked, total. So it reads: rw-r--r--
Then exit, reboot if you want, and you should be set.
Click to expand...
Click to collapse
Thank you, thank you, thank you...now I see why u guys who help us out always preach BACKUP...seriously, thanks for the help!
Sent from my SPH-D700 using XDA App
lilmikeyv said:
Thank you, thank you, thank you...now I see why u guys who help us out always preach BACKUP...seriously, thanks for the help!
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
no prob. ha - ya, I've learned the hard way plenty
Once all is running fine, you can move that Gmail.bak over somewhere to your sdcard to reduce space taken up in your /system/app folder.
decalex said:
Hey Deciple -- I've been using a slightly less transparent version of the new Gmail and wanted to share. It makes visibility a little bit easier in the mail screen:
Installation is the same as above: goes in system/app/Gmail.apk
I'm pretty sure the opaqueness (or opacity) in this apk is controlled by a transparentish png.
But here's some screencaps of the Gmail apk you posted versus this more opaque version (on my setup).
Credit goes to the folks at Inversion Conversion on Droidforums, not me.
I think we should have a Transparent/Inverted apps section too, cuz they look soo much better than the stock.
Click to expand...
Click to collapse
Hey yeah that looks good man, I personally like the clear glass look, and I use a dark wallpaper too so I have no problem seeing my messages, however you do propose a valid suggestion and I agree that we should have a transparent /Inverted thread.
I can throw some inverts on here .
lilmikeyv said:
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Ok.........What you do is , If you ever downloaded a flashable zip, that has a market in it or any other app for that matter,that you know is compatable with your version of clockwork, then you open it up with 7zip, then you should see a folder called meta-inf and system. Open the system folder and there should be another folder in there called app. Open that one and delete whatever's in there (after you've presumably copied and saved the entire zip If you want to keep what's inside)and replace it with the app or app's you want to flash.
Awesome Market...... But i have 3 small issues LOL If i knew how to fix them i so would. So i hope you can help :-D
Could u Captalize the "M" in the first pic and change the text to white?
The seccond pic has a weird blue bar
and the third is the comment area~
Again Thank you for all your hard work!
JustJAck1235 said:
Awesome Market...... But i have 3 small issues LOL If i knew how to fix them i so would. So i hope you can help :-D
Could u Captalize the "M" in the first pic and change the text to white?
The seccond pic has a weird blue bar
and the third is the comment area~
Again Thank you for all your hard work!
Click to expand...
Click to collapse
1. +1 I have no green in anything on my phone, white would be great.
2. -1 this is cool its to show you that there is more in the description, fade effect.
3. -1 I think the comment area when you more should be white BG so its easier to read and rarely used.
@Deciple I was wondering if You could make a gmail version same as you have it (Transparent) but make the text another color than green (not a fan of green), Maybe White main text and blue "from" text, just like in the stock Samsung email app.
Managed it problem solved
HELP!!! After i deleted com.android.vending.apk in /data/app/com.android.vending.apk no more market at all. Tryed to flash it and still nothing please help
Try to adb push it like it says in the op.
Sent from my SPH-D700 using XDA App
I like the clear look for these apks. Does the gmail version allow for the automatic download of the pictures in the email?
Is it possible to use these apk in a mdpi 320x480 device like htc magic/mytouch 3g?
theshop said:
HELP!!! After i deleted com.android.vending.apk in /data/app/com.android.vending.apk no more market at all. Tryed to flash it and still nothing please help
Click to expand...
Click to collapse
Same Problem here!
Had to restore my recovery.
Tried a lot of different things. Like ad push, adb install.
Vendig apk was under /system/app, but wont show up as runnable app.

APK won't Sign correctly after applying theme...app dissappears.

Looking for some assistance on getting a themed app to behave properly. It's a keyboard (Flext9) I downloaded from the Amazon Market for free as a promotion (normally 5.00). I have NO intention on distributing this at all. It's solely for me, and as a learning experience.
This is my first go round at themeing..so if I don't understand what your telling me..go easy..
With the help of DroidXCon, nitsuj17 (how to write up), Chopperdog, Gunnermike, and google, I figured out how to decompile, edit the xml's, recompile, edit the images in gimp, re-draw the patches with draw9patch for the .9's, re-compile .9's with xUltimate, replace the images with 7zip.
At this point if I sign the apk, it breaks like two or three of the functions and robs the xml edits, and .9 edits. It basicallly screws things up royally. (I have used multiple signing tools and they all do the same thing)
The way I get it to function is to install the stock flext9 keyboard, overwrite the app file in data\app with the themed one, change the permissions and owner using root explorer, and I'm good. It's fully functional and themed appropriately. http://dl.dropbox.com/u/21063130/SC20110621-233700.png.
The only thing with this is I get an error message when I try to change a setting in preferences [Amazon Marketplace something..Error with the application. Please re-download from Amazon Marketplace] here's the logcat of that error. http://dl.dropbox.com/u/21063130/logcat.txt
It only happens once, then not again.
The REAL problem is when I reboot the phone the app is removed from keyboard and languages in settings, and the option in input method is completely gone. However, the app is still installed. The file is still in data\app and if I try to re-install, it prompts me to overwrite the "installed" app. (There is a already a version of this installed. Do you want to overwrite?). However, the app name has changed in the settings-manage applicatons-All from Flext9 to com.nuance.flext9.input-1.apk.. (the file name in data\app) which is different.
Trying to get this to work... more from a "I want to conquer this thing" than I reallly want this keyboard..haha..
any help would be greatly appreciated..
thanks in advance.
david
Lttlwing16 said:
Looking for some assistance on getting a themed app to behave properly. It's a keyboard (Flext9) I downloaded from the Amazon Market for free as a promotion (normally 5.00). I have NO intention on distributing this at all. It's solely for me, and as a learning experience.
This is my first go round at themeing..so if I don't understand what your telling me..go easy..
With the help of DroidXCon, nitsuj17 (how to write up), Chopperdog, Gunnermike, and google, I figured out how to decompile, edit the xml's, recompile, edit the images in gimp, re-draw the patches with draw9patch for the .9's, re-compile .9's with xUltimate, replace the images with 7zip.
At this point if I sign the apk, it breaks like two or three of the functions and robs the xml edits, and .9 edits. It basicallly screws things up royally. (I have used multiple signing tools and they all do the same thing)
The way I get it to function is to install the stock flext9 keyboard, overwrite the app file in data\app with the themed one, change the permissions and owner using root explorer, and I'm good. It's fully functional and themed appropriately. http://dl.dropbox.com/u/21063130/SC20110621-233700.png.
The only thing with this is I get an error message when I try to change a setting in preferences [Amazon Marketplace something..Error with the application. Please re-download from Amazon Marketplace] here's the logcat of that error. http://dl.dropbox.com/u/21063130/logcat.txt
It only happens once, then not again.
The REAL problem is when I reboot the phone the app is removed from keyboard and languages in settings, and the option in input method is completely gone. However, the app is still installed. The file is still in data\app and if I try to re-install, it prompts me to overwrite the "installed" app. (There is a already a version of this installed. Do you want to overwrite?). However, the app name has changed in the settings-manage applicatons-All from Flext9 to com.nuance.flext9.input-1.apk.. (the file name in data\app) which is different.
Trying to get this to work... more from a "I want to conquer this thing" than I reallly want this keyboard..haha..
any help would be greatly appreciated..
thanks in advance.
david
Click to expand...
Click to collapse
If you cant get it signed correctly you could use ninjamorph app to decompile, swap out the stock files with your themed .png and .xml files.
The Good: decompiles, recompiles and swaps out the app for you without having to resign it.
The Bad: You have to swap out files one by one, it can take awhile.
I wouldnt use it to theme anything but it works great for swapping out files you have already modded. I used it on my TW4 launcher. Was really easy to pull my modded files from dropbox to SD and swap em out..
If you have a hard time with it. Check out YouTube.
Sent from my SCH-I500 using XDA App
GrainOsand said:
If you cant get it signed correctly you could use ninjamorph app to decompile, swap out the stock files with your themed .png and .xml files.
The Good: decompiles, recompiles and swaps out the app for you without having to resign it.
The Bad: You have to swap out files one by one, it can take awhile.
I wouldnt use it to theme anything but it works great for swapping out files you have already modded. I used it on my TW4 launcher. Was really easy to pull my modded files from dropbox to SD and swap em out..
If you have a hard time with it. Check out YouTube.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
yo thanks man...I hadn't tried that yet..but I'll give it a go...
I am assuming I would want to swap out the .9's with the themed/re-patched/recompiled .9's I have correct?
Yes.... Especially the .9's! Ninjamorph will give you some options as far a resizing the .png's but as you prob already guesssed dont try it with .9 images. Just swap em out 1 for 1.
Sent from my SCH-I500 using XDA App
GrainOsand said:
Yes.... Especially the .9's! Ninjamorph will give you some options as far a resizing the .png's but as you prob already guesssed dont try it with .9 images. Just swap em out 1 for 1.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
I thought so..thanks..
Yeah..it's locking up...when I try to select the new image to replace with...force closed twice..
Tell me this doctor...why does the 'values' folder with the xml files I edited not show up when you "open archive" with 7zip or when the .apk is extracted with ninjamorph? Hard to change if it ain't there.
Lttlwing16 said:
I thought so..thanks..
Yeah..it's locking up...when I try to select the new image to replace with...force closed twice..
Tell me this doctor...why does the 'values' folder with the xml files I edited not show up when you "open archive" with 7zip or when the .apk is extracted with ninjamorph? Hard to change if it ain't there.
Click to expand...
Click to collapse
perhaps thats the wrong xml to edit?
EDIT: Go around 1..just changing out the .9's = FC sandwich... grrr...this app is like fort knox..
Lttlwing16 said:
perhaps thats the wrong xml to edit?
EDIT: Go around 1..just changing out the .9's = FC sandwich... grrr...this app is like fort knox..
Click to expand...
Click to collapse
Now, your gonna make me buy this damn keyboard just for the challenge of theming it....
Sent from my SCH-I500 using XDA App
GrainOsand said:
Now, your gonna make me buy this damn keyboard just for the challenge of theming it....
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
U should got it wen it was free lol...its a nice keyboard I like it better than swype actually its just ugly
Sent from my SCH-I500 using XDA App
GrainOsand said:
Now, your gonna make me buy this damn keyboard just for the challenge of theming it....
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
haha..you don't have to man...unless you want too..
com.nuance.flext9.input-1.apk...decompile with apktool...file res\values\colors.xml ---styles.xml--edit..recompile...7zip open archive..same files no where to be found.. where do these go?..do the values get pushed to all the other xml files..?
Maybe this is the problem.
When I sign the apk..it seems like the .9's take, but the xml edits go to hell..and I lose the trace input function (hmmm...I edited the xml for that in the disappearing values\colors.xml file...) and the voice command function is broke as well. (connection error).. HOWEVER, with a davlik wipe, fix permissions in cwm, the app is still there after reboot....(this has been the standard with apk manager opt 16 and autosign tool)
Still unsuccesfull with ninjamorph
if signing is the problem then all you need to do is decompile the apk, make all your edits, and then recompile. Then to bypass the signing just extract the META-INF folder and AndroidManifest.xml from the original unthemed apk and add them back into your newly compiled apk.
Bubbadogg14 said:
U should got it wen it was free lol...its a nice keyboard I like it better than swype actually its just ugly
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
My thoughts exactly...and how I ended up here..: )
Lttlwing16 said:
My thoughts exactly...and how I ended up here..: )
Click to expand...
Click to collapse
Sorry, ive been busy updating my themes. Some apk's like phone.apk, swype.apk and camera.apk are very tempramental when it comes to modding them. I these .apk's you have to drag and drop your modded files into place. Im not sure if that is the problem tho as these .apk's will usually show up in app/drawer and even will launch but will FC upon opening them To be honest im a little stumped on this one. Looks like you did everything right, so im not to sure whats going on there.
Sent from my SCH-I500 using XDA App
Last resort you can try the signapk app in market, its also FREE, I must admit tho it has only worked for me once with the TW Program monitor.......
GrainOsand said:
Last resort you can try the signapk app in market, its also FREE, I must admit tho it has only worked for me once with the TW Program monitor.......
Click to expand...
Click to collapse
Thanks grainosand..
Funkbot got me fixed up in IRC..
Had to place the Android Manifest and META INF in file and push to the system/app
It now sticks on reboot..BUT the voice feature is broke.. grr..
Lttlwing16 said:
Thanks grainosand..
Funkbot got me fixed up in IRC..
Had to place the Android Manifest and META INF in file and push to the system/app
It now sticks on reboot..BUT the voice feature is broke.. grr..
Click to expand...
Click to collapse
Glad to hear it....
Sent from my SCH-I500 using XDA App

[Q] alarm/clock (deskclock.apk)

anyone have this or can tell me how to install it?
the one thing i really miss in revolt and gingervolt is the stock alarm/clock app. much better app, imo.
found it in the v4 zip provided by mt, but can't actually get it to install. no idea if this is because it's a different version and it doesn't work in gingerbread, or i need to delete the deskclock.apk that comes with gingervolt, or what . . .
i asked about this sometime back on the revolt thread and the general answer was "just find the apk and install it", but can't get this to work . . .
any advice?
thanks
Wow, I love that app too, it is by far the best alarm clock that i have used and I have also asked for the apk. Won't someone hear our cries!
Sent from my VS910 4G using Tapatalk
Try pasting the below file into system/app folder on your phone. You have to use something like Root Explorer to do this, and you must check the r/w box in Root Explorer so that you can paste the apk into the system/app folder.
Don't try directly installing it, just paste it into the folder i told you. I don't know if this will work, because I currently am trying to get the OTA to come, and can't test!
http://www.mediafire.com/?j89wr3jqp5e2dmw
Anyone get this to work? I, too, am interested in having the stock clock/alarm/timer.
I think KOG has all the original apk
here

Categories

Resources