Bug report - not showing notification about bug report completed - Huawei P9 Lite Questions & Answers

Hi guys,
I just purchased Huawei P9 lite and i need to generate bug reports for my development purposes.
Unfortunately when i choose Report in Developer Options (in report a bug) nothing is happening.
Means no notification is appearing that bug has been captured.
Does anyone have any idea how to fix the issue?
Cheers
Pau

Hi Pau,
Did you manage to fix this ? I'm having the same problem on the same phone.
Thanks,
Craig

...Aren't bug reports only supposed to work when you /have/ a bug?
I'm no developer, just working off common sense here.
If that's the case, you just have a bug free phone

thanks, that does seem logical yes. I was just expecting a report to confirm that my phone is indeed bug free.

You are absolutely right...
You are NOT a developer. lol...
The device generates log files, which are generated continuously on your device. When you use the bug report shortcut, you are dumping the logs to a series of files for export and review. If your device isn't generating any logs then:
A. It's DEAD... as dead as dead can be! A paperweight!
B. Is OFF
***
Android Logcat Log Levels:
Verbose: Show all log messages (the default).
Debug: Show debug log messages that are useful during development only, as well as the message levels lower in this list.
Info: Show expected log messages for regular usage, as well as the message levels lower in this list.
Warn: Show possible issues that are not yet errors, as well as the message levels lower in this list.
Error: Show issues that have caused errors, as well as the message level lower in this list.
Assert: Show issues that the developer expects should never happen.
cerb3rus said:
...Aren't bug reports only supposed to work when you /have/ a bug?
I'm no developer, just working off common sense here.
If that's the case, you just have a bug free phone
Click to expand...
Click to collapse

Related

[APP][03•30•09][0.6.5] TrackMyRun - GPS Run/Walk tracking (Nike+ sorta)

