2.3.4 Has a webtop app built into the system. With this Atrix flashable zip I was able to get a concept working.
Although the webtop option will not launch anything yet.
(Sorry about Mr. Blurry Cam)
I wonder if this would work on the Atrix rom port.
The red Motorola logo (on the LCD monitor in the picture above) is the actual webtop app on our X2 (2.3.4) running. Seems to be an empty placeholder. I confirmed this in ADW by:
Custom Shortcut : Activities: Webtop : Webtop(.PortalActivity)
This will produce the same image on your phone instead of the hdmi out.
Is this anything like the moto phone portal? I pulled that out of the ATRIX port & pushed it to system/app & it's there & it open but I haven't had a chance to try it yet.
Sent from my DROID X2 using xda premium
garywojdan81 said:
Is this anything like the moto phone portal? I pulled that out of the ATRIX port & pushed it to system/app & it's there & it open but I haven't had a chance to try it yet.
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
This is the actual system Atrix dump the offical phone portal apk in there. Although the Webtop app in their system is WebtopSession.apk and ours is just Webtop 1.0.apk.
I know we will require Motorola Dock Service 1.0, Webtop (apk of somesort), and the portal apk.
So I need to take out the phone portal apk and possibly swap out the webtop apk with the one from the ATRIX dump?
Sent from my DROID X2 using xda premium
booked said:
So I need to take out the phone portal apk and possibly swap out the webtop apk with the one from the ATRIX dump?
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
The portal.apk is included in the atrix flashable zip up top.
L2_n19h7m4r3 said:
The portal.apk is included in the atrix flashable zip up top.
Click to expand...
Click to collapse
But does it matter if we have the webtopsession.apk or webtop1.0.apk?
Droid X2 - Eclipse v1.0
booked said:
But does it matter if we have the webtopsession.apk or webtop1.0.apk?
Droid X2 - Eclipse v1.0
Click to expand...
Click to collapse
No idea. I pushed the webtopsession.apk into my system and launched it via ADW activities... all I got was a bookmark like place holder. Nothing special.
L2_n19h7m4r3 said:
No idea. I pushed the webtopsession.apk into my system and launched it via ADW activities... all I got was a bookmark like place holder. Nothing special.
Click to expand...
Click to collapse
I wonder if blur is needed to run this properly. Need someone running either ATRIX port or eclipse remix to try.
Droid X2 - Eclipse v1.0
I thought the actual webtop was another Linux partition. Not only that bit the thing required more RAM since its running concurrently with android (though maybe not the entire time)
I don't think it requires Blur, on my buddies Bionic I have him running Unleashed rom with webtop built in. The only way you can access Google Music is from the phone, the webtop app doesn't have Google Music, it does however have the regular music app. Just stating that I believe the apps are built into webtop because you can download them directly from Moto's website.
ralphwiggum1 said:
I thought the actual webtop was another Linux partition. Not only that bit the thing required more RAM since its running concurrently with android (though maybe not the entire time)
Click to expand...
Click to collapse
If that's true, it's not that hard to pull off. We have a mount_ext3.sh script that blur runs on startup it looks for any .tar.gz image file that it can mount as a partition.
I have access to a Bionic, and can get any file/apk/etc we might need.
Hey,
I pulled the osh partition image from the Atrix SBF 4.5.91 and put it on my mediafire hosting. I had compress it as a rar file since Mediafire basic doesn't like 200mb+ files.
http://www.mediafire.com/?2wnggest17czply
In the Atrix webtop, it seems to be a separate mountable partition called osh flashed to mmcblk0p13. If you look carefully in the DX2's mmcblk0p13 partition, it exists but it's completely blank. Also, the Atrix has an extra mount point that the DX2 does not have.
Code:
/dev/block/mmcblk0p13 /osh ext3 rw,relatime,errors=continue,data=ordered 0 0
I think if you port the Atrix version, you could flash to mmcblk0p13 and add the mount point. I think you can also probably load it somewhere else and mount it separately, but you may need to fix the file references.
I'm not really familiar with the webtop so maybe someone in the Atrix world can help us. But I figure to start with the Atrix since the partition map is the same and it really seemed like Moto thought about putting it in the DX2 initially and then removed it. At least it's a start.
- mostKnownUnknown
Look at the hack in the bionic forums. These phones are pretty similar. We have a few mods up in there...
Webtop is real nice.
Sent from my DROID BIONIC using xda premium
0vermind said:
If that's true, it's not that hard to pull off. We have a mount_ext3.sh script that blur runs on startup it looks for any .tar.gz image file that it can mount as a partition.
Click to expand...
Click to collapse
If we could get this baked into future X2 ROMs, holy sheeet. I wonder if we could even partition a part of our SD card for the webtop? Maybe if we tinkered with the atrix hack?
2.3.4 USB ACCESSORY
Just food for thought..
In the 2.3.4 update android has now implemented open usb accessories. SO If you can get the hardware ID, you should be able to accomplish this.
Hope it helps
L2_n19h7m4r3 said:
If we could get this baked into future X2 ROMs, holy sheeet. I wonder if we could even partition a part of our SD card for the webtop? Maybe if we tinkered with the atrix hack?
Click to expand...
Click to collapse
I'm sure Tallnerd84 (I believe that's his name) in the bionic forums will help you. He made it work for us without any adapter or laptop.
Sent from my DROID BIONIC using xda premium
mostKnownUnknown said:
Hey,
I pulled the osh partition image from the Atrix SBF 4.5.91 and put it on my mediafire hosting. I had compress it as a rar file since Mediafire basic doesn't like 200mb+ files.
Click to expand...
Click to collapse
So what if we DD the Atrix partition onto the DX blank partition and then use the Atrix Webtop hack to start it up? The Motorola logo we see is probably just the "boot screen" which dies when it goes to boot and finds a blank partition.
Related
I just got a hold to my friends X2 and ripped the entire system partition from it which of course includes the Official HDMI Mirroring from Motorola. Pushing to my phone shortly to see if it works on the Atrix and if so I will be posting the APK. There are also some other nice apps on the X2 that arent included on the Atrix and if they work after testing, I will post them as well
http://forum.xda-developers.com/showthread.php?t=988852&page=9
I dl x2 system dump and pulled out apk and odex file. Was unable to push on my end. Above link leads u to where I uploaded apk and odex file to media fire. Hope someone has better luck! It's on page 9 (last page for now) of the thread.
Sent from my MB860 using XDA App
Figure I'll make it as easy as I can and just c/p my post ^_^
SN4K3B1T3 said:
So with the Droid X2 out now with the same chipset and HDMI mirror enabled could we use that app or service as our HDMI mirror service...with modifications of course
Click to expand...
Click to collapse
Good question! Anyone that has more knowledge of mirroring please check into. I'm going to search for that app from it...don't know anyone with x2 or I'd steal their phone for a day ^_^
Link to full dump
http://forum.androidcentral.com/mot...roid-x2-system-dump-wallpapers-ringtones.html
apps found in dump
http://www.mediafire.com/?ubb7ro7cq5cm8h2
[EDIT] throwing in sys to see what happens, probably nothing but worth a shot
Sent from my MB860 using XDA App
Atrix has a mirroring hack. Does the droid x2's mirroring have additional functionality?
X2 ships with gingerbread right? Ouch.
Man_of_Leisure said:
Atrix has a mirroring hack. Does the droid x2's mirroring have additional functionality?
X2 ships with gingerbread right? Ouch.
Click to expand...
Click to collapse
Per Moto site..it's still 2.2... Ouch!..
jpinoy said:
Per Moto site..it's still 2.2... Ouch!..
Click to expand...
Click to collapse
Thats good news for us =)
mirror
http://www.4shared.com/file/cspFBHXn/MirrorService.html
http://www.4shared.com/file/YBbpTHDs/DX2_ringtones.html
http://www.4shared.com/file/VTEY0uge/dx2_wallpapers.html
any luck getting it to work? I've got a few things to do then will research, but i'm wondering if the x2 has the same hardware and if so can we get the fm radio to work. last I checked we have the fm radio it's just not enabled.
dubyajaysmith said:
http://forum.xda-developers.com/showthread.php?t=988852&page=9
I dl x2 system dump and pulled out apk and odex file. Was unable to push on my end. Above link leads u to where I uploaded apk and odex file to media fire. Hope someone has better luck! It's on page 9 (last page for now) of the thread.
Sent from my MB860 using XDA App
Figure I'll make it as easy as I can and just c/p my post ^_^
Good question! Anyone that has more knowledge of mirroring please check into. I'm going to search for that app from it...don't know anyone with x2 or I'd steal their phone for a day ^_^
Link to full dump
http://forum.androidcentral.com/mot...roid-x2-system-dump-wallpapers-ringtones.html
apps found in dump
http://www.mediafire.com/?ubb7ro7cq5cm8h2
[EDIT] throwing in sys to see what happens, probably nothing but worth a shot
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Man_of_Leisure said:
Atrix has a mirroring hack. Does the droid x2's mirroring have additional functionality?
X2 ships with gingerbread right? Ouch.
Click to expand...
Click to collapse
Our current HDMI mirroring hack only permits portrait mode which is a huge pitfall.
If this supports true HDMI mirroring for LANDSCAPE mode I can finally hit up the PSX and N64 emu on my TV and use the Wii remote!!! OMG!!!
msd24200 said:
any luck getting it to work? I've got a few things to do then will research, but i'm wondering if the x2 has the same hardware and if so can we get the fm radio to work. last I checked we have the fm radio it's just not enabled.
Click to expand...
Click to collapse
FM radio is initiated at the kernel level as far as i know, just using the app may not work, I tried with the Motorola Connected Music Player, it didnt work even after changing the region to the us maybe because im in Canada, but probably because its initiated at Kernel level
SN4K3B1T3 said:
FM radio is initiated at the kernel level as far as i know, just using the app may not work, I tried with the Motorola Connected Music Player, it didnt work even after changing the region to the us maybe because im in Canada, but probably because its initiated at Kernel level
Click to expand...
Click to collapse
i just installed the apk, but can't even find it anywhere. you are probably right, they hacked the droid 2 to use it's fm, i'll try to look into that, i do hope that we get the mirror working that would be great, would love to have both working. i've been out of this for so long, I feel kinda lost lol. do you know if the x2 hardware is the same as the atrix?
here is the droid 2 hack
msd24200 said:
i just installed the apk, but can't even find it anywhere. you are probably right, they hacked the droid 2 to use it's fm, i'll try to look into that, i do hope that we get the mirror working that would be great, would love to have both working. i've been out of this for so long, I feel kinda lost lol. do you know if the x2 hardware is the same as the atrix?
here is the droid 2 hack
Click to expand...
Click to collapse
not quiet sure, there both moto, there both tegra 2, they might be on a different board, not sure though, i live in Canada so for me to have a DX2 would almost be pointless, a dev should be able to edit the apk to shoehorn it onto the atrix
radio files
here are the radio files that I found in the dump, I'll look some more to see if there are more mirror files. I'm not rooted yet, I need to get off my butt.
i got a cm7 fm radio apk
force closes on opening tho, think also you need the right libs for fm to work properly
stevendeb25 said:
i got a cm7 fm radio apk
force closes on opening tho, think also you need the right libs for fm to work properly
Click to expand...
Click to collapse
if you read the last post on the previous page and follow that link the lib files required for the droid x2 were included in that thread. i couldn't tell you to what extent those files are hardware dependent, but i will say wth and give it a shot on saturday when i will have more time and less work to do.
The zip I put up has the bin, lib, apk, and some other files, I forget what they were
sorry guys, just with you saying app doesnt should. cm7 app shows in app drawer but force closes, maybe with those libs and bin files it may just work then
I need landscape hdmi mirroring so bad this would be great.
bongd said:
Our current HDMI mirroring hack only permits portrait mode which is a huge pitfall.
If this supports true HDMI mirroring for LANDSCAPE mode I can finally hit up the PSX and N64 emu on my TV and use the Wii remote!!! OMG!!!
Click to expand...
Click to collapse
I saw some reviews of of the X2 on youtube couple of days ago and they were using HDMI mirroring in landscape mode.
Not wanting to troll but landscape mirroring would be a significant breakthrough to me at least.
Sent from my MB860 using XDA App
I agree, i would actually prefer landscape mirroring then web top in my opinion.
Does anyone have a working apk of the google camera found on stock android? I've tried a few apks floating around XDA but none seemed to work for XT720.
Here you go.
Hmm... that says Moto in it. I'm looking specifically for the stock google made camera app. Like the one found on the nexus S or one I mean.
Sorry :embarrased: Really appreciate the efforts though.
Have you tried ripping one From a milestone build Or do they use camera From motorola on there cyanogen builds. Try ripping one From a cm6 build. Theres prolly some editing involed tho. And what's the benefit of the AOSP camera over motorolas? Personal preference?
easye420 said:
Have you tried ripping one From a milestone build Or do they use camera From motorola on there cyanogen builds. Try ripping one From a cm6 build. Theres prolly some editing involed tho. And what's the benefit of the AOSP camera over motorolas? Personal preference?
Click to expand...
Click to collapse
I like how the interface on the AOSP one looks, wanted to see how it actually functions. The Motorola camera isn't bad.
I tried an apk that someone took from a CM build I think but it didn't work, needs some deodexing or w/e which I don't know how to do. I'll see if I can find one from the milestone though, that's a good idea.
I pulled this from a Droid X theme. The Mms & Music (Mod) worked but I never tried the camera.
3rdstring said:
I pulled this from a Droid X theme. The Mms & Music (Mod) worked but I never tried the camera.
Click to expand...
Click to collapse
I tried to download from my phone but I got download unsuccessful (this content is not supported on this phone).
Thanks anyways
syrenz said:
I tried to download from my phone but I got download unsuccessful (this content is not supported on this phone).
Thanks anyways
Click to expand...
Click to collapse
Use astro file manager, then preferenes then at the bottom select enable browser downloads. Then you can download it.
I did download and put it on my sd card from computer after I posted that but installation was unsuccessful.
OK you need a system app remover here's the trick put in your system app backup and restore it as a system app.and it should work the camera look neat.
Sent from my XT720 using XDA Premium App
mchlbenner said:
OK you need a system app remover here's the trick put in your system app backup and restore it as a system app.and it should work the camera look neat.
Sent from my XT720 using XDA Premium App
Click to expand...
Click to collapse
Could you explain further, im a newb. I deleted the moto camera using system app remover, but how do i restore the stock android camera from an apk?
Found this on slickdeals, Madden NFL 12 is free starting tommorow for 3 days only:
http://www.starstarmadden.com/
Some people on the slickdeal thread were mentioning that you had to have vcast installed to get the free game, which some of our roms have removed...
Sweet, could we download the app from the Market? Or off the VZW site?
Do you think it would matter if you had it or not since you have to call them?
Sent from my DROID X2 using XDA App
lol just tried it and its not compatible with our device
Sandso9 said:
lol just tried it and its not compatible with our device
Click to expand...
Click to collapse
Again, I think it does check if vcast is installed, which Eclipse .7 does not. Droid X2 2.2 is listed at the bottom of the page. I was going to sbf soon anyhow, so I'll try and see if that does the trick.
nitwit said:
Again, I think it does check if vcast is installed, which Eclipse .7 does not. Droid X2 2.2 is listed at the bottom of the page. I was going to sbf soon anyhow, so I'll try and see if that does the trick.
Click to expand...
Click to collapse
can you post the vcast app?
Its not compatible with it, I uhm tried it before.
Elite49 said:
Its not compatible with it, I uhm tried it before.
Click to expand...
Click to collapse
After I SBF'd back to Froyo it went to the download page rather than the 'not compatible' page.
That's fing stupid. Verizon needs to get its **** together. Every Dx2 should be running 2.3 now. I guess ill sbf back just to download this thing. Man alot of work for a free app ya know.
Sent from my DROID X2 using Tapatalk
Can some one put the .apk up on media fire or something? Be easier than sbfing!
Sent from my DROID X2 using XDA App
I already purchased Madden 12... It runs, but not very well. I've only played it once due to that issue.
IDMA.DROID.X2 said:
Can some one put the .apk up on media fire or something? Be easier than sbfing!
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
+1
im unable to sbf at the moment and it would be great if someone uploaded the apk
Sent from my DROID X2 using xda premium
nitwit said:
Found this on slickdeals, Madden NFL 12 is free starting tommorow for 3 days only:
http://www.starstarmadden.com/
Some people on the slickdeal thread were mentioning that you had to have vcast installed to get the free game, which some of our roms have removed...
Click to expand...
Click to collapse
Its supported its was suppose to read Droid X2 2.2+ (and up) but they didn't place it in the disclaimer.
Just open the VCast Apps and download it though there.
dr154 said:
Its supported its was suppose to read Droid X2 2.2+ (and up) but they didn't place it in the disclaimer.
Just open the VCast Apps and download it though there.
Click to expand...
Click to collapse
What if we're on Eclipse and don't have Vcast? Can you give us a download link were we don't have to have Vcast?
Sent from my DROID X2 using XDA App
verizon just fixed the issue just dial **madden and open up the text they sent you click the link and it'll let you download vcast app worked for me and I'm on eclipse 7
K
Can get the Vcast app from the link that **madden gives you
Sent from my DROID X2 using XDA App
IDMA.DROID.X2 said:
Got it uploaded to media fire!!!
Link removed
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
i wouldn't upload that to xda since this app is a paid app and its only available to vzw people upload the vcast app instead
I'm on Eclipse .7 and when I open the vcast app, I get an error that states: "Unable to complete request."
I had no problem from eclipse 7 but the game sucks and comes with VZW spyware. Had an interesting folder called "red laser" show up with some interesting scripts inside. Didn't look into them at all though.
[sent from my blurless DX2]
3UR0TR45H said:
I had no problem from eclipse 7 but the game sucks and comes with VZW spyware. Had an interesting folder called "red laser" show up with some interesting scripts inside. Didn't look into them at all though.
[sent from my blurless DX2]
Click to expand...
Click to collapse
Where'd you find them??
Sent from my DROID X2 using XDA App
IDMA.DROID.X2 said:
Where'd you find them??
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Im pretty sure red laser is abarcode scanner app
u may have had data from it before if u don't have it on now
I have no such files called red laser
And this game runs great on eclipse 7
Pretty sure u get the red laser file if u have ebay app installed as its a barcode scanner from ebay mobile
Has any one tried Eclipse .8 yet? Better than .7?
Sent from my DROID X2 using XDA App
Seems to be working great so far. Just as smooth and quick as 7. Can't say a huge difference, but there were some bugs he worked out between the versions. Did 7 have the cyan colors. I'm losing track now.
Yeah it did.
Question, my phone wont mount my external sdcard. It just stopped randomly and I reboot but it wont mount it! Any ideas? Still on .7 of Eclipse.
Was about to download .8, but it wont download without an sdcard mounted
Sent from my DROID X2 using XDA App
IDMA.DROID.X2 said:
Yeah it did.
Question, my phone wont mount my external sdcard. It just stopped randomly and I reboot but it wont mount it! Any ideas? Still on .7 of Eclipse.
Was about to download .8, but it wont download without an sdcard mounted
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
I'm still on .5. I don't like the black out that .6 .7 and .8 has brought. Black out meaning the calendar, menus, etc.
I don't see why you couldn't download to your internal. You may need to go into settings-storage and tell it to go to internal instead of external for now. Did you flip/flop? Do you mean the "actual" external SD? 8gb? It may be corrupt and in need of formatting. I would take it out and hook it up to a pc to see what you've got.
0vermind said:
I'm still on .5. I don't like the black out that .6 .7 and .8 has brought. Black out meaning the calendar, menus, etc.
Click to expand...
Click to collapse
I went down to .5 for the red and black ICB theme. But decided to go up, can't stand leaving the phone alone hana
Any idea of how to fix the unmounted sdcard problem?
Sent from my DROID X2 using XDA App
myriad46 said:
I don't see why you couldn't download to your internal. You may need to go into settings-storage and tell it to go to internal instead of external for now. Did you flip/flop? Do you mean the "actual" external SD? 8gb? It may be corrupt and in need of formatting. I would take it out and hook it up to a pc to see what you've got.
Click to expand...
Click to collapse
It has flip flop, I hope its not corrupt! Ill check on my laptop when I get home. I changed the settings in dolphin browser to download to the "external" but it won't download there. Keeps giving me an error.
Sent from my DROID X2 using XDA App
IDMA.DROID.X2 said:
Yeah it did.
Question, my phone wont mount my external sdcard. It just stopped randomly and I reboot but it wont mount it! Any ideas? Still on .7 of Eclipse.
Was about to download .8, but it wont download without an sdcard mounted
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Had exact same problem, had to format it
Sent from my DROID X2 using XDA App
EvilTim said:
Had exact same problem, had to format it
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Argh!!!
What's the best way to format it?
Sent from my DROID X2 using XDA App
IDMA.DROID.X2 said:
Argh!!!
What's the best way to format it?
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Settings > storage
There should be a mount sd card and under that a format sd card.
Sent from my DROID X2 using XDA App
If I have the sd card flip flop, would it format the internal one instead?
I haven't seen this covered yet, but is anyone having trouble with their bluetooths? My Jawbone randomly disconnects when listening to music (via) bluetooth even though it shows its connected. Also, when I make a call the bluetooth option cannot be selected at even though it shows its connected as well. Other than that, this is a great rom, thanks.
V .8B2
Sent from my DROID X2 using XDA App
My sd is toast, oh well! At least I got the problem fixed!
I never use bluetooth, sorry!
Sent from my DROID X2 using XDA App
Anyone got a reupload link for beta 2? The twitter link is down/been removed.
Sent from my DROID X2 using XDA App
Mr_GreenJeans said:
Anyone got a reupload link for beta 2? The twitter link is down/been removed.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
This por favor!
Sent from my eclipsed DROIDX2!
IDMA.DROID.X2 said:
Yeah it did.
Question, my phone wont mount my external sdcard. It just stopped randomly and I reboot but it wont mount it! Any ideas? Still on .7 of Eclipse.
Was about to download .8, but it wont download without an sdcard mounted
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
I have the same random issues wit the sd card. More often than not, I can take the sd card out, put it in my reader and pull the files off, reformat the sd card and copy the files back. Today my sd cars was corrupted to all hell and I couldnt do that. Luckily I copied over my titanium backup and a few other files over to my pc last night and was able to get back to normal. Im learning to backup my sd card now and then..its a life saver!
Sent from my DROID X2 using XDA App
jblazin52 said:
I haven't seen this covered yet, but is anyone having trouble with their bluetooths? My Jawbone randomly disconnects when listening to music (via) bluetooth even though it shows its connected. Also, when I make a call the bluetooth option cannot be selected at even though it shows its connected as well. Other than that, this is a great rom, thanks.
V .8B2
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
I have had the problem as well...to get around this for now is to go into settings, turn you bluetooth off, then on again...that fixes me up...I guess I could install a widget to make life easier...lol
Sent from my DROID X2 using XDA App
Hey guys, the X1 fried my old SD card back in June which is how I got my X2. All Verizon could come up with was it was a fluke or an OS issue with the GB update. Just wanted to say it is pretty common. I lost all kinds of media I hadn't backed up. Learned my lesson.
Sent from my X2 running Eclipse V.7 ROM
I probably should start backing up my stuff on my pc too. Had Ti, but I guess its useless if its only on the sd card haha.
Sent from my DROID X2 using XDA App
where can i find the link for v .8?
Anyone here a fan of Catan? Bought the app and have a problem with it rebooting my phone every 20 minutes of play or so. Emailed the dev team only to get a response telling me to use a task killer to free up memory and included a link that says why Android doesn't need task killers. I find this kind of answer unacceptable as my wife's fascinate runs the game fine. Maybe there's a memory leak in the x2? I refuse to run task killers since they are not needed.
*Update 11/24
Attempted to use the V6 SuperCharger script to manage the memory better and lock the app into memory etc. It was a no go. Going to call the customer service after the holiday and see where that goes. I'll keep this posted when I find something.
X2 on liberty 31 using golauncher / stock launcher
and on liberty3 stock launcher
and on Eclipse 1.3 stock launcher
Sent from my DROID X2 using XDA App
so either no one knows what Catan is, or cares...or thought this was a free app for people?
Have no idea what it is... sorry man.
Sent from my DROID X2
I have the Catan app but i have yet to play it for 20min. When i do i'll give you a heads up. It might be the Liberty rom you're using.
atomikhippo said:
I have the Catan app but i have yet to play it for 20min. When i do i'll give you a heads up. It might be the Liberty rom you're using.
Click to expand...
Click to collapse
Thanks. I'll try it with Eclipse today. I did also try it on the new Liberty with the same results...but Liberty is Liberty I suppose.
Sent from my DROID X2 using XDA App
dust. said:
Have no idea what it is... sorry man.
Sent from my DROID X2
Click to expand...
Click to collapse
No worries. I figured that was the case for most people. It's a euro board game, very fun, that got created for ios and android. I play the physical game all the time, check it out sometime if you like board games...think civilization, but WAY faster to play and WAY less complicated.
Sent from my DROID X2 using XDA App
So, I flashed Eclipse 1.3...still rebooted after ~20 minutes of play. What I can't determine is if the X2 has a memory leak or can't manage apps good enough, or if the catan app is bad. Problem is, it works fine in the fascinate and other apps work fine on the X2 so which one is broken....one of them has to be
Sent from my DROID X2 using XDA App
Didn't realize they even had a Catan app...I might download this and let you know how it goes for me too
run V6supercharger and do the oom groupings fix option. u very well may be surprised with the results.. it will change what priority Android kills apps ...I have found it to be a major help with things like this...
Thanks ash, I'll go try that now.
Sent from my DROID X2 using XDA App
hitman_dreams said:
Thanks ash, I'll go try that now.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
be sure to make a nandroid first just in case. usually everything is just fine. but just in case u bootloop u will want to restore.
I recommend V6supercharger update8 to be safe. the newer versions are great but if u never used it b4 u r gonna want to use the "basic" version first to get used to it. and all the newer ones are just RC'S anyway(release candidate) they are not finals like update 8 was.
I ended up getting update9 rc4...having dome issues, but hopefully will get worked out. Issues:
1. From terminal emulator I get either permission denied (after an su) or file not found (spelled correctly in the correct directory)
2. From root file manager it seems to take over 10 minutes to run? It does add a supercharger folder and HTML file, but this seems like a long time for a script. (Hopefully I'm wrong and it's installing stuff too making it take longer)
3. Dled romtoolbox and added the script. It ran...but apparently I didn't copy the whole thing. I'll try that again if this pass of #2 above doesn't work.
Question: how do I know it is installed, and will the changes be there after every boot? I haven't needed to run scripts before this phone. Thanks.
Sent from my DROID X2 using XDA App
hitman_dreams said:
I ended up getting update9 rc4...having dome issues, but hopefully will get worked out. Issues:
1. From terminal emulator I get either permission denied (after an su) or file not found (spelled correctly in the correct directory)
2. From root file manager it seems to take over 10 minutes to run? It does add a supercharger folder and HTML file, but this seems like a long time for a script. (Hopefully I'm wrong and it's installing stuff too making it take longer)
3. Dled romtoolbox and added the script. It ran...but apparently I didn't copy the whole thing. I'll try that again if this pass of #2 above doesn't work.
Question: how do I know it is installed, and will the changes be there after every boot? I haven't needed to run scripts before this phone. Thanks.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
sorry I should have specified.
get script manager from market and run it using that.
be sure to check run as root.
before running it u are going to want to go into script manager settings and turn off the "extra gestures " setting so u are able to scroll correctly. and u also want to turn on browse as root.
if u made a nandroid before running what u did I would restore that then do these things to be sure u have a clean install.
then after u reboot just run supercharger script again and it will tell u if it is installed and running correctly.
script manager has a free and a paid version in market.
that is the tool u want to use to run the script trust me. it makes it very easy
oh and by the way...since eclipse has init.d support there will be no reason to use script manager to run anything at boot. it will run every time.
if u happen to use one of the options to change minfree values((u don't need to do that.)) but if u do you will want to go ti system/etc/init.d and edit the 98tweaks file that comes with eclipse. u will want to delete the lines in 98tweaks that refer to minfree values(says something like "aggressive values etc...") but it isn't necessary if u just do the oom groupings fix and htk launcher.
Awesome, thanks. I did see reference to script manager, but thought I'd try it without first...guess I know what I'm doing next
Sent from my DROID X2 using XDA App
hitman_dreams said:
Awesome, thanks. I did see reference to script manager, but thought I'd try it without first...guess I know what I'm doing next
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
yeah just make sure u change the settings I mentioned. if u don't turn off extra gestures setting it will type a bunch of random characters when u try to scroll. its VERY simple to use.
feel free to private message me if u need any help as well.
my gmail will alert me quickly so I can get back to ya
let me know if u need any tips its thanks giving...don't forget to hit thanks button...Hahaha ...just kidding ...im a thanks whore Hahaha...
also. I usually change the file type from pdf to .sh...just rename the file with whatever file explore u use. its bot necessary but I do it
when running it using script manager u will see an option to choose to use terminal emulator if you prefer it but script manager is very simple/easy to use. have fun with it. its an awesome script for making our x2 run how it should. enjoy
That's funny, I tried saying thanks...but the xda app doesn't let me. I'll do it later. Got the script working. The problem was that my file browser was executing the script...without any way for me to see the output and make selections haha. Script manager did the trick.
On another note, the Catan app still crashed. The first time was in 10 minutes, but only brought me to the home screen. The second one made it reboot after 20 like before. I think I'm going to try the oom group fix with bulletproof launcher instead of hard to kill. And change to the 513hp aggressive setting.
Sent from my DROID X2 using XDA App
Oh, and I made sure to have all the settings correct
Sent from my DROID X2 using XDA App
bulletproof launcher will lock home app in memory. kinda takes up ram by not allowing home to be killed. .
maybe try option 9(used to be on.older version) for different minfree settings ...
Well, thanks anyway ash. It was a good thought. I tried every setting, including different minfrees and even bulletproofing the Catan app itself. It still reboots after 20 minutes. I even went into the script after reboots to make sure the settings were sticking...they were.
Sent from my DROID X2 using XDA App
And I unbulletproofed the launcher to get that memory back
Sent from my DROID X2 using XDA App