Screen Recorder. Lets find the CSC hook - Galaxy Note II Android Development

As I stated I'm trying to figure out the csc hook to enable in the features file for the screen recorder. I've recompiled the framework and apk but didn't see anything figure a few more eyes wouldn't hurt. So here are the files for the screen recorder
APK
http://db.tt/7xCjgvUl
FRAMEWORK
http://db.tt/JLR3H57d
LIBRARY
http://db.tt/1PwVNwYq
I will try launching with actions discovered through terminal later tonight to see I'd I can get anymore answer. But anyway...
Sent from my SCH-I605 using xda app-developers app

Related

Prevent screen rotation on app-by-app basis

Is there a way to disable the automatic screen rotation for specific applications? I thought I'd seen a settings app that did this, but haven't been able to find it on xda or anywhere else. Are there per-application settings that control rotation or is it just the global setting that's available? I've seen mention of doing this by editing an app's manifest.xml file, but am not sure if this can be done if all I have is the apk or not...
Yes i too would love and app that does this. Hope someone writes one soon
still looking for this :/
Its called PerApp... ill post a link soon
EDIT: here it is http://db.tt/UoAXK0Ik
Sent from my Kindle Fire using xda app-developers app
http://forum.xda-developers.com/showpost.php?p=30257694&postcount=12
One solution...
I recently discovered the Xposed Framework and am using the App Settings module within it to control a variety of per-app settings, including orientation.

I'm working on making my own custom icons, and I had a question...

I am currently using Better Cut on my home screen to change the shortcuts to some custom icons I made. I want to replace the icons in the app drawer (or perhaps in general) as well (I am using Launcher Pro but I might not be opposed to ADW), however I can't figure out how to do that. I sorta figure the icons would be in the APK files, however when an application gets updated, I would have to replace the icon would I not?
If that's the case, I don't think it would be worth it, but if there's an easier or more doable way I'd love to hear it.
Thanks!
It's my understanding that you'll have to change the app's actual icon.
Find the apk you want to change.Convert the apk file into a zip file.
Replace the icon's png, in res folder, with your icon. Convert back into an apk. Sign apk. Reinstall.
Its not as simple as it should be, or maybe I haven't found an easier method. I'm having trouble signing the apk.
I hope this helps. Good luck.
Sent from my PC36100 using XDA App
sp3a12uk said:
It's my understanding that you'll have to change the app's actual icon.
Find the apk you want to change.Convert the apk file into a zip file.
Replace the icon's png, in res folder, with your icon. Convert back into an apk. Sign apk. Reinstall.
Its not as simple as it should be, or maybe I haven't found an easier method. I'm having trouble signing the apk.
I hope this helps. Good luck.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Thanks, I thought it'd be about like that. When an app is updated, I will have to re-do the whole procedure won't I?
Yes because it replaces everything. Let me know how it goes.
Sent from my PC36100 using XDA App
If you install eclipse and download the adw theme template you can put all your icons In there and it will change them. Or you can download an adw theme and pull it from the phone and change all the icons In there. I think the theme apk is in data/app. And then resign the apk.
Sent from my HERO200 using XDA App

[App] 3D Camera

Hi
I´m about to get a Note, would need to know if the camera is capable of taking panoramic pics, which i understand it does.
And if it does if it can take them on 3D Side by Side compatible format, so once u connect the phone to a 3D TV it would recognise as 3D content and make the conversion, this is something Sony Ericsson Xperia Arc is doing, not because of the camera being ready for 3D, they just designed an app to do it and put it on their last official update to 2.3.4
I just attached both the Camera App and the Gallery app, let me know if they work on Galaxy Note or if there has to be some rewriting for the app.
Maybe there´s some other app that i don´t know doing this.
This won't work like that. First decompile with APK manager and then delete the android manifest and then repack resign and check for any dependency (lib) files.
Sent from my GT-N7000 using xda premium
tids2k said:
This won't work like that. First decompile with APK manager and then delete the android manifest and then repack resign and check for any dependency (lib) files.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Ummm, total ignorant here, i´ll check the APK Manager, learn about it and see if i can managed to make it work.
Can´t get it done, if someone can help...

Help modifying Skype orientation mode

