[APP] Fotolio - Acer Iconia A500

I have an app on the Android market that a user reported having issue with on the Acer Iconia A500 tab. Can one of you please take the time to install the app and try to reproduce the error while accessing external USB and provide the logcat? I would greatly appreciate your help!
The app is called Fotolio and is available on the Android market at Fotolio
The app development is tracked in this post: http://forum.xda-developers.com/showthread.php?t=1445754
App ScreenShots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Apachi2k said:
I have an app on the Android market that a user reported having issue with on the Acer Iconia A500 tab. Can one of you please take the time to install the app and try to reproduce the error while accessing external USB and provide the logcat? I would greatly appreciate your help!
The app is called Fotolio and is available on the Android market at Fotolio
The app development is tracked in this post: http://forum.xda-developers.com/showthread.php?t=1445754
Click to expand...
Click to collapse
great app!!! it crashes if you select USB storage without any USB plugged in otherwise it works great!!!

niabi said:
great app!!! it crashes if you select USB storage without any USB plugged in otherwise it works great!!!
Click to expand...
Click to collapse
Thank you so much for your feedback! I should be able to fix fix the issue now - didn't plan for empty mount points so its an oversight on my part.

Great app... Definitely useful

phillymatt said:
Great app... Definitely useful
Click to expand...
Click to collapse
Glad you like it! The app is still in beta with many more features on the way.

I installed the app on an A500 with stock rooted 3.2.1 rom and it
FCs every time......Probably something on my end
attached logcat
Edit....V1.0.3

bytemehard said:
I installed the app on an A500 with stock rooted 3.2.1 rom and it
FCs every time......Probably something on my end
attached logcat
Click to expand...
Click to collapse
Thank you for this information. I will try to fix this for you tonight. Most of these issues are only on specific devices that I do not own and that is why is gets hard to troubleshoot. If you don't mind, please message me your email that way I can have you test it before releasing it to the public.

--PM sent--

bytemehard said:
--PM sent--
Click to expand...
Click to collapse
Please check your email and let me know if you have any question. Thanks for helping.

Installed V1.0.4 Runs fine and accessed the 32gig usb thumb drive just fine.
In my opinion if you support .tiff and .raw you would have my full attention even with a no frills version. Do you think that is possible?

bytemehard said:
Installed V1.0.4 Runs fine and accessed the 32gig usb thumb drive just fine.
In my opinion if you support .tiff and .raw you would have my full attention even with a no frills version. Do you think that is possible?
Click to expand...
Click to collapse
That is beyond my capabilities. I am using the code that google provides to decode pictures and unfortunately, raw and tiff processing is a whole new game. I may make the app open source at some point and hopefully better developers will show interest and add advanced functionality.

Pali,
On further testing V1.0.4 it would crash while viewing a folder of about 15 jpegs on the external SD card.
The crash is repeatable every time and happens randomly with different pictures.
They are between 1 and 5mb each. The screen goes black and wont exit out using home or back button for several long seconds. When I re-open the app the screen just is black again and twice would not exit at all and had to reboot machine.
attached alog
edit- The crashes happened while using the alternate portfolio view.......it may have something to do with thumbnail rendering because now it is not crashing, but the preview thumbs on the left side are just blank(gray)

bytemehard said:
Pali,
On further testing V1.0.4 it would crash while viewing a folder of about 15 jpegs on the external SD card.
The crash is repeatable every time and happens randomly with different pictures.
They are between 1 and 5mb each. The screen goes black and wont exit out using home or back button for several long seconds. When I re-open the app the screen just is black again and twice would not exit at all and had to reboot machine.
attached alog
edit- The crashes happened while using the alternate portfolio view.......it may have something to do with thumbnail rendering because now it is not crashing, but the preview thumbs on the left side are just blank(gray)
Click to expand...
Click to collapse
Interesting. Are you using the market version or the one I emailed to you? Try the market version and see if it works any better. If it still crashes, I will send you a new version soon.

bytemehard said:
On further testing V1.0.4 it would crash while viewing a folder of about 15 jpegs on the external SD card.
Click to expand...
Click to collapse
Try this one and tell me if it fixes it. Make sure you uninstall V1.0.4 to clear up any cache (there might be corrupted cache because of the constant version changes).
FotolioV1.0.5.apk

Uninstalled v.1.0.4 - rebooted - installed V1.0.5 - went to settings and cleared data-
Results were much better. It still crashes or FCs if I choose one thumbnail to the next very quickly, but thats not a normal thing to do. The Thumbs still grayed out only after a short use. Tried clearing data and force closing from tablet settings and still no thumbs preview. Rebooted and thumbs preview are back. After reboot another random FC while choosing a folder. Restarted the program and a black screen - had to hit home button twice to exit. From tablet settings force closed app and it then opened normally again.
2 Logs and pics of grayed out thumbs attached

bytemehard said:
Uninstalled v.1.0.4 - rebooted - installed V1.0.5 - went to settings and cleared data-
Results were much better. It still crashes or FCs if I choose one thumbnail to the next very quickly, but thats not a normal thing to do. The Thumbs still grayed out only after a short use. Tried clearing data and force closing from tablet settings and still no thumbs preview. Rebooted and thumbs preview are back. After reboot another random FC while choosing a folder. Restarted the program and a black screen - had to hit home button twice to exit. From tablet settings force closed app and it then opened normally again.
2 Logs and pics of grayed out thumbs attached
Click to expand...
Click to collapse
This one is really puzzling me because your device is running out of memory and there seems to be some sort of memory leak. I tested v1.0.5 on my Xoom with a folder with 20 images of 21mp (~10-15 mb files) and it worked fine and the memory never became an issue.
Are the pictures in PNG or JPEG format? Any chance you can share these pictures so that I can try to reproduce this error on my side?
I'll keep trying to look for what could be happening but trying to look for memory leak (if there is any) might take a while.

Here is an update from the Xoom thread for those who are tracking this app in this post. This version attempts to fix the force close with empty USB Storage - can someone please try and confirm if the fix works?
------------------------------------------------------------------
I spent a good bit effort cleaning up this app and many new features are being implemented in parallel and I hope to release an exciting feature packed version soon. One of the features that I spent several days on was multi-touch zoom and I just couldn't get it right. After giving up, I decided on an alternate approach for multi-touch zoom that I think works very well and I hope you'll like it's simplicity and use. You can open any image in your favorite image viewer (I recommend the built in Gallery) by long pressing the image thumbnails. This will give you zoom ability without the feel of leaving the main application. Press back button and you'll be back to where you started
Please, please, please test this thoroughly and let me know if you get any issues. I have made the mistake of releasing new version too quickly to the market and introduced many force close issue. I appreciate everyone's support for this app - it has become much bigger than I originally anticipated with almost 1000 downloads as of this post.
Any most importantly, please show your support for this app by rating it the Android Market! Rating and your feedback is my only motivation to keep working on this application.
EDIT 2/27/12 - V1.0.5 BETA Update Fotolio 1.0.5 - BETA
-> Long press on thumbnails to allow multi-touch zoom gestures
-> Better memory management for large images
-> Cleaned up descriptions
-> Several new code changes for new features that will come soon

I need a few dedicated testers who are willing to test and provide detailed feedback (including logcats) on the next version. I am introducing two major features that have never been tested before and need your help trying to break the app
If interested, please PM me your email and what devices you have.

I had a little play very nice app, I am using a acer iconia a500,it crashed when changing portfolio views and left me with a black screen. What seemed to fix it for me was removing the '.' files that the Mac created when i made the folder of images. Has worked great ever since.

