[Q] Launch Youtube App By Default - Sprint Samsung Galaxy S III

I know this was asked before, I've looked at the threads. How about getting an answer this time? I'm going to give an example so you can understand my problem if you don't. If i'm in an app like Facebook and a friend posts a link to Youtube, a box come up that says complete action using with a few choices of apps to choose from, none of being the Youtube app. I've included an attachment of the screen shot. How do I get Youtube to appear on that list of complete action using? Is there a code? if there is a code, where do I put it? Is this the right code....Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube://" + id);
startActivity(intent);

I don't know what may be wrong, maybe your borked something because mine works fine.

CNexus said:
I don't know what may be wrong, maybe your borked something because mine works fine.
Click to expand...
Click to collapse
I believe it has to do with the link itself. A lot of times, even though it says you're going to youtube, the link facebook is actually using is a facebook link.
For instance, my wife is a teacher and chipotle was giving out free burritos to all teachers a week or two ago. The link she shared was supposed to be:
ra.chipotle.com/email/13-all-019/13-all-019.htm
Click to expand...
Click to collapse
The link that facebook actually gave out was:
http://www.facebook.com/l/uAQFNsXsG/ra.chipotle.com/email/13-all-019/13-all-019.htm
Click to expand...
Click to collapse
It should be easy to see that even though your friend links that crazy cat video directly to youtube, facebook will add their http://www.facebook.com/l/[gibberish]/ to the front of it. When your phone tries to open that link, it sees it as the browser would, to a website (facebook.com), not to youtube. That's why it only gives you browser options, not youtube options.
The problem with trying to set youtube to "see" those links is that this is how facebook links any page. Assuming you could add an intercept to "http://www.facebook.com/l/" to open in youtube (or at least include it in the open prompt), that'll mean all facebook links will have that prompting. That shouldn't be too much of an annoyance, though.
All that being said, I don't know how to add that "intercept" so that youtube is on the prompt. Maybe others can tell you which files to modify.

True...I interpreted it as him just saying that YouTube links would not come up with YouTube in the list
But if you wanted to change it and then choose yourself which links should be open in YouTube, you'd need to change the BroadcastReceiver in the AndroidManifest.xml of the YouTube app to receive all links

CNexus said:
True...I interpreted it as him just saying that YouTube links would not come up with YouTube in the list
But if you wanted to change it and then choose yourself which links should be open in YouTube, you'd need to change the BroadcastReceiver in the AndroidManifest.xml of the YouTube app to receive all links
Click to expand...
Click to collapse
Interesting. I'm trying to look through that file on my computer, but my xml editors (read: notepad and notepad++) don't seem to like that file.
But from your explanation, I'm beginning to see that each individual app determines if it's involved in an action. I was hoping there was a mod or app that could "intercept" the requests and let you edit the list right then and there. I was thinking more like Window's "Open with..." command where you can choose any .exe to open a given file. But it appears that you have to modify the apk itself.

If you select the browser ie:dolphin it will then open up the box giving you the choice to select you tube. That is because the link was posted through the browser. If at the point you get to the box with the you tube choice you select it as default it should work from that point on unless you clear cache.
Transmitted with a portable device using Xparent Blue Tapatalk 2

topherk said:
Interesting. I'm trying to look through that file on my computer, but my xml editors (read: notepad and notepad++) don't seem to like that file.
But from your explanation, I'm beginning to see that each individual app determines if it's involved in an action. I was hoping there was a mod or app that could "intercept" the requests and let you edit the list right then and there. I was thinking more like Window's "Open with..." command where you can choose any .exe to open a given file. But it appears that you have to modify the apk itself.
Click to expand...
Click to collapse
Yup, apps define what actions they wanna receive (scientific term is "Intents" )
And you decompiled the apk first, right?
If it's not specified in the manifest, I don't know of any other way to do it/force it

