Related
I can't seem to find any way to take screen shots of my Android phone - on the phone. I've found a 14 step way to do it though a PC and with Android SDK... is there any apps that can do this, directly on the phone?
arxx said:
I can't seem to find any way to take screen shots of my Android phone - on the phone. I've found a 14 step way to do it though a PC and with Android SDK... is there any apps that can do this, directly on the phone?
Click to expand...
Click to collapse
Yea but your phone has to be rooted go on the market and search drocap2 for root users.
arxx said:
I can't seem to find any way to take screen shots of my Android phone - on the phone. I've found a 14 step way to do it though a PC and with Android SDK... is there any apps that can do this, directly on the phone?
Click to expand...
Click to collapse
pic me works pretty well
but you need to have a rooted device
Non-Rooted users can use "Screen capture" 2 versions: 2.1 eclair and 2.2 froyo. Only down side is that you need to install a file via ADB from computer. I got it to work after a few hours of trial and error lol.
"Shoot Me" from the market is free and super easy to use ... just shake to take a screen cap.
Sent from my HERO200 using XDA App
Screenshot App
This works if you are rooted:
http://www.appbrain.com/app/screenshot/com.geeksoft.screenshot
It's just called Screenshot and can be downloaded from the market for free
you guys... i'm sure he found a way in the past 8 months
but since we're on topic. drocap2 | shootme | screenshot
and ScreenCapture.apk / ScreenCaptureService.apk from Froyo roms. (push it via adb or rootexplorer)
Adevem said:
you guys... i'm sure he found a way in the past 8 months
but since we're on topic. drocap2 | shootme | screenshot
and ScreenCapture.apk / ScreenCaptureService.apk from Froyo roms. (push it via adb or rootexplorer)
Click to expand...
Click to collapse
I've noticed these since the Captivate 2.2 leak back in October, but never figured out how to use it. You wouldn't happen to know would you?
miztaken1312 said:
I've noticed these since the Captivate 2.2 leak back in October, but never figured out how to use it. You wouldn't happen to know would you?
Click to expand...
Click to collapse
which ones are we talking about?
Adevem said:
which ones are we talking about?
Click to expand...
Click to collapse
The apk and background service he attached in his reply. Its built into Froyo but I could never figure out how to use it
Sent from my Captivate
miztaken1312 said:
The apk and background service he attached in his reply. Its built into Froyo but I could never figure out how to use it
Sent from my Captivate
Click to expand...
Click to collapse
if you've got it, just press back+home and you should be able to take a screenshot.
+1 for "ShootMe"
Great app, easy to use!
Not sure if this applies to only 2.2, but Android has its own screenshot feature built in for developers. To go to mine, it's Settings -> Applications -> Development, then check off "Take a screenshot instead". A short press of the power button will take a screenshot instead.
Adevem said:
if you've got it, just press back+home and you should be able to take a screenshot.
Click to expand...
Click to collapse
Tried this and it isn't working... Not a big deal, screenshot from the market does great. jpgs or pngs.
hugsrwarmy said:
Not sure if this applies to only 2.2, but Android has its own screenshot feature built in for developers. To go to mine, it's Settings -> Applications -> Development, then check off "Take a screenshot instead". A short press of the power button will take a screenshot instead.
Click to expand...
Click to collapse
It's not in my ROM. What phone/ROM are you using?
The power button on my N1 has been giving me fits, and given the number of people I've read about with "dead" power buttons, I think mine is going out so I'm trying to preserve it as long as possible.
I enabled trackball wake (using CM6) which takes care of 1/2 the equation, but I need a good lockscreen app (just something to make the phone go to sleep). I found one in the market called Lock Screen Enabler, but it's not a "true" lockscreen app and it's very buggy, causing all sorts of problems for me.
I've been a web developer for 8 years and recently got into Android development (which I hope to be doing full-time soon), so I thought I'd just code a quick app for personal use in 5 minutes.
The problem, however, is that the DEVICE_POWER permission is needed in order to call goToSleep() and from what I've read so far from other online posts, this permission is only granted to native system applications.
Since my phone is rooted, I even tried granting my application SU privileges, but that doesnt seem to work either.
So, my question boils down to how do I grant my application DEVICE_POWER permission? I figure if anyone out there knows the answer, it's going to be someone on XDA as this place is full of geniuses. Thanks in advance!!
UPDATE: I've attached the finished app. Made this for personal use but if anyone wants to use it they are welcome to. My only gripe about it right now is the "screen flicker" that happens when you launch it because it's trying to launch an app that immediately locks the screen and finishes itself. If I can figure out how to get the app to launch in a smaller window maybe I can minimize the size to reduce the screen flicker. But for now, this works and I can set it to launch when I click the clock on Fancy Widget, so I'm happy. Thanks again to everyone who offered answers to my questions. Just another reason why I love the Android development community!!
-teleknEsis
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
nDrg said:
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
Click to expand...
Click to collapse
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
teleknEsis said:
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
Click to expand...
Click to collapse
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
nDrg said:
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
Click to expand...
Click to collapse
I will probably still go ahead and create one. I like how with FancyWidget you can set it so clicking the clock will launch an app. Unfortunately it doesn't work with widgets, so I need an extra icon on my home screen just to lock it. If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
I would be happy with any icon to be honest, I just don't like the lock screen widget one Good luck bud
teleknEsis said:
..If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
Click to expand...
Click to collapse
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
rori~ said:
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
Click to expand...
Click to collapse
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
You disabled: device administrator ?
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
Try using "root explorer" to find the files and just delete them.
teleknEsis said:
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
You need to go to Security & Location - Device Administrators and disable both there.
Hollow.Droid said:
You need to go to Security & Location - Device Administrators and disable both there.
Click to expand...
Click to collapse
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
teleknEsis said:
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
Click to expand...
Click to collapse
Yeah I'd appreciate the single launcher version please if possible
Hollow.Droid said:
Yeah I'd appreciate the single launcher version please if possible
Click to expand...
Click to collapse
OK - I'll update and upload when I get into work
Application is in the OP. Have at it
Great, works perfect on MIUI 0.9.30
Does the job perfectly! I especially like how it runs as an app so I can change the icon
You're a lifesaver, or should I say power button saver
Thanks so much.
I tried to develop something similar before but got stuck. Saved me some time!
Thanks for creating such useful app for my N1. My power bt is fine, but I would like to preserve it to powering up/down the phone.
BTW, I also downloaded Lock Screen Widget to test it out. Is it possible that you can make your app to shut off the screen smoother, like LSW? I like it you set it up as an app, which is super useful for me set up as a gesture swipe on my LauncherPro dock icons.
Thanks again and keep up your good work!
Thanks again, your app is really great. But could you add a option to map it to the search button (long press) please?
Thank you!
This app is no longer being updated and may cause issues on newer versions of Android. Use at your own risk!
Description
Font Changer allows you to change the font on your Android device. Some (most likely people from the HTC Desire forum section) may be familiar with an older version which required flashing an update, however these two versions don't require it (check the requirements section for more).
Basically you can put your TTF fonts in /sdcard/.fontchanger/ (location can be changed in the settings) and then you can apply a font once they have been found by the application (inside Font Changer there are more detailed instructions on how to do this). You can also set the fonts individually using the advanced mode. It works just by copying the selected font to the system partition and overwriting the current font. Backup is automatic, although occasionally it breaks resulting in the need to fix the fonts manually or with an update (usually the cause of messing with the fonts alongside with Font Changer).
Font Changer used to only have a paid version for the past few months, but with the new Market changes I have decided to add a free version. While most cancellations happen within a few minutes after purchase, not all do... and 15 minutes is just too short! Plus some people are not in a country where they are allowed to buy paid apps. Anyway, that's my reasoning.
The application should be removed from its settings to restore the default fonts and density. More information can be found on its Market page and inside the application.
Requirements
root
system write access (aka NAND unlock or S-OFF)
busybox
custom recovery (not a requirement per-se, but highly recommended in case something goes wrong)
Reviews
DroidDog
Coming Features
Fix up setting custom website for preview
Set dark/white theme
Rework UI for the font picker
Rework UI for the density changer
Need some icons for the Basic/Advanced tabs
Add more fonts to be replaced in Basic mode
Check font integrity
Shake for a random font
Really thanks for share.
Can't u upload the free .apk here? My camera doesn't work so i cant scan the QRCode. Would be nice
Thanks!
DonPanda said:
Really thanks for share.
Can't u upload the free .apk here? My camera doesn't work so i cant scan the QRCode. Would be nice
Click to expand...
Click to collapse
OK, done. Although if your signature is correct and you have a GT540, Font Changer doesn't have support for it yet as I need some information to identify the device (the person with a GT540 who was helping me has gone somewhat quiet and I haven't managed to finish it without his input).
martino2k6 said:
OK, done. Although if your signature is correct and you have a GT540, Font Changer doesn't have support for it yet as I need some information to identify the device (the person with a GT540 who was helping me has gone somewhat quiet and I haven't managed to finish it without his input).
Click to expand...
Click to collapse
Lol. Allright. Good to know. "None support" does not mean "does not work for GT540", correct? I'll try it anyway so...
DonPanda said:
Lol. Allright. Good to know. "None support" does not mean "does not work for GT540", correct? I'll try it anyway so...
Click to expand...
Click to collapse
1. There are multiple rooting methods for the GT540, and some of them work with Font Changer and others don't. I'm afraid I don't have any specific information on this. If 1 works, then check out 2.
2. The GT540 uses different fonts than the default Android ones. I know which ones and already have the code in the application to make it work, however all I need is to identify the device for which I require someone with a GT540 willing to help.
Anyway, feel free to give it a try and see what will happen.
Tried right now, works well. Looks **** cause of fail font.
Some informations for you: Got 2.2.1 based on CyanogenMod, Recovery 2.5.0.5.
Yeah. Thank you!
DonPanda said:
Tried right now, works well. Looks **** cause of fail font.
Some informations for you: Got 2.2.1 based on CyanogenMod, Recovery 2.5.0.5.
Yeah. Thank you!
Click to expand...
Click to collapse
OK, your one works because you have CM which uses default Android fonts
You're welcome.
Version 1.7.1.3 has been released, per-user request.
It is now possible to specify in the settings whether the regular font should be used to replace the clock, or whether the default clock font should be used. Some ROMs make use of the clock font, others don't, so the option may not have an effect for everyone.
Doesn't work for me on rooted GT540 with stock Android 2.1 update. I am willing to help with any testing.
I've ben using this app for a while (paid version) and it works very well.
Seems to work on the HTC Vision /G2/Desire Z. Thanks a lot! (Got the paid version to support development)
nagbenjy said:
Doesn't work for me on rooted GT540 with stock Android 2.1 update. I am willing to help with any testing.
Click to expand...
Click to collapse
Hi there. It doesn't work as in when you set the font it does nothing?
If that's what happens then you could try running the app which I attached in this post and send the report which it generates by GMail, or any other method that works for you. I'm missing identification information for the GT540.
walord said:
I've ben using this app for a while (paid version) and it works very well.
Click to expand...
Click to collapse
So it works fine on a Galaxy S sister device? When I tested a long time ago on my friend's Galaxy S it would cause freezes and didn't allow for the notification bar to be pulled down...
nomadism said:
Seems to work on the HTC Vision /G2/Desire Z. Thanks a lot! (Got the paid version to support development)
Click to expand...
Click to collapse
Thank you, I added those devices to the supported list. A little surprised that they all have full root since they only came out recently. On the Desire we had to wait for a while... >_<
And thanks to all those who bought from the Market to support development, it's greatly appreciated.
Very nice app. Thank you for developing it! Works perfect on HTC Desire
It seems that only ttf files are working, if anybody has a font which is otf for instance you can convert them here http://onlinefontconverter.com/
Hope op don't mind that i posted the link.
Thanks again
martino2k6 said:
So it works fine on a Galaxy S sister device? When I tested a long time ago on my friend's Galaxy S it would cause freezes and didn't allow for the notification bar to be pulled down...
And thanks to all those who bought from the Market to support development, it's greatly appreciated.
Click to expand...
Click to collapse
Yes, This is on the epic running the latest leak of 2.2. No issues that I've seen, yet. The notification bar works fine.
walord said:
I've ben using this app for a while (paid version) and it works very well.
Click to expand...
Click to collapse
Hey buddy, can u tell me wich font this is?
i got the following error, shown in the screenshot. i used unrevoked 3 on my phone, can you help me?
Sent from my wildfire using XDA App
oh, wow, that didnt work. ill try again.
Sent from my wildfire using XDA App
http://www.facebook.com/photo.php?pid=31232808&l=bf37c5c60b&id=1116218854
oh wait, i just realised. youre not going to be able to access that..
i give up. ill just tell yoh what it says. i got a popup saying it couldnt get write permissions, or something. and basically said i wasnt rooted. but my phone is rooted. can someone help me?
Sent from my wildfire using XDA App
jwils96 said:
http://www.facebook.com/photo.php?pid=31232808&l=bf37c5c60b&id=1116218854
oh wait, i just realised. youre not going to be able to access that..
i give up. ill just tell yoh what it says. i got a popup saying it couldnt get write permissions, or something. and basically said i wasnt rooted. but my phone is rooted. can someone help me?
Sent from my wildfire using XDA App
Click to expand...
Click to collapse
Just a second. You are giving me conflicting information. Did it say you don't have system write access OR root? Both will never be shown at the same time, I checked the code twice just now.
EDIT: Never mind, I was able to see that page. I'll get back to you soon hopefully.
it said it doesnt have write access. didnt say anything about root. sorry about that
EDIT: it said it didnt have full root. i must be tired, or something, lol.
Sent from my wildfire using XDA App
Missed your Wrist Watch? Now you have a new clock design and fancy buttons and new Font!
As my gift to XDA members, this app is free for limited time. If you want to support me buy it on market -->
***Icons in "add alarm" have same color as the watch, i just didnt uploaded pics for those
Link
It only takes 1 sec to click on "Thanks button".
Dear devs, plz do not add the clock to your roms. Thank you.
Credit: 4 Menu buttons are from Miuitheme/Glowbuster theme.
Thanks for you great efforts.
NOTES: App should work for most roms, some devices running gingerbread might have issues. If app finds enough fans, gingerbread version will also be added.
Instructions:
1) Clean cache in your stock Clock app and remove the old widget.
2)rebooting not necessary but recommended.
3)Copy it to your sdcard and install it with your favorite installer
4) Enjoy!
Downloads
Blue-->Link
Green-->Link
Cyan-->Link
Red-->Link
Yellow-->Link
Purple-->Link
This is great!
thank u so much
pretty great, thanks man!
Hey,
Great looking app, can't wait to try it out.
Just installed it to my Desire HD (stock rom, 1.72 firmware) via adb and whenever I try to add the widget to my home screen, it tells me "no more room on this homescreen". This is with LauncherPRO.
On restart of my phone I also got a message saying that the process had crashed and had to force close. (app loads fine however, just not able to put the widget on)
Any suggestions?
I just tried it on my galaxy s it says no enough romm in this page in both launcher pro and touchwiz.
When i open the app it force close and keep doing the same.
I really want this watch but no luck.
Sent from my GT-I9000 using XDA App
Thanks,
Lovin the green.
Skull Drome said:
Hey,
Great looking app, can't wait to try it out.
Just installed it to my Desire HD (stock rom, 1.72 firmware) via adb and whenever I try to add the widget to my home screen, it tells me "no more room on this homescreen". This is with LauncherPRO.
On restart of my phone I also got a message saying that the process had crashed and had to force close. (app loads fine however, just not able to put the widget on)
Any suggestions?
Click to expand...
Click to collapse
There was no need to use adb! It's similar to stock but not same app. The widget will occupy the whole screen. Did you have another shortcuts on the screen when u tried?
iyas94 said:
I just tried it on my galaxy s it says no enough romm in this page in both launcher pro and touchwiz.
When i open the app it force close and keep doing the same.
I really want this watch but no luck.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Make sure there is no other shortcuts on the screen. Let me know if this helps.
Dan9I said:
This is great!
Click to expand...
Click to collapse
Thanks for feedback
Thanks man , looks great and attractive to me . Will give it a try now.
Btw can this directly be installed from the market? Unlike other apps which require root access plus fiddling with the adb process and commands?
virus_spreade121 said:
Thanks man , looks great and attractive to me . Will give it a try now.
Btw can this directly be installed from the market? Unlike other apps which require root access plus fiddling with the adb process and commands?
Click to expand...
Click to collapse
You are welcome Yes it can (root & non-root), no need for adb.
but it's a paid version on market and free here for limited time.
adam2010 said:
There was no need to use adb! It's similar to stock but not same app. The widget will occupy the whole screen. Did you have another shortcuts on the screen when u tried?
Click to expand...
Click to collapse
Heh, only reason I used adb was because I downloaded the apk on my desktop, and my phone was plugged in but not mounted. I'm lazy like that XD
And yeah, I tried it on an empty home screen, so no other widgets on it.
Sent from my Desire HD using XDA App
Skull Drome said:
Heh, only reason I used adb was because I downloaded the apk on my desktop, and my phone was plugged in but not mounted. I'm lazy like that XD
And yeah, I tried it on an empty home screen, so no other widgets on it.
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
I will try to lower the resolution to see if it resolves the issue in next update , stay lazy my friend
same issues here I would love to see this work on my vibrant though.
jtj2318 said:
same issues here I would love to see this work on my vibrant though.
Click to expand...
Click to collapse
message received I will fix it when i find time. tnx 4 feedback
Great Work!!
It's me or there isn't a way to have it orange by now?
Thanks
Hey Adam, I've been toying around with the launcher pro settings, just found, your widget uses a 5x5 layout currently which may be why many people are having issues not being able to add this to a home screen since the default is 4x4.
Any chance of a 4x4 version?
Cheers
Harry
Sent from my Desire HD using XDA App
Would appreciate it if someone could upload the file to multiupload.com
Nice! You reminded me of how much I want one of these Nano Watches
Alright well sprints latest OTA has the SecMMS.apk that does not show single pictures as slideshows, but instead shows them normally. Well i tried pulling the apk and using it on the verizon s3 but it didn't work I put in system/app and alas nothing worked. So im requesting that somebody edit it/mod it/whatever needs to be done, to make it work on our S3's
I attached the zip file that has the SecMMS.apk in it as well as the odex file, i would like it to work on deodexed stock roms
and here's the framework-res.apk https://www.dropbox.com/s/t6et6bqelqj0ed8/framework-res.apk
Thanks in advance!
Bump, anything anybody?
For me it only shows as a slideshow if text is included. Otherwise it just pulls up as a normal pic. Are you sure the sprint mms app behaves differently?
Sent from my SCH-I535 using xda app-developers app
Wait so you are telling me that when you get text along with a picture under the new sprint OTA that you dont not get a slide show anymore?!? holy crap this is so amazing if true! ill most deff keep this bumped
pjamv5 said:
For me it only shows as a slideshow if text is included. Otherwise it just pulls up as a normal pic. Are you sure the sprint mms app behaves differently?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
really?? can you still save the picture and view it normally?
and according to the release notes it no longer plays as a slideshow for single picture messages
Source: http://www.androidcentral.com/sprint-rolling-out-another-update-samsung-galaxy-s3
Notes:
KI – Touch Wiz home has stopped
Single picture MMS no longer displayed as slideshow
Optimized LTE system selection
Enhanced Smart Stay function
Enhanced Voice recognition algorithm
All-Share Cast (All-share accessory hub) support
Music Hub support
Security Fixes
Neverendingxsin said:
really?? can you still save the picture and view it normally?
and according to the release notes it no longer plays as a slideshow for single picture messages
Click to expand...
Click to collapse
Same issue for me and as far as i know you cant save the image holy crap! btw do you have to be rooted in order to install this once anyone gets the apk right? and another question According to droid-life there is a new root method out somewhat of a one click root will I lose all my data after I root?
blackguy101 said:
Same issue for me and as far as i know you cant save the image holy crap! btw do you have to be rooted in order to install this once anyone gets the apk right? and another question According to droid-life there is a new root method out somewhat of a one click root will I lose all my data after I root?
Click to expand...
Click to collapse
I would assume you have to be rooted since it will most likely have to be pushed to your system apps, i tried pushing it there but it wouldn't work.
As far as the one click root, if you aren't flashing any kind of system img then you should keep your data, but i always assume that ill be losing my data when rooting.
Neverendingxsin said:
I would assume you have to be rooted since it will most likely have to be pushed to your system apps, i tried pushing it there but it wouldn't work.
As far as the one click root, if you aren't flashing any kind of system img then you should keep your data, but i always assume that ill be losing my data when rooting.
Click to expand...
Click to collapse
I see. Well if this thing works out then Ill most deff root maybe you should post this in the theme and development section so more people that are specialized in that area can see it.
Neverendingxsin said:
really?? can you still save the picture and view it normally?
and according to the release notes it no longer plays as a slideshow for single picture messages
Click to expand...
Click to collapse
Interestingly I can only save pics that are part of the slideshow presentation by pausing then hitting menu > save attachment. On the regular image view the only option is Set picture as. However, from the message list view I can long press both types (those with text and without) and the option to save attachment is there.
Sent from my SCH-I535 using xda app-developers app
pjamv5 said:
Interestingly I can only save pics that are part of the slideshow presentation by pausing then hitting menu > save attachment. On the regular image view the only option is Set picture as. However, from the message list view I can long press both types (those with text and without) and the option to save attachment is there.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Thats good to know, i really wanna use the touchwiz messaging but i can't stand that slideshow view. It just looks so odd, not sure why the hell samsung thought it was smart to use in the first place. That's why im hoping this can modded to work for us
And @Mods if you happen to see this can you move this thread to the theme/app section so it gets more attention. Thank you
Neverendingxsin said:
Thats good to know, i really wanna use the touchwiz messaging but i can't stand that slideshow view. It just looks so odd, not sure why the hell samsung thought it was smart to use in the first place. That's why im hoping this can modded to work for us
And @Mods if you happen to see this can you move this thread to the theme/app section so it gets more attention. Thank you
Click to expand...
Click to collapse
You will also need at least framework-res.apk from the most recent Sprint stock image in order to properly decompile this apk.
pjamv5 said:
You will also need at least framework-res.apk from the most recent Sprint stock image in order to properly decompile this apk.
Click to expand...
Click to collapse
Good to know, seeing if somebody can pull it for me so I don't have to download the whole image.
Just bumping this! I dont want this topic to die!
https://www.dropbox.com/s/t6et6bqelqj0ed8/framework-res.apk
There's the framework res apk.
Hopefully somebody can do this
Neverendingxsin said:
https://www.dropbox.com/s/t6et6bqelqj0ed8/framework-res.apk
There's the framework res apk.
Hopefully somebody can do this
Click to expand...
Click to collapse
I'll take a stab at this for you but won't be able to get to it until tonight or tomorrow.
Sent from my SCH-I535 using xda app-developers app
pjamv5 said:
I'll take a stab at this for you but won't be able to get to it until tonight or tomorrow.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Thanks
Updated OP with framework-res apk download link.
Neverendingxsin said:
Updated OP with framework-res apk download link.
Click to expand...
Click to collapse
Im a noob and all but does that mean its ready for primetime now?
blackguy101 said:
Im a noob and all but does that mean its ready for primetime now?
Click to expand...
Click to collapse
Nope. The framework is needed to decompile the apk and help make it work.