I have started working on an app for Windows Mobile 6 phones w/ GPS to do run/walk/bike tracking like the Nike+. Here is a little Video of the app in action:
http://www.youtube.com/watch?v=bIqKHCb21cg&feature=channel_page
Version 0.6.5 9s attached
- Smartphone detection is in
- Run Form updated to be smartphone happy, view log is next.
Version 0.6.4 is attached
- Calories burnt calc!!!! (put your weight in...lbs for now...kg coming )
Version 0.6.3 is attached
- 1 Mile/KM kills the app bug fixed!
Version 0.6.2 is attached
- I am not dead! I promise
- This is mostly a maintence update. All the tracking code has been pulled from the views and put off in modules (as it should have been from the get go) so I can get a Smartphone version working soon.
Version 0.6.1 is attached
- Audio updates - new sounds for mile/km passed and distance goal hit
- Audio updates - updates to how the power management is dealt with for audio, still not perfect, but better
- Center button (on your direction pad) now turns the display off and on and also it stops the phone from sleeping when you use that display off method. This is great for phones that get a bit wierd on their GPS in unattended mode.
Version 0.6 is attached
- New internal tracking code to improve performance and make new feature additions easier (this was more about me than you )
- First audible notices. Each mile/km and distance goal hit. It is just a tone right now, but I will record and add voiced stuff tonight.
- New Settings tab for audible notices
- Smartphone users can atleast start the app and track a run now! (still no settings or view log...that is coming)
Version 0.5.9 is attached
- Fix the View/Save log bug (I hope)...you might have to delete your Run Log (yeah for Alpha testing!)
- New way to calculate speed that is more accurate for me. This might depend on what GPS chip your phone uses...try both and see which you like more (change in the Settings Screen)
Version 0.5.8 is attached
- AppToDate bug fix
- Start of true metric support
- little bug fixes
Version 0.5.7 is attached
- I think the String->Date bug is fixed, please let me know!
- Added an "Action" menu under the left soft key for start/stop/save (silly non-touch screen phone users!)
Version 0.5.6 is attached
- EMAIL A RUN!
(that is a horrible name for the feature right now....since it just gives you a link to share...)
http://www.trackmyrun.mobi/viewrun.php?run_id=18&auth_code=5qii4mfy
Version 0.5.5 is attached
- Settings screen is up and working
- Goal progress is based on settings now (not just 3.1 all the time)
- All based on miles still, KM is coming soon fear not!
- Few more bug fixes and exception catches
Version 0.5.3 is attached
- GPS unattended mode updates
- Few bug fixes
- Ignore Calories/Pace, those spots are place holders/debugging right now...they will work in a later release
Version 0.5.1 is attached
- GPS stays up in unattended mode now (screen off by time out or hitting the power button)
- Few little bug fixes
Version 0.5 is attached
- KML support is all in now
- Go to view a lot (has to be a new one) and select View in Google Maps
- Change the line in the KML file to be green since that yellow was hard to see
Version 0.4 is attached.
- Fixed a few of the stupid SubString() bugs
- Added Experimental KML support! (start a run, do some stuff, then go to options->experimental->Build KML). It will put test.kml in your devices root folder
- Working on new speed tracking code, it is far more accurate...but not done yet (so ignore that it has like 900 #'s after the decimal point)
- Ignore what it says for calories burnt...that isn't what you think it is
ENJOY!
Version 0.3 is attached.
Looks good! I would definatly use this app!
Looks impressive. The auditory upgrade feature would be cool to add.
There are similar Apps. One in particular is also cool is:
GPS Cycle Computer v2
http://forum.xda-developers.com/showthread.php?t=424423
How would this calculate calories burned if your activity differs?
i.e. Rollerblading vs. Running vs Cycling, etc.
or is it simply based on time and distance to give a general calculation?
Nice looking app, I will definitely be keeping an eye out for this one. Keep up the good work.
Does this track coordinates? Or does it track via something else? Cause then I'm thinking that you need an active data connection for this to work :|
Kraize said:
Does this track coordinates? Or does it track via something else? Cause then I'm thinking that you need an active data connection for this to work :|
Click to expand...
Click to collapse
It tracks coordinates, so no data plan is needed at all for this. Just a working GPS. Now, I plan in the future to have online features for showing your routes on google maps and storing run data online, ect...but that is in the future...
band27 said:
Looks impressive. The auditory upgrade feature would be cool to add.
How would this calculate calories burned if your activity differs?
i.e. Rollerblading vs. Running vs Cycling, etc.
or is it simply based on time and distance to give a general calculation?
Click to expand...
Click to collapse
There are some standard formulats that are based on weight, time of exercise and how vigorous the activity is. For walk, jog, run that is easy (since I now your MPH's). For biking, roller blading, ect that gets tougher.
This is looking awesome. Could really do with an App like this. Keep it up and hope your "about a week" estimate is correct for a first beta.
A question though; I have a Touch HD. Has the interface been written to be able to cope with a WVGA resolution?
dom_mitchell1 said:
This is looking awesome. Could really do with an App like this. Keep it up and hope your "about a week" estimate is correct for a first beta.
A question though; I have a Touch HD. Has the interface been written to be able to cope with a WVGA resolution?
Click to expand...
Click to collapse
I have only tested it on a VGA display (my Touch Diamond). I have played with it in the QVGA emulator and the Square VGA emulator. The layout is far from final (I am not happy with it at all right now), so that is in flux a lot.
Go ahead and try the current version if you like:
http://grebowiec.net/trackmyrun.zip
Please be aware this is a VERY alpha version. There are known bugs that throw exceptions that I don't catch...so be nice
If you do however have any failures or success, please let me know.
gweedo767 said:
Go ahead and try the current version if you like:
http://grebowiec.net/trackmyrun.zip
Please be aware this is a VERY alpha version. There are known bugs that throw exceptions that I don't catch...so be nice
If you do however have any failures or success, please let me know.
Click to expand...
Click to collapse
Thanks a lot! I'll give it a go once I get home and give you some feedback!
AppToDate Support
Could you possibly think about having this AppToDate Support. Since this is in the early stages of development, it would be great to run AppToDate to get the current version. Thanks.
Couldn't wait until I got home so just loaded it up here. Everything seems good until I tried to View Log when it crashes out on me.Unfortunately I don't have NETCFv35.Messages.EN.wm.cab installed installed so cannot view details.
Also +1 for Apptodate support!
dom_mitchell1 said:
Couldn't wait until I got home so just loaded it up here. Everything seems good until I tried to View Log when it crashes out on me.Unfortunately I don't have NETCFv35.Messages.EN.wm.cab installed installed so cannot view details.
Also +1 for Apptodate support!
Click to expand...
Click to collapse
Did you start and then stop a run? The log file isn't created until you do atleast one and I bet it is dying trying to read the log file (which doesn't exist yet for you if you didn't do a start/stop)
I will do some reading on AppToDate in a bit, see what all it takes to integrate it.
gweedo767 said:
I will do some reading on AppToDate in a bit, see what all it takes to integrate it.
Click to expand...
Click to collapse
That would be very much appreciated. It just makes things a lot easier.
gweedo767 said:
Did you start and then stop a run? The log file isn't created until you do atleast one and I bet it is dying trying to read the log file (which doesn't exist yet for you if you didn't do a start/stop)
Click to expand...
Click to collapse
Yeah I had done and paced about abit; notched up 0.003 miles. Stopped the run successfully and then tried to view the log.
I've just jogged home from a friend's house (1.237 miles). This time when I stopped the run it crashed. No error code or anything; just said I had to quit and restart.
Sorry that's probably not much good for bug finding!
dom_mitchell1 said:
Yeah I had done and paced about abit; notched up 0.003 miles. Stopped the run successfully and then tried to view the log.
I've just jogged home from a friend's house (1.237 miles). This time when I stopped the run it crashed. No error code or anything; just said I had to quit and restart.
Sorry that's probably not much good for bug finding!
Click to expand...
Click to collapse
Did it do fine during the whole run though?
gweedo767 said:
Did it do fine during the whole run though?
Click to expand...
Click to collapse
Yeah no problems there. Slight lag on speed changes but I guess that's to be expected/part of the suposed and much debated GPS lag on the HD!
No complaints about performance at all.
I'm really liking the look of the App, certianly looks good so far; will be awesome if/when audio feedback can be given.
Something that would be good is if you could make the data from the logs uploadable to a PC to plot onto a graph (via Excel).
Like I said, great work so far! Loving this, who needs Nike/Apple!
dom_mitchell1 said:
Yeah no problems there. Slight lag on speed changes but I guess that's to be expected/part of the suposed and much debated GPS lag on the HD!
No complaints about performance at all.
I'm really liking the look of the App, certianly looks good so far; will be awesome if/when audio feedback can be given.
Something that would be good is if you could make the data from the logs uploadable to a PC to plot onto a graph (via Excel).
Like I said, great work so far! Loving this, who needs Nike/Apple!
Click to expand...
Click to collapse
The lag might be that I only update the display every 5 seconds (that is for all data). I think I might update the speed in real time (there is a call back function I can attach to for that). I do have plans for graphing/tracking/mapping in the future via an upload to a website feature...but that is a bit down the road I want to get all the stand alone client features working correctly first!
Please let us know when you have completed a final version. this program will be very useful. I know its still in the early stages hopefully you will be able to find the bugs and get them fixed, so we can download complete version.

SMS notifications don't appear.

Here is the thing. In the 90% of cases, when I'm using my X8 to do other things, such as, I don't know, using the browser, or whatsapp, or tapatalk, if I receive a new sms the window notification and the status bar notification don't appear. I can see if there is a new sms only if I enter manually into the sms application, and sometimes I find that there is a new one many hours later because I don't usually open the application The funny thing is that sometimes the notification doesn't appear even if I'm not using the phone!
On the other hand, when the sms window decides to show up, if I try to answer through the quick reply and I tap on the "send" button, the message is not sent and if I enter manually into the application, it stays like forever into "sending" and the only way to actually send it is to delete the quick reply and re-write the sms. This thing drives me crazy I think it depends on the ram of the phone, but I tried Go sms and Handcent sms, and many roms but this thing is always there!
What can I do?
I have the same problem, but only when my X8 is showing the "low memory" warning in the notification bar. When it first happened I went looking for an answer, but the closest I came was a FAQ response on the Vodafone (Portugal) site, which confirmed that it's not possible to send/receive SMS when the X8 memory is low.
I never did figure out though, whether or not this is due to operator modifications to the phone, or it's a generic problem with Android 2.1. From your comments it looks like it may well be an Android limitation...
I eventually "solved" my problem by rooting my phone and installing Link2SD - probably the single most important reason for rooting an X8 At one point in time, after pushing everything I could to my SD card, I ended up with almost 100Mb of free space...and then I discovered certain things, such as widgets, don't like to be stored on an SD card lol.
What can I do?
Click to expand...
Click to collapse
I guess the only thing you can do is ensure you always have at least 20-25Mb of free memory (I think that's about the point that the low memory warning appears).
Hi,
I am using W8 and i have lots of mem free on my phone, however i still face the problem. Any idea?
Well but I don't think that using only Whatsapp will bring to a "low memory" status... I mean, sometimes I only turn on the phone and do nothing, and the notification still doesn't appear -.-'
I don't know about the W8, but the "low memory" = "no sms" problem is well known and documented, at least Android 2.1 and 2.2. Here is a link to a bug report first files in November 2009!! about the issue. It's also still actively receiving comments...
Issue 4991: Can not receive SMS when internal memory is low.
http: //code.google.com/p/android/issues/detail?id=4991
One of the most interesting posts (if you spend the time to look) is probably this one:
Comment 272 by [email protected], Aug 30, 2011
@Anyone blaming phone manufacturers:
Take a look at this code (which is STILL current), common to all Android phones (from the GSM section, the CDMA version is almost identical):
Code:
134 if (!mStorageAvailable && (sms.getMessageClass() != MessageClass.CLASS_0)) {
135 // It's a storable message and there's no storage available. Bail.
136 // (See TS 23.038 for a description of class 0 messages.)
137 return Intents.RESULT_SMS_OUT_OF_MEMORY;
138 }
Then the message is *destroyed*, and apps are notified that an SMS was rejected.
The worst part is that this function doesn't even store the message. It just passes it on to the Messaging App! The whole point of having a flexible framework is that the App can do whatever it wants with the message. Who said it was even going to store it? The App could put it on the SD card, or ask the user to clear space if that is also full. Maybe it just needs to be shown once, or maybe it is a "where is my stolen phone" that must be silently responded to and hidden from a thief. Checking storage before it has even been established that the message is MEANT to be stored is astoundingly stupid. It goes against the philosophy of an open framework, and it goes against various design principles (such as leaving the responsibility of checking storage with the code that ACTUALLY STORES SOMETHING).
Whoever wrote this just wasn't thinking. They did so well at not thinking, that they went to the trouble of adding mStorageAvailable to the base class, subscribing to any updates on the storage status of the phone, and then set up a status handler that INFORMS THE CELLULAR RADIO that storage is full, implying that there is no point even informing the phone software about any messages. Thank science that the radio is smart enough to ignore this, or you wouldn't even get a "storage full" notification when the message is rejected.
Was there no code review?
The fix is simple. Delete those five lines. Remove the line that informs the radio about low storage. Six lines and the phone will function properly as a phone. Remove another few lines and there are no longer any references to low storage at all, as there never should have been in the first place.
The question is this: WHY has not not been done yet? It is not a difficult fix. A first year IT student could do it. The changes are simple. The effects are simple. Testing it is simple. It will make a fundamental phone function far more robust. Every second that this is still in the code, it seems more and more like the Android project doesn't actually care about having a working phone.
You simply can't blame the phone manufacturers. Earlier android versions considered 10% storage to be "low". For a phone with 8GB storage, that would mean rejecting a single SMS message when there is 800MB free. They shouldn't even reject it when there is 1MB or even 0MB free for reasons outlined above.
tldr; The code is stupid, the fix is trivial, Google doesn't care.
Click to expand...
Click to collapse
A little further down is suggested workaround (note I have not tried this, and do not recommend it unless you really know what you are doing
Comment 274 by [email protected], Sep 8, 2011
A "workaround" for this is reducing the threshold for the low space warnings.
Code:
Get into adb shell and type:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
insert into secure (name, value) VALUES('sys_storage_threshold_percentage','5');
.quit
This changes the threshold from the original 10% to 5%.
However, this doesn't prevent messages to be deleted when the new threshold is reached.
Click to expand...
Click to collapse
HTH.
You think it may depend on the number of saved messages too? Because the phone has not always done that, and now I have more than 5000 saved messages...
What ROM are you using?
I just tried to replicate the "low memory" == "no SMS" problem on GingerDX v022 by forcefully "spamming" the phone into low memory (17MB internal memory free after I installed some very Angry Birds to knock over some memory cells).
~90 saved SMS (received/sent) in the Messaging app ...
Sent a SMS from my Samsung to the X8 and the notification showed up perfectly - even LauncherPro is showing the (1) count on the SMS/MMS icon in the dock.
I'm using GingerCyborg. The thing it that I always receive the sms (in fact, if I use launcher pro it always shows me the (1) count on the dock), but the notification or the window showing the text message don't appear. So, I receive the sms, but I won't know it until I open the application!
Weird ... I get the Notification sound, the Notification icon in the status bar, the notification itself (pulling down status bar) AND the count-icon on LauncherPro's dock icon.
Installed one more app to make Android crap its pants (we're down to 9MB now), started gReader and had it sit there like that while sending another test SMS ... notification, as described above, still works - though Android is now complaining like crazy about "LOW MEMORY"
EDIT: Read - even when gReader is running I still hear the sound and see the SMS icon in the status bar, so there's no way I would miss out on it.
I don't know what to think, the phone has not always done that, and I tried different roms... Maybe I have the SD full of useless files? I don't know
If you assume the problem is due to your high amount of collected SMS messages ... try this ...
I take your phone is linked to some Google Account. Download SMS Backup+ and back up your messages into your Gmail account (so you can restore them when need be).
EDIT: Now stop auto-sync of your phone with Google or temporarily disconnect from the internet.
Delete a few thousand messages and try.
If the notification starts to work as expected you found the problem ... your SMS storage is "too massive" for the poor Messaging app.
If it still doesn't work clear them all out.
If it still doesn't work ... well ... I can only tell you that I don't have the problem you describe on GingerDX v022 (Stock Kernel) even when the internal storage is low on memory.
On a second thought: Maybe it's an app you installed that causes the "misbehaviour"? I don't use Whatsapp ... I only got XDA (Free version) installed (if we need something that's 'Tapatalk' at its core).
I deleted a few hundreds of sms and now the notification appears but not always. It still has the problem (but I still have a LOT of saved messages). Maybe I'll try by deleting all.

[Q] Is that normal in logcat?

Recently when I was checking my logs (live) with CatLog (from store) I noticed that my S4 generates the same logentry like 10 times a second.
The entry reads as follows: "unregisterIRListener() is called"
So when reading the log there are hundreds and thousands of these lines and in between there is some other stuff
Is that normal
E_Cartman said:
Recently when I was checking my logs (live) with CatLog (from store) I noticed that my S4 generates the same logentry like 10 times a second.
The entry reads as follows: "unregisterIRListener() is called"
So when reading the log there are hundreds and thousands of these lines and in between there is some other stuff
Is that normal
Click to expand...
Click to collapse
Just checked and I see the same message. If you hit the menu key then 'Log level', you can filter by the log level and see warning, errors, etc. There are loads of errors and even failures. Not sure how normal or serious these are but I'm running a rooted stock rom and so haven't modified things much. Would be interesting if we could see the same log on an untouched stock rom, although I would expect most of the same messages to appear.
I have the same issue. Is this normal? Seems like it is slowing down the phone.

Flyme 7.2.0.0A Stable Final [ROM]

Release date : January 22 2019
This update is released as promised before chinese newyear in february 5.
[ Chinese Stable firmware 7.2.0.0A FINAL ]
[ CHANGELOG 7.2.0.0A Stable Final ]:cyclops:
Function adjustment
• System
System application is fully optimized to improve performance in key scenarios and smoother operation
Optimize application freeze policy to improve application response, black screen, flashback, etc.
Adjust the function quick call out mode, slide the personal assistant on the right screen of the desktop, swipe out the global search, and use each gesture to reduce the single point operation.
Custom Sogou input method Meizu version, support bucket map, clipboard, slide input and other shortcut functions, chat more exciting
• voice assistant
New interface interaction, new voice suspension effect, providing quick service such as making calls and enquiry routes
Optimized voice wake-up mode, full screen model support power button wake-up, non-full screen model can be awakened by long press the main button
• Intelligent screen
Increase music recognition logic to accurately identify music information while supporting fast playback
Note: The phone has installed the cool music app, you can jump to the client to play
Support to identify the mobile phone number in the picture and speed dial, easy to call without error
Access Baidu translation, support the selection of text for translation and copy the results, accurate and convenient
• phone Guardian
Automatically identify Tencent King card according to mobile phone number, support traffic monitoring, non-streamless application forbidden network, etc., so that traffic is under control
• Driving mode
Optimize interface interaction, call notification support voice playback and control, weaken video invitations and other information notifications to create a more immersive and safer driving environment
• Game mode
Specialized optimization of popular games, King Glory access to Ultra HD version, creating a more immersive and exciting game atmosphere
Automatically locks the screen brightness under the game scene, reducing the stimuli of light changes on the eyes, affecting the game progress
Path: Settings - Accessibility - Game Mode - Lock screen brightness
Access to Xunyou to speed up the fast entry and improve network stability in game mode
Path: Settings - Accessibility - Game Mode - Quick Tour
• Gallery
Expand the image capacity at any time, and support the adjustment of video cover, title and music, etc.
Problem improvement
• Compatibility
Solve the problem of WeChat instant shooting preview interface black screen
Solve the problem that the WeChat avatar application receives a new message without a prompt tone
Fix the phenomenon that the interface of WeChat part is abnormal in night mode
• Gallery
Solve the problem of flashback of the library in some scenarios
Solve the problem of clicking on the thumbnail to view the big picture and loading too long
Immediately after taking a photo, check the photos taken, and the photos show blurry phenomenon.
Fix the return to the gallery folder after setting the wallpaper in the gallery, the folder shows abnormal phenomenon
• System
Solve the problem that the red envelope prompt tone does not match the set prompt tone
Fix the problem that the alarm clock does not ring on the occasional legal working day
Fix the problem with the new notification blank in the notification bar
Fix the use of live wallpapers, some models of full-screen gesture animation will show abnormal phenomena
Fix sharing of Weibo images through smart screen, sharing page display abnormal phenomenon
Release Notes
• Pushing updates via mobile phone is a safe and efficient way to upgrade, and this update will not affect any existing data.
• The update takes about 10 minutes. Please be patient. Do not press the phone button during the update to avoid the update failure.
• The phone will restart automatically during the update. It is normal for the temperature of the whole machine to rise slightly. Do not worry.
• Please note that the actual effect of some changes may vary depending on the random type, system version or network operator.
Get It From Here
https://firmware.meizu.com/Firmware/Flyme/PRO6_Plus/7.2.0.0/cn/20190119042221/738536af/update.zip
Do Not Forget To Press Thanks If You Like It
Regards
Thanks Adam, in your opinion do you still think that the beta version (7.8.7.24 beta) is better than this new stable version?
Lev_Trockij said:
Thanks Adam, in your opinion do you still think that the beta version (7.8.7.24 beta) is better than this new stable version?
Click to expand...
Click to collapse
Ofcourse in terms of performance and battery life.Yes.
What are available languages in "A' version of firmware?
kubas33 said:
What are available languages in "A' version of firmware?
Click to expand...
Click to collapse
Chinese and English only.
Oreo?
adarshm4you said:
Chinese and English only.
Click to expand...
Click to collapse
Excuse me Adam if I ask in this discussion, do you have news about the possibility that one day Oreo comes out for Meizu pro 6 plus?
Or do you already know that it will never come out?
Lev_Trockij said:
Excuse me Adam if I ask in this discussion, do you have news about the possibility that one day Oreo comes out for Meizu pro 6 plus?
Or do you already know that it will never come out?
Click to expand...
Click to collapse
It will get Flyme 8 for sure.Don't expect an android update.Chances are like drawing lines on water.
adarshm4you said:
It will get Flyme 8 for sure.Don't expect an android update.Chances are like drawing lines on water.
Click to expand...
Click to collapse
I don't know if I understand correctly ... so flyme 8 will not be based on Oreo?
Lev_Trockij said:
I don't know if I understand correctly ... so flyme 8 will not be based on Oreo?
Click to expand...
Click to collapse
Not like that.Haha.Android 8 and above is confirmed only for 16 series now. And new 16s will come with flyme 8.So Only new model phones will get android updates not older ones.
Hello Adam,
I have installed this version and I have several issues, hope you can help me:
1. I can't install apps from Google play store while using cellular connection, only with wi-fi. I granted permission to use the data to the play store.
2. All of my purchased apps from Google are not recognized by the app and state that I have to buy the premium version.
3. My contacts in the Google account can't be synced (other info of google is synced)
When I installed this ROM I cleared the data
Thanks
the boss fan said:
Hello Adam,
I have installed this version and I have several issues, hope you can help me:
1. I can't install apps from Google play store while using cellular connection, only with wi-fi. I granted permission to use the data to the play store.
2. All of my purchased apps from Google are not recognized by the app and state that I have to buy the premium version.
3. My contacts in the Google account can't be synced (other info of google is synced)
When I installed this ROM I cleared the data
Thanks
Click to expand...
Click to collapse
After installation of google services via google installer,you need to allow all permissions of google apps names starting google in settings.Only open playstore after it.Uninstall services and do install again.Hope you got what i said.
Hi Adam!
I'm confused a bit about which ROM should I use. Currently I'm on stock 7.0.1.0G.
If I'm willing to upgrade which one should I use. There are quite a few options such as: 7.2.0.0A, 7.8.7.16G, 7.8.7.24A or even 7.8.8.9A.
I can't find a out whats are the differences. For sure all of them are Nougat based. but then...
Could you please guide me which one to pick?!
Thanks!
I need the original build.prop of the rom Flyme 7.2.0.0A Stable Final. I made many changes without a proper backup. If anyone can send me a copy, thank you.
wyvern123 said:
Hi Adam!
I'm confused a bit about which ROM should I use. Currently I'm on stock 7.0.1.0G.
If I'm willing to upgrade which one should I use. There are quite a few options such as: 7.2.0.0A, 7.8.7.16G, 7.8.7.24A or even 7.8.8.9A.
I can't find a out whats are the differences. For sure all of them are Nougat based. but then...
Could you please guide me which one to pick?!
Thanks!
Click to expand...
Click to collapse
Choose latest 7.2.0.0 A if your concern is about getting more stability and security patches.
Choose latest beta A if you want slight more battery backup.
geovagomes said:
I need the original build.prop of the rom Flyme 7.2.0.0A Stable Final. I made many changes without a proper backup. If anyone can send me a copy, thank you.
Click to expand...
Click to collapse
Personal message me.
adarshm4you said:
Choose latest 7.2.0.0 A if your concern is about getting more stability and security patches.
Choose latest beta A if you want slight more battery backup.
Click to expand...
Click to collapse
I have some issue with 7.2.0.0A. I already installed it. But when I try to login into flyme account I get a message that I'm still loged in with another account and I have to logout with that first. I bought my Phone 2nd hand and the seller told me he removed this phone from his account.
The interesting thing that if I use the 7.0.1.0G than I can login with my own without any problem.
I'm still negotiating with the seller how could és solve this.
Do you have any idea how could I overcome this issue if I can't manage IT with the seller?
Thanks!
wyvern123 said:
I have some issue with 7.2.0.0A. I already installed it. But when I try to login into flyme account I get a message that I'm still loged in with another account and I have to logout with that first. I bought my Phone 2nd hand and the seller told me he removed this phone from his account.
The interesting thing that if I use the 7.0.1.0G than I can login with my own without any problem.
I'm still negotiating with the seller how could és solve this.
Do you have any idea how could I overcome this issue if I can't manage IT with the seller?
Thanks!
Click to expand...
Click to collapse
Login on flyme account using computer and change the password there. Once password changed you have to login everywhere again since all active sessions gone out.
Is there any way to install a altered ROM on this phone? If I add or delete anything from the official ROM then it states it is corrupt.
Or is it possible to install TWRP on it? I think with that maybe its possible to install some tweaked ROM.
Thanks
wyvern123 said:
Is there any way to install a altered ROM on this phone? If I add or delete anything from the official ROM then it states it is corrupt.
Or is it possible to install TWRP on it? I think with that maybe its possible to install some tweaked ROM.
Thanks
Click to expand...
Click to collapse
apparently there is no custom rom, twrp, xposed. what I recommend is to enable root and delete apps and system folders. I did and I gained more ram and less use of the processor in the background. and longer battery life
Using Google Translate
wyvern123 said:
Is there any way to install a altered ROM on this phone? If I add or delete anything from the official ROM then it states it is corrupt.
Or is it possible to install TWRP on it? I think with that maybe its possible to install some tweaked ROM.
Thanks
Click to expand...
Click to collapse
Never.It's not possible.Meizu will not allow us to unlock bootloader.

Flyme 8.9.9.4 Daily [Chinese][ROM][1]

Released date: Sep 4 2019
Attention: Please be careful and backup your data before doing this operation.
Get It From Here
https://download.meizu.com/Firmware...4/cn_daily/20190828023528/7219c6af/update.zip
Do Not Forget To Press Thanks If You Like It
Regards
Additional links from community:
https://drive.google.com/file/d/1-03HpbIqFVgQGRy3RgkcnWLMx1FId-Vt/view?usp=sharing
is that good for daily use? what are the major changes? cant wait to update mine ♥
jeffnai said:
is that good for daily use? what are the major changes? cant wait to update mine ♥
Click to expand...
Click to collapse
A problem improvement, the system solves the problem of power consumption abnormality in some scenes. Solving the problem of APN interface flashback. Solving the problem of blocking the infrared sensor, the screen will appear to solve the problem. Abnormal problem of frosted glass brightness Repair Flyme system service status bar icon shows too large a phenomenon to solve the problem of using the floating ball can not switch multitasking Problem Solving notes and calendar part button icon display abnormal problem Solving part of the model installation application will prompt "analysis software The problem occurs when the package occurs. The problem is solved. The problem of the lock screen interface flashing the lock screen pictorial update is described. The internal test system may have abnormal functions, unstable operation, etc., so as to prevent accidents, please make a data backup. And store the backup data to a computer or other device. The internal test system is updated irregularly according to the test conditions. In order to ensure that the device that is included in the internal test is obtained in time, the latest version will be obtained. If the manual update is not performed in time, the system will automatically update at the appropriate time at night. The update log varies depending on the model, system version or network operator. The differences, the functions and optimizations should be based on the actual performance. * If there is a need to explain the update dynamics will be posted in the bulletin board of the system update app. If an abnormal problem is found in the internal testing process, please promptly feedback through the user help app. * Internal users should perform confidentiality obligations, and it is strictly forbidden to include privately transmitted update files and disseminate system updates, and once found, will permanently cancel the internal test qualification.
jeffnai said:
is that good for daily use? what are the major changes? cant wait to update mine ♥
Click to expand...
Click to collapse
See major changes in abow notes. For daily use, it's not recommended. Since it is a daily version, you have to update it daily and if you are not registered before some internal version letters will be on screen.Wait for beta. If you wait a bit more, stable will be released.:fingers-crossed:
...
Torontus said:
Hey guys. Latest firmwares for our beloved Pro 6 Plus. Get in here https://t.me/s/FlymeFirmwares
Chinese version only!
Click to expand...
Click to collapse
You are not allowed to share this link here. Remove it please. Otherwise it's against xda rules.
adarshm4you said:
You are not allowed to share this link here. Remove it please. Otherwise it's against xda rules.
Click to expand...
Click to collapse
Lets rephrase. I have permission if it complies with XDA rules. Its ok, already deleted.

Categories

Resources