Reply
Thread Tools
RafaLL92's Avatar
Posts: 116 | Thanked: 77 times | Joined on Jan 2010
#271
Thanks qole!
Well I feel that it is not going to be released in the nearest a week or two then.
Paid apps support will definitelly be beneficial for maemo/meego world. I sense new great apps coming (paid ones though)
 
peacekeper's Avatar
Posts: 125 | Thanked: 25 times | Joined on Feb 2010
#272
Well somebody just tel me how to install the new software update i mean the pri.2 i downloaded from somewhereand its in my pc now but i need to be sure how to install it. Is the same like reflashing and all those actions we have to do?
 
HellFlyer's Avatar
Posts: 1,148 | Thanked: 613 times | Joined on Mar 2010 @ Toronto
#273
Originally Posted by MohammadAG View Post
[*]Clear device is back in Settings.


Could you please give more details of what that function does? Is it cleans MyDocs folder or completely formats?
__________________
The quieter you become the more you are able to hear


"I'm a N900 user, can I haz Flash 10 plz?!11!?" © Jaffa


Elopocalypse started on 11.02.2011
 
digittante's Avatar
Posts: 133 | Thanked: 128 times | Joined on May 2009
#274
Originally Posted by peacekeper View Post
Well somebody just tel me how to install the new software update i mean the pri.2 i downloaded from somewhereand its in my pc now but i need to be sure how to install it. Is the same like reflashing and all those actions we have to do?
If you have PR1.2 on your machine, all you need to install it is:
  1. Print it out on a high-quality laser-printer
  2. Fold it in half, then in half again (repeat until you can't fold anymore)
  3. Remove back cover of N900 and battery
  4. Insert folded PR1.2 printout
  5. Re-attach back cover

You will then have PR1.2 in your N900.

YMMV.
__________________
================================================
Joined TMO in February, 2009 with an N810. I'm not a dev.
I'm just an active user who blogs about my N900 sometimes.

Happy to field questions where I can help.
================================================
 

The Following 3 Users Say Thank You to digittante For This Useful Post:
HellFlyer's Avatar
Posts: 1,148 | Thanked: 613 times | Joined on Mar 2010 @ Toronto
#275
Originally Posted by peacekeper View Post
Well somebody just tel me how to install the new software update i mean the pri.2 i downloaded from somewhereand its in my pc now but i need to be sure how to install it. Is the same like reflashing and all those actions we have to do?
Sorry for telling this first but if you are asking that kind of question it will be safer for you not to do it Final version is no ready yet and the one that you have might brick your device
__________________
The quieter you become the more you are able to hear


"I'm a N900 user, can I haz Flash 10 plz?!11!?" © Jaffa


Elopocalypse started on 11.02.2011
 
xomm's Avatar
Posts: 609 | Thanked: 243 times | Joined on Jan 2010 @ Eastern USA
#276
Originally Posted by HellFlyer View Post
Could you please give more details of what that function does? Is it cleans MyDocs folder or completely formats?
I would like to know this as well.
__________________
==In school once again. Free time limited to night, holidays and weekends.==
Hi! I'm Andy, a Maemo Greeter! I'm also a moderator of the Applications, Nokia N900, and Maemo 5/Fremantle forums.
Useful Links: Maemo Wiki Main Page, New users start here, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)
Also, pin yourself in the map! Maemo Map. Send me a PM (Private Message) if I leave you hanging on a problem (or if you need more help).
Owner of both a N800 and N900; Active community member since Jan 2010. You've been xommified! - My blog.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#277
It doesn't do anything in the SDK, and I'm not on the leaked firmware.

Edit: oh wait...
Code:
[sbox-FREMANTLE_ARMEL: /usr/sbin] > cat osso-clean-mmc.sh 
#!/bin/sh

OLD_PWD=$(pwd)

set -x

# Set IFS to just newline
IFS='
'

cd ${HOME}/MyDocs
DONT='(documents/User Guides)|(documents/maemo_software_copyright.pdf)|'
DONT=${DONT}'(cities)|(\./\.qf)|(\./\.n900\.ico)|(autorun\.inf)|'
DONT=${DONT}'(\./Mac OS)|(\./\._)|(\.VolumeIcon\.icns)|(\./\.sounds/Ringtones)'
DONT=${DONT}'|(\./\.images)'

for rmable in $(find ./ | sort -r | egrep -v "${DONT}"); do
  if test -d "${rmable}"; then
    rmdir "${rmable}"
  else
    rm -f "${rmable}"
  fi
done

cd ${HOME}
for rmable in $(ls -A); do
 if test "x${rmable}" != "xMyDocs"; then
   rm -rf "$rmable"
 fi
done

unset IFS

mkdir -p /home/user
cd /etc/skel
cp -a . /home/user
chown -R user:users /home/user

cd ${OLD_PWD}
[sbox-FREMANTLE_ARMEL: /usr/sbin] >
Seems to clean everything except sounds, images and the user guides, but then again I'm not an expert in shell scripts.

Last edited by MohammadAG; 2010-05-06 at 10:27.
 

The Following 2 Users Say Thank You to MohammadAG For This Useful Post:
Posts: 25 | Thanked: 0 times | Joined on Feb 2008 @ Minnesota
#278
I enjoyed the photoshops but nokia is not dumb enough to neglect a back space and arbitraly put a 7 there as well. The other thing that gave it away was the moving bars replaced by a play that doesn't match the theme at all. Also your menu photoshops need to be less obvious if you add another entry don't omit a irreplacible one. thanks for showing us what it wont or could be like!
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#279
Originally Posted by T-unit View Post
I enjoyed the photoshops but nokia is not dumb enough to neglect a back space and arbitraly put a 7 there as well. The other thing that gave it away was the moving bars replaced by a play that doesn't match the theme at all. Also your menu photoshops need to be less obvious if you add another entry don't omit a irreplacible one. thanks for showing us what it wont or could be like!
Don't act like an troll, the PR1.2 SDK is available for everyone and has been since March.
 
jaeezzy's Avatar
Posts: 664 | Thanked: 160 times | Joined on Jul 2008 @ Australia
#280
I upgraded to P.R1.2 with apt-get update and fakeroot apt-get dist-upgrade and now the same code which was showing gtk_stock_icons now doesn't. Here's a brief implementation of the code:

Code:
...........................
GtkWidget *button, *icon, *table;
...............
button = hildon_button_new(HILDON_SIZE_FINGER_HEIGHT, HILDON_BUTTON_ARRANGEMENT_VERTICAL);
icon = gtk_image_new_from_stock(GTK_STOCK_DIRECTORY, GTK_ICON_SIZE_BUTTON);
hildon_button_set_image(HILDON_BUTTON(button), icon);
gtk_table_attach(GTK_TABLE(table), button, 2, 3, 0, 1, GTK_FILL, GTK_FILL, 0, 0);

button = hildon_button_new(..................................);
icon = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES, GTK_ICON_SIZE_BUTTON);
hildon_button_set_image(................................................);
gtk_table_attach(....................................);

button = hildon_button_new(..................................);
icon = gtk_image_new_from_stock(GTK_STOCK_LEAVE_FULLSCREEN, GTK_ICON_SIZE_BUTTON);
hildon_button_set_image(........................................);
gtk_table_attach(......................................);
Only the last button is showing the leave_fullscreen image while the others show the error image. So, just wondering if its my code or the SDK's problem. Thanks
 
Reply

Tags
delete orangedouche again, delete post #205, delete post #225, maemo 5 sdk, pr 1.2, pr1.2


 
Forum Jump


All times are GMT. The time now is 15:26.