Hi. I'm new to this forum and I hope I can be precise and clear.
The new update of Skype forces us to use the app in landscape mode, which is kind of annoying. Searching on Google, I found that there are mainly two ways to force the app to keep portrait mode: using another app to control orientation or modifying this setting in Androidmanifest.xml file. I went for the second option.
Then, following a first tutorial (with apktools) , I was able to decompile the Skype apk, and add android:screenOrientation="portrait" to the XML file, as you can see in the pic, and recompile it. The problem is that when I tried to reinstall Skype using the modified apk, I got the error "application not installed", as you can see below.
Following a second tutorial (using apktools) , I decompiled the apk, added android:screenOrientation="portrait" to Androidmanifest.xml but when I tried to recompile I got the error "invalid resource directory name" (check out the print screen).
Any solutions? Am I doing something wrong? Thank you.
Sent from my GT-P3110 using xda premium
Edit: I was able to install the modified apk but it still opens as landscape...
Sent from my GT-P3110 using xda premium
I'll try to take a look when I get home in about an hour, but they might be setting the orientation in java. Is the app always in landscape or just sometimes?
Sent from a Toasted Devil
netwokz said:
I'll try to take a look when I get home in about an hour, but they might be setting the orientation in java. Is the app always in landscape or just sometimes?
Sent from a Toasted Devil
Click to expand...
Click to collapse
Always landscape
Nvm,solved problemas.
Sent from my GT-P3110 using xda premium

Editing Apps

The goal is to be able to change small things in some apps.
For example, there is an app called SnapChat which allows you to send a picture for 3 seconds and then closes the picture. In this scenario, I would like to be able to edit the .apk file to allow to stay for 4 seconds. Would this kind of this be possible?
How so?
Um....you can do this within the app.....stock....
Sent from my Eclipsed S3 running that KTOONZ Sauwce
post this in android hacking. it is not a verizon gs3 topic. you'll find more support there.
Matthenson20 said:
Um....you can do this within the app.....stock....
Sent from my Eclipsed S3 running that KTOONZ Sauwce
Click to expand...
Click to collapse
I know, it was a poor example. But I'm just wondering if it would be possible to do small changes like this to apps?
Dgameman1 said:
I know, it was a poor example. But I'm just wondering if it would be possible to do small changes like this to apps?
Click to expand...
Click to collapse
most apps are customizable. there are threads over in android general/hacking specifically about this topic.
OK I have looked a lot. I want to change a lot of things not just an app. I want to change my app icon color I want to change the color of my clock widget my wheat her widget the resize outline of the box also the color of the lock on the lock screen. Anybody pm me plz I am clueless at this stuff.
Sent from my SCH-I535 using xda app-developers app
You can change alot of things in apps just by playing around with them. Using Apktool or another decompiling tool, you can change alot in the res/values folders Theres alot of stuff you can play around with in the various xml files
tihsllub said:
OK I have looked a lot. I want to change a lot of things not just an app. I want to change my app icon color I want to change the color of my clock widget my wheat her widget the resize outline of the box also the color of the lock on the lock screen. Anybody pm me plz I am clueless at this stuff.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
use the search box at the top of the page. type in theme/mod apk's. pages of stuff will come up. here's 1 place to start- http://forum.xda-developers.com/showthread.php?t=2069287
So you are saying I can't decompile or recompile apks on my phone? I have to use adb to push/pull and then use a program to decrypt the XML then I can change the values to what I want?
Sent from my SCH-I535 using xda app-developers app
tihsllub said:
So you are saying I can't decompile or recompile apks on my phone? I have to use adb to push/pull and then use a program to decrypt the XML then I can change the values to what I want?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
You're gonna have to adb push/pull unless you build your own ROM.
You can get apktool from here: https://code.google.com/p/android-apktool/
[email protected] OK. :/ hard drive crashed.
Sent from my SCH-I535 using xda app-developers app
You can swap out images but you definitely can't change app settings like animations and such without the right tools and procedures.
[email protected]'$ [email protected]@XY
OK. I don't want yo change animations just yet. I want to edit app icon colors widget colors. I pretty much want to theme everything.
Sent from my SCH-I535 using xda app-developers app
use 7zip on your computer to swap out png's. change app's name from whatever.apk to whatever.zip then move it to your computer using 7zip open the archive. don't extract or unzip. navigate to res folder and open it. find the png files you want to change and insert your png files you want. make sure they are the correct size, in the correct format (png) and are named correctly. exactly as they are in the zip file. then close the zip transfer it back to your phone and rename back to whatever.apk i do suggest doing some more research before doing this. there are a lot of threads dedicated just for this. use the search engine at the top of the page. XDA provides it for this exact reason.

Categories

Resources