Long screenshot application - Google Pixel XL Questions & Answers

I'm looking for an application that can make you take long screenshots like on the Note phones, I've found many on the playstore like stitch and share https://goo.gl/vHgLAL but none seem to actually work, I don't know if that's related to Android Oreo or they are just rubbish. Has anyone tried an app that actually works?

I am looking for a similar solution for my Pixel XL. Stitch & Share sucks! Doesn't work!

Related

Google RSS Reader Application: Developers Wanted

Anyone interested in helping out?
*EDIT*
This application is complete, and has been branded G:RSS. The new thread can be found here: http://forum.xda-developers.com/showthread.php?t=700948
The release: http://nowsci.com/techviews/20100612/grss-a-google-reader-rss-app-for-windows-phone-7-wp7/
Unfortunatly I´m unable to help, but please continue with your work, it looks very very nice!
Sounds interesting. How far have you got, and whats still to do?
From the looks of the screenshot, it seems you've allready got most stuff working. Just need some design tweaks
I've got the structure laid out and am working through the Google API now. My biggest issue is I'm new to Silverlight/C#, and while it is 99% straightfoward, I'm having a problem figuring out how to get the HTTP Request working properly. I've got a thread started on the Windows Phone 7 forum here: http://social.msdn.microsoft.com/Fo.../thread/8e918a12-135a-45b3-9764-0a24f631f4b3/
And yea, the UI is my first pass, it's what I'm working towards until I get it functioning fully in the emulator, then I'll revise.
Nice, but I think what is really needed is a view like you get on reader.google.com, where you can click through your news items in its full form.
bernd420 said:
Nice, but I think what is really needed is a view like you get on reader.google.com, where you can click through your news items in its full form.
Click to expand...
Click to collapse
I'll be building in swipe gestures, right for next article, left for previous. I think this is the best way to display an article and navigate. I was debating on placing the headline for the next article below, so you could tap on it, but longer articles would force scrolling. If anyone has any suggestions for how navigation could work otherwise, I haven't built that piece of the puzzle yet, so I'm open.
Fmstrat said:
Anyone interested in helping out?
Click to expand...
Click to collapse
Nice screens. If you are stuck and need help I am a WP7Dev and have some time to do XAML and other stuff. PM me if you are still looking for help.
I also built a GReader WP7 app, screens are not as well designed as yours! Good job.
I'm actually finishing it up now. It's fully functional with almost all of the features of the desktop reader including on-phone caching. It's also looking much better than my concepts including theme options. I'll post a video when its complete, to see if there are any other things people want.
Great! Can´t wait for the video!
Why a Google RSS reader?
Syncing with Google Reader, so you see the same read / unread items on your mobile and on your Desktop. I like it.
http://weblogs.asp.net/gunnarpeipma...ws-phone-7-development-reading-rss-feeds.aspx
http://weblogs.asp.net/gunnarpeipma...e-7-development-using-webbrowser-control.aspx
Hope you get some help from here. Gunnar is a friend of mine.
So I actually just completed it on my own. Was a great way to get into WP7 development. I've since named the application, and have a video of it posted. The new thread is here: http://forum.xda-developers.com/showthread.php?t=700948

Taking a screen shot WP7.5

So, I'm certainly not a developer of WP7 apps. But, I came across the app, gMapsPro developed by Alexey Strakh (@alexeystrakh) and Alex Sorokoletov (@alexsorokoletov), and they must have figured out how to take a screen shot bc they have a camera button in the app that allows you to take a screen shot of the location you are currently mapping. So, yeah, I don't know what to do with this recent revelation, but I figure I would let the forums know since I've seen plenty of threads about the lack of the ability to take screen shots. If this is old news, sorry, shoot me leg off
Reuters news has one too. I just discovered it.
See here: http://forum.xda-developers.com/showthread.php?t=1316199
clfosk said:
See here: http://forum.xda-developers.com/showthread.php?t=1316199
Click to expand...
Click to collapse
He's talking about the app saving the image for you. 4th and Mayor does this as well. It's a nice feature, especially for those without unlocked devices, really useful.

IconSets