CNexus said:
Yup, apps define what actions they wanna receive (scientific term is "Intents" )
And you decompiled the apk first, right?
If it's not specified in the manifest, I don't know of any other way to do it/force it
Click to expand...
Click to collapse
It seems like a dev could make an app that does just that, though. It could be called "Link Chooser" and it's manifest.xml would indicate that all links open in that program. It would then have it's own whitelist of installed apps and you could indicate which apps you want to open based on link type... I don't even think it'd have to have root access.
Ooohhh, if I had more expertise with android programming, I'd totally make that app and it'd sell like hotcakes on the Play store.

Related

Google Chrome app XDA-forum

Hi all,
i made a very very simple application that is just a link to xda forum for google chrome and chromium browsers.
Hope you enjoy!
Dave
Neat! What are the steps to get this to work?
not to slate your work or flame etc, i'm sure its pretty cool (without testing it). but can't that just be done like through bookmarks?
REALLY?
mrgreeny said:
not to slate your work or flame etc, i'm sure its pretty cool (without testing it). but can't that just be done like through bookmarks?
Click to expand...
Click to collapse
Is it necessary to do this? someone is trying to better this community and then sure enough somebody else comes along and wants to show them up. PLUS you did not even test it to see what it does.
Amazing the audacity some people have shame on you Mr. Greeny!
You have to use chromium or google chrome, unzip folder, then
Bring up the extensions management page by clicking the wrench icon and choosing Tools ->Extensions.
If Developer mode has a + by it, click the + to add developer information to the page. The + changes to a -, and more buttons and information appear.
Click the Load unpacked extension button. A file dialog appears.
In the file dialog, navigate to your extension's folder and click OK.
Hope you'll like it!
newer version
I've made a .crx file extension, now it's easy to install, just open it with chromium or chrome and then click install.
Dave
I installed it, but can't see any change? Where should it be adding the link?
the_scotsman said:
I installed it, but can't see any change? Where should it be adding the link?
Click to expand...
Click to collapse
if you have the latest version of google chrome or chromium you should see it every time you open a new tab, just near all other google apps....
Worked for me. Nice job.
That's great! Good job!
Worked here too, nice job and thanks!
wanna try it now

[HOWTO][MANGO] Put your app in the Settings hub. Now includes description changing!

