Showing posts with label push. Show all posts
Showing posts with label push. Show all posts

Friday, 16 October 2015

Ghost push????



Ok so this malware called ghost push was able to root my gn2 ota wth..i thought the only way to root was ghetto root

Sent from my LGLS991 using XDA Forums



Thursday, 15 October 2015

GCM Push Notification behaviour..



Hi there,
I purchased full version of Greenfy and now I can take advantage of those extra experimental features...
For example, maybe there's someone that could explain what "GCM push for greenfied apps does?"...The only result I can see is like this:
I greenfied Facebook Messenger, Facebook, S Health, Maps, HERE Maps...because I don't want these apps be woken again only if there are some received notifications because at the same time I don't want any missed notifications from these apps...does this experimental feature " GCM push for greenfied apps" helps me to obtain what I need?
Well, I've seen while I'm not connected to Internet neither via WiFi nor Data, these apps are hibernated and further wakeups no longer occur but when I connect to the Internet, Messenger is set like this: It's automatically placed into "Not hibernating automatically" with this status:
Working
20:56 ago content provided: Messenger Logged!
And the other one, Facebook is placed automatically under "Will hibernate in minutes after screen is OFF"...what do all these mean??
These 2 apps are woken up automatically by the system although there were no notifications in either case...
I've just connected to the internet and these apps woken up...is it a normal behaviour?
Maybe someone more experimented could explain me the whole process...Thanks in advance!!

Now I see both apps are under the same category: "Will hibernate in minutes after screen is OFF"...how many minutes is all about???



Saturday, 10 October 2015

Push button secret code help



I am have been working on this app for a few weeks now. I have never done any coding in my life, until I started this app. I have a few secret codes/dial codes that I use often, but i forget what code to use when sometimes, so I wanted to make an app that would make it as simple as clicking a button, and the app would send the code for me.
I have all my buttons, and I have them programmed. I gave the permissions that I think it needs, but when I run the app on my phone I get nothing. In Android Studio, I can read this,
"W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.provider.Telephony.SECRET_CODE dat=android_secret_code://XXXXXX flg=0x10 } from com.myapp.appname (pid=7540, uid=10128) requires android.permission.CONTROL_INCALL_EXPERIENCE due to receiver com.google.android.apps.tycho/.receivers.DialerCodeReceiver"
for permissions I have:
AndroidManifest.xml:
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.CONTROL_INCALL_EX PERIENCE" />
MainActivity.java:
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;

public class MainActivity extends AppCompatActivity {

@override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Button button = (Button)findViewById(R.id.Button);
button.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
String secretCode1 = "xxxxx";
String action = "android.provider.Telephony.SECRET_CODE";
Uri uri = Uri.parse("android_secret_code://" + xxxxx);
Intent button1 = new Intent(action, uri);
sendBroadcast(button1);
}
});
Activity_main.xml - Textview
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Button"
android:id="@+id/Button"
android:layout_gravity="center_horizontal"
android:onClick="onbuttonclick" />

Please, let me know what I did wrong, or if you need more information to fix it.



Push button secret code help



I am have been working on this app for a few weeks now. I have never done any coding in my life, until I started this app. I have a few secret codes/dial codes that I use often, but i forget what code to use when sometimes, so I wanted to make an app that would make it as simple as clicking a button, and the app would send the code for me.
I have all my buttons, and I have them programmed. I gave the permissions that I think it needs, but when I run the app on my phone I get nothing. In Android Studio, I can read this,
"W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.provider.Telephony.SECRET_CODE dat=android_secret_code://XXXXXX flg=0x10 } from com.myapp.appname (pid=7540, uid=10128) requires android.permission.CONTROL_INCALL_EXPERIENCE due to receiver com.google.android.apps.tycho/.receivers.DialerCodeReceiver"
for permissions I have:
AndroidManifest.xml:
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.CONTROL_INCALL_EX PERIENCE" />
MainActivity.java:
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;

public class MainActivity extends AppCompatActivity {

@override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Button button = (Button)findViewById(R.id.Button);
button.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
String secretCode1 = "xxxxx";
String action = "android.provider.Telephony.SECRET_CODE";
Uri uri = Uri.parse("android_secret_code://" + xxxxx);
Intent button1 = new Intent(action, uri);
sendBroadcast(button1);
}
});
Activity_main.xml - Textview
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Button"
android:id="@+id/Button"
android:layout_gravity="center_horizontal"
android:onClick="onbuttonclick" />

Please, let me know what I did wrong, or if you need more information to fix it.



Fix 100 % Remove Ghost Push apps like timeservice monkey test etc........



Hi i am receiving a lot of people from my area about these kind of apps.
as the names are different and their are about more than 100 of these kind of apps
i have a solution with 100% to work
you must have team viewer installed in your phone and computer and must have a good internet connection to work
i will do it for you or guide you through the prepossess
i will contact you as soon as i am free

if you have the problem pls coontact me using
facebook : https://www.facebook.com/k.Hamitthu
or use viber : +9609523051



Friday, 9 October 2015

Q: Oneplus Two Camera Bitrate -> Push it to the max!



Hi,
I am experimenting with the oneplus two camera, i have cynogenmod 12.1 running with the app "cinema 4k", which allows
to set a bitrate of 200mbps for 4k video. the videos it produces only have 160mbps, so there must be some cap in the
h264 encoder or in the device itself. i guess there will be some hardcoded limit somewhere in the quallcom encoder libraries?

does anyone know what part limits the video bitrate on an android device? i already modified media_profiles.xml to set the
bitrate higher (to 300mbps) but it is still recording at 160mbps.

i would like to test how much the device can handle, and how the video quality would be at 250mbps+
because the camera seams really great for video recording at nighttime

thanks, christian



Thursday, 8 October 2015

Push Notification problems



Hi all,

On my PLK-AL10 push notifications don't work properly.

I have all the right settings applied and automatic app sync set as well.

Only if an app is open in the background I receive notifications, when apps are closed nothing.

When I deselect auto data app sync in settings/accounts/menu all apps sync and provide push notifications for just a few minutes, but after that no push again (looks to be after sleep).

Tried several push fixers from apps store (root and non-root) PNF, Push Notification Status, Push Notification Assistant and Heartbeat Fixer for GCM.
Have the heartbeat set at minimum (wifi 1 min, mobile data 2 min).
Have had this problem from the start on B150/160 and B173 stock and rooted.

Anybody with a solution for this?