Jump to content


Paul's Superboot(Root) mod + (Smaller Font & Bigger Screen) + HOWTO Repack

- - - - -

30 replies to this topic

#1
AcerDroid

AcerDroid

    Regular

  • Members
  • PipPip
  • 67 posts
  • Devices:Acer Liquid
Sorry for the english but this is really helpful!!
I've repacked Paul's superboot cuz I think it maybe useful to others. This is Paul's image that I just tweaked removing the last line in the /default.prop.

Heres what:
smaller fonts (real desktop scale, ro.sf.lcd_density=160, 120 is too small and stretched)
bigger screens
browse the internet like on desktop (less horizontal scrollbars, no more image stretchings, less zooming)
and more!!
Poorly written apps will suffer small screen bug like ebuddy, dxtop, etc. (i dunno others)
Home app has a bug when you try to switch between workspaces/desktops that will cause it to close, you can try other home like OpenHome or others
Browser, Android Market, GMail, GTalk, and other apps has more space and works really great!!!
if you like smaller keyboard, this is for you
some apps are confirmed to be faster because my setup makes images/icons on UIs to not stretch because the scales is native (desktop scale)

Just download Paul's superboot then overwrite the liquid.superboot.img attached here:
Attached File  liquid.superboot.zip   2.26MB   202 downloads

I recommend you to do: "fastboot-linux -i 0x0502 boot liquid.superboot.img" to try it then if you want it permanently, run install superboot

Comparison of old Liquid to my new setup
Attached File  home.jpg   102.25K   284 downloads

You can see more apps because of smaller fonts
Attached File  homeapps.jpg   85K   183 downloads

Browsing the Market is really cool!
Attached File  market.jpg   67.09K   170 downloads

The keyboard is smaller but still easy to use for me
Attached File  deviantkey.jpg   93.44K   161 downloads

Real desktop experience, no more horizontal scrolling, no stretched images, faster scrolling
Attached File  deviant.jpg   89.46K   164 downloads

Portrait keyboard offers bigger screen on your apps
Attached File  deviantkey2.jpg   86.56K   136 downloads

HOW I DID IT
I followed every thing and used perlscripts (unpack-repack) here http://android-dls.c...ack_Boot_Images
I also used behnaam's mkbootimg http://romraid.com/b...iquid/mkbootimg

Unpack*.pl the superboot image (liquid.superboot.img)
edit what you want on the ramdisk folder
Edit the repack*.pl then append "--base 0x20000000" to mkbootimg
repack.pl the kernel and ramdisk folder
Using Hex editor (bless or ghex) Copy the first 12 bytes from the original liquid.superboot.img and paste it on your new boot image and it should look like "ANDROID!pk!"
Boot it and have fun  :)

Now I am expecting Apps on SD or Boot from SD modding here, If you succeed, let me know  ;) I want it also!

Also you may look here if you want cheap but durable capacitive stylus like mine http://cgi.ebay.com/...e=STRK:MEWNX:IT
I also ordered USB OTG mini to female USB adapter so I can plug my keyboard whenever someone already enabled USB Host mode in Liquid http://cgi.ebay.com/...e=STRK:MEWNX:IT

Edited by AcerDroid, 31 December 2009 - 01:01 PM.


#2
goa200

goa200

    Diehard

  • Members
  • PipPipPipPip
  • 336 posts
while it does look nice it screws up so many apps and keyboard apps it just aint worth it tbh.
nice work though


#3
lucian785

lucian785

    Regular

  • Members
  • PipPip
  • 56 posts
  • Devices:Liquid by Acer
Nice work! Can you upload a video for a little demo?


#4
AcerDroid

AcerDroid

    Regular

  • Members
  • PipPip
  • 67 posts
  • Devices:Acer Liquid
ya i am willing to demo the uses however i dont have any device to record one except my liquid so sorry :)


#5
Ogglord

Ogglord

    Newbie

  • Members
  • Pip
  • 46 posts
  • Gender:Male
  • Location:Lund
  • Devices:Acer Liquid
  • Twitter:@oscaragren
It's very easy to test, I just tried it without flashing ofc. It was nice, perhaps too small sometimes but much more screen space. Icon spacing needs to be smaller. And scandinavian keyboard rendered far too small, most native apps worked except youtube player. 50% of the games was played in  ~half the screen. And so on, but still nice to test.

edit: nice work btw

Edited by Ogglord, 31 December 2009 - 01:37 PM.