Mango allows us to put things in the settings hub. This is pretty easy to achieve, just go to your project, open your WMAppManifest.xml and add this on the <App>-tag:
Code:
HubType="268435456"
Now deploy your xap to emulator or to a real device. You can find it under the Settings-menu.
Tested & works on Mango Emulator and on Samsung Omnia 7 (Mango RTM)
To change the description see this post: link.
this can get interesting. ill check it out.
can we create another app hub called APPs and put all the apps there instead of having it populated in a long list in the programs list?
lemonspeakers said:
can we create another app hub called APPs and put all the apps there instead of having it populated in a long list in the programs list?
Click to expand...
Click to collapse
I have no idea, but I'd say we can't. Someone needs to find out what that HubType number means
Interesting. Though, once it is installed, how is it uninstalled? A tap&hold on the option in settings shows nothing... so is there another way?
prjkthack said:
Interesting. Though, once it is installed, how is it uninstalled? A tap&hold on the option in settings shows nothing... so is there another way?
Click to expand...
Click to collapse
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
jessenic said:
I have no idea, but I'd say we can't. Someone needs to find out what that HubType number means
Click to expand...
Click to collapse
Possibly it's a bitmask? Not that that really clears anything up, but 268435456 is 10000000000000000000000000000 in binary.
jessenic said:
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
Click to expand...
Click to collapse
Interesting. Gotcha. Slightly annoying implementation. But then again, I guess most devs aren't supposed to use this hubtype anyway.
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
abledanger said:
Possibly it's a bitmask? Not that that really clears anything up, but 268435456 is 10000000000000000000000000000 in binary.
Click to expand...
Click to collapse
That's right. It seems only two bits are using - first and last (music hub integration). I've tried 536870911, but nothing changes.
prjkthack said:
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
Click to expand...
Click to collapse
Yeh, I've been wandering about that too.
prjkthack said:
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
Click to expand...
Click to collapse
I made a project template for you, just open it in visual studio and it has samples for customizing the text. 2 ways to do it, in WMAppManifest and in code, just look at my sample it is very easy.
Slacker is on the Music Hub and it shows HubType="1" in the manifest. Non-music hub apps just don't have any HubType in the manifest.
jessenic said:
I made a project template for you, just open it in visual studio and it has samples for customizing the text. 2 ways to do it, in WMAppManifest and in code, just look at my sample it is very easy.
Click to expand...
Click to collapse
Works great. This is very cool!
BTW, How do you uninstall a setting?
---------- Post added at 06:14 PM ---------- Previous post was at 06:11 PM ----------
Qtek8020User said:
Works great. This is very cool!
BTW, How do you uninstall a setting?
Click to expand...
Click to collapse
jessenic said:
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
Click to expand...
Click to collapse
Uhm... Just polishing my glasses here
thesecondsfade said:
Slacker is on the Music Hub and it shows HubType="1" in the manifest. Non-music hub apps just don't have any HubType in the manifest.
Click to expand...
Click to collapse
Settings list uses HubType too.
Yes, I am aware that this entire topic is about that. I was mentioning it because it was not mentioned before in the discussion about the Music Hub.
Hey, mate thanks for your tutorial.
But I'm still quite confused, cuz I can basicaly just change the tile title within WMAppManifest in order to change the gray discription in your sample app, but when I do it upon my own app, it doesnt shows up....
e.g I change the official youtube app, added HubType=xxx, and edited WMAppManifest, change the tile title into "sample discription", but this text dosent shows up below the big settings entry name.
Could u tell me how to do that by only changing the WMAppManifest.xml file? w/o re-assembling dll files. Thanks
Guys how to place xap in settings->bluetooth ??
what set in HubType="" ?
WojtasXda said:
Guys how to place xap in settings->bluetooth ??
what set in HubType="" ?
Click to expand...
Click to collapse
I think it is not possible that you ask.
it is possible but i dont know how
WojtasXda said:
it is possible but i dont know how
Click to expand...
Click to collapse
It is possible to put xap in (settings >> bluetooth)?
Me, I never saw its.

[APP] Hide It Pro

