[Completed] Customizing Cubot X9's rom(replacing apps issues) - XDA Assist

Hello everyone
i think this is my first post or one of the first on this forum, i'm a videogame modder(vice-boss at VStanced.com) who for fun also mods/dismounts/analyzes everything that slips in his hands(like, seriously every single thing). I have a semi-good knowledge of java and from some years i'm learning more and more about android, yet(as you can see) i still need help from time to time to figure out some stuff.
So, enough of presentation, time to talk about what i came here for.
I've been gifted a Cubot X9 some days ago, so the first thing i did was rooting(Kingroot -> Supersu-me) and applying a custom recovery(TWRP), i backed up rom and nvram with sp flash tool and the base rom(just rooted and recovery-ed) from recovery to make sure that in case i f**kd up something i could restore it without issues.
After that i restored all the additional apps and a couple gapps(Google Play Store, Google Play Services, Google Account Manager, Google Latin Keyboard) from a backup(Titanium Backup) of my old phone, a LG P990(Optimus Dual/X2/Star/Speed) and it all worked straight at first try. As soon as i finished restoring these i got myself a new recovery backup to prevent having to redo everything once again.
At the moment there are still 4 things that "bother" me, i've not been able to install Dialer, Contacts and Messaging apps from that same backup(they're a lot more comfortable than Cubot's original ones) because they just f**k up the whole thing, after a restart(either with or without cache/dalvik cleanup) System starts flickering/turning on and off and with it the background and the SIM control(it stop receiving any signal/recognizing the sim and wont allow me to open the sim selector/editor - for dual sim mode).
I've installed the first two apps(Dialer and Contacts) flawlessly with a root explorer(ES file explorer) and after deleting all odex files related to the old apps they worked well, cant say the same for Messaging(Mms.apk), it works but as soon as i press either on a received message, on the "new message" button or on "setup" it crashes to desktop.
Moreover, i'm not able to install the data backup(i'm mainly interested in contacts and messages but also the calls history) from Titanium Backup otherwise i'll get those issues i said above.
Mind both phones are 4.4.4 and so are their apps, on the LG P990 i had installed Slimroms' Slimkat but those apps i named should all be stock Google KitKat's ones(correct me if i'm wrong) and thus should work 1:1 on any 4.4.4 OS. Should.
You may ask me why i dont simply use google's backup system, so here's the answer, it is because i just dislike uploading my personal data and i honestly prefer figuring out how to do stuff manually.
I tried moving the *.db files from the old phone but they either cause to not show any messages(mmssms.db) or to not receive signal/not recognize the sim(telephony.db).
I have also installed an app called WAPPushManager.apk(com.android.smspush) from the old phone because i thought it could be somehow connected with the crash from clicking on the new message button but nothing changed.
So now i'm kinda lost, i have no clue if i'm missing to delete/add some files, or replace/add some apps.
Here's a few pics of the apps of which i'm speaking
I hope someone will be able to help me out on this, thanks a lot everyone for even bothering reading all this drama. hahaha
Also, yeah, you noticed well, i said that there are 4 things that bother me but i talked only about 3 things so here's the 4th:
this is more like a random question than a real issue or anything else(since i didnt even try yet). I would like to get the system bar and options/setup menu from the old phone(LG P990 Slimkat) to the new one(Cubot X9) but i have no clue if it is doable or not and what it eventually implies.
I'm looking forward for some magic to happen, thanks again
- BB93

Alright, i've been able to transfer all my contacts, calls and messages using an app called Super Backup, it did the trick quite quickly.
I still cant figure out why the Mms.apk wont work, i sent it over to a couple friends and all of them installed and used it right away. I am now almost sure the Cubot wont work correctly with it because it's dual-sim... in case there's anything(scripting wise) that can be done to make it work properly?

Well i kinda solved all my problems, for some reason that app just dont want to work on this phone, i downloaded another "kitkat 4.4 stock messaging app" from google play and it worked straight on... or almost, because for some reason that Super Backup program was messing my messages in a way that i had two threads for each person, one with sent and the other with received messages. Analyzing the *.xml file created by that tool i realized that it was using spaces between the numbers only for either received or sent messages(i didnt bother checking which of the two was it).
A basic example:
<sms address="+391234567890" time="22/gen/2016 09:18:58" date="1453450738028" type="1" body="THIS IS MY TEXT" read="1" service_center="+291234567890" name="" />
versus
<sms address="+39 123 45 67 890" time="22/gen/2016 09:18:58" date="1453450738028" type="1" body="THIS IS MY TEXT" read="1" service_center="+29 123 45 67 890" name="" />
Click to expand...
Click to collapse
It made so that the phone recognized those as different numbers and thus create the issue i said above.
I hope this little self-research thread will help someone else too in the future, thanks for reading.
- BB93

Bigg Boss93 said:
Well i kinda solved all my problems, for some reason that app just dont want to work on this phone, i downloaded another "kitkat 4.4 stock messaging app" from google play and it worked straight on... or almost, because for some reason that Super Backup program was messing my messages in a way that i had two threads for each person, one with sent and the other with received messages. Analyzing the *.xml file created by that tool i realized that it was using spaces between the numbers only for either received or sent messages(i didnt bother checking which of the two was it).
A basic example:
It made so that the phone recognized those as different numbers and thus create the issue i said above.
I hope this little self-research thread will help someone else too in the future, thanks for reading.
- BB93
Click to expand...
Click to collapse
Hi,
Thanks for using xda assist.
I see you've solved your problem. Thanks for being so thorough with your post. This should help others with the same problem. Enjoy the site :good:
Thread closed.

Related

Blizzard launches Mobile Authenticator for ANDROID

You may have heard that blizzard released their mobile authenticator for android via the android market.
Now the thing i was wondering is where serial is stored.
In the java emulator it was stored in a xxxx.db file, and in iphone in an xml file,
correct me if i'm wrong though.
Code:
<?xml version="1.0" encoding="utf-8"?>
<Serial>US-1234-5678-9123</Serial>
<Token>AQIDBAUGBwgJCgsMDQ4PEBESExQ=</Token>
<TimeDifference>-631</TimeDifference>
</Authenticator>
or this is perhaps an xml file to compile it for iphone/touch,
anyway, there is (or has to be) a way to change the serial , i've been looking in every xml or db file on my G2 but no succes yet, perhaps anyone else have found something?
I've encountered some difficulties with using the Blizzard Mobile Authenticator on my rooted handset. Seems it treats mine differently to a non-rooted handset and can be unusable. I've reported the problems on the official WoW forums here.
Regarding changing the serial code, why is this ever necessary? You can view it through the applications controls should you ever need to look it up. And you can always replace the authenticator on your account.
high class problem... i dont know it
jokeyrhyme said:
Regarding changing the serial code, why is this ever necessary? You can view it through the applications controls should you ever need to look it up. And you can always replace the authenticator on your account.
Click to expand...
Click to collapse
Haha, I answered my own question yesterday. Forgot to unlink my phone from my account before wiping it for a ROM update, and had to call Blizzard for help. It's lucky I had my original serial code written down. I can now see the value in being able to cause a fresh authenticator to behave like an older one.
This is something that has been talked about on another thread over at http://forum.xda-developers.com/showthread.php?t=557862
But from what I have been able to get, the data is stored in the file:
/data/data/com.blizzard.bma/shared_prefs/com.blizzard.bma.AUTH_STORE.xml
Now, how the token file is encoded... I can't say. Haven't gotten to that part yet.
jokeyrhyme said:
Haha, I answered my own question yesterday. Forgot to unlink my phone from my account before wiping it for a ROM update, and had to call Blizzard for help. It's lucky I had my original serial code written down. I can now see the value in being able to cause a fresh authenticator to behave like an older one.
Click to expand...
Click to collapse
dont mean to bring up a super old thread, but i couldnt find any answers (the post linked here shows how to read the serial from file, but not how to make it persistant or change it to something else) (sorry if its preferred to make a new thread to ask the question, seems like every forum prefers a different method, and this one seemed to be pretty spot on for what i was wondering)
I wanna try out different roms but keep the serial persistant. I could on my iphone by backing up the authenticator in itunes.
but even backing up app+data in titanium back up leaves me with a different serial.
Is there any way to get a backup with a persistant serial in it? I really dont want to leave my account unsecured, I dont want to have to carry around an extra keychain but im not going to deattach and reattach the authenticator every time i want to flash a rom.
bisby said:
dont mean to bring up a super old thread, but i couldnt find any answers (the post linked here shows how to read the serial from file, but not how to make it persistant or change it to something else) (sorry if its preferred to make a new thread to ask the question, seems like every forum prefers a different method, and this one seemed to be pretty spot on for what i was wondering)
I wanna try out different roms but keep the serial persistant. I could on my iphone by backing up the authenticator in itunes.
but even backing up app+data in titanium back up leaves me with a different serial.
Is there any way to get a backup with a persistant serial in it? I really dont want to leave my account unsecured, I dont want to have to carry around an extra keychain but im not going to deattach and reattach the authenticator every time i want to flash a rom.
Click to expand...
Click to collapse
iìll try to see if after 1+ year something changed and finally we can have an answer..
im in same condition.. id love to use mobile autenticator on android on my sgs2 BUT im kinda flashing roms kernels and testing every week different roms..
was hoping in titanium bkup.. but seems they wrot aint workin.. sooooooo any suggegstions?

[GUIDE]Installing market on Entourage eDGe

DISCLAIMER: I am in no way responsible if any of this information destroys or has any negative effects whatsoever.
UNFORTUNATELY, I HAVE FOUND THAT THIS DOES NOT IN FACT ENABLE MARKET USE, HOWEVER, IT DOES STILL WORK WITH GMAIL, CALENDER, ETC. AND I'M LEAVING IT UP IN CASE ANYONE WANTS TO GIVE IT A SHOT.
That said, this has worked for a few people so far without any problems, if you run into any I'll do what I can to help.
HUGE THANKS TO: brianb5010(this guide is almost word for word the same as his), kennyminot(helped in much the same way as brianb5010), and Keslynn. Without them this project would be nowhere right now.
Now, on to the guide:
Step one: Download the backup of the gapps from my site: link(please note, the link has been updated to go through adfly, 5 seconds of your time will help my continued development on this device, if you really don't want to use it, PM me and I can send you a direct link. If adfly leads you to a survey, back out and don't do anything there, these kinds of things are against the adfly TOS and they are working to remove them, thanks!)
Step two: root your edge, the easiest way is to download the z4root app from the Amazon marketplace, NOTE: this only works if using 2.2/ermine, if you are running an older version you will have to figure out how to root on your own(there are a few methods, and various guides for this out there).
Step three: Download Titanium Backup(the free version should work fine for this, but I recommend buying anyway, its a great app!) from the developers site onto your edge and install: link.
Step four: Extract the archive somewhere on your computer or eDGe, then copy all of the files found in the release folder(extracted from the archive) to your /sdcard/TitaniumBackup folder
Step five: Open Titanium Backup and wait for it to gain root, etc.(make sure to give it root privileges), then tap on backup/restore, scroll to the bottom of this list and you should see several (9) apps crossed out, tap on each and tap restore app + data. THIS IS IMPORTANT, you MUST restore the DATA!
Step six: You should be DONE!!! reboot and try out market, you'll need to sign in with your google account.
If you get an error go to step seven:
Step seven: At this point you may be able to access the market, but you might also need to do the "market fix", to do this you will need to edit the /system/build.prop file. Instructions can be found here, but if you want to do it the free way(a little harder), read on:
a. Download AndRootFile and use it to remount the /system folder as read/write, then open up a terminal
b. type "su"(without quotes) then type "vi /system/build.prop"(again without quotes)
c. use ijkl or the trackpad to navigate down to the line starting with: "ro.build.fingerprint"
d. change(use the i button on the keyboard to start editing in vi) that line to read: "ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys"​
FAQ:
Q: I'm not seeing many apps in the market.
A: see this: youtube video
Q: I'm getting a download error on every app I try to download, and a google talk connection error.
A: Please PM me and/or post here and I can try and figure it out, I had this error as well, and it may just be due to a faulty gmail account, but there may be another problem, either way I can likely fix it.
Question not answered? Post below or PM me! Also let me know of any spelling errors or things I missed, I know there must be some!
post 2 reserved just in case
Does this get gtalk working? Sounds like it based on your "had this problem" but just wanted to check.
pocketedgejr said:
Does this get gtalk working? Sounds like it based on your "had this problem" but just wanted to check.
Click to expand...
Click to collapse
Yes, the program works.
The problem I ran into had something to do with my normal gmail account, it wouldn't allow me to download anything from market or access google talk(gmail and youtube worked fine). So I reinstalled them and used the fake/throwaway gmail account I made just for these backups, unfortunately, I have not yet done enough testing to know whether or not the programs will work with any other google account. If this is the case I will release the username and password of the fake account so that others may use it to access the market(you can then add another account to sync with gmail, etc.) Unfortunately, the talk app does not yet let you switch which account you use it with, so you would have to seek out another IM app.
Of course until someone else tests this I don't know anything for certain.
EDIT: if anyone has been successful in this please let me know. One user is having problems with it on another board and I want to know if it is an isolated incident.
COPYPASTA FROM OTHER THREADS:
yes, I know what the problem is(I really should have tested more, I just got a little giddy and wanted to release lol), I'll hopefully have a new set of back-ups out tonight or early tomorrow(EST), until then you can still have fun with gmail, etc. and if you want you can try to get it working with market using the current set of backups.
If anyone REALLY wants to get on market before I release the newer backups PM me and I'll give you the username and password of the account that will work with the market, you will have to restore all the apps again(maybe not all but it can't hurt...) and then sign in with this user FIRST, then whatever other users second. Also, this will just fix market, talk will only work with this throwaway account, and you could add people but know that everyone using it will see them. Also know that this account will be public and should anyone start screwing with it I will delete it!
I'd rather no one make any purchases with this account anyway, as that could reveal your credit card and other details, but for free apps it should be fine.
AAAARRRGGHGHHHH!
lol. Seriously, I can't thank you enough for this, but I about died when I saw "LINK REMOVED, WAS A BAD SET OF BACKUPS, WILL BE UPDATED IN THE NEXT 24 HRS. WITH AN UPDATED VERSION."
I'll keep an eye on the page, and I'm REALLY looking forward to trying this out as soon as the backups return.
VeeDubb65 said:
AAAARRRGGHGHHHH!
lol. Seriously, I can't thank you enough for this, but I about died when I saw "LINK REMOVED, WAS A BAD SET OF BACKUPS, WILL BE UPDATED IN THE NEXT 24 HRS. WITH AN UPDATED VERSION."
I'll keep an eye on the page, and I'm REALLY looking forward to trying this out as soon as the backups return.
Click to expand...
Click to collapse
If you want you can still download the backups from here: link, note that it will only work with gmail, calender, etc. and not talk or market, unless you PM me in which case I can give you the account that will activate market but only use it for free stuff because it will be a public account(talk will be similar in that everyone will see anyone you add). If your still interested PM me.
emusan said:
If you want you can still download the backups from here: link, note that it will only work with gmail, calender, etc. and not talk or market, unless you PM me in which case I can give you the account that will activate market but only use it for free stuff because it will be a public account(talk will be similar in that everyone will see anyone you add). If your still interested PM me.
Click to expand...
Click to collapse
Thank you, but I think I'll wait. No sense in risk unnecessary work later. Talk and Market are the only things that I couldn't get working without the backups, so it's probably best to wait for backups that will work nicely with them.
I'll just keep an eye on the site, and thank you VERY much.
VeeDubb65 said:
Thank you, but I think I'll wait. No sense in risk unnecessary work later. Talk and Market are the only things that I couldn't get working without the backups, so it's probably best to wait for backups that will work nicely with them.
I'll just keep an eye on the site, and thank you VERY much.
Click to expand...
Click to collapse
Yeah, unfortunately it looks like it might be tomorrow when they come out, the way I have to do this requires internet access, and my backing up of the official forums is taking up a lot of my bandwidth, not to mention I'm getting quite tired myself.
Sorry everyone, but I've got to be heading off to bed now, I'll release the newer backups ASAP tomorrow, until then I hope you all enjoy gmail, etc.
Again, sorry for the inconvenience, hopefully I can have this all sorted by tomorrow.
Oh and really sorry if you missed the PM time, I wish I could have kept it open longer, but I really do need some sleep right now
Thanks a lot emusan - been toying with the backups from earlier today and kept getting the market download/talk error as well (tried a new account, reset data, etc.) - looking forward to the new backups!
emusan said:
... the threats towards my property and insults against my character.
Click to expand...
Click to collapse
illegitimi non carborundum
I'm sorry to have to say this, but it seems as though the newer backups are not going to work(in fact they seem to work less well). I hate to say it but I can't really promise that I can get market working anytime in the near future(or possibly even at all). I'll put back up the older backups so that you can at least use gmail, calender, etc. but unfortunately talk and market will not work for the foreseeable future.
I'm still going to keep trying(though I really can't spend as much time as I have been on this, sadly), but at this point anything I try short of writing a custom ROM will just be a shot in the dark. I'm currently in talks with a few developers who have managed to get market working on other devices, though it seems to require a custom ROM. I might try making one in the near future, but I've never really made an android one before, and given some of the quirks of the eDGe I'm not even sure its possible(at least not without losing reader capabilities ).
If anyone else wants to try and get market working themselves I'll try and help in any way I can.
Thanks to every member of the community for their support over the last few days, again I'm sorry to disappoint.
On the bright side, the newer official forum backup seems to be grabbing a lot more pages than last time(unfortunately this time it is MUCH larger, I'll make it viewable online without needing to download, but this means I'll have to wait for an upgrade of the storage on my server), and should hopefully be done within the next 24 hours.
VeeDubb65 said:
illegitimi non carborundum
Click to expand...
Click to collapse
lol had to look that up, thanks.
Well, that's a disappointment to hear, but I can't say I'm shocked. The phone my fiance really wants got released as an ATT exclusive and we don't do business with ATT, so we may end up with an android phone in the house before too long anyway.
Of course, if you have a eureka moment, I'd love to know.
In any case, I appreciate the effort.
Were these apps acquired from a phone? When I tried them from my friend's android, gtalk just wants to use 3g
mime64 said:
Were these apps acquired from a phone? When I tried them from my friend's android, gtalk just wants to use 3g
Click to expand...
Click to collapse
yes, though others have done similar with no problems like that... The main problem arises from the need to use the same google account with the backups and restored applications...
Thank you emusan! I just installed the gapps with your instructions and everything works, except for marketplace.
All I really wanted was to get calendar and my contacts sync'ed. This in itself makes the PE worth alot more to me than $125 I paid for the PE.
I tried the marketplace and I got "No android phones associated with this account. Please sign in with a different account."
Will the trick with the build.prop fix this or are we stuck?
Anyways, will the sync'ing of the calendar appear in the PE calendar? I was looking for google calendar app, but I don't see one.
Anyways, thank you emusan and everyone else that contributed to make the PE worth more than I could have imagined.
Gary
garyhgaryh said:
Thank you emusan! I just installed the gapps with your instructions and everything works, except for marketplace.
All I really wanted was to get calendar and my contacts sync'ed. This in itself makes the PE worth alot more to me than $125 I paid for the PE.
I tried the marketplace and I got "No android phones associated with this account. Please sign in with a different account."
Will the trick with the build.prop fix this or are we stuck?
Anyways, will the sync'ing of the calendar appear in the PE calendar? I was looking for google calendar app, but I don't see one.
Anyways, thank you emusan and everyone else that contributed to make the PE worth more than I could have imagined.
Gary
Click to expand...
Click to collapse
Unfortunately, it would seem as though we are stuck in terms of market and talk access for the time being. The PE calender app is just a modified version of the normal google one I think, I haven't tested it to see how well it works with this method of installing the google apps, but we will see...
I love the new market app on my dx
Thanks
Wow, this is great ill really like to make to make it work at least to download free apps
I was able to get Market and Gmail to work with a different method:
1) Copy Google Services Framework (2.2.1) and Gmail (2.3.5) from my phone (HTC Aria running FR008). Just the .apks, not the data! I used Astro or ES File explorer to back them up.
2) Install Framework, then Gmail.
3) Install new Market (version 3.0.27) from a friend.
4) Use Titanium Backup (paid version) to convert the Market app to a system app.
5) Open up Gmail, login with my account. Then everything works!
I had to edit my build.prop(as described in emusan's OP), THEN use the hack described by the video. Now I can see all my purchased apps as well as the rest of the ones I want.
Thanks for this!

[UTIL][APP]Lenovo Security / LeSec app (anti-virus/spam/theft/firewall)

Edit: Important: The newer V4 version of LeSec may no longer be usable for non-Chinese speakers. See this post #17 here, also to discuss alternatives
For all you Lenovo users out there,
I wanted to (re-)introduce this application. Because I have the impression that many Lenovo phone users rather quicly move on to migrated ROM's from for example APKHOT/Smileyvvv/Etotalk etc, where this app is cooked out.
You may want to reconsider going back to it, if it will still work on your phone with whatever ROM you have. It is really a very useful utility:
Firstly, it is a virusscanner. Not sure how useful a virusscanner is on Android, and as I want to avoid that discussion in this thread, that is the last I say about it.
It is also anti-spam. You can black- or whitelist SMS and Calls. See screenshots for an impression. Very useful.
Anti-theft is there. Send SMS upon SIM change, or remotely instruct the phone to send location or self-destruct. I suspect, but did not try, the SMS instruction is stored in /system, so a data-wipe will not undo this. But a good hacker will fully flash, so it only protects against noob thieves, like all anti-theft apps.
But those are common functions, readily availible in other apps. But now for the interesting feature:
It has a firewall. If that is the correct name. Or an app-wall. An permission-wall? You know those apps that you download that for some reason want permission to send SMS? Why does it need that? Or why does it want to read my contacts?
Well, you can per-app decide to block a permission. This app does not need to read my contacts. That app does not need to send SMS. And it will show you if an app tried to anyway. How cool is that?
Guest- and Childmode. Hide some apps. After all, we do not want junior to see daddies tripple-X rated apps. Or the wife. Which is why you can also hide certain contact's and call-history entries (wink, wink). It may also apply to banking apps and your bookie, though that is a bit more boring. Oh, and in Child mode the radio turns of as we want to protect junior from radiation...
Some of you that use Etotalk or APKHOT ROMS may have noticed the notification area buttons to these last two that were dead because this app was missing.
We could of course worry about whether this app in itself is not a spy, reporting everything you do to the Chinese government. But you may not be aware that this is true for *any* Chinese clone you buy. Typically those clonemakers do not release the kernel or framework source, so such a spy would be in there, not in a de-installable app. And if you are really worried about it, make sure you get a phone where you can install CyanogenMod compiled from source.
Personally, I doubt either Lenovo or China is interested in me, and if they do it means they have a Infinitesimals bigger datastore to clog their machinery before they find something on people like Liu Xiaobo or Tenzin Gyatso, which is actually a good thing. But I suspect the app is simply without such sinister intentions.
Anyway, attached is the version I got from my phone. From a Lenovo A750 ICS 4.0.3 S306. But I suspect it works with any phone that uses the Lenovo Framework, so any Lenovo ICS phone that has a not too heavily modded ROM. It did also work on the ICS 4.0.3 Lenovo P700 ROW S113 (Rest Of World edition) edition.
I provide update.zip installers for MT6575 and MT6577 (because I know their partition table). It probably also works on Lenovo Framework phones based on MT6573/MT7513 or even MSM7227/MSM7527, maybe even GB ones. But then you need to take the two *.apk files from inside the zip file, and copy them manually into /system/app, as the update.zip installer will not work for that.
But do try, and please report back if it does or does not work on your phone/rom. There is also an uninstall package. Oh, and you are messing with /system, so as always, at your own risk, ensure you can always flash back a working ROM or have a Nandroid backup before you experiment.
Your zip didn't work on my A789, which is using the apkhot based rom available on forum.china-iphone.ru. After extracting the apk files, copying to /system/app and manually setting permissions, it's working like a charm.
Thanks, I really missed it. On the most recent cooked roms, I miss many things available on the Lenovo official ones, like the fm transmitter, or the butterfly-like widget on the default home screen. Some cookers tend to leave out any non standard apps without even taking some time to know what they do. Not all Chinese apps are rubbish or impossible to understand, and Lenovo is a serious company.
Ok, here you have the FM radio and transmitter of the A789, but it probably does not work, as it is Odex'ed.
And I uploaded seperate installers for MT6575 and MT6577
Also, on your APKHOT, please confirm it actually blocks permissions and blacklists SMS. I am not sure how much the APKHOT deviates from the Lenovo Framework, so merely being able to install and configure may be too soon to tell.
PS: why not try my factory-cleaned A789 ROM? It comes with all those apps by default, and I now have 3 positive feedback.
Come to think of it, why did I take this security app from A750, when A789 is newer....
Edit: Because they are both the same version. In fact the LeSec has not changed since Dec 2010, according to the internal dex binary.
I have tested call blocking and it works, but it isn't so important, since call blocking is a built in feature of the Mediatek framework. You can block calls from any contact you have on your Google account just out of the box, and it works great. I've tested older phones which used older Mediatek chipsets and that feature has been part of the Mediatek framework since MT6573.
The FM transmitter won't work that way, since it is odexed. But it doesn't work deodexed, either. I've just got a deodexed version of the app, thanks to a friend from another forum, and it doesn't work very well. It works, but I had to stick the phone to the antenna on my radio in order to hear something. People I've talked to say that the transmitter works great on the stock Lenovo roms, so maybe it's just some incompatibility with the apkhot roms.
The only reason I'm not using your rom (which I have downloaded) is that I wanted to setup the phone in Spanish, and the rom I'm currently using is the only one I've found which contains that language. Just a quick question: is there any noticable performance increase on the s227 based roms? If so, I don't care using the phone in English, since I just want the most feature rich rom.
Thinking it twice, I've remembered another reason. One of the things I like most about the apkhot rom I'm using is that the external sdcard is mounted on /sdcard and not /mnt/sdcard2, which avoids problems with many apps. I tried one of the newest apkhot roms, based on s227, and none of the tricks to exchange /sdcard and /mnt/sdcard2 worked with it.
I'll reply to that in the A789 thread, as we seem to deviate from the security app.
cybermaus said:
Edit: Because they are both the same version. In fact the LeSec has not changed since Dec 2010, according to the internal dex binary.
Click to expand...
Click to collapse
I remember there was an update of that app on my A750 with your ROM. Now with apkhot I installed that package posted above and I have the older / original version. But there is no update offered...
That was probably on the S148 Gingerbread ROM. That one has an older version. I know, because I messed up trying to install it, as I had that older GB version and the new ICS one both in my Titanium backup. Also, the Dec 2010 date is probably false, I just got OTA ROW_S114, and it too had all files timestamed to Dec 2010. But I am certain the LeSec from S306 and S227 are the same, the binary compared identical. Official version is V3.5.1.3.5.2.0041 and the update button tells me there is no newer.
Every so often it does update the virus/blacklist signatures, but that is not the app itself. Current virus signature 2012.09.14 Current harasment (blacklist) 2012.07.11
But if you find a newer one, please do let me know.
I've been trying LeSec further and it works, but I found a problem I wasn't able to fix, so, until I found a solution, I've freezed it with Titanium Backup. The problem is that I'm using Go SMS Pro, instead of the default messaging app, since I need to write SMS in Spanish and the default app doesn't support Spanish characters like accents, etc. Go SMS Pro works, but every time I send an SMS, LeSec thinks an unauthorized app is trying to send an SMS in the background, and shows a popup to let you decide whether to allow it or not. I haven't found a way to disable that, and it's a bit annoying having to click two buttons everytime I want to send a message.
Its probably a silly question, but you did go into LeSec->ChargeShield-SMS and ensure that your app was allowed to send SMS in background?
Probably for reasons of 'likely form of attack' the SMS apps are (unlike other permissions) by default in a 'Warning' setting, but if the warning does not come to the foreground on your phone, it may simply not work.
Also, rather than freezing LeSec completely, you could go into ChargeShield, and simply turn of the ChargeShield.
cybermaus said:
That was probably on the S148 Gingerbread ROM. That one has an older version. I know, because I messed up trying to install it, as I had that older GB version and the new ICS one both in my Titanium backup. Also, the Dec 2010 date is probably false, I just got OTA ROW_S114, and it too had all files timestamed to Dec 2010. But I am certain the LeSec from S306 and S227 are the same, the binary compared identical. Official version is V3.5.1.3.5.2.0041 and the update button tells me there is no newer.
Click to expand...
Click to collapse
No, I used the S148 just some days and updated to your S306 V1.2 and simply stayed there, because it works very well. After some time it offered me an update and the user interface changed a bit with that update. The way how you set privacy on app level and so on. The update button itsself never worked for me either.
Sadly, backup never worked on that rom. I found that out as I wanted to try apkhot. To be honest, I didn't try on apkhot, yet.
A few minutes ago, I was offered a 4.1.4 version and installed it. Now it's purely chinese
Maybe I have to reboot the phone for english...
From the design it is a version newer than the version I wrote about...
leFloyd said:
A few minutes ago, I was offered a 4.1.4 version and installed it. Now it's purely chinese
Maybe I have to reboot the phone for english...
From the design it is a version newer than the version I wrote about...
Click to expand...
Click to collapse
Well, before you put the old one back, safe this one for me will ya.
cybermaus said:
Well, before you put the old one back, safe this one for me will ya.
Click to expand...
Click to collapse
I don't want the old one back - I want this one to be english
How do I save it? Any idea where it has downloaded it's update? This was done within the app...
Well, it would have simply replaced the two apk's in the /system/app folder.
So look for:
LenovoSafeCenter.apk
LenovoSageWidget.apk
or something similar, it could have changed its name, or added a 3rd component.
Got the files?
Sent from my Lenovo A750 using xda app-developers app
Well, it seems that Lenove Security (LeSec for short, and LenovoSafeCenter officially) is becoming less usuable. As mentioned above, it is fully Chinese, no Engrish anywere.
I had a look at the new V4 of it, even decompiled it. Not only 100% Chinese, but is hardcoded in the app, there are no resource xml files that we could translate. A big pity.
Also, there is one app (Waze, a social car navigation app) that in the latest version is incompatible with LeSec. Though it is at this moment the only incompatibility I ran into, it is also a pity.
That may mean we need to find an alternative:
For now, these two has shown up:
LBE : Somehow, I think LBE is actually the company that makes Lenovo LeSec. Or at least, there logo is shown in the about menu of LeSec as part of the "in cooperation with" mentions. Maybe the reason why the free LeSec is limiting itself?
Anyway, I am trying out LBE at the moment, to see how it works.
pDroid : pDroid looks promising. Specifically, they are promising ICS support, but right now, only GB, so one to keep an eye on, but not availible to us just yet.
Permissions Denied : A Paid app. But if it works well, it may be worth it. Not looked at it yet.
So, LBE seems to work well. It does not have the hiding of apps for 'child mode' and 'privacy mode'. Nor does it have the 'anti-theft' or 'virus-scan' but it does the permissions thing well.
I tested, it nicely prompted/blocked permissions. And to be honest, using a slight more clear interface. If it is permissions, which was indeed what I was after, LBE seems to do the job. I also like I can block internet use separate for 3G and Wireless. Very useful.
One problem though: Waze is failing in the same way as with LeSec. Even if I make it a 'trusted' app. It seems the latest version of Waze simply does not like to be looked at too closely.
anti theft
I cannot input number In anti theft . for ex if I write +35989xxxxx I need two more digits but it does not allow it. If I write in national format 0899.... I have to write more digits than the phone number has. Any solution?
As mentioned, while I started enthusiastic about LeSec, it is now focussing too much on China alone. Not as good internationally.
Try using one of the other anti-theft solutions.

[Q] N7100 Keeps Reinstalling Google Crapware. (Long)

This is gonna be long, so please bear with me.
New Android user here, since December and never looked back.
But I have a big problem that just started two days ago, and coincided with the installation of Vonage for Android.
My N7100 is rooted and I also installed a new kernel (Perseus), but kept the stock ROM for the time being, but I'm getting closer to installing CyanogenMod ROM through ROManager Premium.
I just read the article posted here by Will Verduzco on Android security which led me to a bunch of articles on VOIP and it's scary.
My problem is that my N7100 will kind of do a half-baked reset without my doing anything... and then after watching the download light blinking on my router here in the house, Airport is downloading for about five minutes and then, BANG!!!, up comes the screen asking me for my language, and to set up a Google acct, Samsung acct, and I have to re-enter the passwords for my WiFi, etc, etc... you know the drill.
What's causing this?
I've been on XDA hundreds of times doing research on one thing or another, and I've removed all the Google bloatware possible except for the few things that I want to keep, and I got that comprehensive list from the XDA site... but after my device gets done doing it's thing, everything is back with dozens of notifications... AND Titanium Backup, ROM Manager, Triangle Away, SuperSu, Root Explorer, ES File Explorer/Task manager, etc are all missing and no backups on the SD card. WHAT!!!
One more thing which might be peripheral to my problem.
A couple of days ago I installed the new OS for my Mac... 10.9.
With my prior OS, I uninstalled almost all of anything that said "Google" from my computer but have to go through it again and repeat.
This morning, I do a search for anything Google on my drive, and came up with files with executable update files that all had "Android/GT-N7100 in the path.
Yes, I did connect to Kies by USB just once to check things out there but I don't think that's the underlying problem. Maybe it is.
I've seen some REAL genius help on this site, and hope that somebody that has a grasp on my problem can help.
I joined this site a few minutes ago just to ask this question, by the way.
If I went off track as to the posting guidelines on the site, just tell me.
Hey, I'm pushing 70 and the mind wanders. Haha!
Thanks in advance, guys!
Official_Noob said:
This is gonna be long, so please bear with me.
New Android user here, since December and never looked back.
But I have a big problem that just started two days ago, and coincided with the installation of Vonage for Android.
My N7100 is rooted and I also installed a new kernel (Perseus), but kept the stock ROM for the time being, but I'm getting closer to installing CyanogenMod ROM through ROManager Premium.
I just read the article posted here by Will Verduzco on Android security which led me to a bunch of articles on VOIP and it's scary.
My problem is that my N7100 will kind of do a half-baked reset without my doing anything... and then after watching the download light blinking on my router here in the house, Airport is downloading for about five minutes and then, BANG!!!, up comes the screen asking me for my language, and to set up a Google acct, Samsung acct, and I have to re-enter the passwords for my WiFi, etc, etc... you know the drill.
What's causing this?
I've been on XDA hundreds of times doing research on one thing or another, and I've removed all the Google bloatware possible except for the few things that I want to keep, and I got that comprehensive list from the XDA site... but after my device gets done doing it's thing, everything is back with dozens of notifications... AND Titanium Backup, ROM Manager, Triangle Away, SuperSu, Root Explorer, ES File Explorer/Task manager, etc are all missing and no backups on the SD card. WHAT!!!
One more thing which might be peripheral to my problem.
A couple of days ago I installed the new OS for my Mac... 10.9.
With my prior OS, I uninstalled almost all of anything that said "Google" from my computer but have to go through it again and repeat.
This morning, I do a search for anything Google on my drive, and came up with files with executable update files that all had "Android/GT-N7100 in the path.
Yes, I did connect to Kies by USB just once to check things out there but I don't think that's the underlying problem. Maybe it is.
I've seen some REAL genius help on this site, and hope that somebody that has a grasp on my problem can help.
I joined this site a few minutes ago just to ask this question, by the way.
If I went off track as to the posting guidelines on the site, just tell me.
Hey, I'm pushing 70 and the mind wanders. Haha!
Thanks in advance, guys!
Click to expand...
Click to collapse
as for your note 2 problem, so your saying you flashed Cyangenmod on it correct? if so did you flash a the current gapps for whatever version you flashed? im thinking that's the problem, otherwise another flash of the cyangenmod ROM might fix it.
Trozzul said:
as for your note 2 problem, so your saying you flashed Cyangenmod on it correct? if so did you flash a the current gapps for whatever version you flashed? im thinking that's the problem, otherwise another flash of the cyangenmod ROM might fix it.
Click to expand...
Click to collapse
^^^
No, I haven't flashed CM yet, but as I said, I'm moving in that direction after looking a a bunch of ROMs.
This is gonna sound kind of dumb, but the reason that I'm holding on to the stock rooted ROM is just because of one active screen saver, and that's Windy Weather. Like when it's raining here, you get rain drops sliding down the inside of the glass. HA!
And believe it or not, I agonize over the small stuff... like whether or not I want to go with an AOSP or AOKP ROM.
Believe it or not, when I got done with massaging the stock ROM today, all of the junk that I had formerly removed through Titanium Backup were still gone even though it showed that it was all re-downloaded in the Notifications.
I just have a sneaking hunch that the Vonage VOIP App that I installed had "something" to do with my problem, so I have not reinstalled it, and I also destroyed all of the Play Store links with Titanium Backup and still no problem.
I'm still running the stock 4.1.2 stock ROM.
Even if I do go with CM, I'm a little worried that if I download Gapps, something in there just might want to gain control and zap my device again.
Anywhooo... for the last several hours, I'm not having any problems.
Thanks for your reply.
Official_Noob said:
^^^
No, I haven't flashed CM yet, but as I said, I'm moving in that direction after looking a a bunch of ROMs.
This is gonna sound kind of dumb, but the reason that I'm holding on to the stock rooted ROM is just because of one active screen saver, and that's Windy Weather. Like when it's raining here, you get rain drops sliding down the inside of the glass. HA!
And believe it or not, I agonize over the small stuff... like whether or not I want to go with an AOSP or AOKP ROM.
Believe it or not, when I got done with massaging the stock ROM today, all of the junk that I had formerly removed through Titanium Backup were still gone even though it showed that it was all re-downloaded in the Notifications.
I just have a sneaking hunch that the Vonage VOIP App that I installed had "something" to do with my problem, so I have not reinstalled it, and I also destroyed all of the Play Store links with Titanium Backup and still no problem.
I'm still running the stock 4.1.2 stock ROM.
Even if I do go with CM, I'm a little worried that if I download Gapps, something in there just might want to gain control and zap my device again.
Anywhooo... for the last several hours, I'm not having any problems.
Thanks for your reply.
Click to expand...
Click to collapse
yeah anytime man thanks for explaining a little bit, well if you want to stay on stock like ROM i would recommend jedi mind trick, its pretty much stock but just removes the carrier bloatware and puts in a few custom goodies and should have your rain drop effect you want xD, i have been trying to find a link for you but i dont know what carrier you have, its a note 2 right? also, it rains in las vegas? lol come over to washington and see the difference.

[Completed] Restoring from the Play Store, how do I make it work?

Hi all,
I just have a general question about the PLay Store and thought maybe someone here might have a suggestion. When flashing a new ROM or resetting to factory defaults, I get one of three behaviors when logging in to Google:
1) Nothing, it logs me in and shows every app I have ever installed on any device as "Available".
2) A bunch of random stuff starts installing, most of it what I want, but a bunch I haven't had on my device in weeks sometimes. This can be 5 apps or 50, no pattern that I can figure out.
3) I get this nifty screen that lets me pick a device backup, even for other devices. It not only also lets me pick a backup date but ALSO lets me go in and further pick and choose which apps on the list that I want to restore.
#3 is what I'm looking for. I want to restore from the Play Store, not a Titanium Backup file or anything, but I can't make this consistent at all, does anyone have any luck with the Play Store being consistent? It does appear that #3 is a Lolipop feature, at least in that particular format, but once again, no consistency.
Currently the device in question is my Asus Tf700t, but I've come across this on multiple devices. I just installed Zombi Pop 5.1 RC as my ROM, but I've also had it be just as random in other ROMs. I also tell it to back up my data on install, and just double checked that it was marked as such in my settings.
Any suggestions would be greatly appreciated, it just drives me nuts to have this supposed auto backup that never works the same way twice in a row. Apologies also if I put this on the wrong board, but this seemed appropriate.
Mikey1969 said:
Hi all,
I just have a general question about the PLay Store and thought maybe someone here might have a suggestion. When flashing a new ROM or resetting to factory defaults, I get one of three behaviors when logging in to Google:
1) Nothing, it logs me in and shows every app I have ever installed on any device as "Available".
2) A bunch of random stuff starts installing, most of it what I want, but a bunch I haven't had on my device in weeks sometimes. This can be 5 apps or 50, no pattern that I can figure out.
3) I get this nifty screen that lets me pick a device backup, even for other devices. It not only also lets me pick a backup date but ALSO lets me go in and further pick and choose which apps on the list that I want to restore.
#3 is what I'm looking for. I want to restore from the Play Store, not a Titanium Backup file or anything, but I can't make this consistent at all, does anyone have any luck with the Play Store being consistent? It does appear that #3 is a Lolipop feature, at least in that particular format, but once again, no consistency.
Currently the device in question is my Asus Tf700t, but I've come across this on multiple devices. I just installed Zombi Pop 5.1 RC as my ROM, but I've also had it be just as random in other ROMs. I also tell it to back up my data on install, and just double checked that it was marked as such in my settings.
Any suggestions would be greatly appreciated, it just drives me nuts to have this supposed auto backup that never works the same way twice in a row. Apologies also if I put this on the wrong board, but this seemed appropriate.
Click to expand...
Click to collapse
Hello.
Thank you for using XDA Assist.
Please post your question here:
http://forum.xda-developers.com/showthread.php?t=2257421
That's a friendly ask any question thread where you'll find expert advice.
Good luck!

Categories

Resources