New beta is up for everyone to try - please let me know what you think. I added the section below in the main thread under Motorola Xoom.
EDIT 3/21/12 - V1.2 Beta Update FotolioV1.2-Beta.apk
-> Major rework all around the app
-> New scrolling view
-> Added muti Fotolio functionality with some eye candy!
-> Other things that you'll see when you play around
Please test and give me your feedback. I would like to get this on the market soon.

Related

[ROM][BETA] EnergyExpressoXDA v2.2.1.0.022 12-11 (Sense 2.2,Smartass,Cache2cache)

This ROM is rather incomplete as it is part of a project to backport parts of other HTC Sense 2.2 (Froyo) MDPI ROMs in ordr to have an HTC based Froyo ROM for Eris. Unlike the CyanogenMOD ports which have provided versions for models of their Froyo ROMs which were much easier to work on the Eris and have had 5+ months of painstaking work where this is only on its first month.
I'm just trying to get the optimization aspects done while others get full hardware functionality working, although I may join them soon. So what works? Allot actually. What doesn't? Thanks to Tazz, Tenzo, Conap & Decadance not much (BT audio, camera and WIFI hotspot).
It is fully themed using a combination of contributions providing a clean and somewhat unique Expresso look as well as many common performance tweaks which, to me, have provided a smoother, less choppy feel when interacting with the UI when compared to its parent ROMs.
Please note that portions of this ROM fall under the GPL, Apache and BSD licences. You may find the details of these licences here.
Since I rarely use the camera and never used BT audio I am currently using this as my day to day ROM. That does not mean it provides me a full experience. It is still very bleeding edge.
Features
Fully Expresso Based Themed
Additional Eye Candy
Official Google Reader
OI File Manager (Open Source, Apache License)
No BT Audio, Camera or Wifi Hotspot
Speed Optimizations
All HTC Goodies
Cache2cache (over 100MB additional app space)
Smartass CPU Scheduler (less voltage, automatic sleep cap, etc...)
CPU overclocking & underclocking provided by the feature above
HTC Marketplace in addition to Market
DroidX Boot Screen
No lame rainbow spotted default BG
etc...
New in this Release
Put all stock HTC apps back
Improved stability (less random FCs)
Removed OI Notepad since HTC Notepad works just fine
Added 3D gallery in addition to 2D gallery
Added Car Home (not tested)
etc...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Latest Download
Lite Version Download
NOTE:
Before releasing more updates I am moving my efforts towards helping Tazz & Tenzo with core functionality and take what I can for that and help Kaos with Gingerbread. Once all core functionality is in place for this ROM's parent ROMs I will get this going as a serious ROM with the same focus it has now. So development on this ROM is still 100% active but it is gonna take a bit before you see a new release.
If you want to donate then do so for the painful neuromuscular Cervical Dystonia disorder here. The only treatment is $3,000/15 injections worth of Botox every 3 months for the rest of my life.
thanks downloading now
cant wait to read all the responses about whether or not the camera works and all the *****ing about the camera not working. had to get my ***** about them out there.
rom sounds good. downloading now. always willing to play with a new rom.
thank you
Good job. I might try a flash.
wow slow downloading...lol
very nice looking,downloading now...looking forward to flashing
jdog94 said:
wow slow downloading...lol
Click to expand...
Click to collapse
Moved to a much faster 8 x64 CPUs/32GB RAM/SCSI server at my colo (able to serve about 1GBPS).
Hope it helps, sorry for the inconvenience.
I'm going to give this a try also. I've got two micro sd cards... one for Eclair ROMs and the other for Froyo ROMs. The Eclair card is partitioned for apps2sd and the Froyo card is all Fat32. I'm currently running Tenzo's xtrRCMix-Sense2.1 which is pretty awesome, but I think its time to swich cards for a while!
Installation aborted
Every time i try to flash it (downloaded it several times) it gives me "E:Can't open /sdcard/ExpressoEnergy.2.2.002.zip (bad). Not exactly sure what I'm doing since I have tried several times to download it.
also getting the bad zip please fix looks awesome
brandonpry said:
also getting the bad zip please fix looks awesome
Click to expand...
Click to collapse
Also....stoked to try but cant
Sent from my Tazz Vanilla using XDA App
kkpsichologist said:
Every time i try to flash it (downloaded it several times) it gives me "E:Can't open /sdcard/ExpressoEnergy.2.2.002.zip (bad). Not exactly sure what I'm doing since I have tried several times to download it.
Click to expand...
Click to collapse
I'm getting the same thing.
I'm getting installation aborted when I try to install it. I did a complete wipe and boot in recovery.
I tired re signing the .zip file I downloaded and even that wouldn't work. I opened it in winRAR just to check and I get a break operation where it says unexpected end of archive and it says there are 0 bytes of data. Properties says its 120MB but I don't have a checksum to verify that the file is intact. It seems whatever was uploaded has been corrupted.
The archive is corrupt. Please re-upload it.
johnny quest said:
I'm getting installation aborted when I try to install it. I did a complete wipe and boot in recovery.
Click to expand...
Click to collapse
Ditto here.
I downloaded it late last night and it took FOREVER! I see he updated the link... Anyhoo. I was able to get it to install and it seemed pretty smooth/stable. I saw a couple FCs.. one in particular was in Settings > Network > Mobile Net options. Each time I tried to get into that setting page, it would FC. I also tried to get Facebook from the Market and it would never download.
I like the new sense ui though! it looks really clean. I've not sampled Tazz's or Tenzo's yet.
No LWPs worked for me.
Switching back to XTRSense for now.
Keep up the work!
timmywa said:
I downloaded it late last night and it took FOREVER! I see he updated the link... Anyhoo. I was able to get it to install and it seemed pretty smooth/stable. I saw a couple FCs.. one in particular was in Settings > Network > Mobile Net options. Each time I tried to get into that setting page, it would FC. I also tried to get Facebook from the Market and it would never download.
I like the new sense ui though! it looks really clean. I've not sampled Tazz's or Tenzo's yet.
No LWPs worked for me.
Switching back to XTRSense for now.
Keep up the work!
Click to expand...
Click to collapse
Will you upload it for us since the OP is AFK?
Pretty please?
timmywa said:
I downloaded it late last night and it took FOREVER! I see he updated the link... Anyhoo. I was able to get it to install and it seemed pretty smooth/stable. I saw a couple FCs.. one in particular was in Settings > Network > Mobile Net options. Each time I tried to get into that setting page, it would FC. I also tried to get Facebook from the Market and it would never download.
I like the new sense ui though! it looks really clean. I've not sampled Tazz's or Tenzo's yet.
No LWPs worked for me.
Switching back to XTRSense for now.
Keep up the work!
Click to expand...
Click to collapse
Settings > Network > Mobile Net options. is a known fc issue on ports from gsm
timmywa said:
I downloaded it late last night and it took FOREVER! I see he updated the link... Anyhoo. I was able to get it to install and it seemed pretty smooth/stable. I saw a couple FCs.. one in particular was in Settings > Network > Mobile Net options. Each time I tried to get into that setting page, it would FC. I also tried to get Facebook from the Market and it would never download.
I like the new sense ui though! it looks really clean. I've not sampled Tazz's or Tenzo's yet.
No LWPs worked for me.
Switching back to XTRSense for now.
Keep up the work!
Click to expand...
Click to collapse
were you able to get bluetooth audio to work? I've been using Tenzo's which is awesome except the bluetooth will connect but i can't hear out of it (which is necessary in CA for driving)

New video chat/conference software

