[Q] Limited Use Customized Android - Android Q&A, Help & Troubleshooting

Hi
I would like to build a customized version of android at root level, user will not be able to enable.
Requirements:
No Wifi
No internet access or browser
No SMS
No camera
No Email
Not sure what specific phone it will be but it is a general android question and not phone specific.
How do I go about it?
Thanks

dtai said:
Hi
I would like to build a customized version of android at root level, user will not be able to enable.
Requirements:
No Wifi
No internet access or browser
No SMS
No camera
No Email
Not sure what specific phone it will be but it is a general android question and not phone specific.
How do I go about it?
Thanks
Click to expand...
Click to collapse
How I understood this, you want a mobile phone which don't have these features? That's crazy

Related

Flash 10.1 support on Indian Edition

Hi all,
I live in India and the P500 available here states that it's fully compatible with Flash and the same is mentioned in the packaging too. However when I try to access any flash content on my browser it doesn't seem to work. Anyone has any ideas how to enable it.
it's possible that flash plugin isn't enabled...
you can try to enable it on your browser settings
thesnatch84 said:
it's possible that flash plugin isn't enabled...
you can try to enable it on your browser settings
Click to expand...
Click to collapse
Well, I think, htat it is not possible to get work and I'm little sceptic about this whole issue. You can read about here in Application / Theme part of forum

[Q] Is it possible make TRACK ID work AOSP 2.1 007a?

Hi
Tried to install track id.apk i found here -> http://forum.xda-developers.com/showthread.php?t=739929&page=2
on AOSP 2.1 007a
Butt getting forced closed when trying to launch it.
doing:
Go to Settings -> Applications -> Manage Applications
Select the TrackID app
Tap on "Clear data"
Tap on "Force stop"
dint work either...
Is it possible? or should i just give up
sorry for bad english.
I imagine like all other manufacturers like HTC , Samung , Motorola etc etc core apps which they designed for a specific user experience are all tied in together with there customised Android Framework, meaning to use such an app you would need all of sony ericssons proprietary files also which obviously defeats the object as you may aswell not bother with having an aosp 2.1 rom also with AOSP you will have no drivers for the X10 Specifically which will mean you will more than likely have errors using hardware unless you fish them out from an SE 2.1 rom
Also on a last note, now i have answered your question, in future remember to ask your questions in the correct forum : x10 Q&A forum
I think you need to install some or all SE APKs to make it work.
Code:
com.sonyericsson.*
LouNGeRR said:
I think you need to install some or all SE APKs to make it work.
Code:
com.sonyericsson.*
Click to expand...
Click to collapse
You're screenshot is about the permission it uses. Permissions are built in a system, not in an app. Nonetheless it still can depend on an app, but not in the way you mean.
Please post in the proper thread

[Q] MTK6573 Changjiang G22

Hello. I would like to know where can I get a workable rom for the ChangJiang G22 4'' android 2.3.5 because the original os have many bugs and most important, I cannot navigate without a wifi conection because it has not an enable data transmision option. Thanks
cnkcnk said:
Hello. I would like to know where can I get a workable rom for the ChangJiang G22 4'' android 2.3.5 because the original os have many bugs and most important, I cannot navigate without a wifi conection because it has not an enable data transmision option. Thanks
Click to expand...
Click to collapse
I just bought the G22.
screen 3.5
it came with android 2.6
I want to put android 4.1
how do I do?

[Q] Download older versions of Apps ? (Qualified apk site)

Hi everyone. I'm new on android so this issue confuses my mind. If i have to download an older version of an application, how can i find an older version of it. For instance the newest version of "A" application is 2.2.1. But i want to do downgrade/download the older version for instance 2.1.0. How can i get it? From apk sites or such like that?
If so what is the widest and best apk sites for this to download ??
Thanks for your replies...
contact the app developer and ask for it is probably the easiest/quickest route
slaphead20 said:
contact the app developer and ask for it is probably the easiest/quickest route
Click to expand...
Click to collapse
Thanks for your reply firstly. But i asked this question as a general knowledge. Before my new android phone, i was using the iOS and i know how to do it. (i knew the .ipa sources and methods) Also i did it sometimes. But in android i dont know any quality apk sources for instance for older versions of some base applications (that has receive lots of updates) whatsapp, instagram, facebook etc...
Many of the apk sites will be no more than Warez sites .
Google is always your best source of apks bearing in mind the above .
Possibly a search or an ask on XDA .
Old versions is not something normally asked for .
jje
all the apps on play store have email contacts, so I would just email them direct
Safsata said:
Hi everyone. I'm new on android so this issue confuses my mind. If i have to download an older version of an application, how can i find an older version of it. For instance the newest version of "A" application is 2.2.1. But i want to do downgrade/download the older version for instance 2.1.0. How can i get it? From apk sites or such like that?
If so what is the widest and best apk sites for this to download ??
Thanks for your replies...
Click to expand...
Click to collapse
Try to check at AndroidDrawer.com
Its more reliable due to the md5 checksum.
alx

