The thread to help us replace HTC Dialer+HTC Contacts with AOSP and syncing contacts - EVO 4G Q&A, Help & Troubleshooting

I know the title may be confusing.
BUT, on literally even ROM i use i remove anything HTC, the only things I must leave in are HTCContacts.apk and HTCDialer.apk. Sometimes the HTCCamera but only if AOSP cam not included. Anyways, the reason those two must be left in is because your contacts will NOT sync if they arent there. Even if they are there and are frozen through Titanium Backup the sync works. However remove them and it dies. I have tried several different Contacts+Phone apks +renamed nothing... If it is a Sense-based ROM those have to stay in there.
Can someone help on the issue please. I know I am not the only one affected by this... All the Senseless ROM chefs know about it, I'm sure (minus true AOSP as CM6+)
sidenote... another htc thing that can be removed which i hate is in /system/framework. called com.htc.rss.jar. no one likes rss anyways

Brace on getting flamed by all the people that think they are mods.
Have you tried replacing contactsprovider.apk with an AOSP one? The rom in my sig doesn't have htccontacts.apk. im still working on phone though I mislabeled the original post.
**ha posted on my phone its not in my sig...here you go: forum.xda-developers.com/showthread.php?t=765452
Sent from my PC36100 using XDA App

echoside said:
Brace on getting flamed by all the people that think they are mods.
Have you tried replacing contactsprovider.apk with an AOSP one? The rom in my sig doesn't have htccontacts.apk. im still working on phone though I mislabeled the original post.
**ha posted on my phone its not in my sig...here you go: forum.xda-developers.com/showthread.php?t=765452
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
yes i have tried it before thanks tho
yea contacts not really necessary phone alone will just work.. sorry was a little groggy this morning

bump for bumping

thread moved to themes and apps. as this thread is about apps. most likely a better chance ull get better input

Ok so here's the deal. With Sense, HTC modifies the Android source to a high degree. Because of this its hard to replace or remove certain files. The contacts provider or social networking service for example. So we need to figure a way to replace those files properly or remove the need for apps like the dialer. I think the key lies in the Android source.

toastcfh said:
thread moved to themes and apps. as this thread is about apps. most likely a better chance ull get better input
Click to expand...
Click to collapse
are you kidding me! w/e horrible forum

Bump?!
/10char

Related

Fresh vanilla apps

So I'm running the newest Fresh, 0.5.3, and I have a few questions. First, I want the vanilla dialer, calendar, and messaging. I don't doubt I can find the apps floating around, but when I tried pushing Mms.apk, it doesn't load. I'm guessing it's because of the way Fresh is signed. Do I need flipz's key in order to sign my own apks for pushing, or can I sign with a key generated on my own?
Also, I'd like to link the camera with Gallery3D.apk and vice versa, where do I begin to look at that?
Finally, I'd like the eclair style lock (with the rotating dial), but I haven't the faintest idea where to begin for that one.
I can tinker around and figure all of the above out, but I would greatly appreciate any pushes in the right direction.
Can't help ya with the vanilla programs, as I don't know how.
As for the Gallery3D, I just installed the .apk with the installer app..? Is there some further "link" to the camera to peruse the pics?
As for the default Eclare lock screen, I believe Flipz said how to do it on his site, geekfor.me
When looking for a link I found this:
http://geekfor.me/faq/how-to-use-fresh-updater/
And it appears to also walk through how to install the vanilla apps..hope it helps!
Thanks for the answer. I have the lock from flipz, but that's the hero style, I want the eclair style. Hero is working alright for now though. As for the camera link, I'm not really sure. I did see somewhere that one of the AOSP like roms got the camera and Gallery3d to connect properly (camera button to camera, gallery button to Gallery3d and such). I'm not completely sure, but I'll see what I can find out.
axlebot said:
Thanks for the answer. I have the lock from flipz, but that's the hero style, I want the eclair style. Hero is working alright for now though. As for the camera link, I'm not really sure. I did see somewhere that one of the AOSP like roms got the camera and Gallery3d to connect properly (camera button to camera, gallery button to Gallery3d and such). I'm not completely sure, but I'll see what I can find out.
Click to expand...
Click to collapse
Do us a favor and search first
Sent from my PC36100 using XDA App
Brains.....braaaains....braaaaaaaaaains....
BrianDigital said:
Do us a favor and search first
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
I stumbled upon this OLD thread and realized BrianDigital, who made the remark, had to mention this even though the last post before him was LONG TIME AGO, meaning it is already HISTORY. I'm laughing now at his remark, because he JUST HAD TO SAY IT, regardless of the date of the last post.

