Hi - can someone please help me? Suddenly, I am getting multiple notifications for each text message received. Can someone please help me fix this? Thank you.
Showing posts with label multiple. Show all posts
Showing posts with label multiple. Show all posts
Monday, 1 August 2016
Sunday, 24 July 2016
[Q] Enable Multiple Users now that we have root?
Has anyone been able to enable multi-users now that we have root?
Newbie Help - Multiple Users
Hey Guys
I picked up a Huawei mediapad t1 7.0 today as part of a package deal and I have decided to give it to my son as a present so he lets go of mine and my wifes :o
I have rooted the device successfully but now I am having trouble with Xposed and installing the multi users app. I have an error on the modules page advising me that Xposed is currently not active and I should install the framework and reboot.
On the framework screen the option to install is greyed out and there is an error "Xposed is not (yet) compatible wuth Android SDK version 19 or your processor architecture (armeabi-v7a).
I have looked for a soloution to this issue but im hitting a bit of a wall. Im a novice user and im only trying to get multiple users so I can lock down the device to stop my son accidentally accessing anything I don't want him to.
Please help
Regards.
I picked up a Huawei mediapad t1 7.0 today as part of a package deal and I have decided to give it to my son as a present so he lets go of mine and my wifes :o
I have rooted the device successfully but now I am having trouble with Xposed and installing the multi users app. I have an error on the modules page advising me that Xposed is currently not active and I should install the framework and reboot.
On the framework screen the option to install is greyed out and there is an error "Xposed is not (yet) compatible wuth Android SDK version 19 or your processor architecture (armeabi-v7a).
I have looked for a soloution to this issue but im hitting a bit of a wall. Im a novice user and im only trying to get multiple users so I can lock down the device to stop my son accidentally accessing anything I don't want him to.
Please help
Regards.
Saturday, 23 July 2016
Read Full Message In Notification Area (Multiple Messages)? (Android 5.1)
Hello,
by pulling down the notification it's possible to read the full message when there is only one message, but when there are multiple messages (in the same app, whatsapp for example) it's not possible to read long messages because they are shortened. And not just in the notification area, also in the lockscreen. Is there any way to expand the message, maybe with xposed? As I know there is no xposed module.
Any other ideas?
Thanks...
by pulling down the notification it's possible to read the full message when there is only one message, but when there are multiple messages (in the same app, whatsapp for example) it's not possible to read long messages because they are shortened. And not just in the notification area, also in the lockscreen. Is there any way to expand the message, maybe with xposed? As I know there is no xposed module.
Any other ideas?
Thanks...
Sunday, 17 July 2016
Multiple messages
When I send a text message on my new j7, the receiver receives two or three copies of the same message. What's up?
Tuesday, 12 July 2016
Multiple issues in Oneplus 3
Hello people
I am facing the following issues in my phone which is running OxygenOS 3.2.1.
1. Push notifications not coming until the phone is unlocked again
2. Alert slider causing the phone to go completely silent.
To add to the misery I was using my wifi on 2.4 GHz band but when I tried to connect to 5GHz band it does not connect and the error shows wifi connection failure. All my other devices are connected successfully to this band even my 4 year old Nexus 4 but Oneplus 3 does not seem to connect for a single time
This is really becoming disappointed for me bow after push notification and alert slider issues.
The range of 2.4 GHz wifi is not even half of what my Nexus 4 used give me.
I am using ASUR WRT 68u router.
These are very basic features of a cellphone which are required on the very first moment.
I am Totally frustrated with this device as I can't use it for my daily life!!! I don't know if people in this forum are not having any such issues with their devices.
I am facing the following issues in my phone which is running OxygenOS 3.2.1.
1. Push notifications not coming until the phone is unlocked again
2. Alert slider causing the phone to go completely silent.
To add to the misery I was using my wifi on 2.4 GHz band but when I tried to connect to 5GHz band it does not connect and the error shows wifi connection failure. All my other devices are connected successfully to this band even my 4 year old Nexus 4 but Oneplus 3 does not seem to connect for a single time
This is really becoming disappointed for me bow after push notification and alert slider issues.
The range of 2.4 GHz wifi is not even half of what my Nexus 4 used give me.
I am using ASUR WRT 68u router.
These are very basic features of a cellphone which are required on the very first moment.
I am Totally frustrated with this device as I can't use it for my daily life!!! I don't know if people in this forum are not having any such issues with their devices.
Monday, 11 July 2016
I have multiple problems after installing CM-11 to my phone.
My phone is an LG-E980. I'd post the exact link on my phone, but spam prevention wins. :(
So I have quite a number issues regarding my phone ever since I updated to Cyanogenmod 11. I chose this mod because it was the perfect firmware number for the apps I wished to run, and according to the wiki I linked above, going 12+ would disable my SIM card. However, after installing CM tonight I have alot of problems with my phone.
It seems all related to the hardware. The speakers won't play any sound no matter what I try, including alarms or youtube. With this in mind i'm certain that headphones won't work. The Camera won't even load, and finally the SIM card refuses to even work. It's as if drivers to these parts of my phone flat out don't exist. I'm able to connect to the internet still, and I have full access to my phone + it's recovery, so i'm sure the problem is easily fixed. However, I have absolutely no idea where to start. If anyone could help me, i'd really appreciate it. :)
So I have quite a number issues regarding my phone ever since I updated to Cyanogenmod 11. I chose this mod because it was the perfect firmware number for the apps I wished to run, and according to the wiki I linked above, going 12+ would disable my SIM card. However, after installing CM tonight I have alot of problems with my phone.
It seems all related to the hardware. The speakers won't play any sound no matter what I try, including alarms or youtube. With this in mind i'm certain that headphones won't work. The Camera won't even load, and finally the SIM card refuses to even work. It's as if drivers to these parts of my phone flat out don't exist. I'm able to connect to the internet still, and I have full access to my phone + it's recovery, so i'm sure the problem is easily fixed. However, I have absolutely no idea where to start. If anyone could help me, i'd really appreciate it. :)
Tuesday, 5 July 2016
WindowManager laggy when updating multiple views
I'm not sure if this is the appropriate thread for this, I'm sorry if it's not.
I am trying to move multiple ImageViews attached to the WindowManager but after adding three views, the movement becomes very choppy.
After some investigation I think this is caused by calling updateViewLayout too many times and on different views.
The code below is a simplified version of what I am trying to do and illustrates the problem.
As you can see, I am adding three ImageViews in onCreate, and each ImageView has a TouchListener that updates the layout of every bubble in ACTION_MOVE.
When adding one or two ImageViews, the movement is fluid, but three or more and it lags badly.
Anyone have any ideas? Thank you very much!
I am trying to move multiple ImageViews attached to the WindowManager but after adding three views, the movement becomes very choppy.
After some investigation I think this is caused by calling updateViewLayout too many times and on different views.
The code below is a simplified version of what I am trying to do and illustrates the problem.
Code:
public class MainActivity extends AppCompatActivity {
WindowManager windowManager;
ArrayList<ImageView> imageViews = new ArrayList<>();
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
windowManager = (WindowManager)this.getSystemService(Context.WINDOW_SERVICE);
addImageView();
addImageView();
addImageView();
}
private void addImageView() {
final WindowManager.LayoutParams params = new WindowManager.LayoutParams(
WindowManager.LayoutParams.WRAP_CONTENT,
WindowManager.LayoutParams.WRAP_CONTENT,
WindowManager.LayoutParams.TYPE_PHONE,
WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
PixelFormat.TRANSLUCENT);
params.gravity = Gravity.TOP | Gravity.START;
ImageView imageView = new ImageView(this);
imageView.setImageResource(R.mipmap.ic_launcher);
imageView.setOnTouchListener(new ImageViewTouchListener());
imageViews.add(imageView);
windowManager.addView(imageView, params);
}
private class ImageViewTouchListener implements View.OnTouchListener {
@Override
public boolean onTouch(View v, MotionEvent event) {
switch(event.getAction()) {
case MotionEvent.ACTION_MOVE:
for(ImageView imageView : imageViews) {
WindowManager.LayoutParams params = (WindowManager.LayoutParams)imageView.getLayoutParams();
params.x = (int)event.getRawX();
params.y = (int)event.getRawY();
windowManager.updateViewLayout(imageView, params);
}
return true;
}
return false;
}
}
}When adding one or two ImageViews, the movement is fluid, but three or more and it lags badly.
Anyone have any ideas? Thank you very much!
Monday, 4 July 2016
way to use multiple phone calling applications?
so i make international phone calls pretty regularly, to this end i use an app that gives me incredibly cheap calling rates.
however if i used this app as default it would also cost me to make phone calls locally. is there a way through an app or mod to have the regular phone app be the default for local calls and another app be the default for international calls?
however if i used this app as default it would also cost me to make phone calls locally. is there a way through an app or mod to have the regular phone app be the default for local calls and another app be the default for international calls?
Subscribe to:
Posts (Atom)