[App][2.2+] Short URL Resolver - Android Apps and Games

Short URL Resolver handles the short URLs typically used in social networks: t.co, goo.gl, bit.ly, etc.
Why would you need a (big) web browser to open a Youtube video. Click this link on your Android phone: Video (Then try again after installing this app to see the difference).
Sure, there are other apps that do this, but I think mine has unique features:
Doesn't get in the way: It's small (~200kb). Minimal user interface. Does exactly 1 thing and does it right.
Handles Facebook's external links. Tired of launching the browser to open a m.facebook.com?l.php URL? No more.
Handles Youtube's attribution links. These should be handled by the Youtube app (Google's fault). Short URL Resolver handles them for you, so you get to see the video on the Youtube app. No browser involved.
Handles Tapatalk api click links.
Handles Google.com/url links. They are used in the Play Store descriptions, for example.
Also, it's free, and ad-free. You can make an in-app donation if you feel it's worth it.
It doesn't use any third party service for resolving the URLs. The basic principle is making an HTTP request and determining where it's being redirected.
It's my first public Android App, but I think it's the best of its kind (you can try and prove me wrong X-D)
Download
I'm also attaching the latest version to this post, for those that can't access the Google Play Store.

Just updated to support Tapatalk links... I didn't notice those api click links Tapatalk generates until I was testing this thread

Really awesome! Certainly the best, there isn't any other app that works so ****ing good. It makes easier moving between apps and improve the workflow. Thanks a lot, keep going!

How does this compare to CrappaLinks. I know that this one doesn't require root/xposed...But my question is what benefits/advantage does this offer over CrappaLinks for people who are already rooted and have xposed??

Great work. Thanks for sharing.
BETEO

Walter.White said:
How does this compare to CrappaLinks. I know that this one doesn't require root/xposed...But my question is what benefits/advantage does this offer over CrappaLinks for people who are already rooted and have xposed??
Click to expand...
Click to collapse
Well i think its only advantage is for non rooted users and redirects bit.ly and goo.gl, i personally use crappalinks and doesnt seem to work on those but im not sure since i dont click on alot of links