I ported my ReelPortal video conference to Android recently. It's reported to be working on the Viewsonic G Tablet with certain ROMs. I believe it works on the Archos 70/101, but I don't know how well, since the G Tablet has the Tegra-2 dual-core CPU and the Archos don't.
Anyhow, my app is published on AppLibs, or you can get it from the G Tablet thread here:
http://forum.xda-developers.com/showthread.php?t=908613
Please provide feedback if you try it. Thanks.
Beware of firmware 2.1.3 (not sure if 2.1.4 is any better):
Kashban: I got word from one of my friends owning an Archos 101 (non rooted, latest firmware 2.1.3), that ReelPortal is very buggy and slow on it. I have no problems on UrukDroid based on FW 2.0.71 and still waiting for Uruk to move on to the new FW, so as soon as I migrated I will test again.
Thanks! I will try it out
ookiller said:
Thanks! I will try it out
Click to expand...
Click to collapse
Cool! Let me know if you have any questions.
i am use your APK on Archos 10.1 it and 7.0
for 4.3 it the webcam is on side of the Archos
install ok
connect ok
how deconnect ?
but the screen with the webcam is very big
have you a solution ?
see pictures
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Feedback
First of all: Nicely done.
I tested it between my HTC Desire, the Archos 101it and my Netbook running Win7 32bit using Firefox 3.6.x.
A few Things which may be improved from my Perspective:
Exit function:
Not prominent enough on Android: If you just chose to back out of the App, it's still running, including Video and Audio broadcast. This is good if you want to bring another App to front without breaking the Conference, but if you intend to disconnect, you have to longpress on the Screen, which isn't obvious at first. You may accidently broadcast on and on without knowing.
Proposal: If leaving the app by the back button, ask the user what to do: Exit Application or put it in the background with running video/audio or put it in the background with video/audio stopped and muted. If the App is in background and still sending, it should show this by an Icon in the status bar of Android. Don't know if that's a goal possible to achieve with Adobe Air. Otherwise you may be sending video / audio without knowing and giving away your privacy.
Regarding privacy: Is there a way to encrypt the Streams? If not, even with your own Server someone might spoof on the Connection (I know it's P2P, but nevertheless routed through internet relays).
Login screen:
Sometimes when writing into the Nickname / Room Fields a leading Space is added and the Strings are not accepted. Better strip any leading and trailing Spaces from the input Strings without bothering the User.
Terms of Service: Should be gone once I clicked "save" and changable by Options Menu.
Would be nice if the App stores my Nickname and the Room I used before
Moving Windows are fancy but not needed on the login Screen. I was more irritated by it.
The Conference Room:
Paused Video Stream of Participant: No indication whether the Connection has been lost or the Participant paused the Stream. Perhaps putting a Message on Screen for Paused Streams (and Muted voice) would lead to more Confidence in the Robustness of the Software and the Connection.
Size of Conference Room Items: On small Screens like my 3.7 inch one of the Desire the Chat Window Controls are too small. Everything else seems to be ok.
Video Stream Quality. How is the initial setting calculated? Is it depending on the current kBit/s or just an overall Default?
Anyhow, this is a good Piece of Software you developed here. I'm not familiar with other Solutions on Android like Fring or Skype, but it looks very promising given the Fact it runs on all Devices with Flash Capacity (even iPhones and iPads with the Packager from Adobe)
Best regards,
Kashban
have you the link for the netbook ?
cajl said:
i am use your APK on Archos 10.1 it and 7.0
for 4.3 it the webcam is on side of the Archos
install ok
connect ok
how deconnect ?
but the screen with the webcam is very big
have you a solution ?
see pictures
Click to expand...
Click to collapse
If you press and hold on the main screen for 4 seconds, a pop up menu appears. It has the "Exit" and "Toggle Screen" buttons. The toggle screen suppose to toggle the screen between FullScreen and Normal (which is default to 800x480), but it doesn't work on Android because currently on Android, Normal equals FullScreen. I will look for other ways to get around it. Thanks for bringing it up.
For netbook, you can run it from a web browser at www.reelportal.com. Or you can install the AIR version via download link.
BTW, double-clicking on the main screen should also toggle the screen, but also not working on Android .
Kashban said:
First of all: Nicely done.
I tested it between my HTC Desire, the Archos 101it and my Netbook running Win7 32bit using Firefox 3.6.x.
A few Things which may be improved from my Perspective:
Exit function:
Not prominent enough on Android: If you just chose to back out of the App, it's still running, including Video and Audio broadcast. This is good if you want to bring another App to front without breaking the Conference, but if you intend to disconnect, you have to longpress on the Screen, which isn't obvious at first. You may accidently broadcast on and on without knowing.
Proposal: If leaving the app by the back button, ask the user what to do: Exit Application or put it in the background with running video/audio or put it in the background with video/audio stopped and muted. If the App is in background and still sending, it should show this by an Icon in the status bar of Android. Don't know if that's a goal possible to achieve with Adobe Air. Otherwise you may be sending video / audio without knowing and giving away your privacy.
Regarding privacy: Is there a way to encrypt the Streams? If not, even with your own Server someone might spoof on the Connection (I know it's P2P, but nevertheless routed through internet relays).
Login screen:
Sometimes when writing into the Nickname / Room Fields a leading Space is added and the Strings are not accepted. Better strip any leading and trailing Spaces from the input Strings without bothering the User.
Terms of Service: Should be gone once I clicked "save" and changable by Options Menu.
Would be nice if the App stores my Nickname and the Room I used before
Moving Windows are fancy but not needed on the login Screen. I was more irritated by it.
The Conference Room:
Paused Video Stream of Participant: No indication whether the Connection has been lost or the Participant paused the Stream. Perhaps putting a Message on Screen for Paused Streams (and Muted voice) would lead to more Confidence in the Robustness of the Software and the Connection.
Size of Conference Room Items: On small Screens like my 3.7 inch one of the Desire the Chat Window Controls are too small. Everything else seems to be ok.
Video Stream Quality. How is the initial setting calculated? Is it depending on the current kBit/s or just an overall Default?
Anyhow, this is a good Piece of Software you developed here. I'm not familiar with other Solutions on Android like Fring or Skype, but it looks very promising given the Fact it runs on all Devices with Flash Capacity (even iPhones and iPads with the Packager from Adobe)
Best regards,
Kashban
Click to expand...
Click to collapse
Thank you for the extensive feedback! I definitely like a fresh perspective. I will put your ideas on my to do list.
I was able to install on my 101 I now have to get adobe air and i'll try it later tonight.
I also tried to install it on my stock 2.1 verizon facinate and the apk won't install using astro.....any ideas?
Thanks,
-G
Sent from my SCH-I500 using XDA App
Works just fine on my 101. Shows how bad the camera is too.
njbreaker said:
I was able to install on my 101 I now have to get adobe air and i'll try it later tonight.
I also tried to install it on my stock 2.1 verizon facinate and the apk won't install using astro.....any ideas?
Thanks,
-G
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
it needs to have Android 2.2, and Adobe AIR 2.5.1, otherwise it won't function even if you manage to install it, because the API is not there to access the hardware....also, if your device have 2 cameras, the current API only allow access to 1 camera (most likely the back one). Android 2.3 would allow access to multiple cameras.
blazingwolf said:
Works just fine on my 101. Shows how bad the camera is too.
Click to expand...
Click to collapse
thanks...well the camera resolution is currently set to low (320x240) just so the device won't bog down...my plan is to allow the user to select the resolution, in a future version...but i don't have an Archos, so i can't really tell its actual camera quality.
reelportal said:
thanks...well the camera resolution is currently set to low (320x240) just so the device won't bog down...my plan is to allow the user to select the resolution, in a future version...but i don't have an Archos, so i can't really tell its actual camera quality.
Click to expand...
Click to collapse
I think it is a VGA camera. Not very good to begin with. If you can let us change that though it would be great.
blazingwolf said:
I think it is a VGA camera. Not very good to begin with. If you can let us change that though it would be great.
Click to expand...
Click to collapse
Definitely! Actually, the original settings was at 640x480, but when some Samsung Galaxy Tab user reported the device was crawling at 1 frame every 5 secs, I figured the tablet cpu may not able to handle it, so I reduced it for now. But I do want to make it a user adjustable control. Same with the frame rate.
reelportal said:
it needs to have Android 2.2, and Adobe AIR 2.5.1, otherwise it won't function even if you manage to install it, because the API is not there to access the hardware....also, if your device have 2 cameras, the current API only allow access to 1 camera (most likely the back one). Android 2.3 would allow access to multiple cameras.
Click to expand...
Click to collapse
Roger that!
it worked on my 101 and i video chatted w/ my PC! I LIKE....lots of potential here!
now should i root and upgrade to froyo so it works on my fascinate? hmmm.
njbreaker said:
Roger that!
it worked on my 101 and i video chatted w/ my PC! I LIKE....lots of potential here!
now should i root and upgrade to froyo so it works on my fascinate? hmmm.
Click to expand...
Click to collapse
cool! glad it works. thanks.
reelportal...cool apps, it works ok on my 101T but its a little bit laggy? what will be the problem here?
jetv1r said:
reelportal...cool apps, it works ok on my 101T but its a little bit laggy? what will be the problem here?
Click to expand...
Click to collapse
can you describe your setup details, like:
- are you testing between the 101T and another PC or something else
- is there lag with audio only test (video turned off)
- is there lag with video only test
- and at which end (tablet or PC) do you see the lag
- are you using P2P mode (default), or client/server mode
thanks.
New Version (1.0.1)
i just added a newer (experimental) version in the first post of the viewsonic thread:
http://forum.xda-developers.com/showthread.php?t=908613
Changes:
- option to save nickname and room last used (you can clear it by set the fields to blank, then save).
- added new field to enter the Server ip address, in case you want to run your own server (if not set, it defaults to the last used server)
- hide that annoying red TOS box when you check it, and click Save.
- when you enable the webcam, you can set its resolution and frame rate.
the web client is running the new version also. feedback please.
cajl said:
have you the link for the netbook ?
Click to expand...
Click to collapse
http://www.reelportal.com/
The flash app is right there.

[ROM][JULE19]-=Virtuous Thrive v. 1.0.1=- [Honeycomb 3.1][Kernel: UNITY V8]

discontinued on XDA​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Based on Toshiba Thrive OTA 01.5.0022 (Honeycomb 3.1 HMJ37)
Kernel:
2.6.36.4 UNITY V8 OC kernel
If you want to use it as base then you must have the permission from us. If you want to join us to improve the ROM please contact us and we will be happy to find new members.
Click to expand...
Click to collapse
- 99.9% stock Toshiba Thrive ROM
- Awesome SRS postprocessing & Equalizer
- Multilanguages
- Improved EXT4 performance
- Ultra Fast
- Virtuous CPU scaling scripts - READ MORE
- Deodexed
- Zipaligned
- 216-1200MHz default
- OC up to 1600MHz (with SetCPU or other apps)
- Busybox / Superuser
- 3G modem support (Huawei)
- Nano text editor support
- Bash command shell support
- and more
Click to expand...
Click to collapse
Issues (WIP):
- microSD mounted in "/storages/sdcard-disk0" or "mnt/storages/sdcard-disk0"
- USB Flash Drive mounted in "/storages/usb0-disk0" or "mnt/storages/usb0-disk0"
- you tell me
Click to expand...
Click to collapse
- Flash via ClockworkMod Recovery
[TUTORIAL] How to Flash Virtuous Rom On the Acer Iconia A500:
(Thanks to cfcoleman)
Click to expand...
Click to collapse
V1.0.1 Full ROM:
http://www.multiupload.com/DE8VNOGAMY
Audio fix for v.1.0.1: http://www.multiupload.com/16KBWLBKU7
Do a full wipe & format /system before first flash
Click to expand...
Click to collapse
More Info & GPL:
Acer: http://www.acer.com/
Kernel: http://gitorious.org/picasso-hc-kernel/picasso-hc-kernel
Credits: Google, Virtuous Dev Team (m-deejay, seo), fguy, roggin & others​
Screenshots:
Click to expand...
Click to collapse
Changelog:
Click to expand...
Click to collapse
Code:
v.1.0.1:
- Fixed mount USB Drives
- Removed Toshiba File Manager
- Added ES File Explorer
- Other minor fixes & tweaks
v.1.0.0: - http://www.multiupload.com/HBO8ISCD1C
- Initial Release
Introduction to the new Overclocking Daemon
Click to expand...
Click to collapse
This ROM features a completely new way of Overclocking and managing screen states.
The History
But before explaining it further, let's talk about previous solutions.
There are several different approaches to archieve "screen-state-scaling".
That means basically that the govenor changes if you turn the screen off and changes back to normal when turning the screen on.
This is mainly used to restrict the amount of CPU usage (the frequency in fact) during screen off. This can lead to a major battery life increase.
The solutions so far were:
App like SetCPU, which change automatically the govenor based on profiles
integrated solutions in the govenor itself
Both these solutions have major problems.
The one with a tuner app is always a little laggy right after turning on the screen because SetCPU (or any other CPU tuner) needs some time to change the govenors (up to 7 seconds). This leads mostly to major lag in the lockscreen.
The second solution is the smartass govenor. It has already a screen-state-scaling included, so it reduces the frequency when the screen turn off.
This could be a really nice solution but it has some problems too.
Smartass most of the time is not really stable and has problems with its frequency scaling.
State-of-the-art-solution
So we (more precisely rmk40) thought of a better solution.
He wrote a native C Daemon which changes the govenors instantly without any lag.
This leads to major performance improvements right after turning on the screen and in the lockscreen.
But at the moment this solution is a little bit harder to configure. We are plaing to make a GUI for this, so you get the same comfort as using SetCPU.
Nevertheless you can even now adjust the daemon to your needs.
Be aware that the daemon only works if all CPU tuner apps are deinstalled. Otherwise it deactivates itself.
How to adjust the daemon
Click to expand...
Click to collapse
The daemon is configured with 6 files in the folder /system/etc/virtuous_oc/.
There are 3 files for the wake state and 3 for the sleep state. For each state one file for the govenor, one for the minimal frequency and one for the maximal frequency.
You can easily edit these files eg. with RootExplorer or any other app which can edit system files. So you can adjust the frequencies and the govenor for each state just like with SetCPU.
In order to get the available frequencies for the current kernel, just open your favorite terminal app and type
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
You could also use adb shell to show the frequencies on your computer.
To get the available govenors use a similar approach:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
Please make sure, you are entering the right values in the daemon's config files.​
deejay, not to question your motives, nor your talent, because you churn out more ROMS than any other dev on the A500 forums, but whatever possessed you to port the Thrive over to the A500?!?!?
I had this tablet for three days last week before taking it back for a full refund.
The initial build had the "infamous" sleep bug built in right from the factory. Toshiba was aware of it, and as of last week were supposedly working hard to correct it.
It has a very nice stock video player in it, but other than that, IMHO the rom was horrid!
Knowing you, you've probably already worked the sleep bug out of it, even though the devs at Toshiba couldn't lol!
Wow! That was quick
Will be havin' a go on this
MJ-12
How come no other responses? This is either brand spankin new or after they run it it killed everyone!
PS. Just got home and found 1.1.1 of Xoom at 4% (from 85%) last night. It said Android took 54% and 19 hours of the battery.
kjy2010 said:
deejay, not to question your motives, nor your talent, because you churn out more ROMS than any other dev on the A500 forums, but whatever possessed you to port the Thrive over to the A500?!?!?
I had this tablet for three days last week before taking it back for a full refund.
The initial build had the "infamous" sleep bug built in right from the factory. Toshiba was aware of it, and as of last week were supposedly working hard to correct it.
It has a very nice stock video player in it, but other than that, IMHO the rom was horrid!
Knowing you, you've probably already worked the sleep bug out of it, even though the devs at Toshiba couldn't lol!
Click to expand...
Click to collapse
no sleep bug here.
works fine. and very fast
i love sound & srs
m-deejay said:
no sleep bug here.
works fine. and very fast
i love sound & srs
Click to expand...
Click to collapse
lol You might want to give Toshiba a call, and give them some help then!
d/l now. I'll let you know how it compares to the actual ROM the thrive came with in a bit
im a little confused though- aside from an equalizer, what does this have to offer? And what are the possibilities of a super rom? As in all of the best features of all of your Roms in one?
1st little bug, stock file explorer doesn't see the external sd card. Notification in the lower right tray shows up as "sd card inserted", but the icons at the top of the stock file explorer do not respond to the external sd card. root explorer finds it in "storage" just fine though.
Have to format, wipe and reinstall with my "browser.apk" so I don't have to keep setting ua string.
bbl with more after re-install.
Ok here we go. Video playback on YouTube is the best so far on any ROM. All audio levels are great. I injected the browser.apk from your VP ROM, and no longer have to worry about UA string.
USB drive does not work at all. No notification, can't even see it in root explorer. The notification in tray for SD card states "SD Card Inserted", but when trying to view it in the stock file explorer, when you click on the SD card Icon (upper left), you get error "SD Card is not inserted", even though notification icon shows as being inserted. I can however go into Root Explorer, and R/W the sd card under "storage".
Going to play some more, just wanted to give you the few major bugs thus far. Great job on the first port!
m-deejay,
Why do all the roms try to load handcent at the begining? do you have them all linked back to your phone?
sd card don't work as well don't read music on it in media player
m-deejay how many tablet you have ????
when I see your release loooooks so easy to make a rom hahaha...
but I know it is not easy..
good job..
what's next ?
Virtuous Galaxoomthrissus ?
Virtous PLAYBOOK !!!! Pleasse
The Odom Project said:
what are the possibilities of a super rom? As in all of the best features of all of your Roms in one?
Click to expand...
Click to collapse
I'm not an expert, but I'm guessing that isn't very likely until source for Honeycomb is available (or ICS, as it may be by then)
Music keeps ghost playing from Toshiba music app. Also storage space is way off. Says I have almost 8gb of app but still have 12gb free???
Sent from my A500 using XDA Premium App
Crsdr37 said:
Music keeps ghost playing from Toshiba music app. Also storage space is way off. Says I have almost 8gb of app but still have 12gb free???
Sent from my A500 using XDA Premium App
Click to expand...
Click to collapse
Lol mine says "Total Space 14.91Gb"...."Available 22.75Gb"
Apparently I have more than 10Gb Available than the total space of the drive!
I wouldn't worry about the initial bugs, as deejay will have them ironed out pretty quick. I'll have to say that this is the best initial release you've put out so far, or anyone else for that matter! +100,000
More CrAzInEsS! Went into my external SD card to copy my gps.conf file for my country over to the etc directory, opened it up as text, and it appears blank (nothing at all in the file). When I bring that same file back to my laptop and open it, I has all the information in it that should be there.
While I'm no DEV, there is clearly something wonky (technical term few of you will understand lol) about the way this ROM is reading, or failing to read the SD card.
I can't wait to see this rom grow. I could really use that cool galaxy clock and weather widget. I'm also missing the screen shot button which was really nifty. Keyboard is really laggy for me.
Nice initial release. Can't wait for more.

[Rom] +++ Liquid Smooth Vigorsense V1.1 +++

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
+++Build for HTC Thunderbolt+++
***SOME of the Features in this ROM are***
Gmail v2.3.5.2
Google market v3.3.12
Superuser v9.9.9 and SU v3.0.3 Binary
Titanium Backup v4.6.4
HTC Quietly Brillant Lightning Splash
Block Ads
GBSense Voicemail Notification
Imoseyon GBSense v5.1 (Source Built) lean kernel
Animations, Overscroll, Volume Key Wake
Sense 3.5 Gallery, MMS, Weather
Doubleshot Sense 3.5 Camera
Runnymede Launcher Sense 3.5
Bliss RUU v1.26.605 Base
Newest (liquid) Google Music
Newest (liquid) Google Voice Search Widget
Added ICS keyboard
Four in One Power Menu Options and Screenshot
AND MUCH MORE!!!!!
*** Special Thanks to adrynalyne & erishasnobattery and all of Team BAMF ***
*** Answering all our questions and being Extermely helpful Thank You!!! ***
Info and Full Credits Please Refer to the Credits Tab In The Rom
Under Liquid Settings > LiquidSmoothRoms > ChangeLog or -=click here-=
PLEASE VISIT OUR FORUMS FOR NEWS AND UPDATES -=click here-= , THANK YOU AND ENJOY!!!!
****************************************************
***Screenshots***
+++Launcher and System Apps+++
Posted Image Posted Image
*******************************************************
***DOWNLOAD LINKS***
HTC THUNDERBOLT
SIZE: 237.4 MB
CRC32: 48e39db2
MD5: 8eea01251d7ea5585bfdda7a12ea3277
SHA-1: fe060b13e88a986cbc7b54ee3fb4dab86a4b63a7
MAINDL: http://bit.ly/rArbKn
***THUNDERBOLT KERNELS***
-=Imoseyon's GbSense Lean Kernel=-
**EXTRA INFORMATION**
WE ARE OPEN SOURCE AND ON GITHUB -=CLICK HERE=-
IF YOU LIKE THE WORK OF LIQUIDSMOOTH ROMS AND WOULD LIKE TO DONATE,
YOU WILL BE MUCH APPRECIATED AND THANK YOU IN ADVANCE..
[DONATE TO LIQUID0624 CLICK HERE
DONATE TO RAZIEL23X CLICK HERE
DONATE TO R3Ds CLICK HERE[/COLOR]
DONATE TO JBirdVegas CLICK HERE
Until I (nocoast) setup a donation link, donate to the rest of the team, Im proud that I was given the oppertunity to be the newest member of team liquid and i hope all of you enjoy the release! Flash on!
BEFORE YOU POST A BUG, MAKE SURE YOU READ THE UNDERLINED AND ITALICIZED TEXT, after that If you are still confused, please private message me personally to see if I can help you, If after that, I am unable to provide you a solution, then feel free to post it here until we get a dedicated vsense fix/mods/request thread!
EDIT:Some macs/VM's dont like mounting 3.5 roms/or at very least the screen doesn't stay on when they are mounted, go to display settings and set the display timeout value to 15 mins (most file xfers don't exceed that length IMO) once the file xfer is done you can eject and unplug and your screen will turn on. This is a Mac issue nd I built the update on the Mac using a Linux VM so I know your issue, its easily avoided by just adding more or no (If you can handle it) display timer ...try mounting/unmounting your sd card if you get a ? at the music player. Its an issue that doesn't really pose as one as I've only had to unmount/mount a couple of times in the extensive amount of testing i did. Also, using parallels VM and sharing your sd card with it, Id suggest you turn the "never off/15 minutes" option on to your display time out value if you want to be able to see it...I don't make mac products or VM's and im not looking to tailor our roms to their bugs...and lastly, well i fogot the lastly part because there arent many issues in this rom, its mean clean and lean!
And yes I know I posted the same answer 3x people are still gonna ask questions....
Downloading now...
Sent from my ADR6400L using xda premium
Backing up and flashing now. I'm currently on the latest infected eternity 3.5 rom, and i'm about to do a clean wipe and install.
let us know how this compares in speed/performance to the infected rom if you'd be so kind. Im just curious to see how the different 3.5 bases perform...
How is the LTE speed? I've been staying away from ETERNITY due to the slow LTE speeds. I've been using the stock sense rom, XDABOLT 1.7 and happy with it because everything works including the fast LTE speed I should be getting.
I'm still downloading this just to have it.
tarund said:
How is the LTE speed? I've been staying away from ETERNITY due to the slow LTE speeds. I've been using the stock sense rom, XDABOLT 1.7 and happy with it because everything works including the fast LTE speed I should be getting.
I'm still downloading this just to have it.
Click to expand...
Click to collapse
Speed seems fine here. About 14Mb down and 8Mb up. I do notice the rom occasionally lags when opening apps. Not sure what to do about it, but other than that it's pretty smooth.
kasandoro said:
Speed seems fine here. About 14Mb down and 8Mb up. I do notice the rom occasionally lags when opening apps. Not sure what to do about it, but other than that it's pretty smooth.
Click to expand...
Click to collapse
open up terminal emu
type su
st
3
"enter"
"enter"
type
zram enable
reboot....Should decrease any lag you have (by default it will be using interactiveX governor, Id reccomend you leave it on iX if you want to go into 1.9 mode)
tarund said:
How is the LTE speed? I've been staying away from ETERNITY due to the slow LTE speeds. I've been using the stock sense rom, XDABOLT 1.7 and happy with it because everything works including the fast LTE speed I should be getting.
I'm still downloading this just to have it.
Click to expand...
Click to collapse
Just because this is 3.5 base does not mean it is like eternity. I got my usual 26mbps down in downtown chi with 6 megs up. Tbh I never noticed much of a blow in LTE speeds with eternity either though (though I never kept it on my phone for longer than a few hours...)
Here is one i did on the south side (closer to indiana, the downtown service is faster....)
Some first impressions:
-Much faster than latest eternity rom, looks good too
-I like how the google music icon has the blue tint now instead of the old orange
-awesome boot animation (galaxy nexus i think)
-texts send super fast, muuuch faster than eternity rom, which itself was faster than stock htc i think
Bugs/needs improvement/suggestions:
-On the lockscreen, the messages and mail apps each have a little icon in the bottom right corner that shows you how many unread messages you have. On eternity this icon was a nice little green circle. On this rom, however, they are ugly white squares, which not only looks bad but also makes it hard to see the number of messages, which is written in white font with a little bit off an embossed shadow. So if that could be changed to something like little blue or green circles, that would be nice. Anything but white boxes
-This is personal preference, but I like the default android loading symbol, the spinning line, not exactly sure how to describe it. It's a spinning grey curve, not filled in. This new rom uses a similar icon, it's a grey and white circle with a spinning chord (radius), almost like a colorless beach ball on a mac. If I had the option, i would go back to the default icon as described above (it's very similar to the windows 7 loading icon, except not blue. But it could be blue if you want)
-I love the CRT screen-on/off animations, which i'm sure you know what i'm talking about. Eternity rom has them. This rom doesn't have em. If you could enable a toggle in the display settings for this then that would be awesome! Believe it or not, this is one of the major features i expect and love in a good gingerbread rom!
-On the factory stock htc rom and the eternity rom, in the location settings, i could check 3 different boxes:
-Verizon Wireless Location Services (i think uses cellular network)
-Google Location Services (i think uses data connection)
-GPS (hardware)
In this rom, I only have one box, which is for GPS. Once i have GPS enabled, it does allow me to go into the setting above it (labeled "Location Setting") and enable some kind of network-based location services. So if you know what I'm talking about and can give the 3-box option, that would be awesome and greatly appreciated (normally i like to keep just the google location services box checked).
-On the eternity rom, when you go into "Personalize" (either from settings or from hitting the menu button when you're at your home screen, you can change the apps that are displayed on the default "4-app + ring" lockscreen, as well as their positions. In this rom, you can't do either; in fact, there's no option to adjust the lockscreen at all i think.
If I remember later, I'll update this post with my LTE speeds, right now i'm on wifi.
Let me know which of these issues you do or don't understand, and which you think you'll be able to fix. Thanks for all your hard work, congrats on being the newest member of team liquid! We're expecting great things from you, and this rom is a great start! Definitely my new personal rom
Michael
Most of your issues are feature requests, this is not eternity rom, its also not 400+mbs if you want a LOAD OF FEATURES then go for synergy, liquid is about minimalism, speed without sacrificing any integral feature sets (and we still leave our touch on it.) Feel free to mod any of the cosmetics to your needs. I have no issue reading the number of texts I have in my "white boxes" nor do they look ugly to me...and you can register with network GPS as well as stand alone GPS...it locks fine, I have yet to find any innaccuracy/shortcomings with any location based services, if you find them please let us know glad you enjoy the speed of this from if you aren't in stsh mode 3 zram enable then do it. And dude, go to personalize lock screen shortcuts, its there as usual please before you post a "bug" double check to make sure you looked through the settings, we work hard on our roms and before quickly reviewing it, please take time to get to know it, OC and zram it and reboot it ans let it settle. Enjoy!
Sent from my ADR6400L using Tapatalk
nocoast said:
open up terminal emu
type su
st.sh
3
"enter"
"enter"
type
zram enable
reboot....Should decrease any lag you have (by default it will be using interactiveX governor, Id reccomend you leave it on iX if you want to go into 1.9 mode)
Click to expand...
Click to collapse
hmm, st.sh doesn't appear to exist (even looked for it through a few of the folders from the terminal emulator). Is there somewhere I can download the script from?
I'm sry in older versions you used to have to type St.sh iirc. Just type su
st
3
Enter
Enter
Zram enable
Apologies bout that...
Lmk if you have any other issues
Sent from my ADR6400L using Tapatalk
nocoast said:
Most of your issues are feature requests, this is not eternity rom, its also not 400+mbs if you want a LOAD OF FEATURES then go for synergy, liquid is about minimalism, speed. Feel free to mod any of the cosmetics to your needs. I have no issue reading the number of texts I have in my "white boxes" nor do they look ugly to me...and you can register with network GPS as well as stand alone GPS...it locks fine, I have yet to find any innaccuracy/shortcomings with any location based services, if you find them please let us know glad you enjoy the speed of this from if you aren't in stsh mode 3 zram enable then do it. And dude, go to personalize lock screen shortcuts, its there as usual please before you post a "bug" double check to make sure you looked through the settings, we work hard on our roms and before quickly reviewing it, please take time to get to know it, OC and zram it and reboot it ans let it settle. Enjoy!
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
Fair enough, I can appreciate a minimalism-focused rom! And hence I can definitely understand the large difference between the two roms. The things i mentioned were minor and wouldn't increase the file size by much, but if you want to keep it as lean as possible then by all means.
I would definitely mod the boxes into colored circles if i knew how, but i'm guessing you don't want to take the time to explain that to me, that's ok i understand.
I think I do understand what you're saying about the location services - you're referring to the top check box in location settings, "Use wireless networks" ? I originally had thought that only used wifi, but i see now that it uses cell signal. So thanks for pointing that out
I tried to do the zram thing to speed up the rom (i did experience a little lag, especially with the notification window sometimes not pulling down after many swipes), but i ran into the same issue as kasandoro. Then i saw your newest post and that fixed it for me (for those of you reading this, make sure that you don't capitalize the "z" in zram enable, because it won't be able to find it). So thanks for explaining that!
I apologize for missing the lockscreen adjustments screen, i forgot that it was in the 2nd tab in the personalize screen, i was just looking at the "home screen" tab and not the "display" tab. Thanks!
I'm pretty sure I gave you credit for your hard work in my first post, so no need to get huffy. I thought I had triple checked it, but I was just looking in the wrong place. But that's what forums are for, helping each other out!
Thanks again!
Michael
nocoast said:
I'm sry in older versions you used to have to type St.sh iirc. Just type su
st
3
Enter
Enter
Zram enable
Apologies bout that...
Lmk if you have any other issues
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
That did the trick! Unfortunately, it seems my phone can't handle 1.9. 1.5 seems to be its limit, so I had to back off. The zram tweak seems to have helped though.
Thanks!
kasandoro said:
That did the trick! Unfortunately, it seems my phone can't handle 1.9. 1.5 seems to be its limit, so I had to back off. The zram tweak seems to have helped though.
Thanks!
Click to expand...
Click to collapse
I've been running 1.9 mode since IMO released it with no issues. Are you using iX gov?
Sent from my ADR6400L using Tapatalk
coltspackers said:
I'm pretty sure I gave you credit for your hard work in my first post, so no need to get huffy. I thought I had triple checked it, but I was just looking in the wrong place. But that's what forums are for, helping each other out!
Thanks again!
Michael
Click to expand...
Click to collapse
Apologies if I came off as huffy this is my first major release and I killed myself working on it a few times so today I might be a bit agitated there will be a flash able update.zip for this rom we decided that from the beginning. The contents/nature of the zip, well that will remain top secret until its released stay posted...
Sent from my ADR6400L using Tapatalk
nocoast said:
I've been running 1.9 mode since IMO released it with no issues. Are you using iX gov?
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
Yup, running IX, and the phone freezes quite a bit and requires a battery pull (softkeys stop responding).
Just installed the ROM. Very smooth so far. Couple possible issues I noticed right away:
- Music players don't find my music files which are located in /mnt/sdcard/music
- Facebook for sense appears to be missing. Unable to sync contact pictures
nocoast said:
Apologies if I came off as huffy this is my first major release and I killed myself working on it a few times so today I might be a bit agitated there will be a flash able update.zip for this rom we decided that from the beginning. The contents/nature of the zip, well that will remain top secret until its released stay posted...
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
No worries, and awesome, looking forward to it!
Note: After enabling zram i got 2 freezes, both times the device rebooted itself after a minute or two. I then went back into terminal emu disabled it. Had one more reboot since, but seems to be stable and awesome now.
EDIT: Froze again about a minute after posting. This time it actually froze in the middle of a keyboard press, with vibrate on keypress enabled, so it was sitting there frozen and vibrating for about a minute or two till it finally rebooted itself lol. Any insight as to why we might be experiencing reboots at this point?
EDIT 2: Another freeze+reboot...
nswenson said:
Just installed the ROM. Very smooth so far. Couple possible issues I noticed right away:
- Music players don't find my music files which are located in /mnt/sdcard/music
- Facebook for sense appears to be missing. Unable to sync contact pictures
Click to expand...
Click to collapse
Without being mean, please read the op. (I'm going to tell you anyways) Go to sdcard mount/ unmount the SD card and remount it your music will appear, install Facebook thru the market if you want it...friend stream will use the fb app and do what you are deacribing with contact linking
Sent from my ADR6400L using Tapatalk

RR - Nougat - n5110 beta test

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Resurrection Remix 5.8.2​
Samsung Note 8.0 n5110
Beta 6 - RR-N-v5.8.2-20170307-n5110-Official.zip​
You've been waiting for it and I must say have all been exceptionally patient.
I'm just about ready to pull the trigger on an n5110 ONLY build of 5.8.2.
I would like a few n5110 volunteers to help beta test for a week or so <NO ETA's>
Plan being to get the current dev build updated with the February security patches when they hit with a view to that being release # 1.
It would be advantageous if you've used RGIB's CM14.1 / LOS.
The current n5110 build is pretty good, about the same quality as Roberto's great CM14.1/LOS.
There are a few minor known issues that are shared with Roberto's rom. Oh and full OMS7 implemented to support Substratum. So themes yay! Plus Pixel launcher.
I'm a bit hesitant to suggest it as a 'daily driver' yet, but it's damn close. I definitely need the viewpoint of a few more eyes to call that one...
So PM me if you want included in the beta group. You would need to setup an AndroidFileHost account and follow buff99.
n5100 and n5120 users... I'm a bit more hesitant this time to make blind builds, so will take my time. If I can find a couple of users of each to work with me pre-testing any builds before release then I'll be a bit keener..
I definitely do not want to release builds with major broken functionality this time.
There will be no more 5.74 builds, it is officially dead.
Thanks and regards to @rgib !
5.8.2 changelog
Current features
Known issues so far / FAQs
During Gapps setup
- The storage option with three stacked drive icons has no explanation text. Inherited from LOS rom.
- Just after entering google account name when restoring apps from google, graphic for next screen button corrupts, also on next page. No other obvious problems. Inherited from LOS rom.
- At end of Gapps setup an error message about MTP host crash occurs. No other obvious problems. Inherited from LOS rom.
General use
- With a substratum theme applied (S.i.X), the root authorisation toast displays too small. This means tick box for always apply cannot be selected. You need to go to advanced Privacy Guard and force Allowed to always have root on your app. Needs tested on other themes. Could be theme issue or Substratum issue with our dpi. Works fine without a theme applied.
- Screen wipes can be a bit flickery sometimes. Inherited from LOS rom. Noticed first use of camera can be flickery but calms down..
- Sometimes you see a line of corruption on left of screen when scrolling if you look really hard.
- I have seen a couple of non-repeatable instances of black screen flashes. An obscure graphics issue or my tablet going bad, not sure (game Unkilled when screen flashes red due to collision, GPS status when calibrating compass).
- Camera pictures (as of beta 3) - camera app allows pictures to be taken with front; allows change to rear and take pictures. THEN swapping back to front will disconnect camera
- Camera video (as of beta 3) - just selecting video will cause camera app to disconnect.
- Open Camera does record video if needed, possibly other 3rd party apps.
- Occasional toast stating MTP has crashed, but file transfer vis MTP not affected. Inherited from LOS.
- USBOTG doesn't appear to work yet.
General FAQs and comments.
- Substratum needs to be installed from Playstore, in case you wonder why it's not there. It's an option.
- Adaway and Kernel Adiutor are no longer included in rom.
- Doze has been working well since Beta 2. It minimises battery usage when tablet is NOT being used.
- Lockscreen current display was fixed in beta 2.
- Netflix playback works from beta 3.
- Use GPS Status to properly test GPS and re-calibrate sensors if needed. Disable wifi and bluetooth scanning in rom settings for accurate results!
If you want to send me a full set of logs for a bug, I recommend using Syslog.
Screenshots
Some screenshots with the S.i.X substratum theme applied, backgrounds from Tapet.
reminder: no more than 10 images in line per thread..
more than 10 images per thread is a disaster...
Nice ROM no problems so far everything works great
@Buff99 So far for day 1 of testing everything went smooth as far as flashing goes, I used pico gapps which flashed with no issues. As far as the usual apps I normally use so far are running good but I did notice I lag to the system itself I didn't change as far as any mods I'm using it as is, on a couple of games I notice some frame drops that I didn't have on 6.0.1 it's only day 1 so I wanna let it settle in before I give you a final report. As a whole, though this Rom is awesome other than those couple of issues the battery so far isn't bad at all as well. Great job @Buff99 thanks again for letting test this awesome Rom.
Also is there an option for folders on the pixel launcher? Or should I use Nova? I have Nova Prime. I also don't see an option to add extra desktop pages as well. I wanted to test as is, but I really like my Nova setup. Thanks again for advice or help you give us.
bigphil75 said:
@Buff99 So far for day 1 of testing everything went smooth as far as flashing goes, I used pico gapps which flashed with no issues. As far as the usual apps I normally use so far are running good but I did notice I lag to the system itself I didn't change as far as any mods I'm using it as is, on a couple of games I notice some frame drops that I didn't have on 6.0.1 it's only day 1 so I wanna let it settle in before I give you a final report. As a whole, though this Rom is awesome other than those couple of issues the battery so far isn't bad at all as well. Great job @Buff99 thanks again for letting test this awesome Rom.
Click to expand...
Click to collapse
that's some great feedback Phil, thanks.
I wish I could find the link where I read it but Nougat, even more so than before, optimises more as it goes on-the-fly and apps will get quicker the more you use them.
Doze looks like it is working now on next version, so much better battery life when in standby, though I may have slightly broken the compass...
bigphil75 said:
Also is there an option for folders on the pixel launcher? Or should I use Nova? I have Nova Prime. I also don't see an option to add extra desktop pages as well. I wanted to test as is, but I really like my Nova setup. Thanks again for advice or help you give us.
Click to expand...
Click to collapse
Pixel launcher doesn't have folders or more pages I'm afraid.
I always used to use nova, or more recently new adw2, but I am not missing them and am quite enjoying the basic-ness of pixel and the sliding up and down to open the drawer..
Oh and should have said replacing launcher and using nova is all good and part of normal usage patterns
cheers
Buff99 said:
Pixel launcher doesn't have folders or more pages I'm afraid.
I always used to use nova, or more recently new adw2, but I am not missing them and am quite enjoying the basic-ness of pixel and the sliding up and down to open the drawer..
Oh and should have said replacing launcher and using nova is all good and part of normal usage patterns
cheers
Click to expand...
Click to collapse
Great, I set up Nova & so far I'm loving my tablet all over again lol! I like the cleanliness of Pixel too! Don't get me wrong, but there's something about Nova that I just have to use it lol! So far from what you've said about ver 2 can't wait that build is complete lol! I'm just grateful I have the opportunity to help out. Good night my friend.
Beta 2 is now in download folder RR-N-v5.8.1-20170208-n5110-Official.zip
- lockscreen charging current fixed (shows actual mAmps now)
- Doze seems to now get deep sleep whereas it didn't before
- Tried to fix compass, seems to be in general correct direction but too sensitive (not sure how this compares with LOS rom)
@Buff99 Just wanted to let you know I'll have a report for you in the morning really busy at work. Didn't want you to think I forgot lol! Thanks, bud. So far though really nice especially Doze!
Not that I really believe it....​
Buff99 said:
Beta 2 is now in download folder RR-N-v5.8.1-20170208-n5110-Official.zip
- lockscreen charging current fixed (shows actual mAmps now)
- Doze seems to now get deep sleep whereas it didn't before
- Tried to fix compass, seems to be in general correct direction but too sensitive (not sure how this compares with LOS rom)
Click to expand...
Click to collapse
Hi, I'd love to help with this beta too... I am however using LOS version and can report that the compass seems to work great there, I've tested using google maps, not sure if it's the best way...
would you mind if I join the beta? I've got n5110!
Thank you and keep up the good work!!:highfive::good:
So far so good, with exception of Netflix that is not working. Error 0013. Great job :good:
Buff99 said:
Not that I really believe it....​View attachment 4036018
Click to expand...
Click to collapse
WOW!!!!
josean99 said:
So far so good, with exception of Netflix that is not working. Error 0013. Great job :good:
Click to expand...
Click to collapse
Fixed for beta 3. Which may escape the test facility later tonight.... LOS security patches have not been released yet.
Anyone tried built in camera? Video seemed to crash for me.
Really interested to hear whether video chat and 3rd party camera apps work OK?
Buff99 said:
Fixed for beta 3. Which may escape the test facility later tonight.... LOS security patches have not been released yet.
Anyone tried built in camera? Video seemed to crash for me.
Really interested to hear whether video chat and 3rd party camera apps work OK?
Click to expand...
Click to collapse
My camera works and every camera app Ive used works .. Chainfire su works .. Facebook works .. Substatum themes work .. MX player works ..
ES File Explorer works .. SD maid works .. Adaway works .. Boeffla kernel and app works .. Nova launcher prime works.. TED, Showbox, Vines , Crackle and Youtube works ..
Video has a audio lag a lot still .. Chrome stalls sometimes mostly on this page .. lol .. very nice rom
Encryption Unsuccessful.
Hey, @Buff99 I was just about to give you a full report when I went to use my tablet this morning, I had a full-screen warning about encryption unsuccessful & that if I wanted to use my tablet I had to perform a factory reset. So I just went into recovery to do a full wipe 3x & flash everything again. So in the middle of me trying to select the beta v2 my sd card was corrupt as well. SO I had to format the card put everything on it & tried to flash. After all that it still gave me the same warning again! So I had to Odin the original firmware did the whole root process with Odin, then I was able to go back to recovery & flash beta v2 & success lol! The things we go through to be up to date lol! So let me finish my tablet & as soon as I finish setting up my tablet I'll give you a full report bud ok?
jollyjesus said:
My camera works and every camera app Ive used works .. Chainfire su works .. Facebook works .. Substatum themes work .. MX player works ..
ES File Explorer works .. SD maid works .. Adaway works .. Boeffla kernel and app works .. Nova launcher prime works.. TED, Showbox, Vines , Crackle and Youtube works ..
Video has a audio lag a lot still .. Chrome stalls sometimes mostly on this page .. lol .. very nice rom
Click to expand...
Click to collapse
Codecs had a re-working to fix netflix, so should be returned to same state RGIB left them in cm13 / RR-M roms.
bigphil75 said:
Hey, @Buff99 I was just about to give you a full report when I went to use my tablet this morning, I had a full-screen warning about encryption unsuccessful & that if I wanted to use my tablet I had to perform a factory reset. So I just went into recovery to do a full wipe 3x & flash everything again. So in the middle of me trying to select the beta v2 my sd card was corrupt as well. SO I had to format the card put everything on it & tried to flash. After all that it still gave me the same warning again! So I had to Odin the original firmware did the whole root process with Odin, then I was able to go back to recovery & flash beta v2 & success lol! The things we go through to be up to date lol! So let me finish my tablet & as soon as I finish setting up my tablet I'll give you a full report bud ok?
Click to expand...
Click to collapse
Woah that's just bad luck on top of bad luck. I've not heard of encryption kicking in like that and it's a bit concerning.
So TWRP said the SD card was corrupt? Try formatting on a pc to see if it concurs.. A corrupt SD card might explain the encryption failing, but not why it started in the first place. I've seen corrupt SD cards fly under the radar. With me I usually hear mp3 files start to sound weird with clicks of digi-noise.

Categories

Resources