UPDATE - thanks to kwerdenker pointing me in the right direction I stumbled upon this post which is amazingly helpful for anyone else interested!
https://plus.google.com/u/0/+LutzLinke/posts/TNhQ4ypuurw
-------------------------------------------------
I'm trying to add a custom iconset I made to a paid theme of mine. As posted by a couple other people there are apparently some issues with this that no one can figure out. Well I am making this post to hopefully find people who are willing to help me squash this. As an independent themer with limited time this frustrates the piss out of me. I also have Go Locker themes that no one can every help me with my issues and it drives me crazy... anyway back to Zooper. This is my post from G+
having problems with my apk when I build it since I added my custom iconset. can anyone give me any insight on this?
currently it's in
assets/iconset/whatever/whatever/config.xml.jet with the font in there also whatever.ttf.jet
this is how it's exported in the apk templete from the app itself though and thats the only thing not working, is the iconset.
so to recap, the app install, loads, and works minus my icons from the custom iconset.
I'm lost.
I also tried removing all the .jet extensions like someone suggested and it didn't fix it...
the name of the iconset shows up and everything. just no preview image. it was like that when it was .jet too.
tried taking away all the .jet extensions everywhere too... no luck
trying to build using Android Studio if that matters
so far I tried taking out one of the folders so it was just
/assets/iconsets/whatever/config.xml & the font and that got letters to show up at least, just not from my font.
I also tried putting the zip file in there so it was
/assets/iconsets/whatever.zip
no luck either way... anyone else care to chime in or have any other ideas?
AntwonJenkins said:
I'm trying to add a custom iconset I made to a paid theme of mine. As posted by a couple other people there are apparently some issues with this that no one can figure out. Well I am making this post to hopefully find people who are willing to help me squash this. As an independent themer with limited time this frustrates the piss out of me. I also have Go Locker themes that no one can every help me with my issues and it drives me crazy... anyway back to Zooper. This is my post from G+
having problems with my apk when I build it since I added my custom iconset. can anyone give me any insight on this?
currently it's in
assets/iconset/whatever/whatever/config.xml.jet with the font in there also whatever.ttf.jet
this is how it's exported in the apk templete from the app itself though and thats the only thing not working, is the iconset.
so to recap, the app install, loads, and works minus my icons from the custom iconset.
I'm lost.
I also tried removing all the .jet extensions like someone suggested and it didn't fix it...
the name of the iconset shows up and everything. just no preview image. it was like that when it was .jet too.
tried taking away all the .jet extensions everywhere too... no luck
trying to build using Android Studio if that matters
so far I tried taking out one of the folders so it was just
/assets/iconsets/whatever/config.xml & the font and that got letters to show up at least, just not from my font.
I also tried putting the zip file in there so it was
/assets/iconsets/whatever.zip
no luck either way... anyone else care to chime in or have any other ideas?
Click to expand...
Click to collapse
Font-based icon sets are broken in Zooper APKs. This has been a known problem for a long time and there have been some attempts to fix this issue but those were by users most of the time (here is one good example: https://plus.google.com/u/0/106201536507820539535/posts/dY1vras522H). The devs haven't responded to this for a while now. Might be they are working on it, might also be that theme APKs are not a priority anymore since the buyout through Themer. Hard to tell since the communication with the developers has stopped almost entirely.
kwerdenker said:
Font-based icon sets are broken in Zooper APKs. This has been a known problem for a long time and there have been some attempts to fix this issue but those were by users most of the time (here is one good example: https://plus.google.com/u/0/106201536507820539535/posts/dY1vras522H). The devs haven't responded to this for a while now. Might be they are working on it, might also be that theme APKs are not a priority anymore since the buyout through Themer. Hard to tell since the communication with the developers has stopped almost entirely.
Click to expand...
Click to collapse
Thank you so much for this information. It's sad to see one of the best customization apps on Android lose support like that but not surprising. So... are we able to create Themer themes? I can't imagine them being much different than their Zooper counterpart.

Anybody have any G4 banners for signatures?

I am wanting to make a nice signature for the G4 but so far I am coming up blank (both with an idea and any good photos to use for a banner).
Does anyone know where I could get some good stock photos that I could turn into a banner or some pre-made banners (I have checked google and I am coming up blank)? I've seen A LOT of beautiful device specific signatures and would love to be able to have one.
Thanks.

GCam for Ulefone Power Armor 13

Hello, I'd like to know if anyone has used GCam on the PA13 and if so, which port to use?
Also, any other first hand usage tips, tricks and the like regarding the phone would be greatly appreciated.
Try this one. It seems to work.
Google Camera 8.1 For Xiaomi Redmi Note 10s
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
dudes456 said:
Try this one. It seems to work.
Google Camera 8.1 For Xiaomi Redmi Note 10s
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Click to expand...
Click to collapse
Nice find!
I'd like to know more about how to find and verify APKs like this, so I have three questions:
What search terms did you use to find this APK?
How do you determine if a given APK will work on a given phone?
When you find an APK on an anonymous filesharing site like this, how can you tell if it's safe to install, or if it's packing a malicious payload?
Thanks!

Categories

Resources