Want the kernel source code? Sign this!

#6
AcerDroid

AcerDroid

    Regular

  • Members
  • PipPip
  • 67 posts
  • Devices:Acer Liquid

View PostOgglord, on Dec 31 2009, 13:36, said:

It's very easy to test, I just tried it without flashing ofc. It was nice, perhaps too small sometimes but much more screen space. Icon spacing needs to be smaller. And scandinavian keyboard rendered far too small, most native apps worked except youtube player. 50% of the games was played in  ~half the screen. And so on, but still nice to test.

edit: nice work btw

thanks  :)


#7
liquid_it

liquid_it

    Enthusiast

  • Members
  • PipPipPip
  • 264 posts

View PostAcerDroid, on Dec 31 2009, 12:50, said:

Now I am expecting Apps on SD or Boot from SD modding here, If you succeed, let me know  :) I want it also!

Ok, I started looking how to move apps to sd.
I'm going to share here what I'm doing, maybe someone more skilled will help!

After partitioning the sd with a primary fat partition and another primary ext2 partition (512Mb large), I was able to mount on /data/apps2 (a folder I made) and copy in it all apps from /data/apps, using busybox port for android.
Once checked the copy was successful I put my sd back on the liquid and renamed apps to apps_old (with every single app running crashing ;)  B)  B) ), renamed apps2 to apps, and mounted again ext2 partition to /data/apps, and..
..everything worked!
Now I'm going to modify init.rc to mount the ext2 partition (with the apps I copied in it) on /data/apps on boot, and create the new boot.img with the modified init.rc..
Any suggestion?
Am I missing anything?

Edited by liquid_it, 31 December 2009 - 02:41 PM.


#8
behnaam

behnaam

    Enthusiast

  • MoDaCo Plus
  • PipPipPip
  • 259 posts
  • Location:Stockholm, Sweden
  • Interests:Android, UX and interaction design, tech and last but not least; Beer :D
  • Devices:Google Nexus One
  • Twitter:@benocharm
So my mkbootimg worked? :) Good work!

Follow me @benocharm on twitter for latest update on my work :)

Like my work? Consider buying me a beer :)

#9
liquid_it

liquid_it

    Enthusiast

  • Members
  • PipPipPip
  • 264 posts

View Postbehnaam, on Dec 31 2009, 15:37, said:

So my mkbootimg worked? :) Good work!

Still didn't made boot.img, there's something wrong in what I did: every app that was autostarted seems to crash when I go back to the old app directory on internal mem.  (i.e.: unmounting the sd from app, removing app and renaming app_old back to app)
The only wy I found to fix it is to reinstall those apps, not so bad, but not even the "cleanest" way to hack my phone.. ;)


#10
AcerDroid

AcerDroid

    Regular

  • Members
  • PipPip
  • 67 posts
  • Devices:Acer Liquid
yup behnaam :) thanx for that, wow liquid_it keep goin ;) i will continue my modding after going back to my pc, i now start feeling my acer liquid desktop functionality. our family is waiting for new year, happy new year to all!!


#11
AcerDroid

AcerDroid

    Regular

  • Members
  • PipPip
  • 67 posts
  • Devices:Acer Liquid

View Postliquid_it, on Dec 31 2009, 15:15, said:

Still didn't made boot.img, there's something wrong in what I did: every app that was autostarted seems to crash when I go back to the old app directory on internal mem.  (i.e.: unmounting the sd from app, removing app and renaming app_old back to app)
The only wy I found to fix it is to reinstall those apps, not so bad, but not even the "cleanest" way to hack my phone.. B)
wow did it work after all? i cant wait to get it working on mine too :) maybe im going to concentrate on how we can boot from sd so porting android 2.1 roms from other devices will be easy. after i discover how to boot from sd, ill post it here and i expect alot from you guys that we can enable multitouch in liquid ;)


#12
TheNano

TheNano

    Newbie

  • Members
  • Pip
  • 36 posts
  • Devices:Acer Liquid

View PostAcerDroid, on Dec 31 2009, 16:28, said:

wow did it work after all? i cant wait to get it working on mine too :) maybe im going to concentrate on how we can boot from sd so porting android 2.1 roms from other devices will be easy. after i discover how to boot from sd, ill post it here and i expect alot from you guys that we can enable multitouch in liquid ;)
it should be easy , make a yaffs partition on the sd, use the recovery image we have to unyaffs system.img into that , change the rc_script in one boot.img so it mounts the right disk as system (maybe make other parations for data ... chache etc.) and then it should just work! another approach is chrooting into sd paritions from the rc script. now fastboot boot the image to boot from sd
These are just IDEAS , not testet