Hello Guys and Girls..
Found another good app in the market and thought i share it with you guys..Its free which is important but also please check out the creator who cooked this beauty up and say thans to him on the link below.
http://imageshack.us
I find it quite useful and here is a description of the app.
Displayed as "Audio Manager" in the App Drawer.
Hide the Pictures/Videos/Audio Files and Even Entire applications that you don't want anyone to see.
Features built in video player , gallery , password protection and lots more.
Disguises itself as a Audio Manager app which can be used to turn the volumes up and down. but if you Long press on the Audio Manager title the actual Hide It Pro app will launch.
You can hide Images/Videos/Audio Recordings etc. from the Phone's stock gallery by selecting all the pics that you want to hide and selecting SHARE
Applications can be hidden from within the Hide it Pro app.
Gallery Features :
1.) Thumbnail View
2.) Pinch To Zoom , Double tap to zoom,Rotate pics
3.) Slideshow with Fade and Zoom effects
4.) Caching for seamless browsing
5.) Special optimization for low end phones. (uncheck the low memory mod from settings to get crisper pics back)
6.) Folder unhiding , deleting etc.
7.) Mark and unhide /delete files , Multi-Select
8.) Send/Share pictures/ Rotate etc.
9.) Sort files by date , size , alphabetical
10.) Inbuilt video player
11.) Disappears from recent apps list
12.) Two lock screen options viz Pin and Password
etc.
Link is below to the market..Go check it out read the reviews and hope it comes handy for you as it did for me. Read the reviews as well at the bottom of his page in the market.
Just want to make it clear im not getting anything for doing this i am only supporting the work of a dev and wanted to share it with the community..Please give him a thanks once you had a look on his page..
https://market.android.com/details?id=com.smartanuj.hideitpro&hl=en
Really clever and useful app.
I've only used it to hide apps on friends' Androids, once I've configured them.
They're new to Android and want the simplest experience they can get, with all the benefits.
It's a shame that you cant hide Minimalistic Text and Desktop Visualizer, and still have them run on the homescreen though. Hidden apps won't always run in the background (as warned in the app).
I hope it continues to develop - it's definitely worth al look for anyone who is not aware of it's potential.
I love the fact that it actually operates as an audio manager. Excellent disguise.
I'm using it since a few month. Save with tb. Restore after flashing a new rom. You just have to hide app again. Great app. Bugless.
nnamcha said:
I'm using it since a few month. Save with tb. Restore after flashing a new rom. You just have to hide app again. Great app. Bugless.
Click to expand...
Click to collapse
i know...i just came across it the other day and il be honest im really impressed with it...if we can have more apps like this who needs iOS..
thanks for share dude!
so its free! can you please share apk file?
i cant access market at this time!
cheers,
SX
SignalX said:
thanks for share dude!
so its free! can you please share apk file?
i cant access market at this time!
cheers,
SX
Click to expand...
Click to collapse
hey buddy if you go on your phone and in the search you put Hide Pro that will be the first thing it will come up..download it and enjoy the app. but if you want the link just let me know and i give it to you
Been using it for ages now and its quite good, easy to use etc.
The only problem is it doesnt truly hide the pictures, files etc you want hidden. It simply moves them somewhere else with the old . trick before the folder name. Anyone who is familiar with android phones will know how to find them with root explorer.
Ive been searching but cant find an app that truly hides it. Back in the days when i was on Windows mobile 6.5, there was an app "Hide my stuff" and believe me, it did just that. Connect your phone to the PC, the folder exists but its blank in size, no files, cant unhide them etc. Only way to view them is via the app on the phone but i cant find anything on Android that hides things like that app did :-(
rexboy said:
Been using it for ages now and its quite good, easy to use etc.
The only problem is it doesnt truly hide the pictures, files etc you want hidden. It simply moves them somewhere else with the old . trick before the folder name. Anyone who is familiar with android phones will know how to find them with root explorer.
Ive been searching but cant find an app that truly hides it. Back in the days when i was on Windows mobile 6.5, there was an app "Hide my stuff" and believe me, it did just that. Connect your phone to the PC, the folder exists but its blank in size, no files, cant unhide them etc. Only way to view them is via the app on the phone but i cant find anything on Android that hides things like that app did :-(
Click to expand...
Click to collapse
I must admit it has been doing quite well for me buddy...But maybe only time will tell if i will have any problems with it...Il be flashing another rom soon so if i will encounter the same i will let you know if you like
Matriak31 said:
I must admit it has been doing quite well for me buddy...But maybe only time will tell if i will have any problems with it...Il be flashing another rom soon so if i will encounter the same i will let you know if you like
Click to expand...
Click to collapse
Dont think you follow me, dont get me wrong, ive used for 6 months easy and it is good for what it does.
What i mean is that it doesnt matter what ROM youre using, it doesnt truly hide the files you think are hidden. ie/ if i had your phone, i would be able to find the files easily so if the average person took your phone, whatever pictures you hide, arent seen in the gallery for example however its easy to find anything you have hidden if you get my drift. This is because the app moves the files somewhere else. Any file explorer can see them so its not really hidden. go to /mnt/sdcard/programdata/android/language/.fr/ and everything hidden is there so i wouldnt call that hidden lol
The other app i mentioned when i was using windows TRULY hid the file and there was no way you could ever find it unless you unhid it with the app, hope that makes sense.
I was just putting it out there if anyone knew of an app on Android that truly hides files, i havent found one yet.
rexboy said:
Dont think you follow me, dont get me wrong, ive used for 6 months easy and it is good for what it does.
What i mean is that it doesnt matter what ROM youre using, it doesnt truly hide the files you think are hidden. ie/ if i had your phone, i would be able to find the files easily so if the average person took your phone, whatever pictures you hide, arent seen in the gallery for example however its easy to find anything you have hidden if you get my drift. This is because the app moves the files somewhere else. Any file explorer can see them so its not really hidden. go to /mnt/sdcard/programdata/android/language/.fr/ and everything hidden is there so i wouldnt call that hidden lol
The other app i mentioned when i was using windows TRULY hid the file and there was no way you could ever find it unless you unhid it with the app, hope that makes sense.
I was just putting it out there if anyone knew of an app on Android that truly hides files, i havent found one yet.
Click to expand...
Click to collapse
sorry i do apologise i get what you mean now...surely there must be an app that does that...il try and have a search and if i find one i can keep you posted if you like
Matriak31 said:
sorry i do apologise i get what you mean now...surely there must be an app that does that...il try and have a search and if i find one i can keep you posted if you like
Click to expand...
Click to collapse
Much appreciated. I hope you have better luck then me because ive been looking for ages and to date, this one is one of the better ones. The way it functions, ease of use, menu etc is great, i just wish it truly hid something.
Most on the market just put a . in front of the folder, with file explorer its easily viewed.
If you are ever bored, hide some pictures you dont want anyone to see, go to a photo shop where you can use the self service machines to print photos, put your phones SD/micro SD card in there and whatever you have hidden appears lol.
When i used this other app on windows it wouldnt appear
rexboy said:
Much appreciated. I hope you have better luck then me because ive been looking for ages and to date, this one is one of the better ones. The way it functions, ease of use, menu etc is great, i just wish it truly hid something.
Most on the market just put a . in front of the folder, with file explorer its easily viewed.
If you are ever bored, hide some pictures you dont want anyone to see, go to a photo shop where you can use the self service machines to print photos, put your phones SD/micro SD card in there and whatever you have hidden appears lol.
When i used this other app on windows it wouldnt appear
Click to expand...
Click to collapse
Il give you a buzz if something comes up..In the meantime im having a bloody rough time putting a link in my sig and its not bloody working and ihave tried everything i know
I'm using this app since the beginning. It's a great app. it had already saved my life lots of time !!!
It's really great for the money !
Hidden files are renamed in .bin, and then are moved to a "secret folder" in External_sd\ProgramData\Android\Language\.fr\ or something like that.
The add-on option is a way to lock an application. When you try to launch a protected app, you've got a force close message. in this message you choose report, then you have to input your secret code, and the app is launched...really clever solution.
Developer say that his next goal is to hide some secrets contacts from address book.
Yes man, believe me, it's a great app. hidden in a audio manager application.
PS 1: I have nothing to do with the developer. I've try lot of similar apps, but this one was the best one.
The other solution was giving by Tasker and some intelligent script to lock app and hide files. But it's more more complicated ;-)
PS 2: On the bad side, developer did not update his app for a while :-(
woaloo said:
I'm using this app since the beginning. It's a great app. it had already saved my life lots of time !!!
It's really great for the money !
Hidden files are renamed in .bin, and then are moved to a "secret folder" in External_sd\ProgramData\Android\Language\.fr\ or something like that.
The add-on option is a way to lock an application. When you try to launch a protected app, you've got a force close message. in this message you choose report, then you have to input your secret code, and the app is launched...really clever solution.
Developer say that his next goal is to hide some secrets contacts from address book.
Yes man, believe me, it's a great app. hidden in a audio manager application.
PS 1: I have nothing to do with the developer. I've try lot of similar apps, but this one was the best one.
The other solution was giving by Tasker and some intelligent script to lock app and hide files. But it's more more complicated ;-)
PS 2: On the bad side, developer did not update his app for a while :-(
Click to expand...
Click to collapse
I know its a shame but still great apps like this i dont see no harm sharing them with people on here...nice glasses by the way
thanks for your comments
This one encrypts files
Try Private Gallery - Hide Pictures from market.
It encrypts files with option to hide app access via phone dialer.
Tested on Dell Streak 5.
I am using this app since 4 months.. it simply does what it says.. n it was one of the best
but the last update killed 'Lock App' feature which comes with an plugin... which is one of a kind..i love the disguised force close option.
Please tell me if this feature is still working for you'll???
Hi everyone,
I've managed to hide apps but I can't unhide them? It gives me an error when trying to do so and the app appears back in the hidden list.
Anyone else experienced this and managed to fix it?
Since the location of hiden files are stored in Phone memory (\ProgramData\Android\Language\.fr) can we move to External SD Card memory?
I often confuse with the terms "SDCARD" in file explorer, in my opinion "sdcard" is the external memory card which is purchase separately...
This app appeared on my phone without being installed. What caused this???
thanks for share:good:

[HOW TO] Creating custom LOCAL homepage for stock web browser (updated)

Hi,
Here I show you how to create custom local homepage for the stock web browser.
So, basically, when you start the web browser, it will load this custom web page.
This is very useful, for example: You can create quick shortcuts for all your frequent visit of websites.
(1) Download the attached "bookmark.zip" and put it in the a folder, for example \Download
(2) Extract the content, for example in \Download\bookmark
After this second step, you can access \Download\bookmark\bookmark.html
(3) Open the stock web browser, go to:
Settings --> General --> Set homepage
(4) Choose "Other"
(5) Set to:
file:///sdcard/Download/bookmark/bookmark.html
Click to expand...
Click to collapse
There you go!
You can modify the bookmark.html as you pleased.
bookmark.zip has been updated.
Disable page zoom added:
Remove the "initial-scale=1" in the bookmark.html as shown here:
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=0"/>
There is already a most visited sites option in the browser so I'm not too sure why I would want to do this?
Admittedly this isn't really needed, but is quite cool. I've just started learning html/css. So I will have a play with it later.
Sent from a phone that is not running ICS
Because this is the fastest way to get all your favorite websites!
Start the web browser and it is all there, right in front of you ... With all the thumbnails, ready to visit
There, two clicks you got the page.
Even better, when you go back by clicking the back button, you will see all those shortcuts again
Efficient ... Fast ...
And ... You can customize the way you want!
On the other hand, your way is too slow.
You need to start the browser, long click the back button, click the most visited, and you might need to scroll ...
RTContent said:
There is already a most visited sites option in the browser so I'm not too sure why I would want to do this?
Click to expand...
Click to collapse
Incorrect. There is a 'most visited sites' homepage you can assign in the settings. Plus if you want to talk about efficiency for certain sites why don't you just add a bookmark widget to the desktop?
i will try this.thank you
Right, you right about that most visited as homepage ...
But, the order can change at any time depending on your frequent visit. Also, I dont like the white background that consume more battery power.
With my way, I can have fixed loaction of thumbnails which for sure easier to navigate.
And because of that, we can have flexibility to arrange the thumbnails the way we want
Bookmark widget ... problem is that I must swipe to that home, and I dont like to clutter my launcher! Dont forget that widget consume more memory and might slow down your launcher if redraw is required!
So, still, my solution is better, faster, more flexible
RTContent said:
Incorrect. There is a 'most visited sites' homepage you can assign in the settings. Plus if you want to talk about efficiency for certain sites why don't you just add a bookmark widget to the desktop?
Click to expand...
Click to collapse
Alright you win . Have you tried allowing the table to use 100% instead of defining the number of pixels?
Sent from my Galaxy Nexus using XDA App
gogol said:
Hi,
See the attached screenshot.
Do you know how to format the <table> or use CSS so it will utilize the whole screen?
I set the <table> width to 720px but that does not help.
So, please please please ... if you are HTML/CSS expert ... help us!
Thank you
Click to expand...
Click to collapse
Is this what you mean???
<table> width 100% does not work.
But, I found it ... We need to prevent "zoom" which can be done using this:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
bookmark.zip has been updated in the first post.
RTContent said:
Is this what you mean???
Click to expand...
Click to collapse
RTContent said:
There is already a most visited sites option in the browser so I'm not too sure why I would want to do this?
Click to expand...
Click to collapse
Because you want to solve your problem.
---------- Post added at 05:57 PM ---------- Previous post was at 05:56 PM ----------
Can I say what I want to say at here?
Updated, remove the "initial-scale=1" in the bookmark.html as shown here:
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=0"/>
This will give you the correct view

eBookLauncher (new homescreen)

I have finally got a nook
so, I have started porting my Sony homescreen replacement to work on the nook
so far it can get the list of books and shelves (collections), but not much else.
http://code.google.com/p/sonyprst1home/
I'll try to keep this thread updated with how it's going
please let me know if you would like to test this out (I can send you an apk to install)
All new releases will now be made on the google code page above.
it would be grat to have the apk and some screenshot
i would be interested to see a screen shot...
Awesome! Time to test it! I'm at school right now, so this is probably a terrible idea, but I might as well have something to do, right?
Edit: Have some screen shots. Ignore the 10:16 in corner of all the screen shots, I have an app that does that. (Sorry for the massive post)
Mini-Library / Homescreen
Pressing Menu on the Homescreen
Pressing "My Home Settings" here brings you to this screen
Library
Apps Page 1
Apps Page 2
It still seems to have various elements in color besides the app icons and the book covers.
Googie2149 said:
Awesome! Time to test it! I'm at school right now, so this is probably a terrible idea, but I might as well have something to do, right?
Edit: Have some screen shots. Ignore the 10:16 in corner of all the screen shots, I have an app that does that. (Sorry for the massive post)
Mini-Library / Homescreen
It still seems to have various elements in color besides the app icons and the book covers.
Click to expand...
Click to collapse
How does Cover flow work??
persichini said:
How does Cover flow work??
Click to expand...
Click to collapse
The screen flickers and does nothing when I click it :/
I`m trying t use your launcher, but got this:
pilson66 said:
I`m trying t use your launcher, but got this:
Click to expand...
Click to collapse
And you are running the apk you downloaded from this thread?
I'll have a look, but I thought I had taken out the code trying to open the database directly.
Googie2149 said:
The screen flickers and does nothing when I click it :/
Click to expand...
Click to collapse
Only the main page, books and collections screen have been worked on so far.
I haven't even opened the other screens yet, so opening them could do anything (including crash)
It is worked ! , thank you
aspellclark said:
And you are running the apk you downloaded from this thread?
I'll have a look, but I thought I had taken out the code trying to open the database directly.
Click to expand...
Click to collapse
i`m use apk from http://code.google.com/p/sonyprst1home/downloads/detail?name=SonyPrsT1Home-0.0.4.14.apk&can=2&q=
At now, i solved this issue by editing permissions of file from screenshoot path "chmod 666".
pilson66 said:
i`m use apk from http://code.google.com/p/sonyprst1home/downloads/detail?name=SonyPrsT1Home-0.0.4.14.apk&can=2&q=
At now, i solved this issue by editing permissions of file from screenshoot path "chmod 666".
Click to expand...
Click to collapse
if you use the apk from this thread, it uses a different method of accessing the database, and doesn't need permissions changed on the database file.
Wow, I love this forum!!
From what Googie posted, I can see this is another cool thing to try out.
Now to get an SD card.
Screensaver
aspellclark said:
if you use the apk from this thread, it uses a different method of accessing the database, and doesn't need permissions changed on the database file.
Click to expand...
Click to collapse
Wow, thanks for the great work. Really nice application for too many books and collections.
However, as the project was opensource, are you going to release the modified source somewhere? in a branch or tag or something?
I would like to see the screensaver feature working for last launched book, would try myself if the code was available.
the code is already available at the google code site in the first post
aspellclark said:
the code is already available at the google code site in the first post
Click to expand...
Click to collapse
As you mentioned the APK here has a different way of accessing some file, and I don't see a tag or branch for the nook, I understand that the code is the one for the PRS-T1, correct me if I am wrong.
It's the same code. I am making a single apk that will run on a Sony and a nook (and other devices in future)
First general release (0.1.0.00) which runs on both the Nook and Sony is now available on my google code page.
aspellclark said:
First general release (0.1.0.00) which runs on both the Nook and Sony is now available on my google code page.
Click to expand...
Click to collapse
THANKS, great work! Watching for code check-in
I can't check in the code until I get home tonight, sorry.

Categories

Resources