Porting Roms from *** To the Evo

I assume this is the correct forum otherwise please move this.
What is the best article(s) to read if you want to start learning how to port roms from other android phones to the Evo? I've been searching on here and on google and it seems most articles are either outdated or only talk about editing existing cooked roms so I finally broke down and posted this. Yes I do use Linux and I do program in Java and .NET and do have a bachelors in software development but I have just never looked into doing this type of work until now.
Thank you, any direction I'm pointed in is appreciated.
I'll direct to you the Q&A forum.
Side Note:This goes in General,but im nice so ill answer you question.
There is no real BOOK to read, a java book is a good start, but you say you know java, so you can probably skip that.
Basically, this is all you have to do.
Download "Dsixda's Kitchen" to your linux distro(amazing software)
Grab a rom from another device.
Grab one of our(evo)stock roms(deodexed Stock 3.70 is good for froyo port,4.12 for gingerbread)
Open the kitchen, and find the option(#19 i think it is), and follow the steps to port it(hold on, your not done yet)
From there you will need do some manual work by tinkering with libs,tinkering with the boot.img, bascally just tinkering with everything related to booting(libs,ramdisk,hw-libs,etc.) untill you can get it to boot or bootloop.
If it boots, thats great, if it bootloops, youlle need to logcat it then debug it.
If you need help with something, pm me, other than that, thats basically(*note: i said basic, more complexed roms like sense 3.0 and non-htc device rom may require extra work)(*note2:alot of times, its going to be a no-booter, but just keep trying.)
sirmx said:
I'll direct to you the Q&A forum.
Click to expand...
Click to collapse
Thanks sirmx, I did do a search there but again came up short.
ThatSmartB0y said:
Side Note:This goes in General,but im nice so ill answer you question.
There is no real BOOK to read, a java book is a good start, but you say you know java, so you can probably skip that.
Basically, this is all you have to do.
Download "Dsixda's Kitchen" to your linux distro(amazing software)
Grab a rom from another device.
Grab one of our(evo)stock roms(deodexed Stock 3.70 is good for froyo port,4.12 for gingerbread)
Open the kitchen, and find the option(#19 i think it is), and follow the steps to port it(hold on, your not done yet)
From there you will need do some manual work by tinkering with libs,tinkering with the boot.img, bascally just tinkering with everything related to booting(libs,ramdisk,hw-libs,etc.) untill you can get it to boot or bootloop.
If it boots, thats great, if it bootloops, youlle need to logcat it then debug it.
If you need help with something, pm me, other than that, thats basically(*note: i said basic, more complexed roms like sense 3.0 and non-htc device rom may require extra work)(*note2:alot of times, its going to be a no-booter, but just keep trying.)
Click to expand...
Click to collapse
Sounds good, what I'll do is go ahead and start one, nothing special maybe even ones that already been done just to get the experience under my best.
ThatSmartB0y said:
Side Note:This goes in General,but im nice so ill answer you question.
There is no real BOOK to read, a java book is a good start, but you say you know java, so you can probably skip that.
Basically, this is all you have to do.
Download "Dsixda's Kitchen" to your linux distro(amazing software)
Grab a rom from another device.
Grab one of our(evo)stock roms(deodexed Stock 3.70 is good for froyo port,4.12 for gingerbread)
Open the kitchen, and find the option(#19 i think it is), and follow the steps to port it(hold on, your not done yet)
From there you will need do some manual work by tinkering with libs,tinkering with the boot.img, bascally just tinkering with everything related to booting(libs,ramdisk,hw-libs,etc.) untill you can get it to boot or bootloop.
If it boots, thats great, if it bootloops, youlle need to logcat it then debug it.
If you need help with something, pm me, other than that, thats basically(*note: i said basic, more complexed roms like sense 3.0 and non-htc device rom may require extra work)(*note2:alot of times, its going to be a no-booter, but just keep trying.)
Click to expand...
Click to collapse
Don't forget some of the most important stuff is in the build.prop and update-script.
Word of advice, look at a sense 2.1 and check out the base that was used. You can also use beyond compare and basically skip Linux all together. Using kitchen to deodex the ruu is a good first step. Choose option 11 in the menu.
Personally, I would start off with a working port and changing apps and moving stuff around. Also get a good list at which libs are associated with what. But use stock bins, etc, xbin, hw libs, and ported apks, framework, and software associated libs. Stock boot.img and a good updater-script. Also know key
Things like the EVO density is 160, vold_stab is usb, amkd is rotation, gsl hw accel stuff like that.
But first things first, Google is ur friend and use the q&a section.
Sent from my PC36100 using Tapatalk
Leoisright said:
Don't forget some of the most important stuff is in the build.prop and update-script.
Word of advice, look at a sense 2.1 and check out the base that was used. You can also use beyond compare and basically skip Linux all together. Using kitchen to deodex the ruu is a good first step. Choose option 11 in the menu.
Personally, I would start off with a working port and changing apps and moving stuff around. Also get a good list at which libs are associated with what. But use stock bins, etc, xbin, hw libs, and ported apks, framework, and software associated libs. Stock boot.img and a good updater-script. Also know key
Things like the EVO density is 160, vold_stab is usb, amkd is rotation, gsl hw accel stuff like that.
But first things first, Google is if friend and use the q&a section.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
ah yes, forgot about build.prop,and i think the kitchen takes care of updater script(unless the device has specific mount pointsor you want text or to clear cache and system). i was just getting the basics to boot, from ther he can debug the errors out of the log.
What about something A LOT simpler like adding the CRT animations to a ROM? any pointers? Any TUT you can point me to?
ThatSmartB0y said:
ah yes, forgot about build.prop,and i think the kitchen takes care of updater script(unless the device has specific mount pointsor you want text or to clear cache and system). i was just getting the basics to boot, from ther he can debug the errors out of the log.
Click to expand...
Click to collapse
Oh I hear ya. Just throwing in my 2 cents. Found that having a clean updater-script is half the battle.
Sent from my PC36100 using Tapatalk
I'm actually glad this thread is still here we don't get to learn much from the devs here. I mean its mostly do it yourself but a getting started guide isn't a bad thing. Mods are quick to move and people are quick to flame but I say leave it, where else is the knowledge pool? Can you really learn this stuff in Q and A seems like it would be mostly help my phone doesn't boot...
Sent from my PC36100 using XDA App
Check out the APKTool, APKManager threads. Lots of great valuable information in there.
I sometimes wish XDA focused more on the "HOW TO" and less on the delivery aspect. The more folks developing, the further we will be along
Another great way to get started is to mentor with another established developer.
evomattnc said:
I'm actually glad this thread is still here we don't get to learn much from the devs here. I mean its mostly do it yourself but a getting started guide isn't a bad thing. Mods are quick to move and people are quick to flame but I say leave it, where else is the knowledge pool? Can you really learn this stuff in Q and A seems like it would be mostly help my phone doesn't boot...
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Well said. People love to flame anyways and XDA is famous among other Android forums for being so harsh. This thread helped me out big time, and it's especially nice to see Leoisright and myn in here giving up a few pointers, because I too was curious about porting. I never worked up the confidence to ask, just too worried about it being passed over or getting flamed because I'm young and curious.
Sent from my PC36100 using XDA App
Yah, Q&A never got me anywhere, i learned off of trial and error, still learning now.
EDIT:OP:IF you want you can ombine mine and leo's tuts together, to make this thread permanent.
Subscribed!!!!!!!!
Good stuff!
Sent from my PC36100 using Tapatalk
Yeah I want to thank the devs that have stopped by so far and gave tips, already using them . Hopefully most of them drop In at least once and leave one tid bit that would make this thread awesome!
Sent from my PC36100 using XDA App
Ha, you taking applications for an apprentice myn?
myn said:
Check out the APKTool, APKManager threads. Lots of great valuable information in there.
I sometimes wish XDA focused more on the "HOW TO" and less on the delivery aspect. The more folks developing, the further we will be along
Another great way to get started is to mentor with another established developer.
Click to expand...
Click to collapse
Sent from my PC36100 using XDA App
Yes I was afraid to post this at first which isn't good, you shouldn't be afraid to ask questions but I get that sometimes the same questions have been answered 100 times prior so I understand the quick to judge portion of it. But I want to thank everyone who has contributed tips, advise and places to start. Thank you.
Leoisright said:
Don't forget some of the most important stuff is in the build.prop and update-script.
Word of advice, look at a sense 2.1 and check out the base that was used. You can also use beyond compare and basically skip Linux all together. Using kitchen to deodex the ruu is a good first step. Choose option 11 in the menu.
Personally, I would start off with a working port and changing apps and moving stuff around. Also get a good list at which libs are associated with what. But use stock bins, etc, xbin, hw libs, and ported apks, framework, and software associated libs. Stock boot.img and a good updater-script. Also know key
Things like the EVO density is 160, vold_stab is usb, amkd is rotation, gsl hw accel stuff like that.
But first things first, Google is ur friend and use the q&a section.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
So I've been looking at beyond compare, did you use this from everything and just edit all the non evo files to match existing evo ones from within windows?

Facebook inside on CM7?

Is there a way to install the facebook extras that come with stock rom?
Any help with this would be appreciated!
Sent from my LT15i using XDA Premium App
yes i would change quick if i know that CM 7.1 would have the Facebook Inside
please NOT!
stupid facebook crap...
get a life or install it as an app if you really need it.
CM or SE stock, choose, different purposes, people wants timescape, facebook inside and all sony's stuff on the CM, so why flash CM, OMG...
Maybee an idea...
I recently discovered an app called Feep.
You can choose between 3 widgets in different sizes.
One is a 4x4 widget that is fully customizable
Its a really nice way to keep an eye on Facebook.
And... it's free without adds!
As an optional why not?
So lets hope there is some one manage to port it to work with cm7
flakinarist said:
please NOT!
stupid facebook crap...
get a life or install it as an app if you really need it.
Click to expand...
Click to collapse
Calm down, no need to be cocky and ultimately make a smart ass idiot out of yourself (perfect oxymoron for you). This is an open forum with different people having different needs and I see no reason why one cannot ask for some features.... If you don't want to use it means you are not interested in this thread so it doesn't need your insignificant input, I'm sure next time you demonstrate ignorance with arrogance, think twice or your time here will be pretty short....
fuadjalil said:
Calm down, no need to be cocky and ultimately make a smart ass idiot out of yourself (perfect oxymoron for you). This is an open forum with different people having different needs and I see no reason why one cannot ask for some features.... If you don't want to use it means you are not interested in this thread so it doesn't need your insignificant input, I'm sure next time you demonstrate ignorance with arrogance, think twice or your time here will be pretty short....
Click to expand...
Click to collapse
My thoughts exactly!! I am jus asking because i thought this might improve our phone for people that use these extras.
Sent from my LT15i using XDA Premium App
fuadjalil said:
Calm down, no need to be cocky and ultimately make a smart ass idiot out of yourself (perfect oxymoron for you). This is an open forum with different people having different needs and I see no reason why one cannot ask for some features.... If you don't want to use it means you are not interested in this thread so it doesn't need your insignificant input, I'm sure next time you demonstrate ignorance with arrogance, think twice or your time here will be pretty short....
Click to expand...
Click to collapse
My thoughts exactly!! I am jus asking because i thought this might improve our phone for people that use these extras.
These forums are about improving our phones.
Sorry for the double post!!
Sent from my LT15i using XDA Premium App
now you are offending me. it was just my opinion about facecrap...
it must not be inside an operating system of a phone. but as an addon it is ok. but please not inside an os!
it is like ketchup inside vanilla pudding. some may like it but it is nothing for all others.
also i don't understand why facebook controlles so much peoples lifes...
I dont use facebook often the extras with facebook inside are just that they are extras and i thought people may find usefull, they are not available freely so that is why i asked. If you dont find it usefull then perhaps you should look at posts, threads that you do find usefull
I did not ask for it to be included as part of o.s. but as how we could add as an extra.
Sent from my LT15i using XDA Premium App

[ROM] [3.12.12] "Cells UI" - MIUI - Stripped!

3.12.12
Hey Guys!
The title says all!! Stripped! All I Did was grab the stock MIUI 2.3.9 Rom and remove and add apps! I did this because i know some people do not want to mess around with different mods and stuff.
Let me know if you want any apps added or removed!
Credit to MIUI
-DroidCell
Apps Removed:
Backup
Browser
Calculator
Calendar
Calendar Provider
FM
Notes
Sound Recorder
Talk
Apps Added:
Maxthon Browser
Titanium Backup
Go SMS Pro
Other things i removed:
All Alarm Sounds except "Classic Alarm"
All Notification Sounds except "DingDong"
All Ringtone Sounds except "LeisureTime"
Removed Bootanimation.zip and bootanimation.mp3
All Lockscreen wallpapers except "Horizon Scene"
All Wallpapers except "Color Twist"
Cells UI V.1.1 Download Link: Minus
I am NOT responsible for bricked phones!! I only upload what is stable
Thanks! Will try this! One question though.... why does everyone use maxthon browser -_-
nickeedoo said:
Thanks! Will try this! One question though.... why does everyone use maxthon browser -_-
Click to expand...
Click to collapse
i use maxthon browser because i think it is the best in my opinion. i used to use boat browser free which is good also!
Let me know what you guys think.
Sent from... THE DARK SIDE!
i used maxthon for a while some time ago but iv gone back to stock miui browser, MIUIv4 ICS browser was great but the roms were too buggy for me. edit: and miuis backup is great.
The only one on your list that I would have removed is sound recorder. The rest is all good and useful. Please developed this from to something really fast. Unless people are happy with it. If so carry on
Sent from my HTC Vision using xda premium
I'm all for people trying to get into the custom rom game, it can bring diversity to the custom rom market. However I would not classify this as "No Bloat" because rmk defined it as "anything you could easily choose to download from the Market yourself, has been removed." Thanks for the contribution!
Cimer said:
I'm all for people trying to get into the custom rom game, it can bring diversity to the custom rom market. However I would not classify this as "No Bloat" because rmk defined it as "anything you could easily choose to download from the Market yourself, has been removed." Thanks for the contribution!
Click to expand...
Click to collapse
Changed the title!!! does it fit more towards the rom now or do you have a suggestion? i thought"stripped" would be more compatible because i did strip it of a few items
DroidCell said:
Changed the title!!! does it fit more towards the rom now or do you have a suggestion? i thought"stripped" would be more compatible because i did strip it of a few items
Click to expand...
Click to collapse
For me that seems better. As long as there is one person using it, it belongs here IMO. Still would like to see some sort of speed mod though. Maybe borrowing some tweaks from bulletproof or something.
Sent from my HTC Vision using xda premium
MarkyG82 said:
For me that seems better. As long as there is one person using it, it belongs here IMO. Still would like to see some sort of speed mod though. Maybe borrowing some tweaks from bulletproof or something.
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
I'm waiting to see what all my my ROM users think. I might include a second build. One with a speed mod and one like this.
Sent from... THE DARK SIDE!
I'd say you'd have to do a bit more than just remove a few apps and media files. You don't really gain anything by that do you? Just a little free space and since the Vision has plenty of that it really isn't an issue. Maybe a few scripts or something would do good? Some roms have adblock scripts and sd-readahead tuning scripts and such installed by default so the average user doesn't need to do anything.
You could change the original MIUI file manager to apooonets modded one which has access to root files and such, though you might want to ask him(/her) first. You can find the xda thread here: http://forum.xda-developers.com/showthread.php?t=1523691
Anyways keep on going, I just wanted to share my thoughts.
lempiainen said:
I'd say you'd have to do a bit more than just remove a few apps and media files. You don't really gain anything by that do you? Just a little free space and since the Vision has plenty of that it really isn't an issue. Maybe a few scripts or something would do good? Some roms have adblock scripts and sd-readahead tuning scripts and such installed by default so the average user doesn't need to do anything.
You could change the original MIUI file manager to apooonets modded one which has access to root files and such, though you might want to ask him(/her) first. You can find the xda thread here: http://forum.xda-developers.com/showthread.php?t=1523691
Anyways keep on going, I just wanted to share my thoughts.
Click to expand...
Click to collapse
Well thank you for sharing your thoughts. I mainly did this on a personal note and thought i'd share it with the XDA community in case someone else would like it. But thank you. I have given much thought to adding a mod or some sort or something else.
Sent from... THE DARK SIDE!
good , any screenshot ?
PJ.C said:
good , any screenshot ?
Click to expand...
Click to collapse
Lol its stock MIUI..
Sent from... THE DARK SIDE!
Is anyone using this?
Sent from... THE DARK SIDE!
I would try it if backup and calculator were added back in, or posted so I could replace them manually. I love the idea of a less bloated miui ROM.
Sent from R2's G2
Are.Two said:
I would try it if backup and calculator were added back in, or posted so I could replace them manually.
Sent from R2's G2
Click to expand...
Click to collapse
I'm sure you could google them
Sent from... THE DARK SIDE!
Droidcell,
I've been thinking about this and came to the conclusion that its just too similar to stock. Miui runs well as it is so you would have to do something crazy to bring people in. Have you thought about stripping it right back to only the core elements:
Phone
SMS
Market
Contacts
Gapps (or just market as the rest can be got from there)
That way it would be proper stripped back. If people want to add a browser or whatever they have the market.
What do you think?
Sent from my HTC Vision using xda premium

[Q] kinda would like to see some ICS help please?

Okay, so I've had i317 for about 4 months now, its a great phone. I would just love to see an ics 4.0.4 rom, be it stock or aosp,, aokp, etc for this device. The reason being is that there are alot of apps I used to use, such as UMA and a few others I cannot remember as of right now. Forgive me if this isn't the correct area to post the question lol. But can anyone possibly help me with my issue I'm having? A. ort or something would be ideal if possible.
On a side note: I have some prior knowledge with developing roms and getting them to work fully and such, like betas alphas and what not. just haven't gave much thought as to post on the forum untill now. So I'm not completely of the noob calibur so to speak.
Lastly, my final question, would anyone be interested in deving up a 100% pure custom 4.3 rom that is completely Pokemon themed right down to the contacts and dialer. I will include more detail upon request, also one that isn't 10.1 based or cm in general. The reason I say non cm based is because volume+ sound boost breaks the speaker and crackles pretty badly, and i am partialy deaf so the apk is much needed. Any help would be be very appreciated and id be eternally greatful.
ghost_user said:
Okay, so I've had i317 for about 4 months now, its a great phone. I would just love to see an ics 4.0.4 rom, be it stock or aosp,, aokp, etc for this device. The reason being is that there are alot of apps I used to use, such as UMA and a few others I cannot remember as of right now. Forgive me if this isn't the correct area to post the question lol. But can anyone possibly help me with my issue I'm having? A. ort or something would be ideal if possible.
On a side note: I have some prior knowledge with developing roms and getting them to work fully and such, like betas alphas and what not. just haven't gave much thought as to post on the forum untill now. So I'm not completely of the noob calibur so to speak.
Lastly, my final question, would anyone be interested in deving up a 100% pure custom 4.3 rom that is completely Pokemon themed right down to the contacts and dialer. I will include more detail upon request, also one that isn't 10.1 based or cm in general. The reason I say non cm based is because volume+ sound boost breaks the speaker and crackles pretty badly, and i am partialy deaf so the apk is much needed. Any help would be be very appreciated and id be eternally greatful.
Click to expand...
Click to collapse
It's not going to happen. The note 2 was shipped with 4.1.1 (or higher) so there is no 4.0 source for devs to work with.
Also, since pretty much every AOSP rom uses the CM Theme Manager, it's not that common to see themed roms (there are exceptions, but they tend to be lightly themed). Either find a CM theme to your liking or learn to theme your rom.
Sorry my friend...
You aren't the only one wanting it...
I'd even take a nice CM6 ROM for this device...
But as mentioned... It's just a dream... g
Sent from my GT-N7105 using XDA Premium 4 mobile app
jibust said:
It's not going to happen. The note 2 was shipped with 4.1.1 (or higher) so there is no 4.0 source for devs to work with.
Also, since pretty much every AOSP rom uses the CM Theme Manager, it's not that common to see themed roms (there are exceptions, but they tend to be lightly themed). Either find a CM theme to your liking or learn to theme your rom.[/QUOTE
Okay, well shoot. Could you at least tell me that the possibility to get an apk to adapt and work on a newer rom is possible? I ask this because the main reason for me asking a dream question is simply that I love the ultimate mobile armor apk. it is the best privacy apk ever thought of. It was removed for reasons unknown. Back when I had my S3 and I717, it worked on both. Sadly it will not stick on the rooms I run currently. (Cleanrom 5.0, lionrom 2.1, etc.) Could the scripts and such be altered somehow for it to be compatible? On the S3 I always ran cm10 and its stick. Any thoughts, ideas and suggestions that are helpful and or leading to an apk exactly similar to ultimate mobile armour would be greatly appreciated.
Click to expand...
Click to collapse
Apk alteration is very possible ...
The trick is finding a dev to work it out ...and since apps are owned by their respective creators ...you would need permission from him/her to use or modify the code...
And I've always said it ...
A few emails and pm's go a long way..
Hit up the dev and see what you can learn ...g
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
gregsarg said:
Apk alteration is very possible ...
The trick is finding a dev to work it out ...and since apps are owned by their respective creators ...you would need permission from him/her to use or modify the code...
And I've always said it ...
A few emails and pm's go a long way..
Hit up the dev and see what you can learn ...g
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ive looked and searched and I've found nothing from the devs of this apk. Its been completely stricken from the web. What are my other options here as far as these apk Modding concerns go? I've found nothing for secure mobile sadly.
I see...
That being said ...it appears the app has been killed off for legal reasons ??
And lookout mobile is inferior how ??
Most of these security apps are monitored via 3rd party in addition to device activity ...
So it stands to reason that if your service for the apk is dead....it won't work anyway..
Best advice...pick an alternate and move forward....
Lookout and AVG are both exceptional ...and many others are available ..
Norton or Mccaffe possibly too...
Happy hunting ...and sorry I couldn't be of more help...g
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app

Categories

Resources