#13
blc

blc

    Regular

  • Members
  • PipPip
  • 98 posts
  • Location:Finland
  • Devices:Nokia E51, Acer Liquid
I apologize for a bit of offtopic, but I have rooted my phone with Paul's superboot. Can I get the same result by adding "ro.sf.lcd_density=160" to build.prop (or perhaps some other .prop)?


#14
liquid_it

liquid_it

    Enthusiast

  • Members
  • PipPipPip
  • 264 posts

View PostAcerDroid, on Dec 31 2009, 16:28, said:

wow did it work after all? i cant wait to get it working on mine too :) maybe im going to concentrate on how we can boot from sd so porting android 2.1 roms from other devices will be easy. after i discover how to boot from sd, ill post it here and i expect alot from you guys that we can enable multitouch in liquid ;)

Yeah, it worked indeed, I have just to find out which is the problem with those apps: it looks like crash happens only on marke-installed apps.


#15
AcerDroid

AcerDroid

    Regular

  • Members
  • PipPip
  • 67 posts
  • Devices:Acer Liquid

View Postblc, on Dec 31 2009, 16:07, said:

I apologize for a bit of offtopic, but I have rooted my phone with Paul's superboot. Can I get the same result by adding "ro.sf.lcd_density=160" to build.prop (or perhaps some other .prop)?
nope, that is the first method i tried first, i tried editing several props but no luck, you must do it in /default.prop

wow, im gonna try that thenano and i will post it here

nice liquid_it, but i think i will do boot from sd first and try motorola milestone rom to get the multitouch

Edited by AcerDroid, 31 December 2009 - 04:26 PM.


#16
liquid_it

liquid_it

    Enthusiast

  • Members
  • PipPipPip
  • 264 posts

View PostAcerDroid, on Dec 31 2009, 17:19, said:

nice liquid_it, but i think i will do boot from sd first and try motorola milestone rom to get the multitouch

Great! :)


#17
behnaam

behnaam

    Enthusiast

  • MoDaCo Plus
  • PipPipPip
  • 259 posts
  • Location:Stockholm, Sweden
  • Interests:Android, UX and interaction design, tech and last but not least; Beer :D
  • Devices:Google Nexus One
  • Twitter:@benocharm
Ok guys gonna get drunk tonight and work hungover tomorrow on getting moto droids recovery img on the Liquid. It has some interesting features that could be handy on Liquid.

Follow me @benocharm on twitter for latest update on my work :)

Like my work? Consider buying me a beer :)

#18
AcerDroid

AcerDroid

    Regular

  • Members
  • PipPip
  • 67 posts
  • Devices:Acer Liquid

View Postbehnaam, on Dec 31 2009, 17:25, said:

Ok guys gonna get drunk tonight and work hungover tomorrow on getting moto droids recovery img on the Liquid. It has some interesting features that could be handy on Liquid.
good luck :)


#19
liquid_it

liquid_it

    Enthusiast

  • Members
  • PipPipPip
  • 264 posts

View Postbehnaam, on Dec 31 2009, 18:25, said:

Ok guys gonna get drunk tonight
I bet I won't flash your first release.. :)  ;)  B)


#20
luthepa1

luthepa1

    Newbie

  • Members
  • Pip
  • 28 posts
  • Devices:Samsung Galaxy Tab
Ok this method still does not work for me. :-(

If perform all the same steps as AcerDroid does in his post.  But the result for me is that when using fastboot-linux to boot the img with the phone in bootloader mode it still reports invalid boot image.

fastboot-linux -i 0x0502 boot ./newsuperboot.img
comes back with;
downloading 'boot.img'... OKAY
booting... FAILED (remote: invalid boot image)

I performed all the unpacking, editing, repacking, and hex editing under a emulated i386 Ubuntu Karmic 9.1 in VirtualBox.  I then copy this back to my host sytem which is Ubuntu Karmic 9.1 64bit and peform the fastboot-linux commands to boot the new image.  My host system is what I use to perform all my nand flashing like the original superboot.img for rooting.  Never had any probs there. I am also using the base address and modded mkbootimg binary.

Any ideas?  I am still interested to know Pauls method for how he made the liquid.superboot.img.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users