Performance Monitor - Android Auto General

FIrst off i am by no means a coder or any good with anything above basic trial and error coding. i work construction and dabble for fun. Here is a fork of Jilleb/Marc-Oros i manipulated. I am just here to share my version with the clocks/gauges working in Fahrenheit and mph. I am not sure if you would need root and edit the apk name with appmanager to disguise it from play services. i did uninstall it from my phone and build an apk from studio and installed that version and it still appears in android auto launcher. If it doesn't work ill try my best to help getting it to show. you will need an obd bluetooth scanner and torque pro for this to work as well. i cant figure out how to get the old exlap way to work with vw.
EDIT: also there is probably plenty of bugs that need to be worked out but I just got it working enough for my use. On that note, I most likely won't post any "new" versions for this. Do what I did, have fun with it and try learning Android studio if you want to tweak it for your use .
all credit is due to Jilleb -- https://github.com/jilleb/mqb-pm & Marc-Oros https://github.com/Marc-Oros/mqb-pm/tree/debloat

Everything is 32 F?

italodance said:
Everything is 32 F?
Click to expand...
Click to collapse
That's cold. Definately put the heater on.

italodance said:
Everything is 32 F?
Click to expand...
Click to collapse
No the way I could figure out how to get fahrenheit to work was "code" + 32. So it started at 32 then calculates once Connected to torque pro

Related

Updated [Dev][App] NoLitez 1.0.28 Dec 17 2008