Walter.White said:
How does this compare to CrappaLinks. I know that this one doesn't require root/xposed...But my question is what benefits/advantage does this offer over CrappaLinks for people who are already rooted and have xposed??
Click to expand...
Click to collapse
I'm the author of CrappaLinks. If you're already using CrappaLinks: you can use it for apps that may not be supported by CrappaLinks, or use it for shortened URLs (as CrappaLinks doesn't unshorten URLs yet.) It's also useful if you come across a shortened/masked link in a document or similar.
CrappaLinks removes masking from *specific* apps that mask your links. This app can be used anywhere for unmasking *and* unshortening.
I personally use it alongside CrappaLinks, for the reasons I've mentioned above.

GermainZ said:
I'm the author of CrappaLinks. If you're already using CrappaLinks: you can use it for apps that may not be supported by CrappaLinks, or use it for shortened URLs (as CrappaLinks doesn't unshorten URLs yet.) It's also useful if you come across a shortened/masked link in a document or similar.
CrappaLinks removes masking from *specific* apps that mask your links. This app can be used anywhere for unmasking *and* unshortening.
I personally use it alongside CrappaLinks, for the reasons I've mentioned above.
Click to expand...
Click to collapse
Gotcha. Do you plan on adding universal link unmasking to CrappaLinks in future? Or just adding support for individual apps? (Support for slickdeals app would be great). The reason why I ask this is because the url shortner service that app uses is blocked by Adblock and because of that I can't open ANY links from that app. Also same with adf(dot)ly links
Regardless I'll be using this alongside CrappaLinks that way most if not all links on my phone will be unmasked regardless of the app. Thanks @op for this.
Edit
Even after installing this app....slickdeals redirect urls don't work.
Edit 2: Here is a sample redirecting link from slickdeals app http://www.jdoqocy.com/click-122526...5267-_-Home%2520Depot%2520Product%2520Catalog

Walter.White said:
The reason why I ask this is because the url shortner service that app uses is blocked by Adblock and because of that I can't open ANY links from that app. Also same with adf(dot)ly links
Click to expand...
Click to collapse
Putting it in very simple terms, the only way to unshorten these URLs is:
"Open" the URL -> See if the "destination" is different
This requires a connection to the host that is shortening the URLs. If you're blocking it (by using Adblock for example,) it's not possible to connect at all, so all unshortening apps will fail as well.
You may be able to white list whatever hosts you want in Adblock. Check their help pages and see for yourself, not sure.
About CrappaLinks requests, please ask in the CrappaLinks thread as to keep this one on topic.

Walter.White said:
Edit
Even after installing this app....slickdeals redirect urls don't work.
Edit 2: Here is a sample redirecting link from slickdeals app http://www.jdoqocy.com/click-122526...5267-_-Home%2520Depot%2520Product%2520Catalog
Click to expand...
Click to collapse
Hi... I'll try to add support for those URLs... Shouldn't take long.
I have a beta testing community on g+ ( sorry it's private and I cannot make it public now). Send me a message and I'll invite you if you want to test early versions.
Julián
Enviado desde mi Nexus 4 mediante Tapatalk

Walter.White said:
Edit 2: Here is a sample redirecting link from slickdeals app http://www.jdoqocy.com/click-122526...5267-_-Home%2520Depot%2520Product%2520Catalog
Click to expand...
Click to collapse
Just installed slickdeals app (https://play.google.com/store/apps/details?id=net.slickdeals.android), but the URLs generated by the app aren't like yours... Example:
http://slickdeals.net/?sdtrk=android&api_key_id=872706&pno=112586&lno=1
You see the destination URL is not visible there (I have to contact their server to get it).... Also, there URL is too generic to add it to the manifest. I.e., I don't want to handle all links to slickdeals.net... just the ones that mask redirection links.
http://slickdeals.net/click?whatever (good, I can match the /click prefix)
http://slickdeals.ne/?whatever (bad, too generic, would catch urls that arent redirections)
Julian.

julianjm said:
Just installed slickdeals app (https://play.google.com/store/apps/details?id=net.slickdeals.android), but the URLs generated by the app aren't like yours... Example:
http://slickdeals.net/?sdtrk=android&api_key_id=872706&pno=112586&lno=1
You see the destination URL is not visible there (I have to contact their server to get it).... Also, there URL is too generic to add it to the manifest. I.e., I don't want to handle all links to slickdeals.net... just the ones that mask redirection links.
http://slickdeals.net/click?whatever (good, I can match the /click prefix)
http://slickdeals.ne/?whatever (bad, too generic, would catch urls that arent redirections)
Julian.
Click to expand...
Click to collapse
Thanks for looking into this for me. I just upgraded the app to the latest version.
And it turns out...It uses 2 redirects.
First when you click on a link from the app.. It uses this http://slickdeals.net/?sdtrk=android&api_key_id=1779234&pno=112588&lno=1 just like what you mentioned above.
And then that above link redirects like this... http://www.jdoqocy.com/click-122526...20Product%2520Catalog&quantity=1&str_nbr=2659
As you can see clicking on both of the above links redirects you to the same page...But the second redirection "www.jdoqocy.com" happens really fast..so that's why its hard to see. I hope this helps.
Basically whenever I click a link from the app... the first redirection "slickdeals.net/?..." to "www.jdoqocy.com" happens automatically but the second redirection doesn't happen because of the Adblock. I tried adding "jdoqocy.com" to Whitelist on Adblock but that messes up app itself.
Looks like www.jdoqocy.com is owned by Commission Junction, so I guess its pay per click or something.
P.S. Fuerteventura looks like an awesome island. I hope to check it out someday.

Could you add a small feature to Just remove the adf(dot)ly part from urls? Some forums use ONLY adf urls, and it's annoying, they're in the format adf(dot)ly/ActualURL Thanks!

ykumar00 said:
Could you add a small feature to Just remove the adf(dot)ly part from urls? Skew forums use ONLY adf urls, and it's annoying, they're in the format adf(dot)ly/ActualURL Thanks!
Click to expand...
Click to collapse
Can you provide some sample URLs? I just tried to shorten a url with their service, and I don't see the original URL anywhere
http://*******/IFOc0 <= this will get you to www.google.es after the spam.
UPDATE: It seems that site is forbiden here. Anyway, you can see that the URL path is just IF0c0...
Julian.

Realy nice app thanks so much
Is it posdible to ebay link so that they get open in ebay instead of browser ?
Thanks
Sent from my SCH-I545 using Tapatalk 4

julianjm said:
Can you provide some sample URLs? I just tried to shorten a url with their service, and I don't see the original URL anywhere
http://*******/IFOc0 <= this will get you to www.google.es after the spam.
UPDATE: It seems that site is forbiden here. Anyway, you can see that the URL path is just IF0c0...
Julian.
Click to expand...
Click to collapse
The shortened urls have no relation to the actual url whatsoever, but some forums use scripts to convert all links to this format:
Examples:
http://*******/1474226/http://lukemovement.wordpress.com
http://*******/1474226/http://newsplus.co/features/
The destination url is in the Long url itself.
The asterisks are adf (dot) ly, as this these links cannot be posted on xda.
For the shortened url however, this service can be used to bypass the Ad, maybe it will be useful: de-ads.net
you can paste links on this page to go directly to the destination page....
Thanks a lot for considering this man!

Netuser said:
Realy nice app thanks so much
Is it posdible to ebay link so that they get open in ebay instead of browser ?
Thanks
Click to expand...
Click to collapse
That's something up to the Ebay app developers. Currently their app is registered to handle only these urls patterns, according to the AndroidManifest.xml file:
http://pages.ebay.com/android/item/view/
http://pages.ebay.com/android/item/query/
http://www.ebay.com/motors/garage/pub/vehicle/
http://www.ebay.com/mtr/garage/pub/vehicle/
Unless the URL is in that format, the ebay app won't do anything to open it.
Julian.

I'm about to release next version. If anyone wants to beta test, here is the beta apk:
https://dl.dropboxusercontent.com/u/7646923/Android/ShortURLResolver_1016Beta2.apk
New in 1.0.16:
Add Arabic Language, thanks to Sulaiman Alhotan.
New services: v.ht, slickdeals.net, jdogocy.com, v0v.in
Partial support for adf(dot)ly. Only urls not obfuscated.
You can copy the resolved URL by clicking on it.
Thanks!

julianjm said:
I'm about to release next version. If anyone wants to beta test, here is the beta apk:
https://dl.dropboxusercontent.com/u/7646923/Android/ShortURLResolver_1016Beta2.apk
New in 1.0.16:
Add Arabic Language, thanks to Sulaiman Alhotan.
New services: v.ht, slickdeals.net, jdogocy.com, v0v.in
Partial support for adf(dot)ly. Only urls not obfuscated.
You can copy the resolved URL by clicking on it.
Thanks!
Click to expand...
Click to collapse
Adf non shortened links working perfectly, thanks a lot!

Feedly URLs
Hi,
Excellent app!
Just so you know: Feedly shortens URLs under some circumstances.
It gives a you URL like this:
feedly (dot) com/e/lTWp53yG (I'm new so no URLs for me!)
which redirects to some random Techdirt article.
Would it be possible to add support for those too?
Feedly also uses those shortened URLs when sharing articles. I have no idea how Android's sharing infrastructure works, but it'd be nice to be able to "share" them with your app so they could get de-crappified. (Yeah, this would add some steps to the sharing process, but I'd rather go through a few more steps than share obfuscated URLs.)

Related

25 Android apps review sites

Hi. Of course, the greatest number of application installs is brought by market.android.com, but its structure doesn’t let new applications get into the top. It’s like a circle: the more installs come to market.android.com, the higher the position of the application in the top is and the more installs appear on market.android.com again. And vice versa – if there are few installs, your application is not in the top, therefore no more installs appear.
It turns out that at first you have to make an effort to push your app to the top of market.android.com. But where can you get these first application installs? There are sites with the reviews of android-apps in the network: large and small, free and commercial. As I noticed they give a good start to the applications which get into the top of new applications of market.android.com afterwards. Here is the list of sites that I’ve found:
Mod edit... Links Removed as several are Warez
I apologize for the unsorted list – I still have no idea how to arrange it.
Please share some more sites where you can place your own android-application.
Nice list..some are new to me..most are not, but great compilation..
Thanks.
Sent from my GT-I9100 using XDA App
Wow, thanks! That's what I've been searching for.
True, the Market got it wrong somehow.
Nice. thx!
----------------------
Sent from my SGS2
Thank you for the list. I know this is an old post, but wouldn't it be a good idea to merge all the posts with sites where we can submit our apps to so there would be a long list (maybe stickie)?
I went in and gathered the list of sites that were posted here and on other sources with android sites(in total 96 sites), which should be helpful to contact for those that want to promote their apps. The doc is available here: docs.google.com/spreadsheet/ccc?key=0AmgWd2EGIn1LdDhWalp3c0RWNE1taWlycVdKbERjR0E&usp=sharing
A new review site
A young app review is AppDorado.com
You are guaranteed to get a review there, if you write a review of another app yourself.
CollagicsLabs said:
Nice, i get a review also on... Moderator edit
Click to expand...
Click to collapse
But unfortunately this is a warez site.....
Yes, that's a warez site, a mod should remove that post. Though as a strategy if you have a free app maybe it's a thing to contact the warez sites, they might get some traffic.
Thread closed... Links Removed...

[APP][4.0+][BETA] SMSCutter

SMSCutter is an application to delete SMS which match configured rules. Messages can be filtered by text, sender and data.
Application is a BETA version, to test it you can check the XDA G+ community.
plus.google.com/u/0/communities/100406373096097711894
Google Play testing link: play.google.com/apps/testing/it.ggiovanni88.smscutter
My main concern is the sms reading and deleting: I have read several posts advicing not to use the sms content resolver, but it's the only way to accomplish this task, and several applications in the store are already implementing it. On my Nexus 4 is working fine, need to know if on other firmwares it works good as well.
ggiovanni88 said:
SMSCutter is an application to delete SMS which match configured rules. Messages can be filtered by text, sender and data.
Application is a BETA version, to test it you can check the XDA G+ community. I can't post the link yet.
My main concern is the sms reading and deleting: I have read several posts advicing not to use the sms content resolver, but it's the only way to accomplish this task, and several applications in the store are already implementing it. On my Nexus 4 is working fine, need to know if on other firmwares it works good as well.
Click to expand...
Click to collapse
Oh, now I got it. Ok, but without a download link or the G+ community link there won't be much tester.
Exactly an kind of app I've been looking for. Waiting for link
benkxda said:
Oh, now I got it. Ok, but without a download link or the G+ community link there won't be much tester.
Click to expand...
Click to collapse
I know, but I cannot post any link yet as I'm a new user. I have edited the post including the links, it's not a spam so I guess it won't be a problem.
The community is the XDA testing one anyway, I have already sent a request via the form and it was accepted.
ggiovanni88 said:
I know, but I cannot post any link yet as I'm a new user. I have edited the post including the links, it's not a spam so I guess it won't be a problem.
The community is the XDA testing one anyway, I have already sent a request via the form and it was accepted.
Click to expand...
Click to collapse
Oh, that is why... for copy and paste lazy ones, here is the "just click it" link to the Google Play Tester:
https://play.google.com/apps/testing/it.ggiovanni88.smscutter
EDIT:
Added your request to the App Testing Collection.

[APP][4.0+] WebScrapbook released

Today I released new app WebScrapbook. This app helps to quote some part of web site easily.
Main target of this app is Twitter and Tumblr user but I welcome any feedback.
[APK]
ver1.0: View attachment WebScrapbook.apk
[Google Play]
https://play.google.com/store/apps/details?id=su.im.octoberapps.webscrapbook
[Youtube video]
https://www.youtube.com/watch?v=ZmCflEBjNu0
[Explanation]
While you are browsing website, have you ever wanted to quote and post a piece of the web page to Twitter, Tumblr or other apps?
In order to do so, you have to save screen shot to local storage, crop image using some app, make a note of original URL and finally post them together. But we think it is too many steps.
This app simplifies this task a lot.
WebScrapbook trims web page and send the cropped image to other apps like SNS or Email.
When you post contents from other source, it is necessary to clarify the source of quotation.
So WebScrapbook automatically copies the web page's URL to clipboard.
You can paste it as source of quotation of the cropped image.
One more significant feature is that WebScrapbook can pick up and introduce your Twitter, Tumblr posts made with this app.
If you have Twitter or Tumblr account, please input your account name in this app.
We don't require password nor authentification process. By just setting your account name,
WebScrapbook will find your posts and show them to other WebScrapbook users.
With WebScrapbook, let's make more posts and get more exposure!
By downloading WebScrapbook, you agree the following Terms of Use.
Please read them carefully before downloading WebScrapbook.
[Terms of Use]
- It is prohibited to use WebScrapbook to post contents which threaten public order and morals.
- It is prohibited to use WebScrapbook against web site which prohibits quotation.
- It is prohibited to copy whole website and post it using WebScrapbook.
WebScrapbook can be used only to quote a part of web site.
- You shall be solely responsible for the consequences of using WebScrapbook.
 The developer of WebScrapbook does not have any responsibility to the consequences of using WebScrapbook,
It is a fine app, but it gets funding by ads.
I will pay $1, $2 or more for an app but I hate getting ads.
AstroDigital said:
It is a fine app, but it gets funding by ads.
I will pay $1, $2 or more for an app but I hate getting ads.
Click to expand...
Click to collapse
Hello AstroDigital,
Thank you for your comment. We thought ads in this app was modest and there was not much demand for the version without ads. But we will respect your opinion and consider releasing $1 version without ads.
I got report that this app does not work on MotoX. It seems that crop area selection/resizing does not work.
I am struggling to debug this issue as I don't have MotoX device.
If someone could tried this app with MotoX and let me know the behavior, I really appreciate it.
I would like to know
-If user touch corner point of square area, line color should change from red to blue. Does this work? Or line color keeps red?
*Currently, MotoX is excluded from supported list on google play but apk is attached on this thread.
The following is the latest apk:
View attachment WebScrapbook.apk
Unfortunately it still not working, I downloaded the new APK that you posted. And it still the same problem as before, is not allowing us Moto X users to manipulate the handles for the cropped area. It stays the color red and does not change color.
Sent from my XT1060 using Tapatalk
wingchun108tek said:
Unfortunately it still not working, I downloaded the new APK that you posted. And it still the same problem as before, is not allowing us Moto X users to manipulate the handles for the cropped area. It stays the color red and does not change color.
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
Thank you for your information. I really appreciate it.
Based on the information, I guess my issue is same as the following one:
http://stackoverflow.com/questions/...cationinwindow-getlocationonscreen-gethitrect
I noticed that Motorola website has information about SDK including emulator for their device. However, SDK itself is not on website now....
http://www.motorola.com/sites/motodev/SDK_Addons/installation.html
I'll try to find a way to debug this.
By the way, if someone has a device which has the same issue (cropping area cannot be adjusted), I appreciate information about the device name and Android version.
Nice idea.
I hope you find a solution
Sent from my XT1060 using Tapatalk
Any progress with the Moto X?
Sent from my XT1060 using Tapatalk

[APP] Pikik 7.9 (Modified Kik Messenger with AntiLag)

Hello XDA,
I'm releasing a modified version of Kik to the public. This is version 7.9 - without video playback support. I created this in January after discovering an exploit within Kik Messenger that allowed me to crash other users. This gave birth to what are known as "lag codes", which are long strings that cause instability within Kik.
If you're on kik and people post strings like:
0la.3p.snai7.eo.490.0la.3p.snai7.eo.490.0la.3p.snai7.eo.490.0la.3p.snai7.eo.490.(etc)(shout out to TL1 for his work in this area)
you will lag, ios and android are affected by this.
I have modified the parser within Kik to stop those short lag codes from causing lag.
I issued these Pikik clients to only a handful of individuals (hardcoded their usernames and disabled editing) , typically being used to crash pedophile chatrooms. Someone in this handful decided to leak the file. They attached AndroRat and distributed it under my credibility and name and I don't appreciate that.
The exploit (along with other exploits I've discovered) and suggested fixes have been emailed to Kik without reply.
This is version 7.9 without video support. You can do the same with 8.0+ as I have done but I don't want to distribute that yet. as I'd like to make a menu via smali to add additional features to Kik. (Confirmed fake camera is possible among other things) Hopefully within that time, Kik will patch the exploits I've emailed them about.
Please be respectful to one another with Pikik, it can cause issues for other users without Pikik if you so choose.
I will create additional links if necessary. Happy Easter.
May 6 update:
Added Kik 8.0apk for video playback. Added another layer of lag protection.
-gunther210
Admin note: APK has been removed due to legal complaint from Kik. Do not re-upload. https://github.com/xda/Notices/blob/master/2015/Kik-20150624.md
Warning, I would not recommend trusting. The app was leaked. Gunther stated that he would release the application to the public in the month of July.
424aca said:
Warning, I would not recommend trusting. The app was leaked. Gunther stated that he would release the application to the public in the month of July.
Click to expand...
Click to collapse
Hey mate, that wasn't the case.
I planned to publish the technical details of the xss exploit within kik.com in July but that also leaked.
I encourage anyone to decompile this apk and look for anything malicious or suspicious if they don't trust it. It isn't my style to do that.
I understand you're just looking out for the community.
Take care mate.
Apologies and Results
Yah sorry to come out as aggressive or as if I was pointing fingers. If you are truly gunther, then you are very much aware of the presence of individuals on kik who post links which intercept IP's and I see a new exploit regarding a phishing link "video" with your name on it etc. I just want individuals to be careful. Because I made seemingly false accusations, I have done the task of running a scan on the app in a virtual machine (genymotion) running a various security scans on it. Only avast gave a security warning, but upon rescan it was gone. I have uploaded four images of four different tests. Please, proceed with caution for this application is as wonderful as you anticipate it to be. To those that have root and xposed, i would advise using I believe xprivacy to block any SMS or call log interaction which this app may present if the proof supplied below does not suffice your paranoia which I seem to be having right now.
-424aca
View attachment 3247779
View attachment 3247780
View attachment 3247781
View attachment 3247782
Thx for the tests.
I'm aware of the games being played on Kik. That's not likely to go away but their lack of willingness to correct the problems leaves everyone vulnerable. At least this protects a regular user from another regular user being annoying. The xss exploit needs to be patched immediately. The amount of people getting phished is amazing. I regret sharing info about that exploit.
As I mentioned long ago to anyone on Kik who asks the status quo kik hacker question "can you get ips thru kik?" My response has always been the image handler. The way kik handles their images has been exploitable forever but I'm not yet certain to what degree. After reporting the 2 "main" exploits to Kik, I moved onto checking out my suspicions and getting some confirmation/vindication.
The entire handler for images is a wreck. It's possible to create corrupt image headers (see my pastebin) which will crash Android upon receiving said picture. It's possible to create corrupt image headers to get IP addresses via images (confirmed on iOS by Host 4/6/2015). It's possible to create corrupt image headers to crash Android for lack of associated action.
It's possible to send videos as Gallery, Gallery as Camera, Camera as "Gunther", custom icons, and most likely offsite pngs (apache log taps). It is possible to build a card that exploits these same flaws but with more parameters. The card:// handler is probably only "more secure" because less people use it.
The fact that I can send you a picture that crashes your kik is absurd and it was obvious to me this style of attack would be possible from the first glance at it.
I like Kik but it is a dangerous hangout lately.
424aca said:
Yah sorry to come out as aggressive or as if I was pointing fingers. If you are truly gunther, then you are very much aware of the presence of individuals on kik who post links which intercept IP's and I see a new exploit regarding a phishing link "video" with your name on it etc. I just want individuals to be careful. Because I made seemingly false accusations, I have done the task of running a scan on the app in a virtual machine (genymotion) running a various security scans on it. Only avast gave a security warning, but upon rescan it was gone. I have uploaded four images of four different tests. Please, proceed with caution for this application is as wonderful as you anticipate it to be. To those that have root and xposed, i would advise using I believe xprivacy to block any SMS or call log interaction which this app may present if the proof supplied below does not suffice your paranoia which I seem to be having right now.
-424aca
View attachment 3247779
View attachment 3247780
View attachment 3247781
View attachment 3247782
Click to expand...
Click to collapse
So is it safe or not?
I don't like its dark background. Fix it
PrinceCoc said:
I don't like its dark background. Fix it
Click to expand...
Click to collapse
I changed mine to white.
I recommended you do not try this app. Probably the maker of this modified version add some malicious things. Or something for stealing personal infos
GreekDragon said:
I recommended you do not try this app. Probably the maker of this modified version add some malicious things. Or something for stealing personal infos
Click to expand...
Click to collapse
Damn I've already been using it
GreekDragon said:
I recommended you do not try this app. Probably the maker of this modified version add some malicious things. Or something for stealing personal infos
Click to expand...
Click to collapse
I didn't. Instead of talking dumb ****, why don't you decompile it and check for yourself. I have no desire to take anyone's info.
ODSTZ3RO said:
Damn I've already been using it
Click to expand...
Click to collapse
You're fine mate.
Me Host and Link have been working together on adding several features for pikik2 and their similar releases.
For now pikik2 will be:
Based on 8.1.x
Probable:
Turn off read receipts (Host)
Turn off typing notification (Host)
AntiLagV2 (Gunther)
Fake-Camera Mod (Gunther)
AntiLagv2 secondary check (Link)
(Theme choices by download if below doesn't work)
Possible:
Turning links on/off
AntiLagv2 override by conditional regex by input
Selectable Theme by input
Selectable Image background (Link/Host)*
*This works now but needs some more tweaking.
If you or someone you know is a smali pro, please PM me.
We are hoping to build these ideas as switches from a panel within kik
Also. If you're interested in building an Xposed Module to do these things, please PM me and I will help point to where the above things are taking place.
All credits will be given
If someone wants to reach us on kik. Check in #pikik
Appreciative said:
I didn't. Instead of talking dumb ****, why don't you decompile it and check for yourself. I have no desire to take anyone's info.
You're fine mate.
Me Host and Link have been working together on adding several features for pikik2 and their similar releases.
For now pikik2 will be:
Based on 8.1.x
Probable:
Turn off read receipts (Host)
Turn off typing notification (Host)
AntiLagV2 (Gunther)
Fake-Camera Mod (Gunther)
AntiLagv2 secondary check (Link)
(Theme choices by download if below doesn't work)
Possible:
Turning links on/off
AntiLagv2 override by conditional regex by input
Selectable Theme by input
Selectable Image background (Link)
If you or someone you know is a smali pro, please PM me.
We are hoping to build these ideas as switches from a panel within kik
Also. If you're interested in building an Xposed Module to do these things, please PM me and I will help point to where the above things are taking place.
All credits will be given
If someone wants to reach us on kik. Check in #pikik
Click to expand...
Click to collapse
OK I wasn't going to delete it I just changed its appearance a bit.
NOT working?
I have tried to download the File but i keep getting an error saying I don't have the app installed when I do? Maybe it's because a recent update that I did yesterday April 14, 2016. Any help?
Delete the kik you already have
INTRUTHS said:
I have tried to download the File but i keep getting an error saying I don't have the app installed when I do? Maybe it's because a recent update that I did yesterday April 14, 2016. Any help?
Click to expand...
Click to collapse
Yeah man your in the future, please tell us what its like in 2016
I reeeaally enjoy this app. Buuuut I like the new material design update (8.2.0) more. Pls update.
gallowsArisen said:
I reeeaally enjoy this app. Buuuut I like the new material design update (8.2.0) more. Pls update.
Click to expand...
Click to collapse
Didn't you read the post, their working on it, if you know someone that's good with smali tell them to contact us at #pikik
theattackingdildo said:
Didn't you read the post, their working on it, if you know someone that's good with smali teller them to contact us at #pikik
Click to expand...
Click to collapse
Sorry. I'll look out for anyone with experience. I'm in a few good groups so I'll ask around.
gallowsArisen said:
Sorry. I'll look out for anyone with experience. I'm in a few good groups so I'll ask around.
Click to expand...
Click to collapse
I'll ask some people about it.
First, let me/us say thanks for all the support. It helps keep us motivated to get pikik2 how we want it.
Updates:
We have pretty much narrowed down all the future feature locations.
We are still stuck in the same spot however.
We need a little advice or guidance on how to use toggles and inputs.
We can build the toggles, we can associate them in the places they need to be. But, we aren't sure how to do the following:
We need a generic or simple way to write and read toggle values into the database or preferences. We need to be able to pull these into smali. We are getting progress on Smali knowledge and may be able to import the values ourselves but we need to have a better understanding of how to implement this.
We want to create a check box, no problem. How do we add the value of check box (or inputs) into the db or prefs in the simplest way?
Next, how do we then read the value out of these?
We are reading to use <checkboxprefs but that's not working easy for us so far. We have tried literally hundreds of tests at this point.
My last test was duplicating the widget check box and associating it.
We need help. Someone. Give us a run down of the fastest way to what we need, please. As always, credits will be given.
Thanks mates,
gunther210
I will make a thread asking for more direct help when I have enough posts to do so. Anyone out there who has any advice, we will investigate.
Thanks again.

[GROUP] MicroG Discussion (UNOFFICIAL)

Hi people!
Although MicroG development seems to have slowed down, We know there are still thousands of people using this handy little piece of software to claim back their performance, their battery life, their storage, and above all, their privacy.
Using MicroG for beginners is no easy job. You might run into problems. You might wanna try different combinations of MicroG and Google (Hey, what's free software for?).That's why having a support system is essential.
Yes, we're aware that there seems to already be a Telegram group in the official MicroG OP. But to be honest, that group is crap. The admin bans random newcomers and old veterans alike for expressing their disagreements or being in another group, or randomly, even being 'Alts'. From what we've heard, discussion has basically bottlenecked in that group because of fear (Cannot personally confirm. Was banned for using Chrome).
So, here is the other group.
We're basically a set of channels and groups that discuss and provide everything MicroG, FOSS, and Android. We have guides and experts and cool reaction GIFs and whatnot to help you work through either your first or 1000th issue in MicroG. And guess what, we don't ban people for expressing their views or using Gapps (Though we still hate people that wanna sync Google Photos).
We also have our own, up-to-date (UNOFFICIAL) forks of MicroG with installers just with bumped version numbers so that no app will bother you with that 'Update Play Services' message.
The rules are quite simple. Please use common sense, and English. Both mandatory.
(On the request of the MicroG developer, we would like to assert that this group is quite unofficial. If you want Official, try your luck in russian roulette with the official MicroG group. Don't worry, we welcome you dead or alive)
Due to the new XDA rules about chats, we can't post our telegram links here, so here is our MicroG pack github, which links to our channel, which has links to our group. (might not be convenient, but rules)
MOD EDIT: LINK REMOVED
Please try to spread the word.
Good luck, and stay free (as in freedom).
I am here too. Not sure if you are on TG I9082 Group, but count me in mate. Lemme know what is needed of, and I will oblige.
Btw, the TG link for the channel is:
mod edit - link removed
To join the group chat:
mod edit - link removed
mod edit
please read this
https://forum.xda-developers.com/galaxy-s9-plus/how-to/telegram-chat-channels-forward-t3763967
Thank you !
Thanks dude, totally agree what you said, I'm one of the victims of the evil g333k.
btw I would really suggest you to use other browser than Chrome though, at least try ungoogled-chromium or inox
dic1911 said:
Thanks dude, totally agree what you said, I'm one of the victims of the evil g333k.
btw I would really suggest you to use other browser than Chrome though, at least try ungoogled-chromium or inox
Click to expand...
Click to collapse
Firefox, Dual Browser, Rocket Browser. I use the last 2. They are best. Even Naked Browser is awesome.
rottenwheel said:
Quoting @devrruti:
Is there any way we can get a debloated package? Say, no GApps included whatsoever. GMS Core, Framework proxy and a couple of location backends along with Google Play Store (might be offered optional as @Shadow53's .zip files - one that comes bundled with GPlay and the other that does not have the Store,) that way, we may make the flashable zip considerably lighter and offer an option for hardcore microG users.
Click to expand...
Click to collapse
Delete the files from the zip
rottenwheel said:
That's a hacky solution. It's better if you provide the solution from the release itself. But okay, every developer has the right to develop and do as it pleases.
Click to expand...
Click to collapse
I've been working on the installer, but the primary devs are busy. Probably this wekend, we'll release a newer version of the zip with loads of new stuff, compatibility with x86/64, mips/64, magisk module support, customizable install, etc. Basically pack 2.0
rottenwheel said:
That's great news. I insist, making a debloated GMS Core, Framework Proxy with say, Mozilla and Deja Vu backends should be an appealing deal for those who want to avoid the package coming bundled with GApps and root installers. KISS - Keep It Simple Stupid.
As for a customizable install I hope you are not loading it with Aroma, huh. I don't intend to bring up a pun but, a simple flashable installer with the barebone of what's required for MicroG to work is fair enough.
Click to expand...
Click to collapse
Nope. A text file, from which you can remove items you don't wanna install. But, still a WIP
Here is the latest version 1.4 from telegram channel mod edit - link removed
https://transfer.sh/gY3od/MicroG_Packs_Installer-arm_arm64-v1.4.zip
May I seriously ask, why Google Photos backup isn't implemented and what are the obstacles? Is there any way to help?
ashirviskas said:
May I seriously ask, why Google Photos backup isn't implemented and what are the obstacles? Is there any way to help?
Click to expand...
Click to collapse
If you want to share your whole life with Google, go ahead and use normal Gapps.
What Are the benefits really of microg as I haven't had a single app fooled that I actually did have real gcf. Why install it at all? Unified NLP is cool (and I use it) but I don't get microg...
dibt359 said:
What Are the benefits really of microg as I haven't had a single app fooled that I actually did have real gcf. Why install it at all? Unified NLP is cool (and I use it) but I don't get microg...
Click to expand...
Click to collapse
Works fine for me.
Latest microg apk from mod edit - link removed
https://transfer.sh/dF3Nd/MicroG_GMS_Core-v0.2.4-118.apk
Sources https://github.com/NoGooLag
It's not a fork, it just bumps the version number to bypass the warnings from some apps that ask you to update Google services. Like Marvin did in previous occasions
What has been forked is the telegram group to bypass g333k
Hello guys !
Telegram links are no longer allowed on XDA if they do not belong to a developer as part of his development tools along with direct download links to his work.
Please read this Whatsapp / Telegram Chat Channels - Way Forward
That being said I have removed the links but I`ve left the thread opened for discussion on XDA as has been always, XDA is the place to discuss, random channels can`t be only advertised here.
Thanks for understanding
Dan - forum moderator
xanthrax said:
Hello guys !
Telegram links are no longer allowed on XDA if they do not belong to a developer as part of his development tools along with direct download links to his work.
Please read this Whatsapp / Telegram Chat Channels - Way Forward
That being said I have removed the links but I`ve left the thread opened for discussion on XDA as has been always, XDA is the place to discuss, random channels can`t be only advertised here.
Thanks for understanding
Dan - forum moderator
Click to expand...
Click to collapse
Thank you.
The telegram channel is the most active and liberal place with microG related discussion. There is much off-toppic, noob bashing, dissing etc. I think it's good to have a corresponding XDA thread. Not for invitation, but for presenting results.
kurtn said:
Thank you.
The telegram channel is the most active and liberal place with microG related discussion. There is much off-toppic, noob bashing, dissing etc. I think it's good to have a corresponding XDA thread. Not for invitation, but for presenting results.
Click to expand...
Click to collapse
No doubt about it although I've never used and never will a telegram chat to get info, to me, a healthy and properly organized forum is the choice, people can always discuss and also post a decent off topic at the OP's discretion here on xda, we just can't turn xda into a cool forum advertising cool chat links, one Google searches "microG xda" and what he finds instead of download links and feedback is a telegram link, isn't fair I would say, is it?
Short summary of last hours' discussion in telegram group: Marvin was there and gave us a lesson in FOSS ethics.
We shall not call the group or the microG fork "official"
We shall do pull request in github
Marvin does not care about fighting between telegram groups, but using bots or fake accounts in this war is not acceptable.
vdbhb59 said:
Firefox, Dual Browser, Rocket Browser. I use the last 2. They are best. Even Naked Browser is awesome.
Click to expand...
Click to collapse
I use bromite browser,you can try it.Open source blocks ads
Souvikhazra80 said:
I use bromite browser,you can try it.Open source blocks ads
Click to expand...
Click to collapse
I already use it. I use it as system webview as well.
kurtn said:
Telegram Post from June 2nd @ NoGoolag
Click to expand...
Click to collapse
I tried to join this
vdbhb59 said:
I am here too. Not sure if you are on TG I9082 Group, but count me in mate. Lemme know what is needed of, and I will oblige.
Btw, the TG link for the channel is:
To join the group chat:
Click to expand...
Click to collapse
I installed an app for telegram, but it requires a mobile phone number which I do not have. Is there a direct link to the newest apk of microG service ?

Categories

Resources