[Q] ZTE contact app how to access hidden features

Hello, i own a ZTE V5 V9180 it runs ZTE custom firmware called NUBIA UI v2.5.
As i was able to decompile the contacts.apk i found there are entries like "sorting contacts" etc, but when the app is running i cant see the options.
Same in systemui.apk there ar ementions in smali etc. about splitscreen, but i dont have these options and other ZTE devices running on NUBIAUI have them.
I realised that there must be a code which enables or disables some fetures regarding on which device is the app running (i think they make the core of the apps same and then make restrictions based of maybe model number).
I want to find which are the characters after them the app decide what options to enable or disable.
Is someone so kind and can me help to find where in the code is the device specific restriction hidden?
My goal is to have contact sorting enabled, and in best option also splitscreen and maybe other functions.
if there are device specific restriction this device is V9180 (or X9180), ZTE V5max is N958St, ZTE Z7max is NX505J.
Thanx in advance for your time guys!
DallasCZ said:
Hello, i own a ZTE V5 V9180 it runs ZTE custom firmware called NUBIA UI v2.5.
As i was able to decompile the contacts.apk i found there are entries like "sorting contacts" etc, but when the app is running i cant see the options.
Same in systemui.apk there ar ementions in smali etc. about splitscreen, but i dont have these options and other ZTE devices running on NUBIAUI have them.
I realised that there must be a code which enables or disables some fetures regarding on which device is the app running (i think they make the core of the apps same and then make restrictions based of maybe model number).
I want to find which are the characters after them the app decide what options to enable or disable.
Is someone so kind and can me help to find where in the code is the device specific restriction hidden?
My goal is to have contact sorting enabled, and in best option also splitscreen and maybe other functions.
if there are device specific restriction this device is V9180 (or X9180), ZTE V5max is N958St, ZTE Z7max is NX505J.
Thanx in advance for your time guys!
Click to expand...
Click to collapse
Hi, did you find something out about this topic? I am interested in the sorting option of contacts. I have Z9 mini, and the contacts are sorted in very weird way and there is no option to change it.
As for the split screen, this is something my phone has enabled by default.
Xoxolushik said:
Hi, did you find something out about this topic? I am interested in the sorting option of contacts. I have Z9 mini, and the contacts are sorted in very weird way and there is no option to change it.
As for the split screen, this is something my phone has enabled by default.
Click to expand...
Click to collapse
try to find ZTE Z9mini on 4pda.ru forums, or if you have root, you can modify the apk by yourself HERE on 4PDA. The process is described on a ZTE V5 ContactsProvider.apk and while you have also nubiaui,it should work also. Dont forget to make a full backup of your phone. And really you dont have an option to sort contacts? I thought it was disabled only on ZTE V5 nubiaUI.
DallasCZ said:
try to find ZTE Z9mini on 4pda.ru forums, or if you have root, you can modify the apk by yourself [HERE WAS A LINK]. The process is described on a ZTE V5 ContactsProvider.apk and while you have also nubiaui,it should work also. Dont forget to make a full backup of your phone. And really you dont have an option to sort contacts? I thought it was disabled only on ZTE V5 nubiaUI.
Click to expand...
Click to collapse
Thanks but this is way over my skills (I tried though). For now I flashed some unofficial version of CM12, but I am missing the NeoVision camera now..
DallasCZ said:
Hello, i own a ZTE V5 V9180 it runs ZTE custom firmware called NUBIA UI v2.5.
As i was able to decompile the contacts.apk i found there are entries like "sorting contacts" etc, but when the app is running i cant see the options.
Same in systemui.apk there ar ementions in smali etc. about splitscreen, but i dont have these options and other ZTE devices running on NUBIAUI have them.
I realised that there must be a code which enables or disables some fetures regarding on which device is the app running (i think they make the core of the apps same and then make restrictions based of maybe model number).
I want to find which are the characters after them the app decide what options to enable or disable.
Is someone so kind and can me help to find where in the code is the device specific restriction hidden?
My goal is to have contact sorting enabled, and in best option also splitscreen and maybe other functions.
if there are device specific restriction this device is V9180 (or X9180), ZTE V5max is N958St, ZTE Z7max is NX505J.
Thanx in advance for your time guys!
Click to expand...
Click to collapse
so nobody will help me?
I am interested in the sorting option of contacts.
sseuorosal said:
I am interested in the sorting option of contacts.
Click to expand...
Click to collapse
Thats the most weird things, because when you decompile the contacts.apk there are strings containg different sorting methods.
But when i spoke with the latest zte nubia z9 mini owner he said there are also no sortings possibilities on his device.
When i wrote to the engeneers on ZTE they said that they dont plan to implement sorting methods of contacts.
I thought that the sortings method will be avaliable only for intenational firmwares, but thats also weir because there are no international firmwares for nubia devices.
I didn't find problems like this

Categories

Resources