UPDATE: Dec 17, 2008
older versions are no longer available here, the latest version is in the market under the developer name "snctln"
let me know if you have any problems with it
mpenguin14 said:
so I decided not to abandon development, competition is a good thing, right? and I am going to update the first post with a new build... in this new build there are a lot of improvements
- all 50 levels from the classic lights out, before it only had the first 5
- after level 50 new levels are randomly generated... I believe there are more than 8000 solvable
- added a hint engine... press the menu key and select the "Show Hints" and you will see a small red dot on the keys that you need to press in order to complete the puzzle, updates in real time, you can turn off this feature if you want by going back to the menu and selecting "Hide Hints"
- the state of the application is saved across instances... this way you can continue a game even if you restart your phone
any feedback would be greatly appreciated.
My main question is this: Does this app feel the like it is the sae quality as other apps on the Market? Or does it seem cheap and too simple?
Click to expand...
Click to collapse
(mods: if this is not the correct forum to post development of an android app please feel free to move the post or tell me where to move it to)
So I put up a thread a week or 2 ago requesting android app ideas and at first it seemed that games were in demand, so I started working on a simple game...
NoLitez is a simple game that take inspiration from the old simple handheld video game "Lights Out", (wikipedia link)
basically the idea of the game is that all spaces in the gird can either be turned on or off... the goal is to get all of the lights off. When you touch a light, you toggle the state of that light and the 4 lights immediately north, south, east and west of the light
I ran the apk using the latest android for titan build and it worked as I would expect.
So now I am curious if any G1 owners want to be a beta tester for me and tell me if this apk even works for them, and if so what they think of the game.
I only have very basic features implemented, and only the first 5 levels...
This would count as my first android application so please go easy on the criticism, but I am open to hearing all things good and bad
thanks for any feedback
i tried it out, good game. No crashes or hangs, works as described
neerhaj said:
i tried it out, good game. No crashes or hangs, works as described
Click to expand...
Click to collapse
cool, thanks for the feedback
Nice. Clean interface and classic gameplay. I remember when they advertised these things on television in the '90s.
On a side note, how's Android running on TyTN? There's not a week goes by that there isn't a new device Android is running on, but it seems that most of the devices still need some spit polish.
jashsu said:
Nice. Clean interface and classic gameplay. I remember when they advertised these things on television in the '90s.
On a side note, how's Android running on TyTN? There's not a week goes by that there isn't a new device Android is running on, but it seems that most of the devices still need some spit polish.
Click to expand...
Click to collapse
well I have a Titan rather than a TyTN (PPC6800, CDMA device, aka Sprint Mogul vs P4500 GSM aka AT&T 8525 here in the states) [but they do seem to be named the same]... and I have to say that android doesn't run too well on it, I have been able to get android up and running on it since July thanks to dzo's vogue releases but even with the latest editions the touchscreen doesn't work quite right and the button mappings aren't very intuitive to me... maybe I just need to give it more than 5 minutes, but my plan is to buy a Android Dev 1 or some unannounced 2009 android phone so I shouldn't have to rely on testing on an unsupported QVGA device... but I just got laid off last Friday, so it could be a while until I have a proper android device to develop with
Works like a charm, no bugs at all and a pretty fun game! Do you mind if i throw it in my g1 files in my sig?
stats555 said:
Works like a charm, no bugs at all and a pretty fun game! Do you mind if i throw it in my g1 files in my sig?
Click to expand...
Click to collapse
I am glad that you are enjoying it, it is not a problem to put the apk up in your directory, I have a few more things that I want to do before I make a proper release in the android market, but I have a few questions and I am not sure if this is the proper place to ask them
1.) Does this application behave as you would expect it to as far as saving and restoring its state? Like if you get a phone call or have to leave the app for some reason when you restore the app does it save the lights on/lights off state? Does it at least behave as you would expect it to when compared to other G1 apps?
2.) I am not fully sure if this application would be allowed in the market because Tiger electronics has the "Lights Out" game patented... does anyone know if any other game "clones" exist on the market like say a tetris clone?
thanks again for the feedback
There's an app on the Market called 'Lights Out" already...? Seems to be the same game? Not sure who developed it though.
(http://code.google.com/p/lights-out-android)
punkweakling said:
There's an app on the Market called 'Lights Out" already...? Seems to be the same game? Not sure who developed it though.
(http://code.google.com/p/lights-out-android)
Click to expand...
Click to collapse
wow... you are correct, this exact same game already exists for android and I had no idea. Looks like I am going to abandon development unless someone thinks it is good to have diversity in the market, since I don't have a G1 there really is no way for me to test to see the differences that may exist...
I enjoyed putting this together, but I wish there was some way to browse the titles available on the market other than directly from a G1, that way I would have known to work on something different. (and after a quick search my second game that I was planning on making "4NARow" (a connect 4 clone) is already on the market too...
maybe if I pay the $25 and register as an android developer I can see the different apps available in the market?
so I decided not to abandon development, competition is a good thing, right? and I am going to update the first post with a new build... in this new build there are a lot of improvements
- all 50 levels from the classic lights out, before it only had the first 5
- after level 50 new levels are randomly generated... I believe there are more than 8000 solvable
- added a hint engine... press the menu key and select the "Show Hints" and you will see a small red dot on the keys that you need to press in order to complete the puzzle, updates in real time, you can turn off this feature if you want by going back to the menu and selecting "Hide Hints"
- the state of the application is saved across instances... this way you can continue a game even if you restart your phone
any feedback would be greatly appreciated.
My main question is this: Does this app feel the like it is the sae quality as other apps on the Market? Or does it seem cheap and too simple?
posted version 1.0.28 in the market, developer name "snctln", let me know if you have problems getting it or using it.
any other feedback is appreciated
Of course I have problems. One big fat problem - I cannot run it.
Well... I'm using Android on my Titan. So..... I cannot even download and install it...
Magister2k7 said:
Of course I have problems. One big fat problem - I cannot run it.
Well... I'm using Android on my Titan. So..... I cannot even download and install it...
Click to expand...
Click to collapse
Magister, I am using your titan build of android, so I will go over to that thread and post the apk package for this (NoLitez) and my latest game (PingPong), if anyone else wants these apks go to the Titan Linux wip thread in the Titan Forum for the download
mpenguin14 said:
Magister, I am using your titan build of android, so I will go over to that thread and post the apk package for this (NoLitez) and my latest game (PingPong), if anyone else wants these apks go to the Titan Linux wip thread in the Titan Forum for the download
Click to expand...
Click to collapse
Ok, Thanks!

Adding G-Tablet to devices on the new Market site.

OK, I'm frustrated.
I have been trying to add my gtab to my devices on the new Market site, and have so far been unable to do so. Actually, that is not exactly true. I can get it to show up partially.
I have a Droid phone, and I see the phone when I go to my Market Account, Settings, My Devices. I enter the new nickname for my tablet.. [tablet, gtablet, Viewsonic G-Tablet, Malata ... all tried separately], I check the "show in menus" option. Press the Update button on the right. And nothing happens. The Maker, Model, Carrier columns for the tablet are empty, with only a hyphen. I cannot enter information directly into these columns, and whenever I try to download something, only the phone shows up. When I click on the little black triangle to expand the devices, I DO see the GTablet there. But it is grayed out with a question mark beside it. It says it is not compatible with this device. Every single app is not compatible with my tablet?
What am I missing?
Full Market fix
You need to change the build.prop file. Use steps 1-5 here:
http://forum.xda-developers.com/showthread.php?t=861044
Ya funny thing is, I think mine showed up (and someone will correct me I bet) as VS GTablet Advent Vegan 5.1.
Something like that but I thought oh they even know I am running the VEGAn ROM. Interesting indeed.
i'm runing vega5.1 and i had to do nothing... he just appeared..
but yesterday i had to do the market fix again and it disappeared.. LOL
weird
tysonkam said:
You need to change the build.prop file. Use steps 1-5 here:
http://forum.xda-developers.com/showthread.php?t=861044
Click to expand...
Click to collapse
my build.prop is correct and does not appear on market...
like i said before, it appeared then after fixing market again it does not
Same. I had to do the market fix again, and then my device disappeared. It was showing the TNT-Lite version beforehand, but now - nada.
tedlogan42 said:
Same. I had to do the market fix again, and then my device disappeared. It was showing the TNT-Lite version beforehand, but now - nada.
Click to expand...
Click to collapse
I had the EXACT same thing happen to me. It was there as a malata gtab running tnt lite, and I had to do market fix again. Now its like it was never there. Is there anyone we can talk to at google about this? Like a customer support type?
Sent from my GTablet-TnT-Lite using Tapatalk
Maybe it is just the simple fact that this tablet is not supposed to be on the market at all. So calling Google to ask why your tablet with the hacked market doesn't work probably won't get you very far.
What is the big deal with this web market anyway? I have no problem using the market app on the tablet.
Agree
Sprdtyf350 said:
Maybe it is just the simple fact that this tablet is not supposed to be on the market at all. So calling Google to ask why your tablet with the hacked market doesn't work probably won't get you very far.
What is the big deal with this web market anyway? I have no problem using the market app on the tablet.
Click to expand...
Click to collapse
+1 I just use the market on the tablet.... My device(for now) is showing in web market.
My G-Tab running Vegan 5.1 is working in the new market with no changes or modifications except editing the nickname. I installed an app to it via the new market already. Since I have a Droid also, I kinda like the ability to install on either or both devices. YMMV, apparently...
Nvidia VEGAn-TAB-v1.0.0B5.1
My tablet showed up under the web-based market as: "Nvidia VEGAn-TAB-v1.0.0B5.1 ". I added a nickname and downloaded some applications. Since I wasn't connected to the internet at the time it was held in abeyance. Once I got a wifi connection, boom down they came. So I can now peruse the market at work or as I monitor these forums, find an application, purchase it (or not) while I am still thinking about it and have it update the tablet the next time it connects. Not bad functionality for someone like me whose work environment is wifi restricted.
I still have one issue I would like to see Google fix. I purchased a application under one gmail account but after reflashing from tnt-lite to Vegan Tab I put my other account on the device first. Now I can't update that application without some tricky effort. Not sure I want to go through that effort or pay the $5 again
While that was me being stupid, I proposed to Google that I could envision the case where I might want to purchase an application with my work credit card and put that on their tablet and also purchase an application with my personal credit card. Their current schema doesn't allow for that. I can see where with telephones it might be a little more personal but tablets may start becoming shared devices say within a family.
What they seem to have for that situation is the ability to use more than one CC with the account. In that case you could use your work CC for some and personal for others.
Not a help for your situation, but it does address the situation you proposed.
Sprdtyf350 said:
Maybe it is just the simple fact that this tablet is not supposed to be on the market at all. So calling Google to ask why your tablet with the hacked market doesn't work probably won't get you very far.
What is the big deal with this web market anyway? I have no problem using the market app on the tablet.
Click to expand...
Click to collapse
The point was that there is no reason for Google to not support the g tab with ANY Rom. They support the galaxy tab, the. Streak too. Why is it ok for those devices? Is it because they are tied to a service and not just WiFi?
Sent from my HTC Liberty using XDA App
Frrrrrrunkis said:
The point was that there is no reason for Google to not support the g tab with ANY Rom. They support the galaxy tab, the. Streak too. Why is it ok for those devices? Is it because they are tied to a service and not just WiFi?
Sent from my HTC Liberty using XDA App
Click to expand...
Click to collapse
Google has prerequisites that must be met for a device to have official and supported Market. GPS and cellular radio are on that list if I'm not mistaken.
Sent from my Viewsonic G Tablet running TnT Lite 4.2.1 w/ Clemsyn's Kernel using Tapatalk Pro
anjenaire said:
My tablet showed up under the web-based market as: "Nvidia VEGAn-TAB-v1.0.0B5.1 ". I added a nickname and downloaded some applications.
Click to expand...
Click to collapse
I'm getting the same showing up in my market access, but where we differ, is I have yet to have an application actually download to my tablet. I've gone through 5-6 different apps that did show the G-Tablet as a compatible device, and these were not installed on my tablet before going to the web market...
The big difference now is I am seeing lots more apps using the legacy Market app on the tablet.
I figured the first week or so would be pounding the web market, and things seem to be settling down, if just a small bit.
Frrrrrrunkis said:
The point was that there is no reason for Google to not support the g tab with ANY Rom. They support the galaxy tab, the. Streak too. Why is it ok for those devices? Is it because they are tied to a service and not just WiFi?
Sent from my HTC Liberty using XDA App
Click to expand...
Click to collapse
I think that they are not trying to give us a hard time as much as they are just trying to have some sort of way to keep things manageable. I mean, they set certain guidelines that devices need to follow to get market access so hopefully most of the apps will work. GPS, and cell type data connection are a couple requirements. Why? I don't know. Guess they had to start somewhere.
I think it is also done so developers can build apps that hopefully work for the types of devices that do qualify. Imagine how hard it would be to make apps that worked on every variation of Android out there. How often do we have issues with apps that don't work on one rom, but work on a different rom.
Maybe it was just to try and keep the market from being like the wild wild west...
Apple has it pretty easy. There are only a couple of hardware platforms they need to worry about. How about Android? There are probably a 1000 different hardware variants out there.
I really won't be surprised if they come up with a way to keep all non qualified devices off the market. Not that big of a deal really if they do though.
So far my tablet is showing on the new market and allows me to download apps to it. I'm running vegan tab 5.1 if that helps anyone...
Sprdtyf350 said:
I think that they are not trying to give us a hard time as much as they are just trying to have some sort of way to keep things manageable. I mean, they set certain guidelines that devices need to follow to get market access so hopefully most of the apps will work. GPS, and cell type data connection are a couple requirements. Why? I don't know. Guess they had to start somewhere.
I think it is also done so developers can build apps that hopefully work for the types of devices that do qualify. Imagine how hard it would be to make apps that worked on every variation of Android out there. How often do we have issues with apps that don't work on one rom, but work on a different rom.
Maybe it was just to try and keep the market from being like the wild wild west...
Apple has it pretty easy. There are only a couple of hardware platforms they need to worry about. How about Android? There are probably a 1000 different hardware variants out there.
I really won't be surprised if they come up with a way to keep all non qualified devices off the market. Not that big of a deal really if they do though.
Click to expand...
Click to collapse
You are probably right, i tend to lean towards everything being based on how these companies can make the most money. Like if what i said is true, maybe then google gets a bigger kick back from the carriers, or phone manufacterers. Its ATT 's fault really, lmao, since everything they do is based on getting more money from me as a subscriber. it seems loke they try to make evry feature, an extra charge, without lowering the standard monthly fees. (i know i am most likely wrong, it just seems this way to me). I am not askin for free stuff, it just seems like they keep the services i want out of my pockets' reach.
Sent from my GTablet-TnT-Lite using Tapatalk
Web market woes
I can confirm web market was working running TNT Lite... stopped working after redoing market fix. Web market working again... after flashing Vegan and wiping data.
For the people with working web based market: did you change your android id? if you did, did you change it to a different devices id or did you use one from an emulator?

AutoCAD WS for Android coming 4/20/2011

According to AutoDesk, they will be releasing a version of AutoCAD WS for Android on Wednesday.
we are delighted to announce that this free app which has already been downloaded more than one million times will be available to download from the Android Market next Wednesday, April 20, 2011.
Click to expand...
Click to collapse
The AutoCAD WS mobile app will work on all phones and tablets running Android version 2.1 and higher.
Click to expand...
Click to collapse
AutoCAD WS for Android will include all the features already included in the successful iPad/iPhone app. There is a comprehensive set of tools for editing and markups and a Timeline for managing all previous versions of your design.
Click to expand...
Click to collapse
I'm curious to try it. I can't see any reason why it wouldn't be compatible with the G Tablet, but then again I'm no expert. I think it is supposed to work with DropBox for swapping drawings back and forth, not sure what else will work with it.
Anyone else following this?
AutoDesk's page on the app.
Their blog post with teaser video.
Well this is just GREAT. The app won't install to the g-tablet !!
I installed it just fine on my phone. If I could find it, I'd try to copy it over to the g-tab... but I can't locate it on the phone, it doesn't show up in apps. Wonder where it could be ??
I will have to dig around and see if I can find it. Crappity.
I did take a page out of Roebeet's book ... I have tweeted AutCAD WS and asked if there is an alternate place to download the application. Hopefully I'll get results as good as he did!
Solved
Solved - in case anyone cares to know.
Here's how I went around the back way to install:
1. Install AutoCAD WS to an Android phone.
2. Use Titanium Backup to backup the application to the sdcard.
3. Connect phone to PC as a USB drive; copy three files to PC. The are a Properties file, a zipped .tar file and a zipped .apk file.
4. Unzip the two zipped files on the PC.
5. Connect the G-Tablet to the PC as a USB drive. Copy the properties file, the .tar file and the .apk files to /system/apps. Note that the latter two must be unzipped.
6. Use a file explorer to install AutoCAD WS on the G Tablet.
I tested it by opening the sample drawings and it was fine. It also recognizes drawings sent as email attachments and will open those.
NinetyWt said:
Well this is just GREAT. The app won't install to the g-tablet !!
Click to expand...
Click to collapse
Just downloaded/installed fine from market.
Open/view 3 sample drawings without issue.
BTW, running VeganV1B511 + Pershoot OC kernel.
rickyt63 said:
Just downloaded/installed fine from market.
Open/view 3 sample drawings without issue.
BTW, running VeganV1B511 + Pershoot OC kernel.
Click to expand...
Click to collapse
Ditto for me. Friend of mine tried it on his Gtab, same ROM, it installed it to his phone (from the web market), even though he selected his tab.
Anyone else notice that "pinch to zoom" only works with your fingers horizontal, not vertical? Happens in most apps for me, including this.
I don't see the appeal of having a CAD application on a touch device like this. For viewing, sure, but for content creation it seems much more painful than a traditional CAD setup.
rickyt63 said:
Just downloaded/installed fine from market.
Open/view 3 sample drawings without issue.
BTW, running VeganV1B511 + Pershoot OC kernel.
Click to expand...
Click to collapse
I'm un-rooted and running the stock ROM, that's why.
LinuxOnNook said:
I don't see the appeal of having a CAD application on a touch device like this. For viewing, sure, but for content creation it seems much more painful than a traditional CAD setup.
Click to expand...
Click to collapse
Sure. It will be for viewing only, or perhaps to make notes in a drawing during a meeting. My intent in purchasing the tablet was to increase my workspace mobility; this will be very handy in meetings.
NinetyWt said:
Sure. It will be for viewing only, or perhaps to make notes in a drawing during a meeting. My intent in purchasing the tablet was to increase my workspace mobility; this will be very handy in meetings.
Click to expand...
Click to collapse
Bingo! Now I just need to convince my employer to let me bring my tablet into work (stupid security at defense contractors)
keep in mind, there are people who do autocad in the "field" .. For instance at my previous job, the field surveyors would create dxf's in real time with their data collectors. Being able to look at the file before leaving the site would help for those 5 shots they forgot to shoot.. Not to mention they could email the point file and dxf and proceed to the next job without visiting the office again..
I think those data collectors are meant to connect to PC's; not sure if they would connect to the G-Tab. It would be awesome if they did.
NinetyWt said:
According to AutoDesk, they will be releasing a version of AutoCAD WS for Android on Wednesday.
I'm curious to try it. I can't see any reason why it wouldn't be compatible with the G Tablet, but then again I'm no expert. I think it is supposed to work with DropBox for swapping drawings back and forth, not sure what else will work with it.
Anyone else following this?
AutoDesk's page on the app.
Their blog post with teaser video.
Click to expand...
Click to collapse
Anybody actually been able to reach that site? I have been getting a "service temporarily unavailable" message since I saw this thread a few days ago.
UPDATE: I found the app in the marketplace at https://market.android.com/details?id=com.autodesk.autocadws&rdid=com.autodesk.autocadws&rdot=1 but of course, not for MY phone.
Can someone host it for sideloading?
NinetyWt said:
I think those data collectors are meant to connect to PC's; not sure if they would connect to the G-Tab. It would be awesome if they did.
Click to expand...
Click to collapse
I can only speak for the units i did IT support for, but they were the industry standard data collectors.
yes, they are designed to connect to pc's via db9 to usb, or bluetooth
however, the data collectors communicated with the total station and gps stations via bluetooth. It's not hard to do a bluetooth file transfer from the data collector to another device..
Hell, i even sent a file from a data collector through a nextel i530 (i believe that's the model #)
you don't know hell until you've operated a $4,000, 206 MHz, Windows CE 3.0, 4.1" 320x240 monochrome resistive screen with a kick butt 32mb of ram when it's 5 degrees outside ... On the plus side, it did have a built in screen heater so that the screen would work down to -22 deg(f) !
This app looks pretty useful as is but it doesn't look like it will allow the creation of new documents on the tablet, only viewing or editing of already created and uploaded ones. Or did I just not find it?
At any rate, even as things stand this will be a huge benefit to me in my quest to make my tablet a bigger value to me while I'm in the field on project start ups.
Now I just need to get off my butt and get started on that field/trip report app...
aaron19953 said:
you don't know hell until you've operated a $4,000, 206 MHz, Windows CE 3.0, 4.1" 320x240 monochrome resistive screen with a kick butt 32mb of ram when it's 5 degrees outside ... On the plus side, it did have a built in screen heater so that the screen would work down to -22 deg(f) !
Click to expand...
Click to collapse
This is why I <3 my surveying buddies, each and every one of them.
nunjabusiness said:
Can someone host it for sideloading?
Click to expand...
Click to collapse
Let's see if this works.
Works wonderfully for me.
goodintentions said:
Works wonderfully for me.
Click to expand...
Click to collapse
sorry for the stupid question - I'm kind of a newb at this:
How do I install it? I tried unzipping to my gtab and renaming the .apk.gz to .apk but that didn't seem to work...

[APP][2.1+][BETA] Touch Pilot - Control your flight sim from your tablet!

Hello fellow sim pilots. I'd like to announce that my brand new company, Touch Pilot, is looking for beta testers for our new tablet app. The app allows you to adjust your throttle, mixture, prop, landing gear, flaps, and more with just a tap. Now you don't have to remember all those keyboard commands. It works with any simulator or game running on a Windows PC. It especially works with FSX. It works by emulating a joystick on your PC, and transmits your inputs over WiFi. You map the controls just like you would on a regular joystick. There's a server component that you run on your PC, and of course the tablet app that runs on an iPad or Android tablet. You can sign up for the beta by visiting the link below. Looking forward to hearing your feedback!
http://gettouchpilot.com
Cheers,
Ben @ TP
here's a new background we're trying out. what do you think?
Interesting project! I'm not a flight sim fan but would be cool to see how models like this would be able to interact with other games.
CaveManDave said:
Interesting project! I'm not a flight sim fan but would be cool to see how models like this would be able to interact with other games.
Click to expand...
Click to collapse
thanks dave! we have more apps coming soon that will work with other types of games, like driving games.
we need more android testers, so we're opening the beta up to all android users. if you have an android tablet, just email me at ben at touchpilot dot net. tell me what tablet you have, which version of windows you use (including 32 vs 64 bit) and what sims you fly. thanks!
Interesting concept indeed!
I would like to see an option to control flightsim through usb connection also (I use wifi only with my laptop) if there isn't too much extra work.
Also, are you going to support just tablets? UI for phones would be great!
Ben74 said:
thanks dave! we have more apps coming soon that will work with other types of games, like driving games.
Click to expand...
Click to collapse
i would like to see one soon
ill try this out tonight
mikpel said:
Interesting concept indeed!
I would like to see an option to control flightsim through usb connection also (I use wifi only with my laptop) if there isn't too much extra work.
Also, are you going to support just tablets? UI for phones would be great!
Click to expand...
Click to collapse
hi. sorry, usb connections are not in our plans. i feel it would be too much work and would cause too many support issues to deal with. all that for a feature that 1% of our users might actually use.
we might create a version for phones. some buttons would have to be removed to make it all fit.
btw, Touch Pilot One is now available on the iTunes AppStore, Google Play, and Amazon!

Huawei Mate 10 Pro Ad Block and other tips and tricks

So here is a short Huawei Mate 10 Pro guide. It might work for other Huawei's as well. If so pls let me know.
How to kill ads on Huawei Mate 10 Pro without Rooting the phone
What does the good people of XDA think is the way to go to kill ads without rooting?
NB: These tips and tricks are not my brain work. It is a collection of problems, issues and solutions to things I've experienced with the Mate 10 Pro, and the solutions are the great work of this forum and various contributors. My only contribution is to try to gather them all here in post one so people don't need to read the whole thread. In particular i would like to thank Pretoriano80 for his contributions in this thread. He made my life easier. Thank you.
-------------------------------------------------------------------------------------------------------------------------------------------------------
Recap:
Remove Ads from browsers:
This solution worked well for removing ads from browsers, so I bought it from playstore to show my support. Thx to Pretoriano80 for resolving most of my ad problems.
This solution also takes care of the in-apps ads!
Pretoriano80 said:
Hi mate, i also hate aggressive ads, so after many trials and errors, i finally found the best (and also free and no Root) solution.
I'm using an app called "Virtual Hosts" which is blocking ADS by creating a local VPN and loading a host file.
The app is open source and you can get the apk for free, downloading it from here - > https://github.com/x-falcon/Virtual-Hosts/releases < - or from Playstore by paying it (both versions are identical).
Once installed, you can downloaded and use the "host" file from here - >
http://adblock.mahakala.is/ <- or use another one of your choice (i got the file from this thread - >
https://forum.xda-developers.com/showthread.php?t=1916098 )
Click to expand...
Click to collapse
Youtube without ads:
A youtube version that is slightly altered to filter out ads. Works on non rooted devices and can be installed alongside the original youtube. Notice the modified MicroG apk on the second quote for using this modified youtube with your google account.
Pretoriano80 said:
Yes, you can try the latest x64 version from here - > https://androidfilehost.com/?w=files&flid=236411 - > it doesn't need root and can be installed alongside YouTube, as a secondary YouTube. [emoji6]
Click to expand...
Click to collapse
Pretoriano80 said:
Yeah, in-app ads are also gone. [emoji16]
BTW, if you want to use your Google account with the modified YT app, then you will also need a modified MicroG apk, which is specifically designed for it.
Click to expand...
Click to collapse
How to root Huawei Mate 10 Pro:
Some of you looking into this thread might wanna have full control over your Mate 10 Pro by rooting. There are various ways but the MAGISK seems really nice, and you can choose which apps shall see root or not. Read more here; https://forum.xda-developers.com/apps/magisk
A short video of Magisk; https://www.youtube.com/watch?v=iFJVoIjKZJw
Pretoriano80 said:
Rooting with Magisk is possible on Mate 10 pro, so you can use banking app or any other app that requires a "stock" device. As long as you pass SafetyNET verification and you hide root from the eyes of those apps, than you can use them with Root.
Click to expand...
Click to collapse
Huawei Mate 10 Pro apps loosing 4G and Wifi connection
When I first started to use the Huawei Mate 10 Pro I noticed that every once on a while an app would not work when I tried to restart the app. Suddenly I got an error saying their was no data connection, meaning no 4G or wifi. It was faulty error because I could use data in other apps. For me typically the problem was related to Spotify and Audible. The only fix I could find right away was a full reboot. It always took care of the problem and apps would work properly. Reboots are not welcome in a busy day. So I've looked around and found that I could manually control the power saving management for each app in >setting>battery>Launch. By taking back the control apps worked flawless once again.
A few weeks ago we had a yet another firmware update. And behold, once again the problem started. Only this time even in manual mode in >Launch the apps would still loose their 4G connection randomly, or even wifi if at home. It seemed like a reboot was the only choice to get things working. Until I by pure luck tried to enable the Ultra Battery Saver from the pull down menu. Enable it, then exiting it somehow resolves any power saving issues. Apps they work fine, they get their data connection, both 4G and wifi. The quick fix takes only seconds to complete, and there is no need to do a full reboot in order to have apps fully working.
I'm using adguard. To avoid some popup that coming from browser. And in the same time, if the apps have ads and i use the app continuesly, I'll purchased it, as im supporting the developer.
joppy said:
So I got a new phone, after years with a LG G3 it finally tanked. Today the replacement came. Huawei Mate 10 Pro.
And what a strange experience it was to fire up the unrooted phone. So much ads. Everywhere. Overwhelming.
I've been on a custom ROM rooted G3 for the past 4 years or so. I forgot about the ads.
The plan was to keep this phone stock, no root. In order to comply with all the crazy folks that try to force us to not use rooted devices. But as many of you have seen too, there are so many services that we use daily that will not work with rooted phones. I've worked around that before and have been happy.
But for now I am not ready to use a custom Rom or to root.
how can I kill ads? Ad guard, DNS66 or maybe block-this?
Maybe I am getting old, have a touch of paranoia or are just not brave anymore. But adding APK from sources I don't know much about feels well not good. There are so many scams and ****ware floating around. I would hate to end up with crapware for trying to get some peaceful surf time without ads. Apps are for the most part OK, because I pay for almost all those apps I use, and by paying I support and avoid ads. But even using a browser to read news I get littered in ads. Man ads really take the fun out of internet. I would easily pay good money as yearly fee to avoid ads. IS there anything out there that will work as a paid app?
What does the good people of XDA think is the way to go to kill ads without rooting?
Click to expand...
Click to collapse
Hi mate, i also hate aggressive ads, so after many trials and errors, i finally found the best (and also free and no Root) solution.
I'm using an app called "Virtual Hosts" which is blocking ADS by creating a local VPN and loading a host file.
The app is open source and you can get the apk for free, downloading it from here - > https://github.com/x-falcon/Virtual-Hosts/releases < - or from Playstore by paying it (both versions are identical).
Once installed, you can downloaded and use the "host" file from here - >
http://adblock.mahakala.is/ <- or use another one of your choice (i got the file from this thread - >
https://forum.xda-developers.com/showthread.php?t=1916098 )
P. S : Let me know how it works for you. Here is working perfectly and with almost no battery drain.
In regards to browsers. I used to use Dolphin browser, which has a good ad blocker, but, ever since Oreo, it crashes when I enable the ad blocker. Anyone have luck using Dolphin? Firefox also has a pretty good ad blocker but I find it slow.
A while back I had to send the much beloved Lg G3 to change screen, and the week it took before it was returned I had a loaner phone, a G5. Phone was not rooted so I added a adblock by DNS can't remember the name of it, but that thing ate battery as well as cpu. One could feel phone starting to bog down while surfing. That being said, I didn't put any time and effort into the loaner phone so I didn't try to tweak anything so the sluggish result could be my mistake also.
As soon as I have made a complete backup I will start trying these, and the virtual host one by one and put a small review here in this thread. I just learned that twrp should now also work for unrooted devices. That makes me very happy as it is familiar to use. Got to check out to see if maybe even Titanium now will work for unrooted phones as well. That would be really sweet.
Forgot how much work it is to get a new phone. Nothing is the same, and every brand UI got their own take on small bits and pieces just so we get our heart rate going
If others have other suggestions for anti-ad apps I will make time to try those as well. Thx you all for your input. Much obliged.
I'm using adclear. Helps a lot.
joppy said:
A while back I had to send the much beloved Lg G3 to change screen, and the week it took before it was returned I had a loaner phone, a G5. Phone was not rooted so I added a adblock by DNS can't remember the name of it, but that thing ate battery as well as cpu. One could feel phone starting to bog down while surfing. That being said, I didn't put any time and effort into the loaner phone so I didn't try to tweak anything so the sluggish result could be my mistake also.
As soon as I have made a complete backup I will start trying these, and the virtual host one by one and put a small review here in this thread. I just learned that twrp should now also work for unrooted devices. That makes me very happy as it is familiar to use. Got to check out to see if maybe even Titanium now will work for unrooted phones as well. That would be really sweet.
Forgot how much work it is to get a new phone. Nothing is the same, and every brand UI got their own take on small bits and pieces just so we get our heart rate going
If others have other suggestions for anti-ad apps I will make time to try those as well. Thx you all for your input. Much obliged.
Click to expand...
Click to collapse
Root was never required for TWRP to work, only unlocked bootloader. Anyway, there's no TWRP available yet for Mate 10 Pro.
Titanium Backup will never work without root cause is the only way it can write on the /data partition.
Oh ok I thought that no-root-needed was a new feature for twrp. I guess as Titanium will not work with un rooted phones neither will any other apps similar to Titanium?
Is there any apps similar to twrp that will work with Huawei Mate 10 Pro?
No matter what I guess I just have to start testing adblockers this weekend. Because I can't take all the ads I struggle with now. Too bad I didn't start out with the new phone by testing, before I sat up the phone they way it is now, with all apps, settings etc. Cos now if I would like a fresh start after testing various adblockers I will need to do the whole process of installing and tweaking all over again unless I find something like twrp for the Mate Pro 10.
Btw the xda app named my device BLA-L29, is that a name that is widely used for the Mate 10 Pro? Never seen this name before.
joppy said:
Oh ok I thought that no-root-needed was a new feature for twrp. I guess as Titanium will not work with un rooted phones neither will any other apps similar to Titanium?
Is there any apps similar to twrp that will work with Huawei Mate 10 Pro?
No matter what I guess I just have to start testing adblockers this weekend. Because I can't take all the ads I struggle with now. Too bad I didn't start out with the new phone by testing, before I sat up the phone they way it is now, with all apps, settings etc. Cos now if I would like a fresh start after testing various adblockers I will need to do the whole process of installing and tweaking all over again unless I find something like twrp for the Mate Pro 10.
Btw the xda app named my device BLA-L29, is that a name that is widely used for the Mate 10 Pro? Never seen this name before.
Click to expand...
Click to collapse
Installing the app i recommended has no risk, you don't need to backup anything. If it works and you like it, then you keep it, if not, just uninstall the app simple as that.
That app is open source, so no bloatware or any hidden stuff, it doesn't use DNS to circumvent ads and doesn't track anything, all it does is pointing Internet traffic to your "host" file, it's nothing like AdGuard and similar apps that also sell your data to third parties.
It only takes 5 minutes to test and decide, without any harm. [emoji6]
@Pretoriano80 thx a lot. That worked great, so great I had to support by buying the app.
Next step is to make youtube clutter free.
joppy said:
@Pretoriano80 thx a lot. That worked great, so great I had to support by buying the app.
Next step is to make youtube clutter free.
Click to expand...
Click to collapse
No problem, i knew it would work perfectly. Battery drain is also low and it doesn't throttle net performance.
I think that for YouTube the only alternative with no root is to use a modified version (look here on XDA if interested).
@Pretoriano80 Not sure I follow you, modified youtube? Search came up blank.
Is that an app/apk to replace the default youtube app? Because when I try to uninstall youtube from phone I get an error msg saying "system app can not be uninstalled". Should I just overwrite?
joppy said:
@Pretoriano80 Not sure I follow you, modified youtube? Search came up blank.
Is that an app/apk to replace the default youtube app? Because when I try to uninstall youtube from phone I get an error msg saying "system app can not be uninstalled". Should I just overwrite?
Click to expand...
Click to collapse
You should be able to deactivate the app and install the modded apk.
Ok, will retry. Seems that iYTBP - injected YouTube Background Playback might be a solution worth trying?
https://forum.xda-developers.com/android/apps-games/app-iytbp-injected-youtube-background-t3560900
If you have tried other ones that works well for you feel free to share and recommend.
joppy said:
Ok, will retry. Seems that iYTBP - injected YouTube Background Playback might be a solution worth trying?
https://forum.xda-developers.com/android/apps-games/app-iytbp-injected-youtube-background-t3560900
If you have tried other ones that works well for you feel free to share and recommend.
Click to expand...
Click to collapse
Yes, you can try the latest x64 version from here - > https://androidfilehost.com/?w=files&flid=236411 - > it doesn't need root and can be installed alongside YouTube, as a secondary YouTube. [emoji6]
joppy said:
Ok, will retry. Seems that iYTBP - injected YouTube Background Playback might be a solution worth trying?
https://forum.xda-developers.com/android/apps-games/app-iytbp-injected-youtube-background-t3560900
If you have tried other ones that works well for you feel free to share and recommend.
Click to expand...
Click to collapse
You Can use newpipe. You Can download it for free on f droid open source market. Works very well
Thx again @Pretoriano80. Now I got a phone that is very usable and responsive and it is still not rooted. I will quote your ad free youtube solution in the first post so others find what they need easily.
Now lets hope all them crazy people out there stops with the root discriminating behavior, so that people in the future damn well self decide to root or not without being locked out from using services, apps or whatever.
joppy said:
Thx again @Pretoriano80. Now I got a phone that is very usable and responsive and it is still not rooted. I will quote your ad free youtube solution in the first post so others find what they need easily.
Now lets hope all them crazy people out there stops with the root discriminating behavior, so that people in the future damn well self decide to root or not without being locked out from using services, apps or whatever.
Click to expand...
Click to collapse
Yeah, in-app ads are also gone. [emoji16]
BTW, if you want to use your Google account with the modified YT app, then you will also need a modified MicroG apk, which is specifically designed for it.
One more thing to get sorted, and that is a backup. I would prefer to find a custom recovery image that works with Huawei Mate 10 Pro, and that will also work well for non-rooted devices.
I have only used twrp myself, but twrp will not work with Mate 10 Pro. I also know about cwm recovery, have not tried it yet but that one will only work for rooted devices. So neither twrp or cwm will work for the BLA-L29/Mate 10 Pro.
Any suggestions?
joppy said:
One more thing to get sorted, and that is a backup. I would prefer to find a custom recovery image that works with Huawei Mate 10 Pro, and that will also work well for non-rooted devices.
I have only used twrp myself, but twrp will not work with Mate 10 Pro. I also know about cwm recovery, have not tried it yet but that one will only work for rooted devices. So neither twrp or cwm will work for the BLA-L29/Mate 10 Pro.
Any suggestions?
Click to expand...
Click to collapse
For backup use Huawei Backup on your phone, or HiSuite on PC... works just fine.

Categories

Resources