Flash in a WebView - Hero, G2 Touch Android Development

Ooops I posted this to the main Hero forum yesterday by mistake - it is more properly and Android developer post specific to the Hero. . . .
I've been trying to run Flash in a Webview on my Hero.
Flash runs in the standard Browser okay, but I get the 'missing plugin' icon when trying to view anthing with Flash in the WebView.
I'm not sure if it has been disabled, or I just haven't found the right settings. I'm using the standard,
mWebView = (WebView) findViewById(R.id.webview);
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.getSettings().setAllowFileAccess(true);
mWebView.getSettings().setPluginsEnabled(true);
Then I'm also calling (through reflection) the 'setFlashPlayerEnabled' method described by cyanogen
http://forum.xda-developers.com/showthread.php?t=521221
//Set Flash Player Enabled
Boolean[] input={new Boolean(true)};
try{
Class cl=Class.forName("android.webkit.WebSettings");
Class[] par=new Class[1];
par[0]=Boolean.TYPE;
Method mthd=cl.getMethod("setFlashPlayerEnabled",par);
mthd.invoke(mWebView.getSettings(),input);
mWebView.loadUrl("file:///android_asset/index.html");
}catch(Exception e){}
But still no Flash in the WebView.
Is there anything else that needs to be called?
How about
setPluginsPath("")
. . . . what path should that call on the Hero?

alexcq said:
Code:
}catch(Exception e){}
Click to expand...
Click to collapse
On general Java principles, I'd put some code in this exception handler to see if something is thrown when you get the method or do the invoke...
Otherwise, no ideas

Thanks for that - generally I'm using
mWebView.loadUrl("http://www.google.com/"+e.toString());
while debugging on the device to have any errors sent to the URL bar. A bit nasty, but it gets me the info.

alexcq said:
Thanks for that - generally I'm using
mWebView.loadUrl("http://www.google.com/"+e.toString());
while debugging on the device to have any errors sent to the URL bar. A bit nasty, but it gets me the info.
Click to expand...
Click to collapse
nice one

Android 2.2 Flash in a WebView
Hi,
I just tried loading a swf in a WebView and it seems to be working. I needed to enable setPluginsEnabled(true); which I saw in your post. Thanks.

Have you tried asking this question at http://anddev.org ?

let me guess - Android version is 2.1 or lower
I came to that conclusion after i noticed that on my N1 running 2.2 this works flawlessly but on my Evo running 2.1 it shows gibberish.
am i correct?

Hello all.
After trying using flash in my application, I have been very disapointed.
Once the webview is loaded, all my activity blink.
You can find a more accurate description, and the source code of the issue here: http://stackoverflow.com/questions/5095977/screen-blinking-when-using-a-webview-with-flash
and the demo apk here: http://cl.ly/3g0s1p030j243y0p3m2F
Thank a lot for any help, I cannot sleep till I fix this issue...

Flash content loading fine in webview, but in postDelayed thread it freezes.
Webview get stuck/freezes when i continuously load multiple webviews in a runnable thread in android having flash content.
How can i continue rendering my webview in thread . right first it loads fine and then it start rendering slow and then after a point it freezes.

Related

Scoot CyanogenMod 7.1.0 RLS3 (Gingerbread 2.3.5) [07/08/11]

