[Q] Main Activity name of an app - Android Q&A, Help & Troubleshooting

Hello
I'm currently in the process of making a theme for MIUI lockscreen.
I've successfully gotten shortcuts for stock messaging, dialer and camera onto the lockscreen.
To do so i've used code such as this:
Code:
<Intent action="android.intent.action.MAIN" type="vnd.android-dir/mms-sms" category="android.intent.category.DEFAULT"/>
and
Code:
<Intent action="android.intent.action.MAIN" package="com.miui.camera" class="com.miui.camera.Camera"/>
And then linked it to a button of course.
I've gotten these action, package and class names from looking at other people's manifest.xml files in their MIUI themes.
But now i find myself wanting to put other apps on the lockscreen, such as XDA and FriendCaster.
I can't seem to find the action, package and class names for these apps anywhere.
So here's my question, how do i find these strings?
I've tried opening an .apk file and taking a look at the files in there, but most of them can't be opened in Notepad++ (Do i need another program to open them or what?), and i can't find what i need.
Hope someone more experienced can help me
- Moonbloom

Moonbloom said:
Hello
I'm currently in the process of making a theme for MIUI lockscreen.
I've successfully gotten shortcuts for stock messaging, dialer and camera onto the lockscreen.
To do so i've used code such as this:
Code:
<Intent action="android.intent.action.MAIN" type="vnd.android-dir/mms-sms" category="android.intent.category.DEFAULT"/>
and
Code:
<Intent action="android.intent.action.MAIN" package="com.miui.camera" class="com.miui.camera.Camera"/>
And then linked it to a button of course.
I've gotten these action, package and class names from looking at other people's manifest.xml files in their MIUI themes.
But now i find myself wanting to put other apps on the lockscreen, such as XDA and FriendCaster.
I can't seem to find the action, package and class names for these apps anywhere.
So here's my question, how do i find these strings?
I've tried opening an .apk file and taking a look at the files in there, but most of them can't be opened in Notepad++ (Do i need another program to open them or what?), and i can't find what i need.
Hope someone more experienced can help me
- Moonbloom
Click to expand...
Click to collapse
Download apk manager its available on XDA but dont have a link for you just search with google and you will see, you then can unpack the apk and edit the files that you can't edit at the moment. the manager uses smali and baksmali to unpack and pack the file again.
here you can find more info http://code.google.com/p/smali/wiki/BuildProcedure
Cheers

I think the code for XDA FREE would be >> package="com.quoord.tapatalkxda.activity" and "com.quoord.tapatalkxda.activity.EntryActivity" for the activity.
Anyway, try to decompile the apk with apk manager and then find the code in AndroidManifest.xml

Thanks for the information
I've sucessfully been able to decompile the .apk's (i grabbed them out of my Titanium Backup folder ^^), and i've checked out the AndroidManifest.xml files in various apps.
To see if i could match the strings i found in other people's theme to the ones i could find the android manifest, i used MIUI Player (just to test my theory)
Code from other persons theme (works fine):
Code:
<Intent action="android.intent.action.MAIN" package="com.miui.player" class="com.miui.player.drawerActivityGroup.MainActivityGroup"/>
I can easily find the "package" name, as it's in the top of every AndroidManifest.xml.
But my issue is finding the correct "action" and especially "class" to go with it.
I can open the AndroidManifest.xml in the MIUI Player app, and find
Code:
android:value=".drawerActivityGroup.MainActivityGroup" />
But if i didn't already have the string, i wouldn't have known what to look for in the first place :S
At the moment i'm trying to get the Calendar app working, so i can unlock it from the lockscreen and be taken straight into the calendar.
All my other code is setup and works fine, but it's just this 1 line i can't get working properly:
Code:
<Intent action="android.intent.action.MAIN" package="com.android.calendar" class="com.android.calendar.android.task.calendar"/>
When i try and unlock using this, it just unlocks normally and doesn't launches the Calendar app.
This is a lot more confusing than i thought i'd be :O

Hi,
the action name is always on the begging (but not on the top)
For example:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Send me the Calendar app and I will search for it

How do you know what to look for?
I've tried with just the "action:name", but there's loads of those, and i've tried with several other combinations as well, neither seem to work.
Also, when i use the xda info you posted earlier (also found them in the decompiled AndroidManifest.xml from the XDA app), and try and launch that from my lockscreen, it opens up some weird kind of XDA i've never seen before. It doesn't open the usual app?

I use the app "Quick Shortcut Maker" to create shortcuts to certain parts of an app (a specific setting in the settings app, for example). In the app, as you're making the shortcut, it allows you to test it. Use that app to find the correct activity and then add it to your theme.
Supersonic Evo 4G | MIUI | Tapatalk

plainjane said:
I use the app "Quick Shortcut Maker" to create shortcuts to certain parts of an app (a specific setting in the settings app, for example). In the app, as you're making the shortcut, it allows you to test it. Use that app to find the correct activity and then add it to your theme.
Supersonic Evo 4G | MIUI | Tapatalk
Click to expand...
Click to collapse
I can't seem to find this app anywhere.
I've found some called "Shortcut Maker" (without the "Quick"), but one of them costs around 2$ and the other one literally didn't do anything. Downloaded it, no app icon anywhere, no extra buttons when adding widgets, nothing.
Could you link it please?

Moonbloom said:
How do you know what to look for?
I've tried with just the "action:name", but there's loads of those, and i've tried with several other combinations as well, neither seem to work.
Also, when i use the xda info you posted earlier (also found them in the decompiled AndroidManifest.xml from the XDA app), and try and launch that from my lockscreen, it opens up some weird kind of XDA i've never seen before. It doesn't open the usual app?
Click to expand...
Click to collapse
I think this is what You need

Moonbloom said:
I can't seem to find this app anywhere.
I've found some called "Shortcut Maker" (without the "Quick"), but one of them costs around 2$ and the other one literally didn't do anything. Downloaded it, no app icon anywhere, no extra buttons when adding widgets, nothing.
Could you link it please?
Click to expand...
Click to collapse
It was QuickShortcutMaker, all one word. You can either open the app and go through the activities there, or by adding a shortcut. Direct link to download from my Dropbox is here: http://db.tt/Voekw2wN
Edit: Also be careful when using the activity names shown on the screen. It first shows the main package name of the app, then the activity. For example, if you wanted to open the agenda view of the calendar, it would show as com.android.calendarcom.android.calendar.AgendaActivity - without spaces between the two. You'd want to use com.android.calendar.AgendaActivity, not the whole string shown in the app. If you have a little experience with activity names you'll be able to tell what you need to use without problem, just wanted to point that out.
If you do need assistance, shoot me a pm and I'll find the right names for whatever you need. Good luck!

Related

[Q] How to automate Bing Daily Image as my Android background?

Anyone know of a way to get the Bing daily background as my Android phone's background?
(on an automated daily basis without user intervention)
There are a lot of wallpaper switching apps, but none of them link to Bing's daily image.
If there were an app that would set the wallpaper from a URL (http://mydomain.com/image.jpg) on a daily basis, then I could scrape the Bing image and host it for retrieval.
If I could even just find a wallpaper app that switches on a daily RSS feed, I could create my own feed to expose Bing's daily image. But alas, haven't found any apps that do so.
Google gives me this. Its an apk file.
http://handheld.softpedia.com/get/Wallpapers/Phils-Fractal-Wallpaper-Lite-108354.shtml
You could automate that with tasker or locale. Set it to repeat every 24 hours, then have it get the file and save it, then set the wallpaper as that image.
Should be fairly straightforward.
I haven't found a way to make Tasker or Locale get an image from a URL and save it to the sdcard.
Connect the developer of WallMe, he's looking into this and already supports Flickr.
Sent from my HTC Desire using Tapatalk
Is the bing wallpaper url fixed? There is a binary of wget you can use to retrieve the file and rename it locally. Don't know how to set it as the wallpaper from a script though
also http://forums.somethingawful.com/showthread.php?threadid=3378016
The Bing wallpaper URL changes daily
Nice find on SA
I have one app bing daily wallpaper
just search "bing daily wallpaper" in the android market
if you need, I can add one function to run as a service and download /setup the wallpaper automatically.
appdotconfig said:
just search "bing daily wallpaper" in the android market
if you need, I can add one function to run as a service and download /setup the wallpaper automatically.
Click to expand...
Click to collapse
That would be nice so it automatically changes every day
+ I would donate for your hard
Sent from my CM7 EVO
do you want the chopped version or the full version
hi there,
since the wallpaper of bing is wide enough for the wallpaper by default
so either chose one portal of picture as a chopped option,
or we can just the landscape mode to show the full picture, let me know
mdaddy said:
Anyone know of a way to get the Bing daily background as my Android phone's background?
(on an automated daily basis without user intervention)
There are a lot of wallpaper switching apps, but none of them link to Bing's daily image.
If there were an app that would set the wallpaper from a URL on a daily basis, then I could scrape the Bing image and host it for retrieval.
If I could even just find a wallpaper app that switches on a daily RSS feed, I could create my own feed to expose Bing's daily image. But alas, haven't found any apps that do so.
Click to expand...
Click to collapse
You can try my app here at market
Search: Bing Daily Wallpaper int Google Play
I saw reports of the app being updated for Android with automatic wallpaper update each day.
I installed the app on my HTC One Mini, kept an app shortcut on the Main screen and set the Bing image as wallpaper. But it still won't update each day.
What settings do I change?
So I wanted to do this and searched around the interwebs and didn't really find anything. Most things were either apps for reddit, or old methods that no longer worked.
I ended up doing it myself via Tasker. If someone is curious, I can post what I did here in a more specific way but a quick explanation is that I have a profile set up to kick off at 5:30AM which then has 1 task with 5 actions associated with it. The actions together, HTTP Get the XML from Bing, parse the changing link and append it onto www.bing.com. Then I use this to HTTP Get the image itself, save it to a directory on the phone with the date in the name (solely for archival purposes and not necessary) and then apply the wallpaper. It was pretty straight forward actually.
Maverick0984 said:
So I wanted to do this and searched around the interwebs and didn't really find anything. Most things were either apps for reddit, or old methods that no longer worked.
I ended up doing it myself via Tasker. If someone is curious, I can post what I did here in a more specific way but a quick explanation is that I have a profile set up to kick off at 5:30AM which then has 1 task with 5 actions associated with it. The actions together, HTTP Get the XML from Bing, parse the changing link and append it onto www.bing.com. Then I use this to HTTP Get the image itself, save it to a directory on the phone with the date in the name (solely for archival purposes and not necessary) and then apply the wallpaper. It was pretty straight forward actually.
Click to expand...
Click to collapse
I'd love to know how you did it in more detail please, with screenshots if possible; I'm a proper tasker noob.
DJBrie said:
I'd love to know how you did it in more detail please, with screenshots if possible; I'm a proper tasker noob.
Click to expand...
Click to collapse
I don't really have the time to actually put a full walkthrough together at the moment, but I've attached the exported task, which is the bulk of the effort. With this, you can execute the task manually and it will work just fine. In order to schedule it, you have to create a time based profile which executes the task which is real easy. The way I did it, just because I thought I might want them later, was to save the images based on the date that they were live. It saves them to a folder on the root of the sdcard named Bing. If you don't want them archived, just delete %DATE in the final 2 steps in the task. Specifically in the final 2 screenshots.
Here are some screenshots of the profile which schedules the task that is the XML that is attached to this post:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you for going to so much trouble. I'm constantly amazed at how much effort people go to to help others on XDA
I highly recommend the app Cool Daily Wallpaper from the Play Store.
It automatically downloads from Bing and change the wallpaper automatically daily. Plus the images are in high resolution (1920x1080), without the Bing watermark, and saved to a Bing/ folder on the sdcard. This makes it very easy to also use the downloaded images for a Dreamscene or screensaver.
Very low resource usage, since it is not a live wallpaper.
Here you go:
https://play.google.com/store/apps/details?id=bg.ailiev.android.wallpapermanager

calendar.apk - I challenge anyone to make it look right

updated 5/20
I challenge anyone and everyone to figure out how to correct the "tear" in the image below. The calendar.apk is attached. Simply rename blurcalendar.apk and instal the attached calendar.apk
Anyone that can fix it shall receive a modest donation. I've tried for quite some time now to figure it out. Solution just isn't within my limited knowledge.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
****************************************
Ive been scouring over all the XML files in BlurCalendar.apk and I can't find any references to the text color I would like to change. If anyone has any clue as to what I'm looking for, any and all advice is much appreciated.
Currently, while looking at month view in the calendar app, any date that has an event/activity is shown in bold black. I would like that changed to bold blue. See the screen shots below
I'm confident that if I can find the right line of code to change I can re-package the apk up and utilize it.
I think you might need to look in system/app/BlurCalendar.apk. I decompiled it but it decompiled with errors, however there are files within the layout folder there that look like they would control it. I don't have time right now to try and track it down but it may be the place.
EDIT
The styles.xml within BlurCalendar has this entry:
Code:
<style name="TextAppearance.EventInfo_Label" parent="@style/TextAppearance">
<item name="android:textAppearance">?android:textAppearanceSmall</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">?android:textColorSecondary</item>
<item name="android:paddingLeft">2.0dip</item>
</style>
Try textColorSecondary within the framework-res.apk styles.xml. The ?android, as far as I have been able to tell, references the main styles that are set by framework-res. There are very few entries in the styles.xml within blurcalender that seem like they might work.
jimbush3 said:
I think you might need to look in system/app/BlurCalendar.apk. I decompiled it but it decompiled with errors, however there are files within the layout folder there that look like they would control it. I don't have time right now to try and track it down but it may be the place.
Click to expand...
Click to collapse
Right, that's the one I've been looking over for the past couple hours, as the OP says. I found a thread in a different forum that someone posted up more or less exactly what I want (HERE).
I also looked over his modified files... and I don't see any modifications. So, I just don't know where to look I guess. I installed his modified calendar, but there is a very strange issue with it.
notice the "tear" towards the top. No clue what that is.
jimbush3 said:
I think you might need to look in system/app/BlurCalendar.apk. I decompiled it but it decompiled with errors, however there are files within the layout folder there that look like they would control it. I don't have time right now to try and track it down but it may be the place.
EDIT
The styles.xml within BlurCalendar has this entry:
Code:
<style name="TextAppearance.EventInfo_Label" parent="@style/TextAppearance">
<item name="android:textAppearance">?android:textAppearanceSmall</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">?android:textColorSecondary</item>
<item name="android:paddingLeft">2.0dip</item>
</style>
Try textColorSecondary within the framework-res.apk styles.xml. The ?android, as far as I have been able to tell, references the main styles that are set by framework-res. There are very few entries in the styles.xml within blurcalender that seem like they might work.
Click to expand...
Click to collapse
Thanks for looking into it. I eyed that same code for a whole myself but couldn't make anything out of it. But given what I know about the other guys calendar mod, it's a standalone apk and doesn't modify anything in the framework-res.apk.
The date color, along with the event indicator color on the right hand side of each date square, are taken from your settings in google.calendar.com. I just can't seem to find where the guy told his calendar to make the date number match the event color, instead of just being bold black.
I challenge anyone and everyone to figure out how to correct the "tear" in the image below. The calendar.apk is attached. Simply rename blurcalendar.apk and instal the attached calendar.apk
Anyone that can fix it shall receive a modest donation.
Have you tried flipping the page up to june to see if the tear goes away?
Sent from my MB860 using XDA Premium App
Ha! Yes I have tried that. The goofy image is static and doesn't move.
Sent from my MB860 using XDA Premium App
Gonna attack it as soon as I get home
Sent from my MB860 using XDA Premium App
What did you modify in BlurCalendar?
playin4sheezy said:
Gonna attack it as soon as I get home
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
awesome. good luck. I really hope you can find the cause. I love the changes made to this calendar.
jimbush3 said:
What did you modify in BlurCalendar?
Click to expand...
Click to collapse
I didn't do anything. The attached calendar.apk is not mine. I got from a thread in a different android forum. The guy that made it has had this calendar change integrated into CM releases I think.
So are you just trying to get stock calendar instead of blur calendar?
Sent from my MB860 using XDA Premium App
I guess so. I don't know what the stock calendar looks like. The main thing I like about the calendar I posted is the date numbers in month view are color-coded if there is an event on that particular day. The blur calendar just makes the date bold black.
I don't think this calendar is part of AOSP gingerbread. Its an iteration of what's in CM6/CM7.
Sent from my Xoom using XDA Premium App

Where Are .apk Files for SMS, Dialpad/Contacts & Camera?

i'm trying to find .apk files for sms, dialpad/contacts, and camera. i did find mms.apk, which i assume is for sms. but i cant find .apk for dialpad/contacts or camera. could they be under different names?
bldon said:
i'm trying to find .apk files for sms, dialpad/contacts, and camera. i did find mms.apk, which i assume is for sms. but i cant find .apk for dialpad/contacts or camera. could they be under different names?
Click to expand...
Click to collapse
depends on your device
zelendel said:
depends on your device
Click to expand...
Click to collapse
...and your rom.
They are most likely in system/apps and the name depends on your phone model, like if it is a Motorola it will be called BlurPhone.apk
Sent from my DROID X2 using XDA App
zelendel said:
depends on your device
Click to expand...
Click to collapse
hi zelendel. well i got the htc inspire. and im running virtuous unity 2.39. so based on this info, where do you think theyre located?
bldon said:
hi zelendel. well i got the htc inspire. and im running virtuous unity 2.39. so based on this info, where do you think theyre located?
Click to expand...
Click to collapse
ok what your looking for is in system/app the will begin with HTC so look for HTC Dialer, HTC contacts, HTC camera, Phone apks. the MMS.apk is the sms app. the dialer is 2 phone and dialer, when controls before the call is placed and the other controls during the call/
zelendel said:
ok what your looking for is in system/app the will begin with HTC so look for HTC Dialer, HTC contacts, HTC camera, Phone apks. the MMS.apk is the sms app. the dialer is 2 phone and dialer, when controls before the call is placed and the other controls during the call/
Click to expand...
Click to collapse
zelendel, i found the apk files as per your instruction. my goal is to change the dialerpad color of the png of the dialerpad found in HTC Dialer.apk. but when i open the apk, i cant find the dialerpad anywhere. i dont understand this. is there something that i'm doing wrong?
bldon said:
zelendel, i found the apk files as per your instruction. my goal is to change the dialerpad color of the png of the dialerpad found in HTC Dialer.apk. but when i open the apk, i cant find the dialerpad anywhere. i dont understand this. is there something that i'm doing wrong?
Click to expand...
Click to collapse
FIrst how are you opening it? Second what image are you trying to change. The images for the dialer are scattered across 3 apks, com.htc.resources.apk and the dialer apk and phone.apk. There are 2 types of images. a normal png and a .9.png that controls the call button.
zelendel said:
FIrst how are you opening it? Second what image are you trying to change. The images for the dialer are scattered across 3 apks, com.htc.resources.apk and the dialer apk and phone.apk. There are 2 types of images. a normal png and a .9.png that controls the call button.
Click to expand...
Click to collapse
zelendel, im opening the apk by unraring it. then i see several folders. then in each folder theres many xml and png files. but i only find several keypad buttons, like, 1,3,4,6,7,8,9,.. i cant find 2 and 0. i'll take ur advice and open up the other apks like, com.htc.resources.apk and phone.apk. i still want to make the dialpad look like the one from wp7.
bldon said:
zelendel, im opening the apk by unraring it. then i see several folders. then in each folder theres many xml and png files. but i only find several keypad buttons, like, 1,3,4,6,7,8,9,.. i cant find 2 and 0. i'll take ur advice and open up the other apks like, com.htc.resources.apk and phone.apk. i still want to make the dialpad look like the one from wp7.
Click to expand...
Click to collapse
Then you are gonna need to learn to edit .9.png and how to decompile and recompile the apks so you can see the xmls. search for apk manager and start their. The text for the buttons is in an xml not a image. Still not sure what those are for myself lol. Here is a screen shot of what I have been able to pull off so far.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
zelendel said:
Then you are gonna need to learn to edit .9.png and how to decompile and recompile the apks so you can see the xmls. search for apk manager and start their. The text for the buttons is in an xml not a image. Still not sure what those are for myself lol. Here is a screen shot of what I have been able to pull off so far.
Click to expand...
Click to collapse
i found a link with the dialpad theme that i want. but when i tried to install it on my phone, nothing happened. my phone wasnt able to install it. maybe you can help me on installing it? as a reminder, i got an htc inspire, and i'm running virtuous unity 2.39. heres the link:
http://forum.xda-developers.com/showthread.php?t=1223389
Let me see what I can do. I have never run that rom before myself
bldon said:
i found a link with the dialpad theme that i want. but when i tried to install it on my phone, nothing happened. my phone wasnt able to install it. maybe you can help me on installing it? as a reminder, i got an htc inspire, and i'm running virtuous unity 2.39. heres the link:
http://forum.xda-developers.com/showthread.php?t=1223389
Click to expand...
Click to collapse
Just a word to the wise. Never flash anything that was not built for your device. This is an LG zip file not an HTC
zelendel said:
Just a word to the wise. Never flash anything that was not built for your device. This is an LG zip file not an HTC
Click to expand...
Click to collapse
WOW! i didnt know that before. thanks for the warning. it wouldve been cool to run this theme on my inspire regardless though.
anyway, maybe you can still help me with something. theres a kernel called unity v9. i tried to install on my inspire via recovery. but it wont let me. can you please help me install it? i know i'm doing everything correctly. heres the link:
http://forum.xda-developers.com/showthread.php?t=1121939
theres also a unity v10 kernel. but i dont know if itll work on the inspire. please let me know that also, thanks zelendel.

Kyoraapp v1.2

Hey guys, I'm sure you already know Hillbeast's Kyorarom. Well, in that case you must have heard of Kyoraapp too. But just in case you haven't p), Kyoraapp is an app I specially designed to manage Kyorarom's specific features, like Kyoralock and Kyoratweaks.
Main Menu:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You have two buttons: Kyoralock and Kyoratweaks. But, if you press menu button, you can access Preferences menu from there, in which you'll see:
If you select "Use service?", a service for Kyoralock will be started in background that will execute applock for each app on the list every XX minutes (depending on what's in "time between executions").
Note: Each time you open Kyoralock, applock will be executed only once if the service is disabled.
Kyoralock:
This is a script designed by Hillbeast that "locks" an app into memory, so that the app will be more responsive.
In the TextBox, you can write an apps package name, and press "Add App" to add that package to the applock list, or just push "Execute", that will execute applock on that app only once without adding it to the list.
Or if you want "the easy way", you can press the "List" button right next to the textbox. That will launch a new activity that will recollect all the apps installed on the phone, and put them in a list. There, you select whichever apps you want, and then press "Done". That will automatically add the selected apps to the list.
Kyoratweaks:
In Kyorarom v0.5, a new feature was implemented: Kyoratweaks. This allows the user to enabled or disable some tweaks included in Kyorarom.
If you have any doubts, suggestions, or whatever you want to say, just leave a comment!
Source Code:
http://d-h.st/V7L
Can i use this app on a ROM other than Kyorarom?
Smonic said:
Can i use this app on a ROM other than Kyorarom?
Click to expand...
Click to collapse
You can install it. But it'll be useless since Kyoralock and Kyoratweaks are Kyorarom specific features. That's why I didn't provide any downloads
Nice app, gob job !
i don't understand Kyoratweaks. If this make phone faster why someone wants to have disabled this options? These tweaks should be enebled by default.
Moikop, I have some code somewhere on my pc which translates the com.android.launcher or something like that, to the actual app name.
Also, I take it's a listview you're using? I also have some code lying around where you can change the looks of it (custom listview adapter), this way you could make it like:
icon | name
Contact me if you're interested in the code (;
Dympy.
dympy said:
Moikop, I have some code somewhere on my pc which translates the com.android.launcher or something like that, to the actual app name.
Also, I take it's a listview you're using? I also have some code lying around where you can change the looks of it (custom listview adapter), this way you could make it like:
icon | name
Contact me if you're interested in the code (;
Dympy.
Click to expand...
Click to collapse
I'm interested in the code to "translate" the package name into the app's name. I know a way how to do it, but.. let's just say that, that way the app would be slow as hell. So if the code is good, please send it to me by pm
About the listview.. yes, I know about custom adapters. But I decided not to use them because I want to keep the UI as simple, fast and intuitive as possible
Thanks Dympy.
lesiux said:
i don't understand Kyoratweaks. If this make phone faster why someone wants to have disabled this options? These tweaks should be enebled by default.
Click to expand...
Click to collapse
Because some people report slowdowns so I just have it disabled and people can turn it on/off when they need to.
Hello Hillbeast,
Thanks for sharing the ROM with us.
Does this support USB tethering? and how about GPS fix? Couldn't find any thing related to it, hence the query.
Good luck
sajjt said:
Hello Hillbeast,
Thanks for sharing the ROM with us.
Does this support USB tethering? and how about GPS fix? Couldn't find any thing related to it, hence the query.
Good luck
Click to expand...
Click to collapse
You are in the wrong thread. Go into the Q&A thread for kyorarom for any questions
I am not able to get kyoralock to work.. whenever i click on list, the list that is generated on the screen does not contain any dialer or messaging.. instead it contains dialertab activity, message etc...
I want to keep messaging, dialer and camera in memory!!!
neo1691 said:
I am not able to get kyoralock to work.. whenever i click on list, the list that is generated on the screen does not contain any dialer or messaging.. instead it contains dialertab activity, message etc...
I want to keep messaging, dialer and camera in memory!!!
Click to expand...
Click to collapse
Dialer and Messaging apps lock is already coded in Kyoralock. That's why you can't select them yourself manually.
moikop said:
Dialer and Messaging apps lock is already coded in Kyoralock. That's why you can't select them yourself manually.
Click to expand...
Click to collapse
and what about camera?
neo1691 said:
and what about camera?
Click to expand...
Click to collapse
You should be able to find the camera app somewhere on the list
Moikop, do you think you could release kyoraapp as a stand-alone app now that kyorarom is unfortunately shut down? Would it work on cm7 (at least kyoralock)?
interesting program now try.
aliendna51 said:
Moikop, do you think you could release kyoraapp as a stand-alone app now that kyorarom is unfortunately shut down? Would it work on cm7 (at least kyoralock)?
Click to expand...
Click to collapse
maybe with Hillbeasts permission he could release it...but anyway...recently Hillbeast posted that CM7 has issues with running init.d scripts...so...
~~~~~~~~~~~~~~~~~~~~~~~~~
Sent from Galaxy
Hercolubus' Rom v 1.0
powered by
Team G3mod-ICS26 kernel by Arakmar
~~~~~~~~~~~~~~~~~~~~~~~~~

ICS Messaging APK!

So I was looking around and look what I found on the market! I know a ton of people have been waiting for this!
https://market.android.com/details?id=com.mms.ics.ext&rdid=com.mms.ics.ext&rdot=1&pli=1
ICS Messaging app!
BTW can a dev out there please remove the ads.
Here is the apk for a dev who wants to try and modify to remove the ads and section for ads. It will not decompile correctly with 2.3.x framework so may require 4.0 framework.
http://db.tt/P96sfM9h
Hey i can try to remove the adds and ill see if it requires 4.0 framework
Thanks! The dedicated space for ads is the main messaging list. I think my issue was I used an older APK tool that doesn't support ICS.
Sent from my SPH-D710 using xda premium
To anyone who wants to help remove the ads, please pm me, I'll send you what I have.
Ok ive been trying and i havent gotten anywere ill be working on it still but its going to take some time.
Sent from my SAMSUNG-SGH-I777 using XDA App
I guess I'll have attempt a stab at it, as well.
Nice find! When sending mms pictures are sent sideways, even when taken in portrait. Contact pictures don't show up in messages list either. Not big problems but just a few I've noticed, otherwise nice messaging app.
Sent from Wernicke's Area
This is awesome! Thanks
eep2378 said:
Nice find! When sending mms pictures are sent sideways, even when taken in portrait. Contact pictures don't show up in messages list either. Not big problems but just a few I've noticed, otherwise nice messaging app.
Sent from Wernicke's Area
Click to expand...
Click to collapse
Pictures send fine for me. Only picture that doesn't show for me is my own. Remember this is from ICS which doesn't support Facebook contacts so only your google contact pictures will show unless you add them.
Sent from my SPH-D710 using xda premium
Here is the link to download a zip that contains the apk, project files, and this was fixed so it will compile for you.
This is the apk manager with the files already there. ICS Framework included and ICS MMS apk in original form. The Projects folder has the edited decompiled verison which should compile without errors. The Working edits apk is one I edited and is working but ad section is still there. The only edits I made in projects were to public.html to get rid of compile errors and the action bar in drawable to make it black.
To make things easier the ads are pulled into conversation_list_screen.xml and its the very bottom lines but every time I touch it it will FC on me because I dont know what im doing rofl. The ads are mixed in with the scroll bar. The @id/ad is pulling the ads and the smali has an adsize.smali.
"I don't see any ads"
Well in the ICS Messaging apk there is the same thing in the main messaging list which shows all of your conversations. Right above the compose & search buttons on the bottom bar there is a large rectangle which shows an ad. Note with a rom or adfree that remove ads it will just look like a huge white rectangle, it shouldn't be there. You can see the large white rectangle at the bottom of my screenshot. If it helps the ads section was removed in landscape mode and the edit should be in conversation_list_screen.xml in the res/layout folder.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I was able to get the bottom bar to be black and change the Messaging to ICS Messaging at the top to make sure the xml edits were taken but the ad section is still there. If anyone has any insight on how to get rid of the ad designated area please chime in.
Thanks!
Haven't gotten ads removed yet but this version at least gives you the bottom bar in black instead of the ugly white/grey gradient. This is the area where the compose/search buttons sit.
(flashable, replaced stock Mms.apk)
*NOTE* I did not create this app, I merely edited it some. The original application can be found here: https://market.android.com/details?id=com.mms.ics.ext&rdid=com.mms.ics.ext&rdot=1&pli=1
ssconceptz said:
Haven't gotten ads removed yet but this version at least gives you the bottom bar in black instead of the ugly white/grey gradient. This is the area where the compose/search buttons sit.
(flashable, replaced stock Mms.apk)
*NOTE* I did not create this app, I merely edited it some. The original application can be found here: https://market.android.com/details?id=com.mms.ics.ext&rdid=com.mms.ics.ext&rdot=1&pli=1
Click to expand...
Click to collapse
Download link not working?
Sent from Wernicke's Area
eep2378 said:
Download link not working?
Sent from Wernicke's Area
Click to expand...
Click to collapse
Works for me, been downloaded 29 times.
I'm using the modified download from above. And am not receiving text messages, but can indeed send them. Is this a personal problem?
Sent from my SAMSUNG-SGH-I777 using XDA App
Must be, I have no such issues. I didn't mod anything except action_bar_background xml file.
Try removing it and installing it from the market and see if the issue persists.
Or do this, leave your current messaging app in tact and install from the market.
corruptsoul said:
I'm using the modified download from above. And am not receiving text messages, but can indeed send them. Is this a personal problem?
Sent from my SAMSUNG-SGH-I777 using XDA App
Click to expand...
Click to collapse
Same issue, could send but not receive texts. Uninstalled and downloaded again from market and texts worked again.....
So I am currently using the app from market (white bar is not that big deal for me), however I'm getting notified twice for received messages. It did ask me the first time for what default messaging app do I want and I selected the ICS one. Still I'm getting double SMS notifications.
I know this is not a how-to forum or post, but I will really appreciate if someone can tell me how to use only the ICS messaging app and not the default Gingerbread one.
Can I just delete the GB one using TiBu and if so what's the name of the apk file? Should I modify something at the sddata folder?
Thanks

Categories

Resources