Scoot CyanogenMod 7.1.0 RLS3
This is a build I have compiled from the official CyanogenMod source files and adapted for Kaiser/Vogue. Feel free to give it a go at your own risk!
Well, it still isn't quite as snappy as Froyo and the camera still doesn't work properly but it's probably about as fast as Gingerbread will get on our devices. I'm bound to have messed a few things up but i'll continue to work on it when I get time
All the usual things are working as far as i know, GPS works fine for me but the camera is as always not fully functional.
All of this is thanks to the guys working on the CyanogenMod roms and of course, none of this would work without all the hard work on the kernel so big thanks to dzo, vilord, l1q1d etc...
-------------------------------------------------------------------------------------
RLS 1:
Initial Release
Includes most of the Google Apps including Maps, Gmail etc..
Latest Market is included
RLS2:
Built from the latest 7.0.2 source
Optimised EGL for our devices
Updated Market
LDPI and PNG optimisations to save space & increase speed
ADW Launcher updated
Loads of tweaks and status bar changes
Updated RIL lib
Loads of fixes and optimisations
**I recommend leaving the phone for 5 minutes after installing to sort itself out and cache apps etc...**
RLS3:
I can't really be bothered to list all of the changes, there are quite a few but I just compile the thing, the changes are in the CyanogenMod repository. I have included the updated RIL and all of the Google Apps are up to date. The camera is still ****e but that's a driver issue. This release hasn't been heavily tested as I don't use my Kaiser as a main phone anymore So i'm sure you will find issues in which case we can sort them out as and when. Enjoy!
LINKS:
RLS1:
English: http://www.mediafire.com/?6708ud8kc9l9ex5
All Languages: http://www.mediafire.com/?amhd996w81xfldp
RLS2:
English: http://www.mediafire.com/?yhsc6jyl47wgpkv
All Languages: http://www.mediafire.com/?v3hhbh5tufoedfp
RLS3:
English: http://www.mediafire.com/?76vn9k0cx3debzd
All Languages: Coming soon!
Google Apps
28.04.11 : http://www.mediafire.com/?4yc9ubn2m513k3q
07.08.11 : http://www.mediafire.com/?c86rpae5kopdicc
I think that's it for now, have fun
OOOOOyyyyéééééé OOOOoyyyyyéééé !!!!
download'n !!!
thinx scooter & all android developers for our old kaiser
'll try your build this night & report any bugs...
keep working i realy apreciate your work sccooouut
xcuse my stupide bad english
cordialement esolks.
scooter1556 said:
Scoot CyanogenMod 7 alpha RLS1
This is a build i have compiled from the official CyanogenMod source files and adapted for Kaiser/Vogue. Feel free to give it a go at your own risk!
This is an alpha and still needs a fair bit of work to get it running to it's full potential but you can get an idea of what it will be like. Feel free to report any bugs that you find, by this i mean application crashes and things that don't work or look correct. I already know the system can hang and it isn't as fast a froyo
I have had to make a LOT of modifications for this to work, some of which may affect battery life but i haven't tested it for long enough to know so let me know how it goes. I'm bound to have messed a few things up but i'll continue to work on it when i get time
All the usual things are working as far as i know, i have not tested GPS fully and the camera is as always not fully functional.
All of this is thanks to the guys working on the CyanogenMod roms and of course, none of this would work without all the hard work on the kernel so big thanks to dzo, l1q1d etc...
-------------------------------------------------------------------------------------
RLS 1:
Initial Release
Includes most of the Google Apps including Maps, Gmail etc..
Latest Market is included
LINKS:
RLS1 :
English : http://www.mediafire.com/?6708ud8kc9l9ex5
All Languages : Coming soon hopefully.....
I will try and get some screen shots posted for those that like pretty pictures
I think that's it for now, have fun
Click to expand...
Click to collapse
This might be a stupid question but I need to ask anyway...is CM 7 based on gingerbread?
-Arturo- said:
This might be a stupid question but I need to ask anyway...is CM 7 based on gingerbread?
Click to expand...
Click to collapse
It is indeed
scooter1556 said:
It is indeed
Click to expand...
Click to collapse
Excellent, thanks Scooter.
downloading now keep up the good work man
woot...gonna give it shot ... hoping for not getting same data/wifi reboots
woow, million thanks to you scooter
finally a gingerbread based build for our kaiser
btw, which kernel do you suggest for this build?
thanks in advance
Hmm for some reason I cannot boot to android the phone has been stuck in boot loop for the last 15 minutes. I have an app.img file with about 80 applications so this might be a problem I'll try to boot it without the app.img. Both data and system on sd card imgs + latest '25 kernel.
Edit.
Ok I have removed the apps.img and it still doesn't boot.
I have noticed that there have only been modules for '32 kernel included in the build. Should it work with '25 kernel with proper modules added?
I'll wait for All Languages version to test it with the new kernel.
1. this was my first attempt to instal android on nand.. noob here ;P
downloaded kernel VOGUIMG-320-FROYO-01-16-11.NBH, then changed with editor to kaiser and painel 2. Install occured ok.... but phone isn't working.. "no service".
2. I do i see my batery status? can only see that bar on the top but don't no accurate bat status in %.
3. after this install can i install another another version overwrithing this one? for example now the phone isn't working so i want to change to another version of android can i simply put another "androidinstal.tar" in andboot folder and install?
Thanks and sorry for this noob questions...
chinomoreno said:
1. this was my first attempt to instal android on nand.. noob here ;P
downloaded kernel VOGUIMG-320-FROYO-01-16-11.NBH, then changed with editor to kaiser and painel 2. Install occured ok.... but phone isn't working.. "no service".
2. I do i see my batery status? can only see that bar on the top but don't no accurate bat status in %.
3. after this install can i install another another version overwrithing this one? for example now the phone isn't working so i want to change to another version of android can i simply put another "androidinstal.tar" in andboot folder and install?
Thanks and sorry for this noob questions...
Click to expand...
Click to collapse
YES! you can
To view Battery percentage, you need to set that in Cyanogenmod Settings (correct me if I'm wrong here since its been ages when I used CM build)
Yes, you can do that it's actually very simple. Just remember to edit your .nbh before every install if you are changing versions (donut, froyo, eclair).
Cheers. Welcome to Android world
-Arturo- said:
Hmm for some reason I cannot boot to android the phone has been stuck in boot loop for the last 15 minutes. I have an app.img file with about 80 applications so this might be a problem I'll try to boot it without the app.img. Both data and system on sd card imgs + latest '25 kernel.
Edit.
Ok I have removed the apps.img and it still doesn't boot.
Click to expand...
Click to collapse
Try a .32 kernel, also i have only tested it on NAND so it may be an issue with Haret. To be honest we're lucky it works with the .32 kernel so i expect problems with the .25 kernel. Sorry
scooter1556 said:
Try a .32 kernel, also i have only tested it on NAND so it may be an issue with Haret. To be honest we're lucky it works with the .32 kernel so i expect problems with the .25 kernel. Sorry
Click to expand...
Click to collapse
Yes I have noticed that there have only been '32 modules included in the build.
I think I'm going to skip the '32 kernel as It was acting up on me in the past. I'll try nand install in the evening hopefully it will work. Thanks Scooter.
-Rif- said:
woow, million thanks to you scooter
finally a gingerbread based build for our kaiser
btw, which kernel do you suggest for this build?
thanks in advance
Click to expand...
Click to collapse
I recommend using the latest .32 kernel you can find, either one that L1q1d has compiled or one from Clemsyn's thread You can find the latest kernel here: http://androidhtc.git.sourceforge.n...7c0bf5edc4f5c6d64ce4df29254e8332ce26b;hb=HEAD
Well have installed 6.1 and phone now works... =)
Will wait until a new version of this one to come out and then try again...
- Already found how to show percentage in bar status thanks dark_prince.
- Thanks for advice slimas, to edit .nbh do i need to reinstall kernel? and can i reinstall without mess up with previous android install or do i need to install again android?
- Some bugs that occurred to me .. sometimes bar on the bottom disappear can't access apps... ; some freezing sometimes, do you guys recommend to overlock? if so how to do it? Weather widget can't find info too lol not a serious prob...
I'm reading forum and these are some questions i couldn't find answer, for now i think that's all.. i'm enjoying android on kaiser think this is the time i will change forever...
thanks for fast feedback any good tips are welcome ;P
chinomoreno said:
- Some bugs that occurred to me .. sometimes bar on the bottom disappear can't access apps... ; some freezing sometimes, do you guys recommend to overlock? if so how to do it? Weather widget can't find info too lol not a serious prob...
Click to expand...
Click to collapse
The bar at the bottom of the scrren can disappear if you swipe down on the screen, it is a bit random but is a flaw in ADW launcher. To get it back you need to press the 'menu' button and go to 'settings' then go to 'ADW Settings, UI Settings and untick 'Dockbar'. Re-select 'Dockbar' and exit settings and it should be back I expect some freezing, it is still under heavy development and our devices are quite limited hardware wise so there won't be any miracles yet I overclock my Kaiser to 500Hz using ATools, a lot of people don't recommend it but it is what i have always done and i have never had any problems, it speeds the phone up a fair amount. Just tick the option when editing your NBH. The phone obviously needs to be connected to data or wifi for weather widget to get location information, i just tried it with wifi and it worked ok, there may be an issue with data though, i'll look into it Thanks for testing.
CAMERA
camera is not working properly but it looks awesome i will try to apply the update from previous cm to see if this will work
camera
after applying the update android can`t start so i am going reinstall it

[Q] Rotation bug in [ROM][Sept03][CM10.1] Chromium ROM | Build 10

Hello
I cant post in Devel thread , so i have hopefully put it in right place and home Chromium reads it and posts in devel theme for fix if any,
Thing is i used iGo 9.x with HTC with my earlier rom form him (v8) - it worked both - landscape and Portrait. Now with last version
screen glitch appeared when it was tearing - so i fixed it with suggestion in build.prop - debug.composition.type = gpu.
Tearing gone, everything fine and smooth, but igo now only in portrait mode.
u turn phone , api second tries to switch to kandscape and then turns instantly back to portrait.
Formatted all phone (Factory reset(dalvik, cache etc), format data and system) , restored base rom,
Installed, added igo - same, but with tearing screen.
Igo works fine with any other rom , i Like the smoothness and responsibility of rom. Awsome work Chromium_ :good:
If there is/someone has a pinpoint for me what to try ?
Andrus.
Not really sure how to fix this, but you could try flashing the Tearing Fix (in the second post of the ChromiumROM thread) rather than manually editing the build prop. There are a few other changes that you may have missed. Like I said, this may not fix anything but i guess its worth a try. Good luck, and thanks for the kind words
Also in the future you should post in the Q&A section instead of general.
Chromium_ said:
Not really sure how to fix this, but you could try flashing the Tearing Fix (in the second post of the ChromiumROM thread) rather than manually editing the build prop. There are a few other changes that you may have missed. Like I said, this may not fix anything but i guess its worth a try. Good luck, and thanks for the kind words
Also in the future you should post in the Q&A section instead of general.
Click to expand...
Click to collapse
HeY, Chromium_
To report back i reflashed phone with ur rom , then added fix, flashed gmail apps - all went smooth but still the bug was there.
I took CM10_VJ_4.1.2_V3.1_with_GApps - flashed and it seems to be working as its supposed,
I think it has to do soemthing with build.prop settings.
Got to dig a bit in build.prop files - to see what is different , ok i get 4.1.2 and 4.2.2. are bit differet but still ... i'd like to know what is the "bug".
Andrus

[Q] Common problems of cm9, cm10 and cm11 already known?...

Hello,
I detected the following systematic problems of cm9..11
1.) Skype cannot be started at all. It does not even react on a click of its icon. And no error message appears.
2.) the akku load status is shown incorrect during load process. E.g. after 4 hours load it shows 37% instead of true 100% (which is shown after reboot).
3.) The wonderful app 'lgCamera' runs very slow and jerky. This was fine in Android 2.x versions.
4.) the FM radio app for the WFS radio tuner (no internet radio!). How can I find it (and flash it into the system folder as a system app)?
I suppose that everybody can confirm my problems!?...
Are those already known by the development team? Cause I wonder that they are not fixed in ALL CyanogenMod versions yet!
Will there be a chance to expect their fix soon?...
5.) Furtheron I have big compatibility problems when flashing cm9..cm11 ROMs and others. Error message: "cannot load volume /misc. Can't partition non-vfat: /storage (vfat)". For nearly each ROM I have to change the recovery. Currently I change between the following recoverys (one of them allways works):
twrp-2.2.2.0, twrp-2.7.1.0, Phil-Z 6.43.7, cwm-5.0.2.8, cwm-6.0.5.3. Nobody else having that problem?...
Is there any recovery version that can read all 'formats' of zip files?...
Will there be compatibiliy at least at the backup files between all of them?...
Thank you VERY much for a quick help!
1.) not compatible anymore, say Thanks to Skype
2.) This is probably problem with battery not reading voltage correct anymore on charger (happens) for me on all roms even stock. (After 100000 of flashes and almost 3years old down sucked battery
3) ics and up isn't made for this phone, slow downs and other incompatibility can happen.
4) There is a solution called spiritfm(free) Google it, you will find the xda thread.
5) twrp 2.2.2.0 and cwm 5 is working on all ROMs beside newer kk builds (needs recovery compiled with TLS support, newest ones available)
Greetings Kevin
Hallo Kevin,
I am so glad that you answer! Thank you very much!!
to 1.) Yes, I realised meanwhile that Skype 4 ist still running fine. So the reason why the new Skype 5 version does not work on Wildfire S (or even on all CM versions of all devices??) you don't know!?...
to 2.) So this is a general Andrid 4.x problem of Wildfire S device only?... (cause e.g. on Galaxy S4 stock (of my girl-friend) it works fine!...
to 4.) Thank you. I installed this free version '0918fr.apk' but I get the error message (su rights confirmed): "Error: No FM accessible. SU: 0 Fm:BC2 SU:0 Bt:3 Ht:0 Mo:BCU". It does not seem to be compatible although I have read everywhere that it should work. Is this maybe antoo old version? Or what can be the reason?...
to 5.) So I used newer version 'cwm-6.0.5.3' and 'twrp-2.7.1.0', as I mentioned, but then these versions do not support older version than KK. E.g. 'CronMod-INT2EXT+_signed.zip'. This is the problem. Any solution?...
Is TLS ment as 'Thread-local storage'?...
Another short request:
a) Video recording with cm11 on Wildfire S works now without any patch. But if I record a video longer than about 5 seconds and I want to watch it directly after having stopped recording (timeframe about 7 seconds) then the camera app crashes. Can you confirm that on Wildfire S? What can be the reason?...
If Olivier's camera patch will help here as well I have not tested yet...
b) Management of Launcher and App screen is somehow circumstancial or not even possible. This is why the option 'Homescreen' is missing in 'Personalization' ('cm-11-20140816-Nightly') although the related screenshots of cm11 in XDA show this option!! E.g. App icons cannot be sorted alphabetically or cannot be manually moved within the screen. Or the home panel is the most left one instead of the middle one. Etc.
Any reason why the option 'Homescreen' was deleted (in XDA cm11 screenshots for Wildfire S still show it!! S. http://forum.xda-developers.com/showthread.php?t=2735775 )?...
c) CM11 OTA update suggests me 'cm-11.0.0-RC9' as the first in the list. Is this really more actual than the installed 'cm-11-20140816-Nightly' (version 11.0-20140816) ?...
d) In this version the Email system app is missing. Why?
Any zip to flash it anywhere? Or do I have to use one of the market?...
e) No warm reboot option available anymore in cm versions?...
Thanks for your help again, Kevin!
Many greetings, Falk
to 5.) I could solve that problem meanwhile by myself. I downloaded a modified version of cwm 6.0.5.3 here:
http://click.xda-developers.com/api...5.0] - Post #52 - XDA Forum&txt=the new build
But I still do not know what was modified! You?...
6.) you forgot the ever present mobile data bug at least for cm9 and cm10. Which no1 evens bothers to mention
Beeefalo said:
6.) you forgot the ever present mobile data bug at least for cm9 and cm10. Which no1 evens bothers to mention
Click to expand...
Click to collapse
Because it does not exist? I never faced any bug like that.
aWFSuser said:
Because it does not exist? I never faced any bug like that.
Click to expand...
Click to collapse
oh, its super present .
It was a "common" problem in cm9, cm10 based roms, at least judging from the various threads dating back to 2013. And as I discovered yesterday its also present in CM11 RC9 for me.
Occurence of the bug is very random and seems to be bound to certain providers which makes it hard to debug/fix i guess.
Sadly, from what I've read "deal with it and toggle airplane mode when you need mobile data" or "install cm7" are the ways to handle this bug.
cheers
Beefalo

Google Spotlight Stories won't work

Hello everyone!
I downloaded Google Spotlight Stories, and upon opening the app it tells me that my device is not supported (see attachment).
I'm running D855 with latest version of BlissPop 3.4 with selinux permissive, xposed installed, custom DPI, and Viper4Android (but that's about it where it comes to customization)
Any ideas of what might be going on? Do you get it to work?
@munte89 Same issue here... Wish there was a solution. I've read some reports of some roms seemingly working so idk what the app is looking at to find the device you're using.
Edit: I figured it out. I changed the 5 "Nexus 6", " shamu", and "google" values from the below link in my build.prop, rebooted, and works like a charm!
http://forum.xda-developers.com/android/general/explanation-build-prop-values-t3069341
Fwiw, I also got it working for my Nexus 10 by using the same build.prop values noted above, only from the Nexus 9.
http://forum.xda-developers.com/and...google-spotlight-stories-apk-devices-t3138694
check this, It might work
puran157 said:
http://forum.xda-developers.com/and...google-spotlight-stories-apk-devices-t3138694
check this, It might work
Click to expand...
Click to collapse
my phone is not supported. how can i still get it?

List O' Skype UWP Packages with W10M Support

Closing this thread as my mechanism no workie anymore to get the super new packages. You'll have to wait
Hi all,
I recently gave the Twitter world a tease of Skype UWP running on my Lumia 1520 on Redstone (WHICH IS THE MINIMUM REQUIREMENT. If you're on 10586 or Release Preview.. It's not going to work) and promised to share with the world. Without further ado, I present..... PACKAGES.
I'll be updating this regularly with links to the official Skype UWP packages that support W10M.
Instructions:
Before downloading the appxbundle, go to Settings -> Update & Security -> For developers and enable Developer mode (may work with Sideload apps, but I never tried). Copy the package to the phone and open it from the File Explorer. Install then enjoy. You can also upload the package from the Device Portal also, if you feel well inclined to.
NOTE: You MUST be running a Redstone build. If you try this on a non-Redstone build and you complain that it doesn't work, I'm going to steal your soul.
If you are installing via File Explorer, wait for it to complete even though it looks like nothing happened. Using the Device Portal is easier because you see the entire progress of the upload and install.
Releases:
Skype v.11.6.72
Skype v.11.6.63
Skype v. 11.6.56
Skype v. 11.6.36
Skype v. 11.6.26
Enjoy!
Reserved for something #1
Reserved for something #2. Dunno what for yet
It's working great on my 640! It's WAY better than the wp8 version!
compu829 said:
It's working great on my 640! It's WAY better than the wp8 version!
Click to expand...
Click to collapse
Yeah, the performance is BEAUTIFUL. One thing you may have to watch out for is that sometimes when you open the app, it will sit at the splash screen then die. Other than that, the performance is just awesome.
Thaaaaaaaaaaaaaaank you
Is Beautiful app , thank's bro, !
Unable to install on my Lumia 950 XL running the latest build 14356. I am receiving the error "Can't Install app - There's a problem with this app. Check the package, or contact the person who gave it to you for help." when I tap on the file in the file explorer. I have tried uninstalling the old skype app, restarting, verifying my build and that the device is in developer mode and even tried re-downloading the app package. Any other ideas?
LefeversJay said:
Unable to install on my Lumia 950 XL running the latest build 14356. I am receiving the error "Can't Install app - There's a problem with this app. Check the package, or contact the person who gave it to you for help." when I tap on the file in the file explorer. I have tried uninstalling the old skype app, restarting, verifying my build and that the device is in developer mode and even tried re-downloading the app package. Any other ideas?
Click to expand...
Click to collapse
Latest build, L930, same error.
Try using the Device Portal and uploading the app to your phone from a desktop. I'm also running 14356 on my 1520.
snickler said:
Try using the Device Portal and uploading the app to your phone from a desktop. I'm also running 14356 on my 1520
Click to expand...
Click to collapse
Unfortunately, that doesn't seem to work either. Same error message.
Works great so far. Thanks
Just a heads up, you can also install the app on your PC. It's so much better than the official preview. Still needs A LOT of polishing though, the hamburger button is making me crazy.
LefeversJay said:
Unfortunately, that doesn't seem to work either. Same error message.
Click to expand...
Click to collapse
Hmmm do you have any screenshots?
I have an error message when i launch Skype
Edit1 :it's work now
Probably, there should be a big red warning, like
YOU CAN'T DOWNGRADE THIS TO A STABLE BUILD
So, I've successfully installed the app, but it crashed constantly. So, I uninstalled it and tried to install a stable skype from the store. But, Store tried to install skype preview instead of stable skype, and it obviously can't. It just hangs on "Starting download" or "Error, see details", and store now keeps showing me 0x80240024 or 0x8013153b for almost everything - it can't search for any apps, can't show anything but "Home", etc. Skype sticks in download queue forever and can't be removed from here (reboot doesn't help).
Edit: turns out that the store app is still functional, except that an empty entry with only "error, see details" is now always present in download queue in store app, and I have 2 entries of skype preview in all apps list, one of which is pending. Still can't downgrade to stable version though.
Edit2: Skype preview is much more stable after reinstall, but doesn't display my big chats (>40 people). Looks like the bug which was here since the very first messaging + skype app, when the app crashed trying to open that chat, and in later versions it just didn't show it. Microsoft, do something with that, it's a shame :/
What builds does this work with?
Is it supposed to work on the production build (non-insider) build. (.318)?
I'm confused on what the redstone builds are. Thanks!
ChargePositive said:
Is it supposed to work on the production build (non-insider) build. (.318)?
I'm confused on what the redstone builds are. Thanks!
Click to expand...
Click to collapse
Redstone builds are in the Insider Fast and Insider Slow. Release Preview and Production are on the TH2 branch.
Thanks man
So, after install, I attempted to uninstall, which appeared to work as expected. However, when attempting to download the official release of Skype, I get an error; additionally, the start screen shows that it is trying to install Skype Preview, which is obviously incorrect.
Is there a workaround here?
It's great. Fast and looks good. I only have one problem with it. Can you guys write in group conversations with this app? I can